From 532c4a7933b07a8555016ae9b85bdfbad35de87e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jan 2021 04:19:03 +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(-) diff --git a/package.json b/package.json index eb923e0..6ad2ed9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "underscore": "~1.8.3", "express": "~4.13.3", "mustache": "~2.1.3", - "socket.io": "~1.3.7" + "socket.io": "~2.4.0" }, "devDependencies": { "grunt-contrib-qunit": "~0.7.0",