From 123f6aa88ff11803b81136b5b057c7e4f7382555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 06:59:59 +0000 Subject: [PATCH] chore(deps): update wallet dependencies --- examples/nextjs/package.json | 2 +- examples/nuxt/package.json | 2 +- examples/react-ts/package.json | 2 +- examples/solid-ts/package.json | 2 +- examples/vanilla-ts/package.json | 4 +- examples/vue-ts/package.json | 2 +- packages/use-wallet-react/package.json | 6 +- packages/use-wallet-solid/package.json | 6 +- packages/use-wallet-vue/package.json | 6 +- packages/use-wallet/package.json | 12 +- pnpm-lock.yaml | 247 ++++++++++--------------- 11 files changed, 122 insertions(+), 169 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 86236a02..28d2cd3b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -12,7 +12,7 @@ "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-react": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "2.9.0", "lute-connect": "^1.4.1", "next": "14.2.18", diff --git a/examples/nuxt/package.json b/examples/nuxt/package.json index 0abab012..271fdbdc 100644 --- a/examples/nuxt/package.json +++ b/examples/nuxt/package.json @@ -17,7 +17,7 @@ "@txnlab/use-wallet": "workspace:*", "@txnlab/use-wallet-vue": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "2.9.0", "lute-connect": "^1.4.1", "nuxt": "3.14.1592", diff --git a/examples/react-ts/package.json b/examples/react-ts/package.json index 454859d9..21ff95ec 100644 --- a/examples/react-ts/package.json +++ b/examples/react-ts/package.json @@ -14,7 +14,7 @@ "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-react": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "2.9.0", "lute-connect": "^1.4.1", "react": "18.3.1", diff --git a/examples/solid-ts/package.json b/examples/solid-ts/package.json index a908ebb8..106addb0 100644 --- a/examples/solid-ts/package.json +++ b/examples/solid-ts/package.json @@ -15,7 +15,7 @@ "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-solid": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "2.9.0", "lute-connect": "^1.4.1", "solid-js": "1.9.3" diff --git a/examples/vanilla-ts/package.json b/examples/vanilla-ts/package.json index cb37fabc..a9ed96b1 100644 --- a/examples/vanilla-ts/package.json +++ b/examples/vanilla-ts/package.json @@ -9,7 +9,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@walletconnect/types": "2.17.1", + "@walletconnect/types": "2.17.2", "typescript": "5.6.3", "vite": "5.4.11" }, @@ -19,7 +19,7 @@ "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "2.9.0", "lute-connect": "^1.4.1" } diff --git a/examples/vue-ts/package.json b/examples/vue-ts/package.json index d76d7068..89e7f7e4 100644 --- a/examples/vue-ts/package.json +++ b/examples/vue-ts/package.json @@ -14,7 +14,7 @@ "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-vue": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "2.9.0", "lute-connect": "^1.4.1", "vue": "3.5.13" diff --git a/packages/use-wallet-react/package.json b/packages/use-wallet-react/package.json index 00a55a45..1df0c6a7 100644 --- a/packages/use-wallet-react/package.json +++ b/packages/use-wallet-react/package.json @@ -52,14 +52,14 @@ }, "peerDependencies": { "@blockshake/defly-connect": "^1.1.6", - "@magic-ext/algorand": "^23.13.0", + "@magic-ext/algorand": "^23.18.0", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", "@perawallet/connect": "^1.3.5", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "^2.7.0", "lute-connect": "^1.4.1", - "magic-sdk": "^28.13.0", + "magic-sdk": "^28.19.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, diff --git a/packages/use-wallet-solid/package.json b/packages/use-wallet-solid/package.json index 3ec6d021..c377fb93 100644 --- a/packages/use-wallet-solid/package.json +++ b/packages/use-wallet-solid/package.json @@ -74,14 +74,14 @@ }, "peerDependencies": { "@blockshake/defly-connect": "^1.1.6", - "@magic-ext/algorand": "^23.13.0", + "@magic-ext/algorand": "^23.18.0", "@perawallet/connect": "^1.3.5", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "^2.7.0", "lute-connect": "^1.4.1", - "magic-sdk": "^28.13.0" + "magic-sdk": "^28.19.0" }, "peerDependenciesMeta": { "@blockshake/defly-connect": { diff --git a/packages/use-wallet-vue/package.json b/packages/use-wallet-vue/package.json index 8d33a75f..eb68e559 100644 --- a/packages/use-wallet-vue/package.json +++ b/packages/use-wallet-vue/package.json @@ -49,14 +49,14 @@ }, "peerDependencies": { "@blockshake/defly-connect": "^1.1.6", - "@magic-ext/algorand": "^23.13.0", + "@magic-ext/algorand": "^23.18.0", "@perawallet/connect": "^1.3.5", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "^2.7.0", "lute-connect": "^1.4.1", - "magic-sdk": "^28.13.0", + "magic-sdk": "^28.19.0", "vue": "^3.0.0" }, "peerDependenciesMeta": { diff --git a/packages/use-wallet/package.json b/packages/use-wallet/package.json index ff480532..9bb2c63a 100644 --- a/packages/use-wallet/package.json +++ b/packages/use-wallet/package.json @@ -43,18 +43,18 @@ "@agoralabs-sh/avm-web-provider": "1.7.0", "@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0", "@blockshake/defly-connect": "1.1.6", - "@magic-ext/algorand": "23.13.0", - "@magic-sdk/provider": "28.13.0", + "@magic-ext/algorand": "23.18.0", + "@magic-sdk/provider": "28.18.0", "@perawallet/connect": "1.3.5", "@perawallet/connect-beta": "2.0.21", "@types/node": "20.11.30", "@walletconnect/modal": "2.7.0", "@walletconnect/modal-core": "2.7.0", - "@walletconnect/sign-client": "2.17.1", - "@walletconnect/types": "2.17.1", + "@walletconnect/sign-client": "2.17.2", + "@walletconnect/types": "2.17.2", "algosdk": "2.9.0", "lute-connect": "1.4.1", - "magic-sdk": "28.13.0", + "magic-sdk": "28.19.0", "tsup": "8.3.5", "typescript": "5.6.3" }, @@ -65,7 +65,7 @@ "@perawallet/connect": "^1.3.5", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.1", + "@walletconnect/sign-client": "^2.17.2", "algosdk": "^2.7.0", "lute-connect": "^1.4.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 43cf67f1..52d0c61a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,8 +72,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -130,8 +130,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -173,8 +173,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -237,8 +237,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -277,8 +277,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -287,8 +287,8 @@ importers: version: 1.4.1 devDependencies: '@walletconnect/types': - specifier: 2.17.1 - version: 2.17.1(ioredis@5.4.1) + specifier: 2.17.2 + version: 2.17.2(ioredis@5.4.1) typescript: specifier: 5.6.3 version: 5.6.3 @@ -314,8 +314,8 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -355,11 +355,11 @@ importers: specifier: 1.1.6 version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: 23.13.0 - version: 23.13.0 + specifier: 23.18.0 + version: 23.18.0 '@magic-sdk/provider': - specifier: 28.13.0 - version: 28.13.0(localforage@1.10.0) + specifier: 28.18.0 + version: 28.18.0(localforage@1.10.0) '@perawallet/connect': specifier: 1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -376,11 +376,11 @@ importers: specifier: 2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: 2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: 2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) '@walletconnect/types': - specifier: 2.17.1 - version: 2.17.1(ioredis@5.4.1) + specifier: 2.17.2 + version: 2.17.2(ioredis@5.4.1) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -388,8 +388,8 @@ importers: specifier: 1.4.1 version: 1.4.1 magic-sdk: - specifier: 28.13.0 - version: 28.13.0 + specifier: 28.19.0 + version: 28.19.0 tsup: specifier: 8.3.5 version: 8.3.5(jiti@2.4.1)(postcss@8.4.49)(typescript@5.6.3)(yaml@2.6.0) @@ -403,8 +403,8 @@ importers: specifier: ^1.1.6 version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: ^23.13.0 - version: 23.13.0 + specifier: ^23.18.0 + version: 23.18.0 '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -421,14 +421,14 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) lute-connect: specifier: ^1.4.1 version: 1.4.1 magic-sdk: - specifier: ^28.13.0 - version: 28.13.0 + specifier: ^28.19.0 + version: 28.19.0 devDependencies: '@types/react': specifier: 18.3.12 @@ -458,8 +458,8 @@ importers: specifier: ^1.1.6 version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: ^23.13.0 - version: 23.13.0 + specifier: ^23.18.0 + version: 23.18.0 '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -476,14 +476,14 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) lute-connect: specifier: ^1.4.1 version: 1.4.1 magic-sdk: - specifier: ^28.13.0 - version: 28.13.0 + specifier: ^28.19.0 + version: 28.19.0 devDependencies: '@solidjs/testing-library': specifier: 0.8.10 @@ -510,8 +510,8 @@ importers: specifier: ^1.1.6 version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: ^23.13.0 - version: 23.13.0 + specifier: ^23.18.0 + version: 23.18.0 '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -528,14 +528,14 @@ importers: specifier: ^2.7.0 version: 2.7.0(@types/react@18.3.12)(react@18.3.1) '@walletconnect/sign-client': - specifier: ^2.17.1 - version: 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.2 + version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) lute-connect: specifier: ^1.4.1 version: 1.4.1 magic-sdk: - specifier: ^28.13.0 - version: 28.13.0 + specifier: ^28.19.0 + version: 28.19.0 devDependencies: algosdk: specifier: 2.9.0 @@ -1329,22 +1329,22 @@ packages: '@lit/reactive-element@1.6.3': resolution: {integrity: sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ==} - '@magic-ext/algorand@23.13.0': - resolution: {integrity: sha512-ffve/8q/S5vfenzZJ8sApdgN85qgBOXpYhpGQmtt4ViXfHkJqOBUORulOXAhUMH9OiywYg+N4ZNPc5SY9kNw0g==} + '@magic-ext/algorand@23.18.0': + resolution: {integrity: sha512-cXctCZ+mYYBB51hq2orPtLgbu2hoPoLaoG9hfCLMrThqzIxvEhpFZVDFfzuNmhROF3y+kCJ15CQ0X4hEj6gGTw==} - '@magic-sdk/commons@24.14.0': - resolution: {integrity: sha512-28OenhBAYrVKpT2HygiLqndiL0yTs2qkDoWm5eV+r+/2Yg/oq1KJuYhzxrV04Jb0OAU+Z3bmR8O9tDnGaj/7gw==} + '@magic-sdk/commons@24.18.0': + resolution: {integrity: sha512-BEdxpJQH4WAq3bhznyVN8MxulvRbt5xM0ClCD7JlkqdDU7N+xy4bFnSGTunJumXD/+pj4o3rLZbp3yD0Y/keVg==} peerDependencies: '@magic-sdk/provider': '>=18.6.0' '@magic-sdk/types': '>=15.8.0' - '@magic-sdk/provider@28.13.0': - resolution: {integrity: sha512-liGXEZ1Oc/u7j8/lKlAIdsTYSQy4RQgA0tTPqBrmQQBUGOMeDsOAbCf9iZNFUf/ntDOBpiqVr+W9+gNHPHMk6w==} + '@magic-sdk/provider@28.18.0': + resolution: {integrity: sha512-UIJUGYtV94p+YXs8ESXaOtiOmQZx3ZVLL7K0QdUh36GMWrfT1AQ46cYC04mn3VllSJCVtgdzja7CNwlEFspIlQ==} peerDependencies: localforage: ^1.7.4 - '@magic-sdk/types@24.12.0': - resolution: {integrity: sha512-z0IvxtTOYFjfwwo2lhh+8fEFEhAoRL/mJx2gmDIbJUMm0IwlB0M4Jm6q2b8v0UubnPllcptb/GxLHU3A69i1CQ==} + '@magic-sdk/types@24.16.0': + resolution: {integrity: sha512-mc0edHS4CQLsO8hmIYw9kH0yDHXprv4LmDUhPppJ3QtBiHD7ErgVRdurupeyMXFEPccqa2aJzNX3VW/RinIBMQ==} '@mapbox/node-pre-gyp@1.0.11': resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} @@ -2325,8 +2325,8 @@ packages: resolution: {integrity: sha512-On+uSaCfWdsMIQsECwWHZBmUXfrnqmv6B8SXRRuTJgd8tUpEvBkLQH4X7XkSm3zW6ozEkQTCagZ2ox2YPn3kbw==} engines: {node: '>=18'} - '@walletconnect/core@2.17.1': - resolution: {integrity: sha512-SMgJR5hEyEE/tENIuvlEb4aB9tmMXPzQ38Y61VgYBmwAFEhOHtpt8EDfnfRWqEhMyXuBXG4K70Yh8c67Yry+Xw==} + '@walletconnect/core@2.17.2': + resolution: {integrity: sha512-O9VUsFg78CbvIaxfQuZMsHcJ4a2Z16DRz/O4S+uOAcGKhH/i/ln8hp864Tb+xRvifWSzaZ6CeAVxk657F+pscA==} engines: {node: '>=18'} '@walletconnect/crypto@1.0.3': @@ -2397,8 +2397,8 @@ packages: '@walletconnect/sign-client@2.17.0': resolution: {integrity: sha512-sErYwvSSHQolNXni47L3Bm10ptJc1s1YoJvJd34s5E9h9+d3rj7PrhbiW9X82deN+Dm5oA8X9tC4xty1yIBrVg==} - '@walletconnect/sign-client@2.17.1': - resolution: {integrity: sha512-6rLw6YNy0smslH9wrFTbNiYrGsL3DrOsS5FcuU4gIN6oh8pGYOFZ5FiSyTTroc5tngOk3/Sd7dlGY9S7O4nveg==} + '@walletconnect/sign-client@2.17.2': + resolution: {integrity: sha512-/wigdCIQjlBXSWY43Id0IPvZ5biq4HiiQZti8Ljvx408UYjmqcxcBitbj2UJXMYkid7704JWAB2mw32I1HgshQ==} '@walletconnect/socket-transport@1.8.0': resolution: {integrity: sha512-5DyIyWrzHXTcVp0Vd93zJ5XMW61iDM6bcWT4p8DTRfFsOtW46JquruMhxOLeCOieM4D73kcr3U7WtyR4JUsGuQ==} @@ -2413,8 +2413,8 @@ packages: '@walletconnect/types@2.17.0': resolution: {integrity: sha512-i1pn9URpvt9bcjRDkabuAmpA9K7mzyKoLJlbsAujRVX7pfaG7wur7u9Jz0bk1HxvuABL5LHNncTnVKSXKQ5jZA==} - '@walletconnect/types@2.17.1': - resolution: {integrity: sha512-aiUeBE3EZZTsZBv5Cju3D0PWAsZCMks1g3hzQs9oNtrbuLL6pKKU0/zpKwk4vGywszxPvC3U0tBCku9LLsH/0A==} + '@walletconnect/types@2.17.2': + resolution: {integrity: sha512-j/+0WuO00lR8ntu7b1+MKe/r59hNwYLFzW0tTmozzhfAlDL+dYwWasDBNq4AH8NbVd7vlPCQWmncH7/6FVtOfQ==} '@walletconnect/utils@1.8.0': resolution: {integrity: sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA==} @@ -2422,8 +2422,8 @@ packages: '@walletconnect/utils@2.17.0': resolution: {integrity: sha512-1aeQvjwsXy4Yh9G6g2eGmXrEl+BzkNjHRdCrGdMYqFTFa8ROEJfTGsSH3pLsNDlOY94CoBUvJvM55q/PMoN/FQ==} - '@walletconnect/utils@2.17.1': - resolution: {integrity: sha512-KL7pPwq7qUC+zcTmvxGqIyYanfHgBQ+PFd0TEblg88jM7EjuDLhjyyjtkhyE/2q7QgR7OanIK7pCpilhWvBsBQ==} + '@walletconnect/utils@2.17.2': + resolution: {integrity: sha512-T7eLRiuw96fgwUy2A5NZB5Eu87ukX8RCVoO9lji34RFV4o2IGU9FhTEWyd4QQKI8OuQRjSknhbJs0tU0r0faPw==} '@walletconnect/window-getters@1.0.0': resolution: {integrity: sha512-xB0SQsLaleIYIkSsl43vm8EwETpBzJ2gnzk7e0wMF3ktqiTGS6TFHxcprMl5R44KKh4tCcHCJwolMCaDSwtAaA==} @@ -3290,6 +3290,9 @@ packages: elliptic@6.5.7: resolution: {integrity: sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==} + elliptic@6.6.0: + resolution: {integrity: sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==} + emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -4458,8 +4461,8 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - magic-sdk@28.13.0: - resolution: {integrity: sha512-2liYTPUNa8pzglwkCiupT8i9jK8O6uaRcg4VfsVpdcxKLl3ME4h2A4Iz4TxbIFngLHz0Z5nRfCZ35jTLPZzOIQ==} + magic-sdk@28.19.0: + resolution: {integrity: sha512-vKuDhRUtasIkDKwGXFKYturJU9Ypv1aSZcMHP1hgpDMlYU8Zulz97CvSgXJZBx06oqjngSrn2zmWGGl8/rvhTA==} magic-string-ast@0.6.2: resolution: {integrity: sha512-oN3Bcd7ZVt+0VGEs7402qR/tjgjbM7kPlH/z7ufJnzTLVBzXJITRHOJiwMmmYMgZfdoWQsfQcY+iKlxiBppnMA==} @@ -6031,50 +6034,6 @@ packages: resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==} engines: {node: '>=14.0.0'} - unstorage@1.12.0: - resolution: {integrity: sha512-ARZYTXiC+e8z3lRM7/qY9oyaOkaozCeNd2xoz7sYK9fv7OLGhVsf+BZbmASqiK/HTZ7T6eAlnVq9JynZppyk3w==} - peerDependencies: - '@azure/app-configuration': ^1.7.0 - '@azure/cosmos': ^4.1.1 - '@azure/data-tables': ^13.2.2 - '@azure/identity': ^4.4.1 - '@azure/keyvault-secrets': ^4.8.0 - '@azure/storage-blob': ^12.24.0 - '@capacitor/preferences': ^6.0.2 - '@netlify/blobs': ^6.5.0 || ^7.0.0 - '@planetscale/database': ^1.19.0 - '@upstash/redis': ^1.34.0 - '@vercel/kv': ^1.0.1 - idb-keyval: ^6.2.1 - ioredis: ^5.4.1 - peerDependenciesMeta: - '@azure/app-configuration': - optional: true - '@azure/cosmos': - optional: true - '@azure/data-tables': - optional: true - '@azure/identity': - optional: true - '@azure/keyvault-secrets': - optional: true - '@azure/storage-blob': - optional: true - '@capacitor/preferences': - optional: true - '@netlify/blobs': - optional: true - '@planetscale/database': - optional: true - '@upstash/redis': - optional: true - '@vercel/kv': - optional: true - idb-keyval: - optional: true - ioredis: - optional: true - unstorage@1.13.1: resolution: {integrity: sha512-ELexQHUrG05QVIM/iUeQNdl9FXDZhqLJ4yP59fnmn2jGUh0TEulwOgov1ubOb3Gt2ZGK/VMchJwPDNVEGWQpRg==} peerDependencies: @@ -7512,23 +7471,23 @@ snapshots: dependencies: '@lit-labs/ssr-dom-shim': 1.2.1 - '@magic-ext/algorand@23.13.0': {} + '@magic-ext/algorand@23.18.0': {} - '@magic-sdk/commons@24.14.0(@magic-sdk/provider@28.13.0(localforage@1.10.0))(@magic-sdk/types@24.12.0)': + '@magic-sdk/commons@24.18.0(@magic-sdk/provider@28.18.0(localforage@1.10.0))(@magic-sdk/types@24.16.0)': dependencies: - '@magic-sdk/provider': 28.13.0(localforage@1.10.0) - '@magic-sdk/types': 24.12.0 + '@magic-sdk/provider': 28.18.0(localforage@1.10.0) + '@magic-sdk/types': 24.16.0 - '@magic-sdk/provider@28.13.0(localforage@1.10.0)': + '@magic-sdk/provider@28.18.0(localforage@1.10.0)': dependencies: - '@magic-sdk/types': 24.12.0 + '@magic-sdk/types': 24.16.0 eventemitter3: 4.0.7 localforage: 1.10.0 web3-core: 1.5.2 transitivePeerDependencies: - supports-color - '@magic-sdk/types@24.12.0': {} + '@magic-sdk/types@24.16.0': {} '@mapbox/node-pre-gyp@1.0.11': dependencies: @@ -8872,7 +8831,7 @@ snapshots: - ioredis - utf-8-validate - '@walletconnect/core@2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/core@2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': dependencies: '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-provider': 1.0.14 @@ -8885,8 +8844,8 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(ioredis@5.4.1) - '@walletconnect/utils': 2.17.1(ioredis@5.4.1) + '@walletconnect/types': 2.17.2(ioredis@5.4.1) + '@walletconnect/utils': 2.17.2(ioredis@5.4.1) '@walletconnect/window-getters': 1.0.1 events: 3.3.0 lodash.isequal: 4.5.0 @@ -8975,7 +8934,7 @@ snapshots: dependencies: '@walletconnect/safe-json': 1.0.2 idb-keyval: 6.2.1 - unstorage: 1.12.0(idb-keyval@6.2.1)(ioredis@5.4.1) + unstorage: 1.13.1(idb-keyval@6.2.1)(ioredis@5.4.1) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -9074,16 +9033,16 @@ snapshots: - ioredis - utf-8-validate - '@walletconnect/sign-client@2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/sign-client@2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': dependencies: - '@walletconnect/core': 2.17.1(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + '@walletconnect/core': 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.1.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(ioredis@5.4.1) - '@walletconnect/utils': 2.17.1(ioredis@5.4.1) + '@walletconnect/types': 2.17.2(ioredis@5.4.1) + '@walletconnect/utils': 2.17.2(ioredis@5.4.1) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -9140,7 +9099,7 @@ snapshots: - '@vercel/kv' - ioredis - '@walletconnect/types@2.17.1(ioredis@5.4.1)': + '@walletconnect/types@2.17.2(ioredis@5.4.1)': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 @@ -9206,7 +9165,7 @@ snapshots: - '@vercel/kv' - ioredis - '@walletconnect/utils@2.17.1(ioredis@5.4.1)': + '@walletconnect/utils@2.17.2(ioredis@5.4.1)': dependencies: '@ethersproject/hash': 5.7.0 '@ethersproject/transactions': 5.7.0 @@ -9221,11 +9180,11 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.1(ioredis@5.4.1) + '@walletconnect/types': 2.17.2(ioredis@5.4.1) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 - elliptic: 6.5.7 + elliptic: 6.6.0 query-string: 7.1.3 uint8arrays: 3.1.0 transitivePeerDependencies: @@ -9251,7 +9210,7 @@ snapshots: '@walletconnect/window-metadata@1.0.0': dependencies: - '@walletconnect/window-getters': 1.0.0 + '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata@1.0.1': dependencies: @@ -10148,6 +10107,16 @@ snapshots: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 + elliptic@6.6.0: + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + hash.js: 1.1.7 + hmac-drbg: 1.0.1 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -10381,7 +10350,7 @@ snapshots: eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.3(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1) - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) eslint-plugin-jsx-a11y: 6.10.1(eslint@8.57.1) eslint-plugin-react: 7.37.1(eslint@8.57.1) eslint-plugin-react-hooks: 5.0.0-canary-7118f5dd7-20230705(eslint@8.57.1) @@ -10416,7 +10385,7 @@ snapshots: is-bun-module: 1.2.1 is-glob: 4.0.3 optionalDependencies: - eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) + eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-node @@ -10434,7 +10403,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1): + eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-typescript@3.6.3(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.16.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1))(eslint@8.57.1))(eslint@8.57.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.8 @@ -11565,11 +11534,11 @@ snapshots: lz-string@1.5.0: {} - magic-sdk@28.13.0: + magic-sdk@28.19.0: dependencies: - '@magic-sdk/commons': 24.14.0(@magic-sdk/provider@28.13.0(localforage@1.10.0))(@magic-sdk/types@24.12.0) - '@magic-sdk/provider': 28.13.0(localforage@1.10.0) - '@magic-sdk/types': 24.12.0 + '@magic-sdk/commons': 24.18.0(@magic-sdk/provider@28.18.0(localforage@1.10.0))(@magic-sdk/types@24.16.0) + '@magic-sdk/provider': 28.18.0(localforage@1.10.0) + '@magic-sdk/types': 24.16.0 localforage: 1.10.0 transitivePeerDependencies: - supports-color @@ -13418,22 +13387,6 @@ snapshots: acorn: 8.14.0 webpack-virtual-modules: 0.6.2 - unstorage@1.12.0(idb-keyval@6.2.1)(ioredis@5.4.1): - dependencies: - anymatch: 3.1.3 - chokidar: 3.6.0 - destr: 2.0.3 - h3: 1.13.0 - listhen: 1.9.0 - lru-cache: 10.4.3 - mri: 1.2.0 - node-fetch-native: 1.6.4 - ofetch: 1.4.1 - ufo: 1.5.4 - optionalDependencies: - idb-keyval: 6.2.1 - ioredis: 5.4.1 - unstorage@1.13.1(idb-keyval@6.2.1)(ioredis@5.4.1): dependencies: anymatch: 3.1.3