From 2d4bd29dba3dd7628bf23ddae5db4c797fc08613 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2024 06:59:22 +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 5dc3789fb02..dfa8715f837 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "sequelize": "^6.4.0", "sequelize-notupdate-attributes": "^1.0.0", "serve-index": "^1.9.1", - "socket.io": "^3.1.0", + "socket.io": "^4.8.0", "sqlite3": "^5.0.0", "svg-captcha": "^1.4.0", "swagger-ui-express": "^4.1.4",