From d184fac032c24d80edd1a4d4a46556d88a422f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 17:14:34 +0000 Subject: [PATCH] Bump axios Bumps the npm_and_yarn group with 1 update in the /webclient/app directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.11.0 to 1.12.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.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- webclient/app/package-lock.json | 8 ++++---- webclient/app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webclient/app/package-lock.json b/webclient/app/package-lock.json index 690c0483..c4d90354 100644 --- a/webclient/app/package-lock.json +++ b/webclient/app/package-lock.json @@ -20,7 +20,7 @@ "@mui/icons-material": "^7.3.2", "@mui/material": "^7.0.2", "@mui/x-tree-view": "^8.11.1", - "axios": "1.11.0", + "axios": "1.12.0", "buffer": "npm:buffer@^6.0.3", "crypto": "npm:crypto-browserify@^3.12.0", "http": "npm:stream-http@^3.2.0", @@ -3417,9 +3417,9 @@ } }, "node_modules/axios": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", - "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/webclient/app/package.json b/webclient/app/package.json index 0f78785f..8d849598 100644 --- a/webclient/app/package.json +++ b/webclient/app/package.json @@ -15,7 +15,7 @@ "@mui/icons-material": "^7.3.2", "@mui/material": "^7.0.2", "@mui/x-tree-view": "^8.11.1", - "axios": "1.11.0", + "axios": "1.12.0", "buffer": "npm:buffer@^6.0.3", "crypto": "npm:crypto-browserify@^3.12.0", "http": "npm:stream-http@^3.2.0",