From f8349f949dc4342eec2c08c6ee80a1aa8de61007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:16:05 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /webclient/app directory: [axios](https://github.com/axios/axios) and [tar-fs](https://github.com/mafintosh/tar-fs). 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) Updates `tar-fs` from 2.1.3 to 2.1.4 - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- webclient/app/package-lock.json | 14 +++++++------- webclient/app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webclient/app/package-lock.json b/webclient/app/package-lock.json index 690c0483..005ca2f0 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", @@ -12117,9 +12117,9 @@ } }, "node_modules/tar-fs": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.3.tgz", - "integrity": "sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz", + "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==", "dev": true, "license": "MIT", "optional": true, 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",