From 6ad890ce6689294f09f42ec3c90bbb780f2f983b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 00:59:06 +0000 Subject: [PATCH] Bump axios from 1.15.0 to 1.15.2 in /src/Web/Grand.Web/vueapp Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [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.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/Web/Grand.Web/vueapp/package-lock.json | 8 ++++---- src/Web/Grand.Web/vueapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Web/Grand.Web/vueapp/package-lock.json b/src/Web/Grand.Web/vueapp/package-lock.json index c1286512d..42d66f926 100644 --- a/src/Web/Grand.Web/vueapp/package-lock.json +++ b/src/Web/Grand.Web/vueapp/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "animate.css": "^4.1.1", - "axios": "^1.15.0", + "axios": "^1.15.2", "bootstrap": "^4.6.2", "bootstrap-vue": "^2.22.0", "pikaday": "^1.8.2", @@ -3436,9 +3436,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/src/Web/Grand.Web/vueapp/package.json b/src/Web/Grand.Web/vueapp/package.json index e40d40d83..2ddd1120a 100644 --- a/src/Web/Grand.Web/vueapp/package.json +++ b/src/Web/Grand.Web/vueapp/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "animate.css": "^4.1.1", - "axios": "^1.15.0", + "axios": "^1.15.2", "bootstrap": "^4.6.2", "bootstrap-vue": "^2.22.0", "pikaday": "^1.8.2",