From aef9330decabe35246622e1c71513da832838dfc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Apr 2021 21:21:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1255647 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..8ed6e13 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "fs": "0.0.2", "multer": "^0.1.8", "pg-promise": "^5.9.7", - "socket.io": "^1.3.5", + "socket.io": "^3.0.0", "util": "^0.10.3", "uuid": "^3.1.0" },