From eb0780ed633f3306c632e8c71004c3c87ec2567a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 14:12:45 +0000 Subject: [PATCH] fix: _templates/lightning/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-SOCKETIO-1024859 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1082936 - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1255647 --- _templates/lightning/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/lightning/package.json b/_templates/lightning/package.json index b453070..45cd253 100644 --- a/_templates/lightning/package.json +++ b/_templates/lightning/package.json @@ -25,7 +25,7 @@ "express": "~4.16.0", "grunt-cli": "~1.3.0", "mustache": "~2.2.1", - "socket.io": "~2.0.2" + "socket.io": "~3.0.0" }, "devDependencies": { "grunt": "~0.4.5",