From f1fed9c4f360d8c2ddfeade49a892b9b6c9246de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 01:56:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe4036e..5e58f24 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "espruino": "1.89" }, "dependencies": { - "ws": "^3.3.1" + "ws": "^7.4.6" } }