Skip to content

Commit

Permalink
Bump ws package version to address DoS security concern (#4791).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jul 25, 2024
1 parent 9f42637 commit f345816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ethersproject/transactions": "^5.8.0",
"@ethersproject/web": "^5.8.0",
"bech32": "1.1.4",
"ws": "7.4.6"
"ws": "8.18.0"
},
"description": "Ethereum Providers for ethers.",
"ethereum": "donations.ethers.eth",
Expand Down Expand Up @@ -67,7 +67,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x6e3bc260dd2f59771dc0b11fa7e2de8cf3624cbef8c12fbecf9671b2e801c834",
"tarballHash": "0x7f521bacebda7906da3c4bdb6102ae85d7fb94fe63b42972606d6201dbd92f96",
"types": "./lib/index.d.ts",
"version": "5.8.0"
}

0 comments on commit f345816

Please sign in to comment.