From b1a6b43e152d63a48e6922c0ad4d377adf8a83b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:38:46 +0000 Subject: [PATCH] Bump axios from 1.15.0 to 1.15.2 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5835b85..ac2c6ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@pdanpdan/vue-keyboard-trap": "^1.2.0", "@typescript-eslint/types": "^8.57.2", "@vueuse/core": "^14.1.0", - "axios": "^1.15.0", + "axios": "^1.15.2", "core-js": "^3.37.1", "lodash-es": "^4.17.23", "prettier": "^3.4.2", @@ -2660,9 +2660,9 @@ "license": "MIT" }, "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/package.json b/package.json index 950e404..d52a360 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@pdanpdan/vue-keyboard-trap": "^1.2.0", "@typescript-eslint/types": "^8.57.2", "@vueuse/core": "^14.1.0", - "axios": "^1.15.0", + "axios": "^1.15.2", "core-js": "^3.37.1", "lodash-es": "^4.17.23", "prettier": "^3.4.2",