From cc9bee7ebf4df7178fccc4569f697c42cc64aeef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 21:06:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec39c0b008..97c63fae6c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "debug": "2.3.3", - "engine.io": "1.8.2", + "engine.io": "3.4.0", "has-binary": "0.1.7", "object-assign": "4.1.0", "socket.io-adapter": "0.5.0",