From 3ca02c93499604da0e581a86cf11a7f6a4eaee23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2024 06:14:15 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 43e080db844..bc82b572488 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "rxjs": "6.6.3", "sass": "^1.32.2", "snarkdown": "^1.2.2", - "socket.io-client": "^3.1.0", + "socket.io-client": "^4.8.0", "solidity-browser-compiler": "^1.1.0", "typescript": "~4.8.4", "zone.js": "~0.11.4",