From 2d7f6bb850160ef1c378c9df2d1442f3147b4c5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Jan 2021 06:12:31 +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 152c684..4dd73c6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "irc": "^0.5.2", "jsonfile": "^6.0.1", "password-prompt": "^1.1.2", - "socket.io": "^2.0.1" + "socket.io": "^3.0.0" }, "devDependencies": { "babel-plugin-transform-runtime": "^6.23.0",