From a62af9f38fdf45e25f2c307570cd8c89387e1375 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 03:32:35 +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 770b44b0c1ff5..7df1f4aa05004 100644 --- a/package.json +++ b/package.json @@ -61,13 +61,13 @@ "native-watchdog": "1.3.0", "node-pty": "0.10.0-beta17", "semver-umd": "^5.5.7", - "spdlog": "^0.11.1", + "spdlog": "^0.13.7", "sudo-prompt": "9.1.1", "tas-client-umd": "0.1.2", - "v8-inspect-profiler": "^0.0.20", + "v8-inspect-profiler": "^0.0.21", "vscode-nsfw": "1.2.8", "vscode-oniguruma": "1.3.1", - "vscode-proxy-agent": "^0.5.2", + "vscode-proxy-agent": "^0.12.0", "vscode-ripgrep": "^1.9.0", "vscode-sqlite3": "4.0.10", "vscode-textmate": "5.2.0",