Skip to content

Commit 9e2bf12

Browse files
committed
[Deps] pin hash-base to ~3.0, due to a breaking change
See browserify/hash-base#14 (comment)
1 parent 168e16f commit 9e2bf12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
"create-hash": "^1.2.0",
3535
"create-hmac": "^1.1.7",
3636
"elliptic": "=6.5.1",
37+
"hash-base": "~3.0",
3738
"inherits": "^2.0.4",
3839
"parse-asn1": "^5.1.6",
39-
"readable-stream": "^3.6.2",
40+
"readable-stream": "^2.3.8",
4041
"safe-buffer": "^5.2.1"
4142
},
4243
"devDependencies": {

0 commit comments

Comments
 (0)