From 95c275f4de738d5db5df221aed3519585ebd8c1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 06:12:12 +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 b4dc444..289bb2a 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "loglevel": "1.4.0", "ot-text": "1.0.1", "twilio": "3.2.0-edge", - "ws": "1.1.1" + "ws": "7.4.6" }, "engines": { "node": "5.10.1",