From 8b52c4a70416f9deb2aeae693c110b163d23cea6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 03:58:32 +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 238f11f..94c71ef 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "shipit-shared": "4.4.1", "slack-node": "~0.1.3", "uglify-js": "^3.7.5", - "socket.io": "~1.4.5" + "socket.io": "~2.4.0" } }