Skip to content

Commit

Permalink
[Deps] update cipher-base, inherits, md5-js, ripemd160, sha.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 16, 2024
1 parent e65c363 commit ebb6fe3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
},
"homepage": "https://github.com/crypto-browserify/createHash",
"dependencies": {
"cipher-base": "^1.0.1",
"cipher-base": "^1.0.4",
"hash-base": "=3.0.3",
"inherits": "^2.0.1",
"inherits": "^2.0.4",
"md5-js": "^0.0.3",
"md5.js": "^1.3.4",
"readable-stream": "^2.3.8",
"ripemd160": "^2.0.1",
"sha.js": "^2.4.0"
"ripemd160": "^2.0.2",
"sha.js": "^2.4.11"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.1",
Expand Down

0 comments on commit ebb6fe3

Please sign in to comment.