Skip to content

build(deps): Bump bn.js in /scripts/offchain-signed-tx-executor-cron - #1729

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scripts/offchain-signed-tx-executor-cron/multi-72602e2dc6
Open

build(deps): Bump bn.js in /scripts/offchain-signed-tx-executor-cron#1729
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scripts/offchain-signed-tx-executor-cron/multi-72602e2dc6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps and bn.js. These dependencies needed to be updated together.
Updates bn.js from 5.2.1 to 5.2.5

Changelog

Sourced from bn.js's changelog.

5.2.5 / 2026-07-09

  • fix: correct divRound rounding for negative operands (#320)
  • fix: normalize sign when imuln multiplies by zero (#321)

5.2.4 / 2026-06-26

  • fix: clear surplus words in inotn so notn(width) stays below 2 ** width (#319)

5.2.3 / 2026-02-19

  • fix: imaskn state (#317)

5.2.2 / 2025-04-25

  • fix: imuln/muln with zero (#313)
Commits

Updates bn.js from 4.12.0 to 4.12.5

Changelog

Sourced from bn.js's changelog.

5.2.5 / 2026-07-09

  • fix: correct divRound rounding for negative operands (#320)
  • fix: normalize sign when imuln multiplies by zero (#321)

5.2.4 / 2026-06-26

  • fix: clear surplus words in inotn so notn(width) stays below 2 ** width (#319)

5.2.3 / 2026-02-19

  • fix: imaskn state (#317)

5.2.2 / 2025-04-25

  • fix: imuln/muln with zero (#313)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps  and [bn.js](https://github.com/indutny/bn.js). These dependencies needed to be updated together.

Updates `bn.js` from 5.2.1 to 5.2.5
- [Release notes](https://github.com/indutny/bn.js/releases)
- [Changelog](https://github.com/indutny/bn.js/blob/master/CHANGELOG.md)
- [Commits](indutny/bn.js@v5.2.1...v5.2.5)

Updates `bn.js` from 4.12.0 to 4.12.5
- [Release notes](https://github.com/indutny/bn.js/releases)
- [Changelog](https://github.com/indutny/bn.js/blob/master/CHANGELOG.md)
- [Commits](indutny/bn.js@v5.2.1...v5.2.5)

---
updated-dependencies:
- dependency-name: bn.js
  dependency-version: 5.2.5
  dependency-type: indirect
- dependency-name: bn.js
  dependency-version: 4.12.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 27, 2026 16:33
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 27, 2026
@swirlds-automation

swirlds-automation commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions

Copy link
Copy Markdown

Test Results

  8 files  ± 0   42 suites  ±0   6m 27s ⏱️ - 1m 21s
109 tests  - 21  105 ✅  - 22  2 💤 ±0  2 ❌ +1 
133 runs  ± 0  129 ✅  -  1  2 💤 ±0  2 ❌ +1 

For more details on these failures, see this check.

Results for commit 51088dd. ± Comparison against base commit 43854b5.

This pull request removes 27 and adds 6 tests. Note that renamed tests count towards both.
"before all" hook for "should be able to get token info" ‑ SafeHTS library Test Suite "before all" hook for "should be able to get token info"
Should NOT allow a non-operator to transfer tokens to another account ‑ @OZERC1155Token Test Suite Should NOT allow a non-operator to transfer tokens to another account
Should NOT burn insufficient amount of token ‑ @OZERC1155Token Test Suite Should NOT burn insufficient amount of token
Should NOT transfer the ownership to another account if the caller is not owner ‑ @OZERC1155Token Test Suite Should NOT transfer the ownership to another account if the caller is not owner
Should allow an operator to transfer a token to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer a token to another account
Should allow an operator to transfer tokens in batch to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer tokens in batch to another account
Should be able to mint a new token ‑ @OZERC1155Token Test Suite Should be able to mint a new token
Should be able to mint new tokens in batch ‑ @OZERC1155Token Test Suite Should be able to mint new tokens in batch
Should burn token in batch ‑ @OZERC1155Token Test Suite Should burn token in batch
Should burn token ‑ @OZERC1155Token Test Suite Should burn token
…
"before all" hook for "should be able to execute uri(uint256) and returns the same URI for all token types" ‑ @OZERC1155 Test Suite "before all" hook for "should be able to execute uri(uint256) and returns the same URI for all token types"
"before each" hook for "Should deploy erc1155Token" ‑ @OZERC1155Token Test Suite "before each" hook for "Should deploy erc1155Token"
should be able to get Non fungible token info ‑ SafeHTS library Test Suite should be able to get Non fungible token info
should be able to get fungible token info ‑ SafeHTS library Test Suite should be able to get fungible token info
should be able to get token info ‑ SafeHTS library Test Suite should be able to get token info
should be able to transfer tokens and hbars atomically ‑ SafeHTS library Test Suite should be able to transfer tokens and hbars atomically

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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant