From 9368f6137b90ad59088f3fb3e2983104cc4b0995 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 07:47:54 +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 570fe0e92d8..0f066ffcb2e 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,7 @@ "sequelize": "~6.19.1", "sequelize-notupdate-attributes": "^1.0.0", "serve-index": "^1.9.1", - "socket.io": "^3.1.0", + "socket.io": "^4.7.0", "sqlite3": "^5.0.0", "svg-captcha": "^1.4.0", "swagger-ui-express": "^4.1.4",