Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-058c05611e
Open

chore(deps): bump the all-dependencies group across 1 directory with 56 updates#3732
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/all-dependencies-058c05611e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@across-protocol/constants 3.1.123 3.1.124
@arbitrum/sdk 4.0.5 4.1.0
@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 6.0.0
@google-cloud/pubsub 5.3.0 6.0.1
@google-cloud/storage 7.19.0 8.0.1
@layerzerolabs/lz-v2-utilities 3.0.147 3.0.168
@maticnetwork/maticjs 3.6.0 3.9.13
@maticnetwork/maticjs-ethers 1.0.3 1.1.0
@nktkas/hyperliquid 0.25.9 0.33.3
@solana-program/address-lookup-table 0.7.0 0.14.0
@solana-program/compute-budget 0.8.0 0.18.0
@solana/kit 5.4.0 8.1.0
binance-api-node 0.12.7 0.13.10
dotenv 16.3.1 17.4.2
ethers 5.7.2 6.17.0
express 4.21.2 5.2.1
google-auth-library 10.6.2 11.0.2
redis 5.12.1 6.2.1
superstruct 1.0.3 2.0.2
tronweb 6.2.2 6.5.0
tsx 4.21.0 4.23.12
viem 2.47.10 2.56.0
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.1.0
@openzeppelin/hardhat-upgrades 1.28.0 4.1.0
@solana-program/system 0.7.0 0.14.0
@solana-program/token 0.5.1 0.16.0
@types/lodash 4.17.24 4.17.25
@types/node 24.3.0 26.4.0
@typescript-eslint/eslint-plugin 8.58.1 8.68.0
@typescript-eslint/parser 8.58.1 8.68.0
@typescript/native-preview 7.0.0-dev.20260421.2 7.0.0-dev.20260707.2
chai 4.3.7 6.2.2
chai-exclude 2.1.0 3.0.1
eslint 8.57.1 10.9.1
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 12.0.2
eslint-plugin-n 16.6.2 18.3.0
eslint-plugin-prettier 5.5.5 5.5.6
hardhat 2.28.3 3.15.0
hardhat-deploy 0.11.34 2.0.24
prettier 3.8.1 3.9.6
prettier-plugin-solidity 1.1.3 2.4.1
sinon 21.1.2 22.1.0
@types/sinon 21.0.1 22.0.0
tar 7.5.21 7.5.22
typescript 6.0.2 7.0.2

Updates @across-protocol/constants from 3.1.123 to 3.1.124

Release notes

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

v3.1.124

Full Changelog: across-protocol/constants@v3.1.123...v3.1.124

Commits

Updates @arbitrum/sdk from 4.0.5 to 4.1.0

Release notes

Sourced from @​arbitrum/sdk's releases.

v4.1.0

Summary

This release adds support for reverse tracing bridge transfers for easier lookup.

What's Changed

Full Changelog: OffchainLabs/arbitrum-sdk@v4.0.5...v4.1.0

Commits
  • 4a467b2 chore: bump version to 4.1.0 (#645)
  • 44c2fb3 chore: allowlist 4 new undici advisories (<6.27.0) in audit-ci (#646)
  • e6bbff7 fix: clear new audit-ci dependency advisories (#644)
  • 5b61b87 feat: add reverse tracing for bridge transactions (#623)
  • a38f7da chore: update dependencies and allowlist for audit (#643)
  • See full diff in compare view

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

  • spl: Update SPL dependencies to latest compatible versions (#3860).
  • 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).
  • cli: Upload IDL by default with an option to skip (#3863).
  • lang: remove Solang (#3824).

... (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 6.0.0

Release notes

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

workflows: v6.0.0

6.0.0 (2026-08-04)

� BREAKING CHANGES

  • upgrade minimum Node.js version to 22 (#9026)

Features

Changelog

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

6.0.0 (2026-08-04)

⚠ BREAKING CHANGES

  • upgrade minimum Node.js version to 22 (#9026)

Features

5.7.0 (2026-07-21)

Features

5.6.0 (2026-07-13)

Features

  • Update googleapis source and regenerate client libraries (#8821) (2a3a77c)

5.5.1 (2026-06-01)

Bug Fixes

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
  • d163c4f chore: release main (#9019)
  • 1ed703f feat!: upgrade minimum Node.js version to 22 (#9026)
  • 328a654 chore(deps): update librarian toolchain to v0.30.1 and gapic-node-processing ...
  • 020999e chore: release main (#8925)
  • e9d308b feat: update API sources and regenerate (#8914)
  • 6935a6a chore: librarian version update (#8905)
  • 5a81450 chore: release main (#8825)
  • ...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 17, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-dependencies-058c05611e branch from fec17ff to 2cdb527 Compare August 24, 2026 03:01
@socket-security

socket-security Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedethers@​6.13.5 ⏵ 6.17.068 -310010081 -4100
Updated@​nomicfoundation/​hardhat-chai-matchers@​1.0.6 ⏵ 3.0.0100 +210069 -1888 +6100
Updated@​across-protocol/​constants@​3.1.118 ⏵ 3.1.12491 +10100909870
Updated@​typescript-eslint/​parser@​8.58.1 ⏵ 8.68.09910072 +198100
Updated@​types/​sinon@​21.0.1 ⏵ 22.0.0100 +110076 +188 +7100
Updated@​maticnetwork/​maticjs-ethers@​1.0.3 ⏵ 1.1.077 +210077 +285 +3100
Updated@​arbitrum/​sdk@​4.0.5 ⏵ 4.1.099 +110078 +190 +4100
Added@​coral-xyz/​anchor@​0.32.1971007983100
Updated@​types/​lodash@​4.17.24 ⏵ 4.17.2510010080 +187100
Updatedchai-exclude@​2.1.0 ⏵ 3.0.1100 +110010080100
Updated@​typescript-eslint/​eslint-plugin@​8.58.1 ⏵ 8.68.09910080 +198100
Updated@​types/​node@​24.3.0 ⏵ 26.4.010010081 +196 +2100
Updatedtsx@​4.21.0 ⏵ 4.23.13100 +110081 +194 -1100
Updated@​solana-program/​compute-budget@​0.8.0 ⏵ 0.18.01001008292100
Updated@​solana-program/​address-lookup-table@​0.7.0 ⏵ 0.14.0100 +31008292 +2100
Updated@​typescript/​native-preview@​7.0.0-dev.20260421.2 ⏵ 7.0.0-dev.20260707.2100 +110082 +1197 -3100
Updatedhardhat@​2.28.3 ⏵ 3.15.099 +810082 -996100 +20
Updatedchai@​4.3.7 ⏵ 6.2.2100 +110010083 -2100
Updatedeslint-plugin-chai-expect@​3.0.0 ⏵ 4.1.0100100100 +283100
Updatedeslint-config-prettier@​9.1.2 ⏵ 10.1.8100 +1100100 +2983100
Updated@​solana-program/​system@​0.7.0 ⏵ 0.14.0100 +110084 +193100
Updatedbinance-api-node@​0.12.7 ⏵ 0.13.1084 +1100100 +188 +11100
Updated@​solana-program/​token@​0.5.1 ⏵ 0.16.09910085 +189100
Updated@​maticnetwork/​maticjs@​3.6.0 ⏵ 3.9.1396 +110085 -1397 +10100
Addedexpress@​5.2.19710010087100
Updated@​layerzerolabs/​lz-v2-utilities@​3.0.147 ⏵ 3.0.16810010010088 -790
Updatedwinston@​3.18.3 ⏵ 3.19.099 +1100100 +188100
Updatedtypescript@​6.0.2 ⏵ 7.0.29910089 -1100100 +10
Updatedzksync-ethers@​5.11.1 ⏵ 6.21.295 -5100100 +190 +3100
Updatedtar@​7.5.21 ⏵ 7.5.22961009991 -3100
Updatedeslint-plugin-prettier@​5.5.5 ⏵ 5.5.6100100100 +191 +5100
See 18 more rows in the dashboard

View full report

@socket-security

socket-security Bot commented Aug 24, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @coral-xyz/anchor is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: package.jsonnpm/@coral-xyz/anchor@0.32.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@coral-xyz/anchor@0.32.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

…56 updates

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

| Package | From | To |
| --- | --- | --- |
| [@across-protocol/constants](https://github.com/across-protocol/constants) | `3.1.123` | `3.1.124` |
| [@arbitrum/sdk](https://github.com/offchainlabs/arbitrum-sdk) | `4.0.5` | `4.1.0` |
| [@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` | `6.0.0` |
| [@google-cloud/pubsub](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/pubsub) | `5.3.0` | `6.0.1` |
| [@google-cloud/storage](https://github.com/googleapis/google-cloud-node/tree/HEAD/handwritten/storage) | `7.19.0` | `8.0.1` |
| @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.13` |
| [@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.33.3` |
| [@solana-program/address-lookup-table](https://github.com/solana-program/address-lookup-table) | `0.7.0` | `0.14.0` |
| [@solana-program/compute-budget](https://github.com/solana-program/compute-budget) | `0.8.0` | `0.18.0` |
| [@solana/kit](https://github.com/anza-xyz/kit) | `5.4.0` | `8.1.0` |
| [binance-api-node](https://github.com/ccxt/binance-api-node) | `0.12.7` | `0.13.10` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `17.4.2` |
| [ethers](https://github.com/ethers-io/ethers.js) | `5.7.2` | `6.17.0` |
| [express](https://github.com/expressjs/express) | `4.21.2` | `5.2.1` |
| [google-auth-library](https://github.com/googleapis/google-cloud-node/tree/HEAD/core/packages/google-auth-library-nodejs) | `10.6.2` | `11.0.2` |
| [redis](https://github.com/redis/node-redis) | `5.12.1` | `6.2.1` |
| [superstruct](https://github.com/ianstormtaylor/superstruct) | `1.0.3` | `2.0.2` |
| [tronweb](https://github.com/tronprotocol/tronweb) | `6.2.2` | `6.5.0` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.23.12` |
| [viem](https://github.com/wevm/viem) | `2.47.10` | `2.56.0` |
| [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.1.0` |
| [@openzeppelin/hardhat-upgrades](https://github.com/OpenZeppelin/openzeppelin-upgrades) | `1.28.0` | `4.1.0` |
| [@solana-program/system](https://github.com/solana-program/system) | `0.7.0` | `0.14.0` |
| [@solana-program/token](https://github.com/solana-program/token) | `0.5.1` | `0.16.0` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.24` | `4.17.25` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `26.4.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.58.1` | `8.68.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.58.1` | `8.68.0` |
| [@typescript/native-preview](https://github.com/microsoft/typescript-go) | `7.0.0-dev.20260421.2` | `7.0.0-dev.20260707.2` |
| [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.9.1` |
| [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` | `12.0.2` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `18.3.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` |
| [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) | `2.28.3` | `3.15.0` |
| [hardhat-deploy](https://github.com/wighawag/rocketh/tree/HEAD/packages/hardhat-deploy) | `0.11.34` | `2.0.24` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.9.6` |
| [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) | `1.1.3` | `2.4.1` |
| [sinon](https://github.com/sinonjs/sinon) | `21.1.2` | `22.1.0` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `21.0.1` | `22.0.0` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.21` | `7.5.22` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `7.0.2` |



Updates `@across-protocol/constants` from 3.1.123 to 3.1.124
- [Release notes](https://github.com/across-protocol/constants/releases)
- [Commits](across-protocol/constants@v3.1.123...v3.1.124)

Updates `@arbitrum/sdk` from 4.0.5 to 4.1.0
- [Release notes](https://github.com/offchainlabs/arbitrum-sdk/releases)
- [Commits](OffchainLabs/arbitrum-sdk@v4.0.5...v4.1.0)

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 6.0.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-v6.0.0/packages/google-cloud-kms)

Updates `@google-cloud/pubsub` from 5.3.0 to 6.0.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/pubsub/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.0.1/handwritten/pubsub)

Updates `@google-cloud/storage` from 7.19.0 to 8.0.1
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/handwritten/storage/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/common-v8.0.1/handwritten/storage)

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

Updates `@maticnetwork/maticjs` from 3.6.0 to 3.9.13
- [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.13/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.33.3
- [Release notes](https://github.com/nktkas/hyperliquid/releases)
- [Commits](nktkas/hyperliquid@v0.25.9...v0.33.3)

Updates `@solana-program/address-lookup-table` from 0.7.0 to 0.14.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.14.0)

Updates `@solana-program/compute-budget` from 0.8.0 to 0.18.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.18.0)

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

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

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.17.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.17.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 `google-auth-library` from 10.6.2 to 11.0.2
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/core/packages/google-auth-library-nodejs/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/google-auth-library-v11.0.2/core/packages/google-auth-library-nodejs)

Updates `redis` from 5.12.1 to 6.2.1
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@5.12.1...redis@6.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.5.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.5.0)

Updates `tsx` from 4.21.0 to 4.23.12
- [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.23.12)

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

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.1.0
- [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.1.0/packages/hardhat-verify)

Updates `@openzeppelin/hardhat-upgrades` from 1.28.0 to 4.1.0
- [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@4.1.0)

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

Updates `@solana-program/token` from 0.5.1 to 0.16.0
- [Release notes](https://github.com/solana-program/token/releases)
- [Commits](https://github.com/solana-program/token/compare/js@v0.5.1...js@v0.16.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/lodash` from 4.17.24 to 4.17.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/node` from 24.3.0 to 26.4.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.68.0
- [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.68.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.58.1 to 8.68.0
- [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.68.0/packages/parser)

Updates `@typescript/native-preview` from 7.0.0-dev.20260421.2 to 7.0.0-dev.20260707.2
- [Release notes](https://github.com/microsoft/typescript-go/releases)
- [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.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.9.1)

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 12.0.2
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.1.0...eslint-plugin-mocha@12.0.2)

Updates `eslint-plugin-n` from 16.6.2 to 18.3.0
- [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.3.0)

Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.5...v5.5.6)

Updates `hardhat` from 2.28.3 to 3.15.0
- [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.15.0/packages/hardhat)

Updates `hardhat-deploy` from 0.11.34 to 2.0.24
- [Release notes](https://github.com/wighawag/rocketh/releases)
- [Changelog](https://github.com/wighawag/rocketh/blob/main/packages/hardhat-deploy/CHANGELOG.md)
- [Commits](https://github.com/wighawag/rocketh/commits/hardhat-deploy@2.0.24/packages/hardhat-deploy)

Updates `prettier` from 3.8.1 to 3.9.6
- [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.9.6)

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

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

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

Updates `tar` from 7.5.21 to 7.5.22
- [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.21...v7.5.22)

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

---
updated-dependencies:
- dependency-name: "@across-protocol/constants"
  dependency-version: 3.1.124
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@arbitrum/sdk"
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@google-cloud/pubsub"
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@google-cloud/storage"
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.13
  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.33.3
  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.22
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@openzeppelin/hardhat-upgrades"
  dependency-version: 4.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@solana-program/address-lookup-table"
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana-program/compute-budget"
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana-program/system"
  dependency-version: 0.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana-program/token"
  dependency-version: 0.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@solana/kit"
  dependency-version: 7.0.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/lodash"
  dependency-version: 4.17.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/sinon"
  dependency-version: 22.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.67.0
  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.20260707.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: binance-api-node
  dependency-version: 0.13.10
  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.8.1
  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: 12.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-n
  dependency-version: 18.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ethers
  dependency-version: 6.17.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: google-auth-library
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: hardhat
  dependency-version: 3.13.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: hardhat-deploy
  dependency-version: 2.0.20
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prettier-plugin-solidity
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: redis
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: sinon
  dependency-version: 22.1.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.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tronweb
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: viem
  dependency-version: 2.55.15
  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.2
  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-058c05611e branch from 2cdb527 to 89496b5 Compare August 31, 2026 03:04
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