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" }