From e3804bd5d052e840396df5b462bda608d22302f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Mar 2026 01:43:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-15680278 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a669c4f5bc6..8811726c962 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "semver": "^7.6.3", "sequelize": "^6.37.3", "serve-index": "^1.9.1", - "socket.io": "^3.1.2", + "socket.io": "^4.5.2", "sqlite3": "^5.1.7", "svg-captcha": "^1.4.0", "swagger-ui-express": "^5.0.1",