From f30e8ab06110499910d9c6334c399a37bfd809be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 07:57:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8e9e8c229ea9a..11a2141482dfa 100644 --- a/package.json +++ b/package.json @@ -51,12 +51,12 @@ "native-watchdog": "1.3.0", "node-pty": "0.10.0-beta8", "semver-umd": "^5.5.6", - "spdlog": "^0.11.1", + "spdlog": "^0.13.7", "sudo-prompt": "9.1.1", - "v8-inspect-profiler": "^0.0.20", + "v8-inspect-profiler": "^0.0.21", "vscode-nsfw": "1.2.8", "vscode-oniguruma": "1.3.0", - "vscode-proxy-agent": "^0.5.2", + "vscode-proxy-agent": "^0.12.0", "vscode-ripgrep": "^1.5.8", "vscode-sqlite3": "4.0.10", "vscode-textmate": "5.1.1",