From a48adbd0dfd756ee315fdb286e0370f6ee9e0f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:37:49 +0000 Subject: [PATCH] Bump axios from 1.11.0 to 1.12.0 in /web-front Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web-front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-front/package.json b/web-front/package.json index 83a381f..798afb5 100644 --- a/web-front/package.json +++ b/web-front/package.json @@ -11,7 +11,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.1", "@vueuse/core": "^11.2.0", - "axios": "1.11.0", + "axios": "1.12.0", "clipboard": "^2.0.11", "core-js": "^3.8.3", "element-plus": "^2.8.7",