From b9cda86ae339e889f6154391127b7996ab383ff2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 12:34:53 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 515ec8dde..5be1a083f 100644 --- a/package.json +++ b/package.json @@ -60,8 +60,8 @@ "mathjs": "^5.0.4", "numeric": "^1.2.6", "request": "^2.88.0", - "socket.io": "^4.7.5", - "socket.io-client": "^4.7.5", + "socket.io": "^4.8.0", + "socket.io-client": "^4.8.0", "websocket": "^1.0.32", "ws": "^8.16.0" },