diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ede6ee33d8..54ef19683a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "@vuelidate/core": "^2.0.1", "@vuelidate/validators": "^2.0.1", "@vueuse/core": "^9.13.0", - "axios": "^1.15.0", + "axios": "^1.18.0", "dayjs": "^1.11.13", "element-plus": "^2.11.0", "eslint-import-resolver-alias": "^1.1.2", @@ -3477,9 +3477,9 @@ } }, "node_modules/axios": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz", - "integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz", + "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", diff --git a/frontend/package.json b/frontend/package.json index 184e29f0af..af314fda57 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "@vuelidate/core": "^2.0.1", "@vuelidate/validators": "^2.0.1", "@vueuse/core": "^9.13.0", - "axios": "^1.15.0", + "axios": "^1.18.0", "dayjs": "^1.11.13", "element-plus": "^2.11.0", "eslint-import-resolver-alias": "^1.1.2",