From 34f9c3d489955162ca34d5b2ff1993079eef371b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:55:49 +0000 Subject: [PATCH] chore(deps): update wallet dependencies --- examples/nextjs/package.json | 4 +- examples/nuxt/package.json | 4 +- examples/react-ts/package.json | 4 +- examples/solid-ts/package.json | 4 +- examples/vanilla-ts/package.json | 6 +- examples/vue-ts/package.json | 4 +- packages/use-wallet-react/package.json | 8 +- packages/use-wallet-solid/package.json | 8 +- packages/use-wallet-vue/package.json | 8 +- packages/use-wallet/package.json | 16 +- pnpm-lock.yaml | 261 +++++++++++++------------ 11 files changed, 167 insertions(+), 160 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 28d2cd3b..bea3d336 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -8,11 +8,11 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "^1.2.0", "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-react": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "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 271fdbdc..f0334b58 100644 --- a/examples/nuxt/package.json +++ b/examples/nuxt/package.json @@ -12,12 +12,12 @@ }, "dependencies": { "@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "^1.2.0", "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet": "workspace:*", "@txnlab/use-wallet-vue": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "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 6a3ad7ee..28c64b45 100644 --- a/examples/react-ts/package.json +++ b/examples/react-ts/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "^1.2.0", "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-react": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "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 91e39903..ad7c0e8d 100644 --- a/examples/solid-ts/package.json +++ b/examples/solid-ts/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "^1.2.0", "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-solid": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "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 67345976..6404473c 100644 --- a/examples/vanilla-ts/package.json +++ b/examples/vanilla-ts/package.json @@ -9,17 +9,17 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@walletconnect/types": "2.17.2", + "@walletconnect/types": "2.17.3", "typescript": "5.6.3", "vite": "6.0.2" }, "dependencies": { "@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "^1.2.0", "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "algosdk": "2.9.0", "lute-connect": "^1.4.1" } diff --git a/examples/vue-ts/package.json b/examples/vue-ts/package.json index 61f75930..b3bd5893 100644 --- a/examples/vue-ts/package.json +++ b/examples/vue-ts/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "^1.2.0", "@perawallet/connect": "^1.3.5", "@txnlab/use-wallet-vue": "workspace:*", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "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 5e444908..c43c2933 100644 --- a/packages/use-wallet-react/package.json +++ b/packages/use-wallet-react/package.json @@ -51,15 +51,15 @@ "typescript": "5.6.3" }, "peerDependencies": { - "@blockshake/defly-connect": "^1.1.6", - "@magic-ext/algorand": "^23.18.0", + "@blockshake/defly-connect": "^1.2.0", + "@magic-ext/algorand": "^23.19.0", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", "@perawallet/connect": "^1.3.5", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "algosdk": "^2.7.0", "lute-connect": "^1.4.1", - "magic-sdk": "^28.19.0", + "magic-sdk": "^28.20.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 ccc534cb..54d7c6cb 100644 --- a/packages/use-wallet-solid/package.json +++ b/packages/use-wallet-solid/package.json @@ -73,15 +73,15 @@ "typescript": "5.6.3" }, "peerDependencies": { - "@blockshake/defly-connect": "^1.1.6", - "@magic-ext/algorand": "^23.18.0", + "@blockshake/defly-connect": "^1.2.0", + "@magic-ext/algorand": "^23.19.0", "@perawallet/connect": "^1.3.5", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "algosdk": "^2.7.0", "lute-connect": "^1.4.1", - "magic-sdk": "^28.19.0" + "magic-sdk": "^28.20.0" }, "peerDependenciesMeta": { "@blockshake/defly-connect": { diff --git a/packages/use-wallet-vue/package.json b/packages/use-wallet-vue/package.json index 534ff5e7..69b48e1b 100644 --- a/packages/use-wallet-vue/package.json +++ b/packages/use-wallet-vue/package.json @@ -48,15 +48,15 @@ "vue": "3.5.13" }, "peerDependencies": { - "@blockshake/defly-connect": "^1.1.6", - "@magic-ext/algorand": "^23.18.0", + "@blockshake/defly-connect": "^1.2.0", + "@magic-ext/algorand": "^23.19.0", "@perawallet/connect": "^1.3.5", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "algosdk": "^2.7.0", "lute-connect": "^1.4.1", - "magic-sdk": "^28.19.0", + "magic-sdk": "^28.20.0", "vue": "^3.0.0" }, "peerDependenciesMeta": { diff --git a/packages/use-wallet/package.json b/packages/use-wallet/package.json index 8c420143..e2586777 100644 --- a/packages/use-wallet/package.json +++ b/packages/use-wallet/package.json @@ -42,30 +42,30 @@ "devDependencies": { "@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.18.0", - "@magic-sdk/provider": "28.18.0", + "@blockshake/defly-connect": "1.2.0", + "@magic-ext/algorand": "23.19.0", + "@magic-sdk/provider": "28.19.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.2", - "@walletconnect/types": "2.17.2", + "@walletconnect/sign-client": "2.17.3", + "@walletconnect/types": "2.17.3", "algosdk": "2.9.0", "lute-connect": "1.4.1", - "magic-sdk": "28.19.0", + "magic-sdk": "28.20.0", "tsup": "8.3.5", "typescript": "5.6.3" }, "peerDependencies": { "@agoralabs-sh/avm-web-provider": "^1.7.0", "@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0", - "@blockshake/defly-connect": "^1.1.6", + "@blockshake/defly-connect": "^1.2.0", "@perawallet/connect": "^1.3.5", "@perawallet/connect-beta": "^2.0.21", "@walletconnect/modal": "^2.7.0", - "@walletconnect/sign-client": "^2.17.2", + "@walletconnect/sign-client": "^2.17.3", "algosdk": "^2.7.0", "lute-connect": "^1.4.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6cc8e58..b7ab8d7a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: examples/nextjs: dependencies: '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -115,8 +115,8 @@ importers: specifier: 1.1.0 version: 1.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -161,8 +161,8 @@ importers: specifier: 1.1.0 version: 1.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -225,8 +225,8 @@ importers: specifier: 1.1.0 version: 1.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -265,8 +265,8 @@ importers: specifier: 1.1.0 version: 1.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(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.2 - version: 2.17.2(ioredis@5.4.1) + specifier: 2.17.3 + version: 2.17.3(ioredis@5.4.1) typescript: specifier: 5.6.3 version: 5.6.3 @@ -302,8 +302,8 @@ importers: specifier: 1.1.0 version: 1.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@perawallet/connect': specifier: ^1.3.5 version: 1.3.5(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) algosdk: specifier: 2.9.0 version: 2.9.0 @@ -352,14 +352,14 @@ importers: specifier: 1.1.0 version: 1.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@blockshake/defly-connect': - specifier: 1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: 23.18.0 - version: 23.18.0 + specifier: 23.19.0 + version: 23.19.0 '@magic-sdk/provider': - specifier: 28.18.0 - version: 28.18.0(localforage@1.10.0) + specifier: 28.19.0 + version: 28.19.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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: 2.17.3 + version: 2.17.3(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) '@walletconnect/types': - specifier: 2.17.2 - version: 2.17.2(ioredis@5.4.1) + specifier: 2.17.3 + version: 2.17.3(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.19.0 - version: 28.19.0 + specifier: 28.20.0 + version: 28.20.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.1) @@ -400,11 +400,11 @@ importers: packages/use-wallet-react: dependencies: '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: ^23.18.0 - version: 23.18.0 + specifier: ^23.19.0 + version: 23.19.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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(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.19.0 - version: 28.19.0 + specifier: ^28.20.0 + version: 28.20.0 devDependencies: '@types/react': specifier: 18.3.12 @@ -455,11 +455,11 @@ importers: packages/use-wallet-solid: dependencies: '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: ^23.18.0 - version: 23.18.0 + specifier: ^23.19.0 + version: 23.19.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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(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.19.0 - version: 28.19.0 + specifier: ^28.20.0 + version: 28.20.0 devDependencies: '@solidjs/testing-library': specifier: 0.8.10 @@ -507,11 +507,11 @@ importers: packages/use-wallet-vue: dependencies: '@blockshake/defly-connect': - specifier: ^1.1.6 - version: 1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: ^1.2.0 + version: 1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@magic-ext/algorand': - specifier: ^23.18.0 - version: 23.18.0 + specifier: ^23.19.0 + version: 23.19.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.2 - version: 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + specifier: ^2.17.3 + version: 2.17.3(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.19.0 - version: 28.19.0 + specifier: ^28.20.0 + version: 28.20.0 devDependencies: algosdk: specifier: 2.9.0 @@ -562,9 +562,9 @@ packages: '@algorandfoundation/liquid-auth-use-wallet-client@1.1.0': resolution: {integrity: sha512-pGTHq9RXT4qN81mF0TGcTl+EBvnOiYGI42BHkIHDF43StogM0ueFRh/qvO6ei+aYRxKaFogqfhgB1twm9afcuQ==} - '@algorandfoundation/liquid-client@https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/c89fe0f17c4d16ed17299d7f524f044a2687a680': - resolution: {tarball: https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/c89fe0f17c4d16ed17299d7f524f044a2687a680} - version: 0.0.1 + '@algorandfoundation/liquid-client@https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/0958cb96627b5ead1ef5cfbdc4f47fe43a2e4908': + resolution: {tarball: https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/0958cb96627b5ead1ef5cfbdc4f47fe43a2e4908} + version: 1.0.0-canary.3 '@algorandfoundation/provider@https://codeload.github.com/algorandfoundation/wallet-provider-ts/tar.gz/28c80f5b9e0259b8e83e65c65d802d8123de9046': resolution: {tarball: https://codeload.github.com/algorandfoundation/wallet-provider-ts/tar.gz/28c80f5b9e0259b8e83e65c65d802d8123de9046} @@ -753,10 +753,10 @@ packages: resolution: {integrity: sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==} engines: {node: '>=6.9.0'} - '@blockshake/defly-connect@1.1.6': - resolution: {integrity: sha512-pgibHfWjTkfyjQhRVKR2mnnG7Vv/oBJGowphrIwdF62TkElRspsCrv/GcasZ2ipw+Wrqp3cdsE1W7GU0ZjgPwg==} + '@blockshake/defly-connect@1.2.0': + resolution: {integrity: sha512-5XqasQ0ilRtSV2aMbFRZI+76U6VKVTsV9WLYr4OaZt1xObklc62A0B2Is2OEtBaI+CdU2DGCfZLM7L+rFC8DoQ==} peerDependencies: - algosdk: ^2.1.0 + algosdk: ^3.0.0 '@cbor-extract/cbor-extract-darwin-arm64@2.2.0': resolution: {integrity: sha512-P7swiOAdF7aSi0H+tHtHtr6zrpF3aAq/W9FXx5HektRvLTM2O89xCyXF3pk7pLc7QpaY7AoaE8UowVf9QBdh3w==} @@ -1204,28 +1204,31 @@ packages: '@kwsites/promise-deferred@1.1.1': resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} + '@likecoin/qr-code-styling@1.6.6': + resolution: {integrity: sha512-RbGK/+20bJhFZR70r8MeDvfyz3W7U5zXpykSTYOYxZGyo6wC+Y4QnbUpL+YdAtzT2ZIFeCNOcRs2W2FNrKPoaA==} + '@lit-labs/ssr-dom-shim@1.2.1': resolution: {integrity: sha512-wx4aBmgeGvFmOKucFKY+8VFJSYZxs9poN3SDNQFF6lT6NrQUnHiPB2PWz2sc4ieEcAaYYzN+1uWahEeTq2aRIQ==} '@lit/reactive-element@1.6.3': resolution: {integrity: sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ==} - '@magic-ext/algorand@23.18.0': - resolution: {integrity: sha512-cXctCZ+mYYBB51hq2orPtLgbu2hoPoLaoG9hfCLMrThqzIxvEhpFZVDFfzuNmhROF3y+kCJ15CQ0X4hEj6gGTw==} + '@magic-ext/algorand@23.19.0': + resolution: {integrity: sha512-Ws/cp6yXmohlz9It7sZ1JGxdRnpPodNMDP67IbUeNJKLKXwF4lgiEPHegHFLlA1lLd9oMt9VpxLLgbRMOqRcDg==} - '@magic-sdk/commons@24.18.0': - resolution: {integrity: sha512-BEdxpJQH4WAq3bhznyVN8MxulvRbt5xM0ClCD7JlkqdDU7N+xy4bFnSGTunJumXD/+pj4o3rLZbp3yD0Y/keVg==} + '@magic-sdk/commons@24.19.0': + resolution: {integrity: sha512-ENftRzZ8vQBVdX34Y2GzpCoLfqH1QmUu/qzZhkn3pH0yeqr6ksiwqm7D+QSTQ8TtiXU6NSNu+Ar5EnggVmXJqQ==} peerDependencies: '@magic-sdk/provider': '>=18.6.0' '@magic-sdk/types': '>=15.8.0' - '@magic-sdk/provider@28.18.0': - resolution: {integrity: sha512-UIJUGYtV94p+YXs8ESXaOtiOmQZx3ZVLL7K0QdUh36GMWrfT1AQ46cYC04mn3VllSJCVtgdzja7CNwlEFspIlQ==} + '@magic-sdk/provider@28.19.0': + resolution: {integrity: sha512-HH8989w+MTVVYO28/k1q8s6PVLD2NuLbBGHZG7+qn6exEzrXGKLQI/OnsPgjDQdvZ7HsqGJuzywCZVngVY0L/A==} peerDependencies: localforage: ^1.7.4 - '@magic-sdk/types@24.16.0': - resolution: {integrity: sha512-mc0edHS4CQLsO8hmIYw9kH0yDHXprv4LmDUhPppJ3QtBiHD7ErgVRdurupeyMXFEPccqa2aJzNX3VW/RinIBMQ==} + '@magic-sdk/types@24.17.0': + resolution: {integrity: sha512-pPLGaR97a1vZivXhZdsp+uQMfmGbjQOarQBVFJPFPpLJWC9bmf7Np+HnLMZVH68i1IdONEoL34D9WB52UkyQWQ==} '@mapbox/node-pre-gyp@1.0.11': resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} @@ -2105,8 +2108,8 @@ packages: resolution: {integrity: sha512-On+uSaCfWdsMIQsECwWHZBmUXfrnqmv6B8SXRRuTJgd8tUpEvBkLQH4X7XkSm3zW6ozEkQTCagZ2ox2YPn3kbw==} engines: {node: '>=18'} - '@walletconnect/core@2.17.2': - resolution: {integrity: sha512-O9VUsFg78CbvIaxfQuZMsHcJ4a2Z16DRz/O4S+uOAcGKhH/i/ln8hp864Tb+xRvifWSzaZ6CeAVxk657F+pscA==} + '@walletconnect/core@2.17.3': + resolution: {integrity: sha512-57uv0FW4L6H/tmkb1kS2nG41MDguyDgZbGR58nkDUd1TO/HydyiTByVOhFzIxgN331cnY/1G1rMaKqncgdnOFA==} engines: {node: '>=18'} '@walletconnect/crypto@1.0.3': @@ -2139,6 +2142,9 @@ packages: '@walletconnect/jsonrpc-ws-connection@1.0.14': resolution: {integrity: sha512-Jsl6fC55AYcbkNVkwNM6Jo+ufsuCQRqViOQ8ZBPH9pRREHH9welbBiszuTLqEJiQcO/6XfFDl6bzCJIkrEi8XA==} + '@walletconnect/jsonrpc-ws-connection@1.0.16': + resolution: {integrity: sha512-G81JmsMqh5nJheE1mPst1W0WfVv0SG3N7JggwLLGnI7iuDZJq8cRJvQwLGKHn5H1WTW7DEPCo00zz5w62AbL3Q==} + '@walletconnect/keyvaluestorage@1.1.1': resolution: {integrity: sha512-V7ZQq2+mSxAq7MrRqDxanTzu2RcElfK1PfNYiaVnJgJ7Q7G7hTVwF8voIBx92qsRyGHZihrwNPHuZd1aKkd0rA==} peerDependencies: @@ -2177,8 +2183,8 @@ packages: '@walletconnect/sign-client@2.17.0': resolution: {integrity: sha512-sErYwvSSHQolNXni47L3Bm10ptJc1s1YoJvJd34s5E9h9+d3rj7PrhbiW9X82deN+Dm5oA8X9tC4xty1yIBrVg==} - '@walletconnect/sign-client@2.17.2': - resolution: {integrity: sha512-/wigdCIQjlBXSWY43Id0IPvZ5biq4HiiQZti8Ljvx408UYjmqcxcBitbj2UJXMYkid7704JWAB2mw32I1HgshQ==} + '@walletconnect/sign-client@2.17.3': + resolution: {integrity: sha512-OzOWxRTfVGCHU3OOF6ibPkgPfDpivFJjuknfcOUt9PYWpTAv6YKOmT4cyfBPhc7llruyHpV44fYbykMcLIvEcg==} '@walletconnect/socket-transport@1.8.0': resolution: {integrity: sha512-5DyIyWrzHXTcVp0Vd93zJ5XMW61iDM6bcWT4p8DTRfFsOtW46JquruMhxOLeCOieM4D73kcr3U7WtyR4JUsGuQ==} @@ -2193,8 +2199,8 @@ packages: '@walletconnect/types@2.17.0': resolution: {integrity: sha512-i1pn9URpvt9bcjRDkabuAmpA9K7mzyKoLJlbsAujRVX7pfaG7wur7u9Jz0bk1HxvuABL5LHNncTnVKSXKQ5jZA==} - '@walletconnect/types@2.17.2': - resolution: {integrity: sha512-j/+0WuO00lR8ntu7b1+MKe/r59hNwYLFzW0tTmozzhfAlDL+dYwWasDBNq4AH8NbVd7vlPCQWmncH7/6FVtOfQ==} + '@walletconnect/types@2.17.3': + resolution: {integrity: sha512-5eFxnbZGJJx0IQyCS99qz+OvozpLJJYfVG96dEHGgbzZMd+C9V1eitYqVClx26uX6V+WQVqVwjpD2Dyzie++Wg==} '@walletconnect/utils@1.8.0': resolution: {integrity: sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA==} @@ -2202,8 +2208,8 @@ packages: '@walletconnect/utils@2.17.0': resolution: {integrity: sha512-1aeQvjwsXy4Yh9G6g2eGmXrEl+BzkNjHRdCrGdMYqFTFa8ROEJfTGsSH3pLsNDlOY94CoBUvJvM55q/PMoN/FQ==} - '@walletconnect/utils@2.17.2': - resolution: {integrity: sha512-T7eLRiuw96fgwUy2A5NZB5Eu87ukX8RCVoO9lji34RFV4o2IGU9FhTEWyd4QQKI8OuQRjSknhbJs0tU0r0faPw==} + '@walletconnect/utils@2.17.3': + resolution: {integrity: sha512-tG77UpZNeLYgeOwViwWnifpyBatkPlpKSSayhN0gcjY1lZAUNqtYslpm4AdTxlrA3pL61MnyybXgWYT5eZjarw==} '@walletconnect/window-getters@1.0.0': resolution: {integrity: sha512-xB0SQsLaleIYIkSsl43vm8EwETpBzJ2gnzk7e0wMF3ktqiTGS6TFHxcprMl5R44KKh4tCcHCJwolMCaDSwtAaA==} @@ -3045,9 +3051,6 @@ packages: elliptic@6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} - elliptic@6.6.0: - resolution: {integrity: sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==} - elliptic@6.6.1: resolution: {integrity: sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==} @@ -4199,8 +4202,8 @@ packages: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - magic-sdk@28.19.0: - resolution: {integrity: sha512-vKuDhRUtasIkDKwGXFKYturJU9Ypv1aSZcMHP1hgpDMlYU8Zulz97CvSgXJZBx06oqjngSrn2zmWGGl8/rvhTA==} + magic-sdk@28.20.0: + resolution: {integrity: sha512-w4GH+tgngdnBHPYtsHHGHTho8v9GJyWmFa6ENf7VnXTkTTMBov2kdZeN1F4rWUDqZnR0Z2IaYYbfK868v2vqlQ==} magic-string-ast@0.6.3: resolution: {integrity: sha512-C9sgUzVZtUtzCBoMdYtwrIRQ4IucGRFGgdhkjL7PXsVfPYmTuWtewqzk7dlipaCMWH/gOYehW9rgMoa4Oebtpw==} @@ -6393,7 +6396,7 @@ snapshots: '@algorandfoundation/liquid-auth-use-wallet-client@1.1.0(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: - '@algorandfoundation/liquid-client': https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/c89fe0f17c4d16ed17299d7f524f044a2687a680(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@algorandfoundation/liquid-client': https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/0958cb96627b5ead1ef5cfbdc4f47fe43a2e4908(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@algorandfoundation/provider': https://codeload.github.com/algorandfoundation/wallet-provider-ts/tar.gz/28c80f5b9e0259b8e83e65c65d802d8123de9046 algosdk: 2.9.0 cbor-x: 1.6.0 @@ -6403,7 +6406,7 @@ snapshots: - supports-color - utf-8-validate - '@algorandfoundation/liquid-client@https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/c89fe0f17c4d16ed17299d7f524f044a2687a680(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@algorandfoundation/liquid-client@https://codeload.github.com/algorandfoundation/liquid-auth-js/tar.gz/0958cb96627b5ead1ef5cfbdc4f47fe43a2e4908(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: '@algorandfoundation/qr-code-styling': https://codeload.github.com/algorandfoundation/qr-code-styling/tar.gz/ce8541ee1cb3b0ab2acd9926f3092d4ab217e276 canvas: 2.11.2 @@ -6660,15 +6663,15 @@ snapshots: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@blockshake/defly-connect@1.1.6(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@blockshake/defly-connect@1.2.0(algosdk@2.9.0)(bufferutil@4.0.8)(utf-8-validate@5.0.10)': dependencies: + '@likecoin/qr-code-styling': 1.6.6 '@walletconnect/client': 1.8.0(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@walletconnect/types': 1.8.0 algosdk: 2.9.0 bowser: 2.11.0 buffer: 6.0.3 lottie-web: 5.12.2 - qr-code-styling: 1.6.0-rc.1 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -7039,29 +7042,33 @@ snapshots: '@kwsites/promise-deferred@1.1.1': {} + '@likecoin/qr-code-styling@1.6.6': + dependencies: + qrcode-generator: 1.4.4 + '@lit-labs/ssr-dom-shim@1.2.1': {} '@lit/reactive-element@1.6.3': dependencies: '@lit-labs/ssr-dom-shim': 1.2.1 - '@magic-ext/algorand@23.18.0': {} + '@magic-ext/algorand@23.19.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/commons@24.19.0(@magic-sdk/provider@28.19.0(localforage@1.10.0))(@magic-sdk/types@24.17.0)': dependencies: - '@magic-sdk/provider': 28.18.0(localforage@1.10.0) - '@magic-sdk/types': 24.16.0 + '@magic-sdk/provider': 28.19.0(localforage@1.10.0) + '@magic-sdk/types': 24.17.0 - '@magic-sdk/provider@28.18.0(localforage@1.10.0)': + '@magic-sdk/provider@28.19.0(localforage@1.10.0)': dependencies: - '@magic-sdk/types': 24.16.0 + '@magic-sdk/types': 24.17.0 eventemitter3: 4.0.7 localforage: 1.10.0 web3-core: 1.5.2 transitivePeerDependencies: - supports-color - '@magic-sdk/types@24.16.0': {} + '@magic-sdk/types@24.17.0': {} '@mapbox/node-pre-gyp@1.0.11': dependencies: @@ -8306,21 +8313,21 @@ snapshots: - ioredis - utf-8-validate - '@walletconnect/core@2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/core@2.17.3(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 '@walletconnect/jsonrpc-types': 1.0.4 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/jsonrpc-ws-connection': 1.0.14(bufferutil@4.0.8)(utf-8-validate@5.0.10) + '@walletconnect/jsonrpc-ws-connection': 1.0.16(bufferutil@4.0.8)(utf-8-validate@5.0.10) '@walletconnect/keyvaluestorage': 1.1.1(ioredis@5.4.1) '@walletconnect/logger': 2.1.2 '@walletconnect/relay-api': 1.0.11 '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.2(ioredis@5.4.1) - '@walletconnect/utils': 2.17.2(ioredis@5.4.1) + '@walletconnect/types': 2.17.3(ioredis@5.4.1) + '@walletconnect/utils': 2.17.3(ioredis@5.4.1) '@walletconnect/window-getters': 1.0.1 events: 3.3.0 lodash.isequal: 4.5.0 @@ -8405,6 +8412,16 @@ snapshots: - bufferutil - utf-8-validate + '@walletconnect/jsonrpc-ws-connection@1.0.16(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + dependencies: + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/safe-json': 1.0.2 + events: 3.3.0 + ws: 7.5.10(bufferutil@4.0.8)(utf-8-validate@5.0.10) + transitivePeerDependencies: + - bufferutil + - utf-8-validate + '@walletconnect/keyvaluestorage@1.1.1(ioredis@5.4.1)': dependencies: '@walletconnect/safe-json': 1.0.2 @@ -8508,16 +8525,16 @@ snapshots: - ioredis - utf-8-validate - '@walletconnect/sign-client@2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': + '@walletconnect/sign-client@2.17.3(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10)': dependencies: - '@walletconnect/core': 2.17.2(bufferutil@4.0.8)(ioredis@5.4.1)(utf-8-validate@5.0.10) + '@walletconnect/core': 2.17.3(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.2(ioredis@5.4.1) - '@walletconnect/utils': 2.17.2(ioredis@5.4.1) + '@walletconnect/types': 2.17.3(ioredis@5.4.1) + '@walletconnect/utils': 2.17.3(ioredis@5.4.1) events: 3.3.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -8574,7 +8591,7 @@ snapshots: - '@vercel/kv' - ioredis - '@walletconnect/types@2.17.2(ioredis@5.4.1)': + '@walletconnect/types@2.17.3(ioredis@5.4.1)': dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.2 @@ -8640,7 +8657,7 @@ snapshots: - '@vercel/kv' - ioredis - '@walletconnect/utils@2.17.2(ioredis@5.4.1)': + '@walletconnect/utils@2.17.3(ioredis@5.4.1)': dependencies: '@ethersproject/hash': 5.7.0 '@ethersproject/transactions': 5.7.0 @@ -8655,11 +8672,11 @@ snapshots: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.17.2(ioredis@5.4.1) + '@walletconnect/types': 2.17.3(ioredis@5.4.1) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 - elliptic: 6.6.0 + elliptic: 6.6.1 query-string: 7.1.3 uint8arrays: 3.1.0 transitivePeerDependencies: @@ -8685,7 +8702,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: @@ -9551,16 +9568,6 @@ snapshots: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - elliptic@6.6.0: - dependencies: - bn.js: 4.12.1 - 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 - elliptic@6.6.1: dependencies: bn.js: 4.12.1 @@ -10971,11 +10978,11 @@ snapshots: lz-string@1.5.0: {} - magic-sdk@28.19.0: + magic-sdk@28.20.0: dependencies: - '@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 + '@magic-sdk/commons': 24.19.0(@magic-sdk/provider@28.19.0(localforage@1.10.0))(@magic-sdk/types@24.17.0) + '@magic-sdk/provider': 28.19.0(localforage@1.10.0) + '@magic-sdk/types': 24.17.0 localforage: 1.10.0 transitivePeerDependencies: - supports-color