From 8d5b827ac6ac885670071158132c55ee87fccc63 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 11:11:40 +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 a88a716eae7..cfc0ab2ce11 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -62,7 +62,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",