From ed90cf7b2d81208ae6282c42923da7991f7ac4b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 00:37:38 +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 5a2fcbb..86f7c6d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "npmlog": "^4.1.2", "randomatic": "^3.1.1", "sequelize": "^6.9.0", - "socket.io": "^3.0.0", + "socket.io": "^4.7.0", "toobusy-js": "^0.5.1", "winston": "^3.0.0" },