From c258e2a25205226dc49d326f1b0dabdefb1f23a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Jan 2021 07:57:09 +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-SOCKETIO-1024859 - 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 c7bbe71..2639fce 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "request": "^2.78.0", "rethinkdb": "^2.3.3", "simple-service-registry": "^0.1.1", - "socket.io": "^1.4.8" + "socket.io": "^3.0.0" } }