From 85aa15fff577024fa652ea50e14fb4fd5ada20be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Oct 2022 23:08:05 +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 --- 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..2e0dc66b --- 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": "^3.0.0", "static-favicon": "^2.0.0-alpha", "statuses": "^1.3.1", "streamsearch": "^0.1.2",