From a1cc01d5fe106ff666080c0423af3d10670511be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 May 2021 04:32:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1082936 --- 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",