From e832852bd9d7a00b5ad667b6307fa072be713a9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 18:24:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25203bfcc4..75e9a47519 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "uuid": "3.0.1", "v8-compile-cache": "1.1.0", "vscode-jsonrpc": "3.2.0", - "ws": "2.0.3", + "ws": "8.17.1", "xml2js": "0.4.17", "xterm": "2.5.0", "yargs": "3.32.0"