From a490da427f340e314b58eaed03e6b2777af4b507 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 01:32:52 +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 cf980986..88db1158 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "nyc": "^15.0.0", "request": "^2.87.0", "request-promise-native": "^1.0.4", - "ws": "^8.4.0" + "ws": "^8.17.1" }, "engines": { "node": ">= 10.0"