From 5272dc60c309c6e9b4fd3379754f5dbb0e840507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:59:17 +0000 Subject: [PATCH] Bump @wormhole-foundation/sdk-connect from 3.11.0 to 4.19.0 Bumps [@wormhole-foundation/sdk-connect](https://github.com/wormhole-foundation/wormhole-sdk-ts) from 3.11.0 to 4.19.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.19.0) --- updated-dependencies: - dependency-name: "@wormhole-foundation/sdk-connect" dependency-version: 4.19.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 88 +++++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 79 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ba050e..53cd028 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@mayanfinance/wormhole-sdk-route": "1.26.0", - "@wormhole-foundation/sdk-connect": "3.11.0", + "@wormhole-foundation/sdk-connect": "4.19.0", "@wormhole-foundation/sdk-evm": "3.11.0", "@wormhole-foundation/sdk-solana": "3.11.0", "dotenv": "17.2.3" @@ -1002,27 +1002,47 @@ } }, "node_modules/@wormhole-foundation/sdk-connect": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-3.11.0.tgz", - "integrity": "sha512-pEsxfvU06YEXE5BgmRBiRVgShOW+GJHzlykFohG6oZ7MRmgeFU2bjYqDuI+qFv1ouWlhBXnlmTzPqkeKGj68Yg==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-4.19.0.tgz", + "integrity": "sha512-UTRqTv2MMyQmZwSZ9gy1KpbLakaf/Hd7pMO6eoK5ml2dqp0ObqUlKgxxiDAfee6h6znr4L3gxtgMBZSxcF9W1w==", "license": "Apache-2.0", "dependencies": { - "@wormhole-foundation/sdk-base": "3.11.0", - "@wormhole-foundation/sdk-definitions": "3.11.0", + "@wormhole-foundation/sdk-base": "4.19.0", + "@wormhole-foundation/sdk-definitions": "4.19.0", "axios": "^1.4.0" }, "engines": { "node": ">=16" } }, + "node_modules/@wormhole-foundation/sdk-connect/node_modules/@wormhole-foundation/sdk-base": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-4.19.0.tgz", + "integrity": "sha512-PR7XN4uv0snqPPjMum/bT4FG5mm4qbQs304jbWUofJL9rvvf+lcjhvT/Bu2CLu9Um9XHWuIGef0GwrFFJoiUxA==", + "license": "Apache-2.0", + "dependencies": { + "@scure/base": "^1.1.3", + "binary-layout": "^1.0.3" + } + }, "node_modules/@wormhole-foundation/sdk-definitions": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-3.11.0.tgz", - "integrity": "sha512-uN9YQ817mvv8CWYFkQ6glRYujha2rNMsoWGEqnPAZIUzKbdB1/has3WFB/fnIkMPFAv+8A2VrJWQSFHg/dhqKg==", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-4.19.0.tgz", + "integrity": "sha512-eOkZh18VMy8+daMfwkQ5ha7duWFL/XERPioSeNeC6l3srWkv/lg3M/f78GKjqO0k/ueOg4+Sk6mnWANGKEWgwA==", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "3.11.0" + "@wormhole-foundation/sdk-base": "4.19.0" + } + }, + "node_modules/@wormhole-foundation/sdk-definitions/node_modules/@wormhole-foundation/sdk-base": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-4.19.0.tgz", + "integrity": "sha512-PR7XN4uv0snqPPjMum/bT4FG5mm4qbQs304jbWUofJL9rvvf+lcjhvT/Bu2CLu9Um9XHWuIGef0GwrFFJoiUxA==", + "license": "Apache-2.0", + "dependencies": { + "@scure/base": "^1.1.3", + "binary-layout": "^1.0.3" } }, "node_modules/@wormhole-foundation/sdk-evm": { @@ -1038,6 +1058,30 @@ "node": ">=16" } }, + "node_modules/@wormhole-foundation/sdk-evm/node_modules/@wormhole-foundation/sdk-connect": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-3.11.0.tgz", + "integrity": "sha512-pEsxfvU06YEXE5BgmRBiRVgShOW+GJHzlykFohG6oZ7MRmgeFU2bjYqDuI+qFv1ouWlhBXnlmTzPqkeKGj68Yg==", + "license": "Apache-2.0", + "dependencies": { + "@wormhole-foundation/sdk-base": "3.11.0", + "@wormhole-foundation/sdk-definitions": "3.11.0", + "axios": "^1.4.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@wormhole-foundation/sdk-evm/node_modules/@wormhole-foundation/sdk-definitions": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-3.11.0.tgz", + "integrity": "sha512-uN9YQ817mvv8CWYFkQ6glRYujha2rNMsoWGEqnPAZIUzKbdB1/has3WFB/fnIkMPFAv+8A2VrJWQSFHg/dhqKg==", + "dependencies": { + "@noble/curves": "^1.4.0", + "@noble/hashes": "^1.3.1", + "@wormhole-foundation/sdk-base": "3.11.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", @@ -1055,6 +1099,30 @@ "node": ">=16" } }, + "node_modules/@wormhole-foundation/sdk-solana/node_modules/@wormhole-foundation/sdk-connect": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-3.11.0.tgz", + "integrity": "sha512-pEsxfvU06YEXE5BgmRBiRVgShOW+GJHzlykFohG6oZ7MRmgeFU2bjYqDuI+qFv1ouWlhBXnlmTzPqkeKGj68Yg==", + "license": "Apache-2.0", + "dependencies": { + "@wormhole-foundation/sdk-base": "3.11.0", + "@wormhole-foundation/sdk-definitions": "3.11.0", + "axios": "^1.4.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/@wormhole-foundation/sdk-solana/node_modules/@wormhole-foundation/sdk-definitions": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-3.11.0.tgz", + "integrity": "sha512-uN9YQ817mvv8CWYFkQ6glRYujha2rNMsoWGEqnPAZIUzKbdB1/has3WFB/fnIkMPFAv+8A2VrJWQSFHg/dhqKg==", + "dependencies": { + "@noble/curves": "^1.4.0", + "@noble/hashes": "^1.3.1", + "@wormhole-foundation/sdk-base": "3.11.0" + } + }, "node_modules/@wormhole-foundation/sdk-solana/node_modules/rpc-websockets": { "version": "7.11.2", "resolved": "https://registry.npmjs.org/rpc-websockets/-/rpc-websockets-7.11.2.tgz", diff --git a/package.json b/package.json index 138d414..9b8a061 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@mayanfinance/wormhole-sdk-route": "1.26.0", - "@wormhole-foundation/sdk-connect": "3.11.0", + "@wormhole-foundation/sdk-connect": "4.19.0", "@wormhole-foundation/sdk-evm": "3.11.0", "@wormhole-foundation/sdk-solana": "3.11.0", "dotenv": "17.2.3"