From f89c94048cc73f4d48c86ff37e2c73239888dc89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Jan 2021 01:50:11 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97395a8..b77b756 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "async": "^2.6.1", "chalk": "^2.4.1", "loopback-context": "^1.0.0", - "socket.io": "^2.1.1", + "socket.io": "^3.0.0", "socket.io-client": "^2.1.1", "underscore": "^1.9.1" },