From ec60a28b6bebce3069d936f7f56d8a97394b7975 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 17:16:06 +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 41213a1c0..c6879d1e4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "through": "2.2.0", "tmp": "~0.0.20", "uglify-js": "~2.6.2", - "ws": "1.0.1", + "ws": "8.17.1", "read": "~1.0.5", "form-data": "~0.2.0", "chai": "~1.5.0",