From 2c53990645a5a9163d091cc89de0727ee39828d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Jul 2025 22:42:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a56e722..73a34f4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "json5": "^0.4.0", "moniker": "^0.1.2", "request": "^2.58.0", - "socket.io": "^1.1.0", + "socket.io": "^4.8.0", "split": "^1.0.0", "strip-ansi": "^3.0.0", "through2-map": "^2.0.0",