From 460deb3be1e32ea8b3527754fbe79c0546af47ad Mon Sep 17 00:00:00 2001 From: Samuel Andert Date: Thu, 27 Jul 2023 09:30:30 +0200 Subject: [PATCH] major ui overhaul adding skeletonlabs design system --- package.json | 1 + pnpm-lock.yaml | 1485 +++++++++-------------- src/app.css | 3 - src/app.html | 14 +- src/lib/components/AppBar.svelte | 12 + src/lib/components/Apps.svelte | 17 + src/lib/components/ClearMessages.svelte | 14 - src/lib/components/GoogleAuth.svelte | 3 +- src/lib/components/Messages.svelte | 31 +- src/lib/components/SendMessage.svelte | 33 - src/lib/components/Terminal.svelte | 73 +- src/lib/services/authWithGoogle.ts | 0 src/routes/+layout.svelte | 16 +- src/routes/+page.svelte | 34 +- src/routes/helloearth/+page.svelte | 35 + src/routes/login/+page.svelte | 17 + src/routes/wallet/+page.svelte | 40 + static/android-chrome-192x192.png | Bin 0 -> 34616 bytes static/android-chrome-512x512.png | Bin 0 -> 146954 bytes static/apple-touch-icon.png | Bin 0 -> 24116 bytes static/browserconfig.xml | 9 + static/favicon-16x16.png | Bin 0 -> 1422 bytes static/favicon-32x32.png | Bin 0 -> 2879 bytes static/favicon.ico | Bin 0 -> 15086 bytes static/favicon.png | Bin 1571 -> 0 bytes static/logo.png | Bin 0 -> 461580 bytes static/mstile-150x150.png | Bin 0 -> 20707 bytes static/safari-pinned-tab.svg | 161 +++ static/site.webmanifest | 19 + tailwind.config.js | 27 +- 30 files changed, 994 insertions(+), 1050 deletions(-) create mode 100644 src/lib/components/AppBar.svelte create mode 100644 src/lib/components/Apps.svelte delete mode 100644 src/lib/components/ClearMessages.svelte delete mode 100644 src/lib/components/SendMessage.svelte delete mode 100644 src/lib/services/authWithGoogle.ts create mode 100644 src/routes/helloearth/+page.svelte create mode 100644 src/routes/login/+page.svelte create mode 100644 src/routes/wallet/+page.svelte create mode 100644 static/android-chrome-192x192.png create mode 100644 static/android-chrome-512x512.png create mode 100644 static/apple-touch-icon.png create mode 100644 static/browserconfig.xml create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico delete mode 100644 static/favicon.png create mode 100644 static/logo.png create mode 100644 static/mstile-150x150.png create mode 100644 static/safari-pinned-tab.svg create mode 100644 static/site.webmanifest diff --git a/package.json b/package.json index e54ef4f..5c0e988 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "devDependencies": { "@playwright/test": "^1.28.1", + "@skeletonlabs/skeleton": "^1.10.0", "@sveltejs/adapter-auto": "^2.0.0", "@sveltejs/kit": "^1.20.4", "@typescript-eslint/eslint-plugin": "^5.45.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6869c3..4c69a8f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,60 +3,51 @@ lockfileVersion: '6.0' dependencies: '@lit-protocol/auth-helpers': specifier: ^2.2.45 - version: 2.2.45(ethers@5.7.2) + version: 2.2.47(ethers@5.7.2) '@lit-protocol/constants': specifier: ^2.2.41 - version: 2.2.41 + version: 2.2.47 '@lit-protocol/lit-auth-client': specifier: ^2.2.45 - version: 2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + version: 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) '@lit-protocol/lit-node-client': specifier: ^2.2.41 - version: 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + version: 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) '@lit-protocol/pkp-client': specifier: ^2.2.41 - version: 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + version: 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) '@lit-protocol/pkp-ethers': specifier: ^2.2.41 - version: 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + version: 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) '@lit-protocol/pkp-walletconnect': specifier: ^2.2.41 - version: 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + version: 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) '@lit-protocol/types': specifier: ^2.2.41 - version: 2.2.41 - '@rollup/plugin-node-resolve': - specifier: ^15.1.0 - version: 15.1.0(rollup@3.26.3) + version: 2.2.47 '@sveltejs/vite-plugin-svelte': specifier: ^2.4.2 - version: 2.4.2(svelte@4.0.5)(vite@4.4.4) + version: 2.4.3(svelte@4.1.1)(vite@4.4.7) '@wagmi/core': specifier: ^1.3.8 - version: 1.3.8(react@18.2.0)(typescript@5.1.6)(viem@1.3.0) - fs: - specifier: 0.0.1-security - version: 0.0.1-security - rollup: - specifier: ^3.26.3 - version: 3.26.3 - rollup-plugin-glob-import: - specifier: ^0.5.0 - version: 0.5.0 + version: 1.3.8(react@18.2.0)(typescript@5.1.6)(viem@1.4.1) viem: specifier: ^1.3.0 - version: 1.3.0(typescript@5.1.6) + version: 1.4.1(typescript@5.1.6) devDependencies: '@playwright/test': specifier: ^1.28.1 - version: 1.36.1 + version: 1.36.2 + '@skeletonlabs/skeleton': + specifier: ^1.10.0 + version: 1.10.0(svelte@4.1.1) '@sveltejs/adapter-auto': specifier: ^2.0.0 version: 2.1.0(@sveltejs/kit@1.22.3) '@sveltejs/kit': specifier: ^1.20.4 - version: 1.22.3(svelte@4.0.5)(vite@4.4.4) + version: 1.22.3(svelte@4.1.1)(vite@4.4.7) '@typescript-eslint/eslint-plugin': specifier: ^5.45.0 version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.45.0)(typescript@5.1.6) @@ -65,7 +56,7 @@ devDependencies: version: 5.62.0(eslint@8.45.0)(typescript@5.1.6) autoprefixer: specifier: ^10.4.14 - version: 10.4.14(postcss@8.4.26) + version: 10.4.14(postcss@8.4.27) eslint: specifier: ^8.28.0 version: 8.45.0 @@ -74,34 +65,34 @@ devDependencies: version: 8.8.0(eslint@8.45.0) eslint-plugin-svelte: specifier: ^2.30.0 - version: 2.32.2(eslint@8.45.0)(svelte@4.0.5) + version: 2.32.4(eslint@8.45.0)(svelte@4.1.1) postcss: specifier: ^8.4.26 - version: 8.4.26 + version: 8.4.27 prettier: specifier: ^2.8.0 version: 2.8.8 prettier-plugin-svelte: specifier: ^2.10.1 - version: 2.10.1(prettier@2.8.8)(svelte@4.0.5) + version: 2.10.1(prettier@2.8.8)(svelte@4.1.1) svelte: specifier: ^4.0.5 - version: 4.0.5 + version: 4.1.1 svelte-check: specifier: ^3.4.3 - version: 3.4.6(postcss@8.4.26)(svelte@4.0.5) + version: 3.4.6(postcss@8.4.27)(svelte@4.1.1) tailwindcss: specifier: ^3.3.3 version: 3.3.3 tslib: specifier: ^2.4.1 - version: 2.6.0 + version: 2.6.1 typescript: specifier: ^5.0.0 version: 5.1.6 vite: specifier: ^4.4.2 - version: 4.4.4(@types/node@20.4.2) + version: 4.4.7(@types/node@20.4.5) vitest: specifier: ^0.32.2 version: 0.32.4 @@ -291,176 +282,176 @@ packages: resolution: {integrity: sha512-KvvX58MGMWh7xA+N+deCfunkA/ZNDvFLw4YbOmX3f/XBIkqrVY7qlotfy2aNb1kgp6h4B6Yc8YawJPDTfvWX7g==} dev: false - /@esbuild/android-arm64@0.18.14: - resolution: {integrity: sha512-rZ2v+Luba5/3D6l8kofWgTnqE+qsC/L5MleKIKFyllHTKHrNBMqeRCnZI1BtRx8B24xMYxeU32iIddRQqMsOsg==} + /@esbuild/android-arm64@0.18.17: + resolution: {integrity: sha512-9np+YYdNDed5+Jgr1TdWBsozZ85U1Oa3xW0c7TWqH0y2aGghXtZsuT8nYRbzOMcl0bXZXjOGbksoTtVOlWrRZg==} engines: {node: '>=12'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@esbuild/android-arm@0.18.14: - resolution: {integrity: sha512-blODaaL+lngG5bdK/t4qZcQvq2BBqrABmYwqPPcS5VRxrCSGHb9R/rA3fqxh7R18I7WU4KKv+NYkt22FDfalcg==} + /@esbuild/android-arm@0.18.17: + resolution: {integrity: sha512-wHsmJG/dnL3OkpAcwbgoBTTMHVi4Uyou3F5mf58ZtmUyIKfcdA7TROav/6tCzET4A3QW2Q2FC+eFneMU+iyOxg==} engines: {node: '>=12'} cpu: [arm] os: [android] requiresBuild: true optional: true - /@esbuild/android-x64@0.18.14: - resolution: {integrity: sha512-qSwh8y38QKl+1Iqg+YhvCVYlSk3dVLk9N88VO71U4FUjtiSFylMWK3Ugr8GC6eTkkP4Tc83dVppt2n8vIdlSGg==} + /@esbuild/android-x64@0.18.17: + resolution: {integrity: sha512-O+FeWB/+xya0aLg23hHEM2E3hbfwZzjqumKMSIqcHbNvDa+dza2D0yLuymRBQQnC34CWrsJUXyH2MG5VnLd6uw==} engines: {node: '>=12'} cpu: [x64] os: [android] requiresBuild: true optional: true - /@esbuild/darwin-arm64@0.18.14: - resolution: {integrity: sha512-9Hl2D2PBeDYZiNbnRKRWuxwHa9v5ssWBBjisXFkVcSP5cZqzZRFBUWEQuqBHO4+PKx4q4wgHoWtfQ1S7rUqJ2Q==} + /@esbuild/darwin-arm64@0.18.17: + resolution: {integrity: sha512-M9uJ9VSB1oli2BE/dJs3zVr9kcCBBsE883prage1NWz6pBS++1oNn/7soPNS3+1DGj0FrkSvnED4Bmlu1VAE9g==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@esbuild/darwin-x64@0.18.14: - resolution: {integrity: sha512-ZnI3Dg4ElQ6tlv82qLc/UNHtFsgZSKZ7KjsUNAo1BF1SoYDjkGKHJyCrYyWjFecmXpvvG/KJ9A/oe0H12odPLQ==} + /@esbuild/darwin-x64@0.18.17: + resolution: {integrity: sha512-XDre+J5YeIJDMfp3n0279DFNrGCXlxOuGsWIkRb1NThMZ0BsrWXoTg23Jer7fEXQ9Ye5QjrvXpxnhzl3bHtk0g==} engines: {node: '>=12'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@esbuild/freebsd-arm64@0.18.14: - resolution: {integrity: sha512-h3OqR80Da4oQCIa37zl8tU5MwHQ7qgPV0oVScPfKJK21fSRZEhLE4IIVpmcOxfAVmqjU6NDxcxhYaM8aDIGRLw==} + /@esbuild/freebsd-arm64@0.18.17: + resolution: {integrity: sha512-cjTzGa3QlNfERa0+ptykyxs5A6FEUQQF0MuilYXYBGdBxD3vxJcKnzDlhDCa1VAJCmAxed6mYhA2KaJIbtiNuQ==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] requiresBuild: true optional: true - /@esbuild/freebsd-x64@0.18.14: - resolution: {integrity: sha512-ha4BX+S6CZG4BoH9tOZTrFIYC1DH13UTCRHzFc3GWX74nz3h/N6MPF3tuR3XlsNjMFUazGgm35MPW5tHkn2lzQ==} + /@esbuild/freebsd-x64@0.18.17: + resolution: {integrity: sha512-sOxEvR8d7V7Kw8QqzxWc7bFfnWnGdaFBut1dRUYtu+EIRXefBc/eIsiUiShnW0hM3FmQ5Zf27suDuHsKgZ5QrA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@esbuild/linux-arm64@0.18.14: - resolution: {integrity: sha512-IXORRe22In7U65NZCzjwAUc03nn8SDIzWCnfzJ6t/8AvGx5zBkcLfknI+0P+hhuftufJBmIXxdSTbzWc8X/V4w==} + /@esbuild/linux-arm64@0.18.17: + resolution: {integrity: sha512-c9w3tE7qA3CYWjT+M3BMbwMt+0JYOp3vCMKgVBrCl1nwjAlOMYzEo+gG7QaZ9AtqZFj5MbUc885wuBBmu6aADQ==} engines: {node: '>=12'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-arm@0.18.14: - resolution: {integrity: sha512-5+7vehI1iqru5WRtJyU2XvTOvTGURw3OZxe3YTdE9muNNIdmKAVmSHpB3Vw2LazJk2ifEdIMt/wTWnVe5V98Kg==} + /@esbuild/linux-arm@0.18.17: + resolution: {integrity: sha512-2d3Lw6wkwgSLC2fIvXKoMNGVaeY8qdN0IC3rfuVxJp89CRfA3e3VqWifGDfuakPmp90+ZirmTfye1n4ncjv2lg==} engines: {node: '>=12'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-ia32@0.18.14: - resolution: {integrity: sha512-BfHlMa0nibwpjG+VXbOoqJDmFde4UK2gnW351SQ2Zd4t1N3zNdmUEqRkw/srC1Sa1DRBE88Dbwg4JgWCbNz/FQ==} + /@esbuild/linux-ia32@0.18.17: + resolution: {integrity: sha512-1DS9F966pn5pPnqXYz16dQqWIB0dmDfAQZd6jSSpiT9eX1NzKh07J6VKR3AoXXXEk6CqZMojiVDSZi1SlmKVdg==} engines: {node: '>=12'} cpu: [ia32] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-loong64@0.18.14: - resolution: {integrity: sha512-j2/Ex++DRUWIAaUDprXd3JevzGtZ4/d7VKz+AYDoHZ3HjJzCyYBub9CU1wwIXN+viOP0b4VR3RhGClsvyt/xSw==} + /@esbuild/linux-loong64@0.18.17: + resolution: {integrity: sha512-EvLsxCk6ZF0fpCB6w6eOI2Fc8KW5N6sHlIovNe8uOFObL2O+Mr0bflPHyHwLT6rwMg9r77WOAWb2FqCQrVnwFg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-mips64el@0.18.14: - resolution: {integrity: sha512-qn2+nc+ZCrJmiicoAnJXJJkZWt8Nwswgu1crY7N+PBR8ChBHh89XRxj38UU6Dkthl2yCVO9jWuafZ24muzDC/A==} + /@esbuild/linux-mips64el@0.18.17: + resolution: {integrity: sha512-e0bIdHA5p6l+lwqTE36NAW5hHtw2tNRmHlGBygZC14QObsA3bD4C6sXLJjvnDIjSKhW1/0S3eDy+QmX/uZWEYQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-ppc64@0.18.14: - resolution: {integrity: sha512-aGzXzd+djqeEC5IRkDKt3kWzvXoXC6K6GyYKxd+wsFJ2VQYnOWE954qV2tvy5/aaNrmgPTb52cSCHFE+Z7Z0yg==} + /@esbuild/linux-ppc64@0.18.17: + resolution: {integrity: sha512-BAAilJ0M5O2uMxHYGjFKn4nJKF6fNCdP1E0o5t5fvMYYzeIqy2JdAP88Az5LHt9qBoUa4tDaRpfWt21ep5/WqQ==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-riscv64@0.18.14: - resolution: {integrity: sha512-8C6vWbfr0ygbAiMFLS6OPz0BHvApkT2gCboOGV76YrYw+sD/MQJzyITNsjZWDXJwPu9tjrFQOVG7zijRzBCnLw==} + /@esbuild/linux-riscv64@0.18.17: + resolution: {integrity: sha512-Wh/HW2MPnC3b8BqRSIme/9Zhab36PPH+3zam5pqGRH4pE+4xTrVLx2+XdGp6fVS3L2x+DrsIcsbMleex8fbE6g==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-s390x@0.18.14: - resolution: {integrity: sha512-G/Lf9iu8sRMM60OVGOh94ZW2nIStksEcITkXdkD09/T6QFD/o+g0+9WVyR/jajIb3A0LvBJ670tBnGe1GgXMgw==} + /@esbuild/linux-s390x@0.18.17: + resolution: {integrity: sha512-j/34jAl3ul3PNcK3pfI0NSlBANduT2UO5kZ7FCaK33XFv3chDhICLY8wJJWIhiQ+YNdQ9dxqQctRg2bvrMlYgg==} engines: {node: '>=12'} cpu: [s390x] os: [linux] requiresBuild: true optional: true - /@esbuild/linux-x64@0.18.14: - resolution: {integrity: sha512-TBgStYBQaa3EGhgqIDM+ECnkreb0wkcKqL7H6m+XPcGUoU4dO7dqewfbm0mWEQYH3kzFHrzjOFNpSAVzDZRSJw==} + /@esbuild/linux-x64@0.18.17: + resolution: {integrity: sha512-QM50vJ/y+8I60qEmFxMoxIx4de03pGo2HwxdBeFd4nMh364X6TIBZ6VQ5UQmPbQWUVWHWws5MmJXlHAXvJEmpQ==} engines: {node: '>=12'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@esbuild/netbsd-x64@0.18.14: - resolution: {integrity: sha512-stvCcjyCQR2lMTroqNhAbvROqRjxPEq0oQ380YdXxA81TaRJEucH/PzJ/qsEtsHgXlWFW6Ryr/X15vxQiyRXVg==} + /@esbuild/netbsd-x64@0.18.17: + resolution: {integrity: sha512-/jGlhWR7Sj9JPZHzXyyMZ1RFMkNPjC6QIAan0sDOtIo2TYk3tZn5UDrkE0XgsTQCxWTTOcMPf9p6Rh2hXtl5TQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] requiresBuild: true optional: true - /@esbuild/openbsd-x64@0.18.14: - resolution: {integrity: sha512-apAOJF14CIsN5ht1PA57PboEMsNV70j3FUdxLmA2liZ20gEQnfTG5QU0FhENo5nwbTqCB2O3WDsXAihfODjHYw==} + /@esbuild/openbsd-x64@0.18.17: + resolution: {integrity: sha512-rSEeYaGgyGGf4qZM2NonMhMOP/5EHp4u9ehFiBrg7stH6BYEEjlkVREuDEcQ0LfIl53OXLxNbfuIj7mr5m29TA==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] requiresBuild: true optional: true - /@esbuild/sunos-x64@0.18.14: - resolution: {integrity: sha512-fYRaaS8mDgZcGybPn2MQbn1ZNZx+UXFSUoS5Hd2oEnlsyUcr/l3c6RnXf1bLDRKKdLRSabTmyCy7VLQ7VhGdOQ==} + /@esbuild/sunos-x64@0.18.17: + resolution: {integrity: sha512-Y7ZBbkLqlSgn4+zot4KUNYst0bFoO68tRgI6mY2FIM+b7ZbyNVtNbDP5y8qlu4/knZZ73fgJDlXID+ohY5zt5g==} engines: {node: '>=12'} cpu: [x64] os: [sunos] requiresBuild: true optional: true - /@esbuild/win32-arm64@0.18.14: - resolution: {integrity: sha512-1c44RcxKEJPrVj62XdmYhxXaU/V7auELCmnD+Ri+UCt+AGxTvzxl9uauQhrFso8gj6ZV1DaORV0sT9XSHOAk8Q==} + /@esbuild/win32-arm64@0.18.17: + resolution: {integrity: sha512-bwPmTJsEQcbZk26oYpc4c/8PvTY3J5/QK8jM19DVlEsAB41M39aWovWoHtNm78sd6ip6prilxeHosPADXtEJFw==} engines: {node: '>=12'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@esbuild/win32-ia32@0.18.14: - resolution: {integrity: sha512-EXAFttrdAxZkFQmpvcAQ2bywlWUsONp/9c2lcfvPUhu8vXBBenCXpoq9YkUvVP639ld3YGiYx0YUQ6/VQz3Maw==} + /@esbuild/win32-ia32@0.18.17: + resolution: {integrity: sha512-H/XaPtPKli2MhW+3CQueo6Ni3Avggi6hP/YvgkEe1aSaxw+AeO8MFjq8DlgfTd9Iz4Yih3QCZI6YLMoyccnPRg==} engines: {node: '>=12'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@esbuild/win32-x64@0.18.14: - resolution: {integrity: sha512-K0QjGbcskx+gY+qp3v4/940qg8JitpXbdxFhRDA1aYoNaPff88+aEwoq45aqJ+ogpxQxmU0ZTjgnrQD/w8iiUg==} + /@esbuild/win32-x64@0.18.17: + resolution: {integrity: sha512-fGEb8f2BSA3CW7riJVurug65ACLuQAzKq0SSqkY2b2yHHH0MzDfbLyKIGzHwOI/gkHcxM/leuSW6D5w/LMNitA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -477,8 +468,8 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@eslint-community/regexpp@4.5.1: - resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} + /@eslint-community/regexpp@4.6.2: + resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true @@ -960,49 +951,32 @@ packages: resolution: {integrity: sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ==} dev: false - /@lit-protocol/access-control-conditions@2.2.41: - resolution: {integrity: sha512-clnf/7r9FKFQJyjh1jqHfsAkqutKuzjL09sSKHNWG5/sWXhuqRj5U+IQ6xKthIUbyf3xPRbXCAre9WxY4t1x2w==} + /@lit-protocol/access-control-conditions@2.2.47: + resolution: {integrity: sha512-xxcAAKIUwUCClYSGB+DVeZVssRyoLMdi8VoYHPCfC4NgGXKeUetfz67svFLP/c6Dd7pWEme27vV99YJMD2/SUQ==} dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 ethers: 5.7.2 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /@lit-protocol/access-control-conditions@2.2.45: - resolution: {integrity: sha512-PS9FWIlhWAA4u4TF0Zat/pblQazZ6A42ndk3r5FBHlcTSGy0PEMeh4309OKbkrJ9YZ5BTB9eTXcMmJJBO+nNGQ==} + /@lit-protocol/auth-browser@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-klPabGaGB6gspHPhZKPeafbWfPpL2CngnXbppRFojUPepkdalJYJs3WOqp4cbB+GlDLOCmjq9ZAqN2AVvk5Ekg==} dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/auth-browser@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-/0DiWiVx3et+wNs26f0C0Bxmxz2Xtu34QkwCjRB54P+cJR2BFXYBobJgPoe8rJBVTOsZl7lD+kDaeV4lAXbLcQ==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.2.1) '@web3modal/standalone': 2.2.1(react@18.2.0) ethers: 5.7.2 @@ -1010,7 +984,7 @@ packages: lit-siwe: 1.1.8(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.13.5 util: 0.12.5 @@ -1029,217 +1003,103 @@ packages: - utf-8-validate dev: false - /@lit-protocol/auth-browser@2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-ViEYj9SibdqMm/UP427k/JgW9bGSMEldrCOLP4YSpM24v8SutQgtBQ83rKyg5wG3glVUVzQrC1yr8uCdVBOGjw==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/misc-browser': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.2.1) - '@web3modal/standalone': 2.2.1(react@18.2.0) - ethers: 5.7.2 - lit-connect-modal-to-be-deprecated: 0.0.1 - lit-siwe: 1.1.8(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - tweetnacl: 1.0.3 - tweetnacl-util: 0.13.5 - util: 0.12.5 - web-vitals: 3.4.0 - transitivePeerDependencies: - - '@ethersproject/contracts' - - '@ethersproject/hash' - - '@ethersproject/providers' - - '@ethersproject/wallet' - - '@react-native-async-storage/async-storage' - - bufferutil - - debug - - encoding - - lokijs - - react - - utf-8-validate - dev: false - - /@lit-protocol/auth-helpers@2.2.41(ethers@5.7.2): - resolution: {integrity: sha512-DwEd9jAJRZ1hHF401NLd7HnLjCw2GDtXUNMZGBalzSvLHKrPUPaG64WzYDrPPSkasH7WpoGxiiuP0HRNvMv8/Q==} + /@lit-protocol/auth-helpers@2.2.47(ethers@5.7.2): + resolution: {integrity: sha512-DXAI1lnYLm3aQyefSsp75LZqf2MABTjwf58qK+dbk4+lw6nQ1FMYLytAfz5Asqwiz2+gGVej+e6/3BAMdKg/oQ==} dependencies: siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - ethers dev: false - /@lit-protocol/auth-helpers@2.2.45(ethers@5.7.2): - resolution: {integrity: sha512-RZcH5FCk9T+Y3VX3CStS1eCEj9GoJCe02jrpR0mNpmQ7BOiVnEZEHyYZ2pdLcCutRiHI2v5YsKt2nVvrHVOdVw==} - dependencies: - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - ethers - dev: false - - /@lit-protocol/bls-sdk@2.2.41: - resolution: {integrity: sha512-X3myX6RLZdKXU9uHEqYbQwlHY5bVD7pdKKBXm7ShglFAqURo2ovW80EX9ELqkaCivGNC9Vkpa8Ua/w0dJvJNxw==} + /@lit-protocol/bls-sdk@2.2.47: + resolution: {integrity: sha512-S8qor0yieHGU/4PTWgY7FLf2BHA3+z3aldSNwReSgvdmnESIWaoVha/rA6WuemhBiJnFwgqmLACBiuKQT3+iGA==} dependencies: pako: 2.1.0 - tslib: 2.6.0 + tslib: 2.6.1 dev: false - /@lit-protocol/bls-sdk@2.2.45: - resolution: {integrity: sha512-JKJdXeiRTf1JDPVfJkO8d8uuKyQgbAjzt9szLvY8FLXHkEiYujxkCLqWPH+tQ81jlmVDDOehTlocG6+HQ18HNQ==} + /@lit-protocol/constants@2.2.47: + resolution: {integrity: sha512-2RumitQzLAxPPu7opf8F/O4ukpNIMnj7bzgolYErI9+x4brzM+UDpJzVsWWSIXcO55LhzfKHt/6lp/TMCJGkLw==} dependencies: - pako: 2.1.0 - tslib: 2.6.0 - dev: false - - /@lit-protocol/constants@2.2.41: - resolution: {integrity: sha512-4roOsxZ6ocJiEbKTZPSpEi7RJW0JbnfmY96bA39jMdKVnxNUOqOrXgXMIPK2zlW6ba2MOkFIwHStcKwCv8om0g==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/types': 2.2.41 + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/types': 2.2.47 ethers: 5.7.2 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /@lit-protocol/constants@2.2.45: - resolution: {integrity: sha512-y0zgt6XzLUgckbJ7vbNG1bv7qFhzKqOFODbs/RLrlesY6YEWD0xxJoCUwdxS622E/nm21gKQ2wjiPgA+gYK1Mg==} + /@lit-protocol/core@2.2.47: + resolution: {integrity: sha512-ka+1eGhECzfoO0rE0WMmjjiT+PzgN55Bab3Yk3FGxygVxm9cu3yDz+IEwjkawKz/ieSRLS5RaMDkGwQhtLl4tQ==} dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/types': 2.2.45 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 ethers: 5.7.2 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /@lit-protocol/core@2.2.41: - resolution: {integrity: sha512-SbxLheLftKJRCngNjy3dqfoVtoZxXrR+xDSJcFlNJq9ssgZVjKdrTf9LPvN8NizcwQ6cxP6rwR+AMAiilxtrLg==} + /@lit-protocol/crypto@2.2.47: + resolution: {integrity: sha512-K77R2p/2+wZ3MO8hW4ntJcFN/ETYd0kDz9ZmEnVUtCpJmcMOCxzKW7wa+/spvGRMDF7MaaYGe780e6x4N85mGg==} dependencies: - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 ethers: 5.7.2 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /@lit-protocol/core@2.2.45: - resolution: {integrity: sha512-+zU9NdkSV2h3NYvHTIBmBkE/9KEpndT7MBxFMcBGFL60kexr9u6GVer6Dy8QBIj6VXZN+0chLRzCSBjwl2K7Aw==} + /@lit-protocol/ecdsa-sdk@2.2.47: + resolution: {integrity: sha512-OqxYI+u0AFioimVQBLXNGp0Yq1WfFte6CyHZcNpcfWDFc2q8u93xIpQQe8BTzfQFZfpS28ZsyhGnOFC/wCGHPA==} dependencies: - '@lit-protocol/access-control-conditions': 2.2.45 - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.45 - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/crypto': 2.2.45 - '@lit-protocol/ecdsa-sdk': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/nacl': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate + tslib: 2.6.1 dev: false - /@lit-protocol/crypto@2.2.41: - resolution: {integrity: sha512-4JQ2TSwZ1r0DPu7lLZ9pajmd9DehsRAl8UIBTre7PWeWURBtY698V8ZXagpRRnsC4tlMNbAQu13sNevDBfpknA==} + /@lit-protocol/encryption@2.2.47(node-fetch@2.6.12): + resolution: {integrity: sha512-RC3k/zXdEQPfybcmJbkqB+fgtSr3P5P32k2eulD7ObPSh5XK4dlilOku8ip+eWEP5ch6CW0Ocoz+Wsnny81qXg==} dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/crypto@2.2.45: - resolution: {integrity: sha512-S7XWXNsZPhhCNP6vWg8lZPMW6u4Vnou8/1fLYKktq60O52lZjmmi1mqCrBAF8M/wy0eVLvaQ7JuRAOz/KvGMEw==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.45 - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/ecdsa-sdk': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/nacl': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/ecdsa-sdk@2.2.41: - resolution: {integrity: sha512-0uqdsSCGZlRqcVS5qyl/aby1WeBzTgoaqCJ0Dopb3I4DsEkkGGaMBFlazdnu94yowZDcgoPeQznu/oPXauVFbw==} - dependencies: - tslib: 2.6.0 - dev: false - - /@lit-protocol/ecdsa-sdk@2.2.45: - resolution: {integrity: sha512-0LXN3SJeslHDvyrLKnYUqV1nIz3g6eZrItJjy4YE1jIYMxoYYXQDQrWjio+DR6fn1/z9gbNfFKxdfHcE70PbYA==} - dependencies: - tslib: 2.6.0 - dev: false - - /@lit-protocol/encryption@2.2.41(node-fetch@2.6.12): - resolution: {integrity: sha512-ZL/uNKJ57c4H/HrZapq7jsBU57WVp7BemAWpM1vpAWmb9plL07jQIMkPQYLeOUEbIDTwLUfvkZkELtSBGHuLWQ==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 ethers: 5.7.2 ipfs-http-client: 56.0.0(node-fetch@2.6.12) jszip: 3.10.1 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - bufferutil - encoding @@ -1248,54 +1108,28 @@ packages: - utf-8-validate dev: false - /@lit-protocol/encryption@2.2.45(node-fetch@2.6.12): - resolution: {integrity: sha512-Zvpgr+7xwmr+0I+/YyBK9pCypDR2oMYF6LIwMR0TQJ2JQVTb5MevXRjtvMo9InJHxArtQaeUqSlqY9Nf7uB+zA==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.45 - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/crypto': 2.2.45 - '@lit-protocol/ecdsa-sdk': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/nacl': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - ethers: 5.7.2 - ipfs-http-client: 56.0.0(node-fetch@2.6.12) - jszip: 3.10.1 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - encoding - - node-fetch - - supports-color - - utf-8-validate - dev: false - - /@lit-protocol/lit-auth-client@2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-WX2L2i1Tv6t4ZvHobhZW4QuoaZ6ql09rIYVOqSPEcE1NW9m0r1L5voIsIGL8nseJJYY8kv05vNrHr3kDyuKcHQ==} + /@lit-protocol/lit-auth-client@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-BDGd5PwBJC4RgdZWc3S8ZQam0dG6Nka3c0MP3RHRq1G93pqzfE+m9q9iGKBzvxph8u42sQG8+YHMKpsxoOlCxg==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.45 - '@lit-protocol/auth-browser': 2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.45 - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/core': 2.2.45 - '@lit-protocol/crypto': 2.2.45 - '@lit-protocol/ecdsa-sdk': 2.2.45 - '@lit-protocol/encryption': 2.2.45(node-fetch@2.6.12) - '@lit-protocol/lit-node-client': 2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/lit-node-client-nodejs': 2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/misc-browser': 2.2.45 - '@lit-protocol/nacl': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-browser': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-node-client': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/lit-node-client-nodejs': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@simplewebauthn/browser': 7.2.0 '@simplewebauthn/typescript-types': 7.0.0 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) @@ -1312,7 +1146,7 @@ packages: node-fetch: 2.6.12 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 transitivePeerDependencies: @@ -1330,25 +1164,25 @@ packages: - utf-8-validate dev: false - /@lit-protocol/lit-node-client-nodejs@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0): - resolution: {integrity: sha512-teH2Q07qYuKerMInFLtkfOlIzy9roptBHElJPmVI8XFe1kFxkgIEO4X+sgZBKIfOYDVdM9f5UAFJSGBAN0gj2A==} + /@lit-protocol/lit-node-client-nodejs@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0): + resolution: {integrity: sha512-LaelFwsyN7kPjFeX2PvTAIoClYArgrAGra7Yx1RzRfdd/gQrjb7JRlSlP76gwezM78WuTncxdeqT5tEyd3EgFA==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/core': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/encryption': 2.2.41(node-fetch@2.6.12) - '@lit-protocol/lit-third-party-libs': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 blockstore-core: 3.0.0 ethers: 5.7.2 ipfs-http-client: 56.0.0(node-fetch@2.6.12) @@ -1358,7 +1192,7 @@ packages: node-fetch: 2.6.12 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - '@ethersproject/contracts' - '@ethersproject/hash' @@ -1371,68 +1205,27 @@ packages: - utf-8-validate dev: false - /@lit-protocol/lit-node-client-nodejs@2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0): - resolution: {integrity: sha512-i8ISh6RK3Gs1jOL36GQBo3MUdeBCxOlykqH1wXlRg/rmlCAnIf0RGW6oNTct5MIEp+t/69DJvQXTQFx/eIBqUA==} + /@lit-protocol/lit-node-client@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-PfLWOe8CQHlFAslt007nx/vDJWkInzl+Bs0W02OKdgnauneB5+C2Mq1Z7kNc9HWF9Z5ixVDwNY8nDHgJ2ov9bw==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.45 - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.45 - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/core': 2.2.45 - '@lit-protocol/crypto': 2.2.45 - '@lit-protocol/ecdsa-sdk': 2.2.45 - '@lit-protocol/encryption': 2.2.45(node-fetch@2.6.12) - '@lit-protocol/lit-third-party-libs': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/misc-browser': 2.2.45 - '@lit-protocol/nacl': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - blockstore-core: 3.0.0 - ethers: 5.7.2 - ipfs-http-client: 56.0.0(node-fetch@2.6.12) - ipfs-unixfs-importer: 12.0.1 - jszip: 3.10.1 - lit-siwe: 1.1.8(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - node-fetch: 2.6.12 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - '@ethersproject/contracts' - - '@ethersproject/hash' - - '@ethersproject/providers' - - '@ethersproject/wallet' - - bufferutil - - debug - - encoding - - supports-color - - utf-8-validate - dev: false - - /@lit-protocol/lit-node-client@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-Fyw3s3tpaqreep2M8X5CUuIac2WNbdZOxm8EdWvqLgt5OiODsJBPBfFAfW8l4kzmpGDHHxq5n99gVhtpDpDWiA==} - dependencies: - '@cosmjs/proto-signing': 0.30.1 - '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-browser': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/core': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/encryption': 2.2.41(node-fetch@2.6.12) - '@lit-protocol/lit-node-client-nodejs': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-browser': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-node-client-nodejs': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) '@web3modal/standalone': 2.4.3(react@18.2.0) blockstore-core: 3.0.0 @@ -1445,7 +1238,7 @@ packages: node-fetch: 2.6.12 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 transitivePeerDependencies: @@ -1463,65 +1256,14 @@ packages: - utf-8-validate dev: false - /@lit-protocol/lit-node-client@2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-gj/Oz1yyqYZcFqRN+HbAWYt7/Q1Hcvle1bKIhwy83pCCfirZB1MQQc559CFKIF0KeCi3pTF+e6j64EZWspf/eg==} - dependencies: - '@cosmjs/proto-signing': 0.30.1 - '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.45 - '@lit-protocol/auth-browser': 2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.45 - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/core': 2.2.45 - '@lit-protocol/crypto': 2.2.45 - '@lit-protocol/ecdsa-sdk': 2.2.45 - '@lit-protocol/encryption': 2.2.45(node-fetch@2.6.12) - '@lit-protocol/lit-node-client-nodejs': 2.2.45(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.45 - '@lit-protocol/misc': 2.2.45 - '@lit-protocol/misc-browser': 2.2.45 - '@lit-protocol/nacl': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) - '@web3modal/standalone': 2.4.3(react@18.2.0) - blockstore-core: 3.0.0 - ethers: 5.7.2 - ipfs-http-client: 56.0.0(node-fetch@2.6.12) - ipfs-unixfs-importer: 12.0.1 - jszip: 3.10.1 - lit-connect-modal-to-be-deprecated: 0.0.1 - lit-siwe: 1.1.8(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - node-fetch: 2.6.12 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - tweetnacl: 1.0.3 - tweetnacl-util: 0.15.1 - transitivePeerDependencies: - - '@ethersproject/contracts' - - '@ethersproject/hash' - - '@ethersproject/providers' - - '@ethersproject/wallet' - - '@react-native-async-storage/async-storage' - - bufferutil - - debug - - encoding - - lokijs - - react - - supports-color - - utf-8-validate - dev: false - - /@lit-protocol/lit-third-party-libs@2.2.41: - resolution: {integrity: sha512-OijwozVCxDtpAQF/5eZTKT2GPYWAja4BH96rOSiXv1cSm4PCo9Sspo5jcTA8BHBsIS3HiUbC7KmIrz6pLdaGAw==} + /@lit-protocol/lit-third-party-libs@2.2.47: + resolution: {integrity: sha512-UHSz6q7UxfXogFqzNu5uvtQYcPchMWqgH9/Ke8OovfbsU+EAzuM9fbtT3F1nXqBkEZ6Hyd68RCgW38PV7wlMwA==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 blockstore-core: 3.0.0 ipfs-unixfs-importer: 12.0.1 - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - bufferutil - debug @@ -1530,118 +1272,65 @@ packages: - utf-8-validate dev: false - /@lit-protocol/lit-third-party-libs@2.2.45: - resolution: {integrity: sha512-OaEY6p6pOOsghTxhhEkTGQiyYWt+GZzDX6PF7Vw2eqRWVAAaLJuABVrSWXs6ZAhe7Q7I96S411An+vvjaGYmdg==} + /@lit-protocol/misc-browser@2.2.47: + resolution: {integrity: sha512-aMIJOPbir22rV4GbF89I2/6zUZXTGQZGRrMY7p6VF6hz7oyb321kmZ2ROnaqrTRPuHcU28luGjkoy4HOqSz2Nw==} + dependencies: + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 + ethers: 5.7.2 + siwe: 2.1.4(ethers@5.7.2) + siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) + tslib: 2.6.1 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + + /@lit-protocol/misc@2.2.47: + resolution: {integrity: sha512-VXAPk6OreJ9xz77QvgdUTu39Mi1jr0TeSxE7rIbGCRRu+8OeVGDD6uxO7JLEGFoBviLYR9EF0ljUMEKynmp74g==} + dependencies: + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/types': 2.2.47 + ethers: 5.7.2 + siwe: 2.1.4(ethers@5.7.2) + siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) + tslib: 2.6.1 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + + /@lit-protocol/nacl@2.2.47: + resolution: {integrity: sha512-sODPFcJ/lXMJ13wBFPPzc0v94N8dGWi8ZR2xwrueTBguJeHmsHfwP76ueQe3SJHXNuWhGvy9YaLh5xsl+Y1A7Q==} + dependencies: + tslib: 2.6.1 + dev: false + + /@lit-protocol/pkp-base@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-LE8ObJFmxx7FUM5RFZ2zgpSTIWKYTgzka3Y75qZoRp7Dyv+EgYFOt49FcqnHIsnZW9MLNPj+9SxC+HeMQhFLuQ==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - blockstore-core: 3.0.0 - ipfs-unixfs-importer: 12.0.1 - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - debug - - encoding - - supports-color - - utf-8-validate - dev: false - - /@lit-protocol/misc-browser@2.2.41: - resolution: {integrity: sha512-0KrhKRwsR8Neq2rAGrArTlGE325iWd9JqiL7aWm2wVEdATrAFK7rSbNKm/Nw90SWMxVEju+sl+zcQ3WbeY7PlQ==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/misc-browser@2.2.45: - resolution: {integrity: sha512-M4ZEIGBTy9N9iev0VLRap0qYQBWJ1IjJz9wtKcuhpQiCbS7wKk5yNxdxG3T6UGYo0cqORPrwwupu23O6zGNbuw==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/types': 2.2.45 - '@lit-protocol/uint8arrays': 2.2.45 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/misc@2.2.41: - resolution: {integrity: sha512-iOQkRBkgV7IofKuNtzjoStLZtUuljffcboD5LDZ5rp0a4aHwNggnQxabVqEZwR76hqPsPXA4HEwPS6cIzIiWDg==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/types': 2.2.41 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/misc@2.2.45: - resolution: {integrity: sha512-OlSlPCKkxRwqwWXv3HwwRwD9xZjJeZRffT2Jp0ZY2HOO5pPmf/60Z/Bv1xfq45Cm3Nu/t0S0hn/7meGpDXt3Ag==} - dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - '@lit-protocol/constants': 2.2.45 - '@lit-protocol/types': 2.2.45 - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/nacl@2.2.41: - resolution: {integrity: sha512-5tHj07iz6z6jV2wX4aXNbDps9EO0OuNJXiQXeoP+zyNbuylRi8COkD1JvZ/8BT7224D0M7Jg+pululZKie8g4g==} - dependencies: - tslib: 2.6.0 - dev: false - - /@lit-protocol/nacl@2.2.45: - resolution: {integrity: sha512-K84Q60jboNhvih+AIa1ju2SjjpzKx6uvyRPVirjPaMhedJx7RuQ/B6N312CgIkEbun1955AqI7V0E7+xMbZPxQ==} - dependencies: - tslib: 2.6.0 - dev: false - - /@lit-protocol/pkp-base@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-upHarDoR446fxkk+jFA7MLCx/O6pcN3t565+WFoXH/RbtwLLRx3SrMIkPn3xVy3JC1DdIoTuVycjxs7tE3wcuQ==} - dependencies: - '@cosmjs/proto-signing': 0.30.1 - '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-browser': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/core': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/encryption': 2.2.41(node-fetch@2.6.12) - '@lit-protocol/lit-node-client': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/lit-node-client-nodejs': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-browser': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-node-client': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/lit-node-client-nodejs': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) '@web3modal/standalone': 2.4.3(react@18.2.0) blockstore-core: 3.0.0 @@ -1655,7 +1344,7 @@ packages: secp256k1: 5.0.0 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 uint8arrays: 4.0.4 @@ -1674,31 +1363,31 @@ packages: - utf-8-validate dev: false - /@lit-protocol/pkp-client@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-wO+GGJeBdrE5R+2dWsTOVhVi2wYgTgtoiLuLZpypzNv6bQ0nhWl7usTFsfAxqeoIV1aAK0S7bWbdiSo2IP46Zg==} + /@lit-protocol/pkp-client@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-X7zBfiY8ehiiNmqHOi8MRdR/+2XLsMAnU56Tc0qh5W1GU21wMHGSPopz4pcRKr1p/p1IdnYqg07D5QPc0dJMSA==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-browser': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/core': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/encryption': 2.2.41(node-fetch@2.6.12) - '@lit-protocol/lit-node-client': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/lit-node-client-nodejs': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/pkp-base': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/pkp-cosmos': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/pkp-ethers': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-browser': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-node-client': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/lit-node-client-nodejs': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/pkp-base': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/pkp-cosmos': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/pkp-ethers': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@metamask/eth-sig-util': 5.0.2 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) '@web3modal/standalone': 2.4.3(react@18.2.0) @@ -1713,7 +1402,7 @@ packages: secp256k1: 5.0.0 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 uint8arrays: 4.0.4 @@ -1732,29 +1421,29 @@ packages: - utf-8-validate dev: false - /@lit-protocol/pkp-cosmos@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-5u2tK6JV/Ey59VLGbPrqnMgLZkZcgMx2Bwlns89EUhpCgZ0wAVaNhMMqw2ixRh3bty32tuR3tPJy57qquOGb0Q==} + /@lit-protocol/pkp-cosmos@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-0TMvuX183LqiXCe0rrxONoXZjxZB2KcWFjkyFMnl1L9bYuIf21xTLvtNUcOhKZiAQ23RrRTxwXsGJLyfeVMSTQ==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-browser': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/core': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/encryption': 2.2.41(node-fetch@2.6.12) - '@lit-protocol/lit-node-client': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/lit-node-client-nodejs': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/pkp-base': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-browser': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-node-client': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/lit-node-client-nodejs': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/pkp-base': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) '@web3modal/standalone': 2.4.3(react@18.2.0) blockstore-core: 3.0.0 @@ -1768,7 +1457,7 @@ packages: secp256k1: 5.0.0 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 uint8arrays: 4.0.4 @@ -1787,29 +1476,29 @@ packages: - utf-8-validate dev: false - /@lit-protocol/pkp-ethers@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-UrOkoNpPNYNS8dQVZVYo5GSVEff0xG+N+YYeIhhTRLITscC0P+x7XtbYV7NHRDZYLdMVLNr4+ZC3MnX64eCHlw==} + /@lit-protocol/pkp-ethers@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-QqUeofdfgs2q9xKn3vnrpdyyxQQSSAmIDgeXFLLNCLb1w3sdKTdKKG+z4hXhTlx6vFzPIT+pZzoLjYl547+QLQ==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-browser': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/core': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/encryption': 2.2.41(node-fetch@2.6.12) - '@lit-protocol/lit-node-client': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/lit-node-client-nodejs': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/pkp-base': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-browser': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-node-client': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/lit-node-client-nodejs': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/pkp-base': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@metamask/eth-sig-util': 5.0.2 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) '@web3modal/standalone': 2.4.3(react@18.2.0) @@ -1824,7 +1513,7 @@ packages: secp256k1: 5.0.0 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 uint8arrays: 4.0.4 @@ -1843,32 +1532,32 @@ packages: - utf-8-validate dev: false - /@lit-protocol/pkp-walletconnect@2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): - resolution: {integrity: sha512-IVEc3PblRaYrLrvSM+pGgkn+MaTbxj5DApYqLhzwwFQ7xjqyvdL/v1P6TOfgvwUYvRYHjewjASYzYUYeGrYsxA==} + /@lit-protocol/pkp-walletconnect@2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0): + resolution: {integrity: sha512-bC3dKTGu+dx7B5xevJyeS3/JDi0y2FJ7gq6dcWTWOjt/yGnaygPtVlNxdKoptofuxEN5P0R9U9a19O3qlZCgCQ==} dependencies: '@cosmjs/proto-signing': 0.30.1 '@cosmjs/stargate': 0.30.1 - '@lit-protocol/access-control-conditions': 2.2.41 - '@lit-protocol/auth-browser': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) - '@lit-protocol/bls-sdk': 2.2.41 - '@lit-protocol/constants': 2.2.41 - '@lit-protocol/core': 2.2.41 - '@lit-protocol/crypto': 2.2.41 - '@lit-protocol/ecdsa-sdk': 2.2.41 - '@lit-protocol/encryption': 2.2.41(node-fetch@2.6.12) - '@lit-protocol/lit-node-client': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/lit-node-client-nodejs': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) - '@lit-protocol/lit-third-party-libs': 2.2.41 - '@lit-protocol/misc': 2.2.41 - '@lit-protocol/misc-browser': 2.2.41 - '@lit-protocol/nacl': 2.2.41 - '@lit-protocol/pkp-base': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/pkp-client': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/pkp-cosmos': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/pkp-ethers': 2.2.41(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) - '@lit-protocol/types': 2.2.41 - '@lit-protocol/uint8arrays': 2.2.41 + '@lit-protocol/access-control-conditions': 2.2.47 + '@lit-protocol/auth-browser': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) + '@lit-protocol/bls-sdk': 2.2.47 + '@lit-protocol/constants': 2.2.47 + '@lit-protocol/core': 2.2.47 + '@lit-protocol/crypto': 2.2.47 + '@lit-protocol/ecdsa-sdk': 2.2.47 + '@lit-protocol/encryption': 2.2.47(node-fetch@2.6.12) + '@lit-protocol/lit-node-client': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/lit-node-client-nodejs': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0) + '@lit-protocol/lit-third-party-libs': 2.2.47 + '@lit-protocol/misc': 2.2.47 + '@lit-protocol/misc-browser': 2.2.47 + '@lit-protocol/nacl': 2.2.47 + '@lit-protocol/pkp-base': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/pkp-client': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/pkp-cosmos': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/pkp-ethers': 2.2.47(@ethersproject/contracts@5.7.0)(@ethersproject/hash@5.7.0)(@ethersproject/providers@5.7.2)(@ethersproject/wallet@5.7.0)(react@18.2.0) + '@lit-protocol/types': 2.2.47 + '@lit-protocol/uint8arrays': 2.2.47 '@metamask/eth-sig-util': 5.0.2 '@walletconnect/core': 2.7.5 '@walletconnect/ethereum-provider': 2.7.0(@web3modal/standalone@2.4.3) @@ -1887,7 +1576,7 @@ packages: secp256k1: 5.0.0 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 uint8arrays: 4.0.4 @@ -1906,42 +1595,23 @@ packages: - utf-8-validate dev: false - /@lit-protocol/types@2.2.41: - resolution: {integrity: sha512-2pz7klTgnllNXRC4pji7FCG+qmYNvH2ohDLpJgLJPKR7Dwad12CjTJxjCjNoIiH1DNh5dcKRMTEIrIHb4yrjpg==} + /@lit-protocol/types@2.2.47: + resolution: {integrity: sha512-tN/qOC7d10jZjDdjCHXkajXZqj7olgjwGxonE80+cP6Vvuz1p+vNohmSEJl9Q5gSEkSHxJqxXGSkVaFTErcn0g==} dependencies: - '@lit-protocol/auth-helpers': 2.2.41(ethers@5.7.2) + '@lit-protocol/auth-helpers': 2.2.47(ethers@5.7.2) ethers: 5.7.2 siwe: 2.1.4(ethers@5.7.2) siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 + tslib: 2.6.1 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /@lit-protocol/types@2.2.45: - resolution: {integrity: sha512-cPJOMN1zPvTvFTQuCLAFcArzOJnM+RQSoAaDS7vxnJ68ZUfI29CO/qfrEHwPhkF5NoKfYzOJgz5zU9zTAmHvXQ==} + /@lit-protocol/uint8arrays@2.2.47: + resolution: {integrity: sha512-JYtWBySx/qfF2P4PR4WF7ERnSgO9iSIBTVN8f5Vw7LTcVsKlTSgMB8gVCWW/WNROm/+PUuTjcT77tU0NP65eZA==} dependencies: - '@lit-protocol/auth-helpers': 2.2.45(ethers@5.7.2) - ethers: 5.7.2 - siwe: 2.1.4(ethers@5.7.2) - siwe-recap: 0.0.2-alpha.0(ethers@5.7.2) - tslib: 2.6.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - - /@lit-protocol/uint8arrays@2.2.41: - resolution: {integrity: sha512-RJA0xXh9ASgMAnduHpt7XtYet8N/ki/V5+kQNM6JJMGN9+GIdIKpiCKLP8PWgeR3Z8ZEkloq801B9nA61p+ecg==} - dependencies: - tslib: 2.6.0 - dev: false - - /@lit-protocol/uint8arrays@2.2.45: - resolution: {integrity: sha512-Yb2RadDPcBQMpGHAHMEiU1WSNPVuTQEuF+8jH6rAtbZs45qrcfGYyJAa5O2TVCr5TZIRgiygcJZUB8u+iYjR/w==} - dependencies: - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@lit/reactive-element@1.6.2: @@ -1984,7 +1654,7 @@ packages: '@motionone/easing': 10.15.1 '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@motionone/dom@10.16.2: @@ -1995,14 +1665,14 @@ packages: '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 hey-listen: 1.0.8 - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@motionone/easing@10.15.1: resolution: {integrity: sha512-6hIHBSV+ZVehf9dcKZLT7p5PEKHGhDwky2k8RKkmOvUoYP3S+dXsKupyZpqx5apjd9f+php4vXk4LuS+ADsrWw==} dependencies: '@motionone/utils': 10.15.1 - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@motionone/generators@10.15.1: @@ -2010,14 +1680,14 @@ packages: dependencies: '@motionone/types': 10.15.1 '@motionone/utils': 10.15.1 - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@motionone/svelte@10.16.2: resolution: {integrity: sha512-38xsroKrfK+aHYhuQlE6eFcGy0EwrB43Q7RGjF73j/kRUTcLNu/LAaKiLLsN5lyqVzCgTBVt4TMT/ShWbTbc5Q==} dependencies: '@motionone/dom': 10.16.2 - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@motionone/types@10.15.1: @@ -2029,14 +1699,14 @@ packages: dependencies: '@motionone/types': 10.15.1 hey-listen: 1.0.8 - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@motionone/vue@10.16.2: resolution: {integrity: sha512-7/dEK/nWQXOkJ70bqb2KyNfSWbNvWqKKq1C8juj+0Mg/AorgD8O5wE3naddK0G+aXuNMqRuc4jlsYHHWHtIzVw==} dependencies: '@motionone/dom': 10.16.2 - tslib: 2.6.0 + tslib: 2.6.1 dev: false /@multiformats/murmur3@2.1.5: @@ -2082,10 +1752,12 @@ packages: dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 + dev: true /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} + dev: true /@nodelib/fs.walk@1.2.8: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} @@ -2093,18 +1765,19 @@ packages: dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 + dev: true /@pedrouid/environment@1.0.1: resolution: {integrity: sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==} dev: false - /@playwright/test@1.36.1: - resolution: {integrity: sha512-YK7yGWK0N3C2QInPU6iaf/L3N95dlGdbsezLya4n0ZCh3IL7VgPGxC6Gnznh9ApWdOmkJeleT2kMTcWPRZvzqg==} + /@playwright/test@1.36.2: + resolution: {integrity: sha512-2rVZeyPRjxfPH6J0oGJqE8YxiM1IBRyM8hyrXYK7eSiAqmbNhxwcLa7dZ7fy9Kj26V7FYia5fh9XJRq4Dqme+g==} engines: {node: '>=16'} hasBin: true dependencies: - '@types/node': 20.4.2 - playwright-core: 1.36.1 + '@types/node': 20.4.5 + playwright-core: 1.36.2 optionalDependencies: fsevents: 2.3.2 dev: true @@ -2156,39 +1829,6 @@ packages: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: false - /@rollup/plugin-node-resolve@15.1.0(rollup@3.26.3): - resolution: {integrity: sha512-xeZHCgsiZ9pzYVgAo9580eCGqwh/XCEUM9q6iQfGNocjgkufHAqC3exA+45URvhiYV8sBF9RlBai650eNs7AsA==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.3) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-builtin-module: 3.2.1 - is-module: 1.0.0 - resolve: 1.22.2 - rollup: 3.26.3 - dev: false - - /@rollup/pluginutils@5.0.2(rollup@3.26.3): - resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@types/estree': 1.0.1 - estree-walker: 2.0.2 - picomatch: 2.3.1 - rollup: 3.26.3 - dev: false - /@safe-global/safe-apps-provider@0.17.1(typescript@5.1.6): resolution: {integrity: sha512-lYfRqrbbK1aKU1/UGkYWc/X7PgySYcumXKc5FB2uuwAs2Ghj8uETuW5BrwPqyjBknRxutFbTv+gth/JzjxAhdQ==} dependencies: @@ -2206,7 +1846,7 @@ packages: resolution: {integrity: sha512-gYw0ki/EAuV1oSyMxpqandHjnthZjYYy+YWpTAzf8BqfXM3ItcZLpjxfg+3+mXW8HIO+3jw6T9iiqEXsqHaMMw==} dependencies: '@safe-global/safe-gateway-typescript-sdk': 3.7.3 - viem: 1.3.0(typescript@5.1.6) + viem: 1.4.1(typescript@5.1.6) transitivePeerDependencies: - bufferutil - encoding @@ -2239,7 +1879,7 @@ packages: resolution: {integrity: sha512-bcKpo1oj54hGholplGLpqPHRbIsnbixFtc06nwuNM5/dwSXOq/AAYoIBRsBmnZJSdfeNW5rnff7NTAz3ZCqR9Q==} dependencies: '@noble/curves': 1.0.0 - '@noble/hashes': 1.3.1 + '@noble/hashes': 1.3.0 '@scure/base': 1.1.1 dev: false @@ -2261,7 +1901,7 @@ packages: /@scure/bip39@1.2.0: resolution: {integrity: sha512-SX/uKq52cuxm4YFXWFaVByaSHJh2w3BnokVSeUJVCv6K7WulT9u2BuNRBhuFl8vAuYnzx9bEu9WgpcNYTrYieg==} dependencies: - '@noble/hashes': 1.3.1 + '@noble/hashes': 1.3.0 '@scure/base': 1.1.1 dev: false @@ -2286,6 +1926,15 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true + /@skeletonlabs/skeleton@1.10.0(svelte@4.1.1): + resolution: {integrity: sha512-6Cy1dzF6b2tMGxjFe60WOulN53tfvWMH+SDYoPMzNsRoa20vjlBMjLInWPJGn4dMuSJMiDrR9apniv16m0c9Rg==} + peerDependencies: + svelte: ^3.56.0 || ^4.0.0 + dependencies: + esm-env: 1.0.0 + svelte: 4.1.1 + dev: true + /@solana/buffer-layout@4.0.1: resolution: {integrity: sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==} engines: {node: '>=5.10'} @@ -2454,11 +2103,11 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.22.3(svelte@4.0.5)(vite@4.4.4) + '@sveltejs/kit': 1.22.3(svelte@4.1.1)(vite@4.4.7) import-meta-resolve: 3.0.0 dev: true - /@sveltejs/kit@1.22.3(svelte@4.0.5)(vite@4.4.4): + /@sveltejs/kit@1.22.3(svelte@4.1.1)(vite@4.4.7): resolution: {integrity: sha512-IpHD5wvuoOIHYaHQUBJ1zERD2Iz+fB/rBXhXjl8InKw6X4VKE9BSus+ttHhE7Ke+Ie9ecfilzX8BnWE3FeQyng==} engines: {node: ^16.14 || >=18} hasBin: true @@ -2467,7 +2116,7 @@ packages: svelte: ^3.54.0 || ^4.0.0-next.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.2(svelte@4.0.5)(vite@4.4.4) + '@sveltejs/vite-plugin-svelte': 2.4.3(svelte@4.1.1)(vite@4.4.7) '@types/cookie': 0.5.1 cookie: 0.5.0 devalue: 4.3.2 @@ -2478,14 +2127,14 @@ packages: sade: 1.8.1 set-cookie-parser: 2.6.0 sirv: 2.0.3 - svelte: 4.0.5 + svelte: 4.1.1 undici: 5.22.1 - vite: 4.4.4(@types/node@20.4.2) + vite: 4.4.7(@types/node@20.4.5) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.5)(vite@4.4.4): + /@sveltejs/vite-plugin-svelte-inspector@1.0.3(@sveltejs/vite-plugin-svelte@2.4.3)(svelte@4.1.1)(vite@4.4.7): resolution: {integrity: sha512-Khdl5jmmPN6SUsVuqSXatKpQTMIifoQPDanaxC84m9JxIibWvSABJyHpyys0Z+1yYrxY5TTEQm+6elh0XCMaOA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -2493,29 +2142,29 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.4.2(svelte@4.0.5)(vite@4.4.4) + '@sveltejs/vite-plugin-svelte': 2.4.3(svelte@4.1.1)(vite@4.4.7) debug: 4.3.4 - svelte: 4.0.5 - vite: 4.4.4(@types/node@20.4.2) + svelte: 4.1.1 + vite: 4.4.7(@types/node@20.4.5) transitivePeerDependencies: - supports-color - /@sveltejs/vite-plugin-svelte@2.4.2(svelte@4.0.5)(vite@4.4.4): - resolution: {integrity: sha512-ePfcC48ftMKhkT0OFGdOyycYKnnkT6i/buzey+vHRTR/JpQvuPzzhf1PtKqCDQfJRgoPSN2vscXs6gLigx/zGw==} + /@sveltejs/vite-plugin-svelte@2.4.3(svelte@4.1.1)(vite@4.4.7): + resolution: {integrity: sha512-NY2h+B54KHZO3kDURTdARqthn6D4YSIebtfW75NvZ/fwyk4G+AJw3V/i0OBjyN4406Ht9yZcnNWMuRUFnDNNiA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.2)(svelte@4.0.5)(vite@4.4.4) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.3(@sveltejs/vite-plugin-svelte@2.4.3)(svelte@4.1.1)(vite@4.4.7) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.1 - svelte: 4.0.5 - svelte-hmr: 0.15.2(svelte@4.0.5) - vite: 4.4.4(@types/node@20.4.2) - vitefu: 0.2.4(vite@4.4.4) + svelte: 4.1.1 + svelte-hmr: 0.15.2(svelte@4.1.1) + vite: 4.4.7(@types/node@20.4.5) + vitefu: 0.2.4(vite@4.4.7) transitivePeerDependencies: - supports-color @@ -2532,7 +2181,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 20.4.2 + '@types/node': 12.20.55 dev: false /@types/cookie@0.5.1: @@ -2568,17 +2217,13 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: false - /@types/node@20.4.2: - resolution: {integrity: sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==} + /@types/node@20.4.5: + resolution: {integrity: sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==} /@types/pug@2.0.6: resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==} dev: true - /@types/resolve@1.20.2: - resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} - dev: false - /@types/semver@7.5.0: resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: true @@ -2590,7 +2235,7 @@ packages: /@types/ws@7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 20.4.2 + '@types/node': 12.20.55 dev: false /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.45.0)(typescript@5.1.6): @@ -2604,7 +2249,7 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.5.1 + '@eslint-community/regexpp': 4.6.2 '@typescript-eslint/parser': 5.62.0(eslint@8.45.0)(typescript@5.1.6) '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/type-utils': 5.62.0(eslint@8.45.0)(typescript@5.1.6) @@ -2772,7 +2417,7 @@ packages: typescript: 5.1.6 dev: false - /@wagmi/connectors@2.6.6(@wagmi/chains@1.6.0)(react@18.2.0)(typescript@5.1.6)(viem@1.3.0): + /@wagmi/connectors@2.6.6(@wagmi/chains@1.6.0)(react@18.2.0)(typescript@5.1.6)(viem@1.4.1): resolution: {integrity: sha512-/o1c/TCivQs8DOAUOcQvY2UIt3p2mWOAHi39D0LC74+ncpXzLC5/gyaWU38qnTxPM8s/PmTmaWDgz+VhICXrag==} peerDependencies: '@wagmi/chains': '>=1.3.0' @@ -2796,7 +2441,7 @@ packages: abitype: 0.8.7(typescript@5.1.6) eventemitter3: 4.0.7 typescript: 5.1.6 - viem: 1.3.0(typescript@5.1.6) + viem: 1.4.1(typescript@5.1.6) transitivePeerDependencies: - '@react-native-async-storage/async-storage' - bufferutil @@ -2808,7 +2453,7 @@ packages: - zod dev: false - /@wagmi/core@1.3.8(react@18.2.0)(typescript@5.1.6)(viem@1.3.0): + /@wagmi/core@1.3.8(react@18.2.0)(typescript@5.1.6)(viem@1.4.1): resolution: {integrity: sha512-OYSxikoMizqVnpSkFTwGE7PwFaz2k0PXteSiI0W2Mtk4j4sZzRFdP+9AWeDB6AYm0yU3WvgN1IATx0EEBKUe3w==} peerDependencies: typescript: '>=5.0.4' @@ -2818,11 +2463,11 @@ packages: optional: true dependencies: '@wagmi/chains': 1.6.0(typescript@5.1.6) - '@wagmi/connectors': 2.6.6(@wagmi/chains@1.6.0)(react@18.2.0)(typescript@5.1.6)(viem@1.3.0) + '@wagmi/connectors': 2.6.6(@wagmi/chains@1.6.0)(react@18.2.0)(typescript@5.1.6)(viem@1.4.1) abitype: 0.8.7(typescript@5.1.6) eventemitter3: 4.0.7 typescript: 5.1.6 - viem: 1.3.0(typescript@5.1.6) + viem: 1.4.1(typescript@5.1.6) zustand: 4.3.9(react@18.2.0) transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -2844,13 +2489,13 @@ packages: '@ethersproject/transactions': 5.7.0 '@stablelib/random': 1.0.2 '@stablelib/sha256': 1.0.1 - '@walletconnect/core': 2.9.0 + '@walletconnect/core': 2.7.5 '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 - '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/jsonrpc-utils': 1.0.7 '@walletconnect/logger': 2.0.1 '@walletconnect/time': 1.0.2 - '@walletconnect/utils': 2.9.0 + '@walletconnect/utils': 2.7.5 events: 3.3.0 isomorphic-unfetch: 3.1.0 transitivePeerDependencies: @@ -2867,7 +2512,7 @@ packages: '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/jsonrpc-ws-connection': 1.0.12 + '@walletconnect/jsonrpc-ws-connection': 1.0.13 '@walletconnect/keyvaluestorage': 1.0.2 '@walletconnect/logger': 2.0.1 '@walletconnect/relay-api': 1.0.9 @@ -2892,7 +2537,7 @@ packages: '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/jsonrpc-ws-connection': 1.0.12 + '@walletconnect/jsonrpc-ws-connection': 1.0.13 '@walletconnect/keyvaluestorage': 1.0.2 '@walletconnect/logger': 2.0.1 '@walletconnect/relay-api': 1.0.9 @@ -3071,7 +2716,7 @@ packages: /@walletconnect/jsonrpc-provider@1.0.12: resolution: {integrity: sha512-6uI2y5281gloZSzICOjk+CVC7CVu0MhtMt2Yzpj05lPb0pzm/bK2oZ2ibxwLerPrqpNt/5bIFVRmoOgPw1mHAQ==} dependencies: - '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/jsonrpc-utils': 1.0.7 '@walletconnect/safe-json': 1.0.2 tslib: 1.14.1 dev: false @@ -3120,6 +2765,19 @@ packages: - utf-8-validate dev: false + /@walletconnect/jsonrpc-ws-connection@1.0.13: + resolution: {integrity: sha512-mfOM7uFH4lGtQxG+XklYuFBj6dwVvseTt5/ahOkkmpcAEgz2umuzu7fTR+h5EmjQBdrmYyEBOWADbeaFNxdySg==} + dependencies: + '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/safe-json': 1.0.2 + events: 3.3.0 + tslib: 1.14.1 + ws: 7.5.9 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + /@walletconnect/keyvaluestorage@1.0.2: resolution: {integrity: sha512-U/nNG+VLWoPFdwwKx0oliT4ziKQCEoQ27L5Hhw8YOFGA2Po9A9pULUYNWhDgHkrb0gYDNt//X7wABcEWWBd3FQ==} peerDependencies: @@ -3286,7 +2944,7 @@ packages: '@walletconnect/core': 2.7.5 '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 - '@walletconnect/jsonrpc-utils': 1.0.8 + '@walletconnect/jsonrpc-utils': 1.0.7 '@walletconnect/logger': 2.0.1 '@walletconnect/time': 1.0.2 '@walletconnect/types': 2.7.5 @@ -3576,8 +3234,8 @@ packages: through: 2.3.8 dev: false - /abitype@0.8.11(typescript@5.1.6): - resolution: {integrity: sha512-bM4v2dKvX08sZ9IU38IN5BKmN+ZkOSd2oI4a9f0ejHYZQYV6cDr7j+d95ga0z2XHG36Y4jzoG5Z7qDqxp7fi/A==} + /abitype@0.8.7(typescript@5.1.6): + resolution: {integrity: sha512-wQ7hV8Yg/yKmGyFpqrNZufCxbszDe5es4AZGYPBitocfSqXtjrTG9JMWFcc4N30ukl2ve48aBTwt7NJxVQdU3w==} peerDependencies: typescript: '>=5.0.4' zod: ^3 >=3.19.1 @@ -3588,12 +3246,14 @@ packages: typescript: 5.1.6 dev: false - /abitype@0.8.7(typescript@5.1.6): - resolution: {integrity: sha512-wQ7hV8Yg/yKmGyFpqrNZufCxbszDe5es4AZGYPBitocfSqXtjrTG9JMWFcc4N30ukl2ve48aBTwt7NJxVQdU3w==} + /abitype@0.9.3(typescript@5.1.6): + resolution: {integrity: sha512-dz4qCQLurx97FQhnb/EIYTk/ldQ+oafEDUqC0VVIeQS1Q48/YWt/9YNfMmp9SLFqN41ktxny3c8aYxHjmFIB/w==} peerDependencies: typescript: '>=5.0.4' zod: ^3 >=3.19.1 peerDependenciesMeta: + typescript: + optional: true zod: optional: true dependencies: @@ -3706,7 +3366,7 @@ packages: /async-mutex@0.2.6: resolution: {integrity: sha512-Hs4R+4SPgamu6rSGW8C7cV9gaWUKEHykfzCCvIRuaVv636Ju10ZdeUbvb4TBEW0INuq2DHZqXbK4Nd3yG4RaRw==} dependencies: - tslib: 2.6.0 + tslib: 2.6.1 dev: false /atomic-sleep@1.0.0: @@ -3714,7 +3374,7 @@ packages: engines: {node: '>=8.0.0'} dev: false - /autoprefixer@10.4.14(postcss@8.4.26): + /autoprefixer@10.4.14(postcss@8.4.27): resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -3726,7 +3386,7 @@ packages: fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 dev: true @@ -3848,6 +3508,7 @@ packages: engines: {node: '>=8'} dependencies: fill-range: 7.0.1 + dev: true /brorand@1.1.0: resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} @@ -3863,7 +3524,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001517 - electron-to-chromium: 1.4.464 + electron-to-chromium: 1.4.473 node-releases: 2.0.13 update-browserslist-db: 1.0.11(browserslist@4.21.9) dev: true @@ -3893,11 +3554,6 @@ packages: node-gyp-build: 4.6.0 dev: false - /builtin-modules@3.3.0: - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} - engines: {node: '>=6'} - dev: false - /busboy@1.6.0: resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} engines: {node: '>=10.16.0'} @@ -4227,8 +3883,8 @@ packages: encoding: 0.1.13 dev: false - /electron-to-chromium@1.4.464: - resolution: {integrity: sha512-guZ84yoou4+ILNdj0XEbmGs6DEWj6zpVOWYpY09GU66yEb0DSYvP/biBPzHn0GuW/3RC/pnaYNUWlQE1fJYtgA==} + /electron-to-chromium@1.4.473: + resolution: {integrity: sha512-aVfC8+440vGfl06l8HKKn8/PD5jRfSnLkTTD65EFvU46igbpQRri1gxSzW9/+TeUlwYzrXk1sw867T96zlyECA==} dev: true /elliptic@6.5.4: @@ -4281,34 +3937,34 @@ packages: es6-promise: 4.2.8 dev: false - /esbuild@0.18.14: - resolution: {integrity: sha512-uNPj5oHPYmj+ZhSQeYQVFZ+hAlJZbAGOmmILWIqrGvPVlNLbyOvU5Bu6Woi8G8nskcx0vwY0iFoMPrzT86Ko+w==} + /esbuild@0.18.17: + resolution: {integrity: sha512-1GJtYnUxsJreHYA0Y+iQz2UEykonY66HNWOb0yXYZi9/kNrORUEHVg87eQsCtqh59PEJ5YVZJO98JHznMJSWjg==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.18.14 - '@esbuild/android-arm64': 0.18.14 - '@esbuild/android-x64': 0.18.14 - '@esbuild/darwin-arm64': 0.18.14 - '@esbuild/darwin-x64': 0.18.14 - '@esbuild/freebsd-arm64': 0.18.14 - '@esbuild/freebsd-x64': 0.18.14 - '@esbuild/linux-arm': 0.18.14 - '@esbuild/linux-arm64': 0.18.14 - '@esbuild/linux-ia32': 0.18.14 - '@esbuild/linux-loong64': 0.18.14 - '@esbuild/linux-mips64el': 0.18.14 - '@esbuild/linux-ppc64': 0.18.14 - '@esbuild/linux-riscv64': 0.18.14 - '@esbuild/linux-s390x': 0.18.14 - '@esbuild/linux-x64': 0.18.14 - '@esbuild/netbsd-x64': 0.18.14 - '@esbuild/openbsd-x64': 0.18.14 - '@esbuild/sunos-x64': 0.18.14 - '@esbuild/win32-arm64': 0.18.14 - '@esbuild/win32-ia32': 0.18.14 - '@esbuild/win32-x64': 0.18.14 + '@esbuild/android-arm': 0.18.17 + '@esbuild/android-arm64': 0.18.17 + '@esbuild/android-x64': 0.18.17 + '@esbuild/darwin-arm64': 0.18.17 + '@esbuild/darwin-x64': 0.18.17 + '@esbuild/freebsd-arm64': 0.18.17 + '@esbuild/freebsd-x64': 0.18.17 + '@esbuild/linux-arm': 0.18.17 + '@esbuild/linux-arm64': 0.18.17 + '@esbuild/linux-ia32': 0.18.17 + '@esbuild/linux-loong64': 0.18.17 + '@esbuild/linux-mips64el': 0.18.17 + '@esbuild/linux-ppc64': 0.18.17 + '@esbuild/linux-riscv64': 0.18.17 + '@esbuild/linux-s390x': 0.18.17 + '@esbuild/linux-x64': 0.18.17 + '@esbuild/netbsd-x64': 0.18.17 + '@esbuild/openbsd-x64': 0.18.17 + '@esbuild/sunos-x64': 0.18.17 + '@esbuild/win32-arm64': 0.18.17 + '@esbuild/win32-ia32': 0.18.17 + '@esbuild/win32-x64': 0.18.17 /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -4329,8 +3985,8 @@ packages: eslint: 8.45.0 dev: true - /eslint-plugin-svelte@2.32.2(eslint@8.45.0)(svelte@4.0.5): - resolution: {integrity: sha512-Jgbop2fNZsoxxkklZAIbDNhwAPynvnCtUXLsEC6O2qax7N/pfe2cNqT0ZoBbubXKJitQQDEyVDQ1rZs4ZWcrTA==} + /eslint-plugin-svelte@2.32.4(eslint@8.45.0)(svelte@4.1.1): + resolution: {integrity: sha512-VJ12i2Iogug1jvhwxSlognnfGj76P5gks/V4pUD4SCSVQOp14u47MNP0zAG8AQR3LT0Fi1iUvIFnY4l9z5Rwbg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0-0 @@ -4344,14 +4000,14 @@ packages: debug: 4.3.4 eslint: 8.45.0 esutils: 2.0.3 - known-css-properties: 0.27.0 - postcss: 8.4.26 - postcss-load-config: 3.1.4(postcss@8.4.26) - postcss-safe-parser: 6.0.0(postcss@8.4.26) + known-css-properties: 0.28.0 + postcss: 8.4.27 + postcss-load-config: 3.1.4(postcss@8.4.27) + postcss-safe-parser: 6.0.0(postcss@8.4.27) postcss-selector-parser: 6.0.13 semver: 7.5.4 - svelte: 4.0.5 - svelte-eslint-parser: 0.32.1(svelte@4.0.5) + svelte: 4.1.1 + svelte-eslint-parser: 0.32.2(svelte@4.1.1) transitivePeerDependencies: - supports-color - ts-node @@ -4384,7 +4040,7 @@ packages: hasBin: true dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.45.0) - '@eslint-community/regexpp': 4.5.1 + '@eslint-community/regexpp': 4.6.2 '@eslint/eslintrc': 2.1.0 '@eslint/js': 8.44.0 '@humanwhocodes/config-array': 0.11.10 @@ -4461,14 +4117,6 @@ packages: engines: {node: '>=4.0'} dev: true - /estree-walker@0.6.1: - resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==} - dev: false - - /estree-walker@2.0.2: - resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} - dev: false - /estree-walker@3.0.3: resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} dependencies: @@ -4601,8 +4249,8 @@ packages: resolution: {integrity: sha512-IgfweLvEpwyA4WgiQe9Nx6VV2QkML2NkvZnk1oKnIzXgXdWxuhF7zw4DvLTPZJn6PIUneiAXPF24QmoEqHTjyw==} dev: false - /fast-glob@3.3.0: - resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} + /fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -4610,6 +4258,7 @@ packages: glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 + dev: true /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} @@ -4636,6 +4285,7 @@ packages: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 + dev: true /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} @@ -4653,6 +4303,7 @@ packages: engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 + dev: true /filter-obj@1.1.0: resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==} @@ -4711,10 +4362,6 @@ packages: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} dev: true - /fs@0.0.1-security: - resolution: {integrity: sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==} - dev: false - /fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} @@ -4752,6 +4399,7 @@ packages: engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 + dev: true /glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} @@ -4802,7 +4450,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.0 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -4886,7 +4534,7 @@ packages: /humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} dependencies: - ms: 2.1.2 + ms: 2.1.3 dev: false /iconv-lite@0.6.3: @@ -4948,7 +4596,7 @@ packages: resolution: {integrity: sha512-AmCS+9CT34pp2u0QQVXjKztkuq3y5T+BIciuiHDDtDZucZD8VudosnSdUyXJV6IsRkN5jc4RFDhCk1O6Q3Gxjg==} dependencies: interface-store: 2.0.2 - nanoid: 3.3.6 + nanoid: 3.3.4 uint8arrays: 3.1.1 dev: false @@ -5000,7 +4648,7 @@ packages: multiaddr: 10.0.1(node-fetch@2.6.12) multiaddr-to-uri: 8.0.0(node-fetch@2.6.12) multiformats: 9.9.0 - nanoid: 3.3.6 + nanoid: 3.3.4 parse-duration: 1.1.0 timeout-abort-controller: 3.0.0 uint8arrays: 3.1.1 @@ -5093,7 +4741,7 @@ packages: it-glob: 1.0.2 it-to-stream: 1.0.0 merge-options: 3.0.4 - nanoid: 3.3.6 + nanoid: 3.3.4 native-fetch: 3.0.0(node-fetch@2.6.12) node-fetch: 2.6.12 react-native-fetch-api: 3.0.0 @@ -5117,13 +4765,6 @@ packages: binary-extensions: 2.2.0 dev: true - /is-builtin-module@3.2.1: - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} - engines: {node: '>=6'} - dependencies: - builtin-modules: 3.3.0 - dev: false - /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} @@ -5133,6 +4774,7 @@ packages: resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} dependencies: has: 1.0.3 + dev: true /is-electron@2.2.2: resolution: {integrity: sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==} @@ -5141,6 +4783,7 @@ packages: /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} + dev: true /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} @@ -5159,6 +4802,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 + dev: true /is-hex-prefixed@1.0.0: resolution: {integrity: sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==} @@ -5172,13 +4816,10 @@ packages: ip-regex: 4.3.0 dev: false - /is-module@1.0.0: - resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} - dev: false - /is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} + dev: true /is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} @@ -5421,8 +5062,8 @@ packages: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} - /known-css-properties@0.27.0: - resolution: {integrity: sha512-uMCj6+hZYDoffuvAJjFAPz56E9uoowFHmTkqRtRq5WyC5Q6Cu/fTZKNQpX/RbzChBYLLl3lo8CjFZBAZXq9qFg==} + /known-css-properties@0.28.0: + resolution: {integrity: sha512-9pSL5XB4J+ifHP0e0jmmC98OGC1nL8/JjS+fi6mnTlIf//yt/MfVLtKg7S6nCtj/8KTcWX7nRlY0XywoYY1ISQ==} dev: true /levn@0.4.1: @@ -5594,6 +5235,7 @@ packages: /merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} + dev: true /micro-ftch@0.3.1: resolution: {integrity: sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==} @@ -5605,6 +5247,7 @@ packages: dependencies: braces: 3.0.2 picomatch: 2.3.1 + dev: true /micromodal@0.4.10: resolution: {integrity: sha512-BUrEnzMPFBwK8nOE4xUDYHLrlGlLULQVjpja99tpJQPSUEWgw3kTLp1n1qv0HmKU29AiHE7Y7sMLiRziDK4ghQ==} @@ -5689,6 +5332,10 @@ packages: /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + /ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + dev: false + /multiaddr-to-uri@8.0.0(node-fetch@2.6.12): resolution: {integrity: sha512-dq4p/vsOOUdVEd1J1gl+R2GFrXJQH8yjLtz4hodqdVbieg39LvBOdMQRdQnfbg5LSM/q1BYNVf5CBbwZFFqBgA==} deprecated: This module is deprecated, please upgrade to @multiformats/multiaddr-to-uri @@ -5934,6 +5581,7 @@ packages: /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} @@ -5961,6 +5609,7 @@ packages: /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} + dev: true /pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} @@ -6018,8 +5667,8 @@ packages: pathe: 1.1.1 dev: true - /playwright-core@1.36.1: - resolution: {integrity: sha512-7+tmPuMcEW4xeCL9cp9KxmYpQYHKkyjwoXRnoeTowaeNat8PoBMk/HwCYhqkH2fRkshfKEOiVus/IhID2Pg8kg==} + /playwright-core@1.36.2: + resolution: {integrity: sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==} engines: {node: '>=16'} hasBin: true dev: true @@ -6029,29 +5678,29 @@ packages: engines: {node: '>=10.13.0'} dev: false - /postcss-import@15.1.0(postcss@8.4.26): + /postcss-import@15.1.0(postcss@8.4.27): resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.2 dev: true - /postcss-js@4.0.1(postcss@8.4.26): + /postcss-js@4.0.1(postcss@8.4.27): resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.26 + postcss: 8.4.27 dev: true - /postcss-load-config@3.1.4(postcss@8.4.26): + /postcss-load-config@3.1.4(postcss@8.4.27): resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -6064,11 +5713,11 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.26 + postcss: 8.4.27 yaml: 1.10.2 dev: true - /postcss-load-config@4.0.1(postcss@8.4.26): + /postcss-load-config@4.0.1(postcss@8.4.27): resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} engines: {node: '>= 14'} peerDependencies: @@ -6081,36 +5730,36 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.26 + postcss: 8.4.27 yaml: 2.3.1 dev: true - /postcss-nested@6.0.1(postcss@8.4.26): + /postcss-nested@6.0.1(postcss@8.4.27): resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 postcss-selector-parser: 6.0.13 dev: true - /postcss-safe-parser@6.0.0(postcss@8.4.26): + /postcss-safe-parser@6.0.0(postcss@8.4.27): resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: true - /postcss-scss@4.0.6(postcss@8.4.26): + /postcss-scss@4.0.6(postcss@8.4.27): resolution: {integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.4.19 dependencies: - postcss: 8.4.26 + postcss: 8.4.27 dev: true /postcss-selector-parser@6.0.13: @@ -6125,8 +5774,8 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.4.26: - resolution: {integrity: sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==} + /postcss@8.4.27: + resolution: {integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -6142,14 +5791,14 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-svelte@2.10.1(prettier@2.8.8)(svelte@4.0.5): + /prettier-plugin-svelte@2.10.1(prettier@2.8.8)(svelte@4.1.1): resolution: {integrity: sha512-Wlq7Z5v2ueCubWo0TZzKc9XHcm7TDxqcuzRuGd0gcENfzfT4JZ9yDlCbEgxWgiPmLHkBjfOtpAWkcT28MCDpUQ==} peerDependencies: prettier: ^1.16.4 || ^2.0.0 svelte: ^3.2.0 || ^4.0.0-next.0 dependencies: prettier: 2.8.8 - svelte: 4.0.5 + svelte: 4.1.1 dev: true /prettier@2.8.8: @@ -6191,7 +5840,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 20.4.2 + '@types/node': 20.4.5 long: 4.0.0 dev: false @@ -6210,7 +5859,7 @@ packages: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 20.4.2 + '@types/node': 20.4.5 long: 5.2.3 dev: false @@ -6287,6 +5936,7 @@ packages: /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + dev: true /quick-format-unescaped@4.0.4: resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} @@ -6376,7 +6026,7 @@ packages: /receptacle@1.3.2: resolution: {integrity: sha512-HrsFvqZZheusncQRiEE7GatOAETrARKV/lnfYicIm8lbvp/JQOdADOfhjBd2DajvoszEyxSM6RlAAIZgEoeu/A==} dependencies: - ms: 2.1.2 + ms: 2.1.3 dev: false /regenerator-runtime@0.13.11: @@ -6404,6 +6054,7 @@ packages: is-core-module: 2.12.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + dev: true /retimer@3.0.0: resolution: {integrity: sha512-WKE0j11Pa0ZJI5YIk0nflGI7SQsfl2ljihVy7ogh7DeQSeYAUi0ubZ/yEueGtDfUPk6GH5LRw1hBdLq4IwUBWA==} @@ -6412,6 +6063,7 @@ packages: /reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + dev: true /rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} @@ -6427,20 +6079,6 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-glob-import@0.5.0: - resolution: {integrity: sha512-GpinkWAEihianHz1yGpGT89tjEf6HUqRBsMycd1E8M0r6UVNM4pWctHyTnIGpSYSzLra9amDpYVYlYUAqkMRbA==} - engines: {node: '>=8'} - dependencies: - fast-glob: 3.3.0 - rollup-pluginutils: 2.8.2 - dev: false - - /rollup-pluginutils@2.8.2: - resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} - dependencies: - estree-walker: 0.6.1 - dev: false - /rollup@3.26.3: resolution: {integrity: sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -6464,6 +6102,7 @@ packages: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 + dev: true /rxjs@6.6.7: resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} @@ -6732,8 +6371,8 @@ packages: acorn: 8.10.0 dev: true - /sucrase@3.33.0: - resolution: {integrity: sha512-ARGC7vbufOHfpvyGcZZXFaXCMZ9A4fffOGC5ucOW7+WHDGlAe8LJdf3Jts1sWhDeiI1RSWrKy5Hodl+JWGdW2A==} + /sucrase@3.34.0: + resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==} engines: {node: '>=8'} hasBin: true dependencies: @@ -6765,8 +6404,9 @@ packages: /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + dev: true - /svelte-check@3.4.6(postcss@8.4.26)(svelte@4.0.5): + /svelte-check@3.4.6(postcss@8.4.27)(svelte@4.1.1): resolution: {integrity: sha512-OBlY8866Zh1zHQTkBMPS6psPi7o2umTUyj6JWm4SacnIHXpWFm658pG32m3dKvKFL49V4ntAkfFHKo4ztH07og==} hasBin: true peerDependencies: @@ -6774,12 +6414,12 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.18 chokidar: 3.5.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 import-fresh: 3.3.0 picocolors: 1.0.0 sade: 1.8.1 - svelte: 4.0.5 - svelte-preprocess: 5.0.4(postcss@8.4.26)(svelte@4.0.5)(typescript@5.1.6) + svelte: 4.1.1 + svelte-preprocess: 5.0.4(postcss@8.4.27)(svelte@4.1.1)(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - '@babel/core' @@ -6793,8 +6433,8 @@ packages: - sugarss dev: true - /svelte-eslint-parser@0.32.1(svelte@4.0.5): - resolution: {integrity: sha512-GCSfeIzdgk53CaOzK+s/+l2igfTno3mWGkwoDYAwPes/rD9Al2fc7ksfopjx5UL87S7dw1eL73F6wNYiiuhzIA==} + /svelte-eslint-parser@0.32.2(svelte@4.1.1): + resolution: {integrity: sha512-Ok9D3A4b23iLQsONrjqtXtYDu5ZZ/826Blaw2LeFZVTg1pwofKDG4mz3/GYTax8fQ0plRGHI6j+d9VQYy5Lo/A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: svelte: ^3.37.0 || ^4.0.0 @@ -6805,20 +6445,20 @@ packages: eslint-scope: 7.2.1 eslint-visitor-keys: 3.4.1 espree: 9.6.1 - postcss: 8.4.26 - postcss-scss: 4.0.6(postcss@8.4.26) - svelte: 4.0.5 + postcss: 8.4.27 + postcss-scss: 4.0.6(postcss@8.4.27) + svelte: 4.1.1 dev: true - /svelte-hmr@0.15.2(svelte@4.0.5): + /svelte-hmr@0.15.2(svelte@4.1.1): resolution: {integrity: sha512-q/bAruCvFLwvNbeE1x3n37TYFb3mTBJ6TrCq6p2CoFbSTNhDE9oAtEfpy+wmc9So8AG0Tja+X0/mJzX9tSfvIg==} engines: {node: ^12.20 || ^14.13.1 || >= 16} peerDependencies: svelte: ^3.19.0 || ^4.0.0-next.0 dependencies: - svelte: 4.0.5 + svelte: 4.1.1 - /svelte-preprocess@5.0.4(postcss@8.4.26)(svelte@4.0.5)(typescript@5.1.6): + /svelte-preprocess@5.0.4(postcss@8.4.27)(svelte@4.1.1)(typescript@5.1.6): resolution: {integrity: sha512-ABia2QegosxOGsVlsSBJvoWeXy1wUKSfF7SWJdTjLAbx/Y3SrVevvvbFNQqrSJw89+lNSsM58SipmZJ5SRi5iw==} engines: {node: '>= 14.10.0'} requiresBuild: true @@ -6859,15 +6499,15 @@ packages: '@types/pug': 2.0.6 detect-indent: 6.1.0 magic-string: 0.27.0 - postcss: 8.4.26 + postcss: 8.4.27 sorcery: 0.11.0 strip-indent: 3.0.0 - svelte: 4.0.5 + svelte: 4.1.1 typescript: 5.1.6 dev: true - /svelte@4.0.5: - resolution: {integrity: sha512-PHKPWP1wiWHBtsE57nCb8xiWB3Ht7/3Kvi3jac0XIxUM2rep8alO7YoAtgWeGD7++tFy46krilOrPW0mG3Dx+A==} + /svelte@4.1.1: + resolution: {integrity: sha512-Enick5fPFISLoVy0MFK45cG+YlQt6upw8skEK9zzTpJnH1DqEv8xOZwizCGSo3Q6HZ7KrZTM0J18poF7aQg5zw==} engines: {node: '>=16'} dependencies: '@ampproject/remapping': 2.2.1 @@ -6899,7 +6539,7 @@ packages: chokidar: 3.5.3 didyoumean: 1.2.2 dlv: 1.1.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 glob-parent: 6.0.2 is-glob: 4.0.3 jiti: 1.19.1 @@ -6908,14 +6548,14 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.26 - postcss-import: 15.1.0(postcss@8.4.26) - postcss-js: 4.0.1(postcss@8.4.26) - postcss-load-config: 4.0.1(postcss@8.4.26) - postcss-nested: 6.0.1(postcss@8.4.26) + postcss: 8.4.27 + postcss-import: 15.1.0(postcss@8.4.27) + postcss-js: 4.0.1(postcss@8.4.27) + postcss-load-config: 4.0.1(postcss@8.4.27) + postcss-nested: 6.0.1(postcss@8.4.27) postcss-selector-parser: 6.0.13 resolve: 1.22.2 - sucrase: 3.33.0 + sucrase: 3.34.0 transitivePeerDependencies: - ts-node dev: true @@ -6976,6 +6616,7 @@ packages: engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 + dev: true /toggle-selection@1.0.6: resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} @@ -6997,8 +6638,8 @@ packages: /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib@2.6.0: - resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} + /tslib@2.6.1: + resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} /tsutils@3.21.0(typescript@5.1.6): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} @@ -7184,8 +6825,8 @@ packages: resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==} dev: false - /viem@1.3.0(typescript@5.1.6): - resolution: {integrity: sha512-gCtachbNPG9G9D7UNuiqLaLf8IFV15FypBrSpXEFeeEczXxI+Jgi9FTwDS+NJLreVrjBeZXQVj1ITTqKpItw4w==} + /viem@1.4.1(typescript@5.1.6): + resolution: {integrity: sha512-MtaoBHDSJDqa+QyXKG5d+S6EQSebRO0tzw6anSP4zC7AbC614vMeg9Y8LbkmEkWCw8swFYkort+H9l7GkWB0uA==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -7198,7 +6839,7 @@ packages: '@scure/bip32': 1.3.0 '@scure/bip39': 1.2.0 '@wagmi/chains': 1.6.0(typescript@5.1.6) - abitype: 0.8.11(typescript@5.1.6) + abitype: 0.9.3(typescript@5.1.6) isomorphic-ws: 5.0.0(ws@8.12.0) typescript: 5.1.6 ws: 8.12.0 @@ -7208,7 +6849,7 @@ packages: - zod dev: false - /vite-node@0.32.4(@types/node@20.4.2): + /vite-node@0.32.4(@types/node@20.4.5): resolution: {integrity: sha512-L2gIw+dCxO0LK14QnUMoqSYpa9XRGnTTTDjW2h19Mr+GR0EFj4vx52W41gFXfMLqpA00eK4ZjOVYo1Xk//LFEw==} engines: {node: '>=v14.18.0'} hasBin: true @@ -7218,7 +6859,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.4(@types/node@20.4.2) + vite: 4.4.7(@types/node@20.4.5) transitivePeerDependencies: - '@types/node' - less @@ -7230,8 +6871,8 @@ packages: - terser dev: true - /vite@4.4.4(@types/node@20.4.2): - resolution: {integrity: sha512-4mvsTxjkveWrKDJI70QmelfVqTm+ihFAb6+xf4sjEU2TmUCTlVX87tmg/QooPEMQb/lM9qGHT99ebqPziEd3wg==} + /vite@4.4.7(@types/node@20.4.5): + resolution: {integrity: sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -7258,14 +6899,14 @@ packages: terser: optional: true dependencies: - '@types/node': 20.4.2 - esbuild: 0.18.14 - postcss: 8.4.26 + '@types/node': 20.4.5 + esbuild: 0.18.17 + postcss: 8.4.27 rollup: 3.26.3 optionalDependencies: fsevents: 2.3.2 - /vitefu@0.2.4(vite@4.4.4): + /vitefu@0.2.4(vite@4.4.7): resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==} peerDependencies: vite: ^3.0.0 || ^4.0.0 @@ -7273,7 +6914,7 @@ packages: vite: optional: true dependencies: - vite: 4.4.4(@types/node@20.4.2) + vite: 4.4.7(@types/node@20.4.5) /vitest@0.32.4: resolution: {integrity: sha512-3czFm8RnrsWwIzVDu/Ca48Y/M+qh3vOnF16czJm98Q/AN1y3B6PBsyV8Re91Ty5s7txKNjEhpgtGPcfdbh2MZg==} @@ -7308,7 +6949,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 20.4.2 + '@types/node': 20.4.5 '@vitest/expect': 0.32.4 '@vitest/runner': 0.32.4 '@vitest/snapshot': 0.32.4 @@ -7327,8 +6968,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.5.0 - vite: 4.4.4(@types/node@20.4.2) - vite-node: 0.32.4(@types/node@20.4.2) + vite: 4.4.7(@types/node@20.4.5) + vite-node: 0.32.4(@types/node@20.4.5) why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/src/app.css b/src/app.css index bd6213e..e69de29 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; \ No newline at end of file diff --git a/src/app.html b/src/app.html index d77ac4e..fc4b1a3 100644 --- a/src/app.html +++ b/src/app.html @@ -1,9 +1,17 @@ - + - + + + + + + + + + %sveltekit.head% - +
%sveltekit.body%
diff --git a/src/lib/components/AppBar.svelte b/src/lib/components/AppBar.svelte new file mode 100644 index 0000000..3ea6bfd --- /dev/null +++ b/src/lib/components/AppBar.svelte @@ -0,0 +1,12 @@ + + + + +

Nova

+ +
diff --git a/src/lib/components/Apps.svelte b/src/lib/components/Apps.svelte new file mode 100644 index 0000000..92a4430 --- /dev/null +++ b/src/lib/components/Apps.svelte @@ -0,0 +1,17 @@ + + +
+ {#each routes as route, index} + + {route.icon} + {route.name} + + {/each} +
diff --git a/src/lib/components/ClearMessages.svelte b/src/lib/components/ClearMessages.svelte deleted file mode 100644 index d8ae90c..0000000 --- a/src/lib/components/ClearMessages.svelte +++ /dev/null @@ -1,14 +0,0 @@ - - - diff --git a/src/lib/components/GoogleAuth.svelte b/src/lib/components/GoogleAuth.svelte index bba5292..037aa92 100644 --- a/src/lib/components/GoogleAuth.svelte +++ b/src/lib/components/GoogleAuth.svelte @@ -6,7 +6,7 @@ import { createMessage } from '$lib/services/messages/messages'; import { createLitSession } from '$lib/services/createLitSession/createLitSession'; - const redirectUri = 'http://localhost:5173/'; + const redirectUri = 'http://localhost:5173/login'; export let services; @@ -31,6 +31,7 @@ onMount(async () => { try { provider = await services.setupLit.connectProvider(); + console.log('Provider: ' + provider); logMessage('Component mounted.'); diff --git a/src/lib/components/Messages.svelte b/src/lib/components/Messages.svelte index 998eb38..82c8714 100644 --- a/src/lib/components/Messages.svelte +++ b/src/lib/components/Messages.svelte @@ -1,6 +1,7 @@ - - diff --git a/src/lib/components/Terminal.svelte b/src/lib/components/Terminal.svelte index a411b84..9730605 100644 --- a/src/lib/components/Terminal.svelte +++ b/src/lib/components/Terminal.svelte @@ -1,34 +1,69 @@ - -