From 9f285c89e8d733fd69c668b8e9551b4dd3c6b223 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 19:43:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 303548a..2426417 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express": "^4.14.0", "express-session": "^1.14.2", "html-entities": "^1.2.0", - "mongoose": "^4.7.6", - "socket.io": "^1.7.2" + "mongoose": "^5.2.6", + "socket.io": "^2.1.0" } }