From db840a0a4415e3c55368a4b5aa3e635f3529aee2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 06:18:12 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2d556b58787..0c63ca5be69 100644 --- a/package.json +++ b/package.json @@ -157,8 +157,8 @@ "sequelize-noupdate-attributes": "^1.0.0", "serve-index": "^1.9.1", "sharp": "0.30.5", - "socket.io": "^2.3.0", - "socket.io-client": "^2.3.0", + "socket.io": "^4.8.0", + "socket.io-client": "^4.8.0", "sqlite3": "^5.0.0", "svg-captcha": "^1.4.0", "swagger-ui-express": "^4.1.4", @@ -185,7 +185,7 @@ "shelljs": "^0.8.4", "sinon": "^9.0.2", "sinon-chai": "^3.5.0", - "socket.io-client": "^2.3.0", + "socket.io-client": "^4.8.0", "standard": "^14.3.4", "webdriver-manager": "^12.1.7" },