From 19699b6077481cf4abd02352e66294b3fcbdc71e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:25:57 +0000 Subject: [PATCH] Bump axios from 1.13.5 to 1.15.0 in /Configuration/webapp Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.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.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Configuration/webapp/package-lock.json | 20 +++++++++++++++----- Configuration/webapp/package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Configuration/webapp/package-lock.json b/Configuration/webapp/package-lock.json index a5dbb6f04..55847bee9 100644 --- a/Configuration/webapp/package-lock.json +++ b/Configuration/webapp/package-lock.json @@ -16,7 +16,7 @@ "@tanstack/query-sync-storage-persister": "^5.80.7", "@tanstack/react-query": "^5.80.7", "@tanstack/react-query-persist-client": "^5.80.7", - "axios": "^1.13.5", + "axios": "^1.15.0", "isbot": "^5", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -3175,14 +3175,23 @@ } }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" + } + }, + "node_modules/axios/node_modules/proxy-from-env": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" } }, "node_modules/b4a": { @@ -7746,6 +7755,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "dev": true, "license": "MIT" }, "node_modules/pump": { diff --git a/Configuration/webapp/package.json b/Configuration/webapp/package.json index e115fc470..e6e426e2a 100644 --- a/Configuration/webapp/package.json +++ b/Configuration/webapp/package.json @@ -25,7 +25,7 @@ "@tanstack/query-sync-storage-persister": "^5.80.7", "@tanstack/react-query": "^5.80.7", "@tanstack/react-query-persist-client": "^5.80.7", - "axios": "^1.13.5", + "axios": "^1.15.0", "isbot": "^5", "react": "^19.0.0", "react-dom": "^19.0.0",