Skip to content

Commit

Permalink
fix(deps): update bs58check to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent a9f4151 commit 07ee616
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 56 deletions.
120 changes: 67 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"bitcoin-util": "^2.0.0",
"bitcoind-rpc": "^0.9.1",
"blake2b": "^2.1.3",
"bs58check": "2.1.2",
"bs58check": "3.0.1",
"bufferutil": "^4.0.3",
"create-hash": "^1.1.0",
"create-hmac": "^1.1.3",
Expand Down
12 changes: 10 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,18 @@ bs58@^5.0.0:
dependencies:
base-x "^4.0.0"

bs58check@2.1.2, bs58check@<3.0.0:
bs58check@3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/bs58check/-/bs58check-3.0.1.tgz"
integrity sha512-hjuuJvoWEybo7Hn/0xOrczQKKEKD63WguEjlhLExYs2wUBcebDC1jDNK17eEAD2lYfw82d5ASC1d7K3SWszjaQ==
dependencies:
"@noble/hashes" "^1.2.0"
bs58 "^5.0.0"

bs58check@<3.0.0:
version "2.1.2"
resolved "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz"
integrity sha1-U7AYKRIo2CpaoI59eW/a/aVK6/w=
integrity sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==
dependencies:
bs58 "^4.0.0"
create-hash "^1.1.0"
Expand Down

0 comments on commit 07ee616

Please sign in to comment.