From 12a0ace903b3bb44f138aa17c7329a1844b3434f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:14:26 +0000 Subject: [PATCH] Bump axios from 1.13.1 to 1.13.5 in /Configuration/webapp Bumps [axios](https://github.com/axios/axios) from 1.13.1 to 1.13.5. - [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.1...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Configuration/webapp/package-lock.json | 18 +++++++++--------- Configuration/webapp/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Configuration/webapp/package-lock.json b/Configuration/webapp/package-lock.json index 21ed500ba..48cb4a52a 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.10.0", + "axios": "^1.13.5", "isbot": "^5", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -3105,13 +3105,13 @@ } }, "node_modules/axios": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz", - "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", + "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } }, @@ -5203,9 +5203,9 @@ } }, "node_modules/form-data": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz", - "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", "license": "MIT", "dependencies": { "asynckit": "^0.4.0", diff --git a/Configuration/webapp/package.json b/Configuration/webapp/package.json index f29309d4a..e115fc470 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.10.0", + "axios": "^1.13.5", "isbot": "^5", "react": "^19.0.0", "react-dom": "^19.0.0",