From 5285a7c05b13a5e8714395c37c8ffc557bdef668 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:11:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DICER-2311764 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:parsejson:20170908 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f3c534fa..ba1d5452 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bcrypt-nodejs": "0.0.3", "body-parser": "^1.17.1", "bson": "^1.0.4", - "busboy": "^0.2.14", + "busboy": "^1.0.0", "cloudinary": "^1.8.0", "concat-stream": "^1.6.0", "connect-flash": "^0.1.1", @@ -76,7 +76,7 @@ "session": "^0.1.0", "setprototypeof": "^1.0.3", "sliced": "^1.0.1", - "socket.io": "^1.7.3", + "socket.io": "^2.0.0", "static-favicon": "^2.0.0-alpha", "statuses": "^1.3.1", "streamsearch": "^0.1.2",