From ed04c511cbafc939908f86e33a1391d1563c4fe6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 01:07:35 +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 303548a..a9feca9 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "express-session": "^1.14.2", "html-entities": "^1.2.0", "mongoose": "^4.7.6", - "socket.io": "^1.7.2" + "socket.io": "^3.0.0" } }