From 71b8ce91944a82ef8abb0d2bb1dc960157ec496f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jan 2021 22:32:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIO-1024859 --- 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..f268f5e --- 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": "^2.4.0", "socketio-jwt": "^4.5.0" } }