From a4b1d1f43fca14f2e826e3c60e0d45f5b6ef3ec4 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 18 Jun 2024 02:08:05 -0400 Subject: [PATCH] Update ws package to address possible DoS vulnerability. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4448c3b160..c07d559926 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/node": "18.15.13", "aes-js": "4.0.0-beta.5", "tslib": "2.4.0", - "ws": "8.5.0" + "ws": "8.17.1" }, "description": "A complete and compact Ethereum library, for dapps, wallets and any other tools.", "devDependencies": {