Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 48 updates#3392

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-384833ff51
Closed

chore(deps): bump the all-dependencies group across 1 directory with 48 updates#3392
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-384833ff51

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the all-dependencies group with 46 updates in the / directory:

Package From To
@across-protocol/constants 3.1.109 3.1.111
@coral-xyz/anchor 0.31.1 0.32.1
@ethersproject/abi 5.7.0 5.8.0
@ethersproject/abstract-provider 5.7.0 5.8.0
@ethersproject/abstract-signer 5.7.0 5.8.0
@google-cloud/kms 5.4.0 5.5.0
@layerzerolabs/lz-v2-utilities 3.0.147 3.0.168
@maticnetwork/maticjs 3.6.0 3.9.11
@maticnetwork/maticjs-ethers 1.0.3 1.1.0
@nktkas/hyperliquid 0.25.9 0.32.2
@solana-program/address-lookup-table 0.7.0 0.11.0
@solana-program/compute-budget 0.8.0 0.15.0
@solana/kit 5.4.0 6.9.0
binance-api-node 0.12.7 0.13.9
dotenv 16.3.1 17.4.2
ethers 5.7.2 6.16.0
express 4.21.2 5.2.1
superstruct 1.0.3 2.0.2
tronweb 6.2.2 6.3.0
tsx 4.21.0 4.22.3
viem 2.47.10 2.50.4
winston 3.18.3 3.19.0
zksync-ethers 5.11.1 6.21.2
@nomicfoundation/hardhat-chai-matchers 1.0.6 3.0.0
@nomicfoundation/hardhat-verify 2.1.3 3.0.17
@openzeppelin/hardhat-upgrades 1.28.0 3.9.1
@solana-program/system 0.7.0 0.12.0
@solana-program/token 0.5.1 0.13.0
@types/node 24.3.0 25.9.0
@typescript-eslint/eslint-plugin 8.58.1 8.59.4
@typescript-eslint/parser 8.58.1 8.59.4
@typescript/native-preview 7.0.0-dev.20260421.2 7.0.0-dev.20260519.1
chai 4.3.7 6.2.2
chai-exclude 2.1.0 3.0.1
eslint 8.57.1 10.4.0
eslint-config-prettier 9.1.2 10.1.8
eslint-plugin-chai-expect 3.0.0 4.1.0
eslint-plugin-mocha 10.1.0 11.3.0
eslint-plugin-n 16.6.2 18.0.1
hardhat 2.28.3 3.4.5
hardhat-deploy 0.11.34 2.0.8
prettier 3.8.1 3.8.3
prettier-plugin-solidity 1.1.3 2.3.1
sinon 21.1.2 22.0.0
tar 7.5.13 7.5.15
typescript 6.0.2 6.0.3

Updates @across-protocol/constants from 3.1.109 to 3.1.111

Release notes

Sourced from @​across-protocol/constants's releases.

v3.1.111

What's Changed

Full Changelog: across-protocol/constants@v3.1.110...v3.1.111

v3.1.110

What's Changed

Full Changelog: across-protocol/constants@v3.1.109...v3.1.110

Commits

Updates @coral-xyz/anchor from 0.31.1 to 0.32.1

Release notes

Sourced from @​coral-xyz/anchor's releases.

v0.32.1

The 0.32.1 patch release is here. This patch is aimed to fix the anchor deploy race condition found in 0.32.0.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v0.32.0

The 0.32.0 major release is here. This release targets a number of optimizations we wanted to make before 1.0 major release.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

Changelog

Sourced from @​coral-xyz/anchor's changelog.

[0.32.1] - 2025-10-09

Features

Fixes

  • lang: Fix deprecation warnings on alloc and add solana-program to prelude (#3975).
  • cli: Fix race condition that could happen when deploying a program (#3976).

Breaking

[0.32.0] - 2025-10-08

Features

  • lang: Add #[error] attribute to declare_program! (#3757).
  • cli: Replace anchor verify to use solana-verify under the hood, adding automatic installation via AVM, local path support, and future-proof argument passing (#3768).
  • lang: Replace solana-program crate with smaller crates (#3819).
  • cli: Make anchor deploy to upload the IDL to the cluster by default unless --no-idl is passed (#3863).
  • lang: Use solana-invoke instead of solana_cpi::invoke (#3900).
  • client: remove solana-client from anchor-client and cli (#3877).
  • idl: Build IDL on stable Rustc (#3842).
  • lang: Add custom error when using init on SystemAccount (#3828).
  • ts: Add support for Bun as a package manager (#3586).
  • lang: Add support for tuple types in space calculation (#3744).
  • lang: Add missing pubkey const generation (#3677).
  • cli: Add the Minimum Supported Rust Version (MSRV) to the Rust template, since an arbitrary compiler version isn't supported (#3873).
  • lang: Update mollusk test template dependencies to ~0.4 and remove redundant solana-program dev-dependency from generated template (#3790).

Fixes

  • docker: Upgrade node to 20.18.0 LTS (#3687).
  • cli: Fix using deprecated commitment recent in migration scripts (#3725).
  • cli: Fix not respecting provider.cluster in keys sync command (#3761).
  • lang: Fix deprecated realloc, store_current_index and clippy warnings (#3819).
  • avm: fix AVM instability with solana-verify (#3867).
  • avm: update AVM to only use non-draft releases(#3931).
  • lang: update bytemuck (#3858).
  • idl: disable Locale in camelCase (#3845).
  • ts: Remove event parsing panic (#3657).
  • avm: Expose anchor on PATH via $CARGO_HOME/bin symlink (#3835).

Breaking

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by solana-devs, a new releaser for @​coral-xyz/anchor since your current version.


Updates @ethersproject/abi from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/abi's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/abi's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/abstract-provider from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/abstract-provider's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/abstract-provider's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/abstract-signer from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/abstract-signer's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/abstract-signer's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @ethersproject/bignumber from 5.7.0 to 5.8.0

Release notes

Sourced from @​ethersproject/bignumber's releases.

ethers/v5.8.0 (2025-02-25 19:15) [legacy version]

This is a security update for the legacy Ethers v5 branch, addressing two security fixes.

For those that wish to audit the specific changes in the the bundled version between v5.7 and v5.8, see this gist.

Changes

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

Embedding UMD with SRI:

<script type="text/javascript"
  integrity="sha384-KpyAXoFibPIUEi79EsnN1EtEWCCrOQ8MtGsa4IrVxeZo514PYarFXujnjyu0DzgC"
  crossorigin="anonymous"
  src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.8.0/ethers.umd.min.js">
</script>

ethers/v5.7.2 (2022-10-19 04:19)


Embedding UMD with SRI:

<script type="text/javascript"
        integrity="sha384-Htz1SE4Sl5aitpvFgr2j0sfsGUIuSXI6t8hEyrlQ93zflEF3a29bH2AvkUROUw7J"
        crossorigin="anonymous"
        src="https://cdn-cors.ethers.io/lib/ethers-5.7.2.umd.min.js">
</script>

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)

... (truncated)

Changelog

Sourced from @​ethersproject/bignumber's changelog.

ethers/v5.8.0 (2025-02-25 19:15)

  • Updated to latest elliptic library to fix audit warnings. (f8deaae)
  • Added ENS to Sepolia. (0065547)
  • Bump ws package version to address DoS security concern. (#4791; f345816)
  • Added modern networks, updated third-party backend URLs and added QuickNode. (#3935, #4010; f7c813d)

ethers/v5.7.2 (2022-10-19 04:19)

ethers/v5.7.1 (2022-09-13 21:28)

  • Fixed message signing errors that clobbered critical Error properties. (#3356; b14cb0f)
  • Add support for all data URL formats. (#3341; 4c86dc9)
  • Added Sepolia network. (#3325; d083522)
Commits

Updates @google-cloud/kms from 5.4.0 to 5.5.0

Changelog

Sourced from @​google-cloud/kms's changelog.

5.5.0 (2026-05-01)

Features

Bug Fixes

  • Change the copyright year for files in the packages folder (#8109) (c1a03fe)
  • Do not publish the protos to npm (#8079) (816216b)
  • Revert "fix: Do not publish the protos to npm" (#8096) (ac0fbb6)
Commits
  • 4572246 chore: release main (#8148)
  • 59f445d fix: sync legacy 0.1.0 snippet metadata versions across monorepo (#8144)
  • 138f402 docs: [kms] Update the comment for duration value `unrefreshed_duration_until...
  • c1a03fe fix: change the copyright year for files in the packages folder (#8109)
  • a47507c chore: consolidate prettierignore and prettierrc files: autogen (#8082)
  • ac0fbb6 fix: Revert "fix: Do not publish the protos to npm" (#8096)
  • 816216b fix: Do not publish the protos to npm (#8079)
  • 048f3db feat: [kms] support external-μ in the Digest (#8014)
  • f8da6e1 chore: [Many APIs] migrate generator to google-cloud-node (#7987)
  • 5d85291 chore: cleanup redundant .gitattributes files (#8007)
  • Additional commits viewable in compare view

Updates @layerzerolabs/lz-v2-utilities from 3.0.147 to 3.0.168

Updates @maticnetwork/maticjs from 3.6.0 to 3.9.11

Release notes

Sourced from @​maticnetwork/maticjs's releases.

@​maticnetwork/maticjs@​3.9.11

Patch Changes

  • 234f070: Ship README.md and LICENSE in the published npm package.

    Previous releases were missing both: the package directory (packages/maticjs/) had neither file, and npm's auto-include only looks at the package directory, not the workspace root. Consumers running npm view @maticnetwork/maticjs readme saw nothing.

    Adds packages/maticjs/README.md (consumer-facing, with install, docs, source, and support links) and packages/maticjs/LICENSE (copy of the workspace MIT licence). Both auto-include on publish — no files field change needed.

@​maticnetwork/maticjs@​3.9.10

Patch Changes

  • e332a8f: Republish 3.9.9 as 3.9.10 with the missing dist/ directory.

    3.9.9's tarball was 3 files / 2.4 KB instead of the usual ~106 files / 4.2 MB — dist/ is gitignored and the canonical release flow doesn't run a build before changeset publish, so the published package contained only package.json, MIGRATION.md, and license.js. Consumers installing 3.9.9 got a package with no compiled code.

    Fixed by adding "prepublishOnly": "pnpm run build" to packages/maticjs/package.json. prepublishOnly is an npm lifecycle hook that runs immediately before npm publish, so the build always runs regardless of which release path (canonical CI, manual local publish, etc.) invokes the publish.

    3.9.9 has been deprecated on npm; install 3.9.10 to actually receive the canonical RLP encoding fix and RootChain.findRootBlockFromChild hardening from matic.js#465.

@​maticnetwork/maticjs@​3.9.9

Patch Changes

  • b424dd0: Harden RootChain.findRootBlockFromChild so it cannot return a checkpoint slot that doesn't actually contain the burn block.

    Two related issues, both fixed:

    • The binary search's single-candidate early exit (start.eq(end)) accepted the converged slot without verifying its range contained the child block. When a burn block sat past every existing checkpoint, the search would converge on currentHeaderBlock / 10000 and silently return that slot — producing a proof that embedded an unrelated or non-existent header. On-chain MPT verification then reverted at submission time. The fix verifies headerStart ≤ child ≤ headerEnd for the converged candidate and throws Burn transaction has not been checkpointed as yet otherwise (matching the existing isCheckPointed_ guard message). The throw also covers the case where no checkpoint has ever been submitted (currentHeaderBlock = 0).
    • currentHeaderBlock() and headerBlocks(slot) reads inside findRootBlockFromChild ignored client.config.rootChainDefaultBlock, defaulting to whatever the underlying provider used (effectively latest). getLastChildBlock already honoured the config. The two reads could therefore observe different chain views, opening a race where isCheckPointed_ could pass against an un-finalised checkpoint that was reorged out before the proof was submitted on L1. Both reads now use the same block tag.

    The binary-search algorithm has been extracted into findCheckpointSlot for direct unit testing. It is plugin-agnostic — it consumes any BaseBigNumber and a constructor factory — so it works correctly with whatever BigNumber implementation the active plugin injects (MaticBigNumber for @maticnetwork/maticjs-ethers, bn.js for...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 15, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-384833ff51 branch 2 times, most recently from d407b0e to 8e8384d Compare May 19, 2026 08:36
…48 updates

Bumps the all-dependencies group with 46 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@across-protocol/constants](https://github.com/across-protocol/constants) | `3.1.109` | `3.1.111` |
| [@coral-xyz/anchor](https://github.com/coral-xyz/anchor) | `0.31.1` | `0.32.1` |
| [@ethersproject/abi](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/abi) | `5.7.0` | `5.8.0` |
| [@ethersproject/abstract-provider](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/abstract-provider) | `5.7.0` | `5.8.0` |
| [@ethersproject/abstract-signer](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/abstract-signer) | `5.7.0` | `5.8.0` |
| [@google-cloud/kms](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-kms) | `5.4.0` | `5.5.0` |
| @layerzerolabs/lz-v2-utilities | `3.0.147` | `3.0.168` |
| [@maticnetwork/maticjs](https://github.com/0xPolygon/matic.js/tree/HEAD/packages/maticjs) | `3.6.0` | `3.9.11` |
| [@maticnetwork/maticjs-ethers](https://github.com/maticnetwork/maticjs-ethers) | `1.0.3` | `1.1.0` |
| [@nktkas/hyperliquid](https://github.com/nktkas/hyperliquid) | `0.25.9` | `0.32.2` |
| [@solana-program/address-lookup-table](https://github.com/solana-program/address-lookup-table) | `0.7.0` | `0.11.0` |
| [@solana-program/compute-budget](https://github.com/solana-program/compute-budget) | `0.8.0` | `0.15.0` |
| [@solana/kit](https://github.com/anza-xyz/kit) | `5.4.0` | `6.9.0` |
| [binance-api-node](https://github.com/ccxt/binance-api-node) | `0.12.7` | `0.13.9` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `17.4.2` |
| [ethers](https://github.com/ethers-io/ethers.js) | `5.7.2` | `6.16.0` |
| [express](https://github.com/expressjs/express) | `4.21.2` | `5.2.1` |
| [superstruct](https://github.com/ianstormtaylor/superstruct) | `1.0.3` | `2.0.2` |
| [tronweb](https://github.com/tronprotocol/tronweb) | `6.2.2` | `6.3.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.3` |
| [viem](https://github.com/wevm/viem) | `2.47.10` | `2.50.4` |
| [winston](https://github.com/winstonjs/winston) | `3.18.3` | `3.19.0` |
| [zksync-ethers](https://github.com/zksync-sdk/zksync-ethers) | `5.11.1` | `6.21.2` |
| [@nomicfoundation/hardhat-chai-matchers](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-chai-matchers) | `1.0.6` | `3.0.0` |
| [@nomicfoundation/hardhat-verify](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat-verify) | `2.1.3` | `3.0.17` |
| [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades) | `1.28.0` | `3.9.1` |
| [@solana-program/system](https://github.com/solana-program/system) | `0.7.0` | `0.12.0` |
| [@solana-program/token](https://github.com/solana-program/token) | `0.5.1` | `0.13.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `25.9.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.1` | `8.59.4` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.1` | `8.59.4` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260421.2` | `7.0.0-dev.20260519.1` |
| [chai](https://github.com/chaijs/chai) | `4.3.7` | `6.2.2` |
| [chai-exclude](https://github.com/mesaugat/chai-exclude) | `2.1.0` | `3.0.1` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `10.4.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.2` | `10.1.8` |
| [eslint-plugin-chai-expect](https://github.com/Turbo87/eslint-plugin-chai-expect) | `3.0.0` | `4.1.0` |
| [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) | `10.1.0` | `11.3.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `18.0.1` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) | `2.28.3` | `3.4.5` |
| [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) | `0.11.34` | `2.0.8` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) | `1.1.3` | `2.3.1` |
| [sinon](https://github.com/sinonjs/sinon) | `21.1.2` | `22.0.0` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.13` | `7.5.15` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` |



Updates `@across-protocol/constants` from 3.1.109 to 3.1.111
- [Release notes](https://github.com/across-protocol/constants/releases)
- [Commits](across-protocol/constants@v3.1.109...v3.1.111)

Updates `@coral-xyz/anchor` from 0.31.1 to 0.32.1
- [Release notes](https://github.com/coral-xyz/anchor/releases)
- [Changelog](https://github.com/otter-sec/anchor/blob/master/CHANGELOG.md)
- [Commits](otter-sec/anchor@v0.31.1...v0.32.1)

Updates `@ethersproject/abi` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/abi)

Updates `@ethersproject/abstract-provider` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/abstract-provider)

Updates `@ethersproject/abstract-signer` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/abstract-signer)

Updates `@ethersproject/bignumber` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md)
- [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/bignumber)

Updates `@google-cloud/kms` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-kms/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/kms-v5.5.0/packages/google-cloud-kms)

Updates `@layerzerolabs/lz-v2-utilities` from 3.0.147 to 3.0.168

Updates `@maticnetwork/maticjs` from 3.6.0 to 3.9.11
- [Release notes](https://github.com/0xPolygon/matic.js/releases)
- [Changelog](https://github.com/0xPolygon/matic.js/blob/master/packages/maticjs/CHANGELOG.md)
- [Commits](https://github.com/0xPolygon/matic.js/commits/@maticnetwork/maticjs@3.9.11/packages/maticjs)

Updates `@maticnetwork/maticjs-ethers` from 1.0.3 to 1.1.0
- [Commits](https://github.com/maticnetwork/maticjs-ethers/commits)

Updates `@nktkas/hyperliquid` from 0.25.9 to 0.32.2
- [Release notes](https://github.com/nktkas/hyperliquid/releases)
- [Commits](nktkas/hyperliquid@v0.25.9...v0.32.2)

Updates `@solana-program/address-lookup-table` from 0.7.0 to 0.11.0
- [Release notes](https://github.com/solana-program/address-lookup-table/releases)
- [Commits](https://github.com/solana-program/address-lookup-table/compare/js@v0.7.0...js@v0.11.0)

Updates `@solana-program/compute-budget` from 0.8.0 to 0.15.0
- [Release notes](https://github.com/solana-program/compute-budget/releases)
- [Commits](https://github.com/solana-program/compute-budget/compare/js@v0.8.0...js@v0.15.0)

Updates `@solana/kit` from 5.4.0 to 6.9.0
- [Release notes](https://github.com/anza-xyz/kit/releases)
- [Commits](anza-xyz/kit@v5.4.0...v6.9.0)

Updates `binance-api-node` from 0.12.7 to 0.13.9
- [Release notes](https://github.com/ccxt/binance-api-node/releases)
- [Commits](ccxt/binance-api-node@0.12.7...0.13.9)

Updates `dotenv` from 16.3.1 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v17.4.2)

Updates `ethers` from 5.7.2 to 6.16.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v5.7.2...v6.16.0)

Updates `express` from 4.21.2 to 5.2.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.21.2...v5.2.1)

Updates `superstruct` from 1.0.3 to 2.0.2
- [Release notes](https://github.com/ianstormtaylor/superstruct/releases)
- [Changelog](https://github.com/ianstormtaylor/superstruct/blob/main/Changelog.md)
- [Commits](ianstormtaylor/superstruct@v1.0.3...v2.0.2)

Updates `tronweb` from 6.2.2 to 6.3.0
- [Release notes](https://github.com/tronprotocol/tronweb/releases)
- [Changelog](https://github.com/tronprotocol/tronweb/blob/master/CHANGELOG.md)
- [Commits](tronprotocol/tronweb@v6.2.2...v6.3.0)

Updates `tsx` from 4.21.0 to 4.22.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.3)

Updates `viem` from 2.47.10 to 2.50.4
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.47.10...viem@2.50.4)

Updates `winston` from 3.18.3 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.18.3...v3.19.0)

Updates `zksync-ethers` from 5.11.1 to 6.21.2
- [Release notes](https://github.com/zksync-sdk/zksync-ethers/releases)
- [Changelog](https://github.com/zksync-sdk/zksync-ethers/blob/main/CHANGELOG.md)
- [Commits](zksync-sdk/zksync-ethers@v5.11.1...v6.21.2)

Updates `@nomicfoundation/hardhat-chai-matchers` from 1.0.6 to 3.0.0
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/@nomicfoundation/hardhat-chai-matchers@3.0.0/packages/hardhat-chai-matchers/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-chai-matchers@3.0.0/packages/hardhat-chai-matchers)

Updates `@nomicfoundation/hardhat-verify` from 2.1.3 to 3.0.17
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat-verify/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/@nomicfoundation/hardhat-verify@3.0.17/packages/hardhat-verify)

Updates `@openzeppelin/hardhat-upgrades` from 1.28.0 to 3.9.1
- [Release notes](https://github.com/OpenZeppelin/openzeppelin-upgrades/releases)
- [Commits](https://github.com/OpenZeppelin/openzeppelin-upgrades/compare/@openzeppelin/hardhat-upgrades@1.28.0...@openzeppelin/hardhat-upgrades@3.9.1)

Updates `@solana-program/system` from 0.7.0 to 0.12.0
- [Release notes](https://github.com/solana-program/system/releases)
- [Commits](https://github.com/solana-program/system/compare/js@v0.7.0...js@v0.12.0)

Updates `@solana-program/token` from 0.5.1 to 0.13.0
- [Release notes](https://github.com/solana-program/token/releases)
- [Commits](https://github.com/solana-program/token/compare/js@v0.5.1...js@v0.13.0)

Updates `@solana/web3.js` from 1.95.4 to 1.98.2
- [Release notes](https://github.com/solana-foundation/solana-web3.js/releases)
- [Commits](solana-foundation/solana-web3.js@v1.95.4...v1.98.2)

Updates `@types/node` from 24.3.0 to 25.9.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.58.1 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.58.1 to 8.59.4
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.4/packages/parser)

Updates `@typescript/native-preview` from 7.0.0-dev.20260421.2 to 7.0.0-dev.20260519.1
- [Changelog](https://github.com/microsoft/typescript-go/blob/main/CHANGES.md)
- [Commits](https://github.com/microsoft/typescript-go/commits)

Updates `chai` from 4.3.7 to 6.2.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.3.7...v6.2.2)

Updates `chai-exclude` from 2.1.0 to 3.0.1
- [Release notes](https://github.com/mesaugat/chai-exclude/releases)
- [Commits](mesaugat/chai-exclude@v2.1.0...v3.0.1)

Updates `eslint` from 8.57.1 to 10.4.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.4.0)

Updates `eslint-config-prettier` from 9.1.2 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/commits/v10.1.8)

Updates `eslint-plugin-chai-expect` from 3.0.0 to 4.1.0
- [Release notes](https://github.com/Turbo87/eslint-plugin-chai-expect/releases)
- [Changelog](https://github.com/Turbo87/eslint-plugin-chai-expect/blob/master/CHANGELOG.md)
- [Commits](Turbo87/eslint-plugin-chai-expect@v3.0.0...v4.1.0)

Updates `eslint-plugin-mocha` from 10.1.0 to 11.3.0
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md)
- [Commits](lo1tuma/eslint-plugin-mocha@10.1.0...11.3.0)

Updates `eslint-plugin-n` from 16.6.2 to 18.0.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@16.6.2...v18.0.1)

Updates `hardhat` from 2.28.3 to 3.4.5
- [Release notes](https://github.com/NomicFoundation/hardhat/releases)
- [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat/CHANGELOG.md)
- [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.4.5/packages/hardhat)

Updates `hardhat-deploy` from 0.11.34 to 2.0.8
- [Changelog](https://github.com/wighawag/hardhat-deploy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.11.34...hardhat-deploy@2.0.8)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `prettier-plugin-solidity` from 1.1.3 to 2.3.1
- [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases)
- [Commits](prettier-solidity/prettier-plugin-solidity@v1.1.3...v2.3.1)

Updates `sinon` from 21.1.2 to 22.0.0
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v21.1.2...v22.0.0)

Updates `tar` from 7.5.13 to 7.5.15
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.13...v7.5.15)

Updates `typescript` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: "@across-protocol/constants"
  dependency-version: 3.1.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@coral-xyz/anchor"
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@ethersproject/abi"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@ethersproject/abstract-provider"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@ethersproject/abstract-signer"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@ethersproject/bignumber"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@google-cloud/kms"
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@layerzerolabs/lz-v2-utilities"
  dependency-version: 3.0.168
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@maticnetwork/maticjs"
  dependency-version: 3.9.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@maticnetwork/maticjs-ethers"
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nktkas/hyperliquid"
  dependency-version: 0.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@nomicfoundation/hardhat-chai-matchers"
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@nomicfoundation/hardhat-verify"
  dependency-version: 3.0.17
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@openzeppelin/hardhat-upgrades"
  dependency-version: 3.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@solana-program/address-lookup-table"
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana-program/compute-budget"
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana-program/system"
  dependency-version: 0.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana-program/token"
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana/kit"
  dependency-version: 6.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@solana/web3.js"
  dependency-version: 1.98.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.8.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.59.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript/native-preview"
  dependency-version: 7.0.0-dev.20260515.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: binance-api-node
  dependency-version: 0.13.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: chai
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: chai-exclude
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: dotenv
  dependency-version: 17.4.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 10.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-chai-expect
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-mocha
  dependency-version: 11.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-n
  dependency-version: 18.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: ethers
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: express
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: hardhat
  dependency-version: 3.4.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: hardhat-deploy
  dependency-version: 2.0.8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prettier-plugin-solidity
  dependency-version: 2.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: sinon
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: superstruct
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: tar
  dependency-version: 7.5.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tronweb
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tsx
  dependency-version: 4.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: viem
  dependency-version: 2.49.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: zksync-ethers
  dependency-version: 6.21.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-384833ff51 branch from 8e8384d to 3d6e093 Compare May 19, 2026 12:13
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 23, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 23, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/all-dependencies-384833ff51 branch May 23, 2026 07:41
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.

0 participants