From 6eac87d3f754aa0a3ebffa30f9efbb4c6c7fa58f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 22:15:03 +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 5f007c6..a1ac85c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "debug": "^2.6.9", "env2": "^2.1.0", "glob": "^7.0.5", - "ws": "^1.1.1", + "ws": "^8.17.1", "node-getopt" : "^0.2.3" } }