From 38ae7711139b966309ba3771723d1f797bfa51cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2024 06:26:39 +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 a17647afaca..a39786f1eba 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "semver": "^7.3.2", "sequelize": "^6.15.1", "serve-index": "^1.9.1", - "socket.io": "^3.1.0", + "socket.io": "^4.8.0", "sqlite3": "^5.0.8", "svg-captcha": "^1.4.0", "swagger-ui-express": "^4.1.4",