From 95a8dadf663254b1f795e2a0a2b093bd469df9d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 May 2021 22:23:23 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f857c26..edd119c --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lodash": "^4.17.2", "mongoose": "^4.7.4", "nedb": "^1.8.0", - "socket.io": "^1.7.2", + "socket.io": "^3.0.0", "socketio-jwt": "^4.5.0" } }