Update dependency axios to ^1.7.4

This commit is contained in:
renovate[bot]
2024-08-13 20:16:28 +00:00
committed by GitHub
parent 2f6ddf0e70
commit f506f722c2
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"@mantine/spotlight": "^7.12.1", "@mantine/spotlight": "^7.12.1",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.2.7", "@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.3", "axios": "^1.7.4",
"dayjs": "^1.11.12", "dayjs": "^1.11.12",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"interweave": "^13.1.0", "interweave": "^13.1.0",
@@ -2642,9 +2642,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.3", "version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

@@ -28,7 +28,7 @@
"@mantine/spotlight": "^7.12.1", "@mantine/spotlight": "^7.12.1",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.2.7", "@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.3", "axios": "^1.7.4",
"dayjs": "^1.11.12", "dayjs": "^1.11.12",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"interweave": "^13.1.0", "interweave": "^13.1.0",