Skip to content

chore(deps-dev): bump bitcoinjs-lib from 6.0.1 to 7.0.0#394

Closed
dependabot[bot] wants to merge 1 commit into
QA-Testfrom
dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.0
Closed

chore(deps-dev): bump bitcoinjs-lib from 6.0.1 to 7.0.0#394
dependabot[bot] wants to merge 1 commit into
QA-Testfrom
dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 3, 2025

Copy link
Copy Markdown
Contributor

Bumps bitcoinjs-lib from 6.0.1 to 7.0.0.

Changelog

Sourced from bitcoinjs-lib's changelog.

6.1.7

added

  • skip ecc library verification via DANGER_DO_NOT_VERIFY_ECCLIB flag

6.1.6

fixed

  • Fix sighash treatment when signing taproot script sign scripts using Psbt (#2104)
  • Fix error for invalid scripts in toASM (#2097)
  • Fix mutation of input to addOutput method on Psbt (#2091)

6.1.5

fixed

  • Updated bip174 dependency to fix issue with unknownKeyVals. (#1979)

6.1.4

changed

  • Changed internal usage of the Buffer API to match with newer broken bundlers that don't follow spec. The new usage is still compatible with older versions of Buffer, so there shouldn't be any breakage. The public API interface was not changed. (#1975)

6.1.3

fixed

  • validateSignaturesOfInput for taproot inputs returned false for valid signatures in specific cases. (#1934)

6.1.2

fixed

  • validateSignaturesOfInput for taproot inputs returned true for invalid signatures in specific cases. (#1932)

6.1.1

added

  • add example using BIP86 vector to verify the sending to and from a BIP86 generated taproot address

fixed

  • support for 65 byte taproot signature
  • prevent the creation of unspendable scripts in bitcoinjs-lib by implementing checks for resource limitations
  • use Buffer.from() instead of Buffer.of()

changed

  • performance: precompute the taproot hashes
  • performance: switch from create-hash and ripemd160 to noble-hashes

removed

  • types: removed unused methods privateAdd and privateNegate from TinySecp256k1Interface

6.1.0

added

  • taproot support for payments (p2tr) and PSBT. See taproot.spec.ts integration test for examples. (#1742)

6.0.2

fixed

  • p2sh payment now uses empty Buffer for redeem.output when redeemScript is OP_FALSE (#1802)
  • Fix ripemd160 hashing fallback issue (#1812)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Dec 3, 2025

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 3, 2025
@github-actions

github-actions Bot commented Dec 3, 2025

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/valibot 0.38.0 UnknownUnknown
npm/@noble/hashes 1.8.0 UnknownUnknown
npm/bip174 3.0.0 🟢 3.7
Details
CheckScoreReason
Code-Review🟢 4Found 5/11 approved changesets -- score normalized to 4
Maintained⚠️ 12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
License🟢 10license file detected
Security-Policy⚠️ 0security policy file not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Vulnerabilities🟢 64 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/bitcoinjs-lib 7.0.0 🟢 6.4
Details
CheckScoreReason
Code-Review🟢 7Found 10/14 approved changesets -- score normalized to 7
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 910 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9
Binary-Artifacts🟢 10no binaries found in the repo
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Vulnerabilities🟢 37 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/bs58check 4.0.0 🟢 4.9
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Code-Review🟢 4Found 2/5 approved changesets -- score normalized to 4
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Vulnerabilities🟢 55 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
npm/uint8array-tools 0.0.8 UnknownUnknown
npm/uint8array-tools 0.0.9 UnknownUnknown
npm/varuint-bitcoin 2.0.0 🟢 4
Details
CheckScoreReason
Code-Review🟢 5Found 4/7 approved changesets -- score normalized to 5
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Maintained⚠️ 00 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 9license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Vulnerabilities🟢 55 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • package-lock.json

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.0 branch from 1f91cca to 90db8fc Compare December 15, 2025 23:30
@dependabot dependabot Bot requested a review from a team as a code owner December 15, 2025 23:30
Bumps [bitcoinjs-lib](https://github.com/bitcoinjs/bitcoinjs-lib) from 6.0.1 to 7.0.0.
- [Changelog](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/CHANGELOG.md)
- [Commits](bitcoinjs/bitcoinjs-lib@v6.0.1...v7.0.0)

---
updated-dependencies:
- dependency-name: bitcoinjs-lib
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.0 branch from 90db8fc to cc50576 Compare December 16, 2025 18:41
@dependabot @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #479.

@dependabot dependabot Bot closed this Jun 3, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/QA-Test/bitcoinjs-lib-7.0.0 branch June 3, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants