From e0b49e8f6894e5350f8a90028ef606928043df57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 22:29:22 +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 1b513f54a1..fe6334ba18 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "tv4": "1.3.0", "winston": "2.3.1", "winston-daily-rotate-file": "1.4.6", - "ws": "2.2.3" + "ws": "7.4.6" }, "devDependencies": { "babel-cli": "6.24.1",