From a4363df69f355f83f57c5d2d04232d8b32ad1202 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 16:32:11 +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 2490545..aa2ea15 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT", "dependencies": { "fs": "0.0.1-security", - "socket.io": "^4.4.1" + "socket.io": "^4.5.0" } }