From f2642ebb7be278d9399296968d4d92158836ecde Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 03:27:28 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f3c534fa..c3d6f765 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "session": "^0.1.0", "setprototypeof": "^1.0.3", "sliced": "^1.0.1", - "socket.io": "^1.7.3", + "socket.io": "^4.8.0", "static-favicon": "^2.0.0-alpha", "statuses": "^1.3.1", "streamsearch": "^0.1.2",