From 16ef923227cf1be171e7a3bcedfca6fc270c491b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jan 2021 23:45:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-1056749 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e79d9e..c382ee2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "nodemon": "^1.11.0", "passport": "*", "passport-local": "*", - "socket.io": "^2.0.4", + "socket.io": "^3.0.0", "textangular": "^1.5.16" }, "engine": "node >=0.6.x"