From cdb271d93c121c0e41006230a45981fa59b1c422 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 16:39:07 +0000 Subject: [PATCH] fix: upgrade ws from 8.2.3 to 8.18.3 Snyk has created this PR to upgrade ws from 8.2.3 to 8.18.3. See this package in npm: ws See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/7f124e9f-9e7a-4ecd-92b5-9c3fc12e6308?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/chains/ethereum/ethereum/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chains/ethereum/ethereum/package.json b/src/chains/ethereum/ethereum/package.json index 78d936b013..3af0b3ee23 100644 --- a/src/chains/ethereum/ethereum/package.json +++ b/src/chains/ethereum/ethereum/package.json @@ -84,7 +84,7 @@ "semaphore": "1.1.0", "subleveldown": "6.0.1", "tmp-promise": "3.0.2", - "ws": "8.2.3" + "ws": "8.18.3" }, "devDependencies": { "@trufflesuite/uws-js-unofficial": "20.10.0-unofficial.2",