From 907e572221db1eec0a19e4869845f25fc0d216ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 18:03:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 303548a..a9feca9 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "express-session": "^1.14.2", "html-entities": "^1.2.0", "mongoose": "^4.7.6", - "socket.io": "^1.7.2" + "socket.io": "^3.0.0" } }