Skip to content

Commit e079968

Browse files
committed
[Fix] pin create-hash, ripemd160 due to breaking changes
1 parent 3661fb0 commit e079968

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"url": "https://github.com/crypto-browserify/pbkdf2.git"
3030
},
3131
"scripts": {
32-
"prepublish": "npm run test",
3332
"lint": "eslint --ext=js,mjs .",
3433
"pretest": "npm run lint",
3534
"tests-only": "nyc --exclude=bench --exclude=coverage --exclude=test tape test/index.js",
@@ -49,9 +48,9 @@
4948
"tape": "^5.9.0"
5049
},
5150
"dependencies": {
52-
"create-hash": "^1.1.2",
51+
"create-hash": "~1.1.3",
5352
"create-hmac": "^1.1.4",
54-
"ripemd160": "^2.0.1",
53+
"ripemd160": "=2.0.1",
5554
"safe-buffer": "^5.0.1",
5655
"sha.js": "^2.4.8"
5756
},

0 commit comments

Comments
 (0)