From b964423d318d65b0de8299fcaf272d9b0f74eae4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 08:19:18 +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 4ce4a21..ab498c1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "compression": "^1.0.3", "debug": "^2.1.3", "duplex": "^1.0.0", - "engine.io": "^1.5.1", + "engine.io": "^3.6.1", "errorhandler": "^1.1.1", "loopback": "^2.8.0", "loopback-boot": "^2.4.0",