From e08a24ad8ced8e9aca77fc7d999d967d00cf0812 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 03:59:42 +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 f04bf22e26..a165b58125 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "uuid": "^3.1.0", "winston": "2.4.0", "winston-daily-rotate-file": "1.7.2", - "ws": "4.0.0" + "ws": "7.4.6" }, "devDependencies": { "babel-cli": "6.26.0",