Skip to content

Commit

Permalink
Merge pull request #5556 from BitGo/BTC-0.fix-yarnlock
Browse files Browse the repository at this point in the history
feat(core): pin bip174 version and add bitcoinjs-lib dependency
  • Loading branch information
OttoAllmendinger authored Feb 14, 2025
2 parents 37103fb + 9481c53 commit afacef3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7160,7 +7160,7 @@ bindings@^1.3.0:
dependencies:
file-uri-to-path "1.0.0"

bip174@^2.1.1:
bip174@=2.1.1, bip174@^2.1.1:
version "2.1.1"
resolved "https://registry.npmjs.org/bip174/-/bip174-2.1.1.tgz"
integrity sha512-mdFV5+/v0XyNYXjBS6CQPLo9ekCx4gtKZFnJm5PMto7Fs9hTTDpkkzOB7/FtluRI6JbUUAu+snTYfJRgHLZbZQ==
Expand Down Expand Up @@ -7221,6 +7221,18 @@ bitcoinjs-lib@^6.0.0:
typeforce "^1.11.3"
varuint-bitcoin "^1.1.2"

bitcoinjs-lib@^6.1.7:
version "6.1.7"
resolved "https://registry.npmjs.org/bitcoinjs-lib/-/bitcoinjs-lib-6.1.7.tgz#0f98dec1333d658574eefa455295668cfae38bb0"
integrity sha512-tlf/r2DGMbF7ky1MgUqXHzypYHakkEnm0SZP23CJKIqNY/5uNAnMbFhMJdhjrL/7anfb/U8+AlpdjPWjPnAalg==
dependencies:
"@noble/hashes" "^1.2.0"
bech32 "^2.0.0"
bip174 "^2.1.1"
bs58check "^3.0.1"
typeforce "^1.11.3"
varuint-bitcoin "^1.1.2"

"bitcoinjs-lib@npm:@bitgo-forks/[email protected]":
version "7.1.0-master.2"
resolved "https://registry.npmjs.org/@bitgo-forks/bitcoinjs-lib/-/bitcoinjs-lib-7.1.0-master.2.tgz"
Expand Down

0 comments on commit afacef3

Please sign in to comment.