diff --git a/apps/connect/package-lock.json b/apps/connect/package-lock.json index baafacbfb..fbd3efa3d 100644 --- a/apps/connect/package-lock.json +++ b/apps/connect/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^5.14.11", "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", - "@wormhole-foundation/wormhole-connect": "^0.3.22-beta.5-development", + "@wormhole-foundation/wormhole-connect": "^0.3.22-beta.6-development", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6", @@ -17948,9 +17948,9 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect": { - "version": "0.3.22-beta.5-development", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-0.3.22-beta.5-development.tgz", - "integrity": "sha512-I8uX8qhu7Lgl8Spuvyd1dDwpRNnx9YYMElda5JfKs5cro0lW3Sel7vWlpyWkOT3ulIal9kxbgl03IIda1pE9Nw==", + "version": "0.3.22-beta.6-development", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-0.3.22-beta.6-development.tgz", + "integrity": "sha512-zD4Uy8e44m3mv6PvhAVvwKaAHbGyrLb9EfN7Nf8HVTEHkYUmEogGdHwG5unubwkIuuVELeSa4nsnMIAVEVHPvQ==", "dependencies": { "@certusone/wormhole-sdk": "^0.10.10", "@coral-xyz/anchor": "^0.29.0", @@ -17982,7 +17982,7 @@ "@xlabs-libs/wallet-aggregator-core": "^0.0.1-alpha.18", "@xlabs-libs/wallet-aggregator-cosmos": "^0.0.1-alpha.16", "@xlabs-libs/wallet-aggregator-cosmos-evm": "^0.0.1-alpha.8", - "@xlabs-libs/wallet-aggregator-evm": "^0.0.1-alpha.46", + "@xlabs-libs/wallet-aggregator-evm": "^0.0.1-alpha.47", "@xlabs-libs/wallet-aggregator-sei": "^0.0.1-alpha.14", "@xlabs-libs/wallet-aggregator-solana": "^0.0.1-alpha.15", "@xlabs-libs/wallet-aggregator-sui": "^0.0.1-alpha.10", @@ -18679,9 +18679,9 @@ } }, "node_modules/@xlabs-libs/wallet-aggregator-evm": { - "version": "0.0.1-alpha.46", - "resolved": "https://registry.npmjs.org/@xlabs-libs/wallet-aggregator-evm/-/wallet-aggregator-evm-0.0.1-alpha.46.tgz", - "integrity": "sha512-Bd0g/Ml2QpaHlhzlec9T65DmNxI3ZnN+N8NOJ58DrsAMbZjWt4e0AMJHIsaqYrlqNMuP7zl/lSw+6B5Chq6A9A==", + "version": "0.0.1-alpha.47", + "resolved": "https://registry.npmjs.org/@xlabs-libs/wallet-aggregator-evm/-/wallet-aggregator-evm-0.0.1-alpha.47.tgz", + "integrity": "sha512-+i8shF/ZIWfXLFfqWlWPQE0JFcogyOQ67lHyldpdBy4sHcgHDvZACUVoWiga7YYhz5k9rFkQDZED+O44xnuKjA==", "dependencies": { "@binance/w3w-ethereum-provider": "1.1.8-alpha.0", "@binance/w3w-utils": "^1.1.6", diff --git a/apps/connect/package.json b/apps/connect/package.json index 540395f67..d839a0470 100644 --- a/apps/connect/package.json +++ b/apps/connect/package.json @@ -30,7 +30,7 @@ "@mui/icons-material": "^5.14.11", "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", - "@wormhole-foundation/wormhole-connect": "^0.3.22-beta.5-development", + "@wormhole-foundation/wormhole-connect": "^0.3.22-beta.6-development", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6",