From 2575aa490c9904649abd7e747e51b82b44b6ebca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 11:47:07 +0000 Subject: [PATCH] Bump axios in /web in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /web directory: [axios](https://github.com/axios/axios). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 58eb311..deb330a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -11,7 +11,7 @@ "@fontsource-variable/jetbrains-mono": "^5.2.8", "@picocss/pico": "^2.1.1", "@vueuse/core": "^14.2.1", - "axios": "^1.15.0", + "axios": "^1.15.2", "file-type": "^22.0.0", "luxon": "^3.7.2", "pinia": "^3.0.4", @@ -2259,9 +2259,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/web/package.json b/web/package.json index 4b53c1f..1ed0000 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "@fontsource-variable/jetbrains-mono": "^5.2.8", "@picocss/pico": "^2.1.1", "@vueuse/core": "^14.2.1", - "axios": "^1.15.0", + "axios": "^1.15.2", "file-type": "^22.0.0", "luxon": "^3.7.2", "pinia": "^3.0.4",