Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit f1931fd

Browse files
committed
Update non-breaking dependencies
1 parent cfe0f60 commit f1931fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"homepage": "https://github.com/ethereumjs/ethereumjs-wallet",
2828
"dependencies": {
2929
"aes-js": "^0.2.3",
30-
"bs58check": "^1.0.8",
30+
"bs58check": "^2.1.1",
3131
"ethereumjs-util": "^4.4.0",
3232
"hdkey": "^0.7.0",
3333
"safe-buffer": "^5.1.1",
3434
"scrypt.js": "^0.2.0",
35-
"utf8": "^2.1.1",
35+
"utf8": "^3.0.0",
3636
"uuid": "^2.0.1"
3737
},
3838
"devDependencies": {
39-
"coveralls": "^2.11.4",
40-
"istanbul": "^0.4.1",
41-
"mocha": "^2.3.4",
39+
"coveralls": "^3.0.0",
40+
"istanbul": "^0.4.5",
41+
"mocha": "^5.0.0",
4242
"standard": "^10.0.0"
4343
},
4444
"standard": {

0 commit comments

Comments
 (0)