From c6f52f3e5789bae1b9b226200abb3bbb9efc44a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 02:51: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 3be3503a814..2f48b26523d 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",