From 1ac0308f75616cdffc0466d13ae9fb5b9237253d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:35:41 +0000 Subject: [PATCH] Bump @wormhole-foundation/sdk-evm from 3.11.0 to 4.18.0 Bumps [@wormhole-foundation/sdk-evm](https://github.com/wormhole-foundation/wormhole-sdk-ts) from 3.11.0 to 4.18.0. - [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases) - [Commits](https://github.com/wormhole-foundation/wormhole-sdk-ts/compare/3.11.0...4.18.0) --- updated-dependencies: - dependency-name: "@wormhole-foundation/sdk-evm" dependency-version: 4.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 +++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 40 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ba050e..9fc4a22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mayanfinance/wormhole-sdk-route": "1.26.0", "@wormhole-foundation/sdk-connect": "3.11.0", - "@wormhole-foundation/sdk-evm": "3.11.0", + "@wormhole-foundation/sdk-evm": "4.18.0", "@wormhole-foundation/sdk-solana": "3.11.0", "dotenv": "17.2.3" }, @@ -1026,18 +1026,52 @@ } }, "node_modules/@wormhole-foundation/sdk-evm": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-3.11.0.tgz", - "integrity": "sha512-aGCWUjb+/Njxbtl58ncvu7ZmDK+YwM8rcKvG8DrbV1Q3Ji+z/E1sdzZ8X+4C5q6Rn/04Fohm8rxIIjrxU1QXUg==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-4.18.0.tgz", + "integrity": "sha512-ohQsJPr7HCRh9zyFP8daXotvbTVw3b9SR7mTB+kk73DuVQBHseH1eXhuYjILzUc4FLPC1WqMxifL2r64/6IFcA==", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-connect": "3.11.0", + "@wormhole-foundation/sdk-connect": "4.18.0", "ethers": "^6.5.1" }, "engines": { "node": ">=16" } }, + "node_modules/@wormhole-foundation/sdk-evm/node_modules/@wormhole-foundation/sdk-base": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-4.18.0.tgz", + "integrity": "sha512-KTFsuba2IggaS4e8asHUsvhWTTlPYWRS7Ww8zBtQXZ17FDHb+9ByBZNz4pakQeWjoZoHK10QgHmTSLjlSp+GVA==", + "license": "Apache-2.0", + "dependencies": { + "@scure/base": "^1.1.3", + "binary-layout": "^1.0.3" + } + }, + "node_modules/@wormhole-foundation/sdk-evm/node_modules/@wormhole-foundation/sdk-connect": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-4.18.0.tgz", + "integrity": "sha512-0n+wslxvipy71tNTQAJ94dZPOrqz9BvcHZLSnmzDkshGcPQhK3B2to2jdh5HHvDPbIqrbhQfYh0hWpu9TxgMwQ==", + "license": "Apache-2.0", + "dependencies": { + "@wormhole-foundation/sdk-base": "4.18.0", + "@wormhole-foundation/sdk-definitions": "4.18.0", + "axios": "^1.4.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@wormhole-foundation/sdk-evm/node_modules/@wormhole-foundation/sdk-definitions": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-4.18.0.tgz", + "integrity": "sha512-Zyzk1SVoGjUwWqXSt2W5NJkaB1nkNALb5qsaJUxVxFJ090t2VmTv2TXTgTKCgmgeAB+QK30TV4RzSfMeoFr4aA==", + "dependencies": { + "@noble/curves": "^1.4.0", + "@noble/hashes": "^1.3.1", + "@wormhole-foundation/sdk-base": "4.18.0" + } + }, "node_modules/@wormhole-foundation/sdk-solana": { "version": "3.11.0", "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-solana/-/sdk-solana-3.11.0.tgz", diff --git a/package.json b/package.json index 138d414..0988240 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@mayanfinance/wormhole-sdk-route": "1.26.0", "@wormhole-foundation/sdk-connect": "3.11.0", - "@wormhole-foundation/sdk-evm": "3.11.0", + "@wormhole-foundation/sdk-evm": "4.18.0", "@wormhole-foundation/sdk-solana": "3.11.0", "dotenv": "17.2.3" }