fix(deps): update dependency axios to ^1.7.9

This commit is contained in:
renovate[bot]
2024-12-04 09:43:27 +00:00
committed by GitHub
parent a7d41debfe
commit 7f0f85b356
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
"@mantine/spotlight": "^7.14.3", "@mantine/spotlight": "^7.14.3",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.4.0", "@reduxjs/toolkit": "^2.4.0",
"axios": "^1.7.8", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"interweave": "^13.1.0", "interweave": "^13.1.0",
@@ -2608,9 +2608,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.8", "version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==", "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

@@ -27,7 +27,7 @@
"@mantine/spotlight": "^7.14.3", "@mantine/spotlight": "^7.14.3",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.4.0", "@reduxjs/toolkit": "^2.4.0",
"axios": "^1.7.8", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"interweave": "^13.1.0", "interweave": "^13.1.0",