From 920a797b1521a6b1e9fa309b6ae5c9e08c438b78 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 03:35:01 +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 fae46e5..8e4c997 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@fedeghe/interval": "^1.0.5", "minimist": "^1.2.5", "widgzard": "^3.1.20", - "ws": "^5.1.1" + "ws": "^7.4.6" }, "engines": { "node": ">=6.4.0",