From 5c47d76fa466bb2013f2b82ecca44bba8501673a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 22:52:47 +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 029ec852fe4..61a3b38020e 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "sequelize": "^5.22.3", "sequelize-noupdate-attributes": "^1.0.0", "serve-index": "^1.9.1", - "socket.io": "^2.3.0", + "socket.io": "^3.0.0", "sqlite3": "^5.0.0", "svg-captcha": "^1.4.0", "swagger-ui-express": "^4.1.4",