From 901ca436adc5510261a2b1b2e21fd126964bbcdd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 15:18:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97395a8..e071ae9 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.5", "socket.io-client": "^2.1.1", "underscore": "^1.9.1" },