Skip to content

build(deps-dev): Bump lodash from 4.17.21 to 4.17.23 in /system-contract-dapp-playground#1515

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/system-contract-dapp-playground/lodash-4.17.23
Open

build(deps-dev): Bump lodash from 4.17.21 to 4.17.23 in /system-contract-dapp-playground#1515
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/system-contract-dapp-playground/lodash-4.17.23

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2026

Bumps lodash from 4.17.21 to 4.17.23.

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 22, 2026 02:36
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Jan 22, 2026
@swirlds-automation
Copy link
Copy Markdown
Contributor

swirlds-automation commented Jan 22, 2026

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

Status Scanner 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

github-actions bot commented Jan 22, 2026

Test Results

 20 files   -  1  101 suites   - 10   30m 1s ⏱️ +13s
368 tests  - 34  351 ✅  - 16  13 💤 ±0  4 ❌  - 18 
454 runs   - 70  437 ✅  - 52  13 💤 ±0  4 ❌  - 18 

For more details on these failures, see this check.

Results for commit 57d7546. ± Comparison against base commit f5d7067.

This pull request removes 51 and adds 17 tests. Note that renamed tests count towards both.
"before all" hook for "should be able to get token name" ‑ ERC721Contract Test Suite "before all" hook for "should be able to get token name"
should NOT be able to use approve ‑ ERC20Contract Test Suite should NOT be able to use approve
should NOT be able to use delegateApprove and allowance ‑ ERC20Contract Test Suite should NOT be able to use delegateApprove and allowance
should NOT be able to use delegateTransfer ‑ ERC20Contract Test Suite should NOT be able to use delegateTransfer
should NOT be able to use delegateTransferFrom ‑ ERC20Contract Test Suite should NOT be able to use delegateTransferFrom
should NOT be able to use transfer ‑ ERC20Contract Test Suite should NOT be able to use transfer
should be able to approve another account ‑ IERC20 Test Suite should be able to approve another account
should be able to delegate votes ‑ @OZERC20Votes Test Suite should be able to delegate votes
should be able to execute allowance(address,address) ‑ @OZERC20 Test Suite should be able to approve an amount and read a corresponding allowance should be able to execute allowance(address,address)
should be able to execute approve(address,uint256) ‑ @OZERC20 Test Suite should be able to approve an amount and read a corresponding allowance should be able to execute approve(address,uint256)
…
"before each" hook for "should fail for updateNonFungibleTokenCustomFees when token is not associated to fee collector" ‑ TokenManagmentContract Test Suite Update fees "before each" hook for "should fail for updateNonFungibleTokenCustomFees when token is not associated to fee collector"
should NOT be able call tokenByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenByIndex
should NOT be able call tokenOfOwnerByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenOfOwnerByIndex
should NOT be able execute safeTransferFrom ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFrom
should NOT be able execute safeTransferFromWithData ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFromWithData
should NOT be able to execute approve ‑ ERC721Contract Test Suite Unsupported operations should NOT be able to execute approve
should NOT be able to execute delegateSetApprovalForAll and isApprovedForAll ‑ ERC721Contract Test Suite should NOT be able to execute delegateSetApprovalForAll and isApprovedForAll
should NOT be able to execute transferFrom ‑ ERC721Contract Test Suite Unsupported operations should NOT be able to execute transferFrom
should be able to delegate approve ‑ ERC721Contract Test Suite should be able to delegate approve
should be able to execute balanceOf ‑ ERC721Contract Test Suite should be able to execute balanceOf
…

♻️ This comment has been updated with latest results.

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/system-contract-dapp-playground/lodash-4.17.23 branch from d846e70 to 57d7546 Compare February 3, 2026 11:37
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