From a91bde650931b6c0cb17c2146029f3fb41c9922b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:03:39 +0000 Subject: [PATCH] build(deps): bump axios in /web-frontend in the non-majors group Bumps the non-majors group in /web-frontend with 1 update: [axios](https://github.com/axios/axios). Updates `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 update-type: version-update:semver-minor dependency-group: non-majors ... Signed-off-by: dependabot[bot] --- web-frontend/package-lock.json | 8 ++++---- web-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web-frontend/package-lock.json b/web-frontend/package-lock.json index d37eb0e0..5a50c444 100644 --- a/web-frontend/package-lock.json +++ b/web-frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@tabler/icons-vue": "^3.34.1", - "axios": "^1.11.0", + "axios": "^1.12.0", "vue": "^3.5.21", "vue-router": "^4.5.1", "vue-writer": "^2.0.2" @@ -1219,9 +1219,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/web-frontend/package.json b/web-frontend/package.json index cc502aa1..a196fa9b 100644 --- a/web-frontend/package.json +++ b/web-frontend/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tabler/icons-vue": "^3.34.1", - "axios": "^1.11.0", + "axios": "^1.12.0", "vue": "^3.5.21", "vue-router": "^4.5.1", "vue-writer": "^2.0.2"