From d703ebd4b2d262e92c32b4ae885be85c7d482330 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Jan 2021 03:06:23 +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 7c1ee3c..e979440 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "express": "^4.15.3", - "socket.io": "^2.0.2" + "socket.io": "^3.0.0" }, "scripts": { "postinstall": "cd app && npm install",