From 62049e03cf6ca52989b4afe5b9af9174c7cf8207 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 22:53: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 da3bb7a67a..aab1ef19a1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "tv4": "^1.2.7", "winston": "^2.1.1", "winston-daily-rotate-file": "^1.0.1", - "ws": "^1.0.1" + "ws": "^7.4.6" }, "devDependencies": { "babel-cli": "^6.5.1",