From 84aa0b6cf05059305fbd88927f80afb699e5cbb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 17:46:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec39c0b008..5fe5d4a518 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "debug": "2.3.3", - "engine.io": "1.8.2", + "engine.io": "3.6.1", "has-binary": "0.1.7", "object-assign": "4.1.0", "socket.io-adapter": "0.5.0",