From f0dc54fea00b19f85e7dbedbdff411242446e1b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 04:23:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1082936 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c5f93d..746a736 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "ISC", "dependencies": { "fs": "0.0.1-security", - "socket.io": "^2.2.0" + "socket.io": "^3.0.0" } }