From be5a6d94f6645a52794bbebf27bf3dc76ac2e93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 08:17:44 +0000 Subject: [PATCH] Bump axios from 1.7.6 to 1.8.2 Bumps [axios](https://github.com/axios/axios) from 1.7.6 to 1.8.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.7.6...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f7f364..05fa25d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "nsight-vscode-edition", - "version": "2024.2.0", + "version": "2025.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nsight-vscode-edition", - "version": "2024.2.0", + "version": "2025.1.0", "workspaces": [ "cdt-gdb-adapter" ], "dependencies": { "@vscode/debugadapter": "^1.66.0", "@vscode/debugprotocol": "^1.66.0", - "axios": "^1.7.2", + "axios": "^1.8.2", "cdt-gdb-adapter": "0.0.19", "fs-extra": "^11.0.4", "uuid": "^10.0.0", @@ -5029,9 +5029,9 @@ } }, "node_modules/axios": { - "version": "1.7.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.6.tgz", - "integrity": "sha512-Ekur6XDwhnJ5RgOCaxFnXyqlPALI3rVeukZMwOdfghW7/wGz784BYKiQq+QD8NPcr91KRo30KfHOchyijwWw7g==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 2f9716d..d957896 100644 --- a/package.json +++ b/package.json @@ -1010,7 +1010,7 @@ "dependencies": { "@vscode/debugadapter": "^1.66.0", "@vscode/debugprotocol": "^1.66.0", - "axios": "^1.7.2", + "axios": "^1.8.2", "cdt-gdb-adapter": "0.0.19", "fs-extra": "^11.0.4", "uuid": "^10.0.0",