From e50b7070625bb5287bc4b5649ccfa3f71cd021cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 May 2021 07:55:04 +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 c7bbe71..2427c2a 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "request": "^2.78.0", "rethinkdb": "^2.3.3", "simple-service-registry": "^0.1.1", - "socket.io": "^1.4.8" + "socket.io": "^2.4.0" } }