Skip to content

Commit a4b1d1f

Browse files
committed
Update ws package to address possible DoS vulnerability.
1 parent 16b8e18 commit a4b1d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "18.15.13",
1616
"aes-js": "4.0.0-beta.5",
1717
"tslib": "2.4.0",
18-
"ws": "8.5.0"
18+
"ws": "8.17.1"
1919
},
2020
"description": "A complete and compact Ethereum library, for dapps, wallets and any other tools.",
2121
"devDependencies": {

0 commit comments

Comments
 (0)