diff --git a/examples/basic/package.json b/examples/basic/package.json index 87c6c8fd9..1e6ada06a 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/packages/bench/package.json b/packages/bench/package.json index 7dc4d94e0..61898c35c 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.20.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index fef7f871a..d8d6af7f3 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.7.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.4", "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 30afb1886..fab7a3540 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 26cbb5286..c318db4c1 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 36937fada..ff5e8fd61 100644 --- a/packages/prisma-next/package.json +++ b/packages/prisma-next/package.json @@ -90,7 +90,7 @@ "@prisma-next/sql-runtime": "0.14.0", "@prisma-next/ts-render": "0.14.0", "@prisma-next/utils": "0.14.0", - "arktype": "^2.1.29" + "arktype": "^2.2.2" }, "devDependencies": { "@prisma-next/adapter-postgres": "0.14.0", diff --git a/packages/protect/package.json b/packages/protect/package.json index e040c99e0..90acc097f 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.27.0", "@cipherstash/schema": "workspace:*", - "@stricli/core": "^1.2.7", + "@stricli/core": "^1.2.9", "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 7ee99cf6f..00ac6ae34 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -214,7 +214,7 @@ "release": "tsup" }, "devDependencies": { - "@clack/prompts": "^1.4.0", + "@clack/prompts": "^1.7.0", "@supabase/supabase-js": "^2.110.0", "@types/uuid": "^11.0.0", "dotenv": "17.4.2", @@ -234,9 +234,9 @@ "dependencies": { "@byteslice/result": "0.2.0", "@cipherstash/auth": "catalog:repo", - "@cipherstash/protect-ffi": "0.28.0", + "@cipherstash/protect-ffi": "0.27.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 70a6d071b..10e452345 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.201", + "@anthropic-ai/sdk": "^0.110.0", "@cipherstash/auth": "catalog:repo", - "@clack/prompts": "1.4.0", + "@clack/prompts": "1.7.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.4", "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 481b54e59..70993acdf 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.23.0 + version: 4.23.0 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.12 + version: 7.5.12 next: - specifier: 15.5.18 - version: 15.5.18 + specifier: 15.5.20 + version: 15.5.20 overrides: next@<15.5.18: ~15.5.18 @@ -82,7 +82,7 @@ importers: version: 2.10.2 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@22.20.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@22.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.23.0 typescript: specifier: catalog:repo version: 5.9.3 @@ -193,13 +193,13 @@ importers: version: 2.0.3 tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.23.0 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@22.20.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@22.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.20.0 @@ -223,13 +223,13 @@ importers: version: 8.20.0 tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.23.0 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@22.20.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@22.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.7.0 + version: 1.7.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.4 + version: 5.39.4 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.23.0)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.23.0 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.23.0)(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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.23.0)(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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.12(next@15.5.20(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.20(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.23.0)(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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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: @@ -438,8 +438,8 @@ importers: specifier: 0.14.0 version: 0.14.0(typescript@5.9.3) arktype: - specifier: ^2.1.29 - version: 2.2.0 + specifier: ^2.2.2 + version: 2.2.2 devDependencies: '@prisma-next/adapter-postgres': specifier: 0.14.0 @@ -473,13 +473,13 @@ importers: 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.23.0)(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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) packages/protect: dependencies: @@ -487,14 +487,14 @@ importers: specifier: ^0.2.0 version: 0.2.0 '@cipherstash/protect-ffi': - specifier: 0.23.0 - version: 0.23.0 + specifier: 0.27.0 + version: 0.27.0 '@cipherstash/schema': specifier: workspace:* version: link:../schema '@stricli/core': - specifier: ^1.2.7 - version: 1.2.7 + specifier: ^1.2.9 + version: 1.2.9 dotenv: specifier: 17.4.2 version: 17.4.2 @@ -516,20 +516,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.23.0)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.23.0 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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: @@ -545,16 +545,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.23.0)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.23.0 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) packages/schema: dependencies: @@ -564,13 +564,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.23.0)(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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) packages/stack: dependencies: @@ -581,21 +581,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.27.0 + version: 0.27.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.20(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.7.0 + version: 1.7.0 '@supabase/supabase-js': specifier: ^2.110.0 version: 2.110.0 @@ -607,7 +607,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.21.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 @@ -622,16 +622,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.23.0)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.23.0 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) optionalDependencies: '@cipherstash/auth-darwin-arm64': specifier: catalog:repo @@ -655,29 +655,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.201 + version: 0.3.201(@anthropic-ai/sdk@0.110.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.110.0 + version: 0.110.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.7.0 + version: 1.7.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.4 + version: 5.39.4 zod: specifier: ^3.25.76 version: 3.25.76 @@ -687,16 +687,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.23.0)(typescript@5.9.3)(yaml@2.9.0) tsx: specifier: catalog:repo - version: 4.22.1 + version: 4.23.0 typescript: specifier: catalog:repo version: 5.9.3 vitest: specifier: catalog:repo - version: 3.2.6(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) optionalDependencies: '@cipherstash/auth-darwin-arm64': specifier: catalog:repo @@ -719,60 +719,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.201': + resolution: {integrity: sha512-8Mcb3BDyKUGfJWFFTWwt+at37lbDH3ZwVtUNPWGG1toZ75RDCJry5U4kXRvQ2xokvJQlA0E+eNp6keWe5ZH22Q==} 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.201': + resolution: {integrity: sha512-TFR2bu0+ml3RHoMrtsgD0qDK5Oknw8kYGBV7qpQHn+IWmE96gnHhogG1LpJwpHtni08XkJIjfWk1DdlsUYtRkQ==} 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.201': + resolution: {integrity: sha512-EiqbpfJIpChfkn+8Uj061Qjyw0eaRcOXtdrvVuHANyj8ZErVOr8HlH6op9PSeIUa9TX0m2+tNgKPQvOGseQckA==} 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.201': + resolution: {integrity: sha512-mShTo3MwF0gkN4dDw78wWJiB6aBDVRkl81cnApvoBofpdyUBYgm9Gw16CCjDTgelMKeBFqN6ErJpwjI3wbP00A==} 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.201': + resolution: {integrity: sha512-IbxnzO5UCbqbm2TnzCHkSyJorAFw2isdKdIsFCTxJJjSs3ZC+v3LC1QSUiVCx0qi+CV6w3MKx6mLI11mrvhbbQ==} 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.201': + resolution: {integrity: sha512-jrJBrRWrSuoFKIgjyqxHqmfd6Pb3Bs5Bvakg0knXCTC4fbUXGnC9Q6u7gdDwgXohUNP6/DD+s8U7bivvvVv0dg==} 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.201': + resolution: {integrity: sha512-UsoytRJ/037uHpb3ATrIoe+AgwTf+PwKuFLGjddHAV/11wERJs0hlrnSmcnp43kf0PFxoSNinngme96YYASmQg==} 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.201': + resolution: {integrity: sha512-PhalN/0cWcqDfbx7iwoLNR2gurjTiqhBk1G6K+NRScxEcQjWuu5xKXCcdbX8ePVpT+nbEMmFEFpn2y+8V8hIdA==} cpu: [x64] os: [win32] - '@anthropic-ai/claude-agent-sdk@0.3.143': - resolution: {integrity: sha512-JnxOTRpSBpFqKFMfV5cW4QjpeDOHUNr31rRislmOVWEPsRmCjsy9jYwKxDf7kxcwxyZ6h/YHz1ACvMaUWy6o6A==} + '@anthropic-ai/claude-agent-sdk@0.3.201': + resolution: {integrity: sha512-InT1XLmf2QpldWdtznKDWEoGJT4p+sXh24yxbeBQ++lMJCzMrI0W27MEmmmDWx0otpa+ubdHCF5YQ6oiNt7cmg==} 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.110.0': + resolution: {integrity: sha512-hOP4bNYXDFHDxxiEgzlILXrxZIYCDnhe8sry0RDRKD/QnsEpvZcQpablCdm9X/WuD/YgOiSIkkqsL1mLLlTqJw==} hasBin: true peerDependencies: zod: ^3.25.0 || ^4.0.0 @@ -787,9 +787,15 @@ packages: '@ark/schema@0.56.0': resolution: {integrity: sha512-ECg3hox/6Z/nLajxXqNhgPtNdHWC9zNsDyskwO28WinoFEnWow4IsERNz9AnXRhTZJnYIlAJ4uGn3nlLk65vZA==} + '@ark/schema@0.56.1': + resolution: {integrity: sha512-1Cf2g9nKD8K/3JGRu+gCCfYw5d4qR8YLLjDs5W5kpmaButCYWAPFUJqSXyBATPjglzCd4tIkp398iPYVs8MjRA==} + '@ark/util@0.56.0': resolution: {integrity: sha512-BghfRC8b9pNs3vBoDJhcta0/c1J1rsoS1+HgVUreMFPdhz/CRAKReAu57YEllNaSy98rWAdY1gE+gFup7OXpgA==} + '@ark/util@0.56.1': + resolution: {integrity: sha512-Tp1rTik3q5Z+jAeeDxr5JZpmVIw0miti1ykSEHyZv5Pw3TIJl2xbN6KTacOxITp0l3s9ytlrWd30Zvqcy5vzoQ==} + '@babel/runtime@7.29.2': resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==} engines: {node: '>=6.9.0'} @@ -972,101 +978,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.27.0': + resolution: {integrity: sha512-Ikh0DaqbRSsviwFAJZXHOClBMXWneCCqEbUR4YtzzGedCBnGeB3QRxoYBra/uKAkkbdgSKVncaXRJOze33bvag==} 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.27.0': + resolution: {integrity: sha512-c9DOzv5h58csIJ12wh1DXuN0RNc4PCfep0BY/9GrlJ8+ZyCmtiHXJmputX7nxIGLLlZ8aIfZFRIKjD4dJU3FoA==} 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==} + '@cipherstash/protect-ffi-linux-arm64-gnu@0.27.0': + resolution: {integrity: sha512-exZw40bjYVjv9gm2dye/agd2hVcneyOVAsNdOYDnLiw6iLiWpAWKi0ndIvOKskLLlzOFfcmGqZxGEY3rWpnnKw==} cpu: [arm64] os: [linux] - '@cipherstash/protect-ffi-linux-arm64-gnu@0.28.0': - resolution: {integrity: sha512-h7vZxB/wako6j1jspkGl41gptTN1dBTWYqAR6jhVnvKJK0TBlyUKuSJwO1NeqyNfFQ/b1KmqJ11JGvY95uRZOA==} - cpu: [arm64] - os: [linux] - - '@cipherstash/protect-ffi-linux-x64-gnu@0.23.0': - resolution: {integrity: sha512-n4aCDK0os4iY1BQIHVVUBgt8WnfIb8R3gLXTRrTkMVug0dcoQ0ZZaL5ltIUgFGJG4bvfW8+7zWLRZ51CZkqKsQ==} - cpu: [x64] - os: [linux] - - '@cipherstash/protect-ffi-linux-x64-gnu@0.28.0': - resolution: {integrity: sha512-PgHn0Og0PiCwFdV4yKhipGKfqkCXP6Xchyy6ykTaISabmSlkkbRNkyNF1/tZEQYF65sm5gmqSpwSYzKODaAsbg==} - cpu: [x64] - os: [linux] - - '@cipherstash/protect-ffi-linux-x64-musl@0.23.0': - resolution: {integrity: sha512-62WG6ayFJ/1+M7W/AWGEDskLo6aHtr8PFoHoXkSTdhWf29RPb4+yU1pPNYVCitVWB1sdGs+lXSO6MFD4N6IIXw==} + '@cipherstash/protect-ffi-linux-x64-gnu@0.27.0': + resolution: {integrity: sha512-xA8V+2VHoK0tqsQcV5KCupEQw2E5jVazsBu56dfTBUypu6y6H7gF5/zyhxFIfQNDMErpFZgfcMDuQGZ7w8B7tQ==} cpu: [x64] os: [linux] - '@cipherstash/protect-ffi-linux-x64-musl@0.28.0': - resolution: {integrity: sha512-fMu3k1Y3wYMcGbGpVtrlCMNRLd1//5c9ZHcyWFjKFqimOCbBO5akgCQij4zcvj4kYDHtveu9dOdOKVhaG8k6hQ==} + '@cipherstash/protect-ffi-linux-x64-musl@0.27.0': + resolution: {integrity: sha512-EcoEXvCq4CcVMKoRIeMxEFgB8UvGfjHHl7Mohy9vkrfazOKgXcmLIuy0oKP3IhNSJuyQU1iP26KEH7XDYbn/Sg==} cpu: [x64] os: [linux] - '@cipherstash/protect-ffi-win32-x64-msvc@0.23.0': - resolution: {integrity: sha512-z+jErHcPw1RwiwhSqqx/QzKqkk06gulh6YJl4TlSBPlJPjhR30TEcxQpQ2zf7kuv86JqsBRHv8UazLNePSiEww==} - cpu: [x64] - os: [win32] - - '@cipherstash/protect-ffi-win32-x64-msvc@0.28.0': - resolution: {integrity: sha512-tF0y7TcyBtgN/jHodYMnrJ4etLkEI/klzDivW8Q8eIuIdoJ3q5muZKFIhNX0MbDDdh2O4GsRdNhXRubs7BiFpA==} + '@cipherstash/protect-ffi-win32-x64-msvc@0.27.0': + resolution: {integrity: sha512-G50vcDCp9c/b8WrP0Y6zw+Q3vb4sWlCFww2SDp3KY01loyLQGDadSn8Rbf24W7u/VOef1b2KqZlaCc0qeHJbGQ==} 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.27.0': + resolution: {integrity: sha512-uGUb5DychOUZqe1OFI1H0zYiQkPbWAnbwW65YV6PgfJUu/Pu//EDMRJmty4SWzeNq8E6BA4t+YUPP2DEXKDnkw==} '@clack/core@1.3.1': resolution: {integrity: sha512-fT1qHVGAag4IEkrupZ6lRRbNCs1vS9P01KB/sG8zKgvUztbYtFBtQpjSITNwooDZ83tpsPzP0mRNs1/KVszCRA==} engines: {node: '>= 20.12.0'} + '@clack/core@1.4.3': + resolution: {integrity: sha512-/kr3UWNtdJfxZtPgDqUOmG2pvwlmcLGheex5yiZKdwbzZJxhV+HMNR9QNmyY5cGwTNV6LrR7Jtp+KjhUAP1qBQ==} + engines: {node: '>= 20.12.0'} + '@clack/prompts@1.4.0': resolution: {integrity: sha512-S0My7XPGIgpRWMDG8uRqalbgT+a6FmCUdOW+HaIOVVpUPHOb7RrpvjTjiODadKp06fsrVDJZlIzc6yCTp4AnxA==} engines: {node: '>= 20.12.0'} - '@clerk/backend@3.4.9': - resolution: {integrity: sha512-2sbnGrHga3t/IFAkyvWO6H9QG1bnj7KUA13hpRB9utOYGCRdCn6oLxtiSdH6uGUzjX/km1dtw0uwZIxYgHbuVA==} + '@clack/prompts@1.7.0': + resolution: {integrity: sha512-y7/yvZ2TPAnR9+jnc00klvNNLkJiXFFrQA/hlLCcxA9a2A4zQIOimyFQ9XfwYKiGD1fb5GY8vbKIIgO8d5Tb2A==} + engines: {node: '>= 20.12.0'} + + '@clerk/backend@3.10.0': + resolution: {integrity: sha512-+No8bg+3SQ76zfu199l4lwpi3z+RqmO8N33CDXPkAnhXt6cAZu4HPT0WvZ/GDpbi7ZqpDmmP9yXpCQNGwEd0+g==} engines: {node: '>=20.9.0'} - '@clerk/nextjs@7.3.5': - resolution: {integrity: sha512-Q2VaWLqnZrvWrbyQdji34fIBBHdZtRHjhd+BmW8a70Gxk2MKGgd9S7CzDFUBC/Q9jBjgGeZAZkH47WEK0opZow==} + '@clerk/nextjs@7.5.12': + resolution: {integrity: sha512-zJLGVBBzwT5DTsfDJYjTwbw59GTzuDWg6fPVqWIau1x2qlJ3y7FBicuOEZTxWvmSuF8zCP7Za1M5SGTcb7Ms8w==} 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 @@ -1085,11 +1066,11 @@ packages: '@esbuild-kit/core-utils@3.3.2': resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} - deprecated: 'Merged into tsx: https://tsx.is' + deprecated: 'Merged into tsx: https://tsx.hirok.io' '@esbuild-kit/esm-loader@2.6.5': resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} - deprecated: 'Merged into tsx: https://tsx.is' + deprecated: 'Merged into tsx: https://tsx.hirok.io' '@esbuild/aix-ppc64@0.19.12': resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} @@ -1723,57 +1704,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.20': + resolution: {integrity: sha512-dXh51Wvddf8daEyBXryZZEe1FdVxEWx9lgaTseLZUtC1XP/W8Wri+Z+VPOElHlByk23CyqHdc2oVByX7wsTWsw==} - '@next/swc-darwin-arm64@15.5.18': - resolution: {integrity: sha512-w0WvQf1n+txiwns/9pwIQteCJpZTbxzO2SE0FLcwuD4v0WEh1JPOjdyxWL21XwJsdpx8cFRjyzxzCS/siP7HcQ==} + '@next/swc-darwin-arm64@15.5.20': + resolution: {integrity: sha512-in0yXG7/pRBVjWeEl7f7ZZETpletSMFKXVS4GJgHENTPVrJFNJKPrYewa9rpZcvdjwFece5fZP0CK34G4PxowA==} 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.20': + resolution: {integrity: sha512-0hsFshdPnTzGJdDTHeHJ+XPUShOpnyp9pUFDwDhqctsA0Cd8NcIVGRPtptYhgYY9DjkKgCDRkXxmgRc+CgT5Wg==} 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.20': + resolution: {integrity: sha512-DMvkoBtAABOzE6pMZRW/xNm7sKqql3wzzzZJ1R/d/rp4BCxv6LykouD3tHjGY8WdQqGpZs11t+R9AtjPxvvljw==} 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.20': + resolution: {integrity: sha512-RQmDfeYBtXV2FSId7dfA1hE6M/T6+g7wdbYnFQ47tw/gUBwV+CccLVejNmCGa9yLDitk83foeg8hl/3DjfYQ5g==} 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.20': + resolution: {integrity: sha512-DkWLEdKajJwdGt27M3i1VEO2kelTvZrK6Pcb7JvW2BY+nofWm7FBsBNDj7g7Pr1NuQ5PLJvqEqYa20GTsBDnKQ==} 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.20': + resolution: {integrity: sha512-rAO5b7pKHvX+ExdmJskusDXTNbiNZfptifIPZItbUx+AOXxxTydVBsPt7Oz84DRd5mY8e0DcE8kvLj3AIfjE6w==} 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.20': + resolution: {integrity: sha512-Hp3zFsN8N8Kj9+vY6L4vnZ9EtA9eXyATu0q4EfGbZTiocgPUNSfz8NWhym6xvaOmHpJ8EuoypuU1WejCPsTFtg==} 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.20': + resolution: {integrity: sha512-T/L7CXpR1M0wij/xbF3rT1+7KvSkfOLr7C+ToHHWZTG2eKmb52C5WvsyGCBNtkVvDEUESWkRUbbqSH4rSbOCYQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1797,11 +1778,11 @@ 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.6': + resolution: {integrity: sha512-o6ajIwN5zXoNP0D4H/QPmOyibNTUkSyOR6ya7AG5U2ywXx4awo72L2KnCoiZPQM5x/bXv6jPBdimH8M18Ax0aw==} - '@posthog/types@1.373.5': - resolution: {integrity: sha512-K7STCnRG/WBE1q0BwEkIcrJB5OqECaymsQj6Hp4Ntvaek4dqHkZGfp6hxwIPqQPjlOXwidwPLo+XGsn+CoZUyw==} + '@posthog/types@1.392.1': + resolution: {integrity: sha512-Qg6Gl7/1vlr8+gPtBi5gwnLgAgiyFoKOVmTvTtDcvya9cpTwZfna7rQmkGQ4B63CunUYNNbOlqcwiUwUDyTK6w==} '@prisma-next/adapter-postgres@0.14.0': resolution: {integrity: sha512-c90KFtI74WU+8YH3uhVg1DTmD10T2BpINzzys9F3n1jTM2Am0tXKx53V05Ev+7H1VBrjBoksZPZ92WWxVEXLew==} @@ -2297,6 +2278,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] @@ -2382,8 +2369,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.9': + resolution: {integrity: sha512-vKniyS+0GtarIaUpMRMQ5+Ck9mXeaBqdN/7otznkBTWU0EXfkMJAHt2QdOCmOudR9eciQZQf09DmYm14yfPWzw==} '@supabase/auth-js@2.110.0': resolution: {integrity: sha512-Mi288WCTp6wxMFCOu/UgzgHEXODjdl2uVTLqK11eanzGZaldU3RyP8Am+ZbNuVzFP+5+iOvppxzv7N5Ym84xTg==} @@ -2567,9 +2554,15 @@ packages: arkregex@0.0.5: resolution: {integrity: sha512-ncYjBdLlh5/QnVsAA8De16Tc9EqmYM7y/WU9j+236KcyYNUXogpz3sC4ATIZYzzLxwI+0sEOaQLEmLmRleaEXw==} + arkregex@0.0.7: + resolution: {integrity: sha512-O/Ltrn9EUSn3ui0KVzfyrWGDUsHlzKxDVBtpQxL/6JmLRMAZAebfSNf/A/J5Ny5S6QIwrXX+RfXsu888HMs35A==} + arktype@2.2.0: resolution: {integrity: sha512-t54MZ7ti5BhOEvzEkgKnWvqj+UbDfWig+DHr5I34xatymPusKLS0lQpNJd8M6DzmIto2QGszHfNKoFIT8tMCZQ==} + arktype@2.2.2: + resolution: {integrity: sha512-YYf1xhL2dh5aPZFlsY0RAsxv5HZqfLGLptH2ZP3JidTmsGRW8VOymhPjjMTkerL12vR2YtX0SK4c1mATtae8SA==} + array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} @@ -3017,8 +3010,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==} @@ -3164,6 +3157,10 @@ packages: resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} engines: {node: '>=0.10.0'} + iconv-lite@0.7.3: + resolution: {integrity: sha512-IKXpvIzjnC9XTAUbVBcMfGS0EPaIXtW6v+zr+RRp+hqULEpo0owZax6wyRwPOJbWbzjYspQwusTsfVr0ifh4uQ==} + engines: {node: '>=0.10.0'} + ignore@5.3.2: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} @@ -3235,8 +3232,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==} @@ -3451,8 +3449,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.20: + resolution: {integrity: sha512-cvyS3/geydan1xLtE3FA8VCgdoQ/Gg/dlOldFkFCbB5VcVYJV7090hQLBnvTW2PwT76Z/dHdzDZCsVhZpoOlUA==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: @@ -3623,8 +3621,8 @@ 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' @@ -3632,8 +3630,8 @@ packages: pg-native: optional: true - pg@8.21.0: - resolution: {integrity: sha512-AUP1EYJuHraQGsVoCQVIcM7TEJVGtDzxWtGFZd8rds9d+CCXlU5Js1rYgfLNvxy9iJrpHjGrRjoi/3BT9fRyiA==} + pg@8.22.0: + resolution: {integrity: sha512-8wih1vVIBMxoUM2oB4soJsD9tDnDpLv4OXBJ+EJzFsvycD+lfyIreC2gGHq78f8jbLLt+bvlPTFdFZfJkOuzAA==} engines: {node: '>= 16.0.0'} peerDependencies: pg-native: '>=3.0.1' @@ -3715,8 +3713,8 @@ packages: resolution: {integrity: sha512-GD3qdB0x1z9xgFI6cdRD6xu2Sp2WCOEoe3mtnyB5Ee0XrrL5Pe+e4CCnJrRMnL1zYtRDZmQQVbvOttLnKDLnaw==} engines: {node: '>=12'} - posthog-node@5.34.2: - resolution: {integrity: sha512-lGp7zyyvzNZqrto3CPq3nQzVn9ZUg5tApE8jNh12Cu8kOqT9KTABZ8kMgiybfzxVttSdE3m25RsBPLBHkxCWDg==} + posthog-node@5.39.4: + resolution: {integrity: sha512-+fCQ7htBFRQQFbIzl1T0TA7bDwYyaB9XP308ZFMCUoB5LzTzOFxBa6TYVrxdH/VQl43WXTp6sf0QsG2Z4XlNBg==} engines: {node: ^20.20.0 || >=22.22.0} peerDependencies: rxjs: ^7.0.0 @@ -4071,8 +4069,8 @@ packages: typescript: optional: true - tsx@4.22.1: - resolution: {integrity: sha512-TvncJykhxAzFCk0VQZKBTClall4Pm7qXDSodb6uxi8QFa8X8mT6ABjxxsQ2opDRYxG7AzcRWXaFtruz5HJKuWg==} + tsx@4.23.0: + resolution: {integrity: sha512-eUdUIaCr963q2h5u3+QwvYp0+eqPvn+egeqZUm0hwERCqqx1E3kK5ehbGCvqSE5MQAULr67ww0cA3jKc3YkM1w==} engines: {node: '>=18.0.0'} hasBin: true @@ -4117,8 +4115,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: @@ -4243,46 +4241,46 @@ packages: snapshots: - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.143': + '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.201': optional: true - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.143': + '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.201': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.201': optional: true - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.201': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.201': optional: true - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.143': + '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.201': optional: true - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.143': + '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.201': optional: true - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.143': + '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.201': 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.201(@anthropic-ai/sdk@0.110.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.110.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.201 + '@anthropic-ai/claude-agent-sdk-darwin-x64': 0.3.201 + '@anthropic-ai/claude-agent-sdk-linux-arm64': 0.3.201 + '@anthropic-ai/claude-agent-sdk-linux-arm64-musl': 0.3.201 + '@anthropic-ai/claude-agent-sdk-linux-x64': 0.3.201 + '@anthropic-ai/claude-agent-sdk-linux-x64-musl': 0.3.201 + '@anthropic-ai/claude-agent-sdk-win32-arm64': 0.3.201 + '@anthropic-ai/claude-agent-sdk-win32-x64': 0.3.201 - '@anthropic-ai/sdk@0.106.0(zod@3.25.76)': + '@anthropic-ai/sdk@0.110.0(zod@3.25.76)': dependencies: json-schema-to-ts: 3.1.1 standardwebhooks: 1.0.0 @@ -4299,8 +4297,14 @@ snapshots: dependencies: '@ark/util': 0.56.0 + '@ark/schema@0.56.1': + dependencies: + '@ark/util': 0.56.1 + '@ark/util@0.56.0': {} + '@ark/util@0.56.1': {} + '@babel/runtime@7.29.2': {} '@babel/runtime@7.29.7': {} @@ -4516,110 +4520,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': + '@cipherstash/protect-ffi-darwin-arm64@0.27.0': optional: true - '@cipherstash/protect-ffi-darwin-x64@0.28.0': + '@cipherstash/protect-ffi-darwin-x64@0.27.0': optional: true - '@cipherstash/protect-ffi-linux-arm64-gnu@0.23.0': + '@cipherstash/protect-ffi-linux-arm64-gnu@0.27.0': optional: true - '@cipherstash/protect-ffi-linux-arm64-gnu@0.28.0': + '@cipherstash/protect-ffi-linux-x64-gnu@0.27.0': optional: true - '@cipherstash/protect-ffi-linux-x64-gnu@0.23.0': + '@cipherstash/protect-ffi-linux-x64-musl@0.27.0': optional: true - '@cipherstash/protect-ffi-linux-x64-gnu@0.28.0': + '@cipherstash/protect-ffi-win32-x64-msvc@0.27.0': optional: true - '@cipherstash/protect-ffi-linux-x64-musl@0.23.0': - optional: true - - '@cipherstash/protect-ffi-linux-x64-musl@0.28.0': - optional: true - - '@cipherstash/protect-ffi-win32-x64-msvc@0.23.0': - optional: true - - '@cipherstash/protect-ffi-win32-x64-msvc@0.28.0': - optional: true - - '@cipherstash/protect-ffi@0.23.0': + '@cipherstash/protect-ffi@0.27.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-darwin-arm64': 0.27.0 + '@cipherstash/protect-ffi-darwin-x64': 0.27.0 + '@cipherstash/protect-ffi-linux-arm64-gnu': 0.27.0 + '@cipherstash/protect-ffi-linux-x64-gnu': 0.27.0 + '@cipherstash/protect-ffi-linux-x64-musl': 0.27.0 + '@cipherstash/protect-ffi-win32-x64-msvc': 0.27.0 - '@cipherstash/protect-ffi@0.28.0': + '@clack/core@1.3.1': 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 + fast-wrap-ansi: 0.2.2 + sisteransi: 1.0.5 - '@clack/core@1.3.1': + '@clack/core@1.4.3': dependencies: - fast-wrap-ansi: 0.2.0 + fast-wrap-ansi: 0.2.2 sisteransi: 1.0.5 '@clack/prompts@1.4.0': dependencies: '@clack/core': 1.3.1 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)': + '@clack/prompts@1.7.0': dependencies: - '@clerk/shared': 4.12.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3) + '@clack/core': 1.4.3 + fast-string-width: 3.0.2 + fast-wrap-ansi: 0.2.2 + sisteransi: 1.0.5 + + '@clerk/backend@3.10.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)': + dependencies: + '@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.12(next@15.5.20(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.10.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.20(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) @@ -5024,30 +5010,30 @@ snapshots: '@neon-rs/load@0.1.82': {} - '@next/env@15.5.18': {} + '@next/env@15.5.20': {} - '@next/swc-darwin-arm64@15.5.18': + '@next/swc-darwin-arm64@15.5.20': optional: true - '@next/swc-darwin-x64@15.5.18': + '@next/swc-darwin-x64@15.5.20': optional: true - '@next/swc-linux-arm64-gnu@15.5.18': + '@next/swc-linux-arm64-gnu@15.5.20': optional: true - '@next/swc-linux-arm64-musl@15.5.18': + '@next/swc-linux-arm64-musl@15.5.20': optional: true - '@next/swc-linux-x64-gnu@15.5.18': + '@next/swc-linux-x64-gnu@15.5.20': optional: true - '@next/swc-linux-x64-musl@15.5.18': + '@next/swc-linux-x64-musl@15.5.20': optional: true - '@next/swc-win32-arm64-msvc@15.5.18': + '@next/swc-win32-arm64-msvc@15.5.20': optional: true - '@next/swc-win32-x64-msvc@15.5.18': + '@next/swc-win32-x64-msvc@15.5.20': optional: true '@noble/hashes@2.2.0': {} @@ -5066,11 +5052,11 @@ snapshots: '@petamoriken/float16@3.9.3': {} - '@posthog/core@1.29.2': + '@posthog/core@1.39.6': dependencies: - '@posthog/types': 1.373.5 + '@posthog/types': 1.392.1 - '@posthog/types@1.373.5': {} + '@posthog/types@1.392.1': {} '@prisma-next/adapter-postgres@0.14.0(typanion@3.14.0)(typescript@5.9.3)': dependencies: @@ -5100,7 +5086,7 @@ snapshots: dependencies: '@prisma-next/config': 0.14.0(typescript@5.9.3) '@prisma-next/utils': 0.14.0(typescript@5.9.3) - arktype: 2.2.0 + arktype: 2.2.2 c12: 3.3.4 pathe: 2.0.3 optionalDependencies: @@ -5145,7 +5131,7 @@ snapshots: '@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.0 + arktype: 2.2.2 optionalDependencies: typescript: 5.9.3 @@ -5188,7 +5174,7 @@ snapshots: '@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.0 + arktype: 2.2.2 prettier: 3.8.3 optionalDependencies: typescript: 5.9.3 @@ -5248,7 +5234,7 @@ snapshots: '@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.0 + arktype: 2.2.2 pathe: 2.0.3 prettier: 3.8.3 optionalDependencies: @@ -5340,7 +5326,7 @@ snapshots: '@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.0 + arktype: 2.2.2 pathe: 2.0.3 ts-toolbelt: 9.6.0 optionalDependencies: @@ -5363,7 +5349,7 @@ snapshots: dependencies: '@prisma-next/operations': 0.14.0(typescript@5.9.3) '@prisma-next/sql-contract': 0.14.0(typescript@5.9.3) - arktype: 2.2.0 + arktype: 2.2.2 optionalDependencies: typescript: 5.9.3 @@ -5390,7 +5376,7 @@ snapshots: '@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.2 ts-toolbelt: 9.6.0 optionalDependencies: typescript: 5.9.3 @@ -5556,6 +5542,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 @@ -5606,7 +5595,7 @@ snapshots: '@standard-schema/spec@1.1.0': {} - '@stricli/core@1.2.7': {} + '@stricli/core@1.2.9': {} '@supabase/auth-js@2.110.0': dependencies: @@ -5704,7 +5693,7 @@ snapshots: '@types/uuid@11.0.0': dependencies: - uuid: 14.0.0 + uuid: 14.0.1 '@vitest/expect@3.2.6': dependencies: @@ -5714,21 +5703,13 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.6(vite@7.3.6(@types/node@22.20.0)(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.20.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@26.1.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.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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@26.1.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.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) '@vitest/pretty-format@3.2.6': dependencies: @@ -5797,12 +5778,22 @@ snapshots: dependencies: '@ark/util': 0.56.0 + arkregex@0.0.7: + dependencies: + '@ark/util': 0.56.1 + arktype@2.2.0: dependencies: '@ark/schema': 0.56.0 '@ark/util': 0.56.0 arkregex: 0.0.5 + arktype@2.2.2: + dependencies: + '@ark/schema': 0.56.1 + '@ark/util': 0.56.1 + arkregex: 0.0.7 + array-union@2.1.0: {} assertion-error@2.0.1: {} @@ -5822,7 +5813,7 @@ snapshots: content-type: 2.0.0 debug: 4.4.3 http-errors: 2.0.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.3 on-finished: 2.4.1 qs: 6.15.3 raw-body: 3.0.2 @@ -5988,20 +5979,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): - optionalDependencies: - '@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.21.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.21.0 + pg: 8.22.0 postgres: 3.4.9 dunder-proto@1.0.1: @@ -6134,9 +6117,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.20(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.20(react-dom@19.2.3(react@19.2.3))(react@19.2.3) react: 19.2.3 execa@9.6.1: @@ -6222,7 +6205,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 @@ -6385,6 +6368,10 @@ snapshots: dependencies: safer-buffer: 2.1.2 + iconv-lite@0.7.3: + dependencies: + safer-buffer: 2.1.2 + ignore@5.3.2: {} inherits@2.0.4: {} @@ -6428,7 +6415,7 @@ snapshots: joycon@3.1.1: {} - js-cookie@3.0.8: {} + js-cookie@3.0.7: {} js-tokens@9.0.1: {} @@ -6589,7 +6576,7 @@ snapshots: aws-ssl-profiles: 1.1.2 denque: 2.1.0 generate-function: 2.3.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.3 long: 5.3.2 lru.min: 1.1.4 named-placeholders: 1.1.6 @@ -6612,9 +6599,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.20(react-dom@19.2.3(react@19.2.3))(react@19.2.3): dependencies: - '@next/env': 15.5.18 + '@next/env': 15.5.20 '@swc/helpers': 0.5.15 caniuse-lite: 1.0.30001760 postcss: 8.5.14 @@ -6622,14 +6609,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.20 + '@next/swc-darwin-x64': 15.5.20 + '@next/swc-linux-arm64-gnu': 15.5.20 + '@next/swc-linux-arm64-musl': 15.5.20 + '@next/swc-linux-x64-gnu': 15.5.20 + '@next/swc-linux-x64-musl': 15.5.20 + '@next/swc-win32-arm64-msvc': 15.5.20 + '@next/swc-win32-x64-msvc': 15.5.20 sharp: 0.34.5 transitivePeerDependencies: - '@babel/core' @@ -6731,14 +6718,14 @@ snapshots: dependencies: pg: 8.13.1 - pg-pool@3.13.0(pg@8.20.0): - dependencies: - pg: 8.20.0 - pg-pool@3.14.0(pg@8.21.0): dependencies: 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: {} @@ -6761,20 +6748,20 @@ 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.21.0: + pg@8.22.0: dependencies: pg-connection-string: 2.14.0 - pg-pool: 3.14.0(pg@8.21.0) + pg-pool: 3.14.0(pg@8.22.0) pg-protocol: 1.15.0 pg-types: 2.2.0 pgpass: 1.0.5 @@ -6809,13 +6796,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.23.0)(yaml@2.9.0): dependencies: lilconfig: 3.1.3 optionalDependencies: jiti: 2.7.0 postcss: 8.5.14 - tsx: 4.22.1 + tsx: 4.23.0 yaml: 2.9.0 postcss@8.5.14: @@ -6836,9 +6823,9 @@ snapshots: postgres@3.4.9: {} - posthog-node@5.34.2: + posthog-node@5.39.4: dependencies: - '@posthog/core': 1.29.2 + '@posthog/core': 1.39.6 prettier@2.8.8: {} @@ -6872,7 +6859,7 @@ snapshots: dependencies: bytes: 3.1.2 http-errors: 2.0.1 - iconv-lite: 0.7.2 + iconv-lite: 0.7.3 unpipe: 1.0.0 rc9@3.0.1: @@ -7225,7 +7212,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.23.0)(typescript@5.9.3)(yaml@2.9.0): dependencies: bundle-require: 5.1.0(esbuild@0.28.1) cac: 6.7.14 @@ -7236,7 +7223,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.23.0)(yaml@2.9.0) resolve-from: 5.0.0 rollup: 4.59.0 source-map: 0.7.6 @@ -7253,7 +7240,7 @@ snapshots: - tsx - yaml - tsx@4.22.1: + tsx@4.23.0: dependencies: esbuild: 0.28.1 optionalDependencies: @@ -7295,17 +7282,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.20.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@22.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.20.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.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) transitivePeerDependencies: - '@types/node' - jiti @@ -7320,13 +7307,13 @@ snapshots: - tsx - yaml - vite-node@3.2.4(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) transitivePeerDependencies: - '@types/node' - jiti @@ -7341,7 +7328,7 @@ snapshots: - tsx - yaml - vite@7.3.6(@types/node@22.20.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.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0): dependencies: esbuild: 0.28.1 fdir: 6.5.0(picomatch@4.0.4) @@ -7355,10 +7342,10 @@ snapshots: jiti: 2.7.0 lightningcss: 1.30.2 terser: 5.44.1 - tsx: 4.22.1 + tsx: 4.23.0 yaml: 2.9.0 - vite@7.3.6(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0): dependencies: esbuild: 0.28.1 fdir: 6.5.0(picomatch@4.0.4) @@ -7372,14 +7359,14 @@ snapshots: jiti: 2.7.0 lightningcss: 1.30.2 terser: 5.44.1 - tsx: 4.22.1 + tsx: 4.23.0 yaml: 2.9.0 - vitest@3.2.6(@types/node@22.20.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@22.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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.20.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.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0)) '@vitest/pretty-format': 3.2.6 '@vitest/runner': 3.2.6 '@vitest/snapshot': 3.2.6 @@ -7397,8 +7384,8 @@ snapshots: tinyglobby: 0.2.16 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 7.3.6(@types/node@22.20.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@22.20.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.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) + vite-node: 3.2.4(@types/node@22.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.20.0 @@ -7416,11 +7403,11 @@ snapshots: - tsx - yaml - vitest@3.2.6(@types/node@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(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@26.1.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.20.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0)) '@vitest/pretty-format': 3.2.6 '@vitest/runner': 3.2.6 '@vitest/snapshot': 3.2.6 @@ -7438,8 +7425,8 @@ snapshots: tinyglobby: 0.2.16 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 7.3.6(@types/node@26.1.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@26.1.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@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) + vite-node: 3.2.4(@types/node@26.1.0)(jiti@2.7.0)(lightningcss@1.30.2)(terser@5.44.1)(tsx@4.23.0)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 26.1.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b52bf6747..a09fcc3e4 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.23.0 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.12 + next: 15.5.20 + vite: 8.1.3 # Security overrides for Dependabot alerts on transitive deps that Dependabot # cannot PR against (it only PRs direct dependencies). Each selector is scoped