Skip to content

Commit 8ae6b70

Browse files
committed
[Deps] pin hash-base to =3.0.3, due to a breaking change
See browserify/hash-base#14 (comment)
1 parent 77ee517 commit 8ae6b70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
"homepage": "https://github.com/crypto-browserify/createHash",
2727
"dependencies": {
2828
"cipher-base": "^1.0.1",
29+
"hash-base": "=3.0.3",
2930
"inherits": "^2.0.1",
3031
"md5.js": "^1.3.4",
32+
"readable-stream": "^2.3.8",
3133
"ripemd160": "^2.0.1",
3234
"sha.js": "^2.4.0"
3335
},

0 commit comments

Comments
 (0)