diff --git a/examples/basic/package.json b/examples/basic/package.json index 87c6c8fd..1e6ada06 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -13,7 +13,7 @@ "dependencies": { "@cipherstash/stack": "workspace:*", "dotenv": "^17.4.2", - "pg": "8.20.0" + "pg": "8.22.0" }, "devDependencies": { "stash": "workspace:*", diff --git a/examples/prisma/package.json b/examples/prisma/package.json index 9560b85b..c6b60cf0 100644 --- a/examples/prisma/package.json +++ b/examples/prisma/package.json @@ -15,17 +15,17 @@ "dependencies": { "@cipherstash/prisma-next": "workspace:*", "@cipherstash/stack": "workspace:*", - "@prisma-next/adapter-postgres": "0.8.0", - "@prisma-next/contract": "0.8.0", - "@prisma-next/driver-postgres": "0.8.0", - "@prisma-next/family-sql": "0.8.0", - "@prisma-next/framework-components": "0.8.0", - "@prisma-next/postgres": "0.8.0", - "@prisma-next/sql-contract": "0.8.0", - "@prisma-next/sql-contract-psl": "0.8.0", - "@prisma-next/sql-orm-client": "0.8.0", - "@prisma-next/sql-runtime": "0.8.0", - "@prisma-next/target-postgres": "0.8.0", + "@prisma-next/adapter-postgres": "0.14.0", + "@prisma-next/contract": "0.14.0", + "@prisma-next/driver-postgres": "0.14.0", + "@prisma-next/family-sql": "0.14.0", + "@prisma-next/framework-components": "0.14.0", + "@prisma-next/postgres": "0.14.0", + "@prisma-next/sql-contract": "0.14.0", + "@prisma-next/sql-contract-psl": "0.14.0", + "@prisma-next/sql-orm-client": "0.14.0", + "@prisma-next/sql-runtime": "0.14.0", + "@prisma-next/target-postgres": "0.14.0", "dotenv": "^17.4.2" }, "devDependencies": { diff --git a/packages/bench/package.json b/packages/bench/package.json index 40dcc4a7..f99bbe98 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -13,7 +13,7 @@ "dependencies": { "@cipherstash/stack": "workspace:*", "drizzle-orm": "0.45.2", - "pg": "^8.20.0" + "pg": "^8.22.0" }, "devDependencies": { "@types/node": "^22.19.19", diff --git a/packages/cli/package.json b/packages/cli/package.json index 2c89e97c..73ee55cc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -48,12 +48,12 @@ "dependencies": { "@cipherstash/auth": "catalog:repo", "@cipherstash/migrate": "workspace:*", - "@clack/prompts": "1.4.0", + "@clack/prompts": "1.6.0", "dotenv": "17.4.2", "jiti": "2.7.0", - "pg": "8.20.0", + "pg": "8.22.0", "picocolors": "^1.1.1", - "posthog-node": "^5.34.2", + "posthog-node": "^5.39.1", "zod": "^3.25.76" }, "//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. All seven names share a single catalog entry to keep them in lockstep.", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 30afb188..fab7a354 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -57,7 +57,7 @@ "@cipherstash/stack": "workspace:*", "@types/pg": "^8.20.0", "dotenv": "^17.4.2", - "pg": "8.20.0", + "pg": "8.22.0", "tsup": "catalog:repo", "typescript": "catalog:repo", "vitest": "catalog:repo" diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 26cbb528..c318db4c 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -51,7 +51,7 @@ "access": "public" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.60.4" + "@rollup/rollup-linux-x64-gnu": "4.62.2" }, "dependencies": { "jose": "^6.2.3" diff --git a/packages/prisma-next/package.json b/packages/prisma-next/package.json index fb7f55a1..efcb5db4 100644 --- a/packages/prisma-next/package.json +++ b/packages/prisma-next/package.json @@ -80,27 +80,27 @@ }, "dependencies": { "@cipherstash/stack": "workspace:*", - "@prisma-next/contract": "0.8.0", - "@prisma-next/family-sql": "0.8.0", - "@prisma-next/framework-components": "0.8.0", - "@prisma-next/migration-tools": "0.8.0", - "@prisma-next/sql-contract": "0.8.0", - "@prisma-next/sql-operations": "0.8.0", - "@prisma-next/sql-relational-core": "0.8.0", - "@prisma-next/sql-runtime": "0.8.0", - "@prisma-next/ts-render": "0.8.0", - "@prisma-next/utils": "0.8.0", - "arktype": "^2.1.29" + "@prisma-next/contract": "0.14.0", + "@prisma-next/family-sql": "0.14.0", + "@prisma-next/framework-components": "0.14.0", + "@prisma-next/migration-tools": "0.14.0", + "@prisma-next/sql-contract": "0.14.0", + "@prisma-next/sql-operations": "0.14.0", + "@prisma-next/sql-relational-core": "0.14.0", + "@prisma-next/sql-runtime": "0.14.0", + "@prisma-next/ts-render": "0.14.0", + "@prisma-next/utils": "0.14.0", + "arktype": "^2.2.1" }, "devDependencies": { - "@prisma-next/adapter-postgres": "0.8.0", + "@prisma-next/adapter-postgres": "0.14.0", "@prisma-next/cli": "0.8.0", - "@prisma-next/driver-postgres": "0.8.0", + "@prisma-next/driver-postgres": "0.14.0", "@prisma-next/psl-parser": "0.8.0", - "@prisma-next/sql-contract-psl": "0.8.0", + "@prisma-next/sql-contract-psl": "0.14.0", "@prisma-next/sql-contract-ts": "0.8.0", "@prisma-next/sql-schema-ir": "0.8.0", - "@prisma-next/target-postgres": "0.8.0", + "@prisma-next/target-postgres": "0.14.0", "pathe": "^2.0.3", "tsup": "catalog:repo", "typescript": "catalog:repo", diff --git a/packages/protect/package.json b/packages/protect/package.json index 25478789..1620367e 100644 --- a/packages/protect/package.json +++ b/packages/protect/package.json @@ -70,13 +70,13 @@ }, "dependencies": { "@byteslice/result": "^0.2.0", - "@cipherstash/protect-ffi": "0.23.0", + "@cipherstash/protect-ffi": "0.26.0", "@cipherstash/schema": "workspace:*", - "@stricli/core": "^1.2.7", + "@stricli/core": "^1.2.8", "dotenv": "17.4.2", "zod": "^3.25.76" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.60.4" + "@rollup/rollup-linux-x64-gnu": "4.62.2" } } diff --git a/packages/stack/package.json b/packages/stack/package.json index d73f60b1..6972b297 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -224,7 +224,7 @@ "release": "tsup" }, "devDependencies": { - "@clack/prompts": "^1.4.0", + "@clack/prompts": "^1.6.0", "@supabase/supabase-js": "^2.105.4", "@types/uuid": "^11.0.0", "dotenv": "17.4.2", @@ -244,9 +244,9 @@ "dependencies": { "@byteslice/result": "0.2.0", "@cipherstash/auth": "catalog:repo", - "@cipherstash/protect-ffi": "0.28.0", + "@cipherstash/protect-ffi": "0.26.0", "evlog": "1.11.0", - "uuid": "14.0.0", + "uuid": "14.0.1", "zod": "3.25.76" }, "//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. Required because @cipherstash/stack re-exports the Node auth strategies (OidcFederationStrategy, AccessKeyStrategy, …). All seven names share a single catalog entry to keep them in lockstep.", diff --git a/packages/wizard/package.json b/packages/wizard/package.json index 70a6d071..fc2845f3 100644 --- a/packages/wizard/package.json +++ b/packages/wizard/package.json @@ -29,14 +29,14 @@ "lint": "biome check ." }, "dependencies": { - "@anthropic-ai/claude-agent-sdk": "^0.3.143", - "@anthropic-ai/sdk": "^0.106.0", + "@anthropic-ai/claude-agent-sdk": "^0.3.197", + "@anthropic-ai/sdk": "^0.109.0", "@cipherstash/auth": "catalog:repo", - "@clack/prompts": "1.4.0", + "@clack/prompts": "1.6.0", "dotenv": "17.4.2", - "pg": "8.20.0", + "pg": "8.22.0", "picocolors": "^1.1.1", - "posthog-node": "^5.34.2", + "posthog-node": "^5.39.1", "zod": "^3.25.76" }, "//optionalDependencies": "@cipherstash/auth ships per-platform native bindings as optional peerDependencies. pnpm does not auto-install platform-matched optional peer deps, so we declare them here as optionalDependencies — pnpm then picks the binary matching the host's os/cpu (from each sub-package's own package.json) and ignores the rest. All seven names share a single catalog entry to keep them in lockstep.", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3023ed14..f0f1abc9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ catalogs: specifier: 8.5.1 version: 8.5.1 tsx: - specifier: 4.22.1 - version: 4.22.1 + specifier: 4.22.4 + version: 4.22.4 typescript: specifier: 5.9.3 version: 5.9.3 @@ -41,11 +41,11 @@ catalogs: version: 3.2.6 security: '@clerk/nextjs': - specifier: 7.3.5 - version: 7.3.5 + specifier: 7.5.11 + version: 7.5.11 next: - specifier: 15.5.18 - version: 15.5.18 + specifier: 15.5.19 + version: 15.5.19 overrides: next@<15.5.18: ~15.5.18 @@ -82,7 +82,7 @@ importers: version: 2.9.14 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) e2e: dependencies: @@ -110,7 +110,7 @@ importers: version: 7.8.5 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) yaml: specifier: ^2.9.0 version: 2.9.0 @@ -124,15 +124,15 @@ importers: specifier: ^17.4.2 version: 17.4.2 pg: - specifier: 8.20.0 - version: 8.20.0 + specifier: 8.22.0 + version: 8.22.0 devDependencies: stash: specifier: workspace:* version: link:../../packages/cli tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 @@ -146,38 +146,38 @@ importers: specifier: workspace:* version: link:../../packages/stack '@prisma-next/adapter-postgres': - specifier: 0.8.0 - version: 0.8.0(typanion@3.14.0) + specifier: 0.14.0 + version: 0.14.0(typanion@3.14.0)(typescript@5.9.3) '@prisma-next/contract': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/driver-postgres': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/family-sql': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/framework-components': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/postgres': - specifier: 0.8.0 - version: 0.8.0(typanion@3.14.0) + specifier: 0.14.0 + version: 0.14.0(typanion@3.14.0)(typescript@5.9.3) '@prisma-next/sql-contract': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-contract-psl': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-orm-client': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-runtime': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/target-postgres': - specifier: 0.8.0 - version: 0.8.0(typanion@3.14.0) + specifier: 0.14.0 + version: 0.14.0(typanion@3.14.0)(typescript@5.9.3) dotenv: specifier: ^17.4.2 version: 17.4.2 @@ -193,13 +193,13 @@ importers: version: 2.0.3 tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) examples/supabase-worker: {} @@ -210,10 +210,10 @@ importers: version: link:../stack drizzle-orm: specifier: 0.45.2 - version: 0.45.2(@types/pg@8.20.0)(gel@2.2.0)(mysql2@3.16.0)(pg@8.20.0)(postgres@3.4.9) + version: 0.45.2(@types/pg@8.20.0)(gel@2.2.0)(mysql2@3.16.0)(pg@8.22.0)(postgres@3.4.9) pg: - specifier: ^8.20.0 - version: 8.20.0 + specifier: ^8.22.0 + version: 8.22.0 devDependencies: '@types/node': specifier: ^22.19.19 @@ -223,13 +223,13 @@ importers: version: 8.20.0 tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) packages/cli: dependencies: @@ -240,8 +240,8 @@ importers: specifier: workspace:* version: link:../migrate '@clack/prompts': - specifier: 1.4.0 - version: 1.4.0 + specifier: 1.6.0 + version: 1.6.0 dotenv: specifier: 17.4.2 version: 17.4.2 @@ -249,14 +249,14 @@ importers: specifier: 2.7.0 version: 2.7.0 pg: - specifier: 8.20.0 - version: 8.20.0 + specifier: 8.22.0 + version: 8.22.0 picocolors: specifier: ^1.1.1 version: 1.1.1 posthog-node: - specifier: ^5.34.2 - version: 5.34.2 + specifier: ^5.39.1 + version: 5.39.1 zod: specifier: ^3.25.76 version: 3.25.76 @@ -275,16 +275,16 @@ importers: version: 7.2.0 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) optionalDependencies: '@cipherstash/auth-darwin-arm64': specifier: catalog:repo @@ -337,13 +337,13 @@ importers: version: 4.8.0 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) packages/migrate: dependencies: @@ -361,17 +361,17 @@ importers: specifier: ^17.4.2 version: 17.4.2 pg: - specifier: 8.20.0 - version: 8.20.0 + specifier: 8.22.0 + version: 8.22.0 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) packages/nextjs: dependencies: @@ -381,26 +381,26 @@ importers: devDependencies: '@clerk/nextjs': specifier: catalog:security - version: 7.3.5(next@15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + version: 7.5.11(next@15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3) dotenv: specifier: ^17.4.2 version: 17.4.2 next: specifier: catalog:security - version: 15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + version: 15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3) tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) optionalDependencies: '@rollup/rollup-linux-x64-gnu': - specifier: 4.60.4 - version: 4.60.4 + specifier: 4.62.2 + version: 4.62.2 packages/prisma-next: dependencies: @@ -408,54 +408,54 @@ importers: specifier: workspace:* version: link:../stack '@prisma-next/contract': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/family-sql': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/framework-components': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/migration-tools': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-contract': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-operations': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-relational-core': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-runtime': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/ts-render': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/utils': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) arktype: - specifier: ^2.1.29 - version: 2.2.0 + specifier: ^2.2.1 + version: 2.2.1 devDependencies: '@prisma-next/adapter-postgres': - specifier: 0.8.0 - version: 0.8.0(typanion@3.14.0) + specifier: 0.14.0 + version: 0.14.0(typanion@3.14.0)(typescript@5.9.3) '@prisma-next/cli': specifier: 0.8.0 version: 0.8.0(typanion@3.14.0) '@prisma-next/driver-postgres': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/psl-parser': specifier: 0.8.0 version: 0.8.0 '@prisma-next/sql-contract-psl': - specifier: 0.8.0 - version: 0.8.0 + specifier: 0.14.0 + version: 0.14.0(typescript@5.9.3) '@prisma-next/sql-contract-ts': specifier: 0.8.0 version: 0.8.0 @@ -463,20 +463,20 @@ importers: specifier: 0.8.0 version: 0.8.0 '@prisma-next/target-postgres': - specifier: 0.8.0 - version: 0.8.0(typanion@3.14.0) + specifier: 0.14.0 + version: 0.14.0(typanion@3.14.0)(typescript@5.9.3) pathe: specifier: ^2.0.3 version: 2.0.3 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) packages/protect: dependencies: @@ -484,14 +484,14 @@ importers: specifier: ^0.2.0 version: 0.2.0 '@cipherstash/protect-ffi': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.26.0 + version: 0.26.0 '@cipherstash/schema': specifier: workspace:* version: link:../schema '@stricli/core': - specifier: ^1.2.7 - version: 1.2.7 + specifier: ^1.2.8 + version: 1.2.8 dotenv: specifier: 17.4.2 version: 17.4.2 @@ -513,20 +513,20 @@ importers: version: 3.4.9 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) optionalDependencies: '@rollup/rollup-linux-x64-gnu': - specifier: 4.60.4 - version: 4.60.4 + specifier: 4.62.2 + version: 4.62.2 packages/protect-dynamodb: dependencies: @@ -542,16 +542,16 @@ importers: version: 17.4.2 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) packages/schema: dependencies: @@ -561,13 +561,13 @@ importers: devDependencies: tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) packages/stack: dependencies: @@ -578,21 +578,21 @@ importers: specifier: catalog:repo version: 0.41.0(@cipherstash/auth-darwin-arm64@0.41.0)(@cipherstash/auth-darwin-x64@0.41.0)(@cipherstash/auth-linux-arm64-gnu@0.41.0)(@cipherstash/auth-linux-x64-gnu@0.41.0)(@cipherstash/auth-linux-x64-musl@0.41.0)(@cipherstash/auth-win32-x64-msvc@0.41.0) '@cipherstash/protect-ffi': - specifier: 0.28.0 - version: 0.28.0 + specifier: 0.26.0 + version: 0.26.0 evlog: specifier: 1.11.0 - version: 1.11.0(next@15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) + version: 1.11.0(next@15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3) uuid: - specifier: 14.0.0 - version: 14.0.0 + specifier: 14.0.1 + version: 14.0.1 zod: specifier: 3.25.76 version: 3.25.76 devDependencies: '@clack/prompts': - specifier: ^1.4.0 - version: 1.4.0 + specifier: ^1.6.0 + version: 1.6.0 '@supabase/supabase-js': specifier: ^2.105.4 version: 2.105.4 @@ -604,7 +604,7 @@ importers: version: 17.4.2 drizzle-orm: specifier: ^0.45.2 - version: 0.45.2(@types/pg@8.20.0)(gel@2.2.0)(mysql2@3.16.0)(pg@8.20.0)(postgres@3.4.9) + version: 0.45.2(@types/pg@8.20.0)(gel@2.2.0)(mysql2@3.16.0)(pg@8.22.0)(postgres@3.4.9) execa: specifier: ^9.5.2 version: 9.6.1 @@ -619,16 +619,16 @@ importers: version: 3.4.9 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) optionalDependencies: '@cipherstash/auth-darwin-arm64': specifier: catalog:repo @@ -652,29 +652,29 @@ importers: packages/wizard: dependencies: '@anthropic-ai/claude-agent-sdk': - specifier: ^0.3.143 - version: 0.3.143(@anthropic-ai/sdk@0.106.0(zod@3.25.76))(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(zod@3.25.76) + specifier: ^0.3.197 + version: 0.3.197(@anthropic-ai/sdk@0.109.0(zod@3.25.76))(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(zod@3.25.76) '@anthropic-ai/sdk': - specifier: ^0.106.0 - version: 0.106.0(zod@3.25.76) + specifier: ^0.109.0 + version: 0.109.0(zod@3.25.76) '@cipherstash/auth': specifier: catalog:repo version: 0.41.0(@cipherstash/auth-darwin-arm64@0.41.0)(@cipherstash/auth-darwin-x64@0.41.0)(@cipherstash/auth-linux-arm64-gnu@0.41.0)(@cipherstash/auth-linux-x64-gnu@0.41.0)(@cipherstash/auth-linux-x64-musl@0.41.0)(@cipherstash/auth-win32-x64-msvc@0.41.0) '@clack/prompts': - specifier: 1.4.0 - version: 1.4.0 + specifier: 1.6.0 + version: 1.6.0 dotenv: specifier: 17.4.2 version: 17.4.2 pg: - specifier: 8.20.0 - version: 8.20.0 + specifier: 8.22.0 + version: 8.22.0 picocolors: specifier: ^1.1.1 version: 1.1.1 posthog-node: - specifier: ^5.34.2 - version: 5.34.2 + specifier: ^5.39.1 + version: 5.39.1 zod: specifier: ^3.25.76 version: 3.25.76 @@ -684,16 +684,16 @@ importers: version: 8.20.0 tsup: specifier: catalog:repo - version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0) + version: 8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.22.4 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + version: 3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) optionalDependencies: '@cipherstash/auth-darwin-arm64': specifier: catalog:repo @@ -716,60 +716,60 @@ importers: packages: - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.143': - resolution: {integrity: sha512-41WuTuP+bk4NxrjpG9IJGffsjh1ivyiiAmqgb5QoxPltDAA0p3gs+iZ3lTgDmY4Ga68wDoN05Lt18oCE+DQb7g==} + '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.197': + resolution: {integrity: sha512-jC6WvH5Hr6APTfbMjo4nC6LlyMMqbpCMwiHXIw7/AsQXIHQhZ+cRRMesQlV6UFI1l3O53gLZHzsG9cXwfrPHKw==} cpu: [arm64] os: [darwin] - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.143': - resolution: {integrity: sha512-3WrJ6MjjwQKvPnPbzUOm08qftlHYobkp/tmM1P/Vk/ldSjoPfFIgLFfzSzUmCKJiKEh2ZlHLJr8ORNrTxXhgQg==} + '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.197': + resolution: {integrity: sha512-ZQNvGkMrTyatBlHTIQ4w2i2aLBuvq355UP/FDLnVXIH8l23RsL1x/0w9P+dqB7EmY9OZi/cPxSrpskpo+dZWLA==} cpu: [x64] os: [darwin] - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.143': - resolution: {integrity: sha512-9UeV1W2vjOVwJSJrq9aw3UeMo82Ir59FfJ5mchh7OXZEaevkANvHYn25bTCnIpqfqOx7qFEosJW2ELIoV1nprg==} + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.197': + resolution: {integrity: sha512-VuIGXsLGK/aqSQ0tTBqqPVNzjefWS5SWnK8mlYyQitT4s5UDzHXJm0UZBTGxRtlcS0e2+QAHKwbGBCq1ZKSXjg==} cpu: [arm64] os: [linux] libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.143': - resolution: {integrity: sha512-/9oP/FCewrPnwVN+QUS5rlO3kMa07w+hOrpWrz24aEpBYhcHzr0zoNMBriPDAkTr3ao/z1k40UZ2dHmgsSODzA==} + '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.197': + resolution: {integrity: sha512-pWhQgCtAft4EGM4Zn24HRad1a/k2u6oA+2uM/KCdjehfKtooDiHfMNd1yzXY/n9AEBWP0RHB2Vz3mJ30X2pVAg==} cpu: [arm64] os: [linux] libc: [glibc] - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.143': - resolution: {integrity: sha512-rr4334GOLl9caYDeyWsbwMaVJCiNvKHE9nLdey8opIkq7/FHHu712U6tDk0tcoCdsGU/S3/BBaZParOgF+s5qw==} + '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.197': + resolution: {integrity: sha512-3Tuy7XhD4UIKE4A4RPmKJcbL7Q/3dcB1hEWQt2lKP7c/DlixeEv+tRzvpnFZKhFX2hy0tkBk3QjkozSAacMC/w==} cpu: [x64] os: [linux] libc: [musl] - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.143': - resolution: {integrity: sha512-kwqnbHo4Zj6TzO1V/83uLhsTt0xBp/BN5V/aHIX+khM4UuNO6NOKNaZvr8Int3sF0ARF95Hjr4l/hMKxry6DhQ==} + '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.197': + resolution: {integrity: sha512-AUccrbdcv4Hy/GteP/gYLjG/zDP+fe2BFtDMctEfRFVz40DazYDcOyW1+nIgSTQtxf5jSTAVVf3cNuXB2CZwlw==} cpu: [x64] os: [linux] libc: [glibc] - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.143': - resolution: {integrity: sha512-q5UaLZ9ABbqQN8UXpqHUqjW6akI1zMrV5Jvtq0yueKP4nIRbBBZBQ80M4bpdrc0+SiRmjVRV3p8lsCCAd8azgg==} + '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.197': + resolution: {integrity: sha512-Wx8uiAKBenDuL8lWQmrqnX5ppljaH5unQ9cKiCz2/9Kgf09dgnrwbX8n/FhndCZR8PmYw539eWwYVrSVc/bl6w==} cpu: [arm64] os: [win32] - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.143': - resolution: {integrity: sha512-46L2mkskvIRfwzHP3p0uUE5u9Oc7Eb/DRVmXuGNk5Z8jiahlDSv0SHP1vnWSWw5nWIu4DWOKyXZelRmYc9LxCg==} + '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.197': + resolution: {integrity: sha512-ZXJO/VvR3SI4G0gwthWeFXWdHB5RXPu3rtfGRcKZ/YgtDeW17rQ+LZIJTk2ywzbLb8EvlghR5JPgn293hC179Q==} cpu: [x64] os: [win32] - '@anthropic-ai/claude-agent-sdk@0.3.143': - resolution: {integrity: sha512-JnxOTRpSBpFqKFMfV5cW4QjpeDOHUNr31rRislmOVWEPsRmCjsy9jYwKxDf7kxcwxyZ6h/YHz1ACvMaUWy6o6A==} + '@anthropic-ai/claude-agent-sdk@0.3.197': + resolution: {integrity: sha512-XNIi8W1tb+QfMkcK+5kepOC6BsxG8wtupd72H+pIPzIJypVQhHy7FoX+KBMtTRYwtl+5dsjKyABhjWXebeUilw==} engines: {node: '>=18.0.0'} peerDependencies: '@anthropic-ai/sdk': '>=0.93.0' '@modelcontextprotocol/sdk': ^1.29.0 zod: ^4.0.0 - '@anthropic-ai/sdk@0.106.0': - resolution: {integrity: sha512-ufwVvYNDBj2dzOGupBCTaNzBLxqcTnGOzI4z8Wouxlt+mT3J3HuOmatgCy1VmwCHOUueqZ41ERhm0O99OUcbWA==} + '@anthropic-ai/sdk@0.109.0': + resolution: {integrity: sha512-y7P4eLyW5uNut4fXpOUEHqhJwx7dnxrWAfCQE4Lcgm0hSFQuIeHa7CWEKE5dFolEjQJE/RFKkppjri05r2OK/Q==} hasBin: true peerDependencies: zod: ^3.25.0 || ^4.0.0 @@ -969,109 +969,76 @@ packages: '@cipherstash/auth-win32-x64-msvc': optional: true - '@cipherstash/protect-ffi-darwin-arm64@0.23.0': - resolution: {integrity: sha512-DhkKC+trOfk3RLDvPXqGsrpWdVnLAMEVLUI59OuR9tdTcJeiABtbQx8VaXdbzvNxnbkoDnOqbFRE5D11Z7nerQ==} + '@cipherstash/protect-ffi-darwin-arm64@0.26.0': + resolution: {integrity: sha512-v2ZFgDlqHVdWEtnqxGYHGQ7gbkLVWzbB9CSEo0V3TGFhKjfh3tRsQFfZle+Fns9/1hHN0c/Q8jEvqmeRBt+TAA==} cpu: [arm64] os: [darwin] - '@cipherstash/protect-ffi-darwin-arm64@0.28.0': - resolution: {integrity: sha512-QRwiovEdgjstbaCONZGYXA82NG4Gwz9mJOZeAzthUmNIQfnVErO9UQAfJ+I1T/YG1Ww2FCWcHltXMl/qjyeK4A==} - cpu: [arm64] - os: [darwin] - - '@cipherstash/protect-ffi-darwin-x64@0.23.0': - resolution: {integrity: sha512-YuEn2RDHOaj9s8qDIX9cpQuBmsN2SZp/RjiNX72LxhV7JEDJuLSt0ySrl+k6MHoLiZotjkp7I1u6tq3vuLCC0Q==} + '@cipherstash/protect-ffi-darwin-x64@0.26.0': + resolution: {integrity: sha512-z9pvB0v8k3S1RRzqkwMUCCNQjjJr2iY8KV3ItZOb7ykvNLd55x3gFlZKFe+zLhBesCIZASSHBFp9yIcO0GGyBA==} cpu: [x64] os: [darwin] - '@cipherstash/protect-ffi-darwin-x64@0.28.0': - resolution: {integrity: sha512-H8qB2z3drJSc2bR5ITsJSFrOoNKvORbauTdHmaS1e5OleXsLl/F+56Zvghz8NWs+bXs/2aVzHxpYte8FgV8AAQ==} - cpu: [x64] - os: [darwin] - - '@cipherstash/protect-ffi-linux-arm64-gnu@0.23.0': - resolution: {integrity: sha512-I1kID2JqWnJUd0VHzNQo4gxeOAhEgzeXg3Fn0iDHnGKy+HDHd7+t/qEei9YLrV0wAXDnDFRhXXWRRVs8CxDzZA==} - cpu: [arm64] - os: [linux] - - '@cipherstash/protect-ffi-linux-arm64-gnu@0.28.0': - resolution: {integrity: sha512-h7vZxB/wako6j1jspkGl41gptTN1dBTWYqAR6jhVnvKJK0TBlyUKuSJwO1NeqyNfFQ/b1KmqJ11JGvY95uRZOA==} + '@cipherstash/protect-ffi-linux-arm64-gnu@0.26.0': + resolution: {integrity: sha512-IA8r5IwzCpoFUE2cB5VCCCioA8RfOIMql87SUB2DLAFShOeIACvaSwNBktwTCzLgMe5283BXqqyPNn2HzEGYGA==} cpu: [arm64] os: [linux] - '@cipherstash/protect-ffi-linux-x64-gnu@0.23.0': - resolution: {integrity: sha512-n4aCDK0os4iY1BQIHVVUBgt8WnfIb8R3gLXTRrTkMVug0dcoQ0ZZaL5ltIUgFGJG4bvfW8+7zWLRZ51CZkqKsQ==} + '@cipherstash/protect-ffi-linux-x64-gnu@0.26.0': + resolution: {integrity: sha512-QZVoThJ5kjrf5icg3OJ9ctcnN0CqF6fatVTcuUOLg4nz8xb+m5dIv4WhgvCT7HnipGmALGwKWdpNlnaMrUu0cg==} cpu: [x64] os: [linux] - '@cipherstash/protect-ffi-linux-x64-gnu@0.28.0': - resolution: {integrity: sha512-PgHn0Og0PiCwFdV4yKhipGKfqkCXP6Xchyy6ykTaISabmSlkkbRNkyNF1/tZEQYF65sm5gmqSpwSYzKODaAsbg==} + '@cipherstash/protect-ffi-linux-x64-musl@0.26.0': + resolution: {integrity: sha512-ji6uo8F8vKNI5lmkfEy7RX22jm79Yjg/csyVXAQcTRdwVNZdVGe01vm3f4BIXrFrGDUmHvVJWUHqChqU6z8QiA==} cpu: [x64] os: [linux] - '@cipherstash/protect-ffi-linux-x64-musl@0.23.0': - resolution: {integrity: sha512-62WG6ayFJ/1+M7W/AWGEDskLo6aHtr8PFoHoXkSTdhWf29RPb4+yU1pPNYVCitVWB1sdGs+lXSO6MFD4N6IIXw==} - cpu: [x64] - os: [linux] - - '@cipherstash/protect-ffi-linux-x64-musl@0.28.0': - resolution: {integrity: sha512-fMu3k1Y3wYMcGbGpVtrlCMNRLd1//5c9ZHcyWFjKFqimOCbBO5akgCQij4zcvj4kYDHtveu9dOdOKVhaG8k6hQ==} - cpu: [x64] - os: [linux] - - '@cipherstash/protect-ffi-win32-x64-msvc@0.23.0': - resolution: {integrity: sha512-z+jErHcPw1RwiwhSqqx/QzKqkk06gulh6YJl4TlSBPlJPjhR30TEcxQpQ2zf7kuv86JqsBRHv8UazLNePSiEww==} + '@cipherstash/protect-ffi-win32-x64-msvc@0.26.0': + resolution: {integrity: sha512-1XsLN+pcGjs1O7YCGBawbaVYnJ6N2r8jIcyL0LxQOgE40P4H+CcAwwxcZT4H243g18FJGIYGIW7MVN42csPOWw==} cpu: [x64] os: [win32] - '@cipherstash/protect-ffi-win32-x64-msvc@0.28.0': - resolution: {integrity: sha512-tF0y7TcyBtgN/jHodYMnrJ4etLkEI/klzDivW8Q8eIuIdoJ3q5muZKFIhNX0MbDDdh2O4GsRdNhXRubs7BiFpA==} - cpu: [x64] - os: [win32] - - '@cipherstash/protect-ffi@0.23.0': - resolution: {integrity: sha512-Ca8MKLrrumC561VoPDOhuUZcF8C8YenqO1Ig9hSJSRUB+jFeIJXeyn7glExsvKYWtxOx/pRub9FV8A0RyuPHMg==} - - '@cipherstash/protect-ffi@0.28.0': - resolution: {integrity: sha512-R2L/8HwMREkVKlR5KCcuELIWz4QNButSBQzY+nRDHl1PUXjRqWG1h265FkKVtTXKNKUup7rB4mswu+M+t9KF3A==} + '@cipherstash/protect-ffi@0.26.0': + resolution: {integrity: sha512-UqhzMh/x/qBKhYVRiBi6V5MpHH+WiUaWQ0Wm/Q80aCrMoBNolhLWxPhiXM6zBE3tMTmH7Ge0wYIWOxFMfygMEA==} '@clack/core@1.3.0': resolution: {integrity: sha512-xJPHpAmEQUBrXSLx0gF+q5K/IyihXpsHZcha+jB+tyahsKRK3Dxo4D0coZDewHo12NhiuzC3dTtMPbm53GEAAA==} engines: {node: '>= 20.12.0'} - '@clack/core@1.3.1': - resolution: {integrity: sha512-fT1qHVGAag4IEkrupZ6lRRbNCs1vS9P01KB/sG8zKgvUztbYtFBtQpjSITNwooDZ83tpsPzP0mRNs1/KVszCRA==} + '@clack/core@1.4.2': + resolution: {integrity: sha512-0Ty/1Gfm+Kb07sXcuESjyKfwEhSy4Ns1AgeEisHb/bDY5fWme0tTeTkU14T1Gmcs17YIjB/teiDe4uaCghbYqQ==} engines: {node: '>= 20.12.0'} '@clack/prompts@1.3.0': resolution: {integrity: sha512-GgcWwRCs/xPtaqlMy8qRhPnZf9vlWcWZNHAitnVQ3yk7JmSralSiq5q07yaffYE8SogtDm7zFeKccx1QNVARpw==} engines: {node: '>= 20.12.0'} - '@clack/prompts@1.4.0': - resolution: {integrity: sha512-S0My7XPGIgpRWMDG8uRqalbgT+a6FmCUdOW+HaIOVVpUPHOb7RrpvjTjiODadKp06fsrVDJZlIzc6yCTp4AnxA==} + '@clack/prompts@1.6.0': + resolution: {integrity: sha512-EYlRokl8szrP9Z25qT5aepMdBjzBvHF9ZEhzIiUBc9guz/T31EqRgvD0QSgZcpE93xiwrr+OkB4nz0BZyF6fSA==} engines: {node: '>= 20.12.0'} - '@clerk/backend@3.4.9': - resolution: {integrity: sha512-2sbnGrHga3t/IFAkyvWO6H9QG1bnj7KUA13hpRB9utOYGCRdCn6oLxtiSdH6uGUzjX/km1dtw0uwZIxYgHbuVA==} + '@clerk/backend@3.9.0': + resolution: {integrity: sha512-ceFrYQcxKwDCHbSjjHxUSh9jSt1HSQaNC3vS5vwMMVa+Rl4GuxjNOBLW7vopB48I9eD6GjRuBQlX55QzRvd//w==} engines: {node: '>=20.9.0'} - '@clerk/nextjs@7.3.5': - resolution: {integrity: sha512-Q2VaWLqnZrvWrbyQdji34fIBBHdZtRHjhd+BmW8a70Gxk2MKGgd9S7CzDFUBC/Q9jBjgGeZAZkH47WEK0opZow==} + '@clerk/nextjs@7.5.11': + resolution: {integrity: sha512-MeiJi/QIM4GENAVx/4+IDeXyA284KwgRfHPKZiH60EivXdaXdtAtRGlO9B8AMQv3dVTU4izmeZZeu9JlHicoXA==} engines: {node: '>=20.9.0'} peerDependencies: next: ~15.5.18 react: ^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0 react-dom: ^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0 - '@clerk/react@6.6.4': - resolution: {integrity: sha512-jhXqn1GFv309/gvVOdm3pBbeHDVVolyKbbrnHmvB+sAxEiwT7fIMP1JRUe2Rr1ycevMXRnxDzZmidra5xoFPKw==} + '@clerk/react@6.11.3': + resolution: {integrity: sha512-MLtclctwVoB4ECMJvl5ZH48rxLPduVsybZS2YnnljHH1rvxRV67cOAmInafgYgt2/LH63SVwRPIrTabbSx6lFQ==} engines: {node: '>=20.9.0'} peerDependencies: react: ^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0 react-dom: ^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0 - '@clerk/shared@4.12.0': - resolution: {integrity: sha512-LEe3lpi1r2DhFH9FuqzVrDQ2UkQJ3TA6XkkqnfHHRBfAJdh+jnYXYiivQpj3znMCihm3FVLOMXcpSqBz80XoQg==} + '@clerk/shared@4.23.0': + resolution: {integrity: sha512-v4roxB9AwEVq56luLc9MtQ+RkVR66XZJGAfTbQXD0ArdW+fs1P/FhlKwm6OQfvDFNiCCVZA6GoP648t9dGtfrw==} engines: {node: '>=20.9.0'} peerDependencies: react: ^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0 @@ -1734,57 +1701,57 @@ packages: '@neon-rs/load@0.1.82': resolution: {integrity: sha512-H4Gu2o5kPp+JOEhRrOQCnJnf7X6sv9FBLttM/wSbb4efsgFWeHzfU/ItZ01E5qqEk+U6QGdeVO7lxXIAtYHr5A==} - '@next/env@15.5.18': - resolution: {integrity: sha512-hAV85Ckd9QR6RvH04MEKwsfLTksvFpO47j9xwtoIuvuPnlwecpSi+uZTtm8HirVbtlI2Fnz//xpcSTjFdyJk+g==} + '@next/env@15.5.19': + resolution: {integrity: sha512-sWWluFvcv5v3Fxznmf2ZfjyoVQt/64oCnYqS90inQWGzMPK1VjvekPiz3OPHKmFT30EnHrjlbyaHLt3M0vWabw==} - '@next/swc-darwin-arm64@15.5.18': - resolution: {integrity: sha512-w0WvQf1n+txiwns/9pwIQteCJpZTbxzO2SE0FLcwuD4v0WEh1JPOjdyxWL21XwJsdpx8cFRjyzxzCS/siP7HcQ==} + '@next/swc-darwin-arm64@15.5.19': + resolution: {integrity: sha512-jx9wWlTKueHKPvVOndyr7WuaevWCkuYqsQ8gC0TMPKAVWG3MhcdMrjfo9tvIZNXd0QOUYXXvAcZ325y8Uq7uzg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@15.5.18': - resolution: {integrity: sha512-znn71QmDuxm+BOaglihMZfvyySMnNljkVIY5Z2TCssBmm+WqL6c19VhtH5ktFkHa8EZ2bnTUpcNcmNSQsg67og==} + '@next/swc-darwin-x64@15.5.19': + resolution: {integrity: sha512-291KFcsIQ3OenRdiUDFOR6W3wezzH4auENXm1gbm1Bjd4ANMMRgxPrWTUztQN43BnVoVuMnHCrLeECIMwgFKbA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@15.5.18': - resolution: {integrity: sha512-yPPe5MNL+igZUa+OsqQJisqSfh6oarIuA1Q0BDxljGJhRQyZeP+WRHh7rs/jZUGMh5aY0YdIjXZG0VohkKkUdw==} + '@next/swc-linux-arm64-gnu@15.5.19': + resolution: {integrity: sha512-WeH+nelQyyMeE2f8FxBRZNrGipya5zHZV2vjzfCOAYyiI6am+NbnWAAldOBFQBB2w0DjJcsvrKqoFT2b7+5YoA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] libc: [glibc] - '@next/swc-linux-arm64-musl@15.5.18': - resolution: {integrity: sha512-glaCczEWIrHsokFZ3pP08U4BpKxwIdnT+txdOM32OBgpL9Yw4aqx8NejmgtZQZOdstQ5f0L3CasIZudzCuD+nw==} + '@next/swc-linux-arm64-musl@15.5.19': + resolution: {integrity: sha512-5xTOE0lDlDCSSfp+BAif7j17VRRCjWp//ZPZy6NI0QpdrhxtQnsZguSx0xAAZ0c9XZLrLLwCe/XVe5YPrRilKw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] libc: [musl] - '@next/swc-linux-x64-gnu@15.5.18': - resolution: {integrity: sha512-oUfg2EgJmU3R0OCOWiokGFUTvZiPfXtriXiuF3YNxRoROCdgvTedHIzYoeKH34gsZxS/V7mHbfq2hpAHwhH1/A==} + '@next/swc-linux-x64-gnu@15.5.19': + resolution: {integrity: sha512-LTxRmMgqqMv05Had879W00Fm53quiJd3Zuz8h1JSNJ3nGSlbZ/7Tjs1tKyScgN3Au3t3MyPsjPlq60fMmSHLsg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] libc: [glibc] - '@next/swc-linux-x64-musl@15.5.18': - resolution: {integrity: sha512-JLxSP3KTd9iu/bvUMQxH7RJo9xKSHf55/6RPE4a6FTSZygGn7uvZbCej0AHXydwkggQGSD9UddSjwv6Xz5ESfA==} + '@next/swc-linux-x64-musl@15.5.19': + resolution: {integrity: sha512-eoNQSpA5PQfB9wBO4RA47MTDXWz1fizy9Y3Z6e4DetYIF3dvjuu8sj7aIGn/bFCU6lnFzTK34NtCaffP4NsQ7Q==} engines: {node: '>= 10'} cpu: [x64] os: [linux] libc: [musl] - '@next/swc-win32-arm64-msvc@15.5.18': - resolution: {integrity: sha512-ir1v7enP52K2HNz3tQQvwF+x7VNxBk1ciiZ18WBPvxf4C59IqdfmHPJYK3vH7rSxpuCVw/8C712wTXNAtEp+NA==} + '@next/swc-win32-arm64-msvc@15.5.19': + resolution: {integrity: sha512-6UNt2dFuCHOe446sm/Kp69nUe8/wIhnh9bm6Xcqw4qEWCOppLMOvhTBVgvM7invVUNr4SPpP6NOQsACtn2IN9Q==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@15.5.18': - resolution: {integrity: sha512-LIu5me6QTANCd25E7I5uIEfvgQ06RK7tvHAbYo3zCb3VpxQEPvMcSpd87NwUABDT6MbGPdEGR5VRiK4PPTJhQg==} + '@next/swc-win32-x64-msvc@15.5.19': + resolution: {integrity: sha512-PhmojAHyqMne56HBLGu9dhDnHPuFmEjrXSQMM/nW0J6j849lk3ESrVtqNJcCk8CKOV7brpTTbaYAjwKPzKM69w==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1808,112 +1775,345 @@ packages: '@petamoriken/float16@3.9.3': resolution: {integrity: sha512-8awtpHXCx/bNpFt4mt2xdkgtgVvKqty8VbjHI/WWWQuEw+KLzFot3f4+LkQY9YmOtq7A5GdOnqoIC8Pdygjk2g==} - '@posthog/core@1.29.2': - resolution: {integrity: sha512-DYhR0Sl7pVdUXa+C9poCVjTj3D6SI9P7RLhIhr74YyHeHuCGL/MZsDEWcz3ul3qHDIhZU9myIUjID890QiQw+g==} + '@posthog/core@1.39.2': + resolution: {integrity: sha512-G/TL5Xykl+9xCDtBwHHPRSToS/43UjzyxKOfhlTwu/hJHt3v39Q2OFu8hdum71Iu7+tuxxISGVcFMlIST7ksjA==} + + '@posthog/types@1.392.0': + resolution: {integrity: sha512-nctNujXL3FC1v99FktaTMSugSD9ZOZekEpahUSafkU2TSvW+XGKNkQZbokuJtiWvPBK208dwMJva8UfBkChqpw==} - '@posthog/types@1.373.5': - resolution: {integrity: sha512-K7STCnRG/WBE1q0BwEkIcrJB5OqECaymsQj6Hp4Ntvaek4dqHkZGfp6hxwIPqQPjlOXwidwPLo+XGsn+CoZUyw==} + '@prisma-next/adapter-postgres@0.14.0': + resolution: {integrity: sha512-c90KFtI74WU+8YH3uhVg1DTmD10T2BpINzzys9F3n1jTM2Am0tXKx53V05Ev+7H1VBrjBoksZPZ92WWxVEXLew==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true - '@prisma-next/adapter-postgres@0.8.0': - resolution: {integrity: sha512-YLzaPw+DZX9/FdPi3NK8bBEUpATULW+GTkB6v8BIl/upgVp6XkKxJe1rq2JEeDcxYF71JNhI8le7HCrAsfMoEQ==} + '@prisma-next/cli-telemetry@0.14.0': + resolution: {integrity: sha512-JaP/+09tIL6zH+5WQS507db2HQ0B47HRR2AZD8VHmsw/tMwBDZqKVdIA5KptPMVSR3pcnXDygGvG7E8N+PSPRg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/cli@0.14.0': + resolution: {integrity: sha512-wN4mZc0K1m6wB4NXSEdrA2RCfc8zHBs5yJq0G7XoWQ8J8vvX/hR2kkukJv9QfEYFEIMyOT7vjbSBh2vj4NQ56g==} + engines: {node: '>=24'} + hasBin: true + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/cli@0.8.0': resolution: {integrity: sha512-3tVU24PDPwQFTEcI4K/RC9eC1aEHsSSNCAcg2/zpl3qH1FcjgRLc7XMkzqWnMH35ifPkPrwxuOjlNXp239643w==} hasBin: true + '@prisma-next/config@0.14.0': + resolution: {integrity: sha512-7U4Y5GeicvWy0dcg78J8arzqe13r97Zj8yB/e+Uea6M8LZxV2poW/afHlYnU0VXhLTZ4F29CdlWOUmCAKpl9mg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/config@0.8.0': resolution: {integrity: sha512-RMZk/At00KC6tWrdfLnu2yXcWLjfPljiQgd1Ucr5Xfs2Fw5QA1c0/Rp/nb+2hfnCPLjiZ1Q71cNIzFEb3HNkrQ==} engines: {node: '>=20'} + '@prisma-next/contract-authoring@0.14.0': + resolution: {integrity: sha512-79aLJO04p/XRX2QvIlFMR2ZvbqvI0xFAU5idgYySoevq8bSY9ORGA0XchSbhFl0d6d1VfSEZowRPwzvgl/6lsg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/contract-authoring@0.8.0': resolution: {integrity: sha512-LQ4kLO9U/adM9RdtWDOtNlkdq8wzpGs9Yml0yVun0t8zOoULvQkMFKsK1lHOnU9+xwBgHLUTnewU96ll436I9w==} + '@prisma-next/contract@0.14.0': + resolution: {integrity: sha512-HMeduqWGl1NpRyhEvsswF1T8PSBPfbpvMNYMegiYPt2ck5oClhbl0LHkgAIHsOjBg3IJv2VhRqDhQiuRVbkC4A==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/contract@0.8.0': resolution: {integrity: sha512-n9mgNwBX1PSNHOFWXAhFihOv7osD+ZbAFlY5fVVPjOKKXpTcCUi0/Hqo5SIjhz8JKXpsGqz/Eq4X23c9Y3C99g==} engines: {node: '>=20'} - '@prisma-next/driver-postgres@0.8.0': - resolution: {integrity: sha512-dg5FQ+hFYC3NwyZPoMN6/ppbLdEWnxN+w1z2XkaVSic5VFC/eXRONxMBlE0YNM69/AhXXbavtBmHklFBw0xduQ==} + '@prisma-next/driver-postgres@0.14.0': + resolution: {integrity: sha512-qla7/fAk2YqwomkUPevd9bIqJ5gQZcZTXbEoz8nJaErUunisEosepJOKwlTpquJV2+OAuezODCbrrYtUJ525jg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/emitter@0.14.0': + resolution: {integrity: sha512-qdyOe11AsXHMpVmPYulA/NjKEn59VkXekGrtg8lB+Pqd+Dg2HwQinaO6G1PXjymRyVgv31UKRyUU7eLhCQaZ0Q==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/emitter@0.8.0': resolution: {integrity: sha512-GU/WGpwNejOUauIY0diE3OMYsIfw3SuzH9FpzEri8nl5jvmzjG44Sa6gMEc/g22D3MSD9Ufn2rsLc2K5RmC9wA==} + '@prisma-next/errors@0.14.0': + resolution: {integrity: sha512-+VlDHQaP3AAs3rYYYSDoG5Ng5Hkyl+F4oAHAvDsvhFMupsGWaBx7esc5MbBHfnjE/5i/cSybR8/efXrIZJI6zA==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/errors@0.8.0': resolution: {integrity: sha512-/ojKRvq4wYuH2ipTla9BeqGKZRFR6VIloxyXU+G2IILhpcobIepYTiOaafVd1ajx8KgR3Ux/rn8oTemIihdceA==} engines: {node: '>=20'} - '@prisma-next/family-sql@0.8.0': - resolution: {integrity: sha512-L2wFXFv2gDFb2E+jm2HIUGSNMNuUwhZRzxDk4YzWEaG4+Xmj1kuv6tdqCLkTzuW9Re1OXMBivqtdIGDS9u4UWA==} + '@prisma-next/family-sql@0.14.0': + resolution: {integrity: sha512-Gx4ByuilDiJzwsOkqWE42CSZrhO9/6uFDpyemD185eZsaJGk5tvEpbLy3UuLNx+6VEsvXfPYGLdGUy2LL8e9Pg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/framework-components@0.14.0': + resolution: {integrity: sha512-6ZPnesKake4pnRRQZUi67a5qfgs6Pc9cmNN2bAf2bQJYTg3w5b1yOhjg2sFupXT54hq/iE3rXRY5A7ltgSxijA==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/framework-components@0.8.0': resolution: {integrity: sha512-t0RXECncHX+gby7mCT/WbBXGvayQQ6/JmwmE24dArxFqhj+HqDaTCa6OVPN7MRyuPZ3sAXc3g46EpNsQY3Sx9A==} - '@prisma-next/ids@0.8.0': - resolution: {integrity: sha512-Z8LnSHxtdcX0Fj976zb8dM3PmeRKErWBGUdtExBAgu4aU1So0buG3qOQKkx36Ff1AvD6YhNQFAvTYdSJymPjqg==} + '@prisma-next/ids@0.14.0': + resolution: {integrity: sha512-E+Nhvgmco/Y24wiv/hWVt6wAf1J9sIS5qupoolBeL0V/BA/+zECewg/vCF2dj92hXk0jJ1WphhQDGrvx5XAPbQ==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/migration-tools@0.14.0': + resolution: {integrity: sha512-JdFJPO8qFA3N0lP6g/ZsRz4QGeDV/qQpRUWq+9phoAbL/kBaMha838JG5YUb6h8z3tD4/qg+Qs6ESZPURD4AcQ==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/migration-tools@0.8.0': resolution: {integrity: sha512-MRHV/CcQTHiliG+5jIFgnWrcIC8dfr9/Oh7WgOz9djysNxiytphE0QZAvKwghCC8dCXFTS4giAhimBsNjblv1A==} engines: {node: '>=20'} + '@prisma-next/operations@0.14.0': + resolution: {integrity: sha512-h53frkeEYalkixESJvkCvvuELD5b3YnHdkqkBK1A6XyDoqFusEHpjlP4LMXhpAQlft6QdbgYZfttm9ZXBFBUQw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/operations@0.8.0': resolution: {integrity: sha512-zT0DFdXYSDfenBzyAZpkoMXRamw6fN9gcRQeVkaq3EhtCMCbIIj+gTMMYIFEKRLgbzqvdkRmEl3IV0ouyvvCyQ==} engines: {node: '>=20'} - '@prisma-next/postgres@0.8.0': - resolution: {integrity: sha512-UrUd7SBxgnCGm41+VbeGuYFkWU5ym8IPRO1Uem+M98w4sYk/EYuJCnF/KDpL2scqy3qg22MMc92j1jiz6d2Anw==} - engines: {node: '>=20'} + '@prisma-next/postgres@0.14.0': + resolution: {integrity: sha512-0TXr3+x3INseRhzPUmMn2t6NUhD3DlDht0MHJ8SBvSpkiGXH237IwID161KtZ7xa6ihTTXdjDfIqgmbDtVxfEQ==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/psl-parser@0.14.0': + resolution: {integrity: sha512-XKumV4Bfy3KHoD3IsWVSDtzFjXKL5zENASbbfIXXpwll3AVgU4rtVKuJIH5fwUOYpcCUdLE8ZaNw6vcwLuse3w==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/psl-parser@0.8.0': resolution: {integrity: sha512-cDsVRqq0SZ3W+du1fFaUOe679dV1Zl35C9wmgSLQQ9LYohiEWsTsWfACDO9oOhLUOzeK6iFJb5WMdEgbvf/6Fg==} + '@prisma-next/psl-printer@0.14.0': + resolution: {integrity: sha512-qVTjwpO9uvITSsMg/mtdk0Py7ITsQRpPjmidSi9ByoPE6OGBGF3/BaUbOjRiZ340i39Npg83jT4rLreH1GOFjg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/psl-printer@0.8.0': resolution: {integrity: sha512-M4jM5ZMVUMYNwmUTnuA3wqtjYVKIRfvh9XA5e26pCPFuBimDtHHN3PdDTciueCTrCqA4/Agl2xRQrACmUPaZ4A==} - '@prisma-next/sql-builder@0.8.0': - resolution: {integrity: sha512-bCCEL7AkfAiGJUX3457YpRqVhfQbjbFbe2BaLD8JyqQPdwQOq7yHyDQuZwtG36zaPgGK9X7VzrFbNfxA+Q+Oww==} - engines: {node: '>=20'} + '@prisma-next/sql-builder@0.14.0': + resolution: {integrity: sha512-11AAASmhf7CZ4M/qQ5JHaHxHl+olBf5TP6jYSKuX8c9COttyp9IN9QRI0+PKR0QSjZgU1VX9WPNRG8hEcmDrZw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/sql-contract-emitter@0.14.0': + resolution: {integrity: sha512-gUgctyFNMKZ94wXNATevMi+FG9R9SK4yYQesYr7/5kZ4ZBbHkaFOFcWwlJZSI+EhCC2J1OgvfaCTtpWpn+VIUw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true - '@prisma-next/sql-contract-emitter@0.8.0': - resolution: {integrity: sha512-7OYXFoRrWFN7qfxGnI1CvqqMMwGGffDeazO2JSzOL2rOR8T/SlqQGg8wXRckR6HNgXQisZKFc8aEPTJcLioJew==} + '@prisma-next/sql-contract-psl@0.14.0': + resolution: {integrity: sha512-86Z8MWo0NYhGSX4uOqbvAx46aMOaB2opNyUeFNnntT1br+U48IX2ZPGV62ul6mwCp7DGN7pjvmlBW5OnHXuiyg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true - '@prisma-next/sql-contract-psl@0.8.0': - resolution: {integrity: sha512-cJFUOyDWwb8FR3YLm1Ye18luofSoVwJiMO1LPmnjAH9W+da8mbkFpH0OuJbppeHAnKkY4lqKj5HPW9Ow0RZ3Jg==} + '@prisma-next/sql-contract-ts@0.14.0': + resolution: {integrity: sha512-AMTURIMXCsn+M7oW0QOe/9wS7J+Q1siW7+aihgtmBj88lYav9XHyxJO5AJDu6LSDSctorTzccfsPatBAlcxzKQ==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/sql-contract-ts@0.8.0': resolution: {integrity: sha512-sjfYhT7nyuBJVVxAztlnLppcouXms71BreCXOvvuGp5nw4CzMECD12qjRt8BHcNDdpVSSYeUIhd/TIeMD/qtcQ==} + '@prisma-next/sql-contract@0.14.0': + resolution: {integrity: sha512-/Ibvjd41sEgpi4c3YCZvK6vRCucNffsIZ+isIOYoVqXOt74H0llM4Ux4mR0PShNuo0jgG8xOon1ptSQ6/S7c+w==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/sql-contract@0.8.0': resolution: {integrity: sha512-SJbWPz05GlOrV58Dbk5Tfx88cAbgH7nqd1NWQ66yT5E1OSJ4SGwZCyJbtUnbb9HqLqqphYws6vDBmmMy5NQ77w==} - '@prisma-next/sql-errors@0.8.0': - resolution: {integrity: sha512-e7KCFVmHEHOXNHYx6XOr0xW/kTCwo0yeyE/zR2EZVTyNjDRGTCS7FOkqOSVWyPwGmUosDogY51ojChZYfn/fdw==} - engines: {node: '>=20'} + '@prisma-next/sql-errors@0.14.0': + resolution: {integrity: sha512-zc5U+SzEUqpjPC69w9JejqAkcRtkZ8BSm1a6l6p4pT4b8dk/iXrfQ96oHoy6SYG/dTbGe47W4gCfX9LCzCdUlA==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true - '@prisma-next/sql-operations@0.8.0': - resolution: {integrity: sha512-uBTbNPsCjSMQxBw9ZV0K4egON2Vnp/YUe70dVEw/FPczR/w7/NKqiMhZ74qNpfxtFxpkefJ+nfERkMs3bnm1IQ==} - engines: {node: '>=20'} + '@prisma-next/sql-operations@0.14.0': + resolution: {integrity: sha512-0VeVceyh7LAlEGMseFPQrmoBPkNAlBiCOCyWzv1xQjjU0IoPkMlcjFu07wD5aLf+nwBzEUSbdg9EaTdBTYHO9Q==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true - '@prisma-next/sql-orm-client@0.8.0': - resolution: {integrity: sha512-UOCWxxY6uIj3FRJur7xztp/lz9Tm0RWaTw0CLxV0sFnoJ+QTHvjkTY3nIvgc/vvqsgtb4EpkthDDJAQjzK5VlQ==} - engines: {node: '>=20'} + '@prisma-next/sql-orm-client@0.14.0': + resolution: {integrity: sha512-fXyiR/8r3NqLqUKTxrL0o5KcxHW6r91pD0pU1tmnB6kJD3MS++Fhd2miDcbCn/5O0qf71zfmJDafKU74TOJ3dw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/sql-relational-core@0.14.0': + resolution: {integrity: sha512-7H1HaN31lmGD81C9vz07dq/r5n80yKXfFNpYj5XrKKeVpDZQSb/IXtOVt7LyB+q9QqSUW2jD5RGLuTOhsd2kbw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true - '@prisma-next/sql-relational-core@0.8.0': - resolution: {integrity: sha512-l+hfL3ChYJI1oBgd9dZqUbf+I1dMpUBqlHzZJG1zyXv5wcTlqXbtOk18EoYe+BXp6jnHBwgQDsiBayLvB+ehpQ==} + '@prisma-next/sql-runtime@0.14.0': + resolution: {integrity: sha512-HV8ZAvNuXtFrAHuxs3/ZEz0JapKFayFYDljQeVDFxExSEj79fPtd9CON9sTTV4T/RKII5knlKJRuKtwWH35Znw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true - '@prisma-next/sql-runtime@0.8.0': - resolution: {integrity: sha512-YLqJTzxFcpC5y/2ZPfWqvlHgifqJ/ADAXM8o7PHhrEJ5Z9fivppkEfVUlgnRVDjvPGGwCUY3VbK3FqOL/SbmXw==} + '@prisma-next/sql-schema-ir@0.14.0': + resolution: {integrity: sha512-5buE3jcTz3yyyve4demaACIv52YT09tFPCBEqwmxG1ss8KtybVEgaZg8UUYGmyYbWU0l5RpQ96/vuB5UTFE4nw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/sql-schema-ir@0.8.0': resolution: {integrity: sha512-8xv+leV0bAK8jaFJN5ngEDUeYZGlvXvP/csiCzz8LHC5M4OTouGpbgyDDXFwC9tJThLaCZUK1zVF4XRYP9hftQ==} engines: {node: '>=20'} - '@prisma-next/target-postgres@0.8.0': - resolution: {integrity: sha512-CXkzmyXhtvcfhaBXBDlyb6Aq2wISQuax2pUbK+tq+e9Acz0idDRZk3FtvCkPUkviKv6ZAPA8EpnB9FT3iP3KGw==} + '@prisma-next/target-postgres@0.14.0': + resolution: {integrity: sha512-i1H9Jzt7ZGgYQ61rlmalyEPY1RoLFIMk9+qE5WbETjQ8LY9p7iXeTx4bBv25twkYIAHxXtrYxsQ3klUWg0JfVg==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + + '@prisma-next/ts-render@0.14.0': + resolution: {integrity: sha512-ub25pEfUe2dLpNu/wR0mlBBMZ87eGmyV5D9GS5KmyHkofjJdiE2Y3BpIhHXf7wjiYp35z/gOyQ2vuPFS4xVBgQ==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true '@prisma-next/ts-render@0.8.0': resolution: {integrity: sha512-IYx4NLsTaJxVlUWI+QQyY8LgLEHUOqqxTOwAlhSyXbzbTXiz89DN/I/swtapH3cl1Tk/PAJG9c5vKMl3lfAcng==} engines: {node: '>=20'} + '@prisma-next/utils@0.14.0': + resolution: {integrity: sha512-YIV6FMdKKsJqLkG2h9tQDzEoeAFjtniNXcB0XnyZyD1tkALodiWsRymuQJBGcFZB7S8icrOvRaqdSUNdrrR6yw==} + engines: {node: '>=24'} + peerDependencies: + typescript: '>=5.9' + peerDependenciesMeta: + typescript: + optional: true + '@prisma-next/utils@0.8.0': resolution: {integrity: sha512-zpSG3L7/Cwtb/WkUZKZCSd4j5gzLCqNTqDb6hO3hcK7Me+blv72cOuyscyUMiYlkHRdLinnSX7MWcAQnsqNONQ==} engines: {node: '>=20'} @@ -2122,6 +2322,12 @@ packages: os: [linux] libc: [glibc] + '@rollup/rollup-linux-x64-gnu@4.62.2': + resolution: {integrity: sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==} + cpu: [x64] + os: [linux] + libc: [glibc] + '@rollup/rollup-linux-x64-musl@4.59.0': resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==} cpu: [x64] @@ -2207,8 +2413,8 @@ packages: '@standard-schema/spec@1.1.0': resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@stricli/core@1.2.7': - resolution: {integrity: sha512-a0HxA/cSWjqHj/9GM+cfc/zGNmBdxVTQQpHIEvY1AbDEgo4ZU84cTCbtywYEQOHw2wIc6Vu+PKv+ZQoqZwkHnQ==} + '@stricli/core@1.2.8': + resolution: {integrity: sha512-zqEZu9x+UAAZrzQlfD/iDXIyb6Y3560MzfvFpNfWXJdZuJ0SSxGOGse+0P/5kwlufsSXQF8Wn5jK1NZF4vcqnw==} '@supabase/auth-js@2.105.4': resolution: {integrity: sha512-Ejfa37M5xoIwoxVebxRahnwubPo8g22qkXQ4p50+N9MIvU9UZoN+A8dwVPtczzGf8oV/YXN80ZPxK4aWXuSN/A==} @@ -2392,9 +2598,15 @@ packages: arkregex@0.0.5: resolution: {integrity: sha512-ncYjBdLlh5/QnVsAA8De16Tc9EqmYM7y/WU9j+236KcyYNUXogpz3sC4ATIZYzzLxwI+0sEOaQLEmLmRleaEXw==} + arkregex@0.0.6: + resolution: {integrity: sha512-9mvuMKQuibfWhBrsNYhsKhNb6k9oEHoAJ/FvDiqe8h+E9Siwe0/cro1WVOGgpajXQ9ZHd24yCOf2k35Q/QqUQw==} + arktype@2.2.0: resolution: {integrity: sha512-t54MZ7ti5BhOEvzEkgKnWvqj+UbDfWig+DHr5I34xatymPusKLS0lQpNJd8M6DzmIto2QGszHfNKoFIT8tMCZQ==} + arktype@2.2.1: + resolution: {integrity: sha512-CWPJxNoSxrS+NYGB3ufwc/blFonESEW5vBQyYPVS0rf4STu8VWoAWfKJSl5vVVm56h4yxpwbODeYwy6XFKvojA==} + array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} @@ -2482,6 +2694,10 @@ packages: resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} engines: {node: '>= 20.19.0'} + ci-info@4.4.0: + resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} + engines: {node: '>=8'} + client-only@0.0.1: resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} @@ -2838,8 +3054,8 @@ packages: fast-uri@3.1.3: resolution: {integrity: sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==} - fast-wrap-ansi@0.2.0: - resolution: {integrity: sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==} + fast-wrap-ansi@0.2.2: + resolution: {integrity: sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==} fastq@1.20.1: resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} @@ -3056,8 +3272,9 @@ packages: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} - js-cookie@3.0.8: - resolution: {integrity: sha512-yeJd4aNAdYZQjaon2bpD/Gb0B/omw7HQOsynXXcOiWVCacbBcPlgn8S/d1X6blFSaHao7ozqtW7NZW19xpCtIw==} + js-cookie@3.0.7: + resolution: {integrity: sha512-z/wZZgDrkNV1eA0ULjM/F9/50Ya8fbzgKneSpoPsXSGd0KnpdtHfOZWK+GcwLk+EZbS4F9RBhU+K2RgzuDaItw==} + engines: {node: '>=20'} js-tokens@9.0.1: resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} @@ -3272,8 +3489,8 @@ packages: resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} engines: {node: '>= 0.6'} - next@15.5.18: - resolution: {integrity: sha512-eKL8zUJkX9Y5lE+RX/2YJoItVdGlIscyVyboeD9wSpp0PaGqjoA4tTpT2qPqz9ax+5IzGESyLSeZ/RCwbSZ2uQ==} + next@15.5.19: + resolution: {integrity: sha512-xNOW6tYshGX1/Oi3F8uuk4gpDeWsSUE/1Z0G5uUMekIxaQ0xc03UXd9II0VQHYMWviMeA0OHpJFAKsHf8bTYVg==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: @@ -3397,11 +3614,17 @@ packages: pg-cloudflare@1.3.0: resolution: {integrity: sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==} + pg-cloudflare@1.4.0: + resolution: {integrity: sha512-Vo7z/6rrQYxpNRylp4Tlob2elzbh+N/MOQbxFVWCxS7oEx6jF53GTJFxK2WWpKuBRkmiin4Mt+xofFDjx09R0A==} + pg-connection-string@2.12.0: resolution: {integrity: sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==} - pg-cursor@2.19.0: - resolution: {integrity: sha512-J5cF1MUz7LRJ9emOqF/06QjabMHMZy587rSPF0UuA8rCwKeeYl2co8Pp+6k5UU9YrAYHMzWkLxilfZB0hqsWWw==} + pg-connection-string@2.14.0: + resolution: {integrity: sha512-XwWDGcLRGCXAR8F/AM5bG7Q+A3Wm2s6QeEjlOKZLlH3UYcguiqCWKyWXVag5TLTIjR7oOJUY8kcADaZgWPyLeg==} + + pg-cursor@2.21.0: + resolution: {integrity: sha512-IYvk/j+Suhtbo/C3uOf4JLsLK/gWxOTUOmYbDsbKnLaVJDq+KwhwK6ngpRfiCk8eDMS3AmGQABZCv0cREEzHQw==} peerDependencies: pg: ^8 @@ -3414,9 +3637,17 @@ packages: peerDependencies: pg: '>=8.0' + pg-pool@3.14.0: + resolution: {integrity: sha512-gKtPkFdQPU3DksooVLi9LsjZxrsBUZIpa+7aVx+LV5pNh0KzP4Zleud2po+ConrxbuXGBJ6Hfer6hdgpIBpBaw==} + peerDependencies: + pg: '>=8.0' + pg-protocol@1.13.0: resolution: {integrity: sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==} + pg-protocol@1.15.0: + resolution: {integrity: sha512-cq9sECI5s0+uPUXjbz8ioyPJni6RzsRib0US67i5IoTZKw8fNeYlVE7u8F4dG7vEJJtc5wdD1K189lCCUwqWTQ==} + pg-types@2.2.0: resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} engines: {node: '>=4'} @@ -3430,8 +3661,17 @@ packages: pg-native: optional: true - pg@8.20.0: - resolution: {integrity: sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==} + pg@8.21.0: + resolution: {integrity: sha512-AUP1EYJuHraQGsVoCQVIcM7TEJVGtDzxWtGFZd8rds9d+CCXlU5Js1rYgfLNvxy9iJrpHjGrRjoi/3BT9fRyiA==} + engines: {node: '>= 16.0.0'} + peerDependencies: + pg-native: '>=3.0.1' + peerDependenciesMeta: + pg-native: + optional: true + + pg@8.22.0: + resolution: {integrity: sha512-8wih1vVIBMxoUM2oB4soJsD9tDnDpLv4OXBJ+EJzFsvycD+lfyIreC2gGHq78f8jbLLt+bvlPTFdFZfJkOuzAA==} engines: {node: '>= 16.0.0'} peerDependencies: pg-native: '>=3.0.1' @@ -3513,8 +3753,8 @@ packages: resolution: {integrity: sha512-GD3qdB0x1z9xgFI6cdRD6xu2Sp2WCOEoe3mtnyB5Ee0XrrL5Pe+e4CCnJrRMnL1zYtRDZmQQVbvOttLnKDLnaw==} engines: {node: '>=12'} - posthog-node@5.34.2: - resolution: {integrity: sha512-lGp7zyyvzNZqrto3CPq3nQzVn9ZUg5tApE8jNh12Cu8kOqT9KTABZ8kMgiybfzxVttSdE3m25RsBPLBHkxCWDg==} + posthog-node@5.39.1: + resolution: {integrity: sha512-ZvpNfbTg6mhuPScGXE+Yqh2mJpELHShHT98qjKD7cBdXVtIDOZ8Xoh7m3JkK9H1r0GiqEztnoBNe9aL1qOZCeg==} engines: {node: ^20.20.0 || >=22.22.0} peerDependencies: rxjs: ^7.0.0 @@ -3532,8 +3772,8 @@ packages: engines: {node: '>=14'} hasBin: true - prettier@3.8.3: - resolution: {integrity: sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==} + prettier@3.9.4: + resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==} engines: {node: '>=14'} hasBin: true @@ -3869,8 +4109,8 @@ packages: typescript: optional: true - tsx@4.22.1: - resolution: {integrity: sha512-TvncJykhxAzFCk0VQZKBTClall4Pm7qXDSodb6uxi8QFa8X8mT6ABjxxsQ2opDRYxG7AzcRWXaFtruz5HJKuWg==} + tsx@4.22.4: + resolution: {integrity: sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==} engines: {node: '>=18.0.0'} hasBin: true @@ -3915,8 +4155,8 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - uuid@14.0.0: - resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==} + uuid@14.0.1: + resolution: {integrity: sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==} hasBin: true vary@1.1.2: @@ -4041,46 +4281,46 @@ packages: snapshots: - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.143': + '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.143': + '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.143': + '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.143': + '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.197': optional: true - '@anthropic-ai/claude-agent-sdk@0.3.143(@anthropic-ai/sdk@0.106.0(zod@3.25.76))(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(zod@3.25.76)': + '@anthropic-ai/claude-agent-sdk@0.3.197(@anthropic-ai/sdk@0.109.0(zod@3.25.76))(@modelcontextprotocol/sdk@1.29.0(zod@3.25.76))(zod@3.25.76)': dependencies: - '@anthropic-ai/sdk': 0.106.0(zod@3.25.76) + '@anthropic-ai/sdk': 0.109.0(zod@3.25.76) '@modelcontextprotocol/sdk': 1.29.0(zod@3.25.76) zod: 3.25.76 optionalDependencies: - '@anthropic-ai/claude-agent-sdk-darwin-arm64': 0.3.143 - '@anthropic-ai/claude-agent-sdk-darwin-x64': 0.3.143 - '@anthropic-ai/claude-agent-sdk-linux-arm64': 0.3.143 - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl': 0.3.143 - '@anthropic-ai/claude-agent-sdk-linux-x64': 0.3.143 - '@anthropic-ai/claude-agent-sdk-linux-x64-musl': 0.3.143 - '@anthropic-ai/claude-agent-sdk-win32-arm64': 0.3.143 - '@anthropic-ai/claude-agent-sdk-win32-x64': 0.3.143 + '@anthropic-ai/claude-agent-sdk-darwin-arm64': 0.3.197 + '@anthropic-ai/claude-agent-sdk-darwin-x64': 0.3.197 + '@anthropic-ai/claude-agent-sdk-linux-arm64': 0.3.197 + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl': 0.3.197 + '@anthropic-ai/claude-agent-sdk-linux-x64': 0.3.197 + '@anthropic-ai/claude-agent-sdk-linux-x64-musl': 0.3.197 + '@anthropic-ai/claude-agent-sdk-win32-arm64': 0.3.197 + '@anthropic-ai/claude-agent-sdk-win32-x64': 0.3.197 - '@anthropic-ai/sdk@0.106.0(zod@3.25.76)': + '@anthropic-ai/sdk@0.109.0(zod@3.25.76)': dependencies: json-schema-to-ts: 3.1.1 standardwebhooks: 1.0.0 @@ -4314,122 +4554,92 @@ snapshots: '@cipherstash/auth-linux-x64-musl': 0.41.0 '@cipherstash/auth-win32-x64-msvc': 0.41.0 - '@cipherstash/protect-ffi-darwin-arm64@0.23.0': - optional: true - - '@cipherstash/protect-ffi-darwin-arm64@0.28.0': - optional: true - - '@cipherstash/protect-ffi-darwin-x64@0.23.0': - optional: true - - '@cipherstash/protect-ffi-darwin-x64@0.28.0': - optional: true - - '@cipherstash/protect-ffi-linux-arm64-gnu@0.23.0': - optional: true - - '@cipherstash/protect-ffi-linux-arm64-gnu@0.28.0': - optional: true - - '@cipherstash/protect-ffi-linux-x64-gnu@0.23.0': + '@cipherstash/protect-ffi-darwin-arm64@0.26.0': optional: true - '@cipherstash/protect-ffi-linux-x64-gnu@0.28.0': + '@cipherstash/protect-ffi-darwin-x64@0.26.0': optional: true - '@cipherstash/protect-ffi-linux-x64-musl@0.23.0': + '@cipherstash/protect-ffi-linux-arm64-gnu@0.26.0': optional: true - '@cipherstash/protect-ffi-linux-x64-musl@0.28.0': + '@cipherstash/protect-ffi-linux-x64-gnu@0.26.0': optional: true - '@cipherstash/protect-ffi-win32-x64-msvc@0.23.0': + '@cipherstash/protect-ffi-linux-x64-musl@0.26.0': optional: true - '@cipherstash/protect-ffi-win32-x64-msvc@0.28.0': + '@cipherstash/protect-ffi-win32-x64-msvc@0.26.0': optional: true - '@cipherstash/protect-ffi@0.23.0': + '@cipherstash/protect-ffi@0.26.0': dependencies: '@neon-rs/load': 0.1.82 optionalDependencies: - '@cipherstash/protect-ffi-darwin-arm64': 0.23.0 - '@cipherstash/protect-ffi-darwin-x64': 0.23.0 - '@cipherstash/protect-ffi-linux-arm64-gnu': 0.23.0 - '@cipherstash/protect-ffi-linux-x64-gnu': 0.23.0 - '@cipherstash/protect-ffi-linux-x64-musl': 0.23.0 - '@cipherstash/protect-ffi-win32-x64-msvc': 0.23.0 - - '@cipherstash/protect-ffi@0.28.0': - dependencies: - '@neon-rs/load': 0.1.82 - optionalDependencies: - '@cipherstash/protect-ffi-darwin-arm64': 0.28.0 - '@cipherstash/protect-ffi-darwin-x64': 0.28.0 - '@cipherstash/protect-ffi-linux-arm64-gnu': 0.28.0 - '@cipherstash/protect-ffi-linux-x64-gnu': 0.28.0 - '@cipherstash/protect-ffi-linux-x64-musl': 0.28.0 - '@cipherstash/protect-ffi-win32-x64-msvc': 0.28.0 + '@cipherstash/protect-ffi-darwin-arm64': 0.26.0 + '@cipherstash/protect-ffi-darwin-x64': 0.26.0 + '@cipherstash/protect-ffi-linux-arm64-gnu': 0.26.0 + '@cipherstash/protect-ffi-linux-x64-gnu': 0.26.0 + '@cipherstash/protect-ffi-linux-x64-musl': 0.26.0 + '@cipherstash/protect-ffi-win32-x64-msvc': 0.26.0 '@clack/core@1.3.0': dependencies: - fast-wrap-ansi: 0.2.0 + fast-wrap-ansi: 0.2.2 sisteransi: 1.0.5 - '@clack/core@1.3.1': + '@clack/core@1.4.2': dependencies: - fast-wrap-ansi: 0.2.0 + fast-wrap-ansi: 0.2.2 sisteransi: 1.0.5 '@clack/prompts@1.3.0': dependencies: '@clack/core': 1.3.0 fast-string-width: 3.0.2 - fast-wrap-ansi: 0.2.0 + fast-wrap-ansi: 0.2.2 sisteransi: 1.0.5 - '@clack/prompts@1.4.0': + '@clack/prompts@1.6.0': dependencies: - '@clack/core': 1.3.1 + '@clack/core': 1.4.2 fast-string-width: 3.0.2 - fast-wrap-ansi: 0.2.0 + fast-wrap-ansi: 0.2.2 sisteransi: 1.0.5 - '@clerk/backend@3.4.9(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + '@clerk/backend@3.9.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@clerk/shared': 4.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@clerk/shared': 4.23.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) standardwebhooks: 1.0.0 tslib: 2.8.1 transitivePeerDependencies: - react - react-dom - '@clerk/nextjs@7.3.5(next@15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + '@clerk/nextjs@7.5.11(next@15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@clerk/backend': 3.4.9(react-dom@19.2.3(react@19.2.3))(react@19.2.3) - '@clerk/react': 6.6.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3) - '@clerk/shared': 4.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) - next: 15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@clerk/backend': 3.9.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@clerk/react': 6.11.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@clerk/shared': 4.23.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + next: 15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react: 19.2.3 react-dom: 19.2.3(react@19.2.3) server-only: 0.0.1 tslib: 2.8.1 - '@clerk/react@6.6.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + '@clerk/react@6.11.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: - '@clerk/shared': 4.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@clerk/shared': 4.23.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react: 19.2.3 react-dom: 19.2.3(react@19.2.3) tslib: 2.8.1 - '@clerk/shared@4.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + '@clerk/shared@4.23.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': dependencies: '@tanstack/query-core': 5.100.9 dequal: 2.0.3 glob-to-regexp: 0.4.1 - js-cookie: 3.0.8 - std-env: 3.10.0 + js-cookie: 3.0.7 optionalDependencies: react: 19.2.3 react-dom: 19.2.3(react@19.2.3) @@ -4840,30 +5050,30 @@ snapshots: '@neon-rs/load@0.1.82': {} - '@next/env@15.5.18': {} + '@next/env@15.5.19': {} - '@next/swc-darwin-arm64@15.5.18': + '@next/swc-darwin-arm64@15.5.19': optional: true - '@next/swc-darwin-x64@15.5.18': + '@next/swc-darwin-x64@15.5.19': optional: true - '@next/swc-linux-arm64-gnu@15.5.18': + '@next/swc-linux-arm64-gnu@15.5.19': optional: true - '@next/swc-linux-arm64-musl@15.5.18': + '@next/swc-linux-arm64-musl@15.5.19': optional: true - '@next/swc-linux-x64-gnu@15.5.18': + '@next/swc-linux-x64-gnu@15.5.19': optional: true - '@next/swc-linux-x64-musl@15.5.18': + '@next/swc-linux-x64-musl@15.5.19': optional: true - '@next/swc-win32-arm64-msvc@15.5.18': + '@next/swc-win32-arm64-msvc@15.5.19': optional: true - '@next/swc-win32-x64-msvc@15.5.18': + '@next/swc-win32-x64-msvc@15.5.19': optional: true '@noble/hashes@2.2.0': {} @@ -4882,29 +5092,76 @@ snapshots: '@petamoriken/float16@3.9.3': {} - '@posthog/core@1.29.2': - dependencies: - '@posthog/types': 1.373.5 - - '@posthog/types@1.373.5': {} + '@posthog/core@1.39.2': + dependencies: + '@posthog/types': 1.392.0 + + '@posthog/types@1.392.0': {} + + '@prisma-next/adapter-postgres@0.14.0(typanion@3.14.0)(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/contract-authoring': 0.14.0(typescript@5.9.3) + '@prisma-next/errors': 0.14.0(typescript@5.9.3) + '@prisma-next/family-sql': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/ids': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract-psl': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract-ts': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-runtime': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-schema-ir': 0.14.0(typescript@5.9.3) + '@prisma-next/target-postgres': 0.14.0(typanion@3.14.0)(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - magicast + - typanion - '@prisma-next/adapter-postgres@0.8.0(typanion@3.14.0)': + '@prisma-next/cli-telemetry@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/contract-authoring': 0.8.0 - '@prisma-next/family-sql': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/ids': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-contract-psl': 0.8.0 - '@prisma-next/sql-contract-ts': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 - '@prisma-next/sql-runtime': 0.8.0 - '@prisma-next/sql-schema-ir': 0.8.0 - '@prisma-next/target-postgres': 0.8.0(typanion@3.14.0) - '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 + '@prisma-next/config': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + c12: 3.3.4 + pathe: 2.0.3 + optionalDependencies: + typescript: 5.9.3 + transitivePeerDependencies: + - magicast + + '@prisma-next/cli@0.14.0(typanion@3.14.0)(typescript@5.9.3)': + dependencies: + '@clack/prompts': 1.6.0 + '@prisma-next/cli-telemetry': 0.14.0(typescript@5.9.3) + '@prisma-next/config': 0.14.0(typescript@5.9.3) + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/emitter': 0.14.0(typescript@5.9.3) + '@prisma-next/errors': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/migration-tools': 0.14.0(typescript@5.9.3) + '@prisma-next/psl-printer': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + c12: 3.3.4 + ci-info: 4.4.0 + clipanion: 4.0.0-rc.4(typanion@3.14.0) + closest-match: 1.3.3 + colorette: 2.0.20 + commander: 14.0.3 + esbuild: 0.28.1 + jsonc-parser: 3.3.1 + package-manager-detector: 1.6.0 + pathe: 2.0.3 + string-width: 8.2.1 + strip-ansi: 7.2.0 + wrap-ansi: 10.0.0 + optionalDependencies: + typescript: 5.9.3 transitivePeerDependencies: - magicast - typanion @@ -4938,67 +5195,124 @@ snapshots: - magicast - typanion + '@prisma-next/config@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 + '@prisma-next/config@0.8.0': dependencies: '@prisma-next/contract': 0.8.0 '@prisma-next/framework-components': 0.8.0 '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 + arktype: 2.2.1 + + '@prisma-next/contract-authoring@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 '@prisma-next/contract-authoring@0.8.0': {} - '@prisma-next/contract@0.8.0': + '@prisma-next/contract@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/utils': 0.8.0 + '@prisma-next/utils': 0.14.0(typescript@5.9.3) '@standard-schema/spec': 1.1.0 - arktype: 2.2.0 + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 - '@prisma-next/driver-postgres@0.8.0': + '@prisma-next/contract@0.8.0': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/errors': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-errors': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 - pg: 8.20.0 - pg-cursor: 2.19.0(pg@8.20.0) + '@standard-schema/spec': 1.1.0 + arktype: 2.2.1 + + '@prisma-next/driver-postgres@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/errors': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-errors': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + pg: 8.21.0 + pg-cursor: 2.21.0(pg@8.21.0) + optionalDependencies: + typescript: 5.9.3 transitivePeerDependencies: - pg-native + '@prisma-next/emitter@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/operations': 0.14.0(typescript@5.9.3) + '@prisma-next/ts-render': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + prettier: 3.9.4 + optionalDependencies: + typescript: 5.9.3 + '@prisma-next/emitter@0.8.0': dependencies: '@prisma-next/contract': 0.8.0 '@prisma-next/framework-components': 0.8.0 '@prisma-next/operations': 0.8.0 '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 - prettier: 3.8.3 + arktype: 2.2.1 + prettier: 3.9.4 + + '@prisma-next/errors@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 '@prisma-next/errors@0.8.0': dependencies: '@prisma-next/framework-components': 0.8.0 '@prisma-next/utils': 0.8.0 - '@prisma-next/family-sql@0.8.0': + '@prisma-next/family-sql@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/emitter': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/migration-tools': 0.14.0(typescript@5.9.3) + '@prisma-next/operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract-emitter': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract-ts': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-runtime': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-schema-ir': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 + + '@prisma-next/framework-components@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/emitter': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/migration-tools': 0.8.0 - '@prisma-next/operations': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-contract-emitter': 0.8.0 - '@prisma-next/sql-contract-ts': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 - '@prisma-next/sql-runtime': 0.8.0 - '@prisma-next/sql-schema-ir': 0.8.0 - '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/operations': 0.14.0(typescript@5.9.3) + '@prisma-next/ts-render': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + '@standard-schema/spec': 1.1.0 + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 '@prisma-next/framework-components@0.8.0': dependencies: @@ -5008,83 +5322,137 @@ snapshots: '@prisma-next/utils': 0.8.0 '@standard-schema/spec': 1.1.0 - '@prisma-next/ids@0.8.0': + '@prisma-next/ids@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/utils': 0.8.0 + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) uniku: 0.0.12 + optionalDependencies: + typescript: 5.9.3 + + '@prisma-next/migration-tools@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + pathe: 2.0.3 + prettier: 3.9.4 + optionalDependencies: + typescript: 5.9.3 '@prisma-next/migration-tools@0.8.0': dependencies: '@prisma-next/contract': 0.8.0 '@prisma-next/framework-components': 0.8.0 '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 + arktype: 2.2.1 pathe: 2.0.3 - prettier: 3.8.3 + prettier: 3.9.4 + + '@prisma-next/operations@0.14.0(typescript@5.9.3)': + optionalDependencies: + typescript: 5.9.3 '@prisma-next/operations@0.8.0': {} - '@prisma-next/postgres@0.8.0(typanion@3.14.0)': - dependencies: - '@prisma-next/adapter-postgres': 0.8.0(typanion@3.14.0) - '@prisma-next/cli': 0.8.0(typanion@3.14.0) - '@prisma-next/config': 0.8.0 - '@prisma-next/contract': 0.8.0 - '@prisma-next/driver-postgres': 0.8.0 - '@prisma-next/family-sql': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/sql-builder': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-contract-psl': 0.8.0 - '@prisma-next/sql-contract-ts': 0.8.0 - '@prisma-next/sql-orm-client': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 - '@prisma-next/sql-runtime': 0.8.0 - '@prisma-next/target-postgres': 0.8.0(typanion@3.14.0) - '@prisma-next/utils': 0.8.0 + '@prisma-next/postgres@0.14.0(typanion@3.14.0)(typescript@5.9.3)': + dependencies: + '@prisma-next/adapter-postgres': 0.14.0(typanion@3.14.0)(typescript@5.9.3) + '@prisma-next/cli': 0.14.0(typanion@3.14.0)(typescript@5.9.3) + '@prisma-next/config': 0.14.0(typescript@5.9.3) + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/driver-postgres': 0.14.0(typescript@5.9.3) + '@prisma-next/family-sql': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-builder': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract-psl': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract-ts': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-orm-client': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-runtime': 0.14.0(typescript@5.9.3) + '@prisma-next/target-postgres': 0.14.0(typanion@3.14.0)(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) pathe: 2.0.3 - pg: 8.20.0 + pg: 8.21.0 + optionalDependencies: + typescript: 5.9.3 transitivePeerDependencies: - magicast - pg-native - typanion + '@prisma-next/psl-parser@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + '@prisma-next/psl-parser@0.8.0': dependencies: '@prisma-next/framework-components': 0.8.0 '@prisma-next/utils': 0.8.0 + '@prisma-next/psl-printer@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 + '@prisma-next/psl-printer@0.8.0': dependencies: '@prisma-next/framework-components': 0.8.0 - '@prisma-next/sql-builder@0.8.0': + '@prisma-next/sql-builder@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 - '@prisma-next/sql-contract-emitter@0.8.0': + '@prisma-next/sql-contract-emitter@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/emitter': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/utils': 0.8.0 + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/emitter': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 - '@prisma-next/sql-contract-psl@0.8.0': + '@prisma-next/sql-contract-psl@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/config': 0.8.0 - '@prisma-next/contract': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/psl-parser': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-contract-ts': 0.8.0 - '@prisma-next/utils': 0.8.0 + '@prisma-next/config': 0.14.0(typescript@5.9.3) + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/psl-parser': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract-ts': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + pathe: 2.0.3 + optionalDependencies: + typescript: 5.9.3 + + '@prisma-next/sql-contract-ts@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/config': 0.14.0(typescript@5.9.3) + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/contract-authoring': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 pathe: 2.0.3 + ts-toolbelt: 9.6.0 + optionalDependencies: + typescript: 5.9.3 '@prisma-next/sql-contract-ts@0.8.0': dependencies: @@ -5094,87 +5462,124 @@ snapshots: '@prisma-next/framework-components': 0.8.0 '@prisma-next/sql-contract': 0.8.0 '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 + arktype: 2.2.1 pathe: 2.0.3 ts-toolbelt: 9.6.0 + '@prisma-next/sql-contract@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 + '@prisma-next/sql-contract@0.8.0': dependencies: '@prisma-next/contract': 0.8.0 '@prisma-next/framework-components': 0.8.0 - arktype: 2.2.0 + arktype: 2.2.1 - '@prisma-next/sql-errors@0.8.0': {} + '@prisma-next/sql-errors@0.14.0(typescript@5.9.3)': + optionalDependencies: + typescript: 5.9.3 - '@prisma-next/sql-operations@0.8.0': + '@prisma-next/sql-operations@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/operations': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - arktype: 2.2.0 + '@prisma-next/operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 - '@prisma-next/sql-orm-client@0.8.0': - dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/operations': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 - '@prisma-next/sql-runtime': 0.8.0 - '@prisma-next/utils': 0.8.0 + '@prisma-next/sql-orm-client@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-errors': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-runtime': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 - '@prisma-next/sql-relational-core@0.8.0': + '@prisma-next/sql-relational-core@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/operations': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/utils': 0.8.0 + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) '@standard-schema/spec': 1.1.0 - arktype: 2.2.0 + arktype: 2.2.1 ts-toolbelt: 9.6.0 + optionalDependencies: + typescript: 5.9.3 + + '@prisma-next/sql-runtime@0.14.0(typescript@5.9.3)': + dependencies: + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/ids': 0.14.0(typescript@5.9.3) + '@prisma-next/operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) + arktype: 2.2.1 + optionalDependencies: + typescript: 5.9.3 - '@prisma-next/sql-runtime@0.8.0': + '@prisma-next/sql-schema-ir@0.14.0(typescript@5.9.3)': dependencies: - '@prisma-next/contract': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/ids': 0.8.0 - '@prisma-next/operations': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 - '@prisma-next/utils': 0.8.0 - arktype: 2.2.0 + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + optionalDependencies: + typescript: 5.9.3 '@prisma-next/sql-schema-ir@0.8.0': dependencies: '@prisma-next/contract': 0.8.0 - '@prisma-next/target-postgres@0.8.0(typanion@3.14.0)': - dependencies: - '@prisma-next/cli': 0.8.0(typanion@3.14.0) - '@prisma-next/contract': 0.8.0 - '@prisma-next/errors': 0.8.0 - '@prisma-next/family-sql': 0.8.0 - '@prisma-next/framework-components': 0.8.0 - '@prisma-next/migration-tools': 0.8.0 - '@prisma-next/sql-contract': 0.8.0 - '@prisma-next/sql-errors': 0.8.0 - '@prisma-next/sql-operations': 0.8.0 - '@prisma-next/sql-relational-core': 0.8.0 - '@prisma-next/sql-schema-ir': 0.8.0 - '@prisma-next/ts-render': 0.8.0 - '@prisma-next/utils': 0.8.0 + '@prisma-next/target-postgres@0.14.0(typanion@3.14.0)(typescript@5.9.3)': + dependencies: + '@prisma-next/cli': 0.14.0(typanion@3.14.0)(typescript@5.9.3) + '@prisma-next/contract': 0.14.0(typescript@5.9.3) + '@prisma-next/errors': 0.14.0(typescript@5.9.3) + '@prisma-next/family-sql': 0.14.0(typescript@5.9.3) + '@prisma-next/framework-components': 0.14.0(typescript@5.9.3) + '@prisma-next/migration-tools': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-errors': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-operations': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-relational-core': 0.14.0(typescript@5.9.3) + '@prisma-next/sql-schema-ir': 0.14.0(typescript@5.9.3) + '@prisma-next/ts-render': 0.14.0(typescript@5.9.3) + '@prisma-next/utils': 0.14.0(typescript@5.9.3) '@standard-schema/spec': 1.1.0 - arktype: 2.2.0 + arktype: 2.2.1 pathe: 2.0.3 + optionalDependencies: + typescript: 5.9.3 transitivePeerDependencies: - magicast - typanion + '@prisma-next/ts-render@0.14.0(typescript@5.9.3)': + optionalDependencies: + typescript: 5.9.3 + '@prisma-next/ts-render@0.8.0': {} + '@prisma-next/utils@0.14.0(typescript@5.9.3)': + optionalDependencies: + typescript: 5.9.3 + '@prisma-next/utils@0.8.0': {} '@rollup/rollup-android-arm-eabi@4.59.0': @@ -5285,6 +5690,9 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.60.4': optional: true + '@rollup/rollup-linux-x64-gnu@4.62.2': + optional: true + '@rollup/rollup-linux-x64-musl@4.59.0': optional: true @@ -5335,7 +5743,7 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@stricli/core@1.2.7': {} + '@stricli/core@1.2.8': {} '@supabase/auth-js@2.105.4': dependencies: @@ -5433,7 +5841,7 @@ snapshots: '@types/uuid@11.0.0': dependencies: - uuid: 14.0.0 + uuid: 14.0.1 '@vitest/expect@3.2.6': dependencies: @@ -5443,21 +5851,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.6(vite@7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0))': - dependencies: - '@vitest/spy': 3.2.6 - estree-walker: 3.0.3 - magic-string: 0.30.21 - optionalDependencies: - vite: 7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) - - '@vitest/mocker@3.2.6(vite@7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0))': + '@vitest/mocker@3.2.6(vite@7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0))': dependencies: '@vitest/spy': 3.2.6 estree-walker: 3.0.3 magic-string: 0.30.21 optionalDependencies: - vite: 7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) '@vitest/pretty-format@3.2.6': dependencies: @@ -5526,12 +5926,22 @@ snapshots: dependencies: '@ark/util': 0.56.0 + arkregex@0.0.6: + dependencies: + '@ark/util': 0.56.0 + arktype@2.2.0: dependencies: '@ark/schema': 0.56.0 '@ark/util': 0.56.0 arkregex: 0.0.5 + arktype@2.2.1: + dependencies: + '@ark/schema': 0.56.0 + '@ark/util': 0.56.0 + arkregex: 0.0.6 + array-union@2.1.0: {} assertion-error@2.0.1: {} @@ -5625,6 +6035,8 @@ snapshots: dependencies: readdirp: 5.0.0 + ci-info@4.4.0: {} + client-only@0.0.1: {} clipanion@4.0.0-rc.4(typanion@3.14.0): @@ -5715,12 +6127,12 @@ snapshots: pg: 8.13.1 postgres: 3.4.9 - drizzle-orm@0.45.2(@types/pg@8.20.0)(gel@2.2.0)(mysql2@3.16.0)(pg@8.20.0)(postgres@3.4.9): + drizzle-orm@0.45.2(@types/pg@8.20.0)(gel@2.2.0)(mysql2@3.16.0)(pg@8.22.0)(postgres@3.4.9): optionalDependencies: '@types/pg': 8.20.0 gel: 2.2.0 mysql2: 3.16.0 - pg: 8.20.0 + pg: 8.22.0 postgres: 3.4.9 dunder-proto@1.0.1: @@ -5853,9 +6265,9 @@ snapshots: dependencies: eventsource-parser: 3.1.0 - evlog@1.11.0(next@15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3): + evlog@1.11.0(next@15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(react@19.2.3): optionalDependencies: - next: 15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + next: 15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react: 19.2.3 execa@9.6.1: @@ -5941,7 +6353,7 @@ snapshots: fast-uri@3.1.3: {} - fast-wrap-ansi@0.2.0: + fast-wrap-ansi@0.2.2: dependencies: fast-string-width: 3.0.2 @@ -6147,7 +6559,7 @@ snapshots: joycon@3.1.1: {} - js-cookie@3.0.8: {} + js-cookie@3.0.7: {} js-tokens@9.0.1: {} @@ -6331,9 +6743,9 @@ snapshots: negotiator@1.0.0: {} - next@15.5.18(react-dom@19.2.3(react@19.2.3))(react@19.2.3): + next@15.5.19(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - '@next/env': 15.5.18 + '@next/env': 15.5.19 '@swc/helpers': 0.5.15 caniuse-lite: 1.0.30001760 postcss: 8.5.14 @@ -6341,14 +6753,14 @@ snapshots: react-dom: 19.2.3(react@19.2.3) styled-jsx: 5.1.6(react@19.2.3) optionalDependencies: - '@next/swc-darwin-arm64': 15.5.18 - '@next/swc-darwin-x64': 15.5.18 - '@next/swc-linux-arm64-gnu': 15.5.18 - '@next/swc-linux-arm64-musl': 15.5.18 - '@next/swc-linux-x64-gnu': 15.5.18 - '@next/swc-linux-x64-musl': 15.5.18 - '@next/swc-win32-arm64-msvc': 15.5.18 - '@next/swc-win32-x64-msvc': 15.5.18 + '@next/swc-darwin-arm64': 15.5.19 + '@next/swc-darwin-x64': 15.5.19 + '@next/swc-linux-arm64-gnu': 15.5.19 + '@next/swc-linux-arm64-musl': 15.5.19 + '@next/swc-linux-x64-gnu': 15.5.19 + '@next/swc-linux-x64-musl': 15.5.19 + '@next/swc-win32-arm64-msvc': 15.5.19 + '@next/swc-win32-x64-msvc': 15.5.19 sharp: 0.34.5 transitivePeerDependencies: - '@babel/core' @@ -6433,11 +6845,16 @@ snapshots: pg-cloudflare@1.3.0: optional: true + pg-cloudflare@1.4.0: + optional: true + pg-connection-string@2.12.0: {} - pg-cursor@2.19.0(pg@8.20.0): + pg-connection-string@2.14.0: {} + + pg-cursor@2.21.0(pg@8.21.0): dependencies: - pg: 8.20.0 + pg: 8.21.0 pg-int8@1.0.1: {} @@ -6445,12 +6862,18 @@ snapshots: dependencies: pg: 8.13.1 - pg-pool@3.13.0(pg@8.20.0): + pg-pool@3.14.0(pg@8.21.0): dependencies: - pg: 8.20.0 + pg: 8.21.0 + + pg-pool@3.14.0(pg@8.22.0): + dependencies: + pg: 8.22.0 pg-protocol@1.13.0: {} + pg-protocol@1.15.0: {} + pg-types@2.2.0: dependencies: pg-int8: 1.0.1 @@ -6469,15 +6892,25 @@ snapshots: optionalDependencies: pg-cloudflare: 1.3.0 - pg@8.20.0: + pg@8.21.0: dependencies: - pg-connection-string: 2.12.0 - pg-pool: 3.13.0(pg@8.20.0) - pg-protocol: 1.13.0 + pg-connection-string: 2.14.0 + pg-pool: 3.14.0(pg@8.21.0) + pg-protocol: 1.15.0 pg-types: 2.2.0 pgpass: 1.0.5 optionalDependencies: - pg-cloudflare: 1.3.0 + pg-cloudflare: 1.4.0 + + pg@8.22.0: + dependencies: + pg-connection-string: 2.14.0 + pg-pool: 3.14.0(pg@8.22.0) + pg-protocol: 1.15.0 + pg-types: 2.2.0 + pgpass: 1.0.5 + optionalDependencies: + pg-cloudflare: 1.4.0 pgpass@1.0.5: dependencies: @@ -6507,13 +6940,13 @@ snapshots: exsolve: 1.0.8 pathe: 2.0.3 - postcss-load-config@6.0.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(yaml@2.9.0): + postcss-load-config@6.0.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(yaml@2.9.0): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 2.7.0 postcss: 8.5.14 - tsx: 4.22.1 + tsx: 4.22.4 yaml: 2.9.0 postcss@8.5.14: @@ -6534,15 +6967,15 @@ snapshots: postgres@3.4.9: {} - posthog-node@5.34.2: + posthog-node@5.39.1: dependencies: - '@posthog/core': 1.29.2 + '@posthog/core': 1.39.2 prettier@2.8.8: {} prettier@3.7.4: {} - prettier@3.8.3: {} + prettier@3.9.4: {} pretty-ms@9.3.0: dependencies: @@ -6923,7 +7356,7 @@ snapshots: tslib@2.8.1: {} - tsup@8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(typescript@5.9.3)(yaml@2.9.0): + tsup@8.5.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(typescript@5.9.3)(yaml@2.9.0): dependencies: bundle-require: 5.1.0(esbuild@0.28.1) cac: 6.7.14 @@ -6934,7 +7367,7 @@ snapshots: fix-dts-default-cjs-exports: 1.0.1 joycon: 3.1.1 picocolors: 1.1.1 - postcss-load-config: 6.0.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.1)(yaml@2.9.0) + postcss-load-config: 6.0.1(jiti@2.7.0)(postcss@8.5.14)(tsx@4.22.4)(yaml@2.9.0) resolve-from: 5.0.0 rollup: 4.59.0 source-map: 0.7.6 @@ -6951,7 +7384,7 @@ snapshots: - tsx - yaml - tsx@4.22.1: + tsx@4.22.4: dependencies: esbuild: 0.28.1 optionalDependencies: @@ -6993,17 +7426,17 @@ snapshots: unpipe@1.0.0: {} - uuid@14.0.0: {} + uuid@14.0.1: {} vary@1.1.2: {} - vite-node@3.2.4(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0): + vite-node@3.2.4(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) transitivePeerDependencies: - '@types/node' - jiti @@ -7018,13 +7451,13 @@ snapshots: - tsx - yaml - vite-node@3.2.4(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0): + vite-node@3.2.4(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) transitivePeerDependencies: - '@types/node' - jiti @@ -7039,7 +7472,7 @@ snapshots: - tsx - yaml - vite@7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0): + vite@7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0): dependencies: esbuild: 0.28.1 fdir: 6.5.0(picomatch@4.0.4) @@ -7053,10 +7486,10 @@ snapshots: jiti: 2.7.0 lightningcss: 1.30.2 terser: 5.44.1 - tsx: 4.22.1 + tsx: 4.22.4 yaml: 2.9.0 - vite@7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0): + vite@7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0): dependencies: esbuild: 0.28.1 fdir: 6.5.0(picomatch@4.0.4) @@ -7070,14 +7503,14 @@ snapshots: jiti: 2.7.0 lightningcss: 1.30.2 terser: 5.44.1 - tsx: 4.22.1 + tsx: 4.22.4 yaml: 2.9.0 - vitest@3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0): + vitest@3.2.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0): dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.6 - '@vitest/mocker': 3.2.6(vite@7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0)) + '@vitest/mocker': 3.2.6(vite@7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0)) '@vitest/pretty-format': 3.2.6 '@vitest/runner': 3.2.6 '@vitest/snapshot': 3.2.6 @@ -7095,8 +7528,8 @@ snapshots: tinyglobby: 0.2.16 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) - vite-node: 3.2.4(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) + vite-node: 3.2.4(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.19.19 @@ -7114,11 +7547,11 @@ snapshots: - tsx - yaml - vitest@3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0): + vitest@3.2.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0): dependencies: '@types/chai': 5.2.3 '@vitest/expect': 3.2.6 - '@vitest/mocker': 3.2.6(vite@7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0)) + '@vitest/mocker': 3.2.6(vite@7.3.6(@types/node@22.19.19)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0)) '@vitest/pretty-format': 3.2.6 '@vitest/runner': 3.2.6 '@vitest/snapshot': 3.2.6 @@ -7136,8 +7569,8 @@ snapshots: tinyglobby: 0.2.16 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) - vite-node: 3.2.4(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) + vite-node: 3.2.4(@types/node@25.8.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.22.4)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 25.8.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b52bf674..a801a33f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -19,13 +19,13 @@ catalogs: '@cipherstash/auth-linux-x64-musl': 0.41.0 '@cipherstash/auth-win32-x64-msvc': 0.41.0 tsup: 8.5.1 - tsx: 4.22.1 + tsx: 4.22.4 typescript: 5.9.3 vitest: 3.2.6 security: - '@clerk/nextjs': 7.3.5 - next: 15.5.18 - vite: 8.0.13 + '@clerk/nextjs': 7.5.11 + next: 15.5.19 + vite: 8.1.2 # Security overrides for Dependabot alerts on transitive deps that Dependabot # cannot PR against (it only PRs direct dependencies). Each selector is scoped