From e04aadf03de45e504262a8a292ef9fd4aeca494c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Dec 2025 15:32:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ba6925..8545cf0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "pg-hstore": "^2.3.3", "sequelize": "^5.21.7", "snyk": "^1.311.0", - "socket.io": "^2.3.0", + "socket.io": "^3.0.0", "socket.io-redis": "^5.2.0", "winston": "^3.2.1" },