From bd06a3de180f253b74650c7edcf470bac74083b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 May 2021 03:39:49 +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 c2372e3..f6f4214 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "serve-favicon": "^2.3.0", "hypertimer": "^2.1.3", "sift": "^3.2.1", - "socket.io": "^1.4.5", + "socket.io": "^2.4.0", "underscore": "^1.8.3", "which": "^1.2.4", "winston": "^2.2.0",