diff --git a/apps/content/package.json b/apps/content/package.json index 2b07b104b..058606139 100644 --- a/apps/content/package.json +++ b/apps/content/package.json @@ -8,8 +8,8 @@ "serve": "vitepress serve" }, "devDependencies": { - "@ai-sdk/google": "^3.0.33", - "@ai-sdk/react": "^3.0.105", + "@ai-sdk/google": "^3.0.34", + "@ai-sdk/react": "^3.0.107", "@opentelemetry/instrumentation": "^0.212.0", "@opentelemetry/sdk-node": "^0.212.0", "@opentelemetry/sdk-trace-web": "^2.5.1", @@ -36,16 +36,16 @@ "@shikijs/vitepress-twoslash": "^3.22.0", "@tanstack/react-query": "^5.90.21", "@tanstack/solid-query": "^5.90.23", - "@tanstack/svelte-query": "^6.0.18", + "@tanstack/svelte-query": "^6.1.0", "@tanstack/vue-query": "^5.92.9", "@types/node": "^22.19.3", - "ai": "^6.0.103", + "ai": "^6.0.105", "markdown-it-task-lists": "^2.1.1", "mermaid": "^11.12.3", "openai": "^6.25.0", "pinia": "^3.0.4", "superjson": "^2.2.6", - "svelte": "^5.53.5", + "svelte": "^5.53.6", "vitepress": "1.6.4", "vitepress-plugin-group-icons": "^1.7.1", "vitepress-plugin-llms": "^1.11.0", diff --git a/package.json b/package.json index 328c9be81..f012dc3d8 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-plugin-format": "^1.4.0", "jsdom": "^28.1.0", "knip": "^5.85.0", - "lint-staged": "^16.2.7", + "lint-staged": "^16.3.1", "msw": "^2.12.10", "pkg-pr-new": "^0.0.65", "sherif": "^1.10.0", diff --git a/packages/ai-sdk/package.json b/packages/ai-sdk/package.json index d70de51fe..4ceade748 100644 --- a/packages/ai-sdk/package.json +++ b/packages/ai-sdk/package.json @@ -43,7 +43,7 @@ "@orpc/shared": "workspace:*" }, "devDependencies": { - "ai": "^6.0.103", + "ai": "^6.0.105", "zod": "^4.3.6" } } diff --git a/packages/publisher/package.json b/packages/publisher/package.json index 66aaf8f44..82e4a35ba 100644 --- a/packages/publisher/package.json +++ b/packages/publisher/package.json @@ -68,7 +68,7 @@ "@orpc/standard-server": "workspace:*" }, "devDependencies": { - "@upstash/redis": "^1.36.2", - "ioredis": "^5.9.3" + "@upstash/redis": "^1.36.3", + "ioredis": "^5.10.0" } } diff --git a/packages/ratelimit/package.json b/packages/ratelimit/package.json index aaead76c3..d835d8435 100644 --- a/packages/ratelimit/package.json +++ b/packages/ratelimit/package.json @@ -73,7 +73,7 @@ }, "devDependencies": { "@upstash/ratelimit": "^2.0.8", - "@upstash/redis": "^1.36.2", - "ioredis": "^5.9.3" + "@upstash/redis": "^1.36.3", + "ioredis": "^5.10.0" } } diff --git a/packages/react-swr/package.json b/packages/react-swr/package.json index 27ebd8726..ea3d30d2e 100644 --- a/packages/react-swr/package.json +++ b/packages/react-swr/package.json @@ -40,6 +40,6 @@ "@orpc/shared": "workspace:*" }, "devDependencies": { - "swr": "^2.4.0" + "swr": "^2.4.1" } } diff --git a/packages/server/package.json b/packages/server/package.json index d25869985..cbafbbc9d 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -142,7 +142,7 @@ "cookie": "^1.1.1" }, "devDependencies": { - "@tanstack/router-core": "^1.163.2", + "@tanstack/router-core": "^1.163.3", "@types/ws": "^8.18.1", "crossws": "^0.4.4", "fastify": "^5.7.4", diff --git a/packages/svelte-query/package.json b/packages/svelte-query/package.json index 6f14506a6..44ccd4e7f 100644 --- a/packages/svelte-query/package.json +++ b/packages/svelte-query/package.json @@ -45,7 +45,7 @@ "@orpc/tanstack-query": "workspace:*" }, "devDependencies": { - "@tanstack/svelte-query": "^6.0.18", + "@tanstack/svelte-query": "^6.1.0", "zod": "^4.3.6" } } diff --git a/packages/tanstack-query/package.json b/packages/tanstack-query/package.json index 8fcc87862..b7528daa3 100644 --- a/packages/tanstack-query/package.json +++ b/packages/tanstack-query/package.json @@ -46,9 +46,9 @@ "@tanstack/query-core": "^5.90.20", "@tanstack/react-query": "^5.90.21", "@tanstack/solid-query": "^5.90.23", - "@tanstack/svelte-query": "^6.0.18", + "@tanstack/svelte-query": "^6.1.0", "@tanstack/vue-query": "^5.92.9", - "svelte": "^5.53.5", + "svelte": "^5.53.6", "vue": "^3.5.29", "zod": "^4.3.6" } diff --git a/packages/trpc/package.json b/packages/trpc/package.json index b573c1de6..77f71822e 100644 --- a/packages/trpc/package.json +++ b/packages/trpc/package.json @@ -42,7 +42,7 @@ "@orpc/shared": "workspace:*" }, "devDependencies": { - "@trpc/server": "^11.10.0", + "@trpc/server": "^11.11.0", "zod": "^4.3.6" } } diff --git a/playgrounds/cloudflare-worker/package.json b/playgrounds/cloudflare-worker/package.json index 545dfcd40..a18f58394 100644 --- a/playgrounds/cloudflare-worker/package.json +++ b/playgrounds/cloudflare-worker/package.json @@ -22,7 +22,7 @@ "@orpc/server": "next", "@orpc/tanstack-query": "next", "@orpc/zod": "next", - "@scalar/api-reference-react": "^0.8.64", + "@scalar/api-reference-react": "^0.8.66", "@tanstack/react-query": "^5.90.21", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", diff --git a/playgrounds/nest/package.json b/playgrounds/nest/package.json index e7ae458c2..7cf386bce 100644 --- a/playgrounds/nest/package.json +++ b/playgrounds/nest/package.json @@ -22,11 +22,11 @@ "@orpc/tanstack-query": "next", "@orpc/zod": "next", "@swc/cli": "^0.8.0", - "@swc/core": "^1.15.17", + "@swc/core": "^1.15.18", "@tanstack/react-query": "^5.90.21", "@types/express": "^5.0.6", "@types/node": "^22.19.3", - "globals": "^17.3.0", + "globals": "^17.4.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2", "source-map-support": "^0.5.21", diff --git a/playgrounds/svelte-kit/package.json b/playgrounds/svelte-kit/package.json index 4f46fa071..65613d742 100644 --- a/playgrounds/svelte-kit/package.json +++ b/playgrounds/svelte-kit/package.json @@ -19,10 +19,10 @@ "@orpc/tanstack-query": "next", "@orpc/zod": "next", "@sveltejs/adapter-auto": "^7.0.1", - "@sveltejs/kit": "^2.53.3", + "@sveltejs/kit": "^2.53.4", "@sveltejs/vite-plugin-svelte": "^6.2.4", - "@tanstack/svelte-query": "^6.0.18", - "svelte": "^5.53.5", + "@tanstack/svelte-query": "^6.1.0", + "svelte": "^5.53.6", "svelte-check": "^4.4.4", "typescript": "~5.9.3", "vite": "^7.3.1", diff --git a/playgrounds/tanstack-start/package.json b/playgrounds/tanstack-start/package.json index 0257be0df..285d9b15a 100644 --- a/playgrounds/tanstack-start/package.json +++ b/playgrounds/tanstack-start/package.json @@ -19,10 +19,10 @@ "@orpc/zod": "next", "@tanstack/react-query": "^5.90.21", "@tanstack/react-query-devtools": "^5.91.3", - "@tanstack/react-router": "^1.163.2", - "@tanstack/react-router-devtools": "^1.163.2", - "@tanstack/react-router-ssr-query": "^1.163.2", - "@tanstack/react-start": "^1.163.2", + "@tanstack/react-router": "^1.163.3", + "@tanstack/react-router-devtools": "^1.163.3", + "@tanstack/react-router-ssr-query": "^1.163.3", + "@tanstack/react-start": "^1.166.1", "@types/node": "^22.19.3", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d650dbea9..c9ae0d0b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,7 +23,7 @@ importers: version: 0.8.10(@solidjs/router@0.15.4(solid-js@1.9.11))(solid-js@1.9.11) '@sveltejs/vite-plugin-svelte': specifier: ^6.2.4 - version: 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@testing-library/jest-dom': specifier: ^6.9.1 version: 6.9.1 @@ -32,7 +32,7 @@ importers: version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@testing-library/svelte': specifier: ^5.3.1 - version: 5.3.1(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vitest@3.2.4) + version: 5.3.1(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vitest@3.2.4) '@testing-library/user-event': specifier: ^14.6.1 version: 14.6.1(@testing-library/dom@10.4.1) @@ -76,8 +76,8 @@ importers: specifier: ^5.85.0 version: 5.85.0(@types/node@22.19.7)(typescript@5.8.3) lint-staged: - specifier: ^16.2.7 - version: 16.2.7 + specifier: ^16.3.1 + version: 16.3.1 msw: specifier: ^2.12.10 version: 2.12.10(@types/node@22.19.7)(typescript@5.8.3) @@ -106,11 +106,11 @@ importers: apps/content: devDependencies: '@ai-sdk/google': - specifier: ^3.0.33 - version: 3.0.33(zod@4.3.6) + specifier: ^3.0.34 + version: 3.0.34(zod@4.3.6) '@ai-sdk/react': - specifier: ^3.0.105 - version: 3.0.105(react@19.2.4)(zod@4.3.6) + specifier: ^3.0.107 + version: 3.0.107(react@19.2.4)(zod@4.3.6) '@opentelemetry/instrumentation': specifier: ^0.212.0 version: 0.212.0(@opentelemetry/api@1.9.0) @@ -190,8 +190,8 @@ importers: specifier: ^5.90.23 version: 5.90.23(solid-js@1.9.11) '@tanstack/svelte-query': - specifier: ^6.0.18 - version: 6.0.18(svelte@5.53.5) + specifier: ^6.1.0 + version: 6.1.0(svelte@5.53.6) '@tanstack/vue-query': specifier: ^5.92.9 version: 5.92.9(vue@3.5.29(typescript@5.8.3)) @@ -199,8 +199,8 @@ importers: specifier: ^22.19.3 version: 22.19.7 ai: - specifier: ^6.0.103 - version: 6.0.103(zod@4.3.6) + specifier: ^6.0.105 + version: 6.0.105(zod@4.3.6) markdown-it-task-lists: specifier: ^2.1.1 version: 2.1.1 @@ -217,8 +217,8 @@ importers: specifier: ^2.2.6 version: 2.2.6 svelte: - specifier: ^5.53.5 - version: 5.53.5 + specifier: ^5.53.6 + version: 5.53.6 vitepress: specifier: 1.6.4 version: 1.6.4(@algolia/client-search@5.46.2)(@types/node@22.19.7)(@types/react@19.2.14)(change-case@5.4.4)(fuse.js@7.1.0)(postcss@8.5.6)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(search-insights@2.17.3)(terser@5.46.0)(typescript@5.8.3) @@ -257,8 +257,8 @@ importers: version: link:../shared devDependencies: ai: - specifier: ^6.0.103 - version: 6.0.103(zod@4.3.6) + specifier: ^6.0.105 + version: 6.0.105(zod@4.3.6) zod: specifier: ^4.3.6 version: 4.3.6 @@ -572,11 +572,11 @@ importers: version: link:../standard-server devDependencies: '@upstash/redis': - specifier: ^1.36.2 - version: 1.36.2 + specifier: ^1.36.3 + version: 1.36.3 ioredis: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^5.10.0 + version: 5.10.0 packages/publisher-durable-object: dependencies: @@ -620,13 +620,13 @@ importers: devDependencies: '@upstash/ratelimit': specifier: ^2.0.8 - version: 2.0.8(@upstash/redis@1.36.2) + version: 2.0.8(@upstash/redis@1.36.3) '@upstash/redis': - specifier: ^1.36.2 - version: 1.36.2 + specifier: ^1.36.3 + version: 1.36.3 ioredis: - specifier: ^5.9.3 - version: 5.9.3 + specifier: ^5.10.0 + version: 5.10.0 packages/react: dependencies: @@ -685,8 +685,8 @@ importers: version: link:../shared devDependencies: swr: - specifier: ^2.4.0 - version: 2.4.0(react@19.2.4) + specifier: ^2.4.1 + version: 2.4.1(react@19.2.4) packages/server: dependencies: @@ -725,8 +725,8 @@ importers: version: 1.1.1 devDependencies: '@tanstack/router-core': - specifier: ^1.163.2 - version: 1.163.2 + specifier: ^1.163.3 + version: 1.163.3 '@types/ws': specifier: ^8.18.1 version: 8.18.1 @@ -906,11 +906,11 @@ importers: version: link:../tanstack-query svelte: specifier: '>=4.2.0' - version: 5.53.5 + version: 5.53.6 devDependencies: '@tanstack/svelte-query': - specifier: ^6.0.18 - version: 6.0.18(svelte@5.53.5) + specifier: ^6.1.0 + version: 6.1.0(svelte@5.53.6) zod: specifier: ^4.3.6 version: 4.3.6 @@ -940,14 +940,14 @@ importers: specifier: ^5.90.23 version: 5.90.23(solid-js@1.9.11) '@tanstack/svelte-query': - specifier: ^6.0.18 - version: 6.0.18(svelte@5.53.5) + specifier: ^6.1.0 + version: 6.1.0(svelte@5.53.6) '@tanstack/vue-query': specifier: ^5.92.9 version: 5.92.9(vue@3.5.29(typescript@5.8.3)) svelte: - specifier: ^5.53.5 - version: 5.53.5 + specifier: ^5.53.6 + version: 5.53.6 vue: specifier: ^3.5.29 version: 3.5.29(typescript@5.8.3) @@ -968,8 +968,8 @@ importers: version: link:../shared devDependencies: '@trpc/server': - specifier: ^11.10.0 - version: 11.10.0(typescript@5.8.3) + specifier: ^11.11.0 + version: 11.11.0(typescript@5.8.3) zod: specifier: ^4.3.6 version: 4.3.6 @@ -1102,7 +1102,7 @@ importers: version: 19.2.3(@types/react@19.2.14) astro: specifier: ^5.18.0 - version: 5.18.0(@types/node@25.3.2)(@upstash/redis@1.36.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3)(jiti@2.6.1)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(yaml@2.8.2) + version: 5.18.0(@types/node@25.3.2)(@upstash/redis@1.36.3)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0)(jiti@2.6.1)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(yaml@2.8.2) react: specifier: ^19.2.4 version: 19.2.4 @@ -1260,8 +1260,8 @@ importers: specifier: next version: link:../../packages/zod '@scalar/api-reference-react': - specifier: ^0.8.64 - version: 0.8.64(change-case@5.4.4)(react@19.2.4)(tailwindcss@4.1.17)(typescript@5.8.3) + specifier: ^0.8.66 + version: 0.8.66(change-case@5.4.4)(react@19.2.4)(tailwindcss@4.1.17)(typescript@5.8.3) '@tanstack/react-query': specifier: ^5.90.21 version: 5.90.21(react@19.2.4) @@ -1378,7 +1378,7 @@ importers: version: 26.8.1(electron-builder-squirrel-windows@26.0.12) electron-vite: specifier: ^5.0.0 - version: 5.0.0(@swc/core@1.15.17(@swc/helpers@0.5.19))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 5.0.0(@swc/core@1.15.18(@swc/helpers@0.5.19))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) react: specifier: ^19.2.4 version: 19.2.4 @@ -1399,7 +1399,7 @@ importers: devDependencies: '@nestjs/cli': specifier: ^11.0.16 - version: 11.0.16(@swc/cli@0.8.0(@swc/core@1.15.17(@swc/helpers@0.5.19))(chokidar@4.0.3))(@swc/core@1.15.17(@swc/helpers@0.5.19))(@types/node@22.19.7) + version: 11.0.16(@swc/cli@0.8.0(@swc/core@1.15.18(@swc/helpers@0.5.19))(chokidar@4.0.3))(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@22.19.7) '@nestjs/common': specifier: ^11.1.14 version: 11.1.14(reflect-metadata@0.2.2)(rxjs@7.8.2) @@ -1438,10 +1438,10 @@ importers: version: link:../../packages/zod '@swc/cli': specifier: ^0.8.0 - version: 0.8.0(@swc/core@1.15.17(@swc/helpers@0.5.19))(chokidar@4.0.3) + version: 0.8.0(@swc/core@1.15.18(@swc/helpers@0.5.19))(chokidar@4.0.3) '@swc/core': - specifier: ^1.15.17 - version: 1.15.17(@swc/helpers@0.5.19) + specifier: ^1.15.18 + version: 1.15.18(@swc/helpers@0.5.19) '@tanstack/react-query': specifier: ^5.90.21 version: 5.90.21(react@19.2.4) @@ -1452,8 +1452,8 @@ importers: specifier: ^22.19.3 version: 22.19.7 globals: - specifier: ^17.3.0 - version: 17.3.0 + specifier: ^17.4.0 + version: 17.4.0 reflect-metadata: specifier: ^0.2.2 version: 0.2.2 @@ -1465,10 +1465,10 @@ importers: version: 0.5.21 ts-loader: specifier: ^9.5.4 - version: 9.5.4(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19))) + version: 9.5.4(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19))) ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.15.17(@swc/helpers@0.5.19))(@swc/wasm@1.15.7)(@types/node@22.19.7)(typescript@5.8.3) + version: 10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@swc/wasm@1.15.7)(@types/node@22.19.7)(typescript@5.8.3) tsconfig-paths: specifier: ^4.2.0 version: 4.2.0 @@ -1561,7 +1561,7 @@ importers: version: 5.92.9(vue@3.5.29(typescript@5.8.3)) nuxt: specifier: ^4.3.1 - version: 4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2) + version: 4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2) vue: specifier: latest version: 3.5.29(typescript@5.8.3) @@ -1597,7 +1597,7 @@ importers: version: 0.15.4(solid-js@1.9.11) '@solidjs/start': specifier: ^1.3.2 - version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/solid-query': specifier: ^5.90.23 version: 5.90.23(solid-js@1.9.11) @@ -1606,7 +1606,7 @@ importers: version: 1.9.11 vinxi: specifier: ^0.5.11 - version: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) + version: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) vite-plugin-top-level-await: specifier: ^1.6.0 version: 1.6.0(@swc/helpers@0.5.19)(rollup@4.57.0)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) @@ -1636,22 +1636,22 @@ importers: version: link:../../packages/zod '@sveltejs/adapter-auto': specifier: ^7.0.1 - version: 7.0.1(@sveltejs/kit@2.53.3(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))) + version: 7.0.1(@sveltejs/kit@2.53.4(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))) '@sveltejs/kit': - specifier: ^2.53.3 - version: 2.53.3(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + specifier: ^2.53.4 + version: 2.53.4(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@sveltejs/vite-plugin-svelte': specifier: ^6.2.4 - version: 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + version: 6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/svelte-query': - specifier: ^6.0.18 - version: 6.0.18(svelte@5.53.5) + specifier: ^6.1.0 + version: 6.1.0(svelte@5.53.6) svelte: - specifier: ^5.53.5 - version: 5.53.5 + specifier: ^5.53.6 + version: 5.53.6 svelte-check: specifier: ^4.4.4 - version: 4.4.4(picomatch@4.0.3)(svelte@5.53.5)(typescript@5.8.3) + version: 4.4.4(picomatch@4.0.3)(svelte@5.53.6)(typescript@5.8.3) typescript: specifier: ~5.8.3 version: 5.8.3 @@ -1692,17 +1692,17 @@ importers: specifier: ^5.91.3 version: 5.91.3(@tanstack/react-query@5.90.21(react@19.2.4))(react@19.2.4) '@tanstack/react-router': - specifier: ^1.163.2 - version: 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: ^1.163.3 + version: 1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@tanstack/react-router-devtools': - specifier: ^1.163.2 - version: 1.163.2(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.2)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: ^1.163.3 + version: 1.163.3(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.3)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@tanstack/react-router-ssr-query': - specifier: ^1.163.2 - version: 1.163.2(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + specifier: ^1.163.3 + version: 1.163.3(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@tanstack/react-start': - specifier: ^1.163.2 - version: 1.163.2(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1) + specifier: ^1.166.1 + version: 1.166.1(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1) '@types/node': specifier: ^22.19.3 version: 22.19.7 @@ -1763,20 +1763,20 @@ packages: peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/gateway@3.0.57': - resolution: {integrity: sha512-3MugqOlGfCOjlsBGGARJ5Zrioh78X3+rulHCayCMPySYKY+wc8GGFlFCCh4mleWQFShjMyqWT7eeLTuVSj/WSg==} + '@ai-sdk/gateway@3.0.59': + resolution: {integrity: sha512-MbtheWHgEFV/8HL1Z6E3hOAsmP73zZlNFg0F0nJAD0Adnjp4J/plqNK00Y896d+dWTw+r0OXzyov9/2wCFjH0Q==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/google@3.0.33': - resolution: {integrity: sha512-ElHkhMGMJ1MY5AlwLljWWE1jj+Bs3cMyq0KbeWUu2H89OsMAORiE4cB3xhfLlSIEnVmVKx/YHjoW3bN+DFI24A==} + '@ai-sdk/google@3.0.34': + resolution: {integrity: sha512-1tXUr1W5YACXPgtHYWIU3raqMsayp6cMI8NUT4EEzzZSpvHzkkiNWHEr+bGxEGurSUukfo+pE1RKpLwBFOZtJg==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/provider-utils@4.0.15': - resolution: {integrity: sha512-8XiKWbemmCbvNN0CLR9u3PQiet4gtEVIrX4zzLxnCj06AwsEDJwJVBbKrEI4t6qE8XRSIvU2irka0dcpziKW6w==} + '@ai-sdk/provider-utils@4.0.16': + resolution: {integrity: sha512-kBvDqNkt5EwlzF9FujmNhhtl8FYg3e8FO8P5uneKliqfRThWemzBj+wfYr7ZCymAQhTRnwSSz1/SOqhOAwmx9g==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -1795,8 +1795,8 @@ packages: resolution: {integrity: sha512-oGMAgGoQdBXbZqNG0Ze56CHjDZ1IDYOwGYxYjO5KLSlz5HiNQ9udIXsPZ61VWaHGZ5XW/jyjmr6t2xz2jGVwbQ==} engines: {node: '>=18'} - '@ai-sdk/react@3.0.105': - resolution: {integrity: sha512-61/JL6BCwaMMu0v+Z0xgp0d3+55P6UJKTGbyr1+9hJVcsAxegZERXjZ/NUY5O2lrSX48GroV0gdSw7a4/vlvHg==} + '@ai-sdk/react@3.0.107': + resolution: {integrity: sha512-IBuSTOFm3xNVH7rNv/IGPy4mUgM0y7PWw58hTPwL2Iat6gjIi9DquS3efHPbLSbgkvCmLuEgM2OjERzCT/3V2w==} engines: {node: '>=18'} peerDependencies: react: ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1 @@ -2373,8 +2373,8 @@ packages: '@cloudflare/workers-types@4.20260305.0': resolution: {integrity: sha512-sCgPFnQ03SVpC2OVW8wysONLZW/A8hlp9Mq2ckG/h1oId4kr9NawA6vUiOmOjCWRn2hIohejBYVQ+Vu20rCdKA==} - '@codemirror/autocomplete@6.20.0': - resolution: {integrity: sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==} + '@codemirror/autocomplete@6.20.1': + resolution: {integrity: sha512-1cvg3Vz1dSSToCNlJfRA2WSI4ht3K+WplO0UMOgmUYPivCyy2oueZY6Lx7M9wThm7SDUBViRmuT+OG/i8+ON9A==} '@codemirror/commands@6.10.2': resolution: {integrity: sha512-vvX1fsih9HledO1c9zdotZYUZnE4xV0m6i3m25s5DIfXofuprk6cRcLUZvSk3CASUbwjQX21tOGbkY2BH8TpnQ==} @@ -2385,8 +2385,8 @@ packages: '@codemirror/lang-html@6.4.11': resolution: {integrity: sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==} - '@codemirror/lang-javascript@6.2.4': - resolution: {integrity: sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA==} + '@codemirror/lang-javascript@6.2.5': + resolution: {integrity: sha512-zD4e5mS+50htS7F+TYjBPsiIFGanfVqg4HyUz6WNFikgOPf2BgKlx+TQedI1w6n/IqRBVBbBWmGFdLB/7uxO4A==} '@codemirror/lang-json@6.0.2': resolution: {integrity: sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==} @@ -2400,14 +2400,14 @@ packages: '@codemirror/language@6.12.2': resolution: {integrity: sha512-jEPmz2nGGDxhRTg3lTpzmIyGKxz3Gp3SJES4b0nAuE5SWQoKdT5GoQ69cwMmFd+wvFUhYirtDTr0/DRHpQAyWg==} - '@codemirror/lint@6.9.4': - resolution: {integrity: sha512-ABc9vJ8DEmvOWuH26P3i8FpMWPQkduD9Rvba5iwb6O3hxASgclm3T3krGo8NASXkHCidz6b++LWlzWIUfEPSWw==} + '@codemirror/lint@6.9.5': + resolution: {integrity: sha512-GElsbU9G7QT9xXhpUg1zWGmftA/7jamh+7+ydKRuT0ORpWS3wOSP0yT1FOlIZa7mIJjpVPipErsyvVqB9cfTFA==} '@codemirror/state@6.5.4': resolution: {integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==} - '@codemirror/view@6.39.15': - resolution: {integrity: sha512-aCWjgweIIXLBHh7bY6cACvXuyrZ0xGafjQ2VInjp4RM4gMfscK5uESiNdrH0pE+e1lZr2B4ONGsjchl2KsKZzg==} + '@codemirror/view@6.39.16': + resolution: {integrity: sha512-m6S22fFpKtOWhq8HuhzsI1WzUP/hB9THbDj0Tl5KX4gbO6Y91hwBl7Yky33NdvB6IffuRFiBxf1R8kJMyXmA4Q==} '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} @@ -3728,8 +3728,8 @@ packages: '@internationalized/number@3.6.5': resolution: {integrity: sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==} - '@ioredis/commands@1.5.0': - resolution: {integrity: sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==} + '@ioredis/commands@1.5.1': + resolution: {integrity: sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==} '@isaacs/balanced-match@4.0.1': resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} @@ -6063,34 +6063,34 @@ packages: cpu: [x64] os: [win32] - '@scalar/agent-chat@0.5.18': - resolution: {integrity: sha512-F+a0Pe5byETQDIbY7uFOLVhuCGa8p0ch1VI5z3pnd9vWe0alA+NOFuy//T6QapjtxBsmOAfFFsrscOzzF+z1Rw==} + '@scalar/agent-chat@0.7.0': + resolution: {integrity: sha512-d3jlKsa6DvFZGMYeXNuyIBJBIZef0RvyY1Hf48EEokzjgKI9zNl7ffuaPeSzJ8eQoOVecfxD9dZziUyiq/rotw==} engines: {node: '>=20'} '@scalar/analytics-client@1.0.1': resolution: {integrity: sha512-ai4DJuxsNLUEgJIlYDE3n8/oF47M31Rgjz3LxbefzejxE8LiidUud/fcEzMYtdxqJYi3ketzhSbTWK0o6gg4mQ==} engines: {node: '>=20'} - '@scalar/api-client@2.29.4': - resolution: {integrity: sha512-8BsdXrli7h6WIJ6+tG4Zr3qLAmYO8bj6HFohpii/URnJlDholKE9i1tNNlLr+PP3v4H1oEQbw+eKJ0sRF4KCHg==} + '@scalar/api-client@2.31.0': + resolution: {integrity: sha512-buLu//NIE18zybfoXRDllv4TY7D0vR3xH7+Y9nHy0lB0E1YHRD+H1klipybJBBn40qbr3VwOnD1GSWbBvZT9ZQ==} engines: {node: '>=20'} - '@scalar/api-reference-react@0.8.64': - resolution: {integrity: sha512-/udIRlN342fPrWhg4lkoyXfbT0ENZzERYEsApp4Rg0tXMzPkif7InmMsGaBxtO9v8tFM/U/d2o586LGRwS9TFg==} + '@scalar/api-reference-react@0.8.66': + resolution: {integrity: sha512-yWQItVGPtjN2+ZDqxHbcHqwHlQkNfQ5XVPLS0KTnJs6xCYUmnEkwLvFHMYvk02Ck+32wqxp25kFDR+PqBZtBLQ==} engines: {node: '>=20'} peerDependencies: react: ^18.0.0 || ^19.0.0 - '@scalar/api-reference@1.44.27': - resolution: {integrity: sha512-nvE8rDBo6YLxHzoZ9phDD/Xq6Kf6/tOUej9UKnjGiitLlcuarPAkbC7WRZNzI41EuuUNEtNFWz2ImaZXVtg6fQ==} + '@scalar/api-reference@1.46.0': + resolution: {integrity: sha512-VvNppnIqU5f9yFRAjjRt4TAPyAvxikhkYOqd91JMAal2hPpdnggz0gM/d2CFF+mHYd9TqfOE4lKijMK4bEZWpg==} engines: {node: '>=20'} '@scalar/code-highlight@0.2.4': resolution: {integrity: sha512-sF9kpxyeh+jwh0ZpXias9UrPBbZf0zgY8Y2nlQqYAwVdGbFdO/bIzjKTi9vWCkKS78NsBfz7rLnJsQ+UP/11rA==} engines: {node: '>=20'} - '@scalar/components@0.19.10': - resolution: {integrity: sha512-cw2Lvl/NeUoKRSCOZGKMVvoamZr+dvyD1w18xSMienM3JPMmFXrVDdVt3akZYbSj11y0+clkMV13rrkHTGq49w==} + '@scalar/components@0.19.12': + resolution: {integrity: sha512-0muOmtrMjO/ClFyRAvR+jTVAR/RGMP4N/BN2W3psfZ83GcAIOpNA1hm/0MFEVLisY+ZeCGETOWE1yIie5VG5qA==} engines: {node: '>=20'} '@scalar/draggable@0.3.0': @@ -6113,8 +6113,8 @@ packages: resolution: {integrity: sha512-WhNsLzjaCwa0hdYVezHnNmlOkX8PMPbyljeBfHtkmxMSf8W5Ht1LePQzfWzMc9SFwN6n7LcR4XVQvUwwNIyUUg==} engines: {node: '>=20'} - '@scalar/oas-utils@0.6.48': - resolution: {integrity: sha512-vH0E9DKYwyR0rjcUggUhaNU3g24WJw3z7VsPoN+tQ6ABxUU9IcQmvExnydKcecmFDrIjMW9KJq6QGJWtvzK9LA==} + '@scalar/oas-utils@0.8.0': + resolution: {integrity: sha512-5Y45sbOaj/29Kx/fx9/XmIlMXY7xAqueSWswVFm7yKUmHq02u4cMQ3ZfPuIlDJHSr8Ry5bsjJnNH7jmwAgf0Kg==} engines: {node: '>=20'} '@scalar/object-utils@1.2.30': @@ -6137,16 +6137,16 @@ packages: resolution: {integrity: sha512-UjbkyGnKjqC7FLtch3jab2otOobRfIRmPIgniJtu1vYcrWtVfZlH0WsTtdK21ex5uQHpO3//SGQGU49RJQyA+w==} engines: {node: '>=20'} - '@scalar/sidebar@0.7.41': - resolution: {integrity: sha512-UvkttYTybL9OnmI78iERNSjs7YHnXUJcCSjM2Ntq75OGg5PPxnziD4I6lYqd3T9qw/7Qox0SBMbLWKHKK/+/mQ==} + '@scalar/sidebar@0.7.43': + resolution: {integrity: sha512-1qnlg0vk40EGkPO38DUGCURmSQcQ3CoFynYav109pLJkL9T0zJmSc2WTuAZ5edzImFBh5AxB6Sq+OZbap4RnCw==} engines: {node: '>=20'} '@scalar/snippetz@0.6.17': resolution: {integrity: sha512-kDfW8gqqDt0FGDaG4KSYWgtmF0xy8d9idAF56lMRdjHiJFVp313OATX5jaHvkpYEYGVDbCSSfFFs1D9jNTCqDg==} engines: {node: '>=20'} - '@scalar/themes@0.14.0': - resolution: {integrity: sha512-VCEBYRnXqQdek+MGVNP+aNepdofDm6sMn5Yr+AUd3eKbakGsLbNjuK1RNvZ+7RiGPVF1xLltNazkExWHBwLCIw==} + '@scalar/themes@0.14.2': + resolution: {integrity: sha512-CMmiaF4GQwYMyYBENZ5tl8kS0sB1t1hEzeuLd/A9zlF24Zqz+X3AzawQOchiiawk3WmEvwpMQAwaio27wUuwiw==} engines: {node: '>=20'} '@scalar/typebox@0.1.3': @@ -6156,8 +6156,8 @@ packages: resolution: {integrity: sha512-24AwoTKOggB+VNY65yIuSXwE5/kwjplqrx4v+VYuRBtIMVt3I+Ppaz45Xk3QoDirNCGtraNRpAbfArLRlFcP/w==} engines: {node: '>=20'} - '@scalar/use-codemirror@0.13.45': - resolution: {integrity: sha512-9EN7GP5D073E5l2m6+rmv+qC4tH9iAH32mX1iBvibni2zSL5LBT9snKfN+2LbquCCKhirRyRoHo6+lgIA12/xg==} + '@scalar/use-codemirror@0.13.47': + resolution: {integrity: sha512-R2GJOCMTyshqzHAY6wCbcdeXU64YO+HpoTro2kpXM1GnW9Ufi3hMlOg8GjnxVnY1OWVM27yW+6Q0suw1vBWQ7w==} engines: {node: '>=20'} '@scalar/use-hooks@0.3.7': @@ -6168,8 +6168,8 @@ packages: resolution: {integrity: sha512-t8QoQO4ZWekiSdJ2O7C+PbXfv7x2fmhv3C7t/iITdNpOyLv4jAhlELGpxQHkWsU0ZwRrLU8e+rV0jJcKWE6vYA==} engines: {node: '>=20'} - '@scalar/workspace-store@0.34.4': - resolution: {integrity: sha512-7VQkf6uJoywoLh6vTfEWxMSjBDk+hvoNWomkF3rd2bAzUv03BuuU4fqs2ieiNWIRBa0nEY3LwIj/4VtWZZHOFw==} + '@scalar/workspace-store@0.35.1': + resolution: {integrity: sha512-yRy9IrDtqwqYJ9R4tiqdWj9YTQ7qew5w2Z8rpid/z16inhzqreD8snIonkXTG/eLBkm2n88O2lwPe3R+Po3bZQ==} engines: {node: '>=18'} '@sec-ant/readable-stream@0.4.1': @@ -6368,8 +6368,8 @@ packages: peerDependencies: '@sveltejs/kit': ^2.0.0 - '@sveltejs/kit@2.53.3': - resolution: {integrity: sha512-tshOeBUid2v5LAblUpatIdFm5Cyykbw2EiKWOunAAX0A/oJaR7DOdC9wLR5Qqh9zUf3QUISA2m9A3suBdQSYQg==} + '@sveltejs/kit@2.53.4': + resolution: {integrity: sha512-iAIPEahFgDJJyvz8g0jP08KvqnM6JvdW8YfsygZ+pMeMvyM2zssWMltcsotETvjSZ82G3VlitgDtBIvpQSZrTA==} engines: {node: '>=18.13'} hasBin: true peerDependencies: @@ -6410,68 +6410,68 @@ packages: chokidar: optional: true - '@swc/core-darwin-arm64@1.15.17': - resolution: {integrity: sha512-eB9qdyt4E60323IS0rgV/rd79DJ+YWSyIKi+sT1dlIgR3ns4xlBiunREM3lVH0FKcUbhttiBvdVubT4QoOuZ+w==} + '@swc/core-darwin-arm64@1.15.18': + resolution: {integrity: sha512-+mIv7uBuSaywN3C9LNuWaX1jJJ3SKfiJuE6Lr3bd+/1Iv8oMU7oLBjYMluX1UrEPzwN2qCdY6Io0yVicABoCwQ==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.15.17': - resolution: {integrity: sha512-k1TZARYs8947jJpSioqcPrusz+wEeABF4iiSdwcSyQh2rIUdIEk5FOyaqJASFPJ6dZfx7ZVOyjtDATVAegs2/Q==} + '@swc/core-darwin-x64@1.15.18': + resolution: {integrity: sha512-wZle0eaQhnzxWX5V/2kEOI6Z9vl/lTFEC6V4EWcn+5pDjhemCpQv9e/TDJ0GIoiClX8EDWRvuZwh+Z3dhL1NAg==} engines: {node: '>=10'} cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.15.17': - resolution: {integrity: sha512-p6282NQZo5bzx0wphz1ETGjhcRB9CN+/XUAjQwApyoyX9iCloI5IT/RC3vjbflo42g8RPTxUTaItAO0hlLSesQ==} + '@swc/core-linux-arm-gnueabihf@1.15.18': + resolution: {integrity: sha512-ao61HGXVqrJFHAcPtF4/DegmwEkVCo4HApnotLU8ognfmU8x589z7+tcf3hU+qBiU1WOXV5fQX6W9Nzs6hjxDw==} engines: {node: '>=10'} cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.15.17': - resolution: {integrity: sha512-TGnDS4ejy8y9jqxXqZCyA+DvFc64nXUHS9rxdyeJ9B9uyIdtKVhBrA2xfghYRS/sSPSyHZ0yu89NxBICvONH+A==} + '@swc/core-linux-arm64-gnu@1.15.18': + resolution: {integrity: sha512-3xnctOBLIq3kj8PxOCgPrGjBLP/kNOddr6f5gukYt/1IZxsITQaU9TDyjeX6jG+FiCIHjCuWuffsyQDL5Ew1bg==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.15.17': - resolution: {integrity: sha512-D0/6Hj4CkgSTTahtlGxv9IDsLTuvQz30mkZEMDp8TqwYhCL8AomznkibwlQU8HtY4q/dqd1OGRPH+FmNb4BBEA==} + '@swc/core-linux-arm64-musl@1.15.18': + resolution: {integrity: sha512-0a+Lix+FSSHBSBOA0XznCcHo5/1nA6oLLjcnocvzXeqtdjnPb+SvchItHI+lfeiuj1sClYPDvPMLSLyXFaiIKw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.15.17': - resolution: {integrity: sha512-1s2OFsg6DeRkWU7c+PIfIHZsFCbiZ34akXFHrg7KjpF8zIvpHZNoUUZimoWEwcB6GquXSkAO+1b5KpG5nusTeQ==} + '@swc/core-linux-x64-gnu@1.15.18': + resolution: {integrity: sha512-wG9J8vReUlpaHz4KOD/5UE1AUgirimU4UFT9oZmupUDEofxJKYb1mTA/DrMj0s78bkBiNI+7Fo2EgPuvOJfuAA==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.15.17': - resolution: {integrity: sha512-gtxGMGYtRWWmCcgx6xM2Yos43uiE/j8kZwkeL/LNGG9zM0tatd23NsfL9PnQJ45hY7QZ+dx2rM68e4ArgG4kJg==} + '@swc/core-linux-x64-musl@1.15.18': + resolution: {integrity: sha512-4nwbVvCphKzicwNWRmvD5iBaZj8JYsRGa4xOxJmOyHlMDpsvvJ2OR2cODlvWyGFH6BYL1MfIAK3qph3hp0Az6g==} engines: {node: '>=10'} cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.15.17': - resolution: {integrity: sha512-gxi+/Miytez/O9vJ/QiheIivA3oWZjPp9nJu3VmAfLMWUzcZORMwgaI1ygtDTLjz7CzcwlGMJz/Ab66Y5DfNpg==} + '@swc/core-win32-arm64-msvc@1.15.18': + resolution: {integrity: sha512-zk0RYO+LjiBCat2RTMHzAWaMky0cra9loH4oRrLKLLNuL+jarxKLFDA8xTZWEkCPLjUTwlRN7d28eDLLMgtUcQ==} engines: {node: '>=10'} cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.15.17': - resolution: {integrity: sha512-KUsRqNbTp7SpNK0T9m4+i8GlngzNjwb69a3ttKA6XJ5r6Pewm+NSYji93pNkawXIivbWY2jhvceGMAyd+4hWaQ==} + '@swc/core-win32-ia32-msvc@1.15.18': + resolution: {integrity: sha512-yVuTrZ0RccD5+PEkpcLOBAuPbYBXS6rslENvIXfvJGXSdX5QGi1ehC4BjAMl5FkKLiam4kJECUI0l7Hq7T1vwg==} engines: {node: '>=10'} cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.15.17': - resolution: {integrity: sha512-zqtEGE0/rTKvEC5sOtpANLHeWEPjsTD4/rwpUxo6ymztcLI/Z+L9Wi9xQvIGmLTUih1gvNZcAwROqdfRP3oAWQ==} + '@swc/core-win32-x64-msvc@1.15.18': + resolution: {integrity: sha512-7NRmE4hmUQNCbYU3Hn9Tz57mK9Qq4c97ZS+YlamlK6qG9Fb5g/BB3gPDe0iLlJkns/sYv2VWSkm8c3NmbEGjbg==} engines: {node: '>=10'} cpu: [x64] os: [win32] - '@swc/core@1.15.17': - resolution: {integrity: sha512-Mu3eOrYlkdQPl7yqotNckitTr6FZ0yd7mlWIBEzK+EGIyybgMENJHmbS2DeA7BMleJiBElP6ke+Nz93pkKmKJw==} + '@swc/core@1.15.18': + resolution: {integrity: sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA==} engines: {node: '>=10'} peerDependencies: '@swc/helpers': '>=0.5.17' @@ -6539,20 +6539,20 @@ packages: peerDependencies: react: ^18 || ^19 - '@tanstack/react-router-devtools@1.163.2': - resolution: {integrity: sha512-gk/tC+vx8eoNNIM27vfb/bZTXQjpopw7tZA4WkRQWLh9A8PG3V6QjMQysbPcRRO5m7KtdCbTk51ZG4ERi0J1kA==} + '@tanstack/react-router-devtools@1.163.3': + resolution: {integrity: sha512-42VMkV/2Z8ro7xzblPBRNZIEmCNXMzm2jD68G52p2qhjXm38wGpg46qneAESN9FtTQeVWk5aSXs47/jt7lkzmw==} engines: {node: '>=20.19'} peerDependencies: - '@tanstack/react-router': ^1.163.2 - '@tanstack/router-core': ^1.163.2 + '@tanstack/react-router': ^1.163.3 + '@tanstack/router-core': ^1.163.3 react: '>=18.0.0 || >=19.0.0' react-dom: '>=18.0.0 || >=19.0.0' peerDependenciesMeta: '@tanstack/router-core': optional: true - '@tanstack/react-router-ssr-query@1.163.2': - resolution: {integrity: sha512-ABt3+XUifb3DGtXVFHPqO1A0+ZE/z/V8zdEJHXhoB0u/sHZ0Ar8UiWka+w87QE3rp9Cn/ySfFlak5q7HvVCPfw==} + '@tanstack/react-router-ssr-query@1.163.3': + resolution: {integrity: sha512-O7dPDbuSJIH7hNfpJxnaHuslciZEe97gP80A9leUto+5D/TlG8Fj1WXvbDkMm8PoWSK8UPdqp7vLg3a4XKc3qQ==} engines: {node: '>=20.19'} peerDependencies: '@tanstack/query-core': '>=5.90.0' @@ -6561,29 +6561,29 @@ packages: react: '>=18.0.0 || >=19.0.0' react-dom: '>=18.0.0 || >=19.0.0' - '@tanstack/react-router@1.163.2': - resolution: {integrity: sha512-1LosUlpL2mRMWxUZXmkEg5+Br5P5j9TrLngqRgHVbZoFkjnbcj1x9fQN2OVLrBv9Npw97NRsHeJljnAH/c7oSw==} + '@tanstack/react-router@1.163.3': + resolution: {integrity: sha512-hheBbFVb+PbxtrWp8iy6+TTRTbhx3Pn6hKo8Tv/sWlG89ZMcD1xpQWzx8ukHN9K8YWbh5rdzt4kv6u8X4kB28Q==} engines: {node: '>=20.19'} peerDependencies: react: '>=18.0.0 || >=19.0.0' react-dom: '>=18.0.0 || >=19.0.0' - '@tanstack/react-start-client@1.163.2': - resolution: {integrity: sha512-JBlJflRK9lIkuOySEdwrAAyhbIc3DCrUsLUT59+oX7DntBsFnfWLEhXNtZ58PcSR7G6fprGLF4ASW6VAMmA87g==} + '@tanstack/react-start-client@1.164.1': + resolution: {integrity: sha512-Ez3EN9/tl8Km0joBuKkuWLBwDWoe3o+x0REF0FE1cf/tfuV1aItQQ1adb5DAPlm7ys402NQDdHeuGnY3bWOnqg==} engines: {node: '>=22.12.0'} peerDependencies: react: '>=18.0.0 || >=19.0.0' react-dom: '>=18.0.0 || >=19.0.0' - '@tanstack/react-start-server@1.163.2': - resolution: {integrity: sha512-Qjg4hZf10GlgH+Mod/yrStHvYOb2XkDjzdMUJ+KX63XlZBT/+0mhg90NgqXAIfa1D3g45caCFrGg4Xd+imYpig==} + '@tanstack/react-start-server@1.166.0': + resolution: {integrity: sha512-Knvga2rL5yWu9EgCtoFglTM0HZR3BNc6nBFOJUqBlLRobLmG0HggG2bD7/t4intO/YEjzYzfVT1YVug+vi7ang==} engines: {node: '>=22.12.0'} peerDependencies: react: '>=18.0.0 || >=19.0.0' react-dom: '>=18.0.0 || >=19.0.0' - '@tanstack/react-start@1.163.2': - resolution: {integrity: sha512-Y/dxoxH1+YLeRECvMlcHaCgL6YdKXO5D5P5ZInjGAha/GJ0v3KNwS5u+45UZfmQRZXqmilsgaeLEMVV5AvgBnw==} + '@tanstack/react-start@1.166.1': + resolution: {integrity: sha512-hx/t39mz71GnrzRP/7sZKxvvOkuaNTo4oWsTlIGofVy19fTGhMsgOSTWPrdAY6c5OiFIPyIpmMFp1gpZbOkY+Q==} engines: {node: '>=22.12.0'} peerDependencies: react: '>=18.0.0 || >=19.0.0' @@ -6596,30 +6596,30 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@tanstack/router-core@1.163.2': - resolution: {integrity: sha512-mD0Pav6kcpS317XSJN+wCZaxLLngDhlwgzPNca56dWCp8YKPEvhhj/Zdl+LdRlJQ2VJ5BOy7FbOV1hErc9Nj5Q==} + '@tanstack/router-core@1.163.3': + resolution: {integrity: sha512-jPptiGq/w3nuPzcMC7RNa79aU+b6OjaDzWJnBcV2UAwL4ThJamRS4h42TdhJE+oF5yH9IEnCOGQdfnbw45LbfA==} engines: {node: '>=20.19'} - '@tanstack/router-devtools-core@1.163.2': - resolution: {integrity: sha512-IrbSK30AtMOgCLXTbvhnVsU6BGjhwB8EjfZIQLtUPDvFsP0RH3/2ZiWRA3a0EsQhxkl+fxIVByVP7wgyRzkZPQ==} + '@tanstack/router-devtools-core@1.163.3': + resolution: {integrity: sha512-FPi64IP0PT1IkoeyGmsD6JoOVOYAb85VCH0mUbSdD90yV0+1UB6oT+D7K27GXkp7SXMJN3mBEjU5rKnNnmSCIw==} engines: {node: '>=20.19'} peerDependencies: - '@tanstack/router-core': ^1.163.2 + '@tanstack/router-core': ^1.163.3 csstype: ^3.0.10 peerDependenciesMeta: csstype: optional: true - '@tanstack/router-generator@1.163.2': - resolution: {integrity: sha512-6LjU3+8iKEgt8iOaYCmCnQCs0jsOhc7z8fa1yAYlj3s82uYWv3g5CB9mwv8wZXblXBQWOl+hW4PI6WNjP/CK9w==} + '@tanstack/router-generator@1.164.0': + resolution: {integrity: sha512-Uiyj+RtW0kdeqEd8NEd3Np1Z2nhJ2xgLS8U+5mTvFrm/s3xkM2LYjJHoLzc6am7sKPDsmeF9a4/NYq3R7ZJP0Q==} engines: {node: '>=20.19'} - '@tanstack/router-plugin@1.163.2': - resolution: {integrity: sha512-SrVILMz/c15RYWxIMG+bf/glLbP/O9DUxOg0E7bo9pooBxGPvgWSlEzHNjhVekLhK5l7fiuQZzKsfksVeIEqDA==} + '@tanstack/router-plugin@1.164.0': + resolution: {integrity: sha512-cZPsEMhqzyzmuPuDbsTAzBZaT+cj0pGjwdhjxJfPCM06Ax8v4tFR7n/Ug0UCwnNAUEmKZWN3lA9uT+TxXnk9PQ==} engines: {node: '>=20.19'} peerDependencies: '@rsbuild/core': '>=1.0.2' - '@tanstack/react-router': ^1.163.2 + '@tanstack/react-router': ^1.163.3 vite: '>=5.0.0 || >=6.0.0 || >=7.0.0' vite-plugin-solid: ^2.11.10 webpack: '>=5.92.0' @@ -6635,8 +6635,8 @@ packages: webpack: optional: true - '@tanstack/router-ssr-query-core@1.163.2': - resolution: {integrity: sha512-+9OJATtbBzN0MsvAoOEXNjDa7IxNqmMvwaYsRNpBJE3oVDTcq7373rFWPDcQSj2A7wxdS+f0VjFBSqqQlL1Ykg==} + '@tanstack/router-ssr-query-core@1.163.3': + resolution: {integrity: sha512-i01cZdgG+fOEEuDclg1eq2X5Ptm0UF5cNYeFwMDBLQnNfil5NrDwxdFPdDx/YLevMaeGbVbiFS0m0u9A3ItzjA==} engines: {node: '>=20.19'} peerDependencies: '@tanstack/query-core': '>=5.90.0' @@ -6655,33 +6655,33 @@ packages: peerDependencies: solid-js: ^1.6.0 - '@tanstack/start-client-core@1.163.2': - resolution: {integrity: sha512-PiOnvd83rqOsyWcN3CxJqoqr41pxM2wAHfchMITKz7rlsX+4J8CWMpHM3yNnLrKRqUnqX3Td9VUV4ueU+4ZCNA==} + '@tanstack/start-client-core@1.164.1': + resolution: {integrity: sha512-xo5YbDQu4vUtbnXa9RopuTPeK4FMdmIspPBQv4J5u7uYlf4LhkFHHoNBqxpnm0u2LX4c6ObscrG1bT8N0FDDHA==} engines: {node: '>=22.12.0'} '@tanstack/start-fn-stubs@1.161.4': resolution: {integrity: sha512-b8s6iSQ+ny0P4lGK0n3DKaL6EI7SECG0/89svDeYieVw2+MaFOJVcQo3rU3BUvmuOcIkgkE5IhdzkmzPXH6yfA==} engines: {node: '>=22.12.0'} - '@tanstack/start-plugin-core@1.163.2': - resolution: {integrity: sha512-y+ransqRMyvTCLd4xU7feo57YsFT8oX++gKfh8pjNgzZTmkbySKBGv8UmO2mvwaNMkZmPwABYOPz60zd3Ls5DQ==} + '@tanstack/start-plugin-core@1.166.1': + resolution: {integrity: sha512-GL6o0PmTncyJRiSUV6hFi3oYoYzuR+VqarDku5pJyvVmyKsQ3iIraCMXduuYNtVrzLA5d+ijXeSyX1j7uOWohA==} engines: {node: '>=22.12.0'} peerDependencies: vite: '>=7.0.0' - '@tanstack/start-server-core@1.163.2': - resolution: {integrity: sha512-2BJzeIuBuHSSQL119vx4MlXktorwOiRqCUaeQOi84LQMbcM78vVl1vWwgU/e/Hjzwz44dwcs5KHaFgfPeRNduA==} + '@tanstack/start-server-core@1.166.0': + resolution: {integrity: sha512-DW/CgeqwQSEuNyjQo6MFoPfxv7uKlRsbRpiPzE2R0PH9GBF6c0M+R6ejD7VEqVFIURQJd8fPcvTfVjSWqJZYiA==} engines: {node: '>=22.12.0'} - '@tanstack/start-storage-context@1.163.2': - resolution: {integrity: sha512-zBCn0XqrcS0SDjmRjnnxVMLNCpOx6tveCzKvsoI3xwnJ4iIEMyo2HAS4i3qw+EbAaBam2g5skN9OLd46VEY4uw==} + '@tanstack/start-storage-context@1.163.3': + resolution: {integrity: sha512-JJfY4Ikz9yg9gye+PCsMoUO765UBjiFmwLywUjr5W3hJ5uUImdOGClh5ovuxw5pkVaWhw5r7YDRlmAyOkZOCmA==} engines: {node: '>=22.12.0'} '@tanstack/store@0.9.1': resolution: {integrity: sha512-+qcNkOy0N1qSGsP7omVCW0SDrXtaDcycPqBDE726yryiA5eTDFpjBReaYjghVJwNf1pcPMyzIwTGlYjCSQR0Fg==} - '@tanstack/svelte-query@6.0.18': - resolution: {integrity: sha512-iGS8osfrIVUW5pkV4Ig6pspNIMtiNjGnVTNJKDas0m/QaNDFFIKbgg74rCzcjwrTIvO38tMpzb4VUKklvAmjxw==} + '@tanstack/svelte-query@6.1.0': + resolution: {integrity: sha512-iKeMaBalk5NeRvp1Y2LgtG3j9HCeLcTEpfsyM+jL1wASnW/EYdCqyyotMKkOY4SNsnBpPDM5zrmstMn6tOzKFQ==} peerDependencies: svelte: ^5.25.0 @@ -6769,8 +6769,8 @@ packages: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - '@trpc/server@11.10.0': - resolution: {integrity: sha512-zZjTrR6He61e5TiT7e/bQqab/jRcXBZM8Fg78Yoo8uh5pz60dzzbYuONNUCOkafv5ppXVMms4NHYfNZgzw50vg==} + '@trpc/server@11.11.0': + resolution: {integrity: sha512-5CBK5Oit8qv2k2zgIHrUsa12tnCIVpZIJLvMa4n2tejuWz/d7Qb1B1v9zZioapr7y8sEvnk8zPcNnxcT2LlQxg==} peerDependencies: typescript: ~5.8.3 @@ -7193,13 +7193,13 @@ packages: '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@unhead/vue@2.1.4': - resolution: {integrity: sha512-MFvywgkHMt/AqbhmKOqRuzvuHBTcmmmnUa7Wm/Sg11leXAeRShv2PcmY7IiYdeeJqBMCm1jwhcs6201jj6ggZg==} + '@unhead/vue@2.1.10': + resolution: {integrity: sha512-VP78Onh2HNezLPfhYjfHqn4dxlcQsE6PJgTTs61NksO/thvilNswtgBq0N0MWCLtn43N5akEPGW2y2zxM3PWgQ==} peerDependencies: vue: '>=3.5.18' - '@unhead/vue@2.1.9': - resolution: {integrity: sha512-7SqqDEn5zFID1PnEdjLCLa/kOhoAlzol0JdYfVr2Ejek+H4ON4s8iyExv2QQ8bReMosbXQ/Bw41j2CF1NUuGSA==} + '@unhead/vue@2.1.4': + resolution: {integrity: sha512-MFvywgkHMt/AqbhmKOqRuzvuHBTcmmmnUa7Wm/Sg11leXAeRShv2PcmY7IiYdeeJqBMCm1jwhcs6201jj6ggZg==} peerDependencies: vue: '>=3.5.18' @@ -7212,8 +7212,8 @@ packages: peerDependencies: '@upstash/redis': ^1.34.3 - '@upstash/redis@1.36.2': - resolution: {integrity: sha512-C0Yt8hc12vLaQYRG1fMci8iPrLtnTdbJG0HR5T8vKnvEP/1RdMMblsOJs5/jp0JXZJ1oSzMnQz4J9EVezNpI6A==} + '@upstash/redis@1.36.3': + resolution: {integrity: sha512-wxo1ei4OHDHm4UGMgrNVz9QUEela9N/Iwi4p1JlHNSowQiPi+eljlGnfbZVkV0V4PIrjGtGFJt5GjWM5k28enA==} '@valibot/to-json-schema@1.5.0': resolution: {integrity: sha512-GE7DmSr1C2UCWPiV0upRH6mv0cCPsqYGs819fb6srCS1tWhyXrkGGe+zxUiwzn/L1BOfADH4sNjY/YHCuP8phQ==} @@ -7766,8 +7766,8 @@ packages: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} - ai@6.0.103: - resolution: {integrity: sha512-4eY6Ut4u41zKH+P2S/oLlZrwxeWQh4kIV1FjE34Jhoiwg+v1AyfSYM8FslXk9rTAtIIaOBimrCUqXacC5RBqJw==} + ai@6.0.105: + resolution: {integrity: sha512-rp+exWtZS3J0DDvZIfetpKCIg7D3cCsvBPoFN3I67IDTs9aoBZDbpecoIkmNLT+U9RBkoEial3OGHRvme23HCw==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -7838,10 +7838,6 @@ packages: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} - ansi-escapes@7.2.0: - resolution: {integrity: sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==} - engines: {node: '>=18'} - ansi-escapes@7.3.0: resolution: {integrity: sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==} engines: {node: '>=18'} @@ -8466,8 +8462,8 @@ packages: resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==} engines: {node: '>=8'} - cli-truncate@5.1.1: - resolution: {integrity: sha512-SroPvNHxUnk+vIW/dOSfNqdy1sPEFkrTk6TUtqLCnBlo3N7TNYYkzzN7uSD6+jVjrdO4+p8nH7JzH6cIvUem6A==} + cli-truncate@5.2.0: + resolution: {integrity: sha512-xRwvIOMGrfOAnM1JYtqQImuaNtDEv9v6oIYAs4LIHwTiKee8uwvIi363igssOC0O5U04i4AlENs79LQLu9tEMw==} engines: {node: '>=20'} cli-width@4.1.0: @@ -8536,8 +8532,8 @@ packages: resolution: {integrity: sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==} engines: {node: '>=18'} - commander@14.0.2: - resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} engines: {node: '>=20'} commander@2.20.3: @@ -9966,6 +9962,9 @@ packages: flatted@3.3.3: resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} + flatted@3.3.4: + resolution: {integrity: sha512-3+mMldrTAPdta5kjX2G2J7iX4zxtnwpdA8Tr2ZSjkyPSanvbZAcy6flmtnXbEybHrDcU9641lxrMfFuUxVz9vA==} + flattie@1.1.1: resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} engines: {node: '>=8'} @@ -10244,8 +10243,8 @@ packages: resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==} engines: {node: '>=18'} - globals@17.3.0: - resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==} + globals@17.4.0: + resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==} engines: {node: '>=18'} globalthis@1.0.4: @@ -10608,8 +10607,8 @@ packages: resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} engines: {node: '>=12'} - ioredis@5.9.3: - resolution: {integrity: sha512-VI5tMCdeoxZWU5vjHWsiE/Su76JGhBvWF1MJnV9ZtGltHk9BmD48oDq8Tj8haZ85aceXZMxLNDQZRVo5QKNgXA==} + ioredis@5.10.0: + resolution: {integrity: sha512-HVBe9OFuqs+Z6n64q09PQvP1/R4Bm+30PAyyD4wIEqssh3v9L21QjCVk4kRLucMBcDokJTcLjsGeVRlq/nH6DA==} engines: {node: '>=12.22.0'} ip-address@10.1.0: @@ -11116,8 +11115,8 @@ packages: linkify-it@5.0.0: resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} - lint-staged@16.2.7: - resolution: {integrity: sha512-lDIj4RnYmK7/kXMya+qJsmkRFkGolciXjrsZ6PC25GdTfWOAWetR0ZbsNXRAj1EHHImRSalc+whZFg56F5DVow==} + lint-staged@16.3.1: + resolution: {integrity: sha512-bqvvquXzFBAlSbluugR4KXAe4XnO/QZcKVszpkBtqLWa2KEiVy8n6Xp38OeUbv/gOJOX4Vo9u5pFt/ADvbm42Q==} engines: {node: '>=20.17'} hasBin: true @@ -11125,8 +11124,8 @@ packages: resolution: {integrity: sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==} hasBin: true - listr2@10.1.1: - resolution: {integrity: sha512-4oogpJzRRGtq41B0GKZIldzYCnQTgX2DPM/XvcfNu7g2E7sxaast009150RKFZBnrHAnfMOUaedIqdIOLCCRxQ==} + listr2@10.1.2: + resolution: {integrity: sha512-ENXj5KYVtdZigbaWY0+lUCzRZNvKDEbxree+93oaCeSz8GICxgJyOMi6U9mHuiFd3hJ9y0RIDQh8RYttBKOnaQ==} engines: {node: '>=22.0.0'} listr2@9.0.5: @@ -11212,10 +11211,6 @@ packages: resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==} engines: {node: '>=18'} - log-update@7.2.0: - resolution: {integrity: sha512-iLs7dGSyjZiUgvrUvuD3FndAxVJk+TywBkkkwUSm9HdYoskJalWg5qVsEiXeufPvRVPbCUmNQewg798rx+sPXg==} - engines: {node: '>=20'} - long@5.3.2: resolution: {integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==} @@ -12313,11 +12308,6 @@ packages: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} - pidtree@0.6.0: - resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} - engines: {node: '>=0.10'} - hasBin: true - pinia@3.0.4: resolution: {integrity: sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==} peerDependencies: @@ -13144,6 +13134,10 @@ packages: resolution: {integrity: sha512-1n3r/tGXO6b6VXMdFT54SHzT9ytu9yr7TaELowdYpMqY/Ao7EnlQGmAQ1+RatX7Tkkdm6hONI2owqNx2aZj5Sw==} engines: {node: '>=11.0.0'} + sax@1.5.0: + resolution: {integrity: sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==} + engines: {node: '>=11.0.0'} + saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} @@ -13528,11 +13522,6 @@ packages: sprintf-js@1.1.3: resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} - srvx@0.11.7: - resolution: {integrity: sha512-p9qj9wkv/MqG1VoJpOsqXv1QcaVcYRk7ifsC6i3TEwDXFyugdhJN4J3KzQPZq2IJJ2ZCt7ASOB++85pEK38jRw==} - engines: {node: '>=20.16.0'} - hasBin: true - srvx@0.11.8: resolution: {integrity: sha512-2n9t0YnAXPJjinytvxccNgs7rOA5gmE7Wowt/8Dy2dx2fDC6sBhfBpbrCvjYKALlVukPS/Uq3QwkolKNa7P/2Q==} engines: {node: '>=20.16.0'} @@ -13625,10 +13614,6 @@ packages: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} - strip-ansi@7.1.2: - resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} - engines: {node: '>=12'} - strip-ansi@7.2.0: resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==} engines: {node: '>=12'} @@ -13769,8 +13754,8 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 typescript: ~5.8.3 - svelte@5.53.5: - resolution: {integrity: sha512-YkqERnF05g8KLdDZwZrF8/i1eSbj6Eoat8Jjr2IfruZz9StLuBqo8sfCSzjosNKd+ZrQ8DkKZDjpO5y3ht1Pow==} + svelte@5.53.6: + resolution: {integrity: sha512-lP5DGF3oDDI9fhHcSpaBiJEkFLuS16h92DhM1L5K1lFm0WjOmUh1i2sNkBBk8rkxJRpob0dBE75jRfUzGZUOGA==} engines: {node: '>=18'} svgo@4.0.0: @@ -13778,8 +13763,8 @@ packages: engines: {node: '>=16'} hasBin: true - swr@2.4.0: - resolution: {integrity: sha512-sUlC20T8EOt1pHmDiqueUWMmRRX03W7w5YxovWX7VR2KHEPCTMly85x05vpkP5i6Bu4h44ePSMD9Tc+G2MItFw==} + swr@2.4.1: + resolution: {integrity: sha512-2CC6CiKQtEwaEeNiqWTAw9PGykW8SR5zZX8MZk6TeAvEAnVS7Visz8WzphqgtQ8v2xz/4Q5K+j+SeMaKXeeQIA==} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -14216,12 +14201,12 @@ packages: unenv@2.0.0-rc.24: resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==} + unhead@2.1.10: + resolution: {integrity: sha512-We8l9uNF8zz6U8lfQaVG70+R/QBfQx1oPIgXin4BtZnK2IQpz6yazQ0qjMNVBDw2ADgF2ea58BtvSK+XX5AS7g==} + unhead@2.1.4: resolution: {integrity: sha512-+5091sJqtNNmgfQ07zJOgUnMIMKzVKAWjeMlSrTdSGPB6JSozhpjUKuMfWEoLxlMAfhIvgOU8Me0XJvmMA/0fA==} - unhead@2.1.9: - resolution: {integrity: sha512-4GvP6YeJQzo9J3g9fFZUJOH6jacUp5JgJ0/zC8eZrt8Dwompg9SuOSfrYbZaEzsfMPgQc4fsEjMoY9WzGPOChg==} - unicorn-magic@0.3.0: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} engines: {node: '>=18'} @@ -15347,20 +15332,20 @@ snapshots: '@vercel/oidc': 3.1.0 zod: 4.3.6 - '@ai-sdk/gateway@3.0.57(zod@4.3.6)': + '@ai-sdk/gateway@3.0.59(zod@4.3.6)': dependencies: '@ai-sdk/provider': 3.0.8 - '@ai-sdk/provider-utils': 4.0.15(zod@4.3.6) + '@ai-sdk/provider-utils': 4.0.16(zod@4.3.6) '@vercel/oidc': 3.1.0 zod: 4.3.6 - '@ai-sdk/google@3.0.33(zod@4.3.6)': + '@ai-sdk/google@3.0.34(zod@4.3.6)': dependencies: '@ai-sdk/provider': 3.0.8 - '@ai-sdk/provider-utils': 4.0.15(zod@4.3.6) + '@ai-sdk/provider-utils': 4.0.16(zod@4.3.6) zod: 4.3.6 - '@ai-sdk/provider-utils@4.0.15(zod@4.3.6)': + '@ai-sdk/provider-utils@4.0.16(zod@4.3.6)': dependencies: '@ai-sdk/provider': 3.0.8 '@standard-schema/spec': 1.1.0 @@ -15382,12 +15367,12 @@ snapshots: dependencies: json-schema: 0.4.0 - '@ai-sdk/react@3.0.105(react@19.2.4)(zod@4.3.6)': + '@ai-sdk/react@3.0.107(react@19.2.4)(zod@4.3.6)': dependencies: - '@ai-sdk/provider-utils': 4.0.15(zod@4.3.6) - ai: 6.0.103(zod@4.3.6) + '@ai-sdk/provider-utils': 4.0.16(zod@4.3.6) + ai: 6.0.105(zod@4.3.6) react: 19.2.4 - swr: 2.4.0(react@19.2.4) + swr: 2.4.1(react@19.2.4) throttleit: 2.1.0 transitivePeerDependencies: - zod @@ -15624,7 +15609,7 @@ snapshots: eslint-plugin-vue: 10.7.0(@stylistic/eslint-plugin@5.8.0(eslint@10.0.0(jiti@2.6.1)))(@typescript-eslint/parser@8.55.0(eslint@10.0.0(jiti@2.6.1))(typescript@5.8.3))(eslint@10.0.0(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@10.0.0(jiti@2.6.1))) eslint-plugin-yml: 3.1.2(eslint@10.0.0(jiti@2.6.1)) eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.29)(eslint@10.0.0(jiti@2.6.1)) - globals: 17.3.0 + globals: 17.4.0 jsonc-eslint-parser: 2.4.2 local-pkg: 1.1.2 parse-gitignore: 2.0.0 @@ -16156,23 +16141,23 @@ snapshots: '@cloudflare/workers-types@4.20260305.0': {} - '@codemirror/autocomplete@6.20.0': + '@codemirror/autocomplete@6.20.1': dependencies: '@codemirror/language': 6.12.2 '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@lezer/common': 1.5.1 '@codemirror/commands@6.10.2': dependencies: '@codemirror/language': 6.12.2 '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@lezer/common': 1.5.1 '@codemirror/lang-css@6.3.1': dependencies: - '@codemirror/autocomplete': 6.20.0 + '@codemirror/autocomplete': 6.20.1 '@codemirror/language': 6.12.2 '@codemirror/state': 6.5.4 '@lezer/common': 1.5.1 @@ -16180,23 +16165,23 @@ snapshots: '@codemirror/lang-html@6.4.11': dependencies: - '@codemirror/autocomplete': 6.20.0 + '@codemirror/autocomplete': 6.20.1 '@codemirror/lang-css': 6.3.1 - '@codemirror/lang-javascript': 6.2.4 + '@codemirror/lang-javascript': 6.2.5 '@codemirror/language': 6.12.2 '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@lezer/common': 1.5.1 '@lezer/css': 1.3.1 '@lezer/html': 1.3.13 - '@codemirror/lang-javascript@6.2.4': + '@codemirror/lang-javascript@6.2.5': dependencies: - '@codemirror/autocomplete': 6.20.0 + '@codemirror/autocomplete': 6.20.1 '@codemirror/language': 6.12.2 - '@codemirror/lint': 6.9.4 + '@codemirror/lint': 6.9.5 '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@lezer/common': 1.5.1 '@lezer/javascript': 1.5.4 @@ -16207,16 +16192,16 @@ snapshots: '@codemirror/lang-xml@6.1.0': dependencies: - '@codemirror/autocomplete': 6.20.0 + '@codemirror/autocomplete': 6.20.1 '@codemirror/language': 6.12.2 '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@lezer/common': 1.5.1 '@lezer/xml': 1.0.6 '@codemirror/lang-yaml@6.1.2': dependencies: - '@codemirror/autocomplete': 6.20.0 + '@codemirror/autocomplete': 6.20.1 '@codemirror/language': 6.12.2 '@codemirror/state': 6.5.4 '@lezer/common': 1.5.1 @@ -16227,23 +16212,23 @@ snapshots: '@codemirror/language@6.12.2': dependencies: '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@lezer/common': 1.5.1 '@lezer/highlight': 1.2.3 '@lezer/lr': 1.4.8 style-mod: 4.1.3 - '@codemirror/lint@6.9.4': + '@codemirror/lint@6.9.5': dependencies: '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 crelt: 1.0.6 '@codemirror/state@6.5.4': dependencies: '@marijn/find-cluster-break': 1.0.2 - '@codemirror/view@6.39.15': + '@codemirror/view@6.39.16': dependencies: '@codemirror/state': 6.5.4 crelt: 1.0.6 @@ -17395,7 +17380,7 @@ snapshots: dependencies: '@swc/helpers': 0.5.19 - '@ioredis/commands@1.5.0': {} + '@ioredis/commands@1.5.1': {} '@isaacs/balanced-match@4.0.1': {} @@ -17645,7 +17630,7 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@nestjs/cli@11.0.16(@swc/cli@0.8.0(@swc/core@1.15.17(@swc/helpers@0.5.19))(chokidar@4.0.3))(@swc/core@1.15.17(@swc/helpers@0.5.19))(@types/node@22.19.7)': + '@nestjs/cli@11.0.16(@swc/cli@0.8.0(@swc/core@1.15.18(@swc/helpers@0.5.19))(chokidar@4.0.3))(@swc/core@1.15.18(@swc/helpers@0.5.19))(@types/node@22.19.7)': dependencies: '@angular-devkit/core': 19.2.19(chokidar@4.0.3) '@angular-devkit/schematics': 19.2.19(chokidar@4.0.3) @@ -17656,18 +17641,18 @@ snapshots: chokidar: 4.0.3 cli-table3: 0.6.5 commander: 4.1.1 - fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19))) + fork-ts-checker-webpack-plugin: 9.1.0(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19))) glob: 13.0.0 node-emoji: 1.11.0 ora: 5.4.1 tsconfig-paths: 4.2.0 tsconfig-paths-webpack-plugin: 4.2.0 typescript: 5.8.3 - webpack: 5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19)) + webpack: 5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19)) webpack-node-externals: 3.0.0 optionalDependencies: - '@swc/cli': 0.8.0(@swc/core@1.15.17(@swc/helpers@0.5.19))(chokidar@4.0.3) - '@swc/core': 1.15.17(@swc/helpers@0.5.19) + '@swc/cli': 0.8.0(@swc/core@1.15.18(@swc/helpers@0.5.19))(chokidar@4.0.3) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) transitivePeerDependencies: - '@types/node' - esbuild @@ -17835,7 +17820,7 @@ snapshots: pkg-types: 2.3.0 scule: 1.3.0 semver: 7.7.4 - srvx: 0.11.7 + srvx: 0.11.8 std-env: 3.10.0 tinyexec: 1.0.2 ufo: 1.6.3 @@ -17962,7 +17947,7 @@ snapshots: transitivePeerDependencies: - magicast - '@nuxt/nitro-server@4.3.1(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(typescript@5.8.3)(xml2js@0.6.2)': + '@nuxt/nitro-server@4.3.1(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(typescript@5.8.3)(xml2js@0.6.2)': dependencies: '@nuxt/devalue': 2.0.2 '@nuxt/kit': 4.3.1(magicast@0.5.2) @@ -17979,8 +17964,8 @@ snapshots: impound: 1.0.0 klona: 2.0.6 mocked-exports: 0.1.1 - nitropack: 2.13.1(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(encoding@0.1.13)(xml2js@0.6.2) - nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2) + nitropack: 2.13.1(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(encoding@0.1.13)(xml2js@0.6.2) + nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2) ohash: 2.0.11 pathe: 2.0.3 pkg-types: 2.3.0 @@ -17988,7 +17973,7 @@ snapshots: std-env: 3.10.0 ufo: 1.6.3 unctx: 2.5.0 - unstorage: 1.17.4(@upstash/redis@1.36.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3) + unstorage: 1.17.4(@upstash/redis@1.36.3)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0) vue: 3.5.29(typescript@5.8.3) vue-bundle-renderer: 2.2.0 vue-devtools-stub: 0.1.0 @@ -18048,7 +18033,7 @@ snapshots: rc9: 3.0.0 std-env: 3.10.0 - '@nuxt/vite-builder@4.3.1(@types/node@25.3.2)(eslint@10.0.0(jiti@2.6.1))(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.29(typescript@5.8.3))(yaml@2.8.2)': + '@nuxt/vite-builder@4.3.1(@types/node@25.3.2)(eslint@10.0.0(jiti@2.6.1))(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.29(typescript@5.8.3))(yaml@2.8.2)': dependencies: '@nuxt/kit': 4.3.1(magicast@0.5.2) '@rollup/plugin-replace': 6.0.3(rollup@4.59.0) @@ -18067,7 +18052,7 @@ snapshots: magic-string: 0.30.21 mlly: 1.8.0 mocked-exports: 0.1.1 - nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2) + nuxt: 4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2) pathe: 2.0.3 pkg-types: 2.3.0 postcss: 8.5.6 @@ -19544,11 +19529,11 @@ snapshots: '@protobufjs/utf8@1.1.0': {} - '@replit/codemirror-css-color-picker@6.3.0(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15)': + '@replit/codemirror-css-color-picker@6.3.0(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.16)': dependencies: '@codemirror/language': 6.12.2 '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@rolldown/pluginutils@1.0.0-beta.27': {} @@ -19916,19 +19901,19 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.59.0': optional: true - '@scalar/agent-chat@0.5.18(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3)': + '@scalar/agent-chat@0.7.0(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3)': dependencies: '@ai-sdk/vue': 3.0.33(vue@3.5.29(typescript@5.8.3))(zod@4.3.6) - '@scalar/api-client': 2.29.4(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) - '@scalar/components': 0.19.10(typescript@5.8.3) + '@scalar/api-client': 2.31.0(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) + '@scalar/components': 0.19.12(typescript@5.8.3) '@scalar/helpers': 0.2.16 '@scalar/icons': 0.5.3(typescript@5.8.3) '@scalar/json-magic': 0.11.5 '@scalar/openapi-types': 0.5.3 - '@scalar/themes': 0.14.0 + '@scalar/themes': 0.14.2 '@scalar/types': 0.6.8 '@scalar/use-toasts': 0.9.1(typescript@5.8.3) - '@scalar/workspace-store': 0.34.4(typescript@5.8.3) + '@scalar/workspace-store': 0.35.1(typescript@5.8.3) '@vueuse/core': 13.9.0(vue@3.5.29(typescript@5.8.3)) ai: 6.0.33(zod@4.3.6) neverpanic: 0.0.5(typescript@5.8.3) @@ -19956,31 +19941,31 @@ snapshots: dependencies: zod: 4.3.6 - '@scalar/api-client@2.29.4(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3)': + '@scalar/api-client@2.31.0(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3)': dependencies: '@headlessui/tailwindcss': 0.2.2(tailwindcss@4.1.17) '@headlessui/vue': 1.7.23(vue@3.5.29(typescript@5.8.3)) '@scalar/analytics-client': 1.0.1 - '@scalar/components': 0.19.10(typescript@5.8.3) + '@scalar/components': 0.19.12(typescript@5.8.3) '@scalar/draggable': 0.3.0(typescript@5.8.3) '@scalar/helpers': 0.2.16 '@scalar/icons': 0.5.3(typescript@5.8.3) '@scalar/import': 0.4.53 '@scalar/json-magic': 0.11.5 - '@scalar/oas-utils': 0.6.48(typescript@5.8.3) + '@scalar/oas-utils': 0.8.0(typescript@5.8.3) '@scalar/object-utils': 1.2.30 '@scalar/openapi-parser': 0.24.15 '@scalar/openapi-types': 0.5.3 '@scalar/postman-to-openapi': 0.4.8 - '@scalar/sidebar': 0.7.41(typescript@5.8.3) + '@scalar/sidebar': 0.7.43(typescript@5.8.3) '@scalar/snippetz': 0.6.17 - '@scalar/themes': 0.14.0 + '@scalar/themes': 0.14.2 '@scalar/typebox': 0.1.3 '@scalar/types': 0.6.8 - '@scalar/use-codemirror': 0.13.45(typescript@5.8.3) + '@scalar/use-codemirror': 0.13.47(typescript@5.8.3) '@scalar/use-hooks': 0.3.7(typescript@5.8.3) '@scalar/use-toasts': 0.9.1(typescript@5.8.3) - '@scalar/workspace-store': 0.34.4(typescript@5.8.3) + '@scalar/workspace-store': 0.35.1(typescript@5.8.3) '@types/har-format': 1.2.16 '@vueuse/core': 13.9.0(vue@3.5.29(typescript@5.8.3)) '@vueuse/integrations': 13.9.0(change-case@5.4.4)(focus-trap@7.8.0)(fuse.js@7.1.0)(vue@3.5.29(typescript@5.8.3)) @@ -20014,9 +19999,9 @@ snapshots: - typescript - universal-cookie - '@scalar/api-reference-react@0.8.64(change-case@5.4.4)(react@19.2.4)(tailwindcss@4.1.17)(typescript@5.8.3)': + '@scalar/api-reference-react@0.8.66(change-case@5.4.4)(react@19.2.4)(tailwindcss@4.1.17)(typescript@5.8.3)': dependencies: - '@scalar/api-reference': 1.44.27(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) + '@scalar/api-reference': 1.46.0(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) '@scalar/types': 0.6.8 react: 19.2.4 transitivePeerDependencies: @@ -20035,26 +20020,26 @@ snapshots: - typescript - universal-cookie - '@scalar/api-reference@1.44.27(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3)': + '@scalar/api-reference@1.46.0(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3)': dependencies: '@headlessui/vue': 1.7.23(vue@3.5.29(typescript@5.8.3)) - '@scalar/agent-chat': 0.5.18(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) - '@scalar/api-client': 2.29.4(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) + '@scalar/agent-chat': 0.7.0(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) + '@scalar/api-client': 2.31.0(change-case@5.4.4)(tailwindcss@4.1.17)(typescript@5.8.3) '@scalar/code-highlight': 0.2.4 - '@scalar/components': 0.19.10(typescript@5.8.3) + '@scalar/components': 0.19.12(typescript@5.8.3) '@scalar/helpers': 0.2.16 '@scalar/icons': 0.5.3(typescript@5.8.3) - '@scalar/oas-utils': 0.6.48(typescript@5.8.3) + '@scalar/oas-utils': 0.8.0(typescript@5.8.3) '@scalar/openapi-parser': 0.24.15 '@scalar/openapi-types': 0.5.3 - '@scalar/sidebar': 0.7.41(typescript@5.8.3) + '@scalar/sidebar': 0.7.43(typescript@5.8.3) '@scalar/snippetz': 0.6.17 - '@scalar/themes': 0.14.0 + '@scalar/themes': 0.14.2 '@scalar/types': 0.6.8 '@scalar/use-hooks': 0.3.7(typescript@5.8.3) '@scalar/use-toasts': 0.9.1(typescript@5.8.3) - '@scalar/workspace-store': 0.34.4(typescript@5.8.3) - '@unhead/vue': 2.1.9(vue@3.5.29(typescript@5.8.3)) + '@scalar/workspace-store': 0.35.1(typescript@5.8.3) + '@unhead/vue': 2.1.10(vue@3.5.29(typescript@5.8.3)) '@vueuse/core': 13.9.0(vue@3.5.29(typescript@5.8.3)) fuse.js: 7.1.0 github-slugger: 2.0.0 @@ -20098,7 +20083,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@scalar/components@0.19.10(typescript@5.8.3)': + '@scalar/components@0.19.12(typescript@5.8.3)': dependencies: '@floating-ui/utils': 0.2.10 '@floating-ui/vue': 1.1.9(vue@3.5.29(typescript@5.8.3)) @@ -20106,8 +20091,8 @@ snapshots: '@scalar/code-highlight': 0.2.4 '@scalar/helpers': 0.2.16 '@scalar/icons': 0.5.3(typescript@5.8.3) - '@scalar/oas-utils': 0.6.48(typescript@5.8.3) - '@scalar/themes': 0.14.0 + '@scalar/oas-utils': 0.8.0(typescript@5.8.3) + '@scalar/themes': 0.14.2 '@scalar/use-hooks': 0.3.7(typescript@5.8.3) '@vueuse/core': 13.9.0(vue@3.5.29(typescript@5.8.3)) cva: 1.0.0-beta.4(typescript@5.8.3) @@ -20149,16 +20134,16 @@ snapshots: pathe: 2.0.3 yaml: 2.8.2 - '@scalar/oas-utils@0.6.48(typescript@5.8.3)': + '@scalar/oas-utils@0.8.0(typescript@5.8.3)': dependencies: '@scalar/helpers': 0.2.16 '@scalar/json-magic': 0.11.5 '@scalar/object-utils': 1.2.30 '@scalar/openapi-types': 0.5.3 - '@scalar/themes': 0.14.0 + '@scalar/themes': 0.14.2 '@scalar/types': 0.6.8 - '@scalar/workspace-store': 0.34.4(typescript@5.8.3) - flatted: 3.3.3 + '@scalar/workspace-store': 0.35.1(typescript@5.8.3) + flatted: 3.3.4 github-slugger: 2.0.0 type-fest: 5.4.4 vue: 3.5.29(typescript@5.8.3) @@ -20171,7 +20156,7 @@ snapshots: '@scalar/object-utils@1.2.30': dependencies: '@scalar/helpers': 0.2.16 - flatted: 3.3.3 + flatted: 3.3.4 just-clone: 6.2.0 ts-deepmerge: 7.0.3 @@ -20201,14 +20186,14 @@ snapshots: '@scalar/helpers': 0.2.16 '@scalar/openapi-types': 0.5.3 - '@scalar/sidebar@0.7.41(typescript@5.8.3)': + '@scalar/sidebar@0.7.43(typescript@5.8.3)': dependencies: - '@scalar/components': 0.19.10(typescript@5.8.3) + '@scalar/components': 0.19.12(typescript@5.8.3) '@scalar/helpers': 0.2.16 '@scalar/icons': 0.5.3(typescript@5.8.3) - '@scalar/themes': 0.14.0 + '@scalar/themes': 0.14.2 '@scalar/use-hooks': 0.3.7(typescript@5.8.3) - '@scalar/workspace-store': 0.34.4(typescript@5.8.3) + '@scalar/workspace-store': 0.35.1(typescript@5.8.3) vue: 3.5.29(typescript@5.8.3) transitivePeerDependencies: - '@vue/composition-api' @@ -20221,7 +20206,7 @@ snapshots: js-base64: 3.7.8 stringify-object: 6.0.0 - '@scalar/themes@0.14.0': + '@scalar/themes@0.14.2': dependencies: nanoid: 5.1.6 @@ -20234,9 +20219,9 @@ snapshots: type-fest: 5.4.4 zod: 4.3.6 - '@scalar/use-codemirror@0.13.45(typescript@5.8.3)': + '@scalar/use-codemirror@0.13.47(typescript@5.8.3)': dependencies: - '@codemirror/autocomplete': 6.20.0 + '@codemirror/autocomplete': 6.20.1 '@codemirror/commands': 6.10.2 '@codemirror/lang-css': 6.3.1 '@codemirror/lang-html': 6.4.11 @@ -20244,13 +20229,13 @@ snapshots: '@codemirror/lang-xml': 6.1.0 '@codemirror/lang-yaml': 6.1.2 '@codemirror/language': 6.12.2 - '@codemirror/lint': 6.9.4 + '@codemirror/lint': 6.9.5 '@codemirror/state': 6.5.4 - '@codemirror/view': 6.39.15 + '@codemirror/view': 6.39.16 '@lezer/common': 1.5.1 '@lezer/highlight': 1.2.3 - '@replit/codemirror-css-color-picker': 6.3.0(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.15) - '@scalar/components': 0.19.10(typescript@5.8.3) + '@replit/codemirror-css-color-picker': 6.3.0(@codemirror/language@6.12.2)(@codemirror/state@6.5.4)(@codemirror/view@6.39.16) + '@scalar/components': 0.19.12(typescript@5.8.3) vue: 3.5.29(typescript@5.8.3) transitivePeerDependencies: - '@vue/composition-api' @@ -20275,7 +20260,7 @@ snapshots: transitivePeerDependencies: - typescript - '@scalar/workspace-store@0.34.4(typescript@5.8.3)': + '@scalar/workspace-store@0.35.1(typescript@5.8.3)': dependencies: '@scalar/code-highlight': 0.2.4 '@scalar/helpers': 0.2.16 @@ -20538,11 +20523,11 @@ snapshots: dependencies: solid-js: 1.9.11 - '@solidjs/start@1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@solidjs/start@1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': dependencies: '@tanstack/server-functions-plugin': 1.121.21(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) - '@vinxi/plugin-directives': 0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2)) - '@vinxi/server-components': 0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2)) + '@vinxi/plugin-directives': 0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2)) + '@vinxi/server-components': 0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2)) cookie-es: 2.0.0 defu: 6.1.4 error-stack-parser: 2.1.4 @@ -20554,7 +20539,7 @@ snapshots: source-map-js: 1.2.1 terracotta: 1.1.0(solid-js@1.9.11) tinyglobby: 0.2.15 - vinxi: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) + vinxi: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) vite-plugin-solid: 2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) transitivePeerDependencies: - '@testing-library/jest-dom' @@ -20587,15 +20572,15 @@ snapshots: dependencies: acorn: 8.16.0 - '@sveltejs/adapter-auto@7.0.1(@sveltejs/kit@2.53.3(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))': + '@sveltejs/adapter-auto@7.0.1(@sveltejs/kit@2.53.4(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))': dependencies: - '@sveltejs/kit': 2.53.3(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@sveltejs/kit': 2.53.4(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) - '@sveltejs/kit@2.53.3(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@sveltejs/kit@2.53.4(@opentelemetry/api@1.9.0)(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': dependencies: '@standard-schema/spec': 1.1.0 '@sveltejs/acorn-typescript': 1.0.9(acorn@8.16.0) - '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@types/cookie': 0.6.0 acorn: 8.16.0 cookie: 0.6.0 @@ -20606,49 +20591,49 @@ snapshots: mrmime: 2.0.1 set-cookie-parser: 3.0.1 sirv: 3.0.2 - svelte: 5.53.5 + svelte: 5.53.6 vite: 7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) optionalDependencies: '@opentelemetry/api': 1.9.0 typescript: 5.8.3 - '@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': dependencies: - '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) obug: 2.1.1 - svelte: 5.53.5 + svelte: 5.53.6 vite: 7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) - '@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@sveltejs/vite-plugin-svelte-inspector@5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': dependencies: - '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@sveltejs/vite-plugin-svelte': 6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) obug: 2.1.1 - svelte: 5.53.5 + svelte: 5.53.6 vite: 7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) - '@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) deepmerge: 4.3.1 magic-string: 0.30.21 obug: 2.1.1 - svelte: 5.53.5 + svelte: 5.53.6 vite: 7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) vitefu: 1.1.1(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) - '@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': + '@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.5)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) + '@sveltejs/vite-plugin-svelte-inspector': 5.0.2(@sveltejs/vite-plugin-svelte@6.2.4(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(svelte@5.53.6)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) deepmerge: 4.3.1 magic-string: 0.30.21 obug: 2.1.1 - svelte: 5.53.5 + svelte: 5.53.6 vite: 7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) vitefu: 1.1.1(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) - '@swc/cli@0.8.0(@swc/core@1.15.17(@swc/helpers@0.5.19))(chokidar@4.0.3)': + '@swc/cli@0.8.0(@swc/core@1.15.18(@swc/helpers@0.5.19))(chokidar@4.0.3)': dependencies: - '@swc/core': 1.15.17(@swc/helpers@0.5.19) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) '@swc/counter': 0.1.3 '@xhmikosr/bin-wrapper': 13.2.0 commander: 8.3.0 @@ -20665,51 +20650,51 @@ snapshots: - react-native-b4a - supports-color - '@swc/core-darwin-arm64@1.15.17': + '@swc/core-darwin-arm64@1.15.18': optional: true - '@swc/core-darwin-x64@1.15.17': + '@swc/core-darwin-x64@1.15.18': optional: true - '@swc/core-linux-arm-gnueabihf@1.15.17': + '@swc/core-linux-arm-gnueabihf@1.15.18': optional: true - '@swc/core-linux-arm64-gnu@1.15.17': + '@swc/core-linux-arm64-gnu@1.15.18': optional: true - '@swc/core-linux-arm64-musl@1.15.17': + '@swc/core-linux-arm64-musl@1.15.18': optional: true - '@swc/core-linux-x64-gnu@1.15.17': + '@swc/core-linux-x64-gnu@1.15.18': optional: true - '@swc/core-linux-x64-musl@1.15.17': + '@swc/core-linux-x64-musl@1.15.18': optional: true - '@swc/core-win32-arm64-msvc@1.15.17': + '@swc/core-win32-arm64-msvc@1.15.18': optional: true - '@swc/core-win32-ia32-msvc@1.15.17': + '@swc/core-win32-ia32-msvc@1.15.18': optional: true - '@swc/core-win32-x64-msvc@1.15.17': + '@swc/core-win32-x64-msvc@1.15.18': optional: true - '@swc/core@1.15.17(@swc/helpers@0.5.19)': + '@swc/core@1.15.18(@swc/helpers@0.5.19)': dependencies: '@swc/counter': 0.1.3 '@swc/types': 0.1.25 optionalDependencies: - '@swc/core-darwin-arm64': 1.15.17 - '@swc/core-darwin-x64': 1.15.17 - '@swc/core-linux-arm-gnueabihf': 1.15.17 - '@swc/core-linux-arm64-gnu': 1.15.17 - '@swc/core-linux-arm64-musl': 1.15.17 - '@swc/core-linux-x64-gnu': 1.15.17 - '@swc/core-linux-x64-musl': 1.15.17 - '@swc/core-win32-arm64-msvc': 1.15.17 - '@swc/core-win32-ia32-msvc': 1.15.17 - '@swc/core-win32-x64-msvc': 1.15.17 + '@swc/core-darwin-arm64': 1.15.18 + '@swc/core-darwin-x64': 1.15.18 + '@swc/core-linux-arm-gnueabihf': 1.15.18 + '@swc/core-linux-arm64-gnu': 1.15.18 + '@swc/core-linux-arm64-musl': 1.15.18 + '@swc/core-linux-x64-gnu': 1.15.18 + '@swc/core-linux-x64-musl': 1.15.18 + '@swc/core-win32-arm64-msvc': 1.15.18 + '@swc/core-win32-ia32-msvc': 1.15.18 + '@swc/core-win32-x64-msvc': 1.15.18 '@swc/helpers': 0.5.19 '@swc/counter@0.1.3': {} @@ -20778,70 +20763,70 @@ snapshots: '@tanstack/query-core': 5.90.20 react: 19.2.4 - '@tanstack/react-router-devtools@1.163.2(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.2)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@tanstack/react-router-devtools@1.163.3(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.3)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': dependencies: - '@tanstack/react-router': 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tanstack/router-devtools-core': 1.163.2(@tanstack/router-core@1.163.2)(csstype@3.2.3) + '@tanstack/react-router': 1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/router-devtools-core': 1.163.3(@tanstack/router-core@1.163.3)(csstype@3.2.3) react: 19.2.4 react-dom: 19.2.4(react@19.2.4) optionalDependencies: - '@tanstack/router-core': 1.163.2 + '@tanstack/router-core': 1.163.3 transitivePeerDependencies: - csstype - '@tanstack/react-router-ssr-query@1.163.2(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@tanstack/react-router-ssr-query@1.163.3(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.21(react@19.2.4))(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(@tanstack/router-core@1.163.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': dependencies: '@tanstack/query-core': 5.90.20 '@tanstack/react-query': 5.90.21(react@19.2.4) - '@tanstack/react-router': 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tanstack/router-ssr-query-core': 1.163.2(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.163.2) + '@tanstack/react-router': 1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/router-ssr-query-core': 1.163.3(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.163.3) react: 19.2.4 react-dom: 19.2.4(react@19.2.4) transitivePeerDependencies: - '@tanstack/router-core' - '@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': dependencies: '@tanstack/history': 1.161.4 '@tanstack/react-store': 0.9.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tanstack/router-core': 1.163.2 + '@tanstack/router-core': 1.163.3 isbot: 5.1.35 react: 19.2.4 react-dom: 19.2.4(react@19.2.4) tiny-invariant: 1.3.3 tiny-warning: 1.0.3 - '@tanstack/react-start-client@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@tanstack/react-start-client@1.164.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': dependencies: - '@tanstack/react-router': 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tanstack/router-core': 1.163.2 - '@tanstack/start-client-core': 1.163.2 + '@tanstack/react-router': 1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/router-core': 1.163.3 + '@tanstack/start-client-core': 1.164.1 react: 19.2.4 react-dom: 19.2.4(react@19.2.4) tiny-invariant: 1.3.3 tiny-warning: 1.0.3 - '@tanstack/react-start-server@1.163.2(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': + '@tanstack/react-start-server@1.166.0(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)': dependencies: '@tanstack/history': 1.161.4 - '@tanstack/react-router': 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tanstack/router-core': 1.163.2 - '@tanstack/start-client-core': 1.163.2 - '@tanstack/start-server-core': 1.163.2(crossws@0.4.4(srvx@0.11.8)) + '@tanstack/react-router': 1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/router-core': 1.163.3 + '@tanstack/start-client-core': 1.164.1 + '@tanstack/start-server-core': 1.166.0(crossws@0.4.4(srvx@0.11.8)) react: 19.2.4 react-dom: 19.2.4(react@19.2.4) transitivePeerDependencies: - crossws - '@tanstack/react-start@1.163.2(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1)': + '@tanstack/react-start@1.166.1(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1)': dependencies: - '@tanstack/react-router': 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tanstack/react-start-client': 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) - '@tanstack/react-start-server': 1.163.2(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/react-router': 1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/react-start-client': 1.164.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/react-start-server': 1.166.0(crossws@0.4.4(srvx@0.11.8))(react-dom@19.2.4(react@19.2.4))(react@19.2.4) '@tanstack/router-utils': 1.161.4 - '@tanstack/start-client-core': 1.163.2 - '@tanstack/start-plugin-core': 1.163.2(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(crossws@0.4.4(srvx@0.11.8))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1) - '@tanstack/start-server-core': 1.163.2(crossws@0.4.4(srvx@0.11.8)) + '@tanstack/start-client-core': 1.164.1 + '@tanstack/start-plugin-core': 1.166.1(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(crossws@0.4.4(srvx@0.11.8))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1) + '@tanstack/start-server-core': 1.166.0(crossws@0.4.4(srvx@0.11.8)) pathe: 2.0.3 react: 19.2.4 react-dom: 19.2.4(react@19.2.4) @@ -20860,7 +20845,7 @@ snapshots: react-dom: 19.2.4(react@19.2.4) use-sync-external-store: 1.6.0(react@19.2.4) - '@tanstack/router-core@1.163.2': + '@tanstack/router-core@1.163.3': dependencies: '@tanstack/history': 1.161.4 '@tanstack/store': 0.9.1 @@ -20870,18 +20855,18 @@ snapshots: tiny-invariant: 1.3.3 tiny-warning: 1.0.3 - '@tanstack/router-devtools-core@1.163.2(@tanstack/router-core@1.163.2)(csstype@3.2.3)': + '@tanstack/router-devtools-core@1.163.3(@tanstack/router-core@1.163.3)(csstype@3.2.3)': dependencies: - '@tanstack/router-core': 1.163.2 + '@tanstack/router-core': 1.163.3 clsx: 2.1.1 goober: 2.1.18(csstype@3.2.3) tiny-invariant: 1.3.3 optionalDependencies: csstype: 3.2.3 - '@tanstack/router-generator@1.163.2': + '@tanstack/router-generator@1.164.0': dependencies: - '@tanstack/router-core': 1.163.2 + '@tanstack/router-core': 1.163.3 '@tanstack/router-utils': 1.161.4 '@tanstack/virtual-file-routes': 1.161.4 prettier: 3.8.1 @@ -20892,7 +20877,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@tanstack/router-plugin@1.163.2(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1)': + '@tanstack/router-plugin@1.164.0(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1)': dependencies: '@babel/core': 7.29.0 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0) @@ -20900,25 +20885,25 @@ snapshots: '@babel/template': 7.28.6 '@babel/traverse': 7.29.0 '@babel/types': 7.29.0 - '@tanstack/router-core': 1.163.2 - '@tanstack/router-generator': 1.163.2 + '@tanstack/router-core': 1.163.3 + '@tanstack/router-generator': 1.164.0 '@tanstack/router-utils': 1.161.4 '@tanstack/virtual-file-routes': 1.161.4 chokidar: 3.6.0 unplugin: 2.3.11 zod: 3.25.76 optionalDependencies: - '@tanstack/react-router': 1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4) + '@tanstack/react-router': 1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4) vite: 7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) vite-plugin-solid: 2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) webpack: 5.104.1 transitivePeerDependencies: - supports-color - '@tanstack/router-ssr-query-core@1.163.2(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.163.2)': + '@tanstack/router-ssr-query-core@1.163.3(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.163.3)': dependencies: '@tanstack/query-core': 5.90.20 - '@tanstack/router-core': 1.163.2 + '@tanstack/router-core': 1.163.3 '@tanstack/router-utils@1.161.4': dependencies: @@ -20955,29 +20940,29 @@ snapshots: '@tanstack/query-core': 5.90.20 solid-js: 1.9.11 - '@tanstack/start-client-core@1.163.2': + '@tanstack/start-client-core@1.164.1': dependencies: - '@tanstack/router-core': 1.163.2 + '@tanstack/router-core': 1.163.3 '@tanstack/start-fn-stubs': 1.161.4 - '@tanstack/start-storage-context': 1.163.2 + '@tanstack/start-storage-context': 1.163.3 seroval: 1.5.0 tiny-invariant: 1.3.3 tiny-warning: 1.0.3 '@tanstack/start-fn-stubs@1.161.4': {} - '@tanstack/start-plugin-core@1.163.2(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(crossws@0.4.4(srvx@0.11.8))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1)': + '@tanstack/start-plugin-core@1.166.1(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(crossws@0.4.4(srvx@0.11.8))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1)': dependencies: '@babel/code-frame': 7.27.1 '@babel/core': 7.29.0 '@babel/types': 7.29.0 '@rolldown/pluginutils': 1.0.0-beta.40 - '@tanstack/router-core': 1.163.2 - '@tanstack/router-generator': 1.163.2 - '@tanstack/router-plugin': 1.163.2(@tanstack/react-router@1.163.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1) + '@tanstack/router-core': 1.163.3 + '@tanstack/router-generator': 1.164.0 + '@tanstack/router-plugin': 1.164.0(@tanstack/react-router@1.163.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(vite-plugin-solid@2.11.10(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(webpack@5.104.1) '@tanstack/router-utils': 1.161.4 - '@tanstack/start-client-core': 1.163.2 - '@tanstack/start-server-core': 1.163.2(crossws@0.4.4(srvx@0.11.8)) + '@tanstack/start-client-core': 1.164.1 + '@tanstack/start-server-core': 1.166.0(crossws@0.4.4(srvx@0.11.8)) cheerio: 1.2.0 exsolve: 1.0.8 pathe: 2.0.3 @@ -20998,28 +20983,28 @@ snapshots: - vite-plugin-solid - webpack - '@tanstack/start-server-core@1.163.2(crossws@0.4.4(srvx@0.11.8))': + '@tanstack/start-server-core@1.166.0(crossws@0.4.4(srvx@0.11.8))': dependencies: '@tanstack/history': 1.161.4 - '@tanstack/router-core': 1.163.2 - '@tanstack/start-client-core': 1.163.2 - '@tanstack/start-storage-context': 1.163.2 + '@tanstack/router-core': 1.163.3 + '@tanstack/start-client-core': 1.164.1 + '@tanstack/start-storage-context': 1.163.3 h3-v2: h3@2.0.1-rc.14(crossws@0.4.4(srvx@0.11.8)) seroval: 1.5.0 tiny-invariant: 1.3.3 transitivePeerDependencies: - crossws - '@tanstack/start-storage-context@1.163.2': + '@tanstack/start-storage-context@1.163.3': dependencies: - '@tanstack/router-core': 1.163.2 + '@tanstack/router-core': 1.163.3 '@tanstack/store@0.9.1': {} - '@tanstack/svelte-query@6.0.18(svelte@5.53.5)': + '@tanstack/svelte-query@6.1.0(svelte@5.53.6)': dependencies: '@tanstack/query-core': 5.90.20 - svelte: 5.53.5 + svelte: 5.53.6 '@tanstack/virtual-core@3.13.19': {} @@ -21068,15 +21053,15 @@ snapshots: '@types/react': 19.2.14 '@types/react-dom': 19.2.3(@types/react@19.2.14) - '@testing-library/svelte-core@1.0.0(svelte@5.53.5)': + '@testing-library/svelte-core@1.0.0(svelte@5.53.6)': dependencies: - svelte: 5.53.5 + svelte: 5.53.6 - '@testing-library/svelte@5.3.1(svelte@5.53.5)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vitest@3.2.4)': + '@testing-library/svelte@5.3.1(svelte@5.53.6)(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vitest@3.2.4)': dependencies: '@testing-library/dom': 10.4.1 - '@testing-library/svelte-core': 1.0.0(svelte@5.53.5) - svelte: 5.53.5 + '@testing-library/svelte-core': 1.0.0(svelte@5.53.6) + svelte: 5.53.6 optionalDependencies: vite: 7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) vitest: 3.2.4(@types/debug@4.1.12)(@types/node@22.19.7)(@vitest/ui@3.2.4)(jiti@2.6.1)(jsdom@28.1.0(@noble/hashes@1.8.0))(msw@2.12.10(@types/node@22.19.7)(typescript@5.8.3))(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) @@ -21104,7 +21089,7 @@ snapshots: '@tootallnate/once@2.0.0': {} - '@trpc/server@11.10.0(typescript@5.8.3)': + '@trpc/server@11.11.0(typescript@5.8.3)': dependencies: typescript: 5.8.3 @@ -21632,28 +21617,28 @@ snapshots: '@ungap/structured-clone@1.3.0': {} - '@unhead/vue@2.1.4(vue@3.5.29(typescript@5.8.3))': + '@unhead/vue@2.1.10(vue@3.5.29(typescript@5.8.3))': dependencies: hookable: 6.0.1 - unhead: 2.1.4 + unhead: 2.1.10 vue: 3.5.29(typescript@5.8.3) - '@unhead/vue@2.1.9(vue@3.5.29(typescript@5.8.3))': + '@unhead/vue@2.1.4(vue@3.5.29(typescript@5.8.3))': dependencies: hookable: 6.0.1 - unhead: 2.1.9 + unhead: 2.1.4 vue: 3.5.29(typescript@5.8.3) '@upstash/core-analytics@0.0.10': dependencies: - '@upstash/redis': 1.36.2 + '@upstash/redis': 1.36.3 - '@upstash/ratelimit@2.0.8(@upstash/redis@1.36.2)': + '@upstash/ratelimit@2.0.8(@upstash/redis@1.36.3)': dependencies: '@upstash/core-analytics': 0.0.10 - '@upstash/redis': 1.36.2 + '@upstash/redis': 1.36.3 - '@upstash/redis@1.36.2': + '@upstash/redis@1.36.3': dependencies: uncrypto: 0.1.3 @@ -21702,7 +21687,7 @@ snapshots: untun: 0.1.3 uqr: 0.1.2 - '@vinxi/plugin-directives@0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))': + '@vinxi/plugin-directives@0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))': dependencies: '@babel/parser': 7.29.0 acorn: 8.16.0 @@ -21713,18 +21698,18 @@ snapshots: magicast: 0.2.11 recast: 0.23.11 tslib: 2.8.1 - vinxi: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) + vinxi: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) - '@vinxi/server-components@0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))': + '@vinxi/server-components@0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2))': dependencies: - '@vinxi/plugin-directives': 0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2)) + '@vinxi/plugin-directives': 0.5.1(vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2)) acorn: 8.16.0 acorn-loose: 8.5.2 acorn-typescript: 1.4.13(acorn@8.16.0) astring: 1.9.0 magicast: 0.2.11 recast: 0.23.11 - vinxi: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) + vinxi: 0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2) '@vitejs/plugin-react@4.7.0(vite@6.4.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))': dependencies: @@ -22434,11 +22419,11 @@ snapshots: clean-stack: 2.2.0 indent-string: 4.0.0 - ai@6.0.103(zod@4.3.6): + ai@6.0.105(zod@4.3.6): dependencies: - '@ai-sdk/gateway': 3.0.57(zod@4.3.6) + '@ai-sdk/gateway': 3.0.59(zod@4.3.6) '@ai-sdk/provider': 3.0.8 - '@ai-sdk/provider-utils': 4.0.15(zod@4.3.6) + '@ai-sdk/provider-utils': 4.0.16(zod@4.3.6) '@opentelemetry/api': 1.9.0 zod: 4.3.6 @@ -22529,10 +22514,6 @@ snapshots: ansi-colors@4.1.3: {} - ansi-escapes@7.2.0: - dependencies: - environment: 1.1.0 - ansi-escapes@7.3.0: dependencies: environment: 1.1.0 @@ -22743,7 +22724,7 @@ snapshots: astring@1.9.0: {} - astro@5.18.0(@types/node@25.3.2)(@upstash/redis@1.36.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3)(jiti@2.6.1)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(yaml@2.8.2): + astro@5.18.0(@types/node@25.3.2)(@upstash/redis@1.36.3)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0)(jiti@2.6.1)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(yaml@2.8.2): dependencies: '@astrojs/compiler': 2.13.1 '@astrojs/internal-helpers': 0.7.5 @@ -22798,7 +22779,7 @@ snapshots: ultrahtml: 1.6.0 unifont: 0.7.4 unist-util-visit: 5.1.0 - unstorage: 1.17.4(@upstash/redis@1.36.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3) + unstorage: 1.17.4(@upstash/redis@1.36.3)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0) vfile: 6.0.3 vite: 6.4.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) vitefu: 1.1.2(vite@6.4.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) @@ -23052,7 +23033,7 @@ snapshots: builder-util-runtime@9.3.1: dependencies: debug: 4.4.3 - sax: 1.4.4 + sax: 1.5.0 transitivePeerDependencies: - supports-color @@ -23485,9 +23466,9 @@ snapshots: string-width: 4.2.3 optional: true - cli-truncate@5.1.1: + cli-truncate@5.2.0: dependencies: - slice-ansi: 7.1.2 + slice-ansi: 8.0.0 string-width: 8.2.0 cli-width@4.1.0: {} @@ -23540,7 +23521,7 @@ snapshots: commander@13.0.0: {} - commander@14.0.2: {} + commander@14.0.3: {} commander@2.20.3: {} @@ -24331,7 +24312,7 @@ snapshots: electron-to-chromium@1.5.267: {} - electron-vite@5.0.0(@swc/core@1.15.17(@swc/helpers@0.5.19))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)): + electron-vite@5.0.0(@swc/core@1.15.18(@swc/helpers@0.5.19))(vite@7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)): dependencies: '@babel/core': 7.28.6 '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.6) @@ -24341,7 +24322,7 @@ snapshots: picocolors: 1.1.1 vite: 7.3.1(@types/node@22.19.7)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) optionalDependencies: - '@swc/core': 1.15.17(@swc/helpers@0.5.19) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) transitivePeerDependencies: - supports-color @@ -25261,6 +25242,8 @@ snapshots: flatted@3.3.3: {} + flatted@3.3.4: {} + flattie@1.1.1: {} floating-vue@5.2.2(@nuxt/kit@3.21.0(magicast@0.5.2))(vue@3.5.29(typescript@5.8.3)): @@ -25290,7 +25273,7 @@ snapshots: cross-spawn: 7.0.6 signal-exit: 4.1.0 - fork-ts-checker-webpack-plugin@9.1.0(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19))): + fork-ts-checker-webpack-plugin@9.1.0(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: '@babel/code-frame': 7.28.6 chalk: 4.1.2 @@ -25305,7 +25288,7 @@ snapshots: semver: 7.7.4 tapable: 2.3.0 typescript: 5.8.3 - webpack: 5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19)) + webpack: 5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19)) form-data-encoder@2.1.4: {} @@ -25566,7 +25549,7 @@ snapshots: globals@16.5.0: {} - globals@17.3.0: {} + globals@17.4.0: {} globalthis@1.0.4: dependencies: @@ -26034,9 +26017,9 @@ snapshots: internmap@2.0.3: {} - ioredis@5.9.3: + ioredis@5.10.0: dependencies: - '@ioredis/commands': 1.5.0 + '@ioredis/commands': 1.5.1 cluster-key-slot: 1.1.2 debug: 4.4.3 denque: 2.1.0 @@ -26502,14 +26485,13 @@ snapshots: dependencies: uc.micro: 2.1.0 - lint-staged@16.2.7: + lint-staged@16.3.1: dependencies: - commander: 14.0.2 + commander: 14.0.3 listr2: 9.0.5 micromatch: 4.0.8 - nano-spawn: 2.0.0 - pidtree: 0.6.0 string-argv: 0.3.2 + tinyexec: 1.0.2 yaml: 2.8.2 listhen@1.9.0: @@ -26533,18 +26515,18 @@ snapshots: untun: 0.1.3 uqr: 0.1.2 - listr2@10.1.1: + listr2@10.1.2: dependencies: - cli-truncate: 5.1.1 + cli-truncate: 5.2.0 colorette: 2.0.20 eventemitter3: 5.0.4 - log-update: 7.2.0 + log-update: 6.1.0 rfdc: 1.4.1 wrap-ansi: 10.0.0 listr2@9.0.5: dependencies: - cli-truncate: 5.1.1 + cli-truncate: 5.2.0 colorette: 2.0.20 eventemitter3: 5.0.4 log-update: 6.1.0 @@ -26610,20 +26592,12 @@ snapshots: yoctocolors: 2.1.2 log-update@6.1.0: - dependencies: - ansi-escapes: 7.2.0 - cli-cursor: 5.0.0 - slice-ansi: 7.1.2 - strip-ansi: 7.1.2 - wrap-ansi: 9.0.2 - - log-update@7.2.0: dependencies: ansi-escapes: 7.3.0 cli-cursor: 5.0.0 - slice-ansi: 8.0.0 + slice-ansi: 7.1.2 strip-ansi: 7.2.0 - wrap-ansi: 10.0.0 + wrap-ansi: 9.0.2 long@5.3.2: {} @@ -27461,7 +27435,7 @@ snapshots: - '@babel/core' - babel-plugin-macros - nitropack@2.13.1(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(encoding@0.1.13)(xml2js@0.6.2): + nitropack@2.13.1(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(encoding@0.1.13)(xml2js@0.6.2): dependencies: '@cloudflare/kv-asset-handler': 0.4.2 '@rollup/plugin-alias': 6.0.0(rollup@4.57.0) @@ -27495,7 +27469,7 @@ snapshots: h3: 1.15.5 hookable: 5.5.3 httpxy: 0.1.7 - ioredis: 5.9.3 + ioredis: 5.10.0 jiti: 2.6.1 klona: 2.0.6 knitwork: 1.3.0 @@ -27528,7 +27502,7 @@ snapshots: unenv: 2.0.0-rc.24 unimport: 5.7.0 unplugin-utils: 0.3.1 - unstorage: 1.17.4(@upstash/redis@1.36.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3) + unstorage: 1.17.4(@upstash/redis@1.36.3)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0) untyped: 2.0.0 unwasm: 0.5.3 youch: 4.1.0 @@ -27678,16 +27652,16 @@ snapshots: dependencies: boolbase: 1.0.0 - nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2): + nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2): dependencies: '@dxup/nuxt': 0.3.2(magicast@0.5.2) '@nuxt/cli': 3.33.1(@nuxt/schema@4.3.1)(cac@6.7.14)(magicast@0.5.2) '@nuxt/devtools': 3.2.0(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vue@3.5.29(typescript@5.8.3)) '@nuxt/kit': 4.3.1(magicast@0.5.2) - '@nuxt/nitro-server': 4.3.1(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(typescript@5.8.3)(xml2js@0.6.2) + '@nuxt/nitro-server': 4.3.1(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0)(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(typescript@5.8.3)(xml2js@0.6.2) '@nuxt/schema': 4.3.1 '@nuxt/telemetry': 2.7.0(@nuxt/kit@4.3.1(magicast@0.5.2)) - '@nuxt/vite-builder': 4.3.1(@types/node@25.3.2)(eslint@10.0.0(jiti@2.6.1))(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.2)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.9.3)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.29(typescript@5.8.3))(yaml@2.8.2) + '@nuxt/vite-builder': 4.3.1(@types/node@25.3.2)(eslint@10.0.0(jiti@2.6.1))(magicast@0.5.2)(nuxt@4.3.1(@parcel/watcher@2.5.6)(@types/node@25.3.2)(@upstash/redis@1.36.3)(@vue/compiler-sfc@3.5.29)(better-sqlite3@12.6.2)(cac@6.7.14)(db0@0.3.4(better-sqlite3@12.6.2))(eslint@10.0.0(jiti@2.6.1))(ioredis@5.10.0)(magicast@0.5.2)(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(xml2js@0.6.2)(yaml@2.8.2))(optionator@0.9.4)(rollup@4.59.0)(terser@5.46.0)(tsx@4.21.0)(typescript@5.8.3)(vue@3.5.29(typescript@5.8.3))(yaml@2.8.2) '@unhead/vue': 2.1.4(vue@3.5.29(typescript@5.8.3)) '@vue/shared': 3.5.28 c12: 3.3.3(magicast@0.5.2) @@ -28229,8 +28203,6 @@ snapshots: picomatch@4.0.3: {} - pidtree@0.6.0: {} - pinia@3.0.4(typescript@5.8.3)(vue@3.5.29(typescript@5.8.3)): dependencies: '@vue/devtools-api': 7.7.9 @@ -28648,7 +28620,7 @@ snapshots: form-data-encoder: 4.1.0 formdata-node: 6.0.3 jsonwebtoken: 9.0.3 - listr2: 10.1.1 + listr2: 10.1.2 ofetch: 1.5.1 zod: 4.3.6 @@ -29109,7 +29081,7 @@ snapshots: rollup: 4.55.3 typescript: 5.8.3 optionalDependencies: - '@babel/code-frame': 7.28.6 + '@babel/code-frame': 7.29.0 rollup-plugin-visualizer@6.0.5(rollup@4.57.0): dependencies: @@ -29279,6 +29251,8 @@ snapshots: sax@1.4.4: {} + sax@1.5.0: {} + saxes@6.0.0: dependencies: xmlchars: 2.2.0 @@ -29749,8 +29723,6 @@ snapshots: sprintf-js@1.1.3: optional: true - srvx@0.11.7: {} - srvx@0.11.8: {} ssri@12.0.0: @@ -29841,10 +29813,6 @@ snapshots: dependencies: ansi-regex: 5.0.1 - strip-ansi@7.1.2: - dependencies: - ansi-regex: 6.2.2 - strip-ansi@7.2.0: dependencies: ansi-regex: 6.2.2 @@ -29964,19 +29932,19 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svelte-check@4.4.4(picomatch@4.0.3)(svelte@5.53.5)(typescript@5.8.3): + svelte-check@4.4.4(picomatch@4.0.3)(svelte@5.53.6)(typescript@5.8.3): dependencies: '@jridgewell/trace-mapping': 0.3.31 chokidar: 4.0.3 fdir: 6.5.0(picomatch@4.0.3) picocolors: 1.1.1 sade: 1.8.1 - svelte: 5.53.5 + svelte: 5.53.6 typescript: 5.8.3 transitivePeerDependencies: - picomatch - svelte@5.53.5: + svelte@5.53.6: dependencies: '@jridgewell/remapping': 2.3.5 '@jridgewell/sourcemap-codec': 1.5.5 @@ -30005,7 +29973,7 @@ snapshots: picocolors: 1.1.1 sax: 1.4.4 - swr@2.4.0(react@19.2.4): + swr@2.4.1(react@19.2.4): dependencies: dequal: 2.0.3 react: 19.2.4 @@ -30091,16 +30059,16 @@ snapshots: solid-js: 1.9.11 solid-use: 0.9.1(solid-js@1.9.11) - terser-webpack-plugin@5.3.16(@swc/core@1.15.17(@swc/helpers@0.5.19))(webpack@5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19))): + terser-webpack-plugin@5.3.16(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 schema-utils: 4.3.3 serialize-javascript: 6.0.2 terser: 5.46.0 - webpack: 5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19)) + webpack: 5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19)) optionalDependencies: - '@swc/core': 1.15.17(@swc/helpers@0.5.19) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) terser-webpack-plugin@5.3.16(webpack@5.104.1): dependencies: @@ -30250,7 +30218,7 @@ snapshots: ts-deepmerge@7.0.3: {} - ts-loader@9.5.4(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19))): + ts-loader@9.5.4(typescript@5.8.3)(webpack@5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19))): dependencies: chalk: 4.1.2 enhanced-resolve: 5.18.4 @@ -30258,9 +30226,9 @@ snapshots: semver: 7.7.3 source-map: 0.7.6 typescript: 5.8.3 - webpack: 5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19)) + webpack: 5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19)) - ts-node@10.9.2(@swc/core@1.15.17(@swc/helpers@0.5.19))(@swc/wasm@1.15.7)(@types/node@22.19.7)(typescript@5.8.3): + ts-node@10.9.2(@swc/core@1.15.18(@swc/helpers@0.5.19))(@swc/wasm@1.15.7)(@types/node@22.19.7)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.12 @@ -30278,7 +30246,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.15.17(@swc/helpers@0.5.19) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) '@swc/wasm': 1.15.7 tsconfck@3.1.6(typescript@5.8.3): @@ -30466,11 +30434,11 @@ snapshots: dependencies: pathe: 2.0.3 - unhead@2.1.4: + unhead@2.1.10: dependencies: hookable: 6.0.1 - unhead@2.1.9: + unhead@2.1.4: dependencies: hookable: 6.0.1 @@ -30661,7 +30629,7 @@ snapshots: picomatch: 4.0.3 webpack-virtual-modules: 0.6.2 - unstorage@1.17.4(@upstash/redis@1.36.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3): + unstorage@1.17.4(@upstash/redis@1.36.3)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0): dependencies: anymatch: 3.1.3 chokidar: 5.0.0 @@ -30672,9 +30640,9 @@ snapshots: ofetch: 1.5.1 ufo: 1.6.3 optionalDependencies: - '@upstash/redis': 1.36.2 + '@upstash/redis': 1.36.3 db0: 0.3.4(better-sqlite3@12.6.2) - ioredis: 5.9.3 + ioredis: 5.10.0 until-async@3.0.2: {} @@ -30774,7 +30742,7 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.9.3)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2): + vinxi@0.5.11(@types/node@25.3.2)(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(db0@0.3.4(better-sqlite3@12.6.2))(encoding@0.1.13)(ioredis@5.10.0)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(xml2js@0.6.2)(yaml@2.8.2): dependencies: '@babel/core': 7.28.6 '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6) @@ -30795,7 +30763,7 @@ snapshots: hookable: 5.5.3 http-proxy: 1.18.1 micromatch: 4.0.8 - nitropack: 2.13.1(@upstash/redis@1.36.2)(better-sqlite3@12.6.2)(encoding@0.1.13)(xml2js@0.6.2) + nitropack: 2.13.1(@upstash/redis@1.36.3)(better-sqlite3@12.6.2)(encoding@0.1.13)(xml2js@0.6.2) node-fetch-native: 1.6.7 path-to-regexp: 6.3.0 pathe: 1.1.2 @@ -30807,7 +30775,7 @@ snapshots: ufo: 1.6.3 unctx: 2.5.0 unenv: 1.10.0 - unstorage: 1.17.4(@upstash/redis@1.36.2)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.9.3) + unstorage: 1.17.4(@upstash/redis@1.36.3)(db0@0.3.4(better-sqlite3@12.6.2))(ioredis@5.10.0) vite: 6.4.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) zod: 4.3.6 transitivePeerDependencies: @@ -30972,7 +30940,7 @@ snapshots: vite-plugin-top-level-await@1.6.0(@swc/helpers@0.5.19)(rollup@4.57.0)(vite@7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)): dependencies: '@rollup/plugin-virtual': 3.0.2(rollup@4.57.0) - '@swc/core': 1.15.17(@swc/helpers@0.5.19) + '@swc/core': 1.15.18(@swc/helpers@0.5.19) '@swc/wasm': 1.15.7 uuid: 10.0.0 vite: 7.3.1(@types/node@25.3.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2) @@ -31483,7 +31451,7 @@ snapshots: - uglify-js optional: true - webpack@5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19)): + webpack@5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19)): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.8 @@ -31507,7 +31475,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.3 tapable: 2.3.0 - terser-webpack-plugin: 5.3.16(@swc/core@1.15.17(@swc/helpers@0.5.19))(webpack@5.104.1(@swc/core@1.15.17(@swc/helpers@0.5.19))) + terser-webpack-plugin: 5.3.16(@swc/core@1.15.18(@swc/helpers@0.5.19))(webpack@5.104.1(@swc/core@1.15.18(@swc/helpers@0.5.19))) watchpack: 2.5.1 webpack-sources: 3.3.3 transitivePeerDependencies: