From ee46cd05ebaa6d8b0c8b1399ec060efae29d1d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:56:06 +0000 Subject: [PATCH] chore(deps): bump axios from 1.16.1 to 1.18.0 in /frontend Bumps [axios](https://github.com/axios/axios) from 1.16.1 to 1.18.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.16.1...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",