Skip to content

Commit f345816

Browse files
committed
Bump ws package version to address DoS security concern (#4791).
1 parent 9f42637 commit f345816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@ethersproject/transactions": "^5.8.0",
3434
"@ethersproject/web": "^5.8.0",
3535
"bech32": "1.1.4",
36-
"ws": "7.4.6"
36+
"ws": "8.18.0"
3737
},
3838
"description": "Ethereum Providers for ethers.",
3939
"ethereum": "donations.ethers.eth",
@@ -67,7 +67,7 @@
6767
"test": "echo \"Error: no test specified\" && exit 1"
6868
},
6969
"sideEffects": false,
70-
"tarballHash": "0x6e3bc260dd2f59771dc0b11fa7e2de8cf3624cbef8c12fbecf9671b2e801c834",
70+
"tarballHash": "0x7f521bacebda7906da3c4bdb6102ae85d7fb94fe63b42972606d6201dbd92f96",
7171
"types": "./lib/index.d.ts",
7272
"version": "5.8.0"
7373
}

0 commit comments

Comments
 (0)