From b2891ddfc6d98f2223cfd1ca92c4f09a57735f53 Mon Sep 17 00:00:00 2001 From: Bigint <69431456+bigint@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:21:38 +0530 Subject: [PATCH] Update dependencies --- apps/api/package.json | 4 +- apps/cron/package.json | 2 +- apps/invoice/package.json | 2 +- apps/og/package.json | 2 +- apps/web/package.json | 8 +- .../src/components/Shared/AccountPreview.tsx | 5 +- packages/data/package.json | 2 +- packages/db/package.json | 2 +- packages/helpers/package.json | 2 +- packages/image-cropper/package.json | 2 +- packages/indexer/package.json | 2 +- packages/ui/package.json | 2 +- pnpm-lock.yaml | 259 +++++++++--------- 13 files changed, 148 insertions(+), 146 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 7d8dc3ff221b..fe786c01c824 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -37,7 +37,7 @@ "ua-parser-js": "2.0.0", "urlcat": "^3.1.0", "uuid": "^11.0.2", - "viem": "^2.21.59", + "viem": "^2.22.1", "zod": "^3.24.1" }, "devDependencies": { @@ -47,7 +47,7 @@ "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/express-session": "^1.18.0", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "@types/request-ip": "^0.0.41", "@types/ua-parser-js": "^0.7.39", "@types/uuid": "^10.0.0", diff --git a/apps/cron/package.json b/apps/cron/package.json index 5377061a8ac8..fcca993cf981 100644 --- a/apps/cron/package.json +++ b/apps/cron/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@hey/config": "workspace:*", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "@types/node-cron": "^3.0.11", "typescript": "^5.7.2" } diff --git a/apps/invoice/package.json b/apps/invoice/package.json index f300601391bf..23fb1cb2d2d9 100644 --- a/apps/invoice/package.json +++ b/apps/invoice/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@hey/config": "workspace:*", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "typescript": "^5.7.2" } } diff --git a/apps/og/package.json b/apps/og/package.json index 5f6fade606a4..2ff5cd6043f3 100644 --- a/apps/og/package.json +++ b/apps/og/package.json @@ -20,7 +20,7 @@ "react": "18.3.1" }, "devDependencies": { - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "@types/react": "^19.0.1", "typescript": "^5.7.2" } diff --git a/apps/web/package.json b/apps/web/package.json index b2333d4c2c5c..7fc2459361bf 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -43,12 +43,12 @@ "plur": "^5.1.0", "plyr-react": "^5.3.0", "prosekit": "^0.11.2", - "rc-slider": "^11.1.7", + "rc-slider": "^11.1.8", "react": "18.3.1", "react-chartjs-2": "^5.2.0", "react-device-detect": "^2.2.3", "react-dom": "18.3.1", - "react-hot-toast": "^2.4.1", + "react-hot-toast": "^2.5.1", "react-markdown": "^9.0.0", "react-tracked": "^2.0.1", "react-virtuoso": "^4.12.3", @@ -65,7 +65,7 @@ "urlcat": "^3.1.0", "use-resize-observer": "^9.1.0", "uuid": "^11.0.2", - "viem": "^2.21.59", + "viem": "^2.22.1", "wagmi": "^2.14.6", "zod": "^3.24.1", "zustand": "5.0.2" @@ -75,7 +75,7 @@ "@hey/types": "workspace:*", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.9", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.1", "@types/uuid": "^10.0.0", diff --git a/apps/web/src/components/Shared/AccountPreview.tsx b/apps/web/src/components/Shared/AccountPreview.tsx index 515c90441db9..70bb62bdd314 100644 --- a/apps/web/src/components/Shared/AccountPreview.tsx +++ b/apps/web/src/components/Shared/AccountPreview.tsx @@ -134,7 +134,10 @@ const AccountPreview: FC = ({ - + {account.operations?.isFollowingMe && ( Follows you diff --git a/packages/data/package.json b/packages/data/package.json index fb7e0994ae8c..318fc3b1c2f2 100644 --- a/packages/data/package.json +++ b/packages/data/package.json @@ -8,7 +8,7 @@ }, "devDependencies": { "@hey/config": "workspace:*", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "typescript": "^5.7.2" } } diff --git a/packages/db/package.json b/packages/db/package.json index fd8aef87b99f..52d27d04dee2 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@hey/config": "workspace:*", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "prisma": "^6.1.0", "ts-node": "^10.9.2", "typescript": "^5.7.2" diff --git a/packages/helpers/package.json b/packages/helpers/package.json index b1c5f552ba07..d44d0b05dba7 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -18,7 +18,7 @@ "mailchecker": "^6.0.14", "omit-deep": "^0.3.0", "urlcat": "^3.1.0", - "viem": "^2.21.59", + "viem": "^2.22.1", "winston": "^3.16.0" }, "devDependencies": { diff --git a/packages/image-cropper/package.json b/packages/image-cropper/package.json index ba6bda22cc51..adb138491c9a 100644 --- a/packages/image-cropper/package.json +++ b/packages/image-cropper/package.json @@ -9,7 +9,7 @@ "dependencies": { "@hey/ui": "workspace:*", "normalize-wheel": "^1.0.1", - "rc-slider": "^11.1.7", + "rc-slider": "^11.1.8", "react": "18.3.1" }, "devDependencies": { diff --git a/packages/indexer/package.json b/packages/indexer/package.json index f39798d57fb3..19b674db1e21 100644 --- a/packages/indexer/package.json +++ b/packages/indexer/package.json @@ -22,7 +22,7 @@ "@graphql-codegen/typescript-react-apollo": "^4.3.2", "@hey/config": "workspace:*", "@parcel/watcher": "^2.5.0", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "typescript": "^5.7.2" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 1d09c81872b2..85a87f2bcd9d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@hey/config": "workspace:*", - "@types/node": "^22.10.2", + "@types/node": "^22.10.3", "@types/react": "^19.0.1", "tailwindcss": "^3.4.17", "typescript": "^5.7.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94bd8fd48376..569642b28383 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -99,8 +99,8 @@ importers: specifier: ^11.0.2 version: 11.0.3 viem: - specifier: ^2.21.59 - version: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: ^2.22.1 + version: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 @@ -124,8 +124,8 @@ importers: specifier: ^1.18.0 version: 1.18.1 '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 '@types/request-ip': specifier: ^0.0.41 version: 0.0.41 @@ -143,7 +143,7 @@ importers: version: 2.0.9 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) + version: 10.9.2(@types/node@22.10.3)(typescript@5.7.2) typescript: specifier: ^5.7.2 version: 5.7.2 @@ -173,8 +173,8 @@ importers: specifier: workspace:* version: link:../../packages/config '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 '@types/node-cron': specifier: ^3.0.11 version: 3.0.11 @@ -198,8 +198,8 @@ importers: specifier: workspace:* version: link:../../packages/config '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 typescript: specifier: ^5.7.2 version: 5.7.2 @@ -232,8 +232,8 @@ importers: version: 18.3.1 devDependencies: '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 '@types/react': specifier: ^19.0.1 version: 19.0.2 @@ -278,7 +278,7 @@ importers: version: link:../../packages/ui '@lens-network/sdk': specifier: canary - version: 0.0.0-canary-20241203140504(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) + version: 0.0.0-canary-20241203140504(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) '@lens-protocol/metadata': specifier: next version: 2.0.0-next.2(zod@3.24.1) @@ -343,8 +343,8 @@ importers: specifier: ^0.11.2 version: 0.11.2(@types/hast@3.0.4)(preact@10.25.4)(prosemirror-model@1.24.1)(prosemirror-state@1.4.3)(prosemirror-transform@1.10.2)(prosemirror-view@1.37.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(solid-js@1.9.3)(svelte@5.16.0)(vue@3.5.13(typescript@5.7.2)) rc-slider: - specifier: ^11.1.7 - version: 11.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^11.1.8 + version: 11.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -358,8 +358,8 @@ importers: specifier: 18.3.1 version: 18.3.1(react@18.3.1) react-hot-toast: - specifier: ^2.4.1 - version: 2.4.1(csstype@3.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^2.5.1 + version: 2.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-markdown: specifier: ^9.0.0 version: 9.0.1(@types/react@19.0.2)(react@18.3.1) @@ -409,11 +409,11 @@ importers: specifier: ^11.0.2 version: 11.0.3 viem: - specifier: ^2.21.59 - version: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: ^2.22.1 + version: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) wagmi: specifier: ^2.14.6 - version: 2.14.6(@tanstack/query-core@5.62.9)(@tanstack/react-query@5.62.11(react@18.3.1))(@types/react@19.0.2)(bufferutil@4.0.9)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + version: 2.14.6(@tanstack/query-core@5.62.9)(@tanstack/react-query@5.62.11(react@18.3.1))(@types/react@19.0.2)(bufferutil@4.0.9)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) zod: specifier: ^3.24.1 version: 3.24.1 @@ -429,13 +429,13 @@ importers: version: link:../../packages/types '@tailwindcss/aspect-ratio': specifier: ^0.4.2 - version: 0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) + version: 0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2))) '@tailwindcss/forms': specifier: ^0.5.9 - version: 0.5.9(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))) + version: 0.5.9(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2))) '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 '@types/react': specifier: ^19.0.1 version: 19.0.2 @@ -453,7 +453,7 @@ importers: version: 8.4.49 tailwindcss: specifier: ^3.4.17 - version: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + version: 3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)) typescript: specifier: ^5.7.2 version: 5.7.2 @@ -475,8 +475,8 @@ importers: specifier: workspace:* version: link:../config '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 typescript: specifier: ^5.7.2 version: 5.7.2 @@ -506,14 +506,14 @@ importers: specifier: workspace:* version: link:../config '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 prisma: specifier: ^6.1.0 version: 6.1.0 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) + version: 10.9.2(@types/node@22.10.3)(typescript@5.7.2) typescript: specifier: ^5.7.2 version: 5.7.2 @@ -554,8 +554,8 @@ importers: specifier: ^3.1.0 version: 3.1.0 viem: - specifier: ^2.21.59 - version: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + specifier: ^2.22.1 + version: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) winston: specifier: ^3.16.0 version: 3.17.0 @@ -579,8 +579,8 @@ importers: specifier: ^1.0.1 version: 1.0.1 rc-slider: - specifier: ^11.1.7 - version: 11.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^11.1.8 + version: 11.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 @@ -615,7 +615,7 @@ importers: devDependencies: '@graphql-codegen/cli': specifier: ^5.0.3 - version: 5.0.3(@parcel/watcher@2.5.0)(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10) + version: 5.0.3(@parcel/watcher@2.5.0)(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10) '@graphql-codegen/fragment-matcher': specifier: ^5.0.2 version: 5.0.2(graphql@16.10.0) @@ -635,8 +635,8 @@ importers: specifier: ^2.5.0 version: 2.5.0 '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 typescript: specifier: ^5.7.2 version: 5.7.2 @@ -706,14 +706,14 @@ importers: specifier: workspace:* version: link:../config '@types/node': - specifier: ^22.10.2 - version: 22.10.2 + specifier: ^22.10.3 + version: 22.10.3 '@types/react': specifier: ^19.0.1 version: 19.0.2 tailwindcss: specifier: ^3.4.17 - version: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + version: 3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)) typescript: specifier: ^5.7.2 version: 5.7.2 @@ -3383,8 +3383,8 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/express-serve-static-core@5.0.2': - resolution: {integrity: sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==} + '@types/express-serve-static-core@5.0.3': + resolution: {integrity: sha512-JEhMNwUJt7bw728CydvYzntD0XJeTmDnvwLlbfbAhE7Tbslm/ax6bdIiUwTgeVlZTsJQPwZwKpAkyDtIjsvx3g==} '@types/express-session@1.18.1': resolution: {integrity: sha512-S6TkD/lljxDlQ2u/4A70luD8/ZxZcrU5pQwI1rVXCiaVIywoFgbA+PIUNDjPhQpPdK0dGleLtYc/y7XWBfclBg==} @@ -3416,11 +3416,11 @@ packages: '@types/node-fetch@2.6.12': resolution: {integrity: sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==} - '@types/node@18.19.68': - resolution: {integrity: sha512-QGtpFH1vB99ZmTa63K4/FU8twThj4fuVSBkGddTp7uIL/cuoLWIUSL2RcOaigBhfR+hg5pgGkBnkoOxrTVBMKw==} + '@types/node@18.19.69': + resolution: {integrity: sha512-ECPdY1nlaiO/Y6GUnwgtAAhLNaQ53AyIVz+eILxpEo5OvuqE6yWkqWBIb5dU0DqhKQtMeny+FBD3PK6lm7L5xQ==} - '@types/node@22.10.2': - resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} + '@types/node@22.10.3': + resolution: {integrity: sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==} '@types/normalize-wheel@1.0.4': resolution: {integrity: sha512-iclKEmOclXH2LGVkMkdal0+ffJphB3kbazakec96z1hW/CfJYmsZNFYLAmkpzePxKoKewXp2HSlsN6G4SG0b0g==} @@ -5857,8 +5857,8 @@ packages: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} - ox@0.4.4: - resolution: {integrity: sha512-oJPEeCDs9iNiPs6J0rTx+Y0KGeCGyCAA3zo94yZhm8G5WpOxrwUtn2Ie/Y8IyARSqqY/j9JTKA3Fc1xs1DvFnw==} + ox@0.6.0: + resolution: {integrity: sha512-blUzTLidvUlshv0O02CnLFqBLidNzPoAZdIth894avUAotTuWziznv6IENv5idRuOSSP3dH8WzcYw84zVdu0Aw==} peerDependencies: typescript: '>=5.4.0' peerDependenciesMeta: @@ -6371,8 +6371,8 @@ packages: resolution: {integrity: sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==} engines: {node: '>= 0.8'} - rc-slider@11.1.7: - resolution: {integrity: sha512-ytYbZei81TX7otdC0QvoYD72XSlxvTihNth5OeZ6PMXyEDq/vHdWFulQmfDGyXK1NwKwSlKgpvINOa88uT5g2A==} + rc-slider@11.1.8: + resolution: {integrity: sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' @@ -6416,8 +6416,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 - react-hot-toast@2.4.1: - resolution: {integrity: sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==} + react-hot-toast@2.5.1: + resolution: {integrity: sha512-54Gq1ZD1JbmAb4psp9bvFHjS7lje+8ubboUmvKZkCsQBLH6AOpZ9JemfRvIdHcfb9AZXRaFLrb3qUobGYDJhFQ==} engines: {node: '>=10'} peerDependencies: react: '>=16' @@ -7352,8 +7352,8 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - viem@2.21.59: - resolution: {integrity: sha512-aHycB6LRxmUiKArOoQ1nYmhtVvZgU+ltAVvK7J1g+MuSbZZW5pXUtosRCBLlCO2gs05zYfrhVih+LmbRrdEXKg==} + viem@2.22.1: + resolution: {integrity: sha512-Dlul3ps87ErRSlAVuLQXQjquk0ECy/BCKATEErwHkVd0KQZvj80T5BUU0cDABo4axNF3+78Q060y6VFiT0+SqQ==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -7515,8 +7515,8 @@ packages: yaml-ast-parser@0.0.43: resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==} - yaml@2.6.1: - resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} + yaml@2.7.0: + resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==} engines: {node: '>= 14'} hasBin: true @@ -8957,7 +8957,7 @@ snapshots: graphql: 16.10.0 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.3(@parcel/watcher@2.5.0)(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10)': + '@graphql-codegen/cli@5.0.3(@parcel/watcher@2.5.0)(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10)': dependencies: '@babel/generator': 7.26.3 '@babel/template': 7.25.9 @@ -8968,12 +8968,12 @@ snapshots: '@graphql-tools/apollo-engine-loader': 8.0.10(graphql@16.10.0) '@graphql-tools/code-file-loader': 8.1.11(graphql@16.10.0) '@graphql-tools/git-loader': 8.0.15(graphql@16.10.0) - '@graphql-tools/github-loader': 8.0.10(@types/node@22.10.2)(graphql@16.10.0) + '@graphql-tools/github-loader': 8.0.10(@types/node@22.10.3)(graphql@16.10.0) '@graphql-tools/graphql-file-loader': 8.0.9(graphql@16.10.0) '@graphql-tools/json-file-loader': 8.0.9(graphql@16.10.0) '@graphql-tools/load': 8.0.10(graphql@16.10.0) - '@graphql-tools/prisma-loader': 8.0.17(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) - '@graphql-tools/url-loader': 8.0.21(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/prisma-loader': 8.0.17(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.21(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.7.0(graphql@16.10.0) '@whatwg-node/fetch': 0.9.23 chalk: 4.1.2 @@ -8981,7 +8981,7 @@ snapshots: debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.10.0 - graphql-config: 5.1.3(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10) + graphql-config: 5.1.3(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.7 @@ -8993,7 +8993,7 @@ snapshots: string-env-interpolation: 1.0.1 ts-log: 2.2.7 tslib: 2.8.1 - yaml: 2.6.1 + yaml: 2.7.0 yargs: 17.7.2 optionalDependencies: '@parcel/watcher': 2.5.0 @@ -9244,7 +9244,7 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor-http@1.2.3(@types/node@22.10.2)(graphql@16.10.0)': + '@graphql-tools/executor-http@1.2.3(@types/node@22.10.3)(graphql@16.10.0)': dependencies: '@graphql-hive/gateway-abort-signal-any': 0.0.2(graphql@16.10.0) '@graphql-tools/executor-common': 0.0.1(graphql@16.10.0) @@ -9254,7 +9254,7 @@ snapshots: '@whatwg-node/fetch': 0.10.1 extract-files: 11.0.0 graphql: 16.10.0 - meros: 1.3.0(@types/node@22.10.2) + meros: 1.3.0(@types/node@22.10.3) tslib: 2.8.1 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -9294,10 +9294,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@8.0.10(@types/node@22.10.2)(graphql@16.10.0)': + '@graphql-tools/github-loader@8.0.10(@types/node@22.10.3)(graphql@16.10.0)': dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/executor-http': 1.2.3(@types/node@22.10.2)(graphql@16.10.0) + '@graphql-tools/executor-http': 1.2.3(@types/node@22.10.3)(graphql@16.10.0) '@graphql-tools/graphql-tag-pluck': 8.3.10(graphql@16.10.0) '@graphql-tools/utils': 10.7.0(graphql@16.10.0) '@whatwg-node/fetch': 0.10.1 @@ -9370,9 +9370,9 @@ snapshots: graphql: 16.10.0 tslib: 2.6.3 - '@graphql-tools/prisma-loader@8.0.17(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10)': + '@graphql-tools/prisma-loader@8.0.17(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10)': dependencies: - '@graphql-tools/url-loader': 8.0.21(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.21(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.7.0(graphql@16.10.0) '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.10.1 @@ -9424,11 +9424,11 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 - '@graphql-tools/url-loader@8.0.21(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10)': + '@graphql-tools/url-loader@8.0.21(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10)': dependencies: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/executor-graphql-ws': 1.3.7(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) - '@graphql-tools/executor-http': 1.2.3(@types/node@22.10.2)(graphql@16.10.0) + '@graphql-tools/executor-http': 1.2.3(@types/node@22.10.3)(graphql@16.10.0) '@graphql-tools/executor-legacy-ws': 1.1.8(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.7.0(graphql@16.10.0) '@graphql-tools/wrap': 10.0.27(graphql@16.10.0) @@ -9618,9 +9618,9 @@ snapshots: '@kurkle/color@0.3.4': {} - '@lens-network/sdk@0.0.0-canary-20241203140504(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))': + '@lens-network/sdk@0.0.0-canary-20241203140504(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))': optionalDependencies: - viem: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) '@lens-protocol/metadata@1.2.0(zod@3.24.1)': dependencies: @@ -10772,7 +10772,7 @@ snapshots: '@safe-global/safe-apps-sdk@9.1.0(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)': dependencies: '@safe-global/safe-gateway-typescript-sdk': 3.22.4 - viem: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) transitivePeerDependencies: - bufferutil - typescript @@ -11263,14 +11263,14 @@ snapshots: dependencies: tslib: 2.8.1 - '@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))': + '@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)))': dependencies: - tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)) - '@tailwindcss/forms@0.5.9(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)))': + '@tailwindcss/forms@0.5.9(tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)))': dependencies: mini-svg-data-uri: 1.4.4 - tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + tailwindcss: 3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)) '@tanstack/query-core@5.62.9': {} @@ -11298,15 +11298,15 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@types/connect@3.4.38': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@types/cors@2.8.17': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@types/debug@4.1.12': dependencies: @@ -11318,9 +11318,9 @@ snapshots: '@types/estree@1.0.6': {} - '@types/express-serve-static-core@5.0.2': + '@types/express-serve-static-core@5.0.3': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -11332,7 +11332,7 @@ snapshots: '@types/express@5.0.0': dependencies: '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 5.0.2 + '@types/express-serve-static-core': 5.0.3 '@types/qs': 6.9.17 '@types/serve-static': 1.15.7 @@ -11356,14 +11356,14 @@ snapshots: '@types/node-fetch@2.6.12': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.10.3 form-data: 4.0.1 - '@types/node@18.19.68': + '@types/node@18.19.69': dependencies: undici-types: 5.26.5 - '@types/node@22.10.2': + '@types/node@22.10.3': dependencies: undici-types: 6.20.0 @@ -11385,17 +11385,17 @@ snapshots: '@types/request-ip@0.0.41': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@types/send': 0.17.4 '@types/triple-beam@1.3.5': {} @@ -11412,7 +11412,7 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 22.10.2 + '@types/node': 22.10.3 '@uidotdev/usehooks@2.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: @@ -11479,16 +11479,16 @@ snapshots: '@vue/shared@3.5.13': {} - '@wagmi/connectors@5.7.3(@types/react@19.0.2)(@wagmi/core@2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.9)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': + '@wagmi/connectors@5.7.3(@types/react@19.0.2)(@wagmi/core@2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.9)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1)': dependencies: '@coinbase/wallet-sdk': 4.2.3 '@metamask/sdk': 0.31.4(bufferutil@4.0.9)(utf-8-validate@5.0.10) '@safe-global/safe-apps-provider': 0.18.5(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) '@safe-global/safe-apps-sdk': 9.1.0(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) - '@wagmi/core': 2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) + '@wagmi/core': 2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) '@walletconnect/ethereum-provider': 2.17.0(@types/react@19.0.2)(bufferutil@4.0.9)(react@18.3.1)(utf-8-validate@5.0.10) cbw-sdk: '@coinbase/wallet-sdk@3.9.3' - viem: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -11518,11 +11518,11 @@ snapshots: - utf-8-validate - zod - '@wagmi/core@2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))': + '@wagmi/core@2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))': dependencies: eventemitter3: 5.0.1 mipd: 0.0.7(typescript@5.7.2) - viem: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) zustand: 5.0.0(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(use-sync-external-store@1.2.0(react@18.3.1)) optionalDependencies: '@tanstack/query-core': 5.62.9 @@ -12267,7 +12267,7 @@ snapshots: camel-case@4.1.2: dependencies: pascal-case: 3.1.2 - tslib: 2.8.1 + tslib: 2.6.3 camelcase-css@2.0.1: {} @@ -12288,7 +12288,7 @@ snapshots: capital-case@1.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 upper-case-first: 2.0.2 ccount@2.0.1: {} @@ -12337,7 +12337,7 @@ snapshots: path-case: 3.0.4 sentence-case: 3.0.4 snake-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 character-entities-html4@2.1.0: {} @@ -12471,7 +12471,7 @@ snapshots: constant-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 upper-case: 2.0.2 content-disposition@1.0.0: @@ -12680,7 +12680,7 @@ snapshots: dot-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 dotenv@16.4.7: {} @@ -13217,13 +13217,13 @@ snapshots: gopd@1.2.0: {} - graphql-config@5.1.3(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10): + graphql-config@5.1.3(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(typescript@5.7.2)(utf-8-validate@5.0.10): dependencies: '@graphql-tools/graphql-file-loader': 8.0.9(graphql@16.10.0) '@graphql-tools/json-file-loader': 8.0.9(graphql@16.10.0) '@graphql-tools/load': 8.0.10(graphql@16.10.0) '@graphql-tools/merge': 9.0.15(graphql@16.10.0) - '@graphql-tools/url-loader': 8.0.21(@types/node@22.10.2)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) + '@graphql-tools/url-loader': 8.0.21(@types/node@22.10.3)(bufferutil@4.0.9)(graphql@16.10.0)(utf-8-validate@5.0.10) '@graphql-tools/utils': 10.7.0(graphql@16.10.0) cosmiconfig: 8.3.6(typescript@5.7.2) graphql: 16.10.0 @@ -13444,7 +13444,7 @@ snapshots: header-case@2.0.4: dependencies: capital-case: 1.0.4 - tslib: 2.8.1 + tslib: 2.6.3 hey-listen@1.0.8: {} @@ -14005,9 +14005,9 @@ snapshots: merge2@1.4.1: {} - meros@1.3.0(@types/node@22.10.2): + meros@1.3.0(@types/node@22.10.3): optionalDependencies: - '@types/node': 22.10.2 + '@types/node': 22.10.3 methods@1.1.2: {} @@ -14291,7 +14291,7 @@ snapshots: no-case@3.0.4: dependencies: lower-case: 2.0.2 - tslib: 2.8.1 + tslib: 2.6.3 node-addon-api@2.0.2: {} @@ -14418,7 +14418,7 @@ snapshots: openai@4.77.0(zod@3.24.1): dependencies: - '@types/node': 18.19.68 + '@types/node': 18.19.69 '@types/node-fetch': 2.6.12 abort-controller: 3.0.0 agentkeepalive: 4.6.0 @@ -14455,7 +14455,7 @@ snapshots: os-tmpdir@1.0.2: {} - ox@0.4.4(typescript@5.7.2)(zod@3.24.1): + ox@0.6.0(typescript@5.7.2)(zod@3.24.1): dependencies: '@adraffy/ens-normalize': 1.11.0 '@noble/curves': 1.7.0 @@ -14492,7 +14492,7 @@ snapshots: param-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 parent-module@1.0.1: dependencies: @@ -14530,12 +14530,12 @@ snapshots: pascal-case@3.1.2: dependencies: no-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 path-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 path-exists@4.0.0: {} @@ -14703,13 +14703,13 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.49 - postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): + postcss-load-config@4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)): dependencies: lilconfig: 3.1.3 - yaml: 2.6.1 + yaml: 2.7.0 optionalDependencies: postcss: 8.4.49 - ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) + ts-node: 10.9.2(@types/node@22.10.3)(typescript@5.7.2) postcss-nested@6.2.0(postcss@8.4.49): dependencies: @@ -14973,7 +14973,7 @@ snapshots: iconv-lite: 0.6.3 unpipe: 1.0.0 - rc-slider@11.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + rc-slider@11.1.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.26.0 classnames: 2.5.1 @@ -15013,13 +15013,12 @@ snapshots: dependencies: react: 18.3.1 - react-hot-toast@2.4.1(csstype@3.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-hot-toast@2.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: + csstype: 3.1.3 goober: 2.1.16(csstype@3.1.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - csstype react-is@16.13.1: {} @@ -15310,7 +15309,7 @@ snapshots: sentence-case@3.0.4: dependencies: no-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 upper-case-first: 2.0.2 seroval-plugins@1.1.1(seroval@1.1.1): @@ -15471,7 +15470,7 @@ snapshots: snake-case@3.0.4: dependencies: dot-case: 3.0.4 - tslib: 2.8.1 + tslib: 2.6.3 socket.io-client@4.8.1(bufferutil@4.0.9)(utf-8-validate@5.0.10): dependencies: @@ -15652,7 +15651,7 @@ snapshots: tailwind-merge@2.6.0: {} - tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): + tailwindcss@3.4.17(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -15671,7 +15670,7 @@ snapshots: postcss: 8.4.49 postcss-import: 15.1.0(postcss@8.4.49) postcss-js: 4.0.1(postcss@8.4.49) - postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) + postcss-load-config: 4.0.2(postcss@8.4.49)(ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2)) postcss-nested: 6.2.0(postcss@8.4.49) postcss-selector-parser: 6.1.2 resolve: 1.22.10 @@ -15752,14 +15751,14 @@ snapshots: ts-log@2.2.7: {} - ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2): + ts-node@10.9.2(@types/node@22.10.3)(typescript@5.7.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.10.2 + '@types/node': 22.10.3 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -16033,7 +16032,7 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1): + viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1): dependencies: '@noble/curves': 1.7.0 '@noble/hashes': 1.6.1 @@ -16041,7 +16040,7 @@ snapshots: '@scure/bip39': 1.5.0 abitype: 1.0.7(typescript@5.7.2)(zod@3.24.1) isows: 1.0.6(ws@8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10)) - ox: 0.4.4(typescript@5.7.2)(zod@3.24.1) + ox: 0.6.0(typescript@5.7.2)(zod@3.24.1) webauthn-p256: 0.0.10 ws: 8.18.0(bufferutil@4.0.9)(utf-8-validate@5.0.10) optionalDependencies: @@ -16063,14 +16062,14 @@ snapshots: w3c-keyname@2.2.8: {} - wagmi@2.14.6(@tanstack/query-core@5.62.9)(@tanstack/react-query@5.62.11(react@18.3.1))(@types/react@19.0.2)(bufferutil@4.0.9)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1): + wagmi@2.14.6(@tanstack/query-core@5.62.9)(@tanstack/react-query@5.62.11(react@18.3.1))(@types/react@19.0.2)(bufferutil@4.0.9)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1): dependencies: '@tanstack/react-query': 5.62.11(react@18.3.1) - '@wagmi/connectors': 5.7.3(@types/react@19.0.2)(@wagmi/core@2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.9)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) - '@wagmi/core': 2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) + '@wagmi/connectors': 5.7.3(@types/react@19.0.2)(@wagmi/core@2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)))(bufferutil@4.0.9)(react@18.3.1)(typescript@5.7.2)(utf-8-validate@5.0.10)(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1))(zod@3.24.1) + '@wagmi/core': 2.16.3(@tanstack/query-core@5.62.9)(@types/react@19.0.2)(immer@10.1.1)(react@18.3.1)(typescript@5.7.2)(use-sync-external-store@1.2.0(react@18.3.1))(viem@2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1)) react: 18.3.1 use-sync-external-store: 1.2.0(react@18.3.1) - viem: 2.21.59(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) + viem: 2.22.1(bufferutil@4.0.9)(typescript@5.7.2)(utf-8-validate@5.0.10)(zod@3.24.1) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -16243,7 +16242,7 @@ snapshots: yaml-ast-parser@0.0.43: {} - yaml@2.6.1: {} + yaml@2.7.0: {} yargs-parser@18.1.3: dependencies: