From bea8628c9fe402f9a870faa515f9d4b1c3035ac6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 19:06:06 +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 0973bbf019..8efa3f1a55 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "debug": "~2.6.6", - "engine.io": "~3.1.0", + "engine.io": "~3.6.1", "socket.io-adapter": "~1.1.0", "socket.io-client": "~2.0.2", "socket.io-parser": "~3.1.1"