Openstatus www.openstatus.dev

chore: update deps (#1653)

* update deps:

* ci: apply automated fixes

* dedupe

* fix build

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
66d9521a 24cfdb3c

+1465 -2760
+1 -1
.github/workflows/dx.yml
··· 32 32 - name: Set up pnpm 33 33 uses: pnpm/action-setup@v4 34 34 with: 35 - version: 10.12.4 35 + version: 10.26.0 36 36 37 37 - name: ⎔ Setup node 38 38 uses: actions/setup-node@v4
+1 -1
.github/workflows/lint.yml
··· 22 22 - name: Set up pnpm 23 23 uses: pnpm/action-setup@v4 24 24 with: 25 - version: 10.12.4 25 + version: 10.26.0 26 26 27 27 - name: ⎔ Setup node 28 28 uses: actions/setup-node@v4
+1 -1
.github/workflows/migrate.yml
··· 19 19 - name: Set up pnpm 20 20 uses: pnpm/action-setup@v4 21 21 with: 22 - version: 10.12.4 22 + version: 10.26.0 23 23 24 24 - name: ⎔ Setup node 25 25 uses: actions/setup-node@v4
+1 -1
.github/workflows/test.yml
··· 32 32 - name: Set up pnpm 33 33 uses: pnpm/action-setup@v4 34 34 with: 35 - version: 10.12.4 35 + version: 10.26.0 36 36 37 37 - name: ⎔ Setup node 38 38 uses: actions/setup-node@v4
+1 -1
apps/dashboard/next-env.d.ts
··· 1 1 /// <reference types="next" /> 2 2 /// <reference types="next/image-types/global" /> 3 - import "./.next/dev/types/routes.d.ts"; 3 + import "./.next/types/routes.d.ts"; 4 4 5 5 // NOTE: This file should not be edited 6 6 // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+3 -3
apps/dashboard/package.json
··· 83 83 "next": "16.0.10", 84 84 "next-auth": "5.0.0-beta.29", 85 85 "next-themes": "0.4.6", 86 - "nuqs": "2.4.3", 86 + "nuqs": "2.8.5", 87 87 "random-word-slugs": "0.1.7", 88 88 "react": "19.2.2", 89 89 "react-day-picker": "8.10.1", 90 90 "react-dom": "19.2.2", 91 - "react-hook-form": "7.66.1", 91 + "react-hook-form": "7.68.0", 92 92 "recharts": "2.15.0", 93 93 "rehype-react": "8.0.0", 94 94 "remark-gfm": "4.0.1", ··· 111 111 "shadcn": "2.7.0", 112 112 "tailwindcss": "4.1.8", 113 113 "tw-animate-css": "1.3.4", 114 - "typescript": "5.7.2" 114 + "typescript": "5.9.3" 115 115 } 116 116 }
+1 -1
apps/docs/package.json
··· 30 30 }, 31 31 "devDependencies": { 32 32 "@iconify-json/lucide": "1.2.26", 33 - "typescript": "5.7.2" 33 + "typescript": "5.9.3" 34 34 } 35 35 }
+1 -1
apps/screenshot-service/package.json
··· 18 18 }, 19 19 "devDependencies": { 20 20 "@openstatus/tsconfig": "workspace:*", 21 - "typescript": "5.7.2" 21 + "typescript": "5.9.3" 22 22 } 23 23 }
+1 -1
apps/status-page/next-env.d.ts
··· 1 1 /// <reference types="next" /> 2 2 /// <reference types="next/image-types/global" /> 3 - import "./.next/dev/types/routes.d.ts"; 3 + import "./.next/types/routes.d.ts"; 4 4 5 5 // NOTE: This file should not be edited 6 6 // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+5 -5
apps/status-page/package.json
··· 50 50 "@radix-ui/react-switch": "1.2.5", 51 51 "@radix-ui/react-tabs": "1.1.12", 52 52 "@radix-ui/react-tooltip": "1.2.7", 53 - "@sentry/nextjs": "10.22.0", 53 + "@sentry/nextjs": "10.31.0", 54 54 "@stripe/stripe-js": "2.1.6", 55 55 "@tanstack/react-query": "5.81.5", 56 56 "@tanstack/react-table": "8.21.3", ··· 67 67 "lucide-react": "0.525.0", 68 68 "next": "16.0.10", 69 69 "next-auth": "5.0.0-beta.29", 70 - "next-plausible": "3.12.4", 70 + "next-plausible": "3.12.5", 71 71 "next-themes": "0.4.6", 72 - "nuqs": "2.4.3", 72 + "nuqs": "2.8.5", 73 73 "react": "19.2.2", 74 74 "react-day-picker": "8.10.1", 75 75 "react-dom": "19.2.2", 76 - "react-hook-form": "7.66.1", 76 + "react-hook-form": "7.68.0", 77 77 "recharts": "2.15.0", 78 78 "rehype-react": "8.0.0", 79 79 "remark-gfm": "4.0.1", ··· 96 96 "shadcn": "2.7.0", 97 97 "tailwindcss": "4.1.11", 98 98 "tw-animate-css": "1.3.4", 99 - "typescript": "5.7.2" 99 + "typescript": "5.9.3" 100 100 } 101 101 }
+2 -1
apps/status-page/tsconfig.json
··· 7 7 }, 8 8 "plugins": [{ "name": "next" }], 9 9 "strictNullChecks": true, 10 - "strict": true 10 + "strict": true, 11 + "moduleResolution": "bundler" 11 12 }, 12 13 "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], 13 14 "exclude": ["node_modules", "env.ts"]
+4 -4
apps/web/package.json
··· 68 68 "next": "16.0.10", 69 69 "next-auth": "5.0.0-beta.29", 70 70 "next-mdx-remote": "5.0.0", 71 - "next-plausible": "3.12.4", 71 + "next-plausible": "3.12.5", 72 72 "next-themes": "0.4.6", 73 - "nuqs": "2.4.3", 73 + "nuqs": "2.8.5", 74 74 "random-word-slugs": "0.1.7", 75 75 "react": "19.2.2", 76 76 "react-day-picker": "8.10.1", 77 77 "react-dom": "19.2.2", 78 - "react-hook-form": "7.66.1", 78 + "react-hook-form": "7.68.0", 79 79 "react-medium-image-zoom": "5.4.0", 80 80 "react-tweet": "3.2.1", 81 81 "reading-time": "1.5.0", ··· 101 101 "rehype-autolink-headings": "7.1.0", 102 102 "rehype-slug": "5.1.0", 103 103 "tailwindcss": "4.1.8", 104 - "typescript": "5.7.2", 104 + "typescript": "5.9.3", 105 105 "unified": "11.0.5" 106 106 } 107 107 }
+1 -1
apps/workflows/package.json
··· 37 37 "devDependencies": { 38 38 "@openstatus/tsconfig": "workspace:*", 39 39 "@types/bun": "latest", 40 - "typescript": "5.7.2" 40 + "typescript": "5.9.3" 41 41 } 42 42 }
+5 -5
package.json
··· 19 19 "devDependencies": { 20 20 "@biomejs/biome": "1.8.3", 21 21 "@turbo/gen": "1.13.3", 22 - "@types/node": "20.8.0", 23 - "knip": "5.16.0", 24 - "turbo": "2.3.2", 25 - "typescript": "5.7.2" 22 + "@types/node": "24.0.8", 23 + "knip": "5.75.1", 24 + "turbo": "2.6.3", 25 + "typescript": "5.9.3" 26 26 }, 27 - "packageManager": "pnpm@10.12.4", 27 + "packageManager": "pnpm@10.26.0", 28 28 "pnpm": { 29 29 "onlyBuiltDependencies": ["@sentry/cli", "@swc/core", "sharp"] 30 30 },
+1 -1
packages/analytics/package.json
··· 11 11 "devDependencies": { 12 12 "@openstatus/tsconfig": "workspace:*", 13 13 "@types/node": "22.10.2", 14 - "typescript": "5.7.2" 14 + "typescript": "5.9.3" 15 15 }, 16 16 "scripts": {}, 17 17 "keywords": [],
+1 -1
packages/api/package.json
··· 38 38 "@types/react": "19.2.2", 39 39 "@types/react-dom": "19.2.2", 40 40 "bun-types": "1.0.8", 41 - "typescript": "5.7.2" 41 + "typescript": "5.9.3" 42 42 }, 43 43 "keywords": [], 44 44 "author": "",
+1 -1
packages/assertions/package.json
··· 9 9 }, 10 10 "devDependencies": { 11 11 "@openstatus/tsconfig": "workspace:*", 12 - "typescript": "5.7.2", 12 + "typescript": "5.9.3", 13 13 "zod": "3.25.76" 14 14 }, 15 15 "keywords": [],
+1 -1
packages/db/package.json
··· 27 27 "@types/node": "22.10.2", 28 28 "drizzle-kit": "0.31.4", 29 29 "next-auth": "5.0.0-beta.29", 30 - "typescript": "5.7.2" 30 + "typescript": "5.9.3" 31 31 }, 32 32 "author": "OpenStatus" 33 33 }
+2 -2
packages/emails/package.json
··· 23 23 }, 24 24 "devDependencies": { 25 25 "@openstatus/tsconfig": "workspace:*", 26 - "@react-email/preview-server": "4.3.1", 26 + "@react-email/preview-server": "5.0.8", 27 27 "@types/node": "22.10.2", 28 28 "@types/react": "19.2.2", 29 29 "react": "19.2.2", 30 - "typescript": "5.7.2" 30 + "typescript": "5.9.3" 31 31 } 32 32 }
+1 -1
packages/error/package.json
··· 9 9 }, 10 10 "devDependencies": { 11 11 "@openstatus/tsconfig": "workspace:*", 12 - "typescript": "5.7.2" 12 + "typescript": "5.9.3" 13 13 }, 14 14 "keywords": [], 15 15 "author": "",
+1 -1
packages/header-analysis/package.json
··· 7 7 "dependencies": {}, 8 8 "devDependencies": { 9 9 "@openstatus/tsconfig": "workspace:*", 10 - "typescript": "5.7.2" 10 + "typescript": "5.9.3" 11 11 }, 12 12 "keywords": [], 13 13 "author": "",
+1 -1
packages/icons/package.json
··· 12 12 "@openstatus/tsconfig": "workspace:*", 13 13 "@types/react": "19.2.2", 14 14 "@types/react-dom": "19.2.2", 15 - "typescript": "5.7.2" 15 + "typescript": "5.9.3" 16 16 }, 17 17 "dependencies": { 18 18 "react": "19.1.1"
+1 -1
packages/notifications/discord/package.json
··· 13 13 "@openstatus/tsconfig": "workspace:*", 14 14 "@types/node": "22.10.2", 15 15 "bun-types": "1.3.1", 16 - "typescript": "5.7.2" 16 + "typescript": "5.9.3" 17 17 } 18 18 }
+1 -1
packages/notifications/email/package.json
··· 24 24 "@types/node": "22.10.2", 25 25 "@types/react-dom": "19.2.2", 26 26 "bun-types": "1.3.1", 27 - "typescript": "5.7.2" 27 + "typescript": "5.9.3" 28 28 } 29 29 }
+1 -1
packages/notifications/ntfy/package.json
··· 13 13 "@openstatus/tsconfig": "workspace:*", 14 14 "@types/node": "22.10.2", 15 15 "bun-types": "1.3.1", 16 - "typescript": "5.7.2" 16 + "typescript": "5.9.3" 17 17 } 18 18 }
+1 -1
packages/notifications/opsgenie/package.json
··· 18 18 "@types/react": "19.2.2", 19 19 "@types/react-dom": "19.2.2", 20 20 "bun-types": "1.3.1", 21 - "typescript": "5.7.2" 21 + "typescript": "5.9.3" 22 22 } 23 23 }
+1 -1
packages/notifications/pagerduty/package.json
··· 18 18 "@types/react": "19.2.2", 19 19 "@types/react-dom": "19.2.2", 20 20 "bun-types": "1.3.1", 21 - "typescript": "5.7.2" 21 + "typescript": "5.9.3" 22 22 } 23 23 }
+1 -1
packages/notifications/slack/package.json
··· 13 13 "@openstatus/tsconfig": "workspace:*", 14 14 "@types/node": "22.10.2", 15 15 "bun-types": "1.3.1", 16 - "typescript": "5.7.2" 16 + "typescript": "5.9.3" 17 17 } 18 18 }
+1 -1
packages/notifications/telegram/package.json
··· 13 13 "@openstatus/tsconfig": "workspace:*", 14 14 "@types/node": "22.10.2", 15 15 "bun-types": "1.3.1", 16 - "typescript": "5.7.2" 16 + "typescript": "5.9.3" 17 17 } 18 18 }
+1 -1
packages/notifications/twillio-sms/package.json
··· 16 16 "@types/node": "22.10.2", 17 17 "@types/validator": "13.12.0", 18 18 "bun-types": "1.3.1", 19 - "typescript": "5.7.2" 19 + "typescript": "5.9.3" 20 20 } 21 21 }
+1 -1
packages/notifications/twillio-whatsapp/package.json
··· 16 16 "@types/node": "22.10.2", 17 17 "@types/validator": "13.12.0", 18 18 "bun-types": "1.3.1", 19 - "typescript": "5.7.2" 19 + "typescript": "5.9.3" 20 20 } 21 21 }
+1 -1
packages/notifications/webhook/package.json
··· 14 14 "@openstatus/tsconfig": "workspace:*", 15 15 "@types/node": "22.10.2", 16 16 "bun-types": "1.3.1", 17 - "typescript": "5.7.2" 17 + "typescript": "5.9.3" 18 18 } 19 19 }
+1 -1
packages/react/package.json
··· 25 25 "@types/react": "18.3.3", 26 26 "tailwindcss": "4.1.8", 27 27 "tsup": "7.2.0", 28 - "typescript": "5.7.2" 28 + "typescript": "5.9.3" 29 29 }, 30 30 "peerDependencies": { 31 31 "react": "^18.0.0"
+1 -1
packages/regions/package.json
··· 9 9 }, 10 10 "devDependencies": { 11 11 "@openstatus/tsconfig": "workspace:*", 12 - "typescript": "5.7.2" 12 + "typescript": "5.9.3" 13 13 }, 14 14 "keywords": [], 15 15 "author": "",
+1 -1
packages/theme-store/package.json
··· 7 7 "dependencies": {}, 8 8 "devDependencies": { 9 9 "@openstatus/tsconfig": "workspace:*", 10 - "typescript": "5.7.2" 10 + "typescript": "5.9.3" 11 11 }, 12 12 "keywords": [], 13 13 "author": "",
+1 -1
packages/tinybird/package.json
··· 11 11 "@openstatus/tsconfig": "workspace:*", 12 12 "@openstatus/utils": "workspace:*", 13 13 "@types/node": "22.10.2", 14 - "typescript": "5.7.2" 14 + "typescript": "5.9.3" 15 15 } 16 16 }
+1 -1
packages/tracker/package.json
··· 11 11 }, 12 12 "devDependencies": { 13 13 "@openstatus/tsconfig": "workspace:*", 14 - "typescript": "5.7.2" 14 + "typescript": "5.9.3" 15 15 }, 16 16 "keywords": [], 17 17 "author": "",
+3 -3
packages/ui/package.json
··· 13 13 "@types/luxon": "3.4.2", 14 14 "@types/node": "22.10.2", 15 15 "@types/react": "19.2.2", 16 - "@types/react-dom": "19.1.9", 16 + "@types/react-dom": "19.2.2", 17 17 "tailwindcss": "4.1.8", 18 - "typescript": "5.7.2" 18 + "typescript": "5.9.3" 19 19 }, 20 20 "dependencies": { 21 21 "@dnd-kit/core": "6.3.1", ··· 54 54 "next": "16.0.10", 55 55 "react": "19.2.2", 56 56 "react-day-picker": "8.10.1", 57 - "react-hook-form": "7.66.1", 57 + "react-hook-form": "7.68.0", 58 58 "recharts": "2.15.0", 59 59 "tailwind-merge": "2.5.5", 60 60 "tailwindcss-animate": "1.0.7",
+1 -1
packages/upstash/package.json
··· 13 13 "@openstatus/tsconfig": "workspace:*", 14 14 "@types/node": "22.10.2", 15 15 "tsup": "7.2.0", 16 - "typescript": "5.7.2" 16 + "typescript": "5.9.3" 17 17 } 18 18 }
+1 -1
packages/utils/package.json
··· 12 12 }, 13 13 "devDependencies": { 14 14 "@openstatus/tsconfig": "workspace:*", 15 - "typescript": "5.7.2" 15 + "typescript": "5.9.3" 16 16 }, 17 17 "keywords": [], 18 18 "author": "",
+1408 -2704
pnpm-lock.yaml
··· 13 13 version: 1.8.3 14 14 '@turbo/gen': 15 15 specifier: 1.13.3 16 - version: 1.13.3(@types/node@20.8.0)(typescript@5.7.2) 16 + version: 1.13.3(@types/node@24.0.8)(typescript@5.9.3) 17 17 '@types/node': 18 - specifier: 20.8.0 19 - version: 20.8.0 18 + specifier: 24.0.8 19 + version: 24.0.8 20 20 knip: 21 - specifier: 5.16.0 22 - version: 5.16.0(@types/node@20.8.0)(typescript@5.7.2) 21 + specifier: 5.75.1 22 + version: 5.75.1(@types/node@24.0.8)(typescript@5.9.3) 23 23 turbo: 24 - specifier: 2.3.2 25 - version: 2.3.2 24 + specifier: 2.6.3 25 + version: 2.6.3 26 26 typescript: 27 - specifier: 5.7.2 28 - version: 5.7.2 27 + specifier: 5.9.3 28 + version: 5.9.3 29 29 30 30 apps/dashboard: 31 31 dependencies: ··· 58 58 version: 4.4.0(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 59 59 '@hookform/resolvers': 60 60 specifier: 4.1.3 61 - version: 4.1.3(react-hook-form@7.66.1(react@19.2.2)) 61 + version: 4.1.3(react-hook-form@7.68.0(react@19.2.2)) 62 62 '@libsql/client': 63 63 specifier: 0.15.14 64 64 version: 0.15.14 65 65 '@openpanel/nextjs': 66 66 specifier: 1.0.8 67 - version: 1.0.8(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 67 + version: 1.0.8(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 68 68 '@openstatus/analytics': 69 69 specifier: workspace:* 70 70 version: link:../../packages/analytics ··· 196 196 version: 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 197 197 '@sentry/nextjs': 198 198 specifier: 10.22.0 199 - version: 10.22.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0) 199 + version: 10.22.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0) 200 200 '@stripe/stripe-js': 201 201 specifier: 2.1.6 202 202 version: 2.1.6 ··· 208 208 version: 8.21.3(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 209 209 '@trpc/client': 210 210 specifier: 11.4.4 211 - version: 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 211 + version: 11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3) 212 212 '@trpc/next': 213 213 specifier: 11.4.4 214 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 214 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 215 215 '@trpc/react-query': 216 216 specifier: 11.4.4 217 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 217 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 218 218 '@trpc/server': 219 219 specifier: 11.4.4 220 - version: 11.4.4(typescript@5.7.2) 220 + version: 11.4.4(typescript@5.9.3) 221 221 '@trpc/tanstack-react-query': 222 222 specifier: 11.4.4 223 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 223 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 224 224 '@unkey/api': 225 225 specifier: 2.2.0 226 226 version: 2.2.0 ··· 244 244 version: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 245 245 next-auth: 246 246 specifier: 5.0.0-beta.29 247 - version: 5.0.0-beta.29(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 247 + version: 5.0.0-beta.29(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 248 248 next-themes: 249 249 specifier: 0.4.6 250 250 version: 0.4.6(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 251 251 nuqs: 252 - specifier: 2.4.3 253 - version: 2.4.3(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 252 + specifier: 2.8.5 253 + version: 2.8.5(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 254 254 random-word-slugs: 255 255 specifier: 0.1.7 256 256 version: 0.1.7 ··· 264 264 specifier: 19.2.2 265 265 version: 19.2.2(react@19.2.2) 266 266 react-hook-form: 267 - specifier: 7.66.1 268 - version: 7.66.1(react@19.2.2) 267 + specifier: 7.68.0 268 + version: 7.68.0(react@19.2.2) 269 269 recharts: 270 270 specifier: 2.15.0 271 271 version: 2.15.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2) ··· 320 320 version: 19.2.2(@types/react@19.2.2) 321 321 shadcn: 322 322 specifier: 2.7.0 323 - version: 2.7.0(@types/node@24.0.8)(typescript@5.7.2) 323 + version: 2.7.0(@types/node@24.0.8)(typescript@5.9.3) 324 324 tailwindcss: 325 325 specifier: 4.1.8 326 326 version: 4.1.8 ··· 328 328 specifier: 1.3.4 329 329 version: 1.3.4 330 330 typescript: 331 - specifier: 5.7.2 332 - version: 5.7.2 331 + specifier: 5.9.3 332 + version: 5.9.3 333 333 334 334 apps/docs: 335 335 dependencies: 336 336 '@astrojs/check': 337 337 specifier: 0.9.4 338 - version: 0.9.4(prettier@3.6.2)(typescript@5.7.2) 338 + version: 0.9.4(prettier@3.6.2)(typescript@5.9.3) 339 339 '@astrojs/react': 340 340 specifier: 4.3.1 341 341 version: 4.3.1(@types/node@24.10.1)(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(jiti@2.6.1)(lightningcss@1.30.1)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(terser@5.44.1)(yaml@2.8.1) ··· 344 344 version: 3.5.1 345 345 '@astrojs/starlight': 346 346 specifier: 0.35.2 347 - version: 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 347 + version: 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 348 348 '@astrojs/starlight-tailwind': 349 349 specifier: 4.0.1 350 - version: 4.0.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)))(tailwindcss@4.1.8) 350 + version: 4.0.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)))(tailwindcss@4.1.8) 351 351 '@fontsource-variable/inter': 352 352 specifier: 5.2.8 353 353 version: 5.2.8 354 354 '@openpanel/astro': 355 355 specifier: 1.0.1 356 - version: 1.0.1(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 356 + version: 1.0.1(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 357 357 '@tailwindcss/vite': 358 358 specifier: 4.1.8 359 359 version: 4.1.8(vite@6.4.1(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.1)(yaml@2.8.1)) 360 360 astro: 361 361 specifier: 5.13.7 362 - version: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 362 + version: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 363 363 sharp: 364 364 specifier: 0.33.5 365 365 version: 0.33.5 366 366 starlight-image-zoom: 367 367 specifier: 0.13.0 368 - version: 0.13.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))) 368 + version: 0.13.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))) 369 369 starlight-links-validator: 370 370 specifier: 0.17.2 371 - version: 0.17.2(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))) 371 + version: 0.17.2(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))) 372 372 starlight-llms-txt: 373 373 specifier: 0.5.1 374 - version: 0.5.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 374 + version: 0.5.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 375 375 starlight-showcases: 376 376 specifier: 0.3.0 377 - version: 0.3.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 377 + version: 0.3.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 378 378 starlight-sidebar-topics: 379 379 specifier: 0.6.0 380 - version: 0.6.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))) 380 + version: 0.6.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))) 381 381 tailwindcss: 382 382 specifier: 4.1.8 383 383 version: 4.1.8 ··· 389 389 specifier: 1.2.26 390 390 version: 1.2.26 391 391 typescript: 392 - specifier: 5.7.2 393 - version: 5.7.2 392 + specifier: 5.9.3 393 + version: 5.9.3 394 394 395 395 apps/screenshot-service: 396 396 dependencies: ··· 408 408 version: link:../../packages/utils 409 409 '@t3-oss/env-core': 410 410 specifier: 0.7.1 411 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 411 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 412 412 '@upstash/qstash': 413 413 specifier: 2.6.2 414 414 version: 2.6.2 ··· 426 426 specifier: workspace:* 427 427 version: link:../../packages/tsconfig 428 428 typescript: 429 - specifier: 5.7.2 430 - version: 5.7.2 429 + specifier: 5.9.3 430 + version: 5.9.3 431 431 432 432 apps/server: 433 433 dependencies: ··· 481 481 version: 0.8.5(hono@4.5.3) 482 482 '@t3-oss/env-core': 483 483 specifier: 0.7.1 484 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 484 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 485 485 '@unkey/api': 486 486 specifier: 2.2.0 487 487 version: 2.2.0 ··· 542 542 version: 4.4.0(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 543 543 '@hookform/resolvers': 544 544 specifier: 4.1.3 545 - version: 4.1.3(react-hook-form@7.66.1(react@19.2.2)) 545 + version: 4.1.3(react-hook-form@7.68.0(react@19.2.2)) 546 546 '@libsql/client': 547 547 specifier: 0.15.14 548 548 version: 0.15.14 ··· 637 637 specifier: 1.2.7 638 638 version: 1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 639 639 '@sentry/nextjs': 640 - specifier: 10.22.0 641 - version: 10.22.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0) 640 + specifier: 10.31.0 641 + version: 10.31.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0) 642 642 '@stripe/stripe-js': 643 643 specifier: 2.1.6 644 644 version: 2.1.6 ··· 650 650 version: 8.21.3(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 651 651 '@trpc/client': 652 652 specifier: 11.4.4 653 - version: 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 653 + version: 11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3) 654 654 '@trpc/next': 655 655 specifier: 11.4.4 656 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 656 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 657 657 '@trpc/react-query': 658 658 specifier: 11.4.4 659 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 659 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 660 660 '@trpc/server': 661 661 specifier: 11.4.4 662 - version: 11.4.4(typescript@5.7.2) 662 + version: 11.4.4(typescript@5.9.3) 663 663 '@trpc/tanstack-react-query': 664 664 specifier: 11.4.4 665 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 665 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 666 666 class-variance-authority: 667 667 specifier: 0.7.1 668 668 version: 0.7.1 ··· 683 683 version: 0.525.0(react@19.2.2) 684 684 next: 685 685 specifier: 16.0.10 686 - version: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 686 + version: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 687 687 next-auth: 688 688 specifier: 5.0.0-beta.29 689 689 version: 5.0.0-beta.29(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 690 690 next-plausible: 691 - specifier: 3.12.4 692 - version: 3.12.4(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 691 + specifier: 3.12.5 692 + version: 3.12.5(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 693 693 next-themes: 694 694 specifier: 0.4.6 695 695 version: 0.4.6(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 696 696 nuqs: 697 - specifier: 2.4.3 698 - version: 2.4.3(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 697 + specifier: 2.8.5 698 + version: 2.8.5(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 699 699 react: 700 700 specifier: 19.2.2 701 701 version: 19.2.2 ··· 706 706 specifier: 19.2.2 707 707 version: 19.2.2(react@19.2.2) 708 708 react-hook-form: 709 - specifier: 7.66.1 710 - version: 7.66.1(react@19.2.2) 709 + specifier: 7.68.0 710 + version: 7.68.0(react@19.2.2) 711 711 recharts: 712 712 specifier: 2.15.0 713 713 version: 2.15.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2) ··· 762 762 version: 19.2.2(@types/react@19.2.2) 763 763 shadcn: 764 764 specifier: 2.7.0 765 - version: 2.7.0(@types/node@24.0.8)(typescript@5.7.2) 765 + version: 2.7.0(@types/node@24.0.8)(typescript@5.9.3) 766 766 tailwindcss: 767 767 specifier: 4.1.11 768 768 version: 4.1.11 ··· 770 770 specifier: 1.3.4 771 771 version: 1.3.4 772 772 typescript: 773 - specifier: 5.7.2 774 - version: 5.7.2 773 + specifier: 5.9.3 774 + version: 5.9.3 775 775 776 776 apps/web: 777 777 dependencies: ··· 786 786 version: 4.0.1 787 787 '@hookform/resolvers': 788 788 specifier: 4.1.3 789 - version: 4.1.3(react-hook-form@7.66.1(react@19.2.2)) 789 + version: 4.1.3(react-hook-form@7.68.0(react@19.2.2)) 790 790 '@libsql/client': 791 791 specifier: 0.15.14 792 792 version: 0.15.14 ··· 873 873 version: 2.1.6 874 874 '@t3-oss/env-nextjs': 875 875 specifier: 0.7.0 876 - version: 0.7.0(typescript@5.7.2)(zod@3.25.76) 876 + version: 0.7.0(typescript@5.9.3)(zod@3.25.76) 877 877 '@tailwindcss/container-queries': 878 878 specifier: 0.1.1 879 879 version: 0.1.1(tailwindcss@4.1.8) ··· 891 891 version: 8.21.3(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 892 892 '@trpc/client': 893 893 specifier: 11.4.4 894 - version: 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 894 + version: 11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3) 895 895 '@trpc/next': 896 896 specifier: 11.4.4 897 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 897 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 898 898 '@trpc/react-query': 899 899 specifier: 11.4.4 900 - version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 900 + version: 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 901 901 '@trpc/server': 902 902 specifier: 11.4.4 903 - version: 11.4.4(typescript@5.7.2) 903 + version: 11.4.4(typescript@5.9.3) 904 904 '@upstash/qstash': 905 905 specifier: 2.6.2 906 906 version: 2.6.2 ··· 939 939 version: 5.0.7 940 940 next: 941 941 specifier: 16.0.10 942 - version: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 942 + version: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 943 943 next-auth: 944 944 specifier: 5.0.0-beta.29 945 945 version: 5.0.0-beta.29(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) ··· 947 947 specifier: 5.0.0 948 948 version: 5.0.0(@types/react@19.2.2)(react@19.2.2) 949 949 next-plausible: 950 - specifier: 3.12.4 951 - version: 3.12.4(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 950 + specifier: 3.12.5 951 + version: 3.12.5(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 952 952 next-themes: 953 953 specifier: 0.4.6 954 954 version: 0.4.6(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 955 955 nuqs: 956 - specifier: 2.4.3 957 - version: 2.4.3(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 956 + specifier: 2.8.5 957 + version: 2.8.5(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 958 958 random-word-slugs: 959 959 specifier: 0.1.7 960 960 version: 0.1.7 ··· 968 968 specifier: 19.2.2 969 969 version: 19.2.2(react@19.2.2) 970 970 react-hook-form: 971 - specifier: 7.66.1 972 - version: 7.66.1(react@19.2.2) 971 + specifier: 7.68.0 972 + version: 7.68.0(react@19.2.2) 973 973 react-medium-image-zoom: 974 974 specifier: 5.4.0 975 975 version: 5.4.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2) ··· 1041 1041 specifier: 4.1.8 1042 1042 version: 4.1.8 1043 1043 typescript: 1044 - specifier: 5.7.2 1045 - version: 5.7.2 1044 + specifier: 5.9.3 1045 + version: 5.9.3 1046 1046 unified: 1047 1047 specifier: 11.0.5 1048 1048 version: 11.0.5 ··· 1117 1117 version: 2.6.2 1118 1118 drizzle-orm: 1119 1119 specifier: 0.44.4 1120 - version: 0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.5)(bun-types@1.3.4) 1120 + version: 0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.6)(bun-types@1.3.4) 1121 1121 effect: 1122 1122 specifier: 3.19.12 1123 1123 version: 3.19.12 ··· 1138 1138 specifier: latest 1139 1139 version: 1.3.4 1140 1140 typescript: 1141 - specifier: 5.7.2 1142 - version: 5.7.2 1141 + specifier: 5.9.3 1142 + version: 5.9.3 1143 1143 1144 1144 packages/analytics: 1145 1145 dependencies: ··· 1148 1148 version: 1.0.0 1149 1149 '@t3-oss/env-core': 1150 1150 specifier: 0.7.1 1151 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1151 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1152 1152 zod: 1153 1153 specifier: 3.25.76 1154 1154 version: 3.25.76 ··· 1160 1160 specifier: 22.10.2 1161 1161 version: 22.10.2 1162 1162 typescript: 1163 - specifier: 5.7.2 1164 - version: 5.7.2 1163 + specifier: 5.9.3 1164 + version: 5.9.3 1165 1165 1166 1166 packages/api: 1167 1167 dependencies: ··· 1200 1200 version: link:../utils 1201 1201 '@t3-oss/env-core': 1202 1202 specifier: 0.7.1 1203 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1203 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1204 1204 '@trpc/client': 1205 1205 specifier: 11.4.4 1206 - version: 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 1206 + version: 11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3) 1207 1207 '@trpc/server': 1208 1208 specifier: 11.4.4 1209 - version: 11.4.4(typescript@5.7.2) 1209 + version: 11.4.4(typescript@5.9.3) 1210 1210 '@unkey/api': 1211 1211 specifier: 2.2.0 1212 1212 version: 2.2.0 ··· 1224 1224 version: 5.0.0-beta.1 1225 1225 next: 1226 1226 specifier: 16.0.10 1227 - version: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1227 + version: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1228 1228 random-word-slugs: 1229 1229 specifier: 0.1.7 1230 1230 version: 0.1.7 ··· 1251 1251 specifier: 1.0.8 1252 1252 version: 1.0.8 1253 1253 typescript: 1254 - specifier: 5.7.2 1255 - version: 5.7.2 1254 + specifier: 5.9.3 1255 + version: 5.9.3 1256 1256 1257 1257 packages/assertions: 1258 1258 dependencies: ··· 1264 1264 specifier: workspace:* 1265 1265 version: link:../tsconfig 1266 1266 typescript: 1267 - specifier: 5.7.2 1268 - version: 5.7.2 1267 + specifier: 5.9.3 1268 + version: 5.9.3 1269 1269 zod: 1270 1270 specifier: 3.25.76 1271 1271 version: 3.25.76 ··· 1286 1286 version: link:../theme-store 1287 1287 '@t3-oss/env-core': 1288 1288 specifier: 0.7.1 1289 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1289 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1290 1290 drizzle-orm: 1291 1291 specifier: 0.44.4 1292 - version: 0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.5)(bun-types@1.3.4) 1292 + version: 0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.6)(bun-types@1.3.4) 1293 1293 drizzle-zod: 1294 1294 specifier: 0.5.1 1295 - version: 0.5.1(drizzle-orm@0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.5)(bun-types@1.3.4))(zod@3.25.76) 1295 + version: 0.5.1(drizzle-orm@0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.6)(bun-types@1.3.4))(zod@3.25.76) 1296 1296 zod: 1297 1297 specifier: 3.25.76 1298 1298 version: 3.25.76 ··· 1310 1310 specifier: 5.0.0-beta.29 1311 1311 version: 5.0.0-beta.29(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2) 1312 1312 typescript: 1313 - specifier: 5.7.2 1314 - version: 5.7.2 1313 + specifier: 5.9.3 1314 + version: 5.9.3 1315 1315 1316 1316 packages/emails: 1317 1317 dependencies: ··· 1320 1320 version: 0.1.0(react@19.2.2) 1321 1321 '@react-email/components': 1322 1322 specifier: 0.5.7 1323 - version: 0.5.7(react-dom@19.0.0(react@19.0.0))(react@19.2.2) 1323 + version: 0.5.7(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1324 1324 '@react-email/head': 1325 1325 specifier: 0.0.12 1326 1326 version: 0.0.12(react@19.2.2) ··· 1329 1329 version: 0.0.11(react@19.2.2) 1330 1330 '@react-email/render': 1331 1331 specifier: 1.4.0 1332 - version: 1.4.0(react-dom@19.0.0(react@19.0.0))(react@19.2.2) 1332 + version: 1.4.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1333 1333 '@react-email/tailwind': 1334 1334 specifier: 1.0.5 1335 1335 version: 1.0.5(react@19.2.2) 1336 1336 '@t3-oss/env-core': 1337 1337 specifier: 0.7.1 1338 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1338 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1339 1339 react-email: 1340 1340 specifier: 4.3.1 1341 1341 version: 4.3.1 1342 1342 resend: 1343 1343 specifier: 4.6.0 1344 - version: 4.6.0(react-dom@19.0.0(react@19.0.0))(react@19.2.2) 1344 + version: 4.6.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1345 1345 zod: 1346 1346 specifier: 3.25.76 1347 1347 version: 3.25.76 ··· 1350 1350 specifier: workspace:* 1351 1351 version: link:../tsconfig 1352 1352 '@react-email/preview-server': 1353 - specifier: 4.3.1 1354 - version: 4.3.1(@emotion/is-prop-valid@1.4.0)(@opentelemetry/api@1.9.0)(postcss@8.4.38)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 1353 + specifier: 5.0.8 1354 + version: 5.0.8(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1355 1355 '@types/node': 1356 1356 specifier: 22.10.2 1357 1357 version: 22.10.2 ··· 1362 1362 specifier: 19.2.2 1363 1363 version: 19.2.2 1364 1364 typescript: 1365 - specifier: 5.7.2 1366 - version: 5.7.2 1365 + specifier: 5.9.3 1366 + version: 5.9.3 1367 1367 1368 1368 packages/error: 1369 1369 dependencies: ··· 1375 1375 specifier: workspace:* 1376 1376 version: link:../tsconfig 1377 1377 typescript: 1378 - specifier: 5.7.2 1379 - version: 5.7.2 1378 + specifier: 5.9.3 1379 + version: 5.9.3 1380 1380 1381 1381 packages/header-analysis: 1382 1382 devDependencies: ··· 1384 1384 specifier: workspace:* 1385 1385 version: link:../tsconfig 1386 1386 typescript: 1387 - specifier: 5.7.2 1388 - version: 5.7.2 1387 + specifier: 5.9.3 1388 + version: 5.9.3 1389 1389 1390 1390 packages/icons: 1391 1391 dependencies: ··· 1406 1406 specifier: 19.2.2 1407 1407 version: 19.2.2(@types/react@19.2.2) 1408 1408 typescript: 1409 - specifier: 5.7.2 1410 - version: 5.7.2 1409 + specifier: 5.9.3 1410 + version: 5.9.3 1411 1411 1412 1412 packages/notifications/discord: 1413 1413 dependencies: ··· 1428 1428 specifier: 1.3.1 1429 1429 version: 1.3.1(@types/react@19.2.2) 1430 1430 typescript: 1431 - specifier: 5.7.2 1432 - version: 5.7.2 1431 + specifier: 5.9.3 1432 + version: 5.9.3 1433 1433 1434 1434 packages/notifications/email: 1435 1435 dependencies: ··· 1456 1456 version: 1.4.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1457 1457 '@t3-oss/env-core': 1458 1458 specifier: 0.7.0 1459 - version: 0.7.0(typescript@5.7.2)(zod@3.25.76) 1459 + version: 0.7.0(typescript@5.9.3)(zod@3.25.76) 1460 1460 react-dom: 1461 1461 specifier: 19.2.2 1462 1462 version: 19.2.2(react@19.2.2) ··· 1480 1480 specifier: 1.3.1 1481 1481 version: 1.3.1(@types/react@19.2.2) 1482 1482 typescript: 1483 - specifier: 5.7.2 1484 - version: 5.7.2 1483 + specifier: 5.9.3 1484 + version: 5.9.3 1485 1485 1486 1486 packages/notifications/ntfy: 1487 1487 dependencies: ··· 1502 1502 specifier: 1.3.1 1503 1503 version: 1.3.1(@types/react@19.2.2) 1504 1504 typescript: 1505 - specifier: 5.7.2 1506 - version: 5.7.2 1505 + specifier: 5.9.3 1506 + version: 5.9.3 1507 1507 1508 1508 packages/notifications/opsgenie: 1509 1509 dependencies: ··· 1512 1512 version: link:../../db 1513 1513 '@t3-oss/env-core': 1514 1514 specifier: 0.7.1 1515 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1515 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1516 1516 '@types/validator': 1517 1517 specifier: 13.11.6 1518 1518 version: 13.11.6 ··· 1539 1539 specifier: 1.3.1 1540 1540 version: 1.3.1(@types/react@19.2.2) 1541 1541 typescript: 1542 - specifier: 5.7.2 1543 - version: 5.7.2 1542 + specifier: 5.9.3 1543 + version: 5.9.3 1544 1544 1545 1545 packages/notifications/pagerduty: 1546 1546 dependencies: ··· 1549 1549 version: link:../../db 1550 1550 '@t3-oss/env-core': 1551 1551 specifier: 0.7.1 1552 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1552 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1553 1553 '@types/validator': 1554 1554 specifier: 13.11.6 1555 1555 version: 13.11.6 ··· 1576 1576 specifier: 1.3.1 1577 1577 version: 1.3.1(@types/react@19.2.2) 1578 1578 typescript: 1579 - specifier: 5.7.2 1580 - version: 5.7.2 1579 + specifier: 5.9.3 1580 + version: 5.9.3 1581 1581 1582 1582 packages/notifications/slack: 1583 1583 dependencies: ··· 1598 1598 specifier: 1.3.1 1599 1599 version: 1.3.1(@types/react@19.2.2) 1600 1600 typescript: 1601 - specifier: 5.7.2 1602 - version: 5.7.2 1601 + specifier: 5.9.3 1602 + version: 5.9.3 1603 1603 1604 1604 packages/notifications/telegram: 1605 1605 dependencies: ··· 1620 1620 specifier: 1.3.1 1621 1621 version: 1.3.1(@types/react@19.2.2) 1622 1622 typescript: 1623 - specifier: 5.7.2 1624 - version: 5.7.2 1623 + specifier: 5.9.3 1624 + version: 5.9.3 1625 1625 1626 1626 packages/notifications/twillio-sms: 1627 1627 dependencies: ··· 1630 1630 version: link:../../db 1631 1631 '@t3-oss/env-core': 1632 1632 specifier: 0.7.1 1633 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1633 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1634 1634 validator: 1635 1635 specifier: 13.12.0 1636 1636 version: 13.12.0 ··· 1651 1651 specifier: 1.3.1 1652 1652 version: 1.3.1(@types/react@19.2.2) 1653 1653 typescript: 1654 - specifier: 5.7.2 1655 - version: 5.7.2 1654 + specifier: 5.9.3 1655 + version: 5.9.3 1656 1656 1657 1657 packages/notifications/twillio-whatsapp: 1658 1658 dependencies: ··· 1661 1661 version: link:../../db 1662 1662 '@t3-oss/env-core': 1663 1663 specifier: 0.7.1 1664 - version: 0.7.1(typescript@5.7.2)(zod@3.25.76) 1664 + version: 0.7.1(typescript@5.9.3)(zod@3.25.76) 1665 1665 validator: 1666 1666 specifier: 13.12.0 1667 1667 version: 13.12.0 ··· 1682 1682 specifier: 1.3.1 1683 1683 version: 1.3.1(@types/react@19.2.2) 1684 1684 typescript: 1685 - specifier: 5.7.2 1686 - version: 5.7.2 1685 + specifier: 5.9.3 1686 + version: 5.9.3 1687 1687 1688 1688 packages/notifications/webhook: 1689 1689 dependencies: ··· 1707 1707 specifier: 1.3.1 1708 1708 version: 1.3.1(@types/react@19.2.2) 1709 1709 typescript: 1710 - specifier: 5.7.2 1711 - version: 5.7.2 1710 + specifier: 5.9.3 1711 + version: 5.9.3 1712 1712 1713 1713 packages/proto: 1714 1714 devDependencies: ··· 1739 1739 version: 4.1.8 1740 1740 tsup: 1741 1741 specifier: 7.2.0 1742 - version: 7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.7.2))(typescript@5.7.2) 1742 + version: 7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.9.3))(typescript@5.9.3) 1743 1743 typescript: 1744 - specifier: 5.7.2 1745 - version: 5.7.2 1744 + specifier: 5.9.3 1745 + version: 5.9.3 1746 1746 1747 1747 packages/regions: 1748 1748 dependencies: ··· 1754 1754 specifier: workspace:* 1755 1755 version: link:../tsconfig 1756 1756 typescript: 1757 - specifier: 5.7.2 1758 - version: 5.7.2 1757 + specifier: 5.9.3 1758 + version: 5.9.3 1759 1759 1760 1760 packages/theme-store: 1761 1761 devDependencies: ··· 1763 1763 specifier: workspace:* 1764 1764 version: link:../tsconfig 1765 1765 typescript: 1766 - specifier: 5.7.2 1767 - version: 5.7.2 1766 + specifier: 5.9.3 1767 + version: 5.9.3 1768 1768 1769 1769 packages/tinybird: 1770 1770 dependencies: ··· 1785 1785 specifier: 22.10.2 1786 1786 version: 22.10.2 1787 1787 typescript: 1788 - specifier: 5.7.2 1789 - version: 5.7.2 1788 + specifier: 5.9.3 1789 + version: 5.9.3 1790 1790 1791 1791 packages/tracker: 1792 1792 dependencies: ··· 1804 1804 specifier: workspace:* 1805 1805 version: link:../tsconfig 1806 1806 typescript: 1807 - specifier: 5.7.2 1808 - version: 5.7.2 1807 + specifier: 5.9.3 1808 + version: 5.9.3 1809 1809 1810 1810 packages/tsconfig: {} 1811 1811 ··· 1825 1825 version: 3.2.2(react@19.2.2) 1826 1826 '@hookform/resolvers': 1827 1827 specifier: 4.1.3 1828 - version: 4.1.3(react-hook-form@7.66.1(react@19.2.2)) 1828 + version: 4.1.3(react-hook-form@7.68.0(react@19.2.2)) 1829 1829 '@radix-ui/react-accordion': 1830 1830 specifier: 1.2.2 1831 - version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1831 + version: 1.2.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1832 1832 '@radix-ui/react-alert-dialog': 1833 1833 specifier: 1.1.4 1834 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1834 + version: 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1835 1835 '@radix-ui/react-avatar': 1836 1836 specifier: 1.1.2 1837 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1837 + version: 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1838 1838 '@radix-ui/react-checkbox': 1839 1839 specifier: 1.1.3 1840 - version: 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1840 + version: 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1841 1841 '@radix-ui/react-collapsible': 1842 1842 specifier: 1.1.2 1843 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1843 + version: 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1844 1844 '@radix-ui/react-context-menu': 1845 1845 specifier: 2.2.4 1846 - version: 2.2.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1846 + version: 2.2.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1847 1847 '@radix-ui/react-dialog': 1848 1848 specifier: 1.1.4 1849 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1849 + version: 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1850 1850 '@radix-ui/react-dropdown-menu': 1851 1851 specifier: 2.1.4 1852 - version: 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1852 + version: 2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1853 1853 '@radix-ui/react-hover-card': 1854 1854 specifier: 1.1.4 1855 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1855 + version: 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1856 1856 '@radix-ui/react-label': 1857 1857 specifier: 2.1.1 1858 - version: 2.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1858 + version: 2.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1859 1859 '@radix-ui/react-navigation-menu': 1860 1860 specifier: 1.2.3 1861 - version: 1.2.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1861 + version: 1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1862 1862 '@radix-ui/react-popover': 1863 1863 specifier: 1.1.4 1864 - version: 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1864 + version: 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1865 1865 '@radix-ui/react-progress': 1866 1866 specifier: 1.1.1 1867 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1867 + version: 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1868 1868 '@radix-ui/react-radio-group': 1869 1869 specifier: 1.2.2 1870 - version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1870 + version: 1.2.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1871 1871 '@radix-ui/react-select': 1872 1872 specifier: 2.1.4 1873 - version: 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1873 + version: 2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1874 1874 '@radix-ui/react-separator': 1875 1875 specifier: 1.1.1 1876 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1876 + version: 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1877 1877 '@radix-ui/react-slider': 1878 1878 specifier: 1.2.2 1879 - version: 1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1879 + version: 1.2.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1880 1880 '@radix-ui/react-slot': 1881 1881 specifier: 1.1.1 1882 1882 version: 1.1.1(@types/react@19.2.2)(react@19.2.2) 1883 1883 '@radix-ui/react-switch': 1884 1884 specifier: 1.1.2 1885 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1885 + version: 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1886 1886 '@radix-ui/react-tabs': 1887 1887 specifier: 1.1.2 1888 - version: 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1888 + version: 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1889 1889 '@radix-ui/react-toggle': 1890 1890 specifier: 1.1.1 1891 - version: 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1891 + version: 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1892 1892 '@radix-ui/react-tooltip': 1893 1893 specifier: 1.1.6 1894 - version: 1.1.6(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1894 + version: 1.1.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1895 1895 class-variance-authority: 1896 1896 specifier: 0.7.1 1897 1897 version: 0.7.1 ··· 1900 1900 version: 2.1.1 1901 1901 cmdk: 1902 1902 specifier: 1.0.4 1903 - version: 1.0.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1903 + version: 1.0.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1904 1904 date-fns: 1905 1905 specifier: 2.30.0 1906 1906 version: 2.30.0 ··· 1912 1912 version: 3.5.0 1913 1913 next: 1914 1914 specifier: 16.0.10 1915 - version: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1915 + version: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 1916 1916 next-themes: 1917 1917 specifier: 0.2.1 1918 1918 version: 0.2.1(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2) ··· 1923 1923 specifier: 8.10.1 1924 1924 version: 8.10.1(date-fns@2.30.0)(react@19.2.2) 1925 1925 react-hook-form: 1926 - specifier: 7.66.1 1927 - version: 7.66.1(react@19.2.2) 1926 + specifier: 7.68.0 1927 + version: 7.68.0(react@19.2.2) 1928 1928 recharts: 1929 1929 specifier: 2.15.0 1930 1930 version: 2.15.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2) ··· 1957 1957 specifier: 19.2.2 1958 1958 version: 19.2.2 1959 1959 '@types/react-dom': 1960 - specifier: 19.1.9 1961 - version: 19.1.9(@types/react@19.2.2) 1960 + specifier: 19.2.2 1961 + version: 19.2.2(@types/react@19.2.2) 1962 1962 tailwindcss: 1963 1963 specifier: 4.1.8 1964 1964 version: 4.1.8 1965 1965 typescript: 1966 - specifier: 5.7.2 1967 - version: 5.7.2 1966 + specifier: 5.9.3 1967 + version: 5.9.3 1968 1968 1969 1969 packages/upstash: 1970 1970 dependencies: ··· 1989 1989 version: 22.10.2 1990 1990 tsup: 1991 1991 specifier: 7.2.0 1992 - version: 7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))(typescript@5.7.2) 1992 + version: 7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.9.3))(typescript@5.9.3) 1993 1993 typescript: 1994 - specifier: 5.7.2 1995 - version: 5.7.2 1994 + specifier: 5.9.3 1995 + version: 5.9.3 1996 1996 1997 1997 packages/utils: 1998 1998 dependencies: ··· 2013 2013 specifier: workspace:* 2014 2014 version: link:../tsconfig 2015 2015 typescript: 2016 - specifier: 5.7.2 2017 - version: 5.7.2 2016 + specifier: 5.9.3 2017 + version: 5.9.3 2018 2018 2019 2019 packages: 2020 2020 ··· 2325 2325 resolution: {integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==} 2326 2326 engines: {node: '>=6.9.0'} 2327 2327 2328 - '@babel/core@7.26.10': 2329 - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} 2330 - engines: {node: '>=6.9.0'} 2331 - 2332 2328 '@babel/core@7.28.5': 2333 2329 resolution: {integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==} 2334 2330 engines: {node: '>=6.9.0'} ··· 2403 2399 resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} 2404 2400 engines: {node: '>=6.9.0'} 2405 2401 2406 - '@babel/parser@7.27.0': 2407 - resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} 2408 - engines: {node: '>=6.0.0'} 2409 - hasBin: true 2410 - 2411 2402 '@babel/parser@7.28.5': 2412 2403 resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==} 2413 2404 engines: {node: '>=6.0.0'} ··· 2447 2438 2448 2439 '@babel/template@7.27.2': 2449 2440 resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} 2450 - engines: {node: '>=6.9.0'} 2451 - 2452 - '@babel/traverse@7.27.0': 2453 - resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} 2454 2441 engines: {node: '>=6.9.0'} 2455 2442 2456 2443 '@babel/traverse@7.28.5': ··· 2687 2674 '@emmetio/stream-reader@2.2.0': 2688 2675 resolution: {integrity: sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==} 2689 2676 2677 + '@emnapi/core@1.7.1': 2678 + resolution: {integrity: sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==} 2679 + 2690 2680 '@emnapi/runtime@1.7.1': 2691 2681 resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==} 2682 + 2683 + '@emnapi/wasi-threads@1.1.0': 2684 + resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==} 2692 2685 2693 2686 '@emotion/babel-plugin@11.13.5': 2694 2687 resolution: {integrity: sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==} ··· 2744 2737 '@emotion/weak-memoize@0.4.0': 2745 2738 resolution: {integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==} 2746 2739 2747 - '@ericcornelissen/bash-parser@0.5.2': 2748 - resolution: {integrity: sha512-4pIMTa1nEFfMXitv7oaNEWOdM+zpOZavesa5GaiWTgda6Zk32CFGxjUp/iIaN0PwgUW1yTq/fztSjbpE8SLGZQ==} 2749 - engines: {node: '>=4'} 2750 - 2751 2740 '@esbuild-kit/core-utils@3.3.2': 2752 2741 resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} 2753 2742 deprecated: 'Merged into tsx: https://tsx.is' ··· 2756 2745 resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} 2757 2746 deprecated: 'Merged into tsx: https://tsx.is' 2758 2747 2759 - '@esbuild/aix-ppc64@0.25.10': 2760 - resolution: {integrity: sha512-0NFWnA+7l41irNuaSVlLfgNT12caWJVLzp5eAVhZ0z1qpxbockccEt3s+149rE64VUI3Ml2zt8Nv5JVc4QXTsw==} 2761 - engines: {node: '>=18'} 2762 - cpu: [ppc64] 2763 - os: [aix] 2764 - 2765 2748 '@esbuild/aix-ppc64@0.25.12': 2766 2749 resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==} 2767 2750 engines: {node: '>=18'} ··· 2774 2757 cpu: [arm64] 2775 2758 os: [android] 2776 2759 2777 - '@esbuild/android-arm64@0.25.10': 2778 - resolution: {integrity: sha512-LSQa7eDahypv/VO6WKohZGPSJDq5OVOo3UoFR1E4t4Gj1W7zEQMUhI+lo81H+DtB+kP+tDgBp+M4oNCwp6kffg==} 2779 - engines: {node: '>=18'} 2780 - cpu: [arm64] 2781 - os: [android] 2782 - 2783 2760 '@esbuild/android-arm64@0.25.12': 2784 2761 resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==} 2785 2762 engines: {node: '>=18'} ··· 2792 2769 cpu: [arm] 2793 2770 os: [android] 2794 2771 2795 - '@esbuild/android-arm@0.25.10': 2796 - resolution: {integrity: sha512-dQAxF1dW1C3zpeCDc5KqIYuZ1tgAdRXNoZP7vkBIRtKZPYe2xVr/d3SkirklCHudW1B45tGiUlz2pUWDfbDD4w==} 2797 - engines: {node: '>=18'} 2798 - cpu: [arm] 2799 - os: [android] 2800 - 2801 2772 '@esbuild/android-arm@0.25.12': 2802 2773 resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==} 2803 2774 engines: {node: '>=18'} ··· 2810 2781 cpu: [x64] 2811 2782 os: [android] 2812 2783 2813 - '@esbuild/android-x64@0.25.10': 2814 - resolution: {integrity: sha512-MiC9CWdPrfhibcXwr39p9ha1x0lZJ9KaVfvzA0Wxwz9ETX4v5CHfF09bx935nHlhi+MxhA63dKRRQLiVgSUtEg==} 2815 - engines: {node: '>=18'} 2816 - cpu: [x64] 2817 - os: [android] 2818 - 2819 2784 '@esbuild/android-x64@0.25.12': 2820 2785 resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==} 2821 2786 engines: {node: '>=18'} ··· 2828 2793 cpu: [arm64] 2829 2794 os: [darwin] 2830 2795 2831 - '@esbuild/darwin-arm64@0.25.10': 2832 - resolution: {integrity: sha512-JC74bdXcQEpW9KkV326WpZZjLguSZ3DfS8wrrvPMHgQOIEIG/sPXEN/V8IssoJhbefLRcRqw6RQH2NnpdprtMA==} 2833 - engines: {node: '>=18'} 2834 - cpu: [arm64] 2835 - os: [darwin] 2836 - 2837 2796 '@esbuild/darwin-arm64@0.25.12': 2838 2797 resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==} 2839 2798 engines: {node: '>=18'} ··· 2846 2805 cpu: [x64] 2847 2806 os: [darwin] 2848 2807 2849 - '@esbuild/darwin-x64@0.25.10': 2850 - resolution: {integrity: sha512-tguWg1olF6DGqzws97pKZ8G2L7Ig1vjDmGTwcTuYHbuU6TTjJe5FXbgs5C1BBzHbJ2bo1m3WkQDbWO2PvamRcg==} 2851 - engines: {node: '>=18'} 2852 - cpu: [x64] 2853 - os: [darwin] 2854 - 2855 2808 '@esbuild/darwin-x64@0.25.12': 2856 2809 resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==} 2857 2810 engines: {node: '>=18'} ··· 2864 2817 cpu: [arm64] 2865 2818 os: [freebsd] 2866 2819 2867 - '@esbuild/freebsd-arm64@0.25.10': 2868 - resolution: {integrity: sha512-3ZioSQSg1HT2N05YxeJWYR+Libe3bREVSdWhEEgExWaDtyFbbXWb49QgPvFH8u03vUPX10JhJPcz7s9t9+boWg==} 2869 - engines: {node: '>=18'} 2870 - cpu: [arm64] 2871 - os: [freebsd] 2872 - 2873 2820 '@esbuild/freebsd-arm64@0.25.12': 2874 2821 resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==} 2875 2822 engines: {node: '>=18'} ··· 2882 2829 cpu: [x64] 2883 2830 os: [freebsd] 2884 2831 2885 - '@esbuild/freebsd-x64@0.25.10': 2886 - resolution: {integrity: sha512-LLgJfHJk014Aa4anGDbh8bmI5Lk+QidDmGzuC2D+vP7mv/GeSN+H39zOf7pN5N8p059FcOfs2bVlrRr4SK9WxA==} 2887 - engines: {node: '>=18'} 2888 - cpu: [x64] 2889 - os: [freebsd] 2890 - 2891 2832 '@esbuild/freebsd-x64@0.25.12': 2892 2833 resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==} 2893 2834 engines: {node: '>=18'} ··· 2900 2841 cpu: [arm64] 2901 2842 os: [linux] 2902 2843 2903 - '@esbuild/linux-arm64@0.25.10': 2904 - resolution: {integrity: sha512-5luJWN6YKBsawd5f9i4+c+geYiVEw20FVW5x0v1kEMWNq8UctFjDiMATBxLvmmHA4bf7F6hTRaJgtghFr9iziQ==} 2905 - engines: {node: '>=18'} 2906 - cpu: [arm64] 2907 - os: [linux] 2908 - 2909 2844 '@esbuild/linux-arm64@0.25.12': 2910 2845 resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==} 2911 2846 engines: {node: '>=18'} ··· 2918 2853 cpu: [arm] 2919 2854 os: [linux] 2920 2855 2921 - '@esbuild/linux-arm@0.25.10': 2922 - resolution: {integrity: sha512-oR31GtBTFYCqEBALI9r6WxoU/ZofZl962pouZRTEYECvNF/dtXKku8YXcJkhgK/beU+zedXfIzHijSRapJY3vg==} 2923 - engines: {node: '>=18'} 2924 - cpu: [arm] 2925 - os: [linux] 2926 - 2927 2856 '@esbuild/linux-arm@0.25.12': 2928 2857 resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==} 2929 2858 engines: {node: '>=18'} ··· 2936 2865 cpu: [ia32] 2937 2866 os: [linux] 2938 2867 2939 - '@esbuild/linux-ia32@0.25.10': 2940 - resolution: {integrity: sha512-NrSCx2Kim3EnnWgS4Txn0QGt0Xipoumb6z6sUtl5bOEZIVKhzfyp/Lyw4C1DIYvzeW/5mWYPBFJU3a/8Yr75DQ==} 2941 - engines: {node: '>=18'} 2942 - cpu: [ia32] 2943 - os: [linux] 2944 - 2945 2868 '@esbuild/linux-ia32@0.25.12': 2946 2869 resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==} 2947 2870 engines: {node: '>=18'} ··· 2954 2877 cpu: [loong64] 2955 2878 os: [linux] 2956 2879 2957 - '@esbuild/linux-loong64@0.25.10': 2958 - resolution: {integrity: sha512-xoSphrd4AZda8+rUDDfD9J6FUMjrkTz8itpTITM4/xgerAZZcFW7Dv+sun7333IfKxGG8gAq+3NbfEMJfiY+Eg==} 2959 - engines: {node: '>=18'} 2960 - cpu: [loong64] 2961 - os: [linux] 2962 - 2963 2880 '@esbuild/linux-loong64@0.25.12': 2964 2881 resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==} 2965 2882 engines: {node: '>=18'} ··· 2972 2889 cpu: [mips64el] 2973 2890 os: [linux] 2974 2891 2975 - '@esbuild/linux-mips64el@0.25.10': 2976 - resolution: {integrity: sha512-ab6eiuCwoMmYDyTnyptoKkVS3k8fy/1Uvq7Dj5czXI6DF2GqD2ToInBI0SHOp5/X1BdZ26RKc5+qjQNGRBelRA==} 2977 - engines: {node: '>=18'} 2978 - cpu: [mips64el] 2979 - os: [linux] 2980 - 2981 2892 '@esbuild/linux-mips64el@0.25.12': 2982 2893 resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==} 2983 2894 engines: {node: '>=18'} ··· 2990 2901 cpu: [ppc64] 2991 2902 os: [linux] 2992 2903 2993 - '@esbuild/linux-ppc64@0.25.10': 2994 - resolution: {integrity: sha512-NLinzzOgZQsGpsTkEbdJTCanwA5/wozN9dSgEl12haXJBzMTpssebuXR42bthOF3z7zXFWH1AmvWunUCkBE4EA==} 2995 - engines: {node: '>=18'} 2996 - cpu: [ppc64] 2997 - os: [linux] 2998 - 2999 2904 '@esbuild/linux-ppc64@0.25.12': 3000 2905 resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==} 3001 2906 engines: {node: '>=18'} ··· 3008 2913 cpu: [riscv64] 3009 2914 os: [linux] 3010 2915 3011 - '@esbuild/linux-riscv64@0.25.10': 3012 - resolution: {integrity: sha512-FE557XdZDrtX8NMIeA8LBJX3dC2M8VGXwfrQWU7LB5SLOajfJIxmSdyL/gU1m64Zs9CBKvm4UAuBp5aJ8OgnrA==} 3013 - engines: {node: '>=18'} 3014 - cpu: [riscv64] 3015 - os: [linux] 3016 - 3017 2916 '@esbuild/linux-riscv64@0.25.12': 3018 2917 resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==} 3019 2918 engines: {node: '>=18'} ··· 3026 2925 cpu: [s390x] 3027 2926 os: [linux] 3028 2927 3029 - '@esbuild/linux-s390x@0.25.10': 3030 - resolution: {integrity: sha512-3BBSbgzuB9ajLoVZk0mGu+EHlBwkusRmeNYdqmznmMc9zGASFjSsxgkNsqmXugpPk00gJ0JNKh/97nxmjctdew==} 3031 - engines: {node: '>=18'} 3032 - cpu: [s390x] 3033 - os: [linux] 3034 - 3035 2928 '@esbuild/linux-s390x@0.25.12': 3036 2929 resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==} 3037 2930 engines: {node: '>=18'} ··· 3044 2937 cpu: [x64] 3045 2938 os: [linux] 3046 2939 3047 - '@esbuild/linux-x64@0.25.10': 3048 - resolution: {integrity: sha512-QSX81KhFoZGwenVyPoberggdW1nrQZSvfVDAIUXr3WqLRZGZqWk/P4T8p2SP+de2Sr5HPcvjhcJzEiulKgnxtA==} 3049 - engines: {node: '>=18'} 3050 - cpu: [x64] 3051 - os: [linux] 3052 - 3053 2940 '@esbuild/linux-x64@0.25.12': 3054 2941 resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==} 3055 2942 engines: {node: '>=18'} 3056 2943 cpu: [x64] 3057 2944 os: [linux] 3058 2945 3059 - '@esbuild/netbsd-arm64@0.25.10': 3060 - resolution: {integrity: sha512-AKQM3gfYfSW8XRk8DdMCzaLUFB15dTrZfnX8WXQoOUpUBQ+NaAFCP1kPS/ykbbGYz7rxn0WS48/81l9hFl3u4A==} 3061 - engines: {node: '>=18'} 3062 - cpu: [arm64] 3063 - os: [netbsd] 3064 - 3065 2946 '@esbuild/netbsd-arm64@0.25.12': 3066 2947 resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==} 3067 2948 engines: {node: '>=18'} ··· 3074 2955 cpu: [x64] 3075 2956 os: [netbsd] 3076 2957 3077 - '@esbuild/netbsd-x64@0.25.10': 3078 - resolution: {integrity: sha512-7RTytDPGU6fek/hWuN9qQpeGPBZFfB4zZgcz2VK2Z5VpdUxEI8JKYsg3JfO0n/Z1E/6l05n0unDCNc4HnhQGig==} 3079 - engines: {node: '>=18'} 3080 - cpu: [x64] 3081 - os: [netbsd] 3082 - 3083 2958 '@esbuild/netbsd-x64@0.25.12': 3084 2959 resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==} 3085 2960 engines: {node: '>=18'} 3086 2961 cpu: [x64] 3087 2962 os: [netbsd] 3088 2963 3089 - '@esbuild/openbsd-arm64@0.25.10': 3090 - resolution: {integrity: sha512-5Se0VM9Wtq797YFn+dLimf2Zx6McttsH2olUBsDml+lm0GOCRVebRWUvDtkY4BWYv/3NgzS8b/UM3jQNh5hYyw==} 3091 - engines: {node: '>=18'} 3092 - cpu: [arm64] 3093 - os: [openbsd] 3094 - 3095 2964 '@esbuild/openbsd-arm64@0.25.12': 3096 2965 resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==} 3097 2966 engines: {node: '>=18'} ··· 3104 2973 cpu: [x64] 3105 2974 os: [openbsd] 3106 2975 3107 - '@esbuild/openbsd-x64@0.25.10': 3108 - resolution: {integrity: sha512-XkA4frq1TLj4bEMB+2HnI0+4RnjbuGZfet2gs/LNs5Hc7D89ZQBHQ0gL2ND6Lzu1+QVkjp3x1gIcPKzRNP8bXw==} 3109 - engines: {node: '>=18'} 3110 - cpu: [x64] 3111 - os: [openbsd] 3112 - 3113 2976 '@esbuild/openbsd-x64@0.25.12': 3114 2977 resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==} 3115 2978 engines: {node: '>=18'} 3116 2979 cpu: [x64] 3117 2980 os: [openbsd] 3118 2981 3119 - '@esbuild/openharmony-arm64@0.25.10': 3120 - resolution: {integrity: sha512-AVTSBhTX8Y/Fz6OmIVBip9tJzZEUcY8WLh7I59+upa5/GPhh2/aM6bvOMQySspnCCHvFi79kMtdJS1w0DXAeag==} 3121 - engines: {node: '>=18'} 3122 - cpu: [arm64] 3123 - os: [openharmony] 3124 - 3125 2982 '@esbuild/openharmony-arm64@0.25.12': 3126 2983 resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==} 3127 2984 engines: {node: '>=18'} ··· 3134 2991 cpu: [x64] 3135 2992 os: [sunos] 3136 2993 3137 - '@esbuild/sunos-x64@0.25.10': 3138 - resolution: {integrity: sha512-fswk3XT0Uf2pGJmOpDB7yknqhVkJQkAQOcW/ccVOtfx05LkbWOaRAtn5SaqXypeKQra1QaEa841PgrSL9ubSPQ==} 3139 - engines: {node: '>=18'} 3140 - cpu: [x64] 3141 - os: [sunos] 3142 - 3143 2994 '@esbuild/sunos-x64@0.25.12': 3144 2995 resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==} 3145 2996 engines: {node: '>=18'} ··· 3152 3003 cpu: [arm64] 3153 3004 os: [win32] 3154 3005 3155 - '@esbuild/win32-arm64@0.25.10': 3156 - resolution: {integrity: sha512-ah+9b59KDTSfpaCg6VdJoOQvKjI33nTaQr4UluQwW7aEwZQsbMCfTmfEO4VyewOxx4RaDT/xCy9ra2GPWmO7Kw==} 3157 - engines: {node: '>=18'} 3158 - cpu: [arm64] 3159 - os: [win32] 3160 - 3161 3006 '@esbuild/win32-arm64@0.25.12': 3162 3007 resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==} 3163 3008 engines: {node: '>=18'} ··· 3170 3015 cpu: [ia32] 3171 3016 os: [win32] 3172 3017 3173 - '@esbuild/win32-ia32@0.25.10': 3174 - resolution: {integrity: sha512-QHPDbKkrGO8/cz9LKVnJU22HOi4pxZnZhhA2HYHez5Pz4JeffhDjf85E57Oyco163GnzNCVkZK0b/n4Y0UHcSw==} 3175 - engines: {node: '>=18'} 3176 - cpu: [ia32] 3177 - os: [win32] 3178 - 3179 3018 '@esbuild/win32-ia32@0.25.12': 3180 3019 resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==} 3181 3020 engines: {node: '>=18'} ··· 3185 3024 '@esbuild/win32-x64@0.18.20': 3186 3025 resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} 3187 3026 engines: {node: '>=12'} 3188 - cpu: [x64] 3189 - os: [win32] 3190 - 3191 - '@esbuild/win32-x64@0.25.10': 3192 - resolution: {integrity: sha512-9KpxSVFCu0iK1owoez6aC/s/EdUQLDN3adTxGCqxMVhrPDj6bt5dbrHDXUuq+Bs2vATFBBrQS5vdQ/Ed2P+nbw==} 3193 - engines: {node: '>=18'} 3194 3027 cpu: [x64] 3195 3028 os: [win32] 3196 3029 ··· 3311 3144 cpu: [arm64] 3312 3145 os: [darwin] 3313 3146 3314 - '@img/sharp-darwin-arm64@0.34.4': 3315 - resolution: {integrity: sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==} 3316 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3317 - cpu: [arm64] 3318 - os: [darwin] 3319 - 3320 3147 '@img/sharp-darwin-arm64@0.34.5': 3321 3148 resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==} 3322 3149 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3325 3152 3326 3153 '@img/sharp-darwin-x64@0.33.5': 3327 3154 resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} 3328 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3329 - cpu: [x64] 3330 - os: [darwin] 3331 - 3332 - '@img/sharp-darwin-x64@0.34.4': 3333 - resolution: {integrity: sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==} 3334 3155 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3335 3156 cpu: [x64] 3336 3157 os: [darwin] ··· 3346 3167 cpu: [arm64] 3347 3168 os: [darwin] 3348 3169 3349 - '@img/sharp-libvips-darwin-arm64@1.2.3': 3350 - resolution: {integrity: sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==} 3351 - cpu: [arm64] 3352 - os: [darwin] 3353 - 3354 3170 '@img/sharp-libvips-darwin-arm64@1.2.4': 3355 3171 resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==} 3356 3172 cpu: [arm64] ··· 3361 3177 cpu: [x64] 3362 3178 os: [darwin] 3363 3179 3364 - '@img/sharp-libvips-darwin-x64@1.2.3': 3365 - resolution: {integrity: sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==} 3366 - cpu: [x64] 3367 - os: [darwin] 3368 - 3369 3180 '@img/sharp-libvips-darwin-x64@1.2.4': 3370 3181 resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==} 3371 3182 cpu: [x64] ··· 3376 3187 cpu: [arm64] 3377 3188 os: [linux] 3378 3189 3379 - '@img/sharp-libvips-linux-arm64@1.2.3': 3380 - resolution: {integrity: sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==} 3381 - cpu: [arm64] 3382 - os: [linux] 3383 - 3384 3190 '@img/sharp-libvips-linux-arm64@1.2.4': 3385 3191 resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} 3386 3192 cpu: [arm64] ··· 3391 3197 cpu: [arm] 3392 3198 os: [linux] 3393 3199 3394 - '@img/sharp-libvips-linux-arm@1.2.3': 3395 - resolution: {integrity: sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==} 3396 - cpu: [arm] 3397 - os: [linux] 3398 - 3399 3200 '@img/sharp-libvips-linux-arm@1.2.4': 3400 3201 resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} 3401 3202 cpu: [arm] 3402 3203 os: [linux] 3403 3204 3404 - '@img/sharp-libvips-linux-ppc64@1.2.3': 3405 - resolution: {integrity: sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==} 3406 - cpu: [ppc64] 3407 - os: [linux] 3408 - 3409 3205 '@img/sharp-libvips-linux-ppc64@1.2.4': 3410 3206 resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==} 3411 3207 cpu: [ppc64] ··· 3421 3217 cpu: [s390x] 3422 3218 os: [linux] 3423 3219 3424 - '@img/sharp-libvips-linux-s390x@1.2.3': 3425 - resolution: {integrity: sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==} 3426 - cpu: [s390x] 3427 - os: [linux] 3428 - 3429 3220 '@img/sharp-libvips-linux-s390x@1.2.4': 3430 3221 resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==} 3431 3222 cpu: [s390x] ··· 3436 3227 cpu: [x64] 3437 3228 os: [linux] 3438 3229 3439 - '@img/sharp-libvips-linux-x64@1.2.3': 3440 - resolution: {integrity: sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==} 3441 - cpu: [x64] 3442 - os: [linux] 3443 - 3444 3230 '@img/sharp-libvips-linux-x64@1.2.4': 3445 3231 resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} 3446 3232 cpu: [x64] ··· 3448 3234 3449 3235 '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 3450 3236 resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} 3451 - cpu: [arm64] 3452 - os: [linux] 3453 - 3454 - '@img/sharp-libvips-linuxmusl-arm64@1.2.3': 3455 - resolution: {integrity: sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==} 3456 3237 cpu: [arm64] 3457 3238 os: [linux] 3458 3239 ··· 3466 3247 cpu: [x64] 3467 3248 os: [linux] 3468 3249 3469 - '@img/sharp-libvips-linuxmusl-x64@1.2.3': 3470 - resolution: {integrity: sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==} 3471 - cpu: [x64] 3472 - os: [linux] 3473 - 3474 3250 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 3475 3251 resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} 3476 3252 cpu: [x64] ··· 3482 3258 cpu: [arm64] 3483 3259 os: [linux] 3484 3260 3485 - '@img/sharp-linux-arm64@0.34.4': 3486 - resolution: {integrity: sha512-YXU1F/mN/Wu786tl72CyJjP/Ngl8mGHN1hST4BGl+hiW5jhCnV2uRVTNOcaYPs73NeT/H8Upm3y9582JVuZHrQ==} 3487 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3488 - cpu: [arm64] 3489 - os: [linux] 3490 - 3491 3261 '@img/sharp-linux-arm64@0.34.5': 3492 3262 resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} 3493 3263 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3500 3270 cpu: [arm] 3501 3271 os: [linux] 3502 3272 3503 - '@img/sharp-linux-arm@0.34.4': 3504 - resolution: {integrity: sha512-Xyam4mlqM0KkTHYVSuc6wXRmM7LGN0P12li03jAnZ3EJWZqj83+hi8Y9UxZUbxsgsK1qOEwg7O0Bc0LjqQVtxA==} 3505 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3506 - cpu: [arm] 3507 - os: [linux] 3508 - 3509 3273 '@img/sharp-linux-arm@0.34.5': 3510 3274 resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==} 3511 3275 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3512 3276 cpu: [arm] 3513 - os: [linux] 3514 - 3515 - '@img/sharp-linux-ppc64@0.34.4': 3516 - resolution: {integrity: sha512-F4PDtF4Cy8L8hXA2p3TO6s4aDt93v+LKmpcYFLAVdkkD3hSxZzee0rh6/+94FpAynsuMpLX5h+LRsSG3rIciUQ==} 3517 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3518 - cpu: [ppc64] 3519 3277 os: [linux] 3520 3278 3521 3279 '@img/sharp-linux-ppc64@0.34.5': ··· 3536 3294 cpu: [s390x] 3537 3295 os: [linux] 3538 3296 3539 - '@img/sharp-linux-s390x@0.34.4': 3540 - resolution: {integrity: sha512-qVrZKE9Bsnzy+myf7lFKvng6bQzhNUAYcVORq2P7bDlvmF6u2sCmK2KyEQEBdYk+u3T01pVsPrkj943T1aJAsw==} 3541 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3542 - cpu: [s390x] 3543 - os: [linux] 3544 - 3545 3297 '@img/sharp-linux-s390x@0.34.5': 3546 3298 resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==} 3547 3299 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3554 3306 cpu: [x64] 3555 3307 os: [linux] 3556 3308 3557 - '@img/sharp-linux-x64@0.34.4': 3558 - resolution: {integrity: sha512-ZfGtcp2xS51iG79c6Vhw9CWqQC8l2Ot8dygxoDoIQPTat/Ov3qAa8qpxSrtAEAJW+UjTXc4yxCjNfxm4h6Xm2A==} 3559 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3560 - cpu: [x64] 3561 - os: [linux] 3562 - 3563 3309 '@img/sharp-linux-x64@0.34.5': 3564 3310 resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} 3565 3311 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3572 3318 cpu: [arm64] 3573 3319 os: [linux] 3574 3320 3575 - '@img/sharp-linuxmusl-arm64@0.34.4': 3576 - resolution: {integrity: sha512-8hDVvW9eu4yHWnjaOOR8kHVrew1iIX+MUgwxSuH2XyYeNRtLUe4VNioSqbNkB7ZYQJj9rUTT4PyRscyk2PXFKA==} 3577 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3578 - cpu: [arm64] 3579 - os: [linux] 3580 - 3581 3321 '@img/sharp-linuxmusl-arm64@0.34.5': 3582 3322 resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} 3583 3323 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3590 3330 cpu: [x64] 3591 3331 os: [linux] 3592 3332 3593 - '@img/sharp-linuxmusl-x64@0.34.4': 3594 - resolution: {integrity: sha512-lU0aA5L8QTlfKjpDCEFOZsTYGn3AEiO6db8W5aQDxj0nQkVrZWmN3ZP9sYKWJdtq3PWPhUNlqehWyXpYDcI9Sg==} 3595 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3596 - cpu: [x64] 3597 - os: [linux] 3598 - 3599 3333 '@img/sharp-linuxmusl-x64@0.34.5': 3600 3334 resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} 3601 3335 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3607 3341 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3608 3342 cpu: [wasm32] 3609 3343 3610 - '@img/sharp-wasm32@0.34.4': 3611 - resolution: {integrity: sha512-33QL6ZO/qpRyG7woB/HUALz28WnTMI2W1jgX3Nu2bypqLIKx/QKMILLJzJjI+SIbvXdG9fUnmrxR7vbi1sTBeA==} 3612 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3613 - cpu: [wasm32] 3614 - 3615 3344 '@img/sharp-wasm32@0.34.5': 3616 3345 resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} 3617 3346 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3618 3347 cpu: [wasm32] 3619 3348 3620 - '@img/sharp-win32-arm64@0.34.4': 3621 - resolution: {integrity: sha512-2Q250do/5WXTwxW3zjsEuMSv5sUU4Tq9VThWKlU2EYLm4MB7ZeMwF+SFJutldYODXF6jzc6YEOC+VfX0SZQPqA==} 3622 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3623 - cpu: [arm64] 3624 - os: [win32] 3625 - 3626 3349 '@img/sharp-win32-arm64@0.34.5': 3627 3350 resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==} 3628 3351 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3635 3358 cpu: [ia32] 3636 3359 os: [win32] 3637 3360 3638 - '@img/sharp-win32-ia32@0.34.4': 3639 - resolution: {integrity: sha512-3ZeLue5V82dT92CNL6rsal6I2weKw1cYu+rGKm8fOCCtJTR2gYeUfY3FqUnIJsMUPIH68oS5jmZ0NiJ508YpEw==} 3640 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3641 - cpu: [ia32] 3642 - os: [win32] 3643 - 3644 3361 '@img/sharp-win32-ia32@0.34.5': 3645 3362 resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==} 3646 3363 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 3649 3366 3650 3367 '@img/sharp-win32-x64@0.33.5': 3651 3368 resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} 3652 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3653 - cpu: [x64] 3654 - os: [win32] 3655 - 3656 - '@img/sharp-win32-x64@0.34.4': 3657 - resolution: {integrity: sha512-xIyj4wpYs8J18sVN3mSQjwrw7fKUqRw+Z5rnHNCy5fYTxigBz81u5mOMPmFumwjcn8+ld1ppptMBCLic1nz6ig==} 3658 3369 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 3659 3370 cpu: [x64] 3660 3371 os: [win32] ··· 3822 3533 peerDependencies: 3823 3534 '@logtape/logtape': ^1.1.2 3824 3535 3825 - '@lottiefiles/dotlottie-react@0.13.3': 3826 - resolution: {integrity: sha512-V4FfdYlqzjBUX7f0KV6vfQOOI0Cp+3XeG/ZqSDFSEVg5P7fpROpDv5/I9aTM8sOCESK1SWT96Fem+QVUnBV1wQ==} 3827 - peerDependencies: 3828 - react: ^17 || ^18 || ^19 3829 - 3830 - '@lottiefiles/dotlottie-web@0.42.0': 3831 - resolution: {integrity: sha512-Zr2LCaOAoPCsdAQgeLyCSiQ1+xrAJtRCyuEYDj0qR5heUwpc+Pxbb88JyTVumcXFfKOBMOMmrlsTScLz2mrvQQ==} 3832 - 3833 3536 '@mdx-js/mdx@3.1.1': 3834 3537 resolution: {integrity: sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==} 3835 3538 ··· 3853 3556 resolution: {integrity: sha512-EFd6cVbHsgLa6wa4RljGj6Wk75qoHxUSyc5asLyyPSyuhIcdS2Q3Phw6ImS1q+CkALthJRShiYfKANcQMuMqsQ==} 3854 3557 engines: {node: '>=18'} 3855 3558 3559 + '@napi-rs/wasm-runtime@1.1.0': 3560 + resolution: {integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==} 3561 + 3856 3562 '@neon-rs/load@0.0.4': 3857 3563 resolution: {integrity: sha512-kTPhdZyTQxB+2wpiRcFWrDcejc4JI6tkPuS7UZCG4l6Zvc5kU/gGQ/ozvHTh1XR5tS+UlfAfGuPajjzQjCiHCw==} 3858 3564 3859 - '@next/env@15.5.2': 3860 - resolution: {integrity: sha512-Qe06ew4zt12LeO6N7j8/nULSOe3fMXE4dM6xgpBQNvdzyK1sv5y4oAP3bq4LamrvGCZtmRYnW8URFCeX5nFgGg==} 3861 - 3862 3565 '@next/env@16.0.10': 3863 3566 resolution: {integrity: sha512-8tuaQkyDVgeONQ1MeT9Mkk8pQmZapMKFh5B+OrFUlG3rVmYTXcXlBetBgTurKXGaIZvkoqRT9JL5K3phXcgang==} 3864 3567 3865 - '@next/swc-darwin-arm64@15.5.2': 3866 - resolution: {integrity: sha512-8bGt577BXGSd4iqFygmzIfTYizHb0LGWqH+qgIF/2EDxS5JsSdERJKA8WgwDyNBZgTIIA4D8qUtoQHmxIIquoQ==} 3867 - engines: {node: '>= 10'} 3868 - cpu: [arm64] 3869 - os: [darwin] 3568 + '@next/env@16.0.9': 3569 + resolution: {integrity: sha512-6284pl8c8n9PQidN63qjPVEu1uXXKjnmbmaLebOzIfTrSXdGiAPsIMRi4pk/+v/ezqweE1/B8bFqiAAfC6lMXg==} 3870 3570 3871 3571 '@next/swc-darwin-arm64@16.0.10': 3872 3572 resolution: {integrity: sha512-4XgdKtdVsaflErz+B5XeG0T5PeXKDdruDf3CRpnhN+8UebNa5N2H58+3GDgpn/9GBurrQ1uWW768FfscwYkJRg==} ··· 3874 3574 cpu: [arm64] 3875 3575 os: [darwin] 3876 3576 3877 - '@next/swc-darwin-x64@15.5.2': 3878 - resolution: {integrity: sha512-2DjnmR6JHK4X+dgTXt5/sOCu/7yPtqpYt8s8hLkHFK3MGkka2snTv3yRMdHvuRtJVkPwCGsvBSwmoQCHatauFQ==} 3577 + '@next/swc-darwin-arm64@16.0.9': 3578 + resolution: {integrity: sha512-j06fWg/gPqiWjK+sEpCDsh5gX+Bdy9gnPYjFqMBvBEOIcCFy1/ecF6pY6XAce7WyCJAbBPVb+6GvpmUZKNq0oQ==} 3879 3579 engines: {node: '>= 10'} 3880 - cpu: [x64] 3580 + cpu: [arm64] 3881 3581 os: [darwin] 3882 3582 3883 3583 '@next/swc-darwin-x64@16.0.10': ··· 3886 3586 cpu: [x64] 3887 3587 os: [darwin] 3888 3588 3889 - '@next/swc-linux-arm64-gnu@15.5.2': 3890 - resolution: {integrity: sha512-3j7SWDBS2Wov/L9q0mFJtEvQ5miIqfO4l7d2m9Mo06ddsgUK8gWfHGgbjdFlCp2Ek7MmMQZSxpGFqcC8zGh2AA==} 3589 + '@next/swc-darwin-x64@16.0.9': 3590 + resolution: {integrity: sha512-FRYYz5GSKUkfvDSjd5hgHME2LgYjfOLBmhRVltbs3oRNQQf9n5UTQMmIu/u5vpkjJFV4L2tqo8duGqDxdQOFwg==} 3891 3591 engines: {node: '>= 10'} 3892 - cpu: [arm64] 3893 - os: [linux] 3592 + cpu: [x64] 3593 + os: [darwin] 3894 3594 3895 3595 '@next/swc-linux-arm64-gnu@16.0.10': 3896 3596 resolution: {integrity: sha512-uQtWE3X0iGB8apTIskOMi2w/MKONrPOUCi5yLO+v3O8Mb5c7K4Q5KD1jvTpTF5gJKa3VH/ijKjKUq9O9UhwOYw==} ··· 3898 3598 cpu: [arm64] 3899 3599 os: [linux] 3900 3600 3901 - '@next/swc-linux-arm64-musl@15.5.2': 3902 - resolution: {integrity: sha512-s6N8k8dF9YGc5T01UPQ08yxsK6fUow5gG1/axWc1HVVBYQBgOjca4oUZF7s4p+kwhkB1bDSGR8QznWrFZ/Rt5g==} 3601 + '@next/swc-linux-arm64-gnu@16.0.9': 3602 + resolution: {integrity: sha512-EI2klFVL8tOyEIX5J1gXXpm1YuChmDy4R+tHoNjkCHUmBJqXioYErX/O2go4pEhjxkAxHp2i8y5aJcRz2m5NqQ==} 3903 3603 engines: {node: '>= 10'} 3904 3604 cpu: [arm64] 3905 3605 os: [linux] ··· 3910 3610 cpu: [arm64] 3911 3611 os: [linux] 3912 3612 3913 - '@next/swc-linux-x64-gnu@15.5.2': 3914 - resolution: {integrity: sha512-o1RV/KOODQh6dM6ZRJGZbc+MOAHww33Vbs5JC9Mp1gDk8cpEO+cYC/l7rweiEalkSm5/1WGa4zY7xrNwObN4+Q==} 3613 + '@next/swc-linux-arm64-musl@16.0.9': 3614 + resolution: {integrity: sha512-vq/5HeGvowhDPMrpp/KP4GjPVhIXnwNeDPF5D6XK6ta96UIt+C0HwJwuHYlwmn0SWyNANqx1Mp6qSVDXwbFKsw==} 3915 3615 engines: {node: '>= 10'} 3916 - cpu: [x64] 3616 + cpu: [arm64] 3917 3617 os: [linux] 3918 3618 3919 3619 '@next/swc-linux-x64-gnu@16.0.10': ··· 3922 3622 cpu: [x64] 3923 3623 os: [linux] 3924 3624 3925 - '@next/swc-linux-x64-musl@15.5.2': 3926 - resolution: {integrity: sha512-/VUnh7w8RElYZ0IV83nUcP/J4KJ6LLYliiBIri3p3aW2giF+PAVgZb6mk8jbQSB3WlTai8gEmCAr7kptFa1H6g==} 3625 + '@next/swc-linux-x64-gnu@16.0.9': 3626 + resolution: {integrity: sha512-GlUdJwy2leA/HnyRYxJ1ZJLCJH+BxZfqV4E0iYLrJipDKxWejWpPtZUdccPmCfIEY9gNBO7bPfbG6IIgkt0qXg==} 3927 3627 engines: {node: '>= 10'} 3928 3628 cpu: [x64] 3929 3629 os: [linux] ··· 3934 3634 cpu: [x64] 3935 3635 os: [linux] 3936 3636 3937 - '@next/swc-win32-arm64-msvc@15.5.2': 3938 - resolution: {integrity: sha512-sMPyTvRcNKXseNQ/7qRfVRLa0VhR0esmQ29DD6pqvG71+JdVnESJaHPA8t7bc67KD5spP3+DOCNLhqlEI2ZgQg==} 3637 + '@next/swc-linux-x64-musl@16.0.9': 3638 + resolution: {integrity: sha512-UCtOVx4N8AHF434VPwg4L0KkFLAd7pgJShzlX/hhv9+FDrT7/xCuVdlBsCXH7l9yCA/wHl3OqhMbIkgUluriWA==} 3939 3639 engines: {node: '>= 10'} 3940 - cpu: [arm64] 3941 - os: [win32] 3640 + cpu: [x64] 3641 + os: [linux] 3942 3642 3943 3643 '@next/swc-win32-arm64-msvc@16.0.10': 3944 3644 resolution: {integrity: sha512-aEZIS4Hh32xdJQbHz121pyuVZniSNoqDVx1yIr2hy+ZwJGipeqnMZBJHyMxv2tiuAXGx6/xpTcQJ6btIiBjgmg==} ··· 3946 3646 cpu: [arm64] 3947 3647 os: [win32] 3948 3648 3949 - '@next/swc-win32-x64-msvc@15.5.2': 3950 - resolution: {integrity: sha512-W5VvyZHnxG/2ukhZF/9Ikdra5fdNftxI6ybeVKYvBPDtyx7x4jPPSNduUkfH5fo3zG0JQ0bPxgy41af2JX5D4Q==} 3649 + '@next/swc-win32-arm64-msvc@16.0.9': 3650 + resolution: {integrity: sha512-tQjtDGtv63mV3n/cZ4TH8BgUvKTSFlrF06yT5DyRmgQuj5WEjBUDy0W3myIW5kTRYMPrLn42H3VfCNwBH6YYiA==} 3951 3651 engines: {node: '>= 10'} 3952 - cpu: [x64] 3652 + cpu: [arm64] 3953 3653 os: [win32] 3954 3654 3955 3655 '@next/swc-win32-x64-msvc@16.0.10': ··· 3958 3658 cpu: [x64] 3959 3659 os: [win32] 3960 3660 3661 + '@next/swc-win32-x64-msvc@16.0.9': 3662 + resolution: {integrity: sha512-y9AGACHTBwnWFLq5B5Fiv3FEbXBusdPb60pgoerB04CV/pwjY1xQNdoTNxAv7eUhU2k1CKnkN4XWVuiK07uOqA==} 3663 + engines: {node: '>= 10'} 3664 + cpu: [x64] 3665 + os: [win32] 3666 + 3961 3667 '@nodelib/fs.scandir@2.1.5': 3962 3668 resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} 3963 3669 engines: {node: '>= 8'} 3964 3670 3965 - '@nodelib/fs.scandir@3.0.0': 3966 - resolution: {integrity: sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==} 3967 - engines: {node: '>=16.14.0'} 3968 - 3969 3671 '@nodelib/fs.stat@2.0.5': 3970 3672 resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} 3971 3673 engines: {node: '>= 8'} 3972 3674 3973 - '@nodelib/fs.stat@3.0.0': 3974 - resolution: {integrity: sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==} 3975 - engines: {node: '>=16.14.0'} 3976 - 3977 3675 '@nodelib/fs.walk@1.2.8': 3978 3676 resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} 3979 3677 engines: {node: '>= 8'} 3980 - 3981 - '@nodelib/fs.walk@2.0.0': 3982 - resolution: {integrity: sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==} 3983 - engines: {node: '>=16.14.0'} 3984 3678 3985 3679 '@one-ini/wasm@0.1.1': 3986 3680 resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} ··· 4016 3710 resolution: {integrity: sha512-DqxY8yoAaiBPivoJD4UtgrMS8gEmzZ5lnaxzPojzLVHBGqPxgWm4zcuvcUHZiqQ6kRX2Klel2r9y8cA2HAtqpw==} 4017 3711 engines: {node: '>=8.0.0'} 4018 3712 3713 + '@opentelemetry/api-logs@0.208.0': 3714 + resolution: {integrity: sha512-CjruKY9V6NMssL/T1kAFgzosF1v9o6oeN+aX5JB/C/xPNtmgIJqcXHG7fA82Ou1zCpWGl4lROQUKwUNE1pMCyg==} 3715 + engines: {node: '>=8.0.0'} 3716 + 4019 3717 '@opentelemetry/api-logs@0.57.2': 4020 3718 resolution: {integrity: sha512-uIX52NnTM0iBh84MShlpouI7UKqkZ7MrUszTmaypHBu4r7NofznSnQRfJ+uUeDtQDj6w8eFGg5KBLDAwAPz1+A==} 4021 3719 engines: {node: '>=14'} ··· 4048 3746 peerDependencies: 4049 3747 '@opentelemetry/api': ^1.3.0 4050 3748 3749 + '@opentelemetry/instrumentation-amqplib@0.55.0': 3750 + resolution: {integrity: sha512-5ULoU8p+tWcQw5PDYZn8rySptGSLZHNX/7srqo2TioPnAAcvTy6sQFQXsNPrAnyRRtYGMetXVyZUy5OaX1+IfA==} 3751 + engines: {node: ^18.19.0 || >=20.6.0} 3752 + peerDependencies: 3753 + '@opentelemetry/api': ^1.3.0 3754 + 4051 3755 '@opentelemetry/instrumentation-connect@0.48.0': 4052 3756 resolution: {integrity: sha512-OMjc3SFL4pC16PeK+tDhwP7MRvDPalYCGSvGqUhX5rASkI2H0RuxZHOWElYeXkV0WP+70Gw6JHWac/2Zqwmhdw==} 4053 3757 engines: {node: ^18.19.0 || >=20.6.0} 4054 3758 peerDependencies: 4055 3759 '@opentelemetry/api': ^1.3.0 4056 3760 3761 + '@opentelemetry/instrumentation-connect@0.52.0': 3762 + resolution: {integrity: sha512-GXPxfNB5szMbV3I9b7kNWSmQBoBzw7MT0ui6iU/p+NIzVx3a06Ri2cdQO7tG9EKb4aKSLmfX9Cw5cKxXqX6Ohg==} 3763 + engines: {node: ^18.19.0 || >=20.6.0} 3764 + peerDependencies: 3765 + '@opentelemetry/api': ^1.3.0 3766 + 4057 3767 '@opentelemetry/instrumentation-dataloader@0.22.0': 4058 3768 resolution: {integrity: sha512-bXnTcwtngQsI1CvodFkTemrrRSQjAjZxqHVc+CJZTDnidT0T6wt3jkKhnsjU/Kkkc0lacr6VdRpCu2CUWa0OKw==} 4059 3769 engines: {node: ^18.19.0 || >=20.6.0} 4060 3770 peerDependencies: 4061 3771 '@opentelemetry/api': ^1.3.0 4062 3772 3773 + '@opentelemetry/instrumentation-dataloader@0.26.0': 3774 + resolution: {integrity: sha512-P2BgnFfTOarZ5OKPmYfbXfDFjQ4P9WkQ1Jji7yH5/WwB6Wm/knynAoA1rxbjWcDlYupFkyT0M1j6XLzDzy0aCA==} 3775 + engines: {node: ^18.19.0 || >=20.6.0} 3776 + peerDependencies: 3777 + '@opentelemetry/api': ^1.3.0 3778 + 4063 3779 '@opentelemetry/instrumentation-express@0.53.0': 4064 3780 resolution: {integrity: sha512-r/PBafQmFYRjuxLYEHJ3ze1iBnP2GDA1nXOSS6E02KnYNZAVjj6WcDA1MSthtdAUUK0XnotHvvWM8/qz7DMO5A==} 4065 3781 engines: {node: ^18.19.0 || >=20.6.0} 4066 3782 peerDependencies: 4067 3783 '@opentelemetry/api': ^1.3.0 4068 3784 3785 + '@opentelemetry/instrumentation-express@0.57.0': 3786 + resolution: {integrity: sha512-HAdx/o58+8tSR5iW+ru4PHnEejyKrAy9fYFhlEI81o10nYxrGahnMAHWiSjhDC7UQSY3I4gjcPgSKQz4rm/asg==} 3787 + engines: {node: ^18.19.0 || >=20.6.0} 3788 + peerDependencies: 3789 + '@opentelemetry/api': ^1.3.0 3790 + 4069 3791 '@opentelemetry/instrumentation-fs@0.24.0': 4070 3792 resolution: {integrity: sha512-HjIxJ6CBRD770KNVaTdMXIv29Sjz4C1kPCCK5x1Ujpc6SNnLGPqUVyJYZ3LUhhnHAqdbrl83ogVWjCgeT4Q0yw==} 4071 3793 engines: {node: ^18.19.0 || >=20.6.0} 4072 3794 peerDependencies: 4073 3795 '@opentelemetry/api': ^1.3.0 4074 3796 3797 + '@opentelemetry/instrumentation-fs@0.28.0': 3798 + resolution: {integrity: sha512-FFvg8fq53RRXVBRHZViP+EMxMR03tqzEGpuq55lHNbVPyFklSVfQBN50syPhK5UYYwaStx0eyCtHtbRreusc5g==} 3799 + engines: {node: ^18.19.0 || >=20.6.0} 3800 + peerDependencies: 3801 + '@opentelemetry/api': ^1.3.0 3802 + 4075 3803 '@opentelemetry/instrumentation-generic-pool@0.48.0': 4076 3804 resolution: {integrity: sha512-TLv/On8pufynNR+pUbpkyvuESVASZZKMlqCm4bBImTpXKTpqXaJJ3o/MUDeMlM91rpen+PEv2SeyOKcHCSlgag==} 4077 3805 engines: {node: ^18.19.0 || >=20.6.0} 4078 3806 peerDependencies: 4079 3807 '@opentelemetry/api': ^1.3.0 4080 3808 3809 + '@opentelemetry/instrumentation-generic-pool@0.52.0': 3810 + resolution: {integrity: sha512-ISkNcv5CM2IwvsMVL31Tl61/p2Zm2I2NAsYq5SSBgOsOndT0TjnptjufYVScCnD5ZLD1tpl4T3GEYULLYOdIdQ==} 3811 + engines: {node: ^18.19.0 || >=20.6.0} 3812 + peerDependencies: 3813 + '@opentelemetry/api': ^1.3.0 3814 + 4081 3815 '@opentelemetry/instrumentation-graphql@0.52.0': 4082 3816 resolution: {integrity: sha512-3fEJ8jOOMwopvldY16KuzHbRhPk8wSsOTSF0v2psmOCGewh6ad+ZbkTx/xyUK9rUdUMWAxRVU0tFpj4Wx1vkPA==} 4083 3817 engines: {node: ^18.19.0 || >=20.6.0} 4084 3818 peerDependencies: 4085 3819 '@opentelemetry/api': ^1.3.0 4086 3820 3821 + '@opentelemetry/instrumentation-graphql@0.56.0': 3822 + resolution: {integrity: sha512-IPvNk8AFoVzTAM0Z399t34VDmGDgwT6rIqCUug8P9oAGerl2/PEIYMPOl/rerPGu+q8gSWdmbFSjgg7PDVRd3Q==} 3823 + engines: {node: ^18.19.0 || >=20.6.0} 3824 + peerDependencies: 3825 + '@opentelemetry/api': ^1.3.0 3826 + 4087 3827 '@opentelemetry/instrumentation-hapi@0.51.0': 4088 3828 resolution: {integrity: sha512-qyf27DaFNL1Qhbo/da+04MSCw982B02FhuOS5/UF+PMhM61CcOiu7fPuXj8TvbqyReQuJFljXE6UirlvoT/62g==} 4089 3829 engines: {node: ^18.19.0 || >=20.6.0} 4090 3830 peerDependencies: 4091 3831 '@opentelemetry/api': ^1.3.0 4092 3832 3833 + '@opentelemetry/instrumentation-hapi@0.55.0': 3834 + resolution: {integrity: sha512-prqAkRf9e4eEpy4G3UcR32prKE8NLNlA90TdEU1UsghOTg0jUvs40Jz8LQWFEs5NbLbXHYGzB4CYVkCI8eWEVQ==} 3835 + engines: {node: ^18.19.0 || >=20.6.0} 3836 + peerDependencies: 3837 + '@opentelemetry/api': ^1.3.0 3838 + 4093 3839 '@opentelemetry/instrumentation-http@0.204.0': 4094 3840 resolution: {integrity: sha512-1afJYyGRA4OmHTv0FfNTrTAzoEjPQUYgd+8ih/lX0LlZBnGio/O80vxA0lN3knsJPS7FiDrsDrWq25K7oAzbkw==} 3841 + engines: {node: ^18.19.0 || >=20.6.0} 3842 + peerDependencies: 3843 + '@opentelemetry/api': ^1.3.0 3844 + 3845 + '@opentelemetry/instrumentation-http@0.208.0': 3846 + resolution: {integrity: sha512-rhmK46DRWEbQQB77RxmVXGyjs6783crXCnFjYQj+4tDH/Kpv9Rbg3h2kaNyp5Vz2emF1f9HOQQvZoHzwMWOFZQ==} 4095 3847 engines: {node: ^18.19.0 || >=20.6.0} 4096 3848 peerDependencies: 4097 3849 '@opentelemetry/api': ^1.3.0 ··· 4102 3854 peerDependencies: 4103 3855 '@opentelemetry/api': ^1.3.0 4104 3856 3857 + '@opentelemetry/instrumentation-ioredis@0.56.0': 3858 + resolution: {integrity: sha512-XSWeqsd3rKSsT3WBz/JKJDcZD4QYElZEa0xVdX8f9dh4h4QgXhKRLorVsVkK3uXFbC2sZKAS2Ds+YolGwD83Dg==} 3859 + engines: {node: ^18.19.0 || >=20.6.0} 3860 + peerDependencies: 3861 + '@opentelemetry/api': ^1.3.0 3862 + 4105 3863 '@opentelemetry/instrumentation-kafkajs@0.14.0': 4106 3864 resolution: {integrity: sha512-kbB5yXS47dTIdO/lfbbXlzhvHFturbux4EpP0+6H78Lk0Bn4QXiZQW7rmZY1xBCY16mNcCb8Yt0mhz85hTnSVA==} 4107 3865 engines: {node: ^18.19.0 || >=20.6.0} 4108 3866 peerDependencies: 4109 3867 '@opentelemetry/api': ^1.3.0 4110 3868 3869 + '@opentelemetry/instrumentation-kafkajs@0.18.0': 3870 + resolution: {integrity: sha512-KCL/1HnZN5zkUMgPyOxfGjLjbXjpd4odDToy+7c+UsthIzVLFf99LnfIBE8YSSrYE4+uS7OwJMhvhg3tWjqMBg==} 3871 + engines: {node: ^18.19.0 || >=20.6.0} 3872 + peerDependencies: 3873 + '@opentelemetry/api': ^1.3.0 3874 + 4111 3875 '@opentelemetry/instrumentation-knex@0.49.0': 4112 3876 resolution: {integrity: sha512-NKsRRT27fbIYL4Ix+BjjP8h4YveyKc+2gD6DMZbr5R5rUeDqfC8+DTfIt3c3ex3BIc5Vvek4rqHnN7q34ZetLQ==} 4113 3877 engines: {node: ^18.19.0 || >=20.6.0} 4114 3878 peerDependencies: 4115 3879 '@opentelemetry/api': ^1.3.0 4116 3880 3881 + '@opentelemetry/instrumentation-knex@0.53.0': 3882 + resolution: {integrity: sha512-xngn5cH2mVXFmiT1XfQ1aHqq1m4xb5wvU6j9lSgLlihJ1bXzsO543cpDwjrZm2nMrlpddBf55w8+bfS4qDh60g==} 3883 + engines: {node: ^18.19.0 || >=20.6.0} 3884 + peerDependencies: 3885 + '@opentelemetry/api': ^1.3.0 3886 + 4117 3887 '@opentelemetry/instrumentation-koa@0.52.0': 4118 3888 resolution: {integrity: sha512-JJSBYLDx/mNSy8Ibi/uQixu2rH0bZODJa8/cz04hEhRaiZQoeJ5UrOhO/mS87IdgVsHrnBOsZ6vDu09znupyuA==} 4119 3889 engines: {node: ^18.19.0 || >=20.6.0} 4120 3890 peerDependencies: 4121 3891 '@opentelemetry/api': ^1.3.0 3892 + 3893 + '@opentelemetry/instrumentation-koa@0.57.0': 3894 + resolution: {integrity: sha512-3JS8PU/D5E3q295mwloU2v7c7/m+DyCqdu62BIzWt+3u9utjxC9QS7v6WmUNuoDN3RM+Q+D1Gpj13ERo+m7CGg==} 3895 + engines: {node: ^18.19.0 || >=20.6.0} 3896 + peerDependencies: 3897 + '@opentelemetry/api': ^1.9.0 4122 3898 4123 3899 '@opentelemetry/instrumentation-lru-memoizer@0.49.0': 4124 3900 resolution: {integrity: sha512-ctXu+O/1HSadAxtjoEg2w307Z5iPyLOMM8IRNwjaKrIpNAthYGSOanChbk1kqY6zU5CrpkPHGdAT6jk8dXiMqw==} ··· 4126 3902 peerDependencies: 4127 3903 '@opentelemetry/api': ^1.3.0 4128 3904 3905 + '@opentelemetry/instrumentation-lru-memoizer@0.53.0': 3906 + resolution: {integrity: sha512-LDwWz5cPkWWr0HBIuZUjslyvijljTwmwiItpMTHujaULZCxcYE9eU44Qf/pbVC8TulT0IhZi+RoGvHKXvNhysw==} 3907 + engines: {node: ^18.19.0 || >=20.6.0} 3908 + peerDependencies: 3909 + '@opentelemetry/api': ^1.3.0 3910 + 4129 3911 '@opentelemetry/instrumentation-mongodb@0.57.0': 4130 3912 resolution: {integrity: sha512-KD6Rg0KSHWDkik+qjIOWoksi1xqSpix8TSPfquIK1DTmd9OTFb5PHmMkzJe16TAPVEuElUW8gvgP59cacFcrMQ==} 4131 3913 engines: {node: ^18.19.0 || >=20.6.0} 4132 3914 peerDependencies: 4133 3915 '@opentelemetry/api': ^1.3.0 4134 3916 3917 + '@opentelemetry/instrumentation-mongodb@0.61.0': 3918 + resolution: {integrity: sha512-OV3i2DSoY5M/pmLk+68xr5RvkHU8DRB3DKMzYJdwDdcxeLs62tLbkmRyqJZsYf3Ht7j11rq35pHOWLuLzXL7pQ==} 3919 + engines: {node: ^18.19.0 || >=20.6.0} 3920 + peerDependencies: 3921 + '@opentelemetry/api': ^1.3.0 3922 + 4135 3923 '@opentelemetry/instrumentation-mongoose@0.51.0': 4136 3924 resolution: {integrity: sha512-gwWaAlhhV2By7XcbyU3DOLMvzsgeaymwP/jktDC+/uPkCmgB61zurwqOQdeiRq9KAf22Y2dtE5ZLXxytJRbEVA==} 4137 3925 engines: {node: ^18.19.0 || >=20.6.0} 4138 3926 peerDependencies: 4139 3927 '@opentelemetry/api': ^1.3.0 4140 3928 3929 + '@opentelemetry/instrumentation-mongoose@0.55.0': 3930 + resolution: {integrity: sha512-5afj0HfF6aM6Nlqgu6/PPHFk8QBfIe3+zF9FGpX76jWPS0/dujoEYn82/XcLSaW5LPUDW8sni+YeK0vTBNri+w==} 3931 + engines: {node: ^18.19.0 || >=20.6.0} 3932 + peerDependencies: 3933 + '@opentelemetry/api': ^1.3.0 3934 + 4141 3935 '@opentelemetry/instrumentation-mysql2@0.51.0': 4142 3936 resolution: {integrity: sha512-zT2Wg22Xn43RyfU3NOUmnFtb5zlDI0fKcijCj9AcK9zuLZ4ModgtLXOyBJSSfO+hsOCZSC1v/Fxwj+nZJFdzLQ==} 3937 + engines: {node: ^18.19.0 || >=20.6.0} 3938 + peerDependencies: 3939 + '@opentelemetry/api': ^1.3.0 3940 + 3941 + '@opentelemetry/instrumentation-mysql2@0.55.0': 3942 + resolution: {integrity: sha512-0cs8whQG55aIi20gnK8B7cco6OK6N+enNhW0p5284MvqJ5EPi+I1YlWsWXgzv/V2HFirEejkvKiI4Iw21OqDWg==} 4143 3943 engines: {node: ^18.19.0 || >=20.6.0} 4144 3944 peerDependencies: 4145 3945 '@opentelemetry/api': ^1.3.0 ··· 4150 3950 peerDependencies: 4151 3951 '@opentelemetry/api': ^1.3.0 4152 3952 3953 + '@opentelemetry/instrumentation-mysql@0.54.0': 3954 + resolution: {integrity: sha512-bqC1YhnwAeWmRzy1/Xf9cDqxNG2d/JDkaxnqF5N6iJKN1eVWI+vg7NfDkf52/Nggp3tl1jcC++ptC61BD6738A==} 3955 + engines: {node: ^18.19.0 || >=20.6.0} 3956 + peerDependencies: 3957 + '@opentelemetry/api': ^1.3.0 3958 + 4153 3959 '@opentelemetry/instrumentation-pg@0.57.0': 4154 3960 resolution: {integrity: sha512-dWLGE+r5lBgm2A8SaaSYDE3OKJ/kwwy5WLyGyzor8PLhUL9VnJRiY6qhp4njwhnljiLtzeffRtG2Mf/YyWLeTw==} 4155 3961 engines: {node: ^18.19.0 || >=20.6.0} 4156 3962 peerDependencies: 4157 3963 '@opentelemetry/api': ^1.3.0 4158 3964 3965 + '@opentelemetry/instrumentation-pg@0.61.0': 3966 + resolution: {integrity: sha512-UeV7KeTnRSM7ECHa3YscoklhUtTQPs6V6qYpG283AB7xpnPGCUCUfECFT9jFg6/iZOQTt3FHkB1wGTJCNZEvPw==} 3967 + engines: {node: ^18.19.0 || >=20.6.0} 3968 + peerDependencies: 3969 + '@opentelemetry/api': ^1.3.0 3970 + 4159 3971 '@opentelemetry/instrumentation-redis@0.53.0': 4160 3972 resolution: {integrity: sha512-WUHV8fr+8yo5RmzyU7D5BIE1zwiaNQcTyZPwtxlfr7px6NYYx7IIpSihJK7WA60npWynfxxK1T67RAVF0Gdfjg==} 4161 3973 engines: {node: ^18.19.0 || >=20.6.0} 4162 3974 peerDependencies: 4163 3975 '@opentelemetry/api': ^1.3.0 4164 3976 3977 + '@opentelemetry/instrumentation-redis@0.57.0': 3978 + resolution: {integrity: sha512-bCxTHQFXzrU3eU1LZnOZQ3s5LURxQPDlU3/upBzlWY77qOI1GZuGofazj3jtzjctMJeBEJhNwIFEgRPBX1kp/Q==} 3979 + engines: {node: ^18.19.0 || >=20.6.0} 3980 + peerDependencies: 3981 + '@opentelemetry/api': ^1.3.0 3982 + 4165 3983 '@opentelemetry/instrumentation-tedious@0.23.0': 4166 3984 resolution: {integrity: sha512-3TMTk/9VtlRonVTaU4tCzbg4YqW+Iq/l5VnN2e5whP6JgEg/PKfrGbqQ+CxQWNLfLaQYIUgEZqAn5gk/inh1uQ==} 3985 + engines: {node: ^18.19.0 || >=20.6.0} 3986 + peerDependencies: 3987 + '@opentelemetry/api': ^1.3.0 3988 + 3989 + '@opentelemetry/instrumentation-tedious@0.27.0': 3990 + resolution: {integrity: sha512-jRtyUJNZppPBjPae4ZjIQ2eqJbcRaRfJkr0lQLHFmOU/no5A6e9s1OHLd5XZyZoBJ/ymngZitanyRRA5cniseA==} 4167 3991 engines: {node: ^18.19.0 || >=20.6.0} 4168 3992 peerDependencies: 4169 3993 '@opentelemetry/api': ^1.3.0 ··· 4174 3998 peerDependencies: 4175 3999 '@opentelemetry/api': ^1.7.0 4176 4000 4001 + '@opentelemetry/instrumentation-undici@0.19.0': 4002 + resolution: {integrity: sha512-Pst/RhR61A2OoZQZkn6OLpdVpXp6qn3Y92wXa6umfJe9rV640r4bc6SWvw4pPN6DiQqPu2c8gnSSZPDtC6JlpQ==} 4003 + engines: {node: ^18.19.0 || >=20.6.0} 4004 + peerDependencies: 4005 + '@opentelemetry/api': ^1.7.0 4006 + 4177 4007 '@opentelemetry/instrumentation@0.204.0': 4178 4008 resolution: {integrity: sha512-vV5+WSxktzoMP8JoYWKeopChy6G3HKk4UQ2hESCRDUUTZqQ3+nM3u8noVG0LmNfRWwcFBnbZ71GKC7vaYYdJ1g==} 4009 + engines: {node: ^18.19.0 || >=20.6.0} 4010 + peerDependencies: 4011 + '@opentelemetry/api': ^1.3.0 4012 + 4013 + '@opentelemetry/instrumentation@0.208.0': 4014 + resolution: {integrity: sha512-Eju0L4qWcQS+oXxi6pgh7zvE2byogAkcsVv0OjHF/97iOz1N/aKE6etSGowYkie+YA1uo6DNwdSxaaNnLvcRlA==} 4179 4015 engines: {node: ^18.19.0 || >=20.6.0} 4180 4016 peerDependencies: 4181 4017 '@opentelemetry/api': ^1.3.0 ··· 4215 4051 '@oslojs/encoding@1.1.0': 4216 4052 resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} 4217 4053 4054 + '@oxc-resolver/binding-android-arm-eabi@11.15.0': 4055 + resolution: {integrity: sha512-Q+lWuFfq7whNelNJIP1dhXaVz4zO9Tu77GcQHyxDWh3MaCoO2Bisphgzmsh4ZoUe2zIchQh6OvQL99GlWHg9Tw==} 4056 + cpu: [arm] 4057 + os: [android] 4058 + 4059 + '@oxc-resolver/binding-android-arm64@11.15.0': 4060 + resolution: {integrity: sha512-vbdBttesHR0W1oJaxgWVTboyMUuu+VnPsHXJ6jrXf4czELzB6GIg5DrmlyhAmFBhjwov+yJH/DfTnHS+2sDgOw==} 4061 + cpu: [arm64] 4062 + os: [android] 4063 + 4064 + '@oxc-resolver/binding-darwin-arm64@11.15.0': 4065 + resolution: {integrity: sha512-R67lsOe1UzNjqVBCwCZX1rlItTsj/cVtBw4Uy19CvTicqEWvwaTn8t34zLD75LQwDDPCY3C8n7NbD+LIdw+ZoA==} 4066 + cpu: [arm64] 4067 + os: [darwin] 4068 + 4069 + '@oxc-resolver/binding-darwin-x64@11.15.0': 4070 + resolution: {integrity: sha512-77mya5F8WV0EtCxI0MlVZcqkYlaQpfNwl/tZlfg4jRsoLpFbaTeWv75hFm6TE84WULVlJtSgvf7DhoWBxp9+ZQ==} 4071 + cpu: [x64] 4072 + os: [darwin] 4073 + 4074 + '@oxc-resolver/binding-freebsd-x64@11.15.0': 4075 + resolution: {integrity: sha512-X1Sz7m5PC+6D3KWIDXMUtux+0Imj6HfHGdBStSvgdI60OravzI1t83eyn6eN0LPTrynuPrUgjk7tOnOsBzSWHw==} 4076 + cpu: [x64] 4077 + os: [freebsd] 4078 + 4079 + '@oxc-resolver/binding-linux-arm-gnueabihf@11.15.0': 4080 + resolution: {integrity: sha512-L1x/wCaIRre+18I4cH/lTqSAymlV0k4HqfSYNNuI9oeL28Ks86lI6O5VfYL6sxxWYgjuWB98gNGo7tq7d4GarQ==} 4081 + cpu: [arm] 4082 + os: [linux] 4083 + 4084 + '@oxc-resolver/binding-linux-arm-musleabihf@11.15.0': 4085 + resolution: {integrity: sha512-abGXd/zMGa0tH8nKlAXdOnRy4G7jZmkU0J85kMKWns161bxIgGn/j7zxqh3DKEW98wAzzU9GofZMJ0P5YCVPVw==} 4086 + cpu: [arm] 4087 + os: [linux] 4088 + 4089 + '@oxc-resolver/binding-linux-arm64-gnu@11.15.0': 4090 + resolution: {integrity: sha512-SVjjjtMW66Mza76PBGJLqB0KKyFTBnxmtDXLJPbL6ZPGSctcXVmujz7/WAc0rb9m2oV0cHQTtVjnq6orQnI/jg==} 4091 + cpu: [arm64] 4092 + os: [linux] 4093 + 4094 + '@oxc-resolver/binding-linux-arm64-musl@11.15.0': 4095 + resolution: {integrity: sha512-JDv2/AycPF2qgzEiDeMJCcSzKNDm3KxNg0KKWipoKEMDFqfM7LxNwwSVyAOGmrYlE4l3dg290hOMsr9xG7jv9g==} 4096 + cpu: [arm64] 4097 + os: [linux] 4098 + 4099 + '@oxc-resolver/binding-linux-ppc64-gnu@11.15.0': 4100 + resolution: {integrity: sha512-zbu9FhvBLW4KJxo7ElFvZWbSt4vP685Qc/Gyk/Ns3g2gR9qh2qWXouH8PWySy+Ko/qJ42+HJCLg+ZNcxikERfg==} 4101 + cpu: [ppc64] 4102 + os: [linux] 4103 + 4104 + '@oxc-resolver/binding-linux-riscv64-gnu@11.15.0': 4105 + resolution: {integrity: sha512-Kfleehe6B09C2qCnyIU01xLFqFXCHI4ylzkicfX/89j+gNHh9xyNdpEvit88Kq6i5tTGdavVnM6DQfOE2qNtlg==} 4106 + cpu: [riscv64] 4107 + os: [linux] 4108 + 4109 + '@oxc-resolver/binding-linux-riscv64-musl@11.15.0': 4110 + resolution: {integrity: sha512-J7LPiEt27Tpm8P+qURDwNc8q45+n+mWgyys4/V6r5A8v5gDentHRGUx3iVk5NxdKhgoGulrzQocPTZVosq25Eg==} 4111 + cpu: [riscv64] 4112 + os: [linux] 4113 + 4114 + '@oxc-resolver/binding-linux-s390x-gnu@11.15.0': 4115 + resolution: {integrity: sha512-+8/d2tAScPjVJNyqa7GPGnqleTB/XW9dZJQ2D/oIM3wpH3TG+DaFEXBbk4QFJ9K9AUGBhvQvWU2mQyhK/yYn3Q==} 4116 + cpu: [s390x] 4117 + os: [linux] 4118 + 4119 + '@oxc-resolver/binding-linux-x64-gnu@11.15.0': 4120 + resolution: {integrity: sha512-xtvSzH7Nr5MCZI2FKImmOdTl9kzuQ51RPyLh451tvD2qnkg3BaqI9Ox78bTk57YJhlXPuxWSOL5aZhKAc9J6qg==} 4121 + cpu: [x64] 4122 + os: [linux] 4123 + 4124 + '@oxc-resolver/binding-linux-x64-musl@11.15.0': 4125 + resolution: {integrity: sha512-14YL1zuXj06+/tqsuUZuzL0T425WA/I4nSVN1kBXeC5WHxem6lQ+2HGvG+crjeJEqHgZUT62YIgj88W+8E7eyg==} 4126 + cpu: [x64] 4127 + os: [linux] 4128 + 4129 + '@oxc-resolver/binding-openharmony-arm64@11.15.0': 4130 + resolution: {integrity: sha512-/7Qli+1Wk93coxnrQaU8ySlICYN8HsgyIrzqjgIkQEpI//9eUeaeIHZptNl2fMvBGeXa7k2QgLbRNaBRgpnvMw==} 4131 + cpu: [arm64] 4132 + os: [openharmony] 4133 + 4134 + '@oxc-resolver/binding-wasm32-wasi@11.15.0': 4135 + resolution: {integrity: sha512-q5rn2eIMQLuc/AVGR2rQKb2EVlgreATGG8xXg8f4XbbYCVgpxaq+dgMbiPStyNywW1MH8VU2T09UEm30UtOQvg==} 4136 + engines: {node: '>=14.0.0'} 4137 + cpu: [wasm32] 4138 + 4139 + '@oxc-resolver/binding-win32-arm64-msvc@11.15.0': 4140 + resolution: {integrity: sha512-yCAh2RWjU/8wWTxQDgGPgzV9QBv0/Ojb5ej1c/58iOjyTuy/J1ZQtYi2SpULjKmwIxLJdTiCHpMilauWimE31w==} 4141 + cpu: [arm64] 4142 + os: [win32] 4143 + 4144 + '@oxc-resolver/binding-win32-ia32-msvc@11.15.0': 4145 + resolution: {integrity: sha512-lmXKb6lvA6M6QIbtYfgjd+AryJqExZVSY2bfECC18OPu7Lv1mHFF171Mai5l9hG3r4IhHPPIwT10EHoilSCYeA==} 4146 + cpu: [ia32] 4147 + os: [win32] 4148 + 4149 + '@oxc-resolver/binding-win32-x64-msvc@11.15.0': 4150 + resolution: {integrity: sha512-HZsfne0s/tGOcJK9ZdTGxsNU2P/dH0Shf0jqrPvsC6wX0Wk+6AyhSpHFLQCnLOuFQiHHU0ePfM8iYsoJb5hHpQ==} 4151 + cpu: [x64] 4152 + os: [win32] 4153 + 4218 4154 '@pagefind/darwin-arm64@1.4.0': 4219 4155 resolution: {integrity: sha512-2vMqkbv3lbx1Awea90gTaBsvpzgRs7MuSgKDxW0m9oV1GPZCZbZBJg/qL83GIUEN2BFlY46dtUZi54pwH+/pTQ==} 4220 4156 cpu: [arm64] ··· 4342 4278 peerDependencies: 4343 4279 '@opentelemetry/api': ^1.8 4344 4280 4281 + '@prisma/instrumentation@6.19.0': 4282 + resolution: {integrity: sha512-QcuYy25pkXM8BJ37wVFBO7Zh34nyRV1GOb2n3lPkkbRYfl4hWl3PTcImP41P0KrzVXfa/45p6eVCos27x3exIg==} 4283 + peerDependencies: 4284 + '@opentelemetry/api': ^1.8 4285 + 4345 4286 '@protobufjs/aspromise@1.1.2': 4346 4287 resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} 4347 4288 ··· 4372 4313 '@protobufjs/utf8@1.1.0': 4373 4314 resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} 4374 4315 4375 - '@radix-ui/colors@3.0.0': 4376 - resolution: {integrity: sha512-FUOsGBkHrYJwCSEtWRCIfQbZG7q1e6DgxCIOe1SUQzDe/7rXXeA47s8yCn6fuTNQAj1Zq4oTFi9Yjp3wzElcxg==} 4377 - 4378 4316 '@radix-ui/number@1.1.0': 4379 4317 resolution: {integrity: sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==} 4380 4318 ··· 4386 4324 4387 4325 '@radix-ui/primitive@1.1.2': 4388 4326 resolution: {integrity: sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==} 4389 - 4390 - '@radix-ui/primitive@1.1.3': 4391 - resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==} 4392 4327 4393 4328 '@radix-ui/react-accordion@1.2.2': 4394 4329 resolution: {integrity: sha512-b1oh54x4DMCdGsB4/7ahiSrViXxaBwRPotiZNnYXjLha9vfuURSAZErki6qjDoSIV0eXx5v57XnTGVtGwnfp2g==} ··· 4520 4455 '@types/react-dom': 4521 4456 optional: true 4522 4457 4523 - '@radix-ui/react-collapsible@1.1.12': 4524 - resolution: {integrity: sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==} 4525 - peerDependencies: 4526 - '@types/react': '*' 4527 - '@types/react-dom': '*' 4528 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4529 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4530 - peerDependenciesMeta: 4531 - '@types/react': 4532 - optional: true 4533 - '@types/react-dom': 4534 - optional: true 4535 - 4536 4458 '@radix-ui/react-collapsible@1.1.2': 4537 4459 resolution: {integrity: sha512-PliMB63vxz7vggcyq0IxNYk8vGDrLXVWw4+W4B8YnwI1s18x7YZYqlG9PLX7XxAJUi0g2DxP4XKJMFHh/iVh9A==} 4538 4460 peerDependencies: ··· 4678 4600 '@types/react-dom': 4679 4601 optional: true 4680 4602 4681 - '@radix-ui/react-dismissable-layer@1.1.11': 4682 - resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==} 4683 - peerDependencies: 4684 - '@types/react': '*' 4685 - '@types/react-dom': '*' 4686 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4687 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4688 - peerDependenciesMeta: 4689 - '@types/react': 4690 - optional: true 4691 - '@types/react-dom': 4692 - optional: true 4693 - 4694 4603 '@radix-ui/react-dismissable-layer@1.1.3': 4695 4604 resolution: {integrity: sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==} 4696 4605 peerDependencies: ··· 4717 4626 '@types/react-dom': 4718 4627 optional: true 4719 4628 4720 - '@radix-ui/react-dropdown-menu@2.1.16': 4721 - resolution: {integrity: sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==} 4722 - peerDependencies: 4723 - '@types/react': '*' 4724 - '@types/react-dom': '*' 4725 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4726 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4727 - peerDependenciesMeta: 4728 - '@types/react': 4729 - optional: true 4730 - '@types/react-dom': 4731 - optional: true 4732 - 4733 4629 '@radix-ui/react-dropdown-menu@2.1.4': 4734 4630 resolution: {integrity: sha512-iXU1Ab5ecM+yEepGAWK8ZhMyKX4ubFdCNtol4sT9D0OVErG9PNElfx3TQhjw7n7BC5nFVz68/5//clWy+8TXzA==} 4735 4631 peerDependencies: ··· 4754 4650 4755 4651 '@radix-ui/react-focus-guards@1.1.2': 4756 4652 resolution: {integrity: sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==} 4757 - peerDependencies: 4758 - '@types/react': '*' 4759 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4760 - peerDependenciesMeta: 4761 - '@types/react': 4762 - optional: true 4763 - 4764 - '@radix-ui/react-focus-guards@1.1.3': 4765 - resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==} 4766 4653 peerDependencies: 4767 4654 '@types/react': '*' 4768 4655 react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc ··· 4879 4766 '@types/react-dom': 4880 4767 optional: true 4881 4768 4882 - '@radix-ui/react-menu@2.1.16': 4883 - resolution: {integrity: sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==} 4884 - peerDependencies: 4885 - '@types/react': '*' 4886 - '@types/react-dom': '*' 4887 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4888 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4889 - peerDependenciesMeta: 4890 - '@types/react': 4891 - optional: true 4892 - '@types/react-dom': 4893 - optional: true 4894 - 4895 4769 '@radix-ui/react-menu@2.1.4': 4896 4770 resolution: {integrity: sha512-BnOgVoL6YYdHAG6DtXONaR29Eq4nvbi8rutrV/xlr3RQCMMb3yqP85Qiw/3NReozrSW+4dfLkK+rc1hb4wPU/A==} 4897 4771 peerDependencies: ··· 4931 4805 '@types/react-dom': 4932 4806 optional: true 4933 4807 4934 - '@radix-ui/react-popover@1.1.15': 4935 - resolution: {integrity: sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==} 4936 - peerDependencies: 4937 - '@types/react': '*' 4938 - '@types/react-dom': '*' 4939 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4940 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4941 - peerDependenciesMeta: 4942 - '@types/react': 4943 - optional: true 4944 - '@types/react-dom': 4945 - optional: true 4946 - 4947 4808 '@radix-ui/react-popover@1.1.4': 4948 4809 resolution: {integrity: sha512-aUACAkXx8LaFymDma+HQVji7WhvEhpFJ7+qPz17Nf4lLZqtreGOFRiNQWQmhzp7kEWg9cOyyQJpdIMUMPc/CPw==} 4949 4810 peerDependencies: ··· 4983 4844 '@types/react-dom': 4984 4845 optional: true 4985 4846 4986 - '@radix-ui/react-popper@1.2.8': 4987 - resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==} 4988 - peerDependencies: 4989 - '@types/react': '*' 4990 - '@types/react-dom': '*' 4991 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4992 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 4993 - peerDependenciesMeta: 4994 - '@types/react': 4995 - optional: true 4996 - '@types/react-dom': 4997 - optional: true 4998 - 4999 4847 '@radix-ui/react-portal@1.1.3': 5000 4848 resolution: {integrity: sha512-NciRqhXnGojhT93RPyDaMPfLH3ZSl4jjIFbZQ1b/vxvZEdHsBZ49wP9w8L3HzUQwep01LcWtkUvm0OVB5JAHTw==} 5001 4849 peerDependencies: ··· 5037 4885 5038 4886 '@radix-ui/react-presence@1.1.4': 5039 4887 resolution: {integrity: sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==} 5040 - peerDependencies: 5041 - '@types/react': '*' 5042 - '@types/react-dom': '*' 5043 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5044 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5045 - peerDependenciesMeta: 5046 - '@types/react': 5047 - optional: true 5048 - '@types/react-dom': 5049 - optional: true 5050 - 5051 - '@radix-ui/react-presence@1.1.5': 5052 - resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==} 5053 4888 peerDependencies: 5054 4889 '@types/react': '*' 5055 4890 '@types/react-dom': '*' ··· 5178 5013 '@types/react-dom': 5179 5014 optional: true 5180 5015 5181 - '@radix-ui/react-roving-focus@1.1.11': 5182 - resolution: {integrity: sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==} 5183 - peerDependencies: 5184 - '@types/react': '*' 5185 - '@types/react-dom': '*' 5186 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5187 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5188 - peerDependenciesMeta: 5189 - '@types/react': 5190 - optional: true 5191 - '@types/react-dom': 5192 - optional: true 5193 - 5194 5016 '@radix-ui/react-select@2.1.4': 5195 5017 resolution: {integrity: sha512-pOkb2u8KgO47j/h7AylCj7dJsm69BXcjkrvTqMptFqsE2i0p8lHkfgneXKjAgPzBMivnoMyt8o4KiV4wYzDdyQ==} 5196 5018 peerDependencies: ··· 5335 5157 '@types/react-dom': 5336 5158 optional: true 5337 5159 5338 - '@radix-ui/react-tabs@1.1.13': 5339 - resolution: {integrity: sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==} 5340 - peerDependencies: 5341 - '@types/react': '*' 5342 - '@types/react-dom': '*' 5343 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5344 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5345 - peerDependenciesMeta: 5346 - '@types/react': 5347 - optional: true 5348 - '@types/react-dom': 5349 - optional: true 5350 - 5351 5160 '@radix-ui/react-tabs@1.1.2': 5352 5161 resolution: {integrity: sha512-9u/tQJMcC2aGq7KXpGivMm1mgq7oRJKXphDwdypPd/j21j/2znamPU8WkXgnhUaTrSFNIt8XhOyCAupg8/GbwQ==} 5353 - peerDependencies: 5354 - '@types/react': '*' 5355 - '@types/react-dom': '*' 5356 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5357 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5358 - peerDependenciesMeta: 5359 - '@types/react': 5360 - optional: true 5361 - '@types/react-dom': 5362 - optional: true 5363 - 5364 - '@radix-ui/react-toggle-group@1.1.11': 5365 - resolution: {integrity: sha512-5umnS0T8JQzQT6HbPyO7Hh9dgd82NmS36DQr+X/YJ9ctFNCiiQd6IJAYYZ33LUwm8M+taCz5t2ui29fHZc4Y6Q==} 5366 5162 peerDependencies: 5367 5163 '@types/react': '*' 5368 5164 '@types/react-dom': '*' ··· 5387 5183 '@types/react-dom': 5388 5184 optional: true 5389 5185 5390 - '@radix-ui/react-toggle@1.1.10': 5391 - resolution: {integrity: sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==} 5392 - peerDependencies: 5393 - '@types/react': '*' 5394 - '@types/react-dom': '*' 5395 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5396 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5397 - peerDependenciesMeta: 5398 - '@types/react': 5399 - optional: true 5400 - '@types/react-dom': 5401 - optional: true 5402 - 5403 5186 '@radix-ui/react-tooltip@1.1.6': 5404 5187 resolution: {integrity: sha512-TLB5D8QLExS1uDn7+wH/bjEmRurNMTzNrtq7IjaS4kjion9NtzsTGkvR5+i7yc9q01Pi2KMM2cN3f8UG4IvvXA==} 5405 5188 peerDependencies: ··· 5415 5198 5416 5199 '@radix-ui/react-tooltip@1.2.7': 5417 5200 resolution: {integrity: sha512-Ap+fNYwKTYJ9pzqW+Xe2HtMRbQ/EeWkj2qykZ6SuEV4iS/o1bZI5ssJbk4D2r8XuDuOBVz/tIx2JObtuqU+5Zw==} 5418 - peerDependencies: 5419 - '@types/react': '*' 5420 - '@types/react-dom': '*' 5421 - react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5422 - react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc 5423 - peerDependenciesMeta: 5424 - '@types/react': 5425 - optional: true 5426 - '@types/react-dom': 5427 - optional: true 5428 - 5429 - '@radix-ui/react-tooltip@1.2.8': 5430 - resolution: {integrity: sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==} 5431 5201 peerDependencies: 5432 5202 '@types/react': '*' 5433 5203 '@types/react-dom': '*' ··· 5709 5479 peerDependencies: 5710 5480 react: ^18.0 || ^19.0 || ^19.0.0-rc 5711 5481 5712 - '@react-email/preview-server@4.3.1': 5713 - resolution: {integrity: sha512-3YdkWMCy5PyMLT/ShbGfmZ0qbYGE+IlMG1PkSe2KEvv+NUC0j3XFrk17Ej4VHZZ5ecR+pezuMSm5W7IX34GGyw==} 5482 + '@react-email/preview-server@5.0.8': 5483 + resolution: {integrity: sha512-TyAxXLFSgMDRwUEkCVvazkRYST9LZmYZMkJVv/K1221cMXa7r00R+S0R65lb4EULx397PRULXVWqJAwxyp/wcA==} 5714 5484 5715 5485 '@react-email/preview@0.0.13': 5716 5486 resolution: {integrity: sha512-F7j9FJ0JN/A4d7yr+aw28p4uX7VLWs7hTHtLo7WRyw4G+Lit6Zucq4UWKRxJC8lpsUdzVmG7aBJnKOT+urqs/w==} ··· 5925 5695 resolution: {integrity: sha512-BpJoLZEyJr7ORzkCrIjxRTnFWwO1mJNICVh3B9g5d9245niGT4OJvRozmLz89WgJkZFHWu84ls6Xfq5b/3tGFQ==} 5926 5696 engines: {node: '>=18'} 5927 5697 5698 + '@sentry-internal/browser-utils@10.31.0': 5699 + resolution: {integrity: sha512-2Pvk0aRA0M/wiUj2K00mhw8dhD/zRhGKK9xQVAPtSz9cbKO/0WIS5dMAX0bfNvYVVMQPrQM46BmEwxeMMuY6HQ==} 5700 + engines: {node: '>=18'} 5701 + 5928 5702 '@sentry-internal/feedback@10.22.0': 5929 5703 resolution: {integrity: sha512-zXySOin/gGHPV+yKaHqjN9YZ7psEJwzLn8PzCLeo+4REzF1eQwbYZIgOxJFD32z8s3nZiABSWFM/n1CvVfMEsQ==} 5704 + engines: {node: '>=18'} 5705 + 5706 + '@sentry-internal/feedback@10.31.0': 5707 + resolution: {integrity: sha512-uLmh6n0Ax/yjVO4FROpeVqzEJVMgIxDsnmKlAoQ4/HYmc2wQQbJmdIgjzZN2ruelaYEaQV7iouSYLZv4wdujOQ==} 5930 5708 engines: {node: '>=18'} 5931 5709 5932 5710 '@sentry-internal/replay-canvas@10.22.0': 5933 5711 resolution: {integrity: sha512-DE4JNUskJg+O+wFq42W5gAa/99aD5k7TfGOwABxvnzFv8vkKA7pqXwPbFFPzypdKIkln+df7RmbnDwQRNg6/lA==} 5934 5712 engines: {node: '>=18'} 5935 5713 5714 + '@sentry-internal/replay-canvas@10.31.0': 5715 + resolution: {integrity: sha512-mR6t6YNMLKndn1FvaDoOTWA15LfatcC/RMXkKYggULJWxMOs1/TCowjVidPXb/2JtfeHQvbJg5dH/hM+wW5c1Q==} 5716 + engines: {node: '>=18'} 5717 + 5936 5718 '@sentry-internal/replay@10.22.0': 5937 5719 resolution: {integrity: sha512-JNE4kHAQSG4/V+J+Zog3vKBWgOe9H33ol/MEU1RuLM/4I+uLf4mTetwnS9ilpnnW/Z/gQYfA+R3CiMrZtqTivw==} 5720 + engines: {node: '>=18'} 5721 + 5722 + '@sentry-internal/replay@10.31.0': 5723 + resolution: {integrity: sha512-1rChhtgSSq83vef/ZID5vNRGgCVOdi3c239J3T0GWUSrmZAWHFWohqosT1jBYLIcBQia1jjJjl7j0QX0UNpSsg==} 5938 5724 engines: {node: '>=18'} 5939 5725 5940 5726 '@sentry/babel-plugin-component-annotate@4.6.1': ··· 5945 5731 resolution: {integrity: sha512-wD2XqN+yeBpQFfdPo6+wlKDMyyuDctVGzZWE4qTPntICKQuwMdAfeq5Ma89ad0Dw+bzG9UijGeyuJQlswF87Mw==} 5946 5732 engines: {node: '>=18'} 5947 5733 5734 + '@sentry/browser@10.31.0': 5735 + resolution: {integrity: sha512-r+unS+yzVn4lh+jRGtR1rhfcPFsSJXDzW9ngn8+VmgzuvBMLVNSVEwCO+HsghnFfWorrXYZ6GVhemsGHK8gsfg==} 5736 + engines: {node: '>=18'} 5737 + 5948 5738 '@sentry/bundler-plugin-core@4.6.1': 5949 5739 resolution: {integrity: sha512-WPeRbnMXm927m4Kr69NTArPfI+p5/34FHftdCRI3LFPMyhZDzz6J3wLy4hzaVUgmMf10eLzmq2HGEMvpQmdynA==} 5950 5740 engines: {node: '>= 14'} ··· 6005 5795 resolution: {integrity: sha512-V1oeHbrOKzxadsCmgtPku3v3Emo/Bpb3VSuKmlLrQefiHX98MWtjJ3XDGfduzD5/dCdh0r/OOLwjcmrO/PZ2aw==} 6006 5796 engines: {node: '>=18'} 6007 5797 5798 + '@sentry/core@10.31.0': 5799 + resolution: {integrity: sha512-VTSXdyhnu3CNaSwhp/CchZRCKh1fa7byP+KClApthsppQ57w7OjXN8dDUf38K1ZCsfdTEvdEU4qCL/WnAEbd+g==} 5800 + engines: {node: '>=18'} 5801 + 6008 5802 '@sentry/core@8.9.2': 6009 5803 resolution: {integrity: sha512-ixm8NISFlPlEo3FjSaqmq4nnd13BRHoafwJ5MG+okCz6BKGZ1SexEggP42/QpGvDprUUHnfncG6WUMgcarr1zA==} 6010 5804 engines: {node: '>=14.18'} ··· 6019 5813 peerDependencies: 6020 5814 next: ^13.2.0 || ^14.0 || ^15.0.0-rc.0 || ^16.0.0-0 6021 5815 5816 + '@sentry/nextjs@10.31.0': 5817 + resolution: {integrity: sha512-MA5KZUDigXMMILzRobaP0bVILQ3hl6s2gqxC30iz3sOFv1DdYU9C/tZJCJjt0kXIqppKFQCLKCBXmlizeropVg==} 5818 + engines: {node: '>=18'} 5819 + peerDependencies: 5820 + next: ^13.2.0 || ^14.0 || ^15.0.0-rc.0 || ^16.0.0-0 5821 + 6022 5822 '@sentry/node-core@10.22.0': 6023 5823 resolution: {integrity: sha512-88Yyn+Qvmp0kPMnNRWgpUlAvhI9CNPqOT+0glW0L7OoN8LkJcNgx2GGUoLrJ+RGeHz/S7dIJY6DGa+u0Not2Qg==} 6024 5824 engines: {node: '>=18'} ··· 6031 5831 '@opentelemetry/sdk-trace-base': ^1.30.1 || ^2.1.0 6032 5832 '@opentelemetry/semantic-conventions': ^1.37.0 6033 5833 5834 + '@sentry/node-core@10.31.0': 5835 + resolution: {integrity: sha512-l05kK8Uj6WbIMvDq2bZNy3i2gU2d0s9ZqjLcSawWdjdqYSIplWSuK5/iDWBoNspQaPKHVE3/pQJfVw/IAbh+HA==} 5836 + engines: {node: '>=18'} 5837 + peerDependencies: 5838 + '@opentelemetry/api': ^1.9.0 5839 + '@opentelemetry/context-async-hooks': ^1.30.1 || ^2.1.0 || ^2.2.0 5840 + '@opentelemetry/core': ^1.30.1 || ^2.1.0 || ^2.2.0 5841 + '@opentelemetry/instrumentation': '>=0.57.1 <1' 5842 + '@opentelemetry/resources': ^1.30.1 || ^2.1.0 || ^2.2.0 5843 + '@opentelemetry/sdk-trace-base': ^1.30.1 || ^2.1.0 || ^2.2.0 5844 + '@opentelemetry/semantic-conventions': ^1.37.0 5845 + 6034 5846 '@sentry/node@10.22.0': 6035 5847 resolution: {integrity: sha512-PfG8AMT2kgFJ7rWb0lLJOmjLW2riytTliLMjfoJ8/tLGk964uKqE0xM7FLtXZjlLJqTXVYCVG7VIPj185uyckQ==} 5848 + engines: {node: '>=18'} 5849 + 5850 + '@sentry/node@10.31.0': 5851 + resolution: {integrity: sha512-xdQQEj5Xo6zjQ0cXs9qT+ANyE+c3p8DJBbXdkM3c0h//5wkWBXvbTPofpUJy+ojf7Ek5SDza62ith+b1y4Lwgw==} 6036 5852 engines: {node: '>=18'} 6037 5853 6038 5854 '@sentry/opentelemetry@10.22.0': ··· 6045 5861 '@opentelemetry/sdk-trace-base': ^1.30.1 || ^2.1.0 6046 5862 '@opentelemetry/semantic-conventions': ^1.37.0 6047 5863 5864 + '@sentry/opentelemetry@10.31.0': 5865 + resolution: {integrity: sha512-3Xg8m4leB6rIOMmHMrn5cjWArKVDwDrryHZmi5Ci40x2KFpj36BnVKcmXOjx0rhKbSn03dzbue1Zx+/+FcsCKQ==} 5866 + engines: {node: '>=18'} 5867 + peerDependencies: 5868 + '@opentelemetry/api': ^1.9.0 5869 + '@opentelemetry/context-async-hooks': ^1.30.1 || ^2.1.0 || ^2.2.0 5870 + '@opentelemetry/core': ^1.30.1 || ^2.1.0 || ^2.2.0 5871 + '@opentelemetry/sdk-trace-base': ^1.30.1 || ^2.1.0 || ^2.2.0 5872 + '@opentelemetry/semantic-conventions': ^1.37.0 5873 + 6048 5874 '@sentry/react@10.22.0': 6049 5875 resolution: {integrity: sha512-XByOjtW30LMNibmCPJF5LNYFmETNOUmWByECADox8GYV4BEX18WGXl4K1fpPDTSk+y4vUCHbltHa4GkyTRwG8Q==} 6050 5876 engines: {node: '>=18'} 6051 5877 peerDependencies: 6052 5878 react: ^16.14.0 || 17.x || 18.x || 19.x 6053 5879 5880 + '@sentry/react@10.31.0': 5881 + resolution: {integrity: sha512-1Y+K/s64f/UBH4guU0F5T+b9nWT2AoRd1nlQShGlGBT2WEihIcnnftSb3Wdl9/zLO2kzbXjc63G0D4dx6sUY/w==} 5882 + engines: {node: '>=18'} 5883 + peerDependencies: 5884 + react: ^16.14.0 || 17.x || 18.x || 19.x 5885 + 6054 5886 '@sentry/types@8.9.2': 6055 5887 resolution: {integrity: sha512-+LFOyQGl+zk5SZRGZD2MEURf7i5RHgP/mt3s85Rza+vz8M211WJ0YsjkIGUJFSY842nged5QLx4JysLaBlLymg==} 6056 5888 engines: {node: '>=14.18'} ··· 6061 5893 6062 5894 '@sentry/vercel-edge@10.22.0': 6063 5895 resolution: {integrity: sha512-N6/4BrnqTJND/E1wxrQuiMKjJQ6W9xC/gibxrEfbZMFYU6VMz9/Quz+btfFJRsOiuFarLK8J/iEvWVB3mjZdzw==} 5896 + engines: {node: '>=18'} 5897 + 5898 + '@sentry/vercel-edge@10.31.0': 5899 + resolution: {integrity: sha512-08cr/X4HsjDcfIUPtABS/MxzU79VUixAcBBikisWrzmh/10JSh/Efzs7+eAO7Il1EsdBg40bFV7RdhQjmrrnsA==} 6064 5900 engines: {node: '>=18'} 6065 5901 6066 5902 '@sentry/webpack-plugin@4.6.1': ··· 6281 6117 resolution: {integrity: sha512-IHk53BVw6MPMi2Gsn+hCng8rFA3ZmR3Rk7GllxDUW9qFJl/hiSvskn7XldkECapQVkIg/1dHpMAxI9xSTaLLSA==} 6282 6118 engines: {node: '>=14.0.0'} 6283 6119 6284 - '@snyk/github-codeowners@1.1.0': 6285 - resolution: {integrity: sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==} 6286 - engines: {node: '>=8.10'} 6287 - hasBin: true 6288 - 6289 6120 '@socket.io/component-emitter@3.1.2': 6290 6121 resolution: {integrity: sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==} 6122 + 6123 + '@standard-schema/spec@1.0.0': 6124 + resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} 6291 6125 6292 6126 '@standard-schema/spec@1.1.0': 6293 6127 resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} ··· 6631 6465 '@turbo/workspaces@1.13.3': 6632 6466 resolution: {integrity: sha512-QYZ8g3IVQebqNM8IsBlWYOWmOKjBZY55e6lx4EDOLuch1iWmyk+U8CLAI9UomMrSaKTs1Sx+PDkt63EgakvhUw==} 6633 6467 hasBin: true 6468 + 6469 + '@tybys/wasm-util@0.10.1': 6470 + resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} 6634 6471 6635 6472 '@types/babel__core@7.20.5': 6636 6473 resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} ··· 6765 6602 '@types/node@22.10.2': 6766 6603 resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} 6767 6604 6768 - '@types/node@22.14.1': 6769 - resolution: {integrity: sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==} 6770 - 6771 6605 '@types/node@24.0.8': 6772 6606 resolution: {integrity: sha512-WytNrFSgWO/esSH9NbpWUfTMGQwCGIKfCmNlmFDNiI5gGhgMmEA+V1AEvKLeBNvvtBnailJtkrEa2OIISwrVAA==} 6773 6607 6774 6608 '@types/node@24.10.1': 6775 6609 resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} 6776 6610 6777 - '@types/normalize-path@3.0.2': 6778 - resolution: {integrity: sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA==} 6779 - 6780 6611 '@types/parse-json@4.0.2': 6781 6612 resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} 6782 6613 ··· 6786 6617 '@types/pg@8.15.5': 6787 6618 resolution: {integrity: sha512-LF7lF6zWEKxuT3/OR8wAZGzkg4ENGXFNyiV/JeOt9z5B+0ZVwbql9McqX5c/WStFq1GaGso7H1AzP/qSzmlCKQ==} 6788 6619 6620 + '@types/pg@8.15.6': 6621 + resolution: {integrity: sha512-NoaMtzhxOrubeL/7UZuNTrejB4MPAJ0RpxZqXQf2qXuVlTPuG6Y8p4u9dKRaue4yjmC7ZhzVO2/Yyyn25znrPQ==} 6622 + 6789 6623 '@types/picomatch@3.0.2': 6790 6624 resolution: {integrity: sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==} 6791 - 6792 - '@types/prismjs@1.26.5': 6793 - resolution: {integrity: sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==} 6794 6625 6795 6626 '@types/prop-types@15.7.15': 6796 6627 resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} 6797 6628 6798 - '@types/react-dom@19.0.4': 6799 - resolution: {integrity: sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==} 6800 - peerDependencies: 6801 - '@types/react': ^19.0.0 6802 - 6803 - '@types/react-dom@19.1.9': 6804 - resolution: {integrity: sha512-qXRuZaOsAdXKFyOhRBg6Lqqc0yay13vN7KrIg4L7N4aaHN68ma9OK3NE1BoDFgFOTfM7zg+3/8+2n8rLUH3OKQ==} 6805 - peerDependencies: 6806 - '@types/react': ^19.0.0 6807 - 6808 6629 '@types/react-dom@19.2.2': 6809 6630 resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==} 6810 6631 peerDependencies: ··· 6812 6633 6813 6634 '@types/react@18.3.3': 6814 6635 resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} 6815 - 6816 - '@types/react@19.0.10': 6817 - resolution: {integrity: sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==} 6818 6636 6819 6637 '@types/react@19.2.2': 6820 6638 resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==} ··· 6854 6672 6855 6673 '@types/validator@13.12.0': 6856 6674 resolution: {integrity: sha512-nH45Lk7oPIJ1RVOF6JgFI6Dy0QpHEzq4QecZhvguxYPDwT8c93prCMqAtiIttm39voZ+DDR+qkNnMpJmMBRqag==} 6857 - 6858 - '@types/webpack@5.28.5': 6859 - resolution: {integrity: sha512-wR87cgvxj3p6D0Crt1r5avwqffqPXUkNlnQ1mjU93G7gCuFjufZR4I6j8cz5g1F1tTYpfOOFvly+cmIQwL9wvw==} 6860 6675 6861 6676 '@types/ws@8.18.1': 6862 6677 resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} ··· 7113 6928 resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==} 7114 6929 engines: {node: '>= 0.4'} 7115 6930 7116 - arity-n@1.0.4: 7117 - resolution: {integrity: sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==} 7118 - 7119 6931 array-iterate@2.0.1: 7120 6932 resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} 7121 - 7122 - array-last@1.3.0: 7123 - resolution: {integrity: sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==} 7124 - engines: {node: '>=0.10.0'} 7125 6933 7126 6934 array-union@2.1.0: 7127 6935 resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} ··· 7155 6963 asynckit@0.4.0: 7156 6964 resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} 7157 6965 7158 - autoprefixer@10.4.21: 7159 - resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} 7160 - engines: {node: ^10 || ^12 || >=14} 7161 - hasBin: true 7162 - peerDependencies: 7163 - postcss: ^8.1.0 7164 - 7165 6966 axobject-query@4.1.0: 7166 6967 resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} 7167 6968 engines: {node: '>= 0.4'} ··· 7169 6970 babel-plugin-macros@3.1.0: 7170 6971 resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} 7171 6972 engines: {node: '>=10', npm: '>=6'} 7172 - 7173 - babylon@6.18.0: 7174 - resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} 7175 - hasBin: true 7176 6973 7177 6974 bail@2.0.2: 7178 6975 resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} ··· 7304 7101 camel-case@3.0.0: 7305 7102 resolution: {integrity: sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==} 7306 7103 7307 - camelcase-css@2.0.1: 7308 - resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 7309 - engines: {node: '>= 6'} 7310 - 7311 7104 camelcase@8.0.0: 7312 7105 resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} 7313 7106 engines: {node: '>=16'} ··· 7503 7296 7504 7297 commondir@1.0.1: 7505 7298 resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} 7506 - 7507 - compose-function@3.0.3: 7508 - resolution: {integrity: sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==} 7509 7299 7510 7300 concat-map@0.0.1: 7511 7301 resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} ··· 7713 7503 resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} 7714 7504 engines: {node: '>=4.0.0'} 7715 7505 7716 - deep-freeze@0.0.1: 7717 - resolution: {integrity: sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==} 7718 - 7719 7506 deepmerge@4.3.1: 7720 7507 resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} 7721 7508 engines: {node: '>=0.10.0'} ··· 7778 7565 dfa@1.2.0: 7779 7566 resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==} 7780 7567 7781 - didyoumean@1.2.2: 7782 - resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} 7783 - 7784 7568 diff@4.0.2: 7785 7569 resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} 7786 7570 engines: {node: '>=0.3.1'} ··· 7939 7723 eastasianwidth@0.2.0: 7940 7724 resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} 7941 7725 7942 - easy-table@1.2.0: 7943 - resolution: {integrity: sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==} 7944 - 7945 7726 ecdsa-sig-formatter@1.0.11: 7946 7727 resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} 7947 7728 ··· 7977 7758 7978 7759 end-of-stream@1.4.5: 7979 7760 resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==} 7980 - 7981 - engine.io-client@6.6.3: 7982 - resolution: {integrity: sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==} 7983 7761 7984 7762 engine.io-parser@5.2.3: 7985 7763 resolution: {integrity: sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==} ··· 8039 7817 engines: {node: '>=12'} 8040 7818 hasBin: true 8041 7819 8042 - esbuild@0.25.10: 8043 - resolution: {integrity: sha512-9RiGKvCwaqxO2owP61uQ4BgNborAQskMR6QusfWzQqv7AZOg5oGehdY2pRJMTKuwxd1IDBP4rSbI5lHzU7SMsQ==} 8044 - engines: {node: '>=18'} 8045 - hasBin: true 8046 - 8047 7820 esbuild@0.25.12: 8048 7821 resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==} 8049 7822 engines: {node: '>=18'} ··· 8193 7966 resolution: {integrity: sha512-/boTcHZeIAQ2r/tL11voclBHDeP9WPxLt+tyAbVSyyXuUFyh0Tne7gJZTqGbxnvj79TjLdCXLOY7UIPhyG5MTw==} 8194 7967 engines: {node: '>=6.0.0'} 8195 7968 8196 - fast-glob@3.3.2: 8197 - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 8198 - engines: {node: '>=8.6.0'} 8199 - 8200 7969 fast-glob@3.3.3: 8201 7970 resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} 8202 7971 engines: {node: '>=8.6.0'} ··· 8210 7979 8211 7980 fastq@1.19.1: 8212 7981 resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==} 7982 + 7983 + fd-package-json@2.0.0: 7984 + resolution: {integrity: sha512-jKmm9YtsNXN789RS/0mSzOC1NUq9mkVd65vbSSVsKdjGvYXBuE4oWe2QOEoFeRmJg+lPuZxpmrfFclNhoRMneQ==} 8213 7985 8214 7986 fdir@6.5.0: 8215 7987 resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} ··· 8231 8003 figures@3.2.0: 8232 8004 resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} 8233 8005 engines: {node: '>=8'} 8234 - 8235 - file-entry-cache@8.0.0: 8236 - resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} 8237 - engines: {node: '>=16.0.0'} 8238 8006 8239 8007 fill-range@7.1.1: 8240 8008 resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} 8241 8009 engines: {node: '>=8'} 8242 8010 8243 - filter-iterator@0.0.1: 8244 - resolution: {integrity: sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==} 8245 - 8246 - filter-obj@1.1.0: 8247 - resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==} 8248 - engines: {node: '>=0.10.0'} 8249 - 8250 8011 finalhandler@2.1.0: 8251 8012 resolution: {integrity: sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==} 8252 8013 engines: {node: '>= 0.8'} ··· 8258 8019 resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} 8259 8020 engines: {node: '>=10'} 8260 8021 8261 - flat-cache@4.0.1: 8262 - resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} 8263 - engines: {node: '>=16'} 8264 - 8265 - flatted@3.3.3: 8266 - resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} 8267 - 8268 8022 flattie@1.1.1: 8269 8023 resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} 8270 8024 engines: {node: '>=8'} ··· 8283 8037 resolution: {integrity: sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==} 8284 8038 engines: {node: '>= 0.12'} 8285 8039 8040 + formatly@0.3.0: 8041 + resolution: {integrity: sha512-9XNj/o4wrRFyhSMJOvsuyMwy8aUfBaZ1VrqHVfohyXf0Sw0e+yfKG+xZaY3arGCOMdwFsqObtzVOc1gU9KiT9w==} 8042 + engines: {node: '>=18.3.0'} 8043 + hasBin: true 8044 + 8286 8045 formdata-polyfill@4.0.10: 8287 8046 resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} 8288 8047 engines: {node: '>=12.20.0'} ··· 8294 8053 resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} 8295 8054 engines: {node: '>= 0.6'} 8296 8055 8297 - fraction.js@4.3.7: 8298 - resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} 8299 - 8300 - framer-motion@12.23.22: 8301 - resolution: {integrity: sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==} 8302 - peerDependencies: 8303 - '@emotion/is-prop-valid': '*' 8304 - react: ^18.0.0 || ^19.0.0 8305 - react-dom: ^18.0.0 || ^19.0.0 8306 - peerDependenciesMeta: 8307 - '@emotion/is-prop-valid': 8308 - optional: true 8309 - react: 8310 - optional: true 8311 - react-dom: 8312 - optional: true 8313 - 8314 8056 fresh@2.0.0: 8315 8057 resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==} 8316 8058 engines: {node: '>= 0.8'} ··· 8392 8134 glob-parent@5.1.2: 8393 8135 resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} 8394 8136 engines: {node: '>= 6'} 8395 - 8396 - glob-parent@6.0.2: 8397 - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} 8398 - engines: {node: '>=10.13.0'} 8399 8137 8400 8138 glob-to-regexp@0.4.1: 8401 8139 resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} ··· 8413 8151 resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} 8414 8152 deprecated: Glob versions prior to v9 are no longer supported 8415 8153 8416 - globals@11.12.0: 8417 - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} 8418 - engines: {node: '>=4'} 8419 - 8420 8154 globals@15.15.0: 8421 8155 resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} 8422 8156 engines: {node: '>=18'} ··· 8475 8209 has-flag@4.0.0: 8476 8210 resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} 8477 8211 engines: {node: '>=8'} 8478 - 8479 - has-own-property@0.1.0: 8480 - resolution: {integrity: sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==} 8481 8212 8482 8213 has-symbols@1.1.0: 8483 8214 resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} ··· 8566 8297 hastscript@9.0.1: 8567 8298 resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==} 8568 8299 8569 - he@1.2.0: 8570 - resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} 8571 - hasBin: true 8572 - 8573 8300 header-case@1.0.1: 8574 8301 resolution: {integrity: sha512-i0q9mkOeSuhXw6bGgiQCCBgY/jlZuV/7dZXyZ9c6LcBrqwvT8eT719E9uxE5LiZftdl+z81Ugbg/VvXV4OJOeQ==} 8575 8302 ··· 8651 8378 resolution: {integrity: sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==} 8652 8379 engines: {node: '>=0.10.0'} 8653 8380 8654 - identity-function@1.0.0: 8655 - resolution: {integrity: sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==} 8656 - 8657 8381 ieee754@1.2.1: 8658 8382 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 8659 8383 ··· 8668 8392 import-in-the-middle@1.15.0: 8669 8393 resolution: {integrity: sha512-bpQy+CrsRmYmoPMAE/0G33iwRqwW4ouqdRg8jgbH3aKuCtOc8lxgmYXg2dMM92CRiGP660EtBcymH/eVUpCSaA==} 8670 8394 8395 + import-in-the-middle@2.0.0: 8396 + resolution: {integrity: sha512-yNZhyQYqXpkT0AKq3F3KLasUSK4fHvebNH5hOsKQw2dhGSALvQ4U0BqUc5suziKvydO5u5hgN2hy1RJaho8U5A==} 8397 + 8671 8398 import-meta-resolve@4.2.0: 8672 8399 resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} 8673 8400 ··· 8775 8502 resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} 8776 8503 engines: {node: '>=12'} 8777 8504 8778 - is-iterable@1.1.1: 8779 - resolution: {integrity: sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==} 8780 - engines: {node: '>= 4'} 8781 - 8782 8505 is-lower-case@1.1.3: 8783 8506 resolution: {integrity: sha512-+5A1e/WJpLLXZEDlgz4G//WYSHyQBD32qa4Jd3Lw06qQlv3fJHnp3YIHjTQSGzHMgzmVKz2ZP3rBxTHkPw/lxA==} 8784 8507 8785 8508 is-node-process@1.2.0: 8786 8509 resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==} 8787 8510 8788 - is-number@4.0.0: 8789 - resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} 8790 - engines: {node: '>=0.10.0'} 8791 - 8792 8511 is-number@7.0.0: 8793 8512 resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} 8794 8513 engines: {node: '>=0.12.0'} ··· 8860 8579 isomorphic-fetch@3.0.0: 8861 8580 resolution: {integrity: sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==} 8862 8581 8863 - iterable-lookahead@1.0.0: 8864 - resolution: {integrity: sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==} 8865 - engines: {node: '>=4'} 8866 - 8867 8582 jackspeak@3.4.3: 8868 8583 resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} 8869 8584 ··· 8874 8589 jest-worker@27.5.1: 8875 8590 resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} 8876 8591 engines: {node: '>= 10.13.0'} 8877 - 8878 - jiti@1.21.0: 8879 - resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} 8880 - hasBin: true 8881 - 8882 - jiti@1.21.7: 8883 - resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} 8884 - hasBin: true 8885 8592 8886 8593 jiti@2.4.2: 8887 8594 resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} ··· 8916 8623 js-tokens@4.0.0: 8917 8624 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 8918 8625 8919 - js-yaml@4.1.0: 8920 - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 8921 - hasBin: true 8922 - 8923 8626 js-yaml@4.1.1: 8924 8627 resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==} 8925 8628 hasBin: true ··· 8931 8634 8932 8635 json-bigint@1.0.0: 8933 8636 resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} 8934 - 8935 - json-buffer@3.0.1: 8936 - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} 8937 8637 8938 8638 json-parse-even-better-errors@2.3.1: 8939 8639 resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} ··· 8965 8665 jws@4.0.0: 8966 8666 resolution: {integrity: sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==} 8967 8667 8968 - keyv@4.5.4: 8969 - resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 8970 - 8971 8668 kleur@3.0.3: 8972 8669 resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} 8973 8670 engines: {node: '>=6'} ··· 8980 8677 resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} 8981 8678 engines: {node: '>= 8'} 8982 8679 8983 - knip@5.16.0: 8984 - resolution: {integrity: sha512-kdHfTRZuOqsMnvYYNT+pwefyBUNUYTqgyeGM8k4hfw++GZ3TMRGSPZoSl8IxQTy56AkxEDWyj1/P/mYv1vu/Gw==} 8985 - engines: {node: '>=18.6.0'} 8680 + knip@5.75.1: 8681 + resolution: {integrity: sha512-raguBFxTUO5JKrv8rtC8wrOtzrDwWp/fOu1F1GhrHD1F3TD2fqI1Z74JB+PyFZubL+RxqOkhGStdPAvaaXSOWQ==} 8682 + engines: {node: '>=18.18.0'} 8986 8683 hasBin: true 8987 8684 peerDependencies: 8988 8685 '@types/node': '>=18' 8989 - typescript: '>=5.0.4' 8686 + typescript: '>=5.0.4 <7' 8990 8687 8991 8688 kolorist@1.8.0: 8992 8689 resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} ··· 9063 8760 resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==} 9064 8761 engines: {node: '>= 12.0.0'} 9065 8762 9066 - lilconfig@2.1.0: 9067 - resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} 9068 - engines: {node: '>=10'} 9069 - 9070 8763 lilconfig@3.1.3: 9071 8764 resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} 9072 8765 engines: {node: '>=14'} ··· 9115 8808 9116 8809 lodash.castarray@4.4.0: 9117 8810 resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==} 9118 - 9119 - lodash.curry@4.1.1: 9120 - resolution: {integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==} 9121 8811 9122 8812 lodash.get@4.4.2: 9123 8813 resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} ··· 9194 8884 resolution: {integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==} 9195 8885 engines: {node: '>=12'} 9196 8886 9197 - magic-string@0.16.0: 9198 - resolution: {integrity: sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==} 9199 - 9200 8887 magic-string@0.30.21: 9201 8888 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 9202 8889 ··· 9209 8896 9210 8897 make-error@1.3.6: 9211 8898 resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} 9212 - 9213 - map-obj@2.0.0: 9214 - resolution: {integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==} 9215 - engines: {node: '>=4'} 9216 8899 9217 8900 markdown-extensions@2.0.0: 9218 8901 resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} ··· 9471 9154 minizlib@3.1.0: 9472 9155 resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==} 9473 9156 engines: {node: '>= 18'} 9474 - 9475 - mitt@3.0.1: 9476 - resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} 9477 9157 9478 9158 mkdirp@0.5.6: 9479 9159 resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} ··· 9490 9170 module-details-from-path@1.0.4: 9491 9171 resolution: {integrity: sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==} 9492 9172 9493 - motion-dom@12.23.23: 9494 - resolution: {integrity: sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==} 9495 - 9496 - motion-utils@12.23.6: 9497 - resolution: {integrity: sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==} 9498 - 9499 9173 mri@1.2.0: 9500 9174 resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 9501 9175 engines: {node: '>=4'} ··· 9589 9263 peerDependencies: 9590 9264 react: '>=16' 9591 9265 9592 - next-plausible@3.12.4: 9593 - resolution: {integrity: sha512-cD3+ixJxf8yBYvsideTxqli3fvrB7R4BXcvsNJz8Sm2X1QN039WfiXjCyNWkub4h5++rRs6fHhchUMnOuJokcg==} 9266 + next-plausible@3.12.5: 9267 + resolution: {integrity: sha512-l1YMuTI9akb2u7z4hyTuxXpudy8KfSteRNXCYpWpnhAoBjaWQlv6sITai1TwcR7wWvVW8DFbLubvMQAsirAjcA==} 9594 9268 peerDependencies: 9595 - next: '^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 ' 9269 + next: '^11.1.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 ' 9596 9270 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 9597 9271 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 9598 9272 ··· 9609 9283 react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc 9610 9284 react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc 9611 9285 9612 - next@15.5.2: 9613 - resolution: {integrity: sha512-H8Otr7abj1glFhbGnvUt3gz++0AF1+QoCXEBmd/6aKbfdFwrn0LpA836Ed5+00va/7HQSDD+mOoVhn3tNy3e/Q==} 9614 - engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} 9615 - deprecated: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details. 9286 + next@16.0.10: 9287 + resolution: {integrity: sha512-RtWh5PUgI+vxlV3HdR+IfWA1UUHu0+Ram/JBO4vWB54cVPentCD0e+lxyAYEsDTqGGMg7qpjhKh6dc6aW7W/sA==} 9288 + engines: {node: '>=20.9.0'} 9616 9289 hasBin: true 9617 9290 peerDependencies: 9618 9291 '@opentelemetry/api': ^1.1.0 ··· 9631 9304 sass: 9632 9305 optional: true 9633 9306 9634 - next@16.0.10: 9635 - resolution: {integrity: sha512-RtWh5PUgI+vxlV3HdR+IfWA1UUHu0+Ram/JBO4vWB54cVPentCD0e+lxyAYEsDTqGGMg7qpjhKh6dc6aW7W/sA==} 9307 + next@16.0.9: 9308 + resolution: {integrity: sha512-Xk5x/wEk6ADIAtQECLo1uyE5OagbQCiZ+gW4XEv24FjQ3O2PdSkvgsn22aaseSXC7xg84oONvQjFbSTX5YsMhQ==} 9636 9309 engines: {node: '>=20.9.0'} 9310 + deprecated: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/security-update-2025-12-11 for more details. 9637 9311 hasBin: true 9638 9312 peerDependencies: 9639 9313 '@opentelemetry/api': ^1.1.0 ··· 9682 9356 resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} 9683 9357 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 9684 9358 9685 - node-html-parser@7.0.1: 9686 - resolution: {integrity: sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==} 9687 - 9688 9359 node-mock-http@1.0.3: 9689 9360 resolution: {integrity: sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==} 9690 9361 ··· 9704 9375 resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} 9705 9376 engines: {node: '>=0.10.0'} 9706 9377 9707 - normalize-range@0.1.2: 9708 - resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} 9709 - engines: {node: '>=0.10.0'} 9710 - 9711 9378 npm-run-path@4.0.1: 9712 9379 resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} 9713 9380 engines: {node: '>=8'} ··· 9719 9386 nth-check@2.1.1: 9720 9387 resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} 9721 9388 9722 - nuqs@2.4.3: 9723 - resolution: {integrity: sha512-BgtlYpvRwLYiJuWzxt34q2bXu/AIS66sLU1QePIMr2LWkb+XH0vKXdbLSgn9t6p7QKzwI7f38rX3Wl9llTXQ8Q==} 9389 + nuqs@2.8.5: 9390 + resolution: {integrity: sha512-ndhnNB9eLX/bsiGFkBNsrfOWf3BCbzBMD+b5GkD5o2Q96Q+llHnoUlZsrO3tgJKZZV7LLlVCvFKdj+sjBITRzg==} 9724 9391 peerDependencies: 9725 9392 '@remix-run/react': '>=2' 9393 + '@tanstack/react-router': ^1 9726 9394 next: '>=14.2.0' 9727 9395 react: '>=18.2.0 || ^19.0.0-0' 9728 - react-router: ^6 || ^7 9729 - react-router-dom: ^6 || ^7 9396 + react-router: ^5 || ^6 || ^7 9397 + react-router-dom: ^5 || ^6 || ^7 9730 9398 peerDependenciesMeta: 9731 9399 '@remix-run/react': 9400 + optional: true 9401 + '@tanstack/react-router': 9732 9402 optional: true 9733 9403 next: 9734 9404 optional: true ··· 9757 9427 resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} 9758 9428 engines: {node: '>= 0.4'} 9759 9429 9760 - object-pairs@0.1.0: 9761 - resolution: {integrity: sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==} 9762 - 9763 - object-values@1.0.0: 9764 - resolution: {integrity: sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==} 9765 - engines: {node: '>=0.10.0'} 9766 - 9767 9430 ofetch@1.5.1: 9768 9431 resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==} 9769 9432 ··· 9821 9484 outvariant@1.4.3: 9822 9485 resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==} 9823 9486 9487 + oxc-resolver@11.15.0: 9488 + resolution: {integrity: sha512-Hk2J8QMYwmIO9XTCUiOH00+Xk2/+aBxRUnhrSlANDyCnLYc32R1WSIq1sU2yEdlqd53FfMpPEpnBYIKQMzliJw==} 9489 + 9824 9490 p-limit@3.1.0: 9825 9491 resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} 9826 9492 engines: {node: '>=10'} ··· 9836 9502 p-map@3.0.0: 9837 9503 resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} 9838 9504 engines: {node: '>=8'} 9839 - 9840 - p-map@4.0.0: 9841 - resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} 9842 - engines: {node: '>=10'} 9843 9505 9844 9506 p-queue@8.1.1: 9845 9507 resolution: {integrity: sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==} ··· 9887 9549 parse-latin@7.0.0: 9888 9550 resolution: {integrity: sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==} 9889 9551 9890 - parse-ms@4.0.0: 9891 - resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} 9892 - engines: {node: '>=18'} 9893 - 9894 9552 parse5@7.3.0: 9895 9553 resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==} 9896 9554 ··· 9973 9631 piccolore@0.1.3: 9974 9632 resolution: {integrity: sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==} 9975 9633 9976 - picocolors@1.0.0: 9977 - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} 9978 - 9979 9634 picocolors@1.1.1: 9980 9635 resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} 9981 9636 ··· 9987 9642 resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 9988 9643 engines: {node: '>=12'} 9989 9644 9990 - pify@2.3.0: 9991 - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} 9992 - engines: {node: '>=0.10.0'} 9993 - 9994 9645 pirates@4.0.7: 9995 9646 resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==} 9996 9647 engines: {node: '>= 6'} ··· 10015 9666 engines: {node: '>=18'} 10016 9667 hasBin: true 10017 9668 10018 - postcss-import@15.1.0: 10019 - resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} 10020 - engines: {node: '>=14.0.0'} 10021 - peerDependencies: 10022 - postcss: ^8.0.0 10023 - 10024 - postcss-js@4.1.0: 10025 - resolution: {integrity: sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==} 10026 - engines: {node: ^12 || ^14 || >= 16} 10027 - peerDependencies: 10028 - postcss: ^8.4.21 10029 - 10030 9669 postcss-load-config@4.0.2: 10031 9670 resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} 10032 9671 engines: {node: '>= 14'} ··· 10053 9692 resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} 10054 9693 engines: {node: '>=4'} 10055 9694 10056 - postcss-value-parser@4.2.0: 10057 - resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} 10058 - 10059 9695 postcss@8.4.31: 10060 9696 resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} 10061 9697 engines: {node: ^10 || ^12 || >=14} ··· 10096 9732 resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} 10097 9733 engines: {node: '>=14'} 10098 9734 hasBin: true 10099 - 10100 - pretty-bytes@6.1.1: 10101 - resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} 10102 - engines: {node: ^14.13.1 || >=16.0.0} 10103 - 10104 - pretty-ms@9.0.0: 10105 - resolution: {integrity: sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==} 10106 - engines: {node: '>=18'} 10107 - 10108 - prism-react-renderer@2.4.1: 10109 - resolution: {integrity: sha512-ey8Ls/+Di31eqzUxC46h8MksNuGx/n0AAC8uKpwFau4RPDYLuE3EXTp8N8G2vX2N7UC/+IXeNUnlWBGGcAG+Ig==} 10110 - peerDependencies: 10111 - react: '>=16.0.0' 10112 9735 10113 9736 prismjs@1.30.0: 10114 9737 resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} ··· 10200 9823 date-fns: ^2.28.0 || ^3.0.0 10201 9824 react: ^16.8.0 || ^17.0.0 || ^18.0.0 10202 9825 10203 - react-dom@19.0.0: 10204 - resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==} 10205 - peerDependencies: 10206 - react: ^19.0.0 10207 - 10208 9826 react-dom@19.2.2: 10209 9827 resolution: {integrity: sha512-fhyD2BLrew6qYf4NNtHff1rLXvzR25rq49p+FeqByOazc6TcSi2n8EYulo5C1PbH+1uBW++5S1SG7FcUU6mlDg==} 10210 9828 peerDependencies: ··· 10215 9833 engines: {node: '>=18.0.0'} 10216 9834 hasBin: true 10217 9835 10218 - react-hook-form@7.66.1: 10219 - resolution: {integrity: sha512-2KnjpgG2Rhbi+CIiIBQQ9Df6sMGH5ExNyFl4Hw9qO7pIqMBR8Bvu9RQyjl3JM4vehzCh9soiNUM/xYMswb2EiA==} 9836 + react-hook-form@7.68.0: 9837 + resolution: {integrity: sha512-oNN3fjrZ/Xo40SWlHf1yCjlMK417JxoSJVUXQjGdvdRCU07NTFei1i1f8ApUAts+IVh14e4EdakeLEA+BEAs/Q==} 10220 9838 engines: {node: '>=18.0.0'} 10221 9839 peerDependencies: 10222 9840 react: ^16.8.0 || ^17 || ^18 || ^19 ··· 10297 9915 resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} 10298 9916 engines: {node: '>=0.10.0'} 10299 9917 10300 - react@19.0.0: 10301 - resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==} 10302 - engines: {node: '>=0.10.0'} 10303 - 10304 9918 react@19.1.1: 10305 9919 resolution: {integrity: sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==} 10306 9920 engines: {node: '>=0.10.0'} ··· 10308 9922 react@19.2.2: 10309 9923 resolution: {integrity: sha512-BdOGOY8OKRBcgoDkwqA8Q5XvOIhoNx/Sh6BnGJlet2Abt0X5BK0BDrqGyQgLhAVjD2nAg5f6o01u/OPUhG022Q==} 10310 9924 engines: {node: '>=0.10.0'} 10311 - 10312 - read-cache@1.0.0: 10313 - resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} 10314 9925 10315 9926 readable-stream@3.6.2: 10316 9927 resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} ··· 10447 10058 resolution: {integrity: sha512-gAZ+kLqBdHarXB64XpAe2VCjB7rIRv+mU8tfRWziHRJ5umKsIHN2tLLv6EtMw7WCdP19S0ERVMldNvxYCHnhSQ==} 10448 10059 engines: {node: '>=8.6.0'} 10449 10060 10061 + require-in-the-middle@8.0.1: 10062 + resolution: {integrity: sha512-QT7FVMXfWOYFbeRBF6nu+I6tr2Tf3u0q8RIEjNob/heKY/nh7drD/k7eeMFmSQgnTtCzLDcCu/XEnpW2wk4xCQ==} 10063 + engines: {node: '>=9.3.0 || >=8.10.0 <9.0.0'} 10064 + 10450 10065 resend@4.0.1: 10451 10066 resolution: {integrity: sha512-EkCRfzKw9JX7N75L+0BC8oXohDBLhlhl4w7AgrkEW2TAsOMBsVcbQHPe8cRWP6Ea7KDhD158TsNjbCBcohed5A==} 10452 10067 engines: {node: '>=18'} ··· 10517 10132 resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==} 10518 10133 engines: {iojs: '>=1.0.0', node: '>=0.10.0'} 10519 10134 10520 - reverse-arguments@1.0.0: 10521 - resolution: {integrity: sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==} 10522 - 10523 10135 rimraf@3.0.2: 10524 10136 resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} 10525 10137 deprecated: Rimraf versions prior to v4 are no longer supported ··· 10561 10173 10562 10174 sax@1.4.3: 10563 10175 resolution: {integrity: sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==} 10564 - 10565 - scheduler@0.25.0: 10566 - resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==} 10567 10176 10568 10177 scheduler@0.27.0: 10569 10178 resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} ··· 10612 10221 resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} 10613 10222 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 10614 10223 10615 - sharp@0.34.4: 10616 - resolution: {integrity: sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==} 10617 - engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} 10618 - 10619 10224 sharp@0.34.5: 10620 10225 resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==} 10621 10226 engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} ··· 10627 10232 shebang-regex@3.0.0: 10628 10233 resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} 10629 10234 engines: {node: '>=8'} 10630 - 10631 - shell-quote-word@1.0.1: 10632 - resolution: {integrity: sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==} 10633 10235 10634 10236 shiki@0.14.4: 10635 10237 resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==} ··· 10682 10284 resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} 10683 10285 engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} 10684 10286 10685 - smol-toml@1.1.4: 10686 - resolution: {integrity: sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==} 10687 - engines: {node: '>= 18', pnpm: '>= 8'} 10688 - 10689 10287 smol-toml@1.5.2: 10690 10288 resolution: {integrity: sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==} 10691 10289 engines: {node: '>= 18'} ··· 10695 10293 10696 10294 socket.io-adapter@2.5.5: 10697 10295 resolution: {integrity: sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==} 10698 - 10699 - socket.io-client@4.8.1: 10700 - resolution: {integrity: sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==} 10701 - engines: {node: '>=10.0.0'} 10702 10296 10703 10297 socket.io-parser@4.2.4: 10704 10298 resolution: {integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==} ··· 10722 10316 react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc 10723 10317 react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc 10724 10318 10725 - sonner@2.0.3: 10726 - resolution: {integrity: sha512-njQ4Hht92m0sMqqHVDL32V2Oun9W1+PHO9NDv9FHfJjT3JT22IG4Jpo3FPQy+mouRKCXFWO+r67v6MrHX2zeIA==} 10727 - peerDependencies: 10728 - react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc 10729 - react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc 10730 - 10731 10319 sonner@2.0.5: 10732 10320 resolution: {integrity: sha512-YwbHQO6cSso3HBXlbCkgrgzDNIhws14r4MO87Ofy+cV2X7ES4pOoAK3+veSmVTvqNx1BWUxlhPmZzP00Crk2aQ==} 10733 10321 peerDependencies: ··· 10760 10348 10761 10349 space-separated-tokens@2.0.2: 10762 10350 resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} 10763 - 10764 - spamc@0.0.5: 10765 - resolution: {integrity: sha512-jYXItuZuiWZyG9fIdvgTUbp2MNRuyhuSwvvhhpPJd4JK/9oSZxkD7zAj53GJtowSlXwCJzLg6sCKAoE9wXsKgg==} 10766 10351 10767 10352 stacktrace-parser@0.1.11: 10768 10353 resolution: {integrity: sha512-WjlahMgHmCJpqzU8bIBy4qtsZdU9lRlcZE3Lvyej6t4tuOuv1vk57OW3MBrj6hXBFx/nNoC9MPMTcr5YA7NQbg==} ··· 10835 10420 resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} 10836 10421 engines: {node: '>=18'} 10837 10422 10838 - string.fromcodepoint@0.2.1: 10839 - resolution: {integrity: sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==} 10840 - 10841 10423 string_decoder@1.3.0: 10842 10424 resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} 10843 10425 ··· 10872 10454 resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} 10873 10455 engines: {node: '>=0.10.0'} 10874 10456 10875 - strip-json-comments@5.0.1: 10876 - resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} 10457 + strip-json-comments@5.0.3: 10458 + resolution: {integrity: sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==} 10877 10459 engines: {node: '>=14.16'} 10878 10460 10879 10461 stripe@13.8.0: ··· 10916 10498 sugar-high@0.9.5: 10917 10499 resolution: {integrity: sha512-eirwp9p7QcMg6EFCD6zrGh4H30uFx2YtfiMJUavagceP6/YUUjLeiQmis7QuwqKB3nXrWXlLaRumCqOd9AKpSA==} 10918 10500 10919 - summary@2.1.0: 10920 - resolution: {integrity: sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==} 10921 - 10922 10501 superjson@2.2.2: 10923 10502 resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==} 10924 10503 engines: {node: '>=16'} ··· 10954 10533 tailwind-merge@2.5.5: 10955 10534 resolution: {integrity: sha512-0LXunzzAZzo0tEPxV3I297ffKZPlKDrjj7NXphC8V5ak9yHC5zRmxnOe2m/Rd/7ivsOMJe3JZ2JVocoDdQTRBA==} 10956 10535 10957 - tailwind-merge@3.2.0: 10958 - resolution: {integrity: sha512-FQT/OVqCD+7edmmJpsgCsY820RTD5AkBryuG5IUqR5YQZSdj5xlH5nLgH7YPths7WsLPSpSBNneJdM8aS8aeFA==} 10959 - 10960 10536 tailwind-merge@3.3.1: 10961 10537 resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==} 10962 10538 ··· 10965 10541 peerDependencies: 10966 10542 tailwindcss: '>=3.0.0 || insiders' 10967 10543 10968 - tailwindcss@3.4.0: 10969 - resolution: {integrity: sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==} 10970 - engines: {node: '>=14.0.0'} 10971 - hasBin: true 10972 - 10973 10544 tailwindcss@4.1.11: 10974 10545 resolution: {integrity: sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==} 10975 10546 ··· 11055 10626 tmp@0.0.33: 11056 10627 resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} 11057 10628 engines: {node: '>=0.6.0'} 11058 - 11059 - to-no-case@1.0.2: 11060 - resolution: {integrity: sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==} 11061 - 11062 - to-pascal-case@1.0.0: 11063 - resolution: {integrity: sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==} 11064 10629 11065 10630 to-regex-range@5.0.1: 11066 10631 resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} 11067 10632 engines: {node: '>=8.0'} 11068 10633 11069 - to-space-case@1.0.0: 11070 - resolution: {integrity: sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==} 11071 - 11072 10634 toidentifier@1.0.1: 11073 10635 resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} 11074 10636 engines: {node: '>=0.6'} ··· 11155 10717 typescript: 11156 10718 optional: true 11157 10719 11158 - turbo-darwin-64@2.3.2: 11159 - resolution: {integrity: sha512-B1lS/UqjXNsG+kx1uzJNwXMuw2i5wavcyNy8opvSLjfuECdsqQU9B1wPqkSTU+mZjFTJcEfiGKyJ/I2EVk8vdw==} 10720 + turbo-darwin-64@2.6.3: 10721 + resolution: {integrity: sha512-BlJJDc1CQ7SK5Y5qnl7AzpkvKSnpkfPmnA+HeU/sgny3oHZckPV2776ebO2M33CYDSor7+8HQwaodY++IINhYg==} 11160 10722 cpu: [x64] 11161 10723 os: [darwin] 11162 10724 11163 - turbo-darwin-arm64@2.3.2: 11164 - resolution: {integrity: sha512-XHeuEdk9tHaw2Bsr3rTzFtZyldeSyagDZkOSPIJ1zioavMjWEFPA75vdgy4j8ns96EBpZMaPXVEnODuEHfiZfQ==} 10725 + turbo-darwin-arm64@2.6.3: 10726 + resolution: {integrity: sha512-MwVt7rBKiOK7zdYerenfCRTypefw4kZCue35IJga9CH1+S50+KTiCkT6LBqo0hHeoH2iKuI0ldTF2a0aB72z3w==} 11165 10727 cpu: [arm64] 11166 10728 os: [darwin] 11167 10729 11168 - turbo-linux-64@2.3.2: 11169 - resolution: {integrity: sha512-oKDsO5+flqpPx5tNLFGVUYpJ/sBc3KvaGpyNzXl2u3epzyafgblFKWMG5YsSiU1ruouPpcC6YG5SN5chA7Abfg==} 10730 + turbo-linux-64@2.6.3: 10731 + resolution: {integrity: sha512-cqpcw+dXxbnPtNnzeeSyWprjmuFVpHJqKcs7Jym5oXlu/ZcovEASUIUZVN3OGEM6Y/OTyyw0z09tOHNt5yBAVg==} 11170 10732 cpu: [x64] 11171 10733 os: [linux] 11172 10734 11173 - turbo-linux-arm64@2.3.2: 11174 - resolution: {integrity: sha512-luyvTl3wQ1hF+ljK7ljH4TL7rg4pmx5pQ2mzvfMvPo5eaLuKr/tImmbdH6/vr56iffUIISkIsLVhVxgZeAsUOw==} 10735 + turbo-linux-arm64@2.6.3: 10736 + resolution: {integrity: sha512-MterpZQmjXyr4uM7zOgFSFL3oRdNKeflY7nsjxJb2TklsYqiu3Z9pQ4zRVFFH8n0mLGna7MbQMZuKoWqqHb45w==} 11175 10737 cpu: [arm64] 11176 10738 os: [linux] 11177 10739 11178 - turbo-windows-64@2.3.2: 11179 - resolution: {integrity: sha512-yw7BnTU5cE7GdUnZEW3jIAI98hh4dcWk+Jwza8X7CXpxpill2zteq7VPf+a/B3o/xm+oVXzLmP83YP91Bm0SaA==} 10740 + turbo-windows-64@2.6.3: 10741 + resolution: {integrity: sha512-biDU70v9dLwnBdLf+daoDlNJVvqOOP8YEjqNipBHzgclbQlXbsi6Gqqelp5er81Qo3BiRgmTNx79oaZQTPb07Q==} 11180 10742 cpu: [x64] 11181 10743 os: [win32] 11182 10744 11183 - turbo-windows-arm64@2.3.2: 11184 - resolution: {integrity: sha512-Hgp6V7jaIYlDcy5xpKN+XXyYCf5afT690GmXcEsMoUawd5dStvZe0QHWcGxuqho497BAlx0XGAWftm0KelNePA==} 10745 + turbo-windows-arm64@2.6.3: 10746 + resolution: {integrity: sha512-dDHVKpSeukah3VsI/xMEKeTnV9V9cjlpFSUs4bmsUiLu3Yv2ENlgVEZv65wxbeE0bh0jjpmElDT+P1KaCxArQQ==} 11185 10747 cpu: [arm64] 11186 10748 os: [win32] 11187 10749 11188 - turbo@2.3.2: 11189 - resolution: {integrity: sha512-vCJPoy8/3KkqY3W0cX2nrwhmtBQSZhEyrVgeJ4NlEXwGxu5vNRQDyV6se5VVAQMwfBsBJswlo87B7ai7Dr1MpQ==} 10750 + turbo@2.6.3: 10751 + resolution: {integrity: sha512-bf6YKUv11l5Xfcmg76PyWoy/e2vbkkxFNBGJSnfdSXQC33ZiUfutYh6IXidc5MhsnrFkWfdNNLyaRk+kHMLlwA==} 11190 10752 hasBin: true 11191 10753 11192 10754 tw-animate-css@1.3.4: ··· 11218 10780 typescript-auto-import-cache@0.3.6: 11219 10781 resolution: {integrity: sha512-RpuHXrknHdVdK7wv/8ug3Fr0WNsNi5l5aB8MYYuXhq2UH5lnEB1htJ1smhtD5VeCsGr2p8mUDtd83LCQDFVgjQ==} 11220 10782 11221 - typescript@5.7.2: 11222 - resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==} 10783 + typescript@5.9.3: 10784 + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} 11223 10785 engines: {node: '>=14.17'} 11224 10786 hasBin: true 11225 10787 ··· 11243 10805 undici-types@6.20.0: 11244 10806 resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} 11245 10807 11246 - undici-types@6.21.0: 11247 - resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} 11248 - 11249 10808 undici-types@7.16.0: 11250 10809 resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} 11251 10810 ··· 11256 10815 resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} 11257 10816 engines: {node: '>=14.0'} 11258 10817 11259 - unescape-js@1.1.4: 11260 - resolution: {integrity: sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==} 11261 - 11262 10818 unicode-properties@1.4.1: 11263 10819 resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} 11264 10820 ··· 11450 11006 '@types/react': 11451 11007 optional: true 11452 11008 11453 - use-debounce@10.0.4: 11454 - resolution: {integrity: sha512-6Cf7Yr7Wk7Kdv77nnJMf6de4HuDE4dTxKij+RqE9rufDsI6zsbjyAxcH5y2ueJCQAnfgKbzXbZHYlkFwmBlWkw==} 11455 - engines: {node: '>= 16.0.0'} 11456 - peerDependencies: 11457 - react: '*' 11458 - 11459 11009 use-deep-compare-effect@1.8.1: 11460 11010 resolution: {integrity: sha512-kbeNVZ9Zkc0RFGpfMN3MNfaKNvcLNyxOAAd9O4CBZ+kCBXXscn9s/4I+8ytUER4RDpEYs5+O6Rs4PqiZ+rHr5Q==} 11461 11011 engines: {node: '>=10', npm: '>=6'} ··· 11572 11122 vite: 11573 11123 optional: true 11574 11124 11575 - vlq@0.2.3: 11576 - resolution: {integrity: sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==} 11577 - 11578 11125 volar-service-css@0.0.66: 11579 11126 resolution: {integrity: sha512-XrL1V9LEAHnunglYdDf/7shJbQXqKsHB+P69zPmJTqHx6hqvM9GWNbn2h7M0P/oElW8p/MTVHdfjl6C8cxdsBQ==} 11580 11127 peerDependencies: ··· 11672 11219 11673 11220 vscode-uri@3.1.0: 11674 11221 resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} 11222 + 11223 + walk-up-path@4.0.0: 11224 + resolution: {integrity: sha512-3hu+tD8YzSLGuFYtPRb48vdhKMi0KQV5sn+uWr8+7dMEq/2G/dtLrdDinkLjqq5TIbIBjYJ4Ax/n3YiaW7QM8A==} 11225 + engines: {node: 20 || >=22} 11675 11226 11676 11227 watchpack@2.4.4: 11677 11228 resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} ··· 11785 11336 resolution: {integrity: sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==} 11786 11337 hasBin: true 11787 11338 11788 - xmlhttprequest-ssl@2.1.2: 11789 - resolution: {integrity: sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==} 11790 - engines: {node: '>=0.4.0'} 11791 - 11792 11339 xtend@4.0.2: 11793 11340 resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} 11794 11341 engines: {node: '>=0.4'} ··· 11871 11418 typescript: ^4.9.4 || ^5.0.2 11872 11419 zod: ^3 11873 11420 11874 - zod-validation-error@3.5.4: 11875 - resolution: {integrity: sha512-+hEiRIiPobgyuFlEojnqjJnhFvg4r/i3cqgcm67eehZf/WBaK3g6cD02YU9mtdVxZjv8CzCA9n/Rhrs3yAAvAw==} 11876 - engines: {node: '>=18.0.0'} 11877 - peerDependencies: 11878 - zod: ^3.24.4 11879 - 11880 - zod@3.24.3: 11881 - resolution: {integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==} 11882 - 11883 11421 zod@3.25.76: 11884 11422 resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 11423 + 11424 + zod@4.2.1: 11425 + resolution: {integrity: sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==} 11885 11426 11886 11427 zwitch@2.0.4: 11887 11428 resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} ··· 11919 11460 openapi3-ts: 4.5.0 11920 11461 zod: 3.25.76 11921 11462 11922 - '@astro-community/astro-embed-twitter@0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))': 11463 + '@astro-community/astro-embed-twitter@0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))': 11923 11464 dependencies: 11924 11465 '@astro-community/astro-embed-utils': 0.1.5 11925 - astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 11466 + astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 11926 11467 transitivePeerDependencies: 11927 11468 - canvas 11928 11469 ··· 11932 11473 transitivePeerDependencies: 11933 11474 - canvas 11934 11475 11935 - '@astro-community/astro-embed-youtube@0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))': 11476 + '@astro-community/astro-embed-youtube@0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))': 11936 11477 dependencies: 11937 - astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 11478 + astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 11938 11479 lite-youtube-embed: 0.3.4 11939 11480 11940 - '@astrojs/check@0.9.4(prettier@3.6.2)(typescript@5.7.2)': 11481 + '@astrojs/check@0.9.4(prettier@3.6.2)(typescript@5.9.3)': 11941 11482 dependencies: 11942 - '@astrojs/language-server': 2.16.0(prettier@3.6.2)(typescript@5.7.2) 11483 + '@astrojs/language-server': 2.16.0(prettier@3.6.2)(typescript@5.9.3) 11943 11484 chokidar: 4.0.3 11944 11485 kleur: 4.1.5 11945 - typescript: 5.7.2 11486 + typescript: 5.9.3 11946 11487 yargs: 17.7.2 11947 11488 transitivePeerDependencies: 11948 11489 - prettier ··· 11954 11495 11955 11496 '@astrojs/internal-helpers@0.7.5': {} 11956 11497 11957 - '@astrojs/language-server@2.16.0(prettier@3.6.2)(typescript@5.7.2)': 11498 + '@astrojs/language-server@2.16.0(prettier@3.6.2)(typescript@5.9.3)': 11958 11499 dependencies: 11959 11500 '@astrojs/compiler': 2.13.0 11960 11501 '@astrojs/yaml2ts': 0.2.2 11961 11502 '@jridgewell/sourcemap-codec': 1.5.5 11962 - '@volar/kit': 2.4.26(typescript@5.7.2) 11503 + '@volar/kit': 2.4.26(typescript@5.9.3) 11963 11504 '@volar/language-core': 2.4.26 11964 11505 '@volar/language-server': 2.4.26 11965 11506 '@volar/language-service': 2.4.26 ··· 12031 11572 transitivePeerDependencies: 12032 11573 - supports-color 12033 11574 12034 - '@astrojs/mdx@4.3.12(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))': 11575 + '@astrojs/mdx@4.3.12(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))': 12035 11576 dependencies: 12036 11577 '@astrojs/markdown-remark': 6.3.9 12037 11578 '@mdx-js/mdx': 3.1.1 12038 11579 acorn: 8.15.0 12039 - astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 11580 + astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 12040 11581 es-module-lexer: 1.7.0 12041 11582 estree-util-visit: 2.0.0 12042 11583 hast-util-to-html: 9.0.5 ··· 12083 11624 stream-replace-string: 2.0.0 12084 11625 zod: 3.25.76 12085 11626 12086 - '@astrojs/starlight-tailwind@4.0.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)))(tailwindcss@4.1.8)': 11627 + '@astrojs/starlight-tailwind@4.0.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)))(tailwindcss@4.1.8)': 12087 11628 dependencies: 12088 - '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 11629 + '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 12089 11630 tailwindcss: 4.1.8 12090 11631 12091 - '@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))': 11632 + '@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))': 12092 11633 dependencies: 12093 11634 '@astrojs/markdown-remark': 6.3.9 12094 - '@astrojs/mdx': 4.3.12(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 11635 + '@astrojs/mdx': 4.3.12(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 12095 11636 '@astrojs/sitemap': 3.5.1 12096 11637 '@pagefind/default-ui': 1.4.0 12097 11638 '@types/hast': 3.0.4 12098 11639 '@types/js-yaml': 4.0.9 12099 11640 '@types/mdast': 4.0.4 12100 - astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 12101 - astro-expressive-code: 0.41.3(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 11641 + astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 11642 + astro-expressive-code: 0.41.3(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 12102 11643 bcp-47: 2.1.0 12103 11644 hast-util-from-html: 2.0.3 12104 11645 hast-util-select: 6.0.4 ··· 12666 12207 12667 12208 '@babel/compat-data@7.28.5': {} 12668 12209 12669 - '@babel/core@7.26.10': 12670 - dependencies: 12671 - '@ampproject/remapping': 2.3.0 12672 - '@babel/code-frame': 7.27.1 12673 - '@babel/generator': 7.28.5 12674 - '@babel/helper-compilation-targets': 7.27.2 12675 - '@babel/helper-module-transforms': 7.28.3(@babel/core@7.26.10) 12676 - '@babel/helpers': 7.28.4 12677 - '@babel/parser': 7.28.5 12678 - '@babel/template': 7.27.2 12679 - '@babel/traverse': 7.28.5 12680 - '@babel/types': 7.28.5 12681 - convert-source-map: 2.0.0 12682 - debug: 4.4.3 12683 - gensync: 1.0.0-beta.2 12684 - json5: 2.2.3 12685 - semver: 6.3.1 12686 - transitivePeerDependencies: 12687 - - supports-color 12688 - 12689 12210 '@babel/core@7.28.5': 12690 12211 dependencies: 12691 12212 '@babel/code-frame': 7.27.1 ··· 12755 12276 transitivePeerDependencies: 12756 12277 - supports-color 12757 12278 12758 - '@babel/helper-module-transforms@7.28.3(@babel/core@7.26.10)': 12759 - dependencies: 12760 - '@babel/core': 7.26.10 12761 - '@babel/helper-module-imports': 7.27.1 12762 - '@babel/helper-validator-identifier': 7.28.5 12763 - '@babel/traverse': 7.28.5 12764 - transitivePeerDependencies: 12765 - - supports-color 12766 - 12767 12279 '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)': 12768 12280 dependencies: 12769 12281 '@babel/core': 7.28.5 ··· 12806 12318 '@babel/template': 7.27.2 12807 12319 '@babel/types': 7.28.5 12808 12320 12809 - '@babel/parser@7.27.0': 12810 - dependencies: 12811 - '@babel/types': 7.28.5 12812 - 12813 12321 '@babel/parser@7.28.5': 12814 12322 dependencies: 12815 12323 '@babel/types': 7.28.5 ··· 12851 12359 '@babel/code-frame': 7.27.1 12852 12360 '@babel/parser': 7.28.5 12853 12361 '@babel/types': 7.28.5 12854 - 12855 - '@babel/traverse@7.27.0': 12856 - dependencies: 12857 - '@babel/code-frame': 7.27.1 12858 - '@babel/generator': 7.28.5 12859 - '@babel/parser': 7.28.5 12860 - '@babel/template': 7.27.2 12861 - '@babel/types': 7.28.5 12862 - debug: 4.4.3 12863 - globals: 11.12.0 12864 - transitivePeerDependencies: 12865 - - supports-color 12866 12362 12867 12363 '@babel/traverse@7.28.5': 12868 12364 dependencies: ··· 13061 12557 13062 12558 '@emmetio/stream-reader@2.2.0': {} 13063 12559 12560 + '@emnapi/core@1.7.1': 12561 + dependencies: 12562 + '@emnapi/wasi-threads': 1.1.0 12563 + tslib: 2.8.1 12564 + optional: true 12565 + 13064 12566 '@emnapi/runtime@1.7.1': 12567 + dependencies: 12568 + tslib: 2.8.1 12569 + optional: true 12570 + 12571 + '@emnapi/wasi-threads@1.1.0': 13065 12572 dependencies: 13066 12573 tslib: 2.8.1 13067 12574 optional: true ··· 13149 12656 13150 12657 '@emotion/weak-memoize@0.4.0': {} 13151 12658 13152 - '@ericcornelissen/bash-parser@0.5.2': 13153 - dependencies: 13154 - array-last: 1.3.0 13155 - babylon: 6.18.0 13156 - compose-function: 3.0.3 13157 - deep-freeze: 0.0.1 13158 - filter-iterator: 0.0.1 13159 - filter-obj: 1.1.0 13160 - has-own-property: 0.1.0 13161 - identity-function: 1.0.0 13162 - is-iterable: 1.1.1 13163 - iterable-lookahead: 1.0.0 13164 - lodash.curry: 4.1.1 13165 - magic-string: 0.16.0 13166 - map-obj: 2.0.0 13167 - object-pairs: 0.1.0 13168 - object-values: 1.0.0 13169 - reverse-arguments: 1.0.0 13170 - shell-quote-word: 1.0.1 13171 - to-pascal-case: 1.0.0 13172 - unescape-js: 1.1.4 13173 - 13174 12659 '@esbuild-kit/core-utils@3.3.2': 13175 12660 dependencies: 13176 12661 esbuild: 0.18.20 ··· 13181 12666 '@esbuild-kit/core-utils': 3.3.2 13182 12667 get-tsconfig: 4.13.0 13183 12668 13184 - '@esbuild/aix-ppc64@0.25.10': 13185 - optional: true 13186 - 13187 12669 '@esbuild/aix-ppc64@0.25.12': 13188 12670 optional: true 13189 12671 13190 12672 '@esbuild/android-arm64@0.18.20': 13191 - optional: true 13192 - 13193 - '@esbuild/android-arm64@0.25.10': 13194 12673 optional: true 13195 12674 13196 12675 '@esbuild/android-arm64@0.25.12': ··· 13199 12678 '@esbuild/android-arm@0.18.20': 13200 12679 optional: true 13201 12680 13202 - '@esbuild/android-arm@0.25.10': 13203 - optional: true 13204 - 13205 12681 '@esbuild/android-arm@0.25.12': 13206 12682 optional: true 13207 12683 13208 12684 '@esbuild/android-x64@0.18.20': 13209 12685 optional: true 13210 12686 13211 - '@esbuild/android-x64@0.25.10': 13212 - optional: true 13213 - 13214 12687 '@esbuild/android-x64@0.25.12': 13215 12688 optional: true 13216 12689 13217 12690 '@esbuild/darwin-arm64@0.18.20': 13218 12691 optional: true 13219 12692 13220 - '@esbuild/darwin-arm64@0.25.10': 13221 - optional: true 13222 - 13223 12693 '@esbuild/darwin-arm64@0.25.12': 13224 12694 optional: true 13225 12695 13226 12696 '@esbuild/darwin-x64@0.18.20': 13227 - optional: true 13228 - 13229 - '@esbuild/darwin-x64@0.25.10': 13230 12697 optional: true 13231 12698 13232 12699 '@esbuild/darwin-x64@0.25.12': ··· 13235 12702 '@esbuild/freebsd-arm64@0.18.20': 13236 12703 optional: true 13237 12704 13238 - '@esbuild/freebsd-arm64@0.25.10': 13239 - optional: true 13240 - 13241 12705 '@esbuild/freebsd-arm64@0.25.12': 13242 12706 optional: true 13243 12707 13244 12708 '@esbuild/freebsd-x64@0.18.20': 13245 12709 optional: true 13246 12710 13247 - '@esbuild/freebsd-x64@0.25.10': 13248 - optional: true 13249 - 13250 12711 '@esbuild/freebsd-x64@0.25.12': 13251 12712 optional: true 13252 12713 13253 12714 '@esbuild/linux-arm64@0.18.20': 13254 - optional: true 13255 - 13256 - '@esbuild/linux-arm64@0.25.10': 13257 12715 optional: true 13258 12716 13259 12717 '@esbuild/linux-arm64@0.25.12': ··· 13262 12720 '@esbuild/linux-arm@0.18.20': 13263 12721 optional: true 13264 12722 13265 - '@esbuild/linux-arm@0.25.10': 13266 - optional: true 13267 - 13268 12723 '@esbuild/linux-arm@0.25.12': 13269 12724 optional: true 13270 12725 13271 12726 '@esbuild/linux-ia32@0.18.20': 13272 12727 optional: true 13273 12728 13274 - '@esbuild/linux-ia32@0.25.10': 13275 - optional: true 13276 - 13277 12729 '@esbuild/linux-ia32@0.25.12': 13278 12730 optional: true 13279 12731 13280 12732 '@esbuild/linux-loong64@0.18.20': 13281 12733 optional: true 13282 12734 13283 - '@esbuild/linux-loong64@0.25.10': 13284 - optional: true 13285 - 13286 12735 '@esbuild/linux-loong64@0.25.12': 13287 12736 optional: true 13288 12737 13289 12738 '@esbuild/linux-mips64el@0.18.20': 13290 - optional: true 13291 - 13292 - '@esbuild/linux-mips64el@0.25.10': 13293 12739 optional: true 13294 12740 13295 12741 '@esbuild/linux-mips64el@0.25.12': ··· 13298 12744 '@esbuild/linux-ppc64@0.18.20': 13299 12745 optional: true 13300 12746 13301 - '@esbuild/linux-ppc64@0.25.10': 13302 - optional: true 13303 - 13304 12747 '@esbuild/linux-ppc64@0.25.12': 13305 12748 optional: true 13306 12749 13307 12750 '@esbuild/linux-riscv64@0.18.20': 13308 12751 optional: true 13309 12752 13310 - '@esbuild/linux-riscv64@0.25.10': 13311 - optional: true 13312 - 13313 12753 '@esbuild/linux-riscv64@0.25.12': 13314 12754 optional: true 13315 12755 13316 12756 '@esbuild/linux-s390x@0.18.20': 13317 12757 optional: true 13318 12758 13319 - '@esbuild/linux-s390x@0.25.10': 13320 - optional: true 13321 - 13322 12759 '@esbuild/linux-s390x@0.25.12': 13323 12760 optional: true 13324 12761 13325 12762 '@esbuild/linux-x64@0.18.20': 13326 - optional: true 13327 - 13328 - '@esbuild/linux-x64@0.25.10': 13329 12763 optional: true 13330 12764 13331 12765 '@esbuild/linux-x64@0.25.12': 13332 12766 optional: true 13333 12767 13334 - '@esbuild/netbsd-arm64@0.25.10': 13335 - optional: true 13336 - 13337 12768 '@esbuild/netbsd-arm64@0.25.12': 13338 12769 optional: true 13339 12770 13340 12771 '@esbuild/netbsd-x64@0.18.20': 13341 12772 optional: true 13342 12773 13343 - '@esbuild/netbsd-x64@0.25.10': 13344 - optional: true 13345 - 13346 12774 '@esbuild/netbsd-x64@0.25.12': 13347 12775 optional: true 13348 12776 13349 - '@esbuild/openbsd-arm64@0.25.10': 13350 - optional: true 13351 - 13352 12777 '@esbuild/openbsd-arm64@0.25.12': 13353 12778 optional: true 13354 12779 13355 12780 '@esbuild/openbsd-x64@0.18.20': 13356 - optional: true 13357 - 13358 - '@esbuild/openbsd-x64@0.25.10': 13359 12781 optional: true 13360 12782 13361 12783 '@esbuild/openbsd-x64@0.25.12': 13362 12784 optional: true 13363 12785 13364 - '@esbuild/openharmony-arm64@0.25.10': 13365 - optional: true 13366 - 13367 12786 '@esbuild/openharmony-arm64@0.25.12': 13368 12787 optional: true 13369 12788 13370 12789 '@esbuild/sunos-x64@0.18.20': 13371 12790 optional: true 13372 12791 13373 - '@esbuild/sunos-x64@0.25.10': 13374 - optional: true 13375 - 13376 12792 '@esbuild/sunos-x64@0.25.12': 13377 12793 optional: true 13378 12794 13379 12795 '@esbuild/win32-arm64@0.18.20': 13380 12796 optional: true 13381 12797 13382 - '@esbuild/win32-arm64@0.25.10': 13383 - optional: true 13384 - 13385 12798 '@esbuild/win32-arm64@0.25.12': 13386 12799 optional: true 13387 12800 13388 12801 '@esbuild/win32-ia32@0.18.20': 13389 12802 optional: true 13390 12803 13391 - '@esbuild/win32-ia32@0.25.10': 13392 - optional: true 13393 - 13394 12804 '@esbuild/win32-ia32@0.25.12': 13395 12805 optional: true 13396 12806 13397 12807 '@esbuild/win32-x64@0.18.20': 13398 - optional: true 13399 - 13400 - '@esbuild/win32-x64@0.25.10': 13401 12808 optional: true 13402 12809 13403 12810 '@esbuild/win32-x64@0.25.12': ··· 13439 12846 '@floating-ui/core': 1.7.3 13440 12847 '@floating-ui/utils': 0.2.10 13441 12848 13442 - '@floating-ui/react-dom@2.1.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 13443 - dependencies: 13444 - '@floating-ui/dom': 1.7.4 13445 - react: 19.0.0 13446 - react-dom: 19.0.0(react@19.0.0) 13447 - 13448 12849 '@floating-ui/react-dom@2.1.6(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 13449 12850 dependencies: 13450 12851 '@floating-ui/dom': 1.7.4 ··· 13524 12925 - '@types/react' 13525 12926 - supports-color 13526 12927 13527 - '@hookform/resolvers@4.1.3(react-hook-form@7.66.1(react@19.2.2))': 12928 + '@hookform/resolvers@4.1.3(react-hook-form@7.68.0(react@19.2.2))': 13528 12929 dependencies: 13529 12930 '@standard-schema/utils': 0.3.0 13530 - react-hook-form: 7.66.1(react@19.2.2) 12931 + react-hook-form: 7.68.0(react@19.2.2) 13531 12932 13532 12933 '@iconify-json/lucide@1.2.26': 13533 12934 dependencies: ··· 13548 12949 transitivePeerDependencies: 13549 12950 - supports-color 13550 12951 13551 - '@img/colour@1.0.0': {} 12952 + '@img/colour@1.0.0': 12953 + optional: true 13552 12954 13553 12955 '@img/sharp-darwin-arm64@0.33.5': 13554 12956 optionalDependencies: 13555 12957 '@img/sharp-libvips-darwin-arm64': 1.0.4 13556 12958 optional: true 13557 12959 13558 - '@img/sharp-darwin-arm64@0.34.4': 13559 - optionalDependencies: 13560 - '@img/sharp-libvips-darwin-arm64': 1.2.3 13561 - optional: true 13562 - 13563 12960 '@img/sharp-darwin-arm64@0.34.5': 13564 12961 optionalDependencies: 13565 12962 '@img/sharp-libvips-darwin-arm64': 1.2.4 ··· 13570 12967 '@img/sharp-libvips-darwin-x64': 1.0.4 13571 12968 optional: true 13572 12969 13573 - '@img/sharp-darwin-x64@0.34.4': 13574 - optionalDependencies: 13575 - '@img/sharp-libvips-darwin-x64': 1.2.3 13576 - optional: true 13577 - 13578 12970 '@img/sharp-darwin-x64@0.34.5': 13579 12971 optionalDependencies: 13580 12972 '@img/sharp-libvips-darwin-x64': 1.2.4 ··· 13583 12975 '@img/sharp-libvips-darwin-arm64@1.0.4': 13584 12976 optional: true 13585 12977 13586 - '@img/sharp-libvips-darwin-arm64@1.2.3': 13587 - optional: true 13588 - 13589 12978 '@img/sharp-libvips-darwin-arm64@1.2.4': 13590 12979 optional: true 13591 12980 13592 12981 '@img/sharp-libvips-darwin-x64@1.0.4': 13593 - optional: true 13594 - 13595 - '@img/sharp-libvips-darwin-x64@1.2.3': 13596 12982 optional: true 13597 12983 13598 12984 '@img/sharp-libvips-darwin-x64@1.2.4': ··· 13601 12987 '@img/sharp-libvips-linux-arm64@1.0.4': 13602 12988 optional: true 13603 12989 13604 - '@img/sharp-libvips-linux-arm64@1.2.3': 13605 - optional: true 13606 - 13607 12990 '@img/sharp-libvips-linux-arm64@1.2.4': 13608 12991 optional: true 13609 12992 13610 12993 '@img/sharp-libvips-linux-arm@1.0.5': 13611 12994 optional: true 13612 12995 13613 - '@img/sharp-libvips-linux-arm@1.2.3': 13614 - optional: true 13615 - 13616 12996 '@img/sharp-libvips-linux-arm@1.2.4': 13617 12997 optional: true 13618 12998 13619 - '@img/sharp-libvips-linux-ppc64@1.2.3': 13620 - optional: true 13621 - 13622 12999 '@img/sharp-libvips-linux-ppc64@1.2.4': 13623 13000 optional: true 13624 13001 ··· 13626 13003 optional: true 13627 13004 13628 13005 '@img/sharp-libvips-linux-s390x@1.0.4': 13629 - optional: true 13630 - 13631 - '@img/sharp-libvips-linux-s390x@1.2.3': 13632 13006 optional: true 13633 13007 13634 13008 '@img/sharp-libvips-linux-s390x@1.2.4': ··· 13637 13011 '@img/sharp-libvips-linux-x64@1.0.4': 13638 13012 optional: true 13639 13013 13640 - '@img/sharp-libvips-linux-x64@1.2.3': 13641 - optional: true 13642 - 13643 13014 '@img/sharp-libvips-linux-x64@1.2.4': 13644 13015 optional: true 13645 13016 13646 13017 '@img/sharp-libvips-linuxmusl-arm64@1.0.4': 13647 13018 optional: true 13648 13019 13649 - '@img/sharp-libvips-linuxmusl-arm64@1.2.3': 13650 - optional: true 13651 - 13652 13020 '@img/sharp-libvips-linuxmusl-arm64@1.2.4': 13653 13021 optional: true 13654 13022 13655 13023 '@img/sharp-libvips-linuxmusl-x64@1.0.4': 13656 13024 optional: true 13657 13025 13658 - '@img/sharp-libvips-linuxmusl-x64@1.2.3': 13659 - optional: true 13660 - 13661 13026 '@img/sharp-libvips-linuxmusl-x64@1.2.4': 13662 13027 optional: true 13663 13028 ··· 13666 13031 '@img/sharp-libvips-linux-arm64': 1.0.4 13667 13032 optional: true 13668 13033 13669 - '@img/sharp-linux-arm64@0.34.4': 13670 - optionalDependencies: 13671 - '@img/sharp-libvips-linux-arm64': 1.2.3 13672 - optional: true 13673 - 13674 13034 '@img/sharp-linux-arm64@0.34.5': 13675 13035 optionalDependencies: 13676 13036 '@img/sharp-libvips-linux-arm64': 1.2.4 ··· 13681 13041 '@img/sharp-libvips-linux-arm': 1.0.5 13682 13042 optional: true 13683 13043 13684 - '@img/sharp-linux-arm@0.34.4': 13685 - optionalDependencies: 13686 - '@img/sharp-libvips-linux-arm': 1.2.3 13687 - optional: true 13688 - 13689 13044 '@img/sharp-linux-arm@0.34.5': 13690 13045 optionalDependencies: 13691 13046 '@img/sharp-libvips-linux-arm': 1.2.4 13692 13047 optional: true 13693 13048 13694 - '@img/sharp-linux-ppc64@0.34.4': 13695 - optionalDependencies: 13696 - '@img/sharp-libvips-linux-ppc64': 1.2.3 13697 - optional: true 13698 - 13699 13049 '@img/sharp-linux-ppc64@0.34.5': 13700 13050 optionalDependencies: 13701 13051 '@img/sharp-libvips-linux-ppc64': 1.2.4 ··· 13711 13061 '@img/sharp-libvips-linux-s390x': 1.0.4 13712 13062 optional: true 13713 13063 13714 - '@img/sharp-linux-s390x@0.34.4': 13715 - optionalDependencies: 13716 - '@img/sharp-libvips-linux-s390x': 1.2.3 13717 - optional: true 13718 - 13719 13064 '@img/sharp-linux-s390x@0.34.5': 13720 13065 optionalDependencies: 13721 13066 '@img/sharp-libvips-linux-s390x': 1.2.4 ··· 13726 13071 '@img/sharp-libvips-linux-x64': 1.0.4 13727 13072 optional: true 13728 13073 13729 - '@img/sharp-linux-x64@0.34.4': 13730 - optionalDependencies: 13731 - '@img/sharp-libvips-linux-x64': 1.2.3 13732 - optional: true 13733 - 13734 13074 '@img/sharp-linux-x64@0.34.5': 13735 13075 optionalDependencies: 13736 13076 '@img/sharp-libvips-linux-x64': 1.2.4 ··· 13741 13081 '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 13742 13082 optional: true 13743 13083 13744 - '@img/sharp-linuxmusl-arm64@0.34.4': 13745 - optionalDependencies: 13746 - '@img/sharp-libvips-linuxmusl-arm64': 1.2.3 13747 - optional: true 13748 - 13749 13084 '@img/sharp-linuxmusl-arm64@0.34.5': 13750 13085 optionalDependencies: 13751 13086 '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 ··· 13754 13089 '@img/sharp-linuxmusl-x64@0.33.5': 13755 13090 optionalDependencies: 13756 13091 '@img/sharp-libvips-linuxmusl-x64': 1.0.4 13757 - optional: true 13758 - 13759 - '@img/sharp-linuxmusl-x64@0.34.4': 13760 - optionalDependencies: 13761 - '@img/sharp-libvips-linuxmusl-x64': 1.2.3 13762 13092 optional: true 13763 13093 13764 13094 '@img/sharp-linuxmusl-x64@0.34.5': ··· 13771 13101 '@emnapi/runtime': 1.7.1 13772 13102 optional: true 13773 13103 13774 - '@img/sharp-wasm32@0.34.4': 13775 - dependencies: 13776 - '@emnapi/runtime': 1.7.1 13777 - optional: true 13778 - 13779 13104 '@img/sharp-wasm32@0.34.5': 13780 13105 dependencies: 13781 13106 '@emnapi/runtime': 1.7.1 13782 - optional: true 13783 - 13784 - '@img/sharp-win32-arm64@0.34.4': 13785 13107 optional: true 13786 13108 13787 13109 '@img/sharp-win32-arm64@0.34.5': ··· 13790 13112 '@img/sharp-win32-ia32@0.33.5': 13791 13113 optional: true 13792 13114 13793 - '@img/sharp-win32-ia32@0.34.4': 13794 - optional: true 13795 - 13796 13115 '@img/sharp-win32-ia32@0.34.5': 13797 13116 optional: true 13798 13117 13799 13118 '@img/sharp-win32-x64@0.33.5': 13800 - optional: true 13801 - 13802 - '@img/sharp-win32-x64@0.34.4': 13803 13119 optional: true 13804 13120 13805 13121 '@img/sharp-win32-x64@0.34.5': ··· 13827 13143 optionalDependencies: 13828 13144 '@types/node': 24.0.8 13829 13145 13830 - '@inquirer/external-editor@1.0.3(@types/node@20.8.0)': 13146 + '@inquirer/external-editor@1.0.3(@types/node@24.0.8)': 13831 13147 dependencies: 13832 13148 chardet: 2.1.1 13833 13149 iconv-lite: 0.7.0 13834 13150 optionalDependencies: 13835 - '@types/node': 20.8.0 13151 + '@types/node': 24.0.8 13836 13152 13837 13153 '@inquirer/figures@1.0.15': {} 13838 13154 ··· 13970 13286 '@logtape/logtape': 1.1.2 13971 13287 '@sentry/core': 9.47.1 13972 13288 13973 - '@lottiefiles/dotlottie-react@0.13.3(react@19.0.0)': 13974 - dependencies: 13975 - '@lottiefiles/dotlottie-web': 0.42.0 13976 - react: 19.0.0 13977 - 13978 - '@lottiefiles/dotlottie-web@0.42.0': {} 13979 - 13980 13289 '@mdx-js/mdx@3.1.1': 13981 13290 dependencies: 13982 13291 '@types/estree': 1.0.8 ··· 14040 13349 outvariant: 1.4.3 14041 13350 strict-event-emitter: 0.5.1 14042 13351 14043 - '@neon-rs/load@0.0.4': {} 13352 + '@napi-rs/wasm-runtime@1.1.0': 13353 + dependencies: 13354 + '@emnapi/core': 1.7.1 13355 + '@emnapi/runtime': 1.7.1 13356 + '@tybys/wasm-util': 0.10.1 13357 + optional: true 14044 13358 14045 - '@next/env@15.5.2': {} 13359 + '@neon-rs/load@0.0.4': {} 14046 13360 14047 13361 '@next/env@16.0.10': {} 14048 13362 14049 - '@next/swc-darwin-arm64@15.5.2': 14050 - optional: true 13363 + '@next/env@16.0.9': {} 14051 13364 14052 13365 '@next/swc-darwin-arm64@16.0.10': 14053 13366 optional: true 14054 13367 14055 - '@next/swc-darwin-x64@15.5.2': 13368 + '@next/swc-darwin-arm64@16.0.9': 14056 13369 optional: true 14057 13370 14058 13371 '@next/swc-darwin-x64@16.0.10': 14059 13372 optional: true 14060 13373 14061 - '@next/swc-linux-arm64-gnu@15.5.2': 13374 + '@next/swc-darwin-x64@16.0.9': 14062 13375 optional: true 14063 13376 14064 13377 '@next/swc-linux-arm64-gnu@16.0.10': 14065 13378 optional: true 14066 13379 14067 - '@next/swc-linux-arm64-musl@15.5.2': 13380 + '@next/swc-linux-arm64-gnu@16.0.9': 14068 13381 optional: true 14069 13382 14070 13383 '@next/swc-linux-arm64-musl@16.0.10': 14071 13384 optional: true 14072 13385 14073 - '@next/swc-linux-x64-gnu@15.5.2': 13386 + '@next/swc-linux-arm64-musl@16.0.9': 14074 13387 optional: true 14075 13388 14076 13389 '@next/swc-linux-x64-gnu@16.0.10': 14077 13390 optional: true 14078 13391 14079 - '@next/swc-linux-x64-musl@15.5.2': 13392 + '@next/swc-linux-x64-gnu@16.0.9': 14080 13393 optional: true 14081 13394 14082 13395 '@next/swc-linux-x64-musl@16.0.10': 14083 13396 optional: true 14084 13397 14085 - '@next/swc-win32-arm64-msvc@15.5.2': 13398 + '@next/swc-linux-x64-musl@16.0.9': 14086 13399 optional: true 14087 13400 14088 13401 '@next/swc-win32-arm64-msvc@16.0.10': 14089 13402 optional: true 14090 13403 14091 - '@next/swc-win32-x64-msvc@15.5.2': 13404 + '@next/swc-win32-arm64-msvc@16.0.9': 14092 13405 optional: true 14093 13406 14094 13407 '@next/swc-win32-x64-msvc@16.0.10': 14095 13408 optional: true 14096 13409 13410 + '@next/swc-win32-x64-msvc@16.0.9': 13411 + optional: true 13412 + 14097 13413 '@nodelib/fs.scandir@2.1.5': 14098 13414 dependencies: 14099 13415 '@nodelib/fs.stat': 2.0.5 14100 13416 run-parallel: 1.2.0 14101 13417 14102 - '@nodelib/fs.scandir@3.0.0': 14103 - dependencies: 14104 - '@nodelib/fs.stat': 3.0.0 14105 - run-parallel: 1.2.0 14106 - 14107 13418 '@nodelib/fs.stat@2.0.5': {} 14108 13419 14109 - '@nodelib/fs.stat@3.0.0': {} 14110 - 14111 13420 '@nodelib/fs.walk@1.2.8': 14112 13421 dependencies: 14113 13422 '@nodelib/fs.scandir': 2.1.5 14114 13423 fastq: 1.19.1 14115 13424 14116 - '@nodelib/fs.walk@2.0.0': 14117 - dependencies: 14118 - '@nodelib/fs.scandir': 3.0.0 14119 - fastq: 1.19.1 14120 - 14121 13425 '@one-ini/wasm@0.1.1': {} 14122 13426 14123 13427 '@open-draft/deferred-promise@2.2.0': {} ··· 14129 13433 14130 13434 '@open-draft/until@2.1.0': {} 14131 13435 14132 - '@openpanel/astro@1.0.1(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))': 14133 - dependencies: 14134 - '@openpanel/web': 1.0.1 14135 - astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 14136 - 14137 - '@openpanel/nextjs@1.0.8(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 13436 + '@openpanel/astro@1.0.1(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))': 14138 13437 dependencies: 14139 13438 '@openpanel/web': 1.0.1 14140 - next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14141 - react: 19.2.2 14142 - react-dom: 19.2.2(react@19.2.2) 13439 + astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 14143 13440 14144 13441 '@openpanel/nextjs@1.0.8(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14145 13442 dependencies: 14146 13443 '@openpanel/web': 1.0.1 14147 - next: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 13444 + next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14148 13445 react: 19.2.2 14149 13446 react-dom: 19.2.2(react@19.2.2) 14150 13447 ··· 14158 13455 dependencies: 14159 13456 '@opentelemetry/api': 1.9.0 14160 13457 13458 + '@opentelemetry/api-logs@0.208.0': 13459 + dependencies: 13460 + '@opentelemetry/api': 1.9.0 13461 + 14161 13462 '@opentelemetry/api-logs@0.57.2': 14162 13463 dependencies: 14163 13464 '@opentelemetry/api': 1.9.0 ··· 14187 13488 transitivePeerDependencies: 14188 13489 - supports-color 14189 13490 13491 + '@opentelemetry/instrumentation-amqplib@0.55.0(@opentelemetry/api@1.9.0)': 13492 + dependencies: 13493 + '@opentelemetry/api': 1.9.0 13494 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13495 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13496 + transitivePeerDependencies: 13497 + - supports-color 13498 + 14190 13499 '@opentelemetry/instrumentation-connect@0.48.0(@opentelemetry/api@1.9.0)': 14191 13500 dependencies: 14192 13501 '@opentelemetry/api': 1.9.0 ··· 14197 13506 transitivePeerDependencies: 14198 13507 - supports-color 14199 13508 13509 + '@opentelemetry/instrumentation-connect@0.52.0(@opentelemetry/api@1.9.0)': 13510 + dependencies: 13511 + '@opentelemetry/api': 1.9.0 13512 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13513 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13514 + '@opentelemetry/semantic-conventions': 1.38.0 13515 + '@types/connect': 3.4.38 13516 + transitivePeerDependencies: 13517 + - supports-color 13518 + 14200 13519 '@opentelemetry/instrumentation-dataloader@0.22.0(@opentelemetry/api@1.9.0)': 14201 13520 dependencies: 14202 13521 '@opentelemetry/api': 1.9.0 ··· 14204 13523 transitivePeerDependencies: 14205 13524 - supports-color 14206 13525 13526 + '@opentelemetry/instrumentation-dataloader@0.26.0(@opentelemetry/api@1.9.0)': 13527 + dependencies: 13528 + '@opentelemetry/api': 1.9.0 13529 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13530 + transitivePeerDependencies: 13531 + - supports-color 13532 + 14207 13533 '@opentelemetry/instrumentation-express@0.53.0(@opentelemetry/api@1.9.0)': 14208 13534 dependencies: 14209 13535 '@opentelemetry/api': 1.9.0 ··· 14213 13539 transitivePeerDependencies: 14214 13540 - supports-color 14215 13541 13542 + '@opentelemetry/instrumentation-express@0.57.0(@opentelemetry/api@1.9.0)': 13543 + dependencies: 13544 + '@opentelemetry/api': 1.9.0 13545 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13546 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13547 + '@opentelemetry/semantic-conventions': 1.38.0 13548 + transitivePeerDependencies: 13549 + - supports-color 13550 + 14216 13551 '@opentelemetry/instrumentation-fs@0.24.0(@opentelemetry/api@1.9.0)': 14217 13552 dependencies: 14218 13553 '@opentelemetry/api': 1.9.0 ··· 14221 13556 transitivePeerDependencies: 14222 13557 - supports-color 14223 13558 13559 + '@opentelemetry/instrumentation-fs@0.28.0(@opentelemetry/api@1.9.0)': 13560 + dependencies: 13561 + '@opentelemetry/api': 1.9.0 13562 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13563 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13564 + transitivePeerDependencies: 13565 + - supports-color 13566 + 14224 13567 '@opentelemetry/instrumentation-generic-pool@0.48.0(@opentelemetry/api@1.9.0)': 14225 13568 dependencies: 14226 13569 '@opentelemetry/api': 1.9.0 ··· 14228 13571 transitivePeerDependencies: 14229 13572 - supports-color 14230 13573 13574 + '@opentelemetry/instrumentation-generic-pool@0.52.0(@opentelemetry/api@1.9.0)': 13575 + dependencies: 13576 + '@opentelemetry/api': 1.9.0 13577 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13578 + transitivePeerDependencies: 13579 + - supports-color 13580 + 14231 13581 '@opentelemetry/instrumentation-graphql@0.52.0(@opentelemetry/api@1.9.0)': 14232 13582 dependencies: 14233 13583 '@opentelemetry/api': 1.9.0 ··· 14235 13585 transitivePeerDependencies: 14236 13586 - supports-color 14237 13587 13588 + '@opentelemetry/instrumentation-graphql@0.56.0(@opentelemetry/api@1.9.0)': 13589 + dependencies: 13590 + '@opentelemetry/api': 1.9.0 13591 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13592 + transitivePeerDependencies: 13593 + - supports-color 13594 + 14238 13595 '@opentelemetry/instrumentation-hapi@0.51.0(@opentelemetry/api@1.9.0)': 14239 13596 dependencies: 14240 13597 '@opentelemetry/api': 1.9.0 ··· 14244 13601 transitivePeerDependencies: 14245 13602 - supports-color 14246 13603 13604 + '@opentelemetry/instrumentation-hapi@0.55.0(@opentelemetry/api@1.9.0)': 13605 + dependencies: 13606 + '@opentelemetry/api': 1.9.0 13607 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13608 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13609 + '@opentelemetry/semantic-conventions': 1.38.0 13610 + transitivePeerDependencies: 13611 + - supports-color 13612 + 14247 13613 '@opentelemetry/instrumentation-http@0.204.0(@opentelemetry/api@1.9.0)': 14248 13614 dependencies: 14249 13615 '@opentelemetry/api': 1.9.0 ··· 14254 13620 transitivePeerDependencies: 14255 13621 - supports-color 14256 13622 13623 + '@opentelemetry/instrumentation-http@0.208.0(@opentelemetry/api@1.9.0)': 13624 + dependencies: 13625 + '@opentelemetry/api': 1.9.0 13626 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13627 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13628 + '@opentelemetry/semantic-conventions': 1.38.0 13629 + forwarded-parse: 2.1.2 13630 + transitivePeerDependencies: 13631 + - supports-color 13632 + 14257 13633 '@opentelemetry/instrumentation-ioredis@0.52.0(@opentelemetry/api@1.9.0)': 14258 13634 dependencies: 14259 13635 '@opentelemetry/api': 1.9.0 ··· 14263 13639 transitivePeerDependencies: 14264 13640 - supports-color 14265 13641 13642 + '@opentelemetry/instrumentation-ioredis@0.56.0(@opentelemetry/api@1.9.0)': 13643 + dependencies: 13644 + '@opentelemetry/api': 1.9.0 13645 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13646 + '@opentelemetry/redis-common': 0.38.2 13647 + transitivePeerDependencies: 13648 + - supports-color 13649 + 14266 13650 '@opentelemetry/instrumentation-kafkajs@0.14.0(@opentelemetry/api@1.9.0)': 14267 13651 dependencies: 14268 13652 '@opentelemetry/api': 1.9.0 ··· 14271 13655 transitivePeerDependencies: 14272 13656 - supports-color 14273 13657 13658 + '@opentelemetry/instrumentation-kafkajs@0.18.0(@opentelemetry/api@1.9.0)': 13659 + dependencies: 13660 + '@opentelemetry/api': 1.9.0 13661 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13662 + '@opentelemetry/semantic-conventions': 1.38.0 13663 + transitivePeerDependencies: 13664 + - supports-color 13665 + 14274 13666 '@opentelemetry/instrumentation-knex@0.49.0(@opentelemetry/api@1.9.0)': 14275 13667 dependencies: 14276 13668 '@opentelemetry/api': 1.9.0 ··· 14279 13671 transitivePeerDependencies: 14280 13672 - supports-color 14281 13673 13674 + '@opentelemetry/instrumentation-knex@0.53.0(@opentelemetry/api@1.9.0)': 13675 + dependencies: 13676 + '@opentelemetry/api': 1.9.0 13677 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13678 + '@opentelemetry/semantic-conventions': 1.38.0 13679 + transitivePeerDependencies: 13680 + - supports-color 13681 + 14282 13682 '@opentelemetry/instrumentation-koa@0.52.0(@opentelemetry/api@1.9.0)': 14283 13683 dependencies: 14284 13684 '@opentelemetry/api': 1.9.0 ··· 14288 13688 transitivePeerDependencies: 14289 13689 - supports-color 14290 13690 13691 + '@opentelemetry/instrumentation-koa@0.57.0(@opentelemetry/api@1.9.0)': 13692 + dependencies: 13693 + '@opentelemetry/api': 1.9.0 13694 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13695 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13696 + '@opentelemetry/semantic-conventions': 1.38.0 13697 + transitivePeerDependencies: 13698 + - supports-color 13699 + 14291 13700 '@opentelemetry/instrumentation-lru-memoizer@0.49.0(@opentelemetry/api@1.9.0)': 14292 13701 dependencies: 14293 13702 '@opentelemetry/api': 1.9.0 ··· 14295 13704 transitivePeerDependencies: 14296 13705 - supports-color 14297 13706 13707 + '@opentelemetry/instrumentation-lru-memoizer@0.53.0(@opentelemetry/api@1.9.0)': 13708 + dependencies: 13709 + '@opentelemetry/api': 1.9.0 13710 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13711 + transitivePeerDependencies: 13712 + - supports-color 13713 + 14298 13714 '@opentelemetry/instrumentation-mongodb@0.57.0(@opentelemetry/api@1.9.0)': 14299 13715 dependencies: 14300 13716 '@opentelemetry/api': 1.9.0 ··· 14303 13719 transitivePeerDependencies: 14304 13720 - supports-color 14305 13721 13722 + '@opentelemetry/instrumentation-mongodb@0.61.0(@opentelemetry/api@1.9.0)': 13723 + dependencies: 13724 + '@opentelemetry/api': 1.9.0 13725 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13726 + transitivePeerDependencies: 13727 + - supports-color 13728 + 14306 13729 '@opentelemetry/instrumentation-mongoose@0.51.0(@opentelemetry/api@1.9.0)': 14307 13730 dependencies: 14308 13731 '@opentelemetry/api': 1.9.0 ··· 14312 13735 transitivePeerDependencies: 14313 13736 - supports-color 14314 13737 13738 + '@opentelemetry/instrumentation-mongoose@0.55.0(@opentelemetry/api@1.9.0)': 13739 + dependencies: 13740 + '@opentelemetry/api': 1.9.0 13741 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13742 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13743 + transitivePeerDependencies: 13744 + - supports-color 13745 + 14315 13746 '@opentelemetry/instrumentation-mysql2@0.51.0(@opentelemetry/api@1.9.0)': 14316 13747 dependencies: 14317 13748 '@opentelemetry/api': 1.9.0 ··· 14321 13752 transitivePeerDependencies: 14322 13753 - supports-color 14323 13754 13755 + '@opentelemetry/instrumentation-mysql2@0.55.0(@opentelemetry/api@1.9.0)': 13756 + dependencies: 13757 + '@opentelemetry/api': 1.9.0 13758 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13759 + '@opentelemetry/semantic-conventions': 1.38.0 13760 + '@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.0) 13761 + transitivePeerDependencies: 13762 + - supports-color 13763 + 14324 13764 '@opentelemetry/instrumentation-mysql@0.50.0(@opentelemetry/api@1.9.0)': 14325 13765 dependencies: 14326 13766 '@opentelemetry/api': 1.9.0 ··· 14330 13770 transitivePeerDependencies: 14331 13771 - supports-color 14332 13772 13773 + '@opentelemetry/instrumentation-mysql@0.54.0(@opentelemetry/api@1.9.0)': 13774 + dependencies: 13775 + '@opentelemetry/api': 1.9.0 13776 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13777 + '@types/mysql': 2.15.27 13778 + transitivePeerDependencies: 13779 + - supports-color 13780 + 14333 13781 '@opentelemetry/instrumentation-pg@0.57.0(@opentelemetry/api@1.9.0)': 14334 13782 dependencies: 14335 13783 '@opentelemetry/api': 1.9.0 ··· 14342 13790 transitivePeerDependencies: 14343 13791 - supports-color 14344 13792 13793 + '@opentelemetry/instrumentation-pg@0.61.0(@opentelemetry/api@1.9.0)': 13794 + dependencies: 13795 + '@opentelemetry/api': 1.9.0 13796 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13797 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13798 + '@opentelemetry/semantic-conventions': 1.38.0 13799 + '@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.0) 13800 + '@types/pg': 8.15.6 13801 + '@types/pg-pool': 2.0.6 13802 + transitivePeerDependencies: 13803 + - supports-color 13804 + 14345 13805 '@opentelemetry/instrumentation-redis@0.53.0(@opentelemetry/api@1.9.0)': 14346 13806 dependencies: 14347 13807 '@opentelemetry/api': 1.9.0 ··· 14351 13811 transitivePeerDependencies: 14352 13812 - supports-color 14353 13813 13814 + '@opentelemetry/instrumentation-redis@0.57.0(@opentelemetry/api@1.9.0)': 13815 + dependencies: 13816 + '@opentelemetry/api': 1.9.0 13817 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13818 + '@opentelemetry/redis-common': 0.38.2 13819 + '@opentelemetry/semantic-conventions': 1.38.0 13820 + transitivePeerDependencies: 13821 + - supports-color 13822 + 14354 13823 '@opentelemetry/instrumentation-tedious@0.23.0(@opentelemetry/api@1.9.0)': 14355 13824 dependencies: 14356 13825 '@opentelemetry/api': 1.9.0 ··· 14360 13829 transitivePeerDependencies: 14361 13830 - supports-color 14362 13831 13832 + '@opentelemetry/instrumentation-tedious@0.27.0(@opentelemetry/api@1.9.0)': 13833 + dependencies: 13834 + '@opentelemetry/api': 1.9.0 13835 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13836 + '@types/tedious': 4.0.14 13837 + transitivePeerDependencies: 13838 + - supports-color 13839 + 14363 13840 '@opentelemetry/instrumentation-undici@0.15.0(@opentelemetry/api@1.9.0)': 14364 13841 dependencies: 14365 13842 '@opentelemetry/api': 1.9.0 ··· 14368 13845 transitivePeerDependencies: 14369 13846 - supports-color 14370 13847 13848 + '@opentelemetry/instrumentation-undici@0.19.0(@opentelemetry/api@1.9.0)': 13849 + dependencies: 13850 + '@opentelemetry/api': 1.9.0 13851 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 13852 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 13853 + '@opentelemetry/semantic-conventions': 1.38.0 13854 + transitivePeerDependencies: 13855 + - supports-color 13856 + 14371 13857 '@opentelemetry/instrumentation@0.204.0(@opentelemetry/api@1.9.0)': 14372 13858 dependencies: 14373 13859 '@opentelemetry/api': 1.9.0 ··· 14377 13863 transitivePeerDependencies: 14378 13864 - supports-color 14379 13865 13866 + '@opentelemetry/instrumentation@0.208.0(@opentelemetry/api@1.9.0)': 13867 + dependencies: 13868 + '@opentelemetry/api': 1.9.0 13869 + '@opentelemetry/api-logs': 0.208.0 13870 + import-in-the-middle: 2.0.0 13871 + require-in-the-middle: 8.0.1 13872 + transitivePeerDependencies: 13873 + - supports-color 13874 + 14380 13875 '@opentelemetry/instrumentation@0.57.2(@opentelemetry/api@1.9.0)': 14381 13876 dependencies: 14382 13877 '@opentelemetry/api': 1.9.0 ··· 14413 13908 14414 13909 '@oslojs/encoding@1.1.0': {} 14415 13910 13911 + '@oxc-resolver/binding-android-arm-eabi@11.15.0': 13912 + optional: true 13913 + 13914 + '@oxc-resolver/binding-android-arm64@11.15.0': 13915 + optional: true 13916 + 13917 + '@oxc-resolver/binding-darwin-arm64@11.15.0': 13918 + optional: true 13919 + 13920 + '@oxc-resolver/binding-darwin-x64@11.15.0': 13921 + optional: true 13922 + 13923 + '@oxc-resolver/binding-freebsd-x64@11.15.0': 13924 + optional: true 13925 + 13926 + '@oxc-resolver/binding-linux-arm-gnueabihf@11.15.0': 13927 + optional: true 13928 + 13929 + '@oxc-resolver/binding-linux-arm-musleabihf@11.15.0': 13930 + optional: true 13931 + 13932 + '@oxc-resolver/binding-linux-arm64-gnu@11.15.0': 13933 + optional: true 13934 + 13935 + '@oxc-resolver/binding-linux-arm64-musl@11.15.0': 13936 + optional: true 13937 + 13938 + '@oxc-resolver/binding-linux-ppc64-gnu@11.15.0': 13939 + optional: true 13940 + 13941 + '@oxc-resolver/binding-linux-riscv64-gnu@11.15.0': 13942 + optional: true 13943 + 13944 + '@oxc-resolver/binding-linux-riscv64-musl@11.15.0': 13945 + optional: true 13946 + 13947 + '@oxc-resolver/binding-linux-s390x-gnu@11.15.0': 13948 + optional: true 13949 + 13950 + '@oxc-resolver/binding-linux-x64-gnu@11.15.0': 13951 + optional: true 13952 + 13953 + '@oxc-resolver/binding-linux-x64-musl@11.15.0': 13954 + optional: true 13955 + 13956 + '@oxc-resolver/binding-openharmony-arm64@11.15.0': 13957 + optional: true 13958 + 13959 + '@oxc-resolver/binding-wasm32-wasi@11.15.0': 13960 + dependencies: 13961 + '@napi-rs/wasm-runtime': 1.1.0 13962 + optional: true 13963 + 13964 + '@oxc-resolver/binding-win32-arm64-msvc@11.15.0': 13965 + optional: true 13966 + 13967 + '@oxc-resolver/binding-win32-ia32-msvc@11.15.0': 13968 + optional: true 13969 + 13970 + '@oxc-resolver/binding-win32-x64-msvc@11.15.0': 13971 + optional: true 13972 + 14416 13973 '@pagefind/darwin-arm64@1.4.0': 14417 13974 optional: true 14418 13975 ··· 14505 14062 transitivePeerDependencies: 14506 14063 - supports-color 14507 14064 14065 + '@prisma/instrumentation@6.19.0(@opentelemetry/api@1.9.0)': 14066 + dependencies: 14067 + '@opentelemetry/api': 1.9.0 14068 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 14069 + transitivePeerDependencies: 14070 + - supports-color 14071 + 14508 14072 '@protobufjs/aspromise@1.1.2': {} 14509 14073 14510 14074 '@protobufjs/base64@1.1.2': {} ··· 14528 14092 14529 14093 '@protobufjs/utf8@1.1.0': {} 14530 14094 14531 - '@radix-ui/colors@3.0.0': {} 14532 - 14533 14095 '@radix-ui/number@1.1.0': {} 14534 14096 14535 14097 '@radix-ui/number@1.1.1': {} ··· 14538 14100 14539 14101 '@radix-ui/primitive@1.1.2': {} 14540 14102 14541 - '@radix-ui/primitive@1.1.3': {} 14542 - 14543 - '@radix-ui/react-accordion@1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14103 + '@radix-ui/react-accordion@1.2.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14544 14104 dependencies: 14545 14105 '@radix-ui/primitive': 1.1.1 14546 - '@radix-ui/react-collapsible': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14547 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14106 + '@radix-ui/react-collapsible': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14107 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14548 14108 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14549 14109 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14550 14110 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14551 14111 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14552 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14112 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14553 14113 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14554 14114 react: 19.2.2 14555 14115 react-dom: 19.2.2(react@19.2.2) 14556 14116 optionalDependencies: 14557 14117 '@types/react': 19.2.2 14558 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14118 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14559 14119 14560 14120 '@radix-ui/react-alert-dialog@1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14561 14121 dependencies: ··· 14571 14131 '@types/react': 19.2.2 14572 14132 '@types/react-dom': 19.2.2(@types/react@19.2.2) 14573 14133 14574 - '@radix-ui/react-alert-dialog@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14134 + '@radix-ui/react-alert-dialog@1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14575 14135 dependencies: 14576 14136 '@radix-ui/primitive': 1.1.1 14577 14137 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14578 14138 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14579 - '@radix-ui/react-dialog': 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14580 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14139 + '@radix-ui/react-dialog': 1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14140 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14581 14141 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14582 14142 react: 19.2.2 14583 14143 react-dom: 19.2.2(react@19.2.2) 14584 14144 optionalDependencies: 14585 14145 '@types/react': 19.2.2 14586 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14146 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14587 14147 14588 - '@radix-ui/react-arrow@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14148 + '@radix-ui/react-arrow@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14589 14149 dependencies: 14590 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14150 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14591 14151 react: 19.2.2 14592 14152 react-dom: 19.2.2(react@19.2.2) 14593 14153 optionalDependencies: 14594 14154 '@types/react': 19.2.2 14595 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14596 - 14597 - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 14598 - dependencies: 14599 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 14600 - react: 19.0.0 14601 - react-dom: 19.0.0(react@19.0.0) 14602 - optionalDependencies: 14603 - '@types/react': 19.0.10 14604 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 14155 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14605 14156 14606 14157 '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14607 14158 dependencies: ··· 14625 14176 '@types/react': 19.2.2 14626 14177 '@types/react-dom': 19.2.2(@types/react@19.2.2) 14627 14178 14628 - '@radix-ui/react-avatar@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14179 + '@radix-ui/react-avatar@1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14629 14180 dependencies: 14630 14181 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14631 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14182 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14632 14183 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14633 14184 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14634 14185 react: 19.2.2 14635 14186 react-dom: 19.2.2(react@19.2.2) 14636 14187 optionalDependencies: 14637 14188 '@types/react': 19.2.2 14638 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14189 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14639 14190 14640 - '@radix-ui/react-checkbox@1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14191 + '@radix-ui/react-checkbox@1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14641 14192 dependencies: 14642 14193 '@radix-ui/primitive': 1.1.1 14643 14194 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14644 14195 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14645 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14646 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14196 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14197 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14647 14198 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14648 14199 '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14649 14200 '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.2) ··· 14651 14202 react-dom: 19.2.2(react@19.2.2) 14652 14203 optionalDependencies: 14653 14204 '@types/react': 19.2.2 14654 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14205 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14655 14206 14656 14207 '@radix-ui/react-checkbox@1.3.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14657 14208 dependencies: ··· 14685 14236 '@types/react': 19.2.2 14686 14237 '@types/react-dom': 19.2.2(@types/react@19.2.2) 14687 14238 14688 - '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 14689 - dependencies: 14690 - '@radix-ui/primitive': 1.1.3 14691 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 14692 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 14693 - '@radix-ui/react-id': 1.1.1(@types/react@19.0.10)(react@19.0.0) 14694 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 14695 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 14696 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 14697 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 14698 - react: 19.0.0 14699 - react-dom: 19.0.0(react@19.0.0) 14700 - optionalDependencies: 14701 - '@types/react': 19.0.10 14702 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 14703 - 14704 - '@radix-ui/react-collapsible@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14239 + '@radix-ui/react-collapsible@1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14705 14240 dependencies: 14706 14241 '@radix-ui/primitive': 1.1.1 14707 14242 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14708 14243 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14709 14244 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14710 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14711 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14245 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14246 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14712 14247 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14713 14248 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14714 14249 react: 19.2.2 14715 14250 react-dom: 19.2.2(react@19.2.2) 14716 14251 optionalDependencies: 14717 14252 '@types/react': 19.2.2 14718 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14253 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14719 14254 14720 - '@radix-ui/react-collection@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14255 + '@radix-ui/react-collection@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14721 14256 dependencies: 14722 14257 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14723 14258 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14724 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14259 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14725 14260 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14726 14261 react: 19.2.2 14727 14262 react-dom: 19.2.2(react@19.2.2) 14728 14263 optionalDependencies: 14729 14264 '@types/react': 19.2.2 14730 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14731 - 14732 - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 14733 - dependencies: 14734 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 14735 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 14736 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 14737 - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.10)(react@19.0.0) 14738 - react: 19.0.0 14739 - react-dom: 19.0.0(react@19.0.0) 14740 - optionalDependencies: 14741 - '@types/react': 19.0.10 14742 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 14265 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14743 14266 14744 14267 '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14745 14268 dependencies: ··· 14759 14282 optionalDependencies: 14760 14283 '@types/react': 19.2.2 14761 14284 14762 - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.0.10)(react@19.0.0)': 14763 - dependencies: 14764 - react: 19.0.0 14765 - optionalDependencies: 14766 - '@types/react': 19.0.10 14767 - 14768 14285 '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.2)(react@19.2.2)': 14769 14286 dependencies: 14770 14287 react: 19.2.2 14771 14288 optionalDependencies: 14772 14289 '@types/react': 19.2.2 14773 14290 14774 - '@radix-ui/react-context-menu@2.2.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14291 + '@radix-ui/react-context-menu@2.2.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14775 14292 dependencies: 14776 14293 '@radix-ui/primitive': 1.1.1 14777 14294 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14778 - '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14779 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14295 + '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14296 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14780 14297 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14781 14298 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14782 14299 react: 19.2.2 14783 14300 react-dom: 19.2.2(react@19.2.2) 14784 14301 optionalDependencies: 14785 14302 '@types/react': 19.2.2 14786 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14303 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14787 14304 14788 14305 '@radix-ui/react-context@1.1.1(@types/react@19.2.2)(react@19.2.2)': 14789 14306 dependencies: ··· 14791 14308 optionalDependencies: 14792 14309 '@types/react': 19.2.2 14793 14310 14794 - '@radix-ui/react-context@1.1.2(@types/react@19.0.10)(react@19.0.0)': 14795 - dependencies: 14796 - react: 19.0.0 14797 - optionalDependencies: 14798 - '@types/react': 19.0.10 14799 - 14800 14311 '@radix-ui/react-context@1.1.2(@types/react@19.2.2)(react@19.2.2)': 14801 14312 dependencies: 14802 14313 react: 19.2.2 14803 14314 optionalDependencies: 14804 14315 '@types/react': 19.2.2 14805 14316 14806 - '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14807 - dependencies: 14808 - '@radix-ui/primitive': 1.1.2 14809 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.2) 14810 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.2)(react@19.2.2) 14811 - '@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14812 - '@radix-ui/react-focus-guards': 1.1.2(@types/react@19.2.2)(react@19.2.2) 14813 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14814 - '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14815 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14816 - '@radix-ui/react-presence': 1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14817 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14818 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.2) 14819 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.2)(react@19.2.2) 14820 - aria-hidden: 1.2.6 14821 - react: 19.2.2 14822 - react-dom: 19.2.2(react@19.2.2) 14823 - react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.2) 14824 - optionalDependencies: 14825 - '@types/react': 19.2.2 14826 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14827 - 14828 14317 '@radix-ui/react-dialog@1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14829 14318 dependencies: 14830 14319 '@radix-ui/primitive': 1.1.2 ··· 14847 14336 '@types/react': 19.2.2 14848 14337 '@types/react-dom': 19.2.2(@types/react@19.2.2) 14849 14338 14850 - '@radix-ui/react-dialog@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14339 + '@radix-ui/react-dialog@1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14851 14340 dependencies: 14852 14341 '@radix-ui/primitive': 1.1.1 14853 14342 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14854 14343 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14855 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14344 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14856 14345 '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14857 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14346 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14858 14347 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14859 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14860 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14861 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14348 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14349 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14350 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14862 14351 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14863 14352 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14864 14353 aria-hidden: 1.2.6 ··· 14867 14356 react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.2) 14868 14357 optionalDependencies: 14869 14358 '@types/react': 19.2.2 14870 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14359 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14871 14360 14872 14361 '@radix-ui/react-direction@1.1.0(@types/react@19.2.2)(react@19.2.2)': 14873 14362 dependencies: ··· 14875 14364 optionalDependencies: 14876 14365 '@types/react': 19.2.2 14877 14366 14878 - '@radix-ui/react-direction@1.1.1(@types/react@19.0.10)(react@19.0.0)': 14879 - dependencies: 14880 - react: 19.0.0 14881 - optionalDependencies: 14882 - '@types/react': 19.0.10 14883 - 14884 14367 '@radix-ui/react-direction@1.1.1(@types/react@19.2.2)(react@19.2.2)': 14885 14368 dependencies: 14886 14369 react: 19.2.2 14887 14370 optionalDependencies: 14888 14371 '@types/react': 19.2.2 14889 - 14890 - '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14891 - dependencies: 14892 - '@radix-ui/primitive': 1.1.2 14893 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.2) 14894 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14895 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14896 - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14897 - react: 19.2.2 14898 - react-dom: 19.2.2(react@19.2.2) 14899 - optionalDependencies: 14900 - '@types/react': 19.2.2 14901 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14902 14372 14903 14373 '@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14904 14374 dependencies: ··· 14913 14383 '@types/react': 19.2.2 14914 14384 '@types/react-dom': 19.2.2(@types/react@19.2.2) 14915 14385 14916 - '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 14917 - dependencies: 14918 - '@radix-ui/primitive': 1.1.3 14919 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 14920 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 14921 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.10)(react@19.0.0) 14922 - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.0.10)(react@19.0.0) 14923 - react: 19.0.0 14924 - react-dom: 19.0.0(react@19.0.0) 14925 - optionalDependencies: 14926 - '@types/react': 19.0.10 14927 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 14928 - 14929 - '@radix-ui/react-dismissable-layer@1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14386 + '@radix-ui/react-dismissable-layer@1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14930 14387 dependencies: 14931 14388 '@radix-ui/primitive': 1.1.1 14932 14389 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14933 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14390 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14934 14391 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14935 14392 '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14936 14393 react: 19.2.2 14937 14394 react-dom: 19.2.2(react@19.2.2) 14938 14395 optionalDependencies: 14939 14396 '@types/react': 19.2.2 14940 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14397 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14941 14398 14942 14399 '@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14943 14400 dependencies: ··· 14954 14411 '@types/react': 19.2.2 14955 14412 '@types/react-dom': 19.2.2(@types/react@19.2.2) 14956 14413 14957 - '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 14958 - dependencies: 14959 - '@radix-ui/primitive': 1.1.3 14960 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 14961 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 14962 - '@radix-ui/react-id': 1.1.1(@types/react@19.0.10)(react@19.0.0) 14963 - '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 14964 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 14965 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 14966 - react: 19.0.0 14967 - react-dom: 19.0.0(react@19.0.0) 14968 - optionalDependencies: 14969 - '@types/react': 19.0.10 14970 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 14971 - 14972 - '@radix-ui/react-dropdown-menu@2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14414 + '@radix-ui/react-dropdown-menu@2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14973 14415 dependencies: 14974 14416 '@radix-ui/primitive': 1.1.1 14975 14417 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14976 14418 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 14977 14419 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14978 - '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14979 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14420 + '@radix-ui/react-menu': 2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14421 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14980 14422 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 14981 14423 react: 19.2.2 14982 14424 react-dom: 19.2.2(react@19.2.2) 14983 14425 optionalDependencies: 14984 14426 '@types/react': 19.2.2 14985 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14427 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 14986 14428 14987 14429 '@radix-ui/react-focus-guards@1.1.1(@types/react@19.2.2)(react@19.2.2)': 14988 14430 dependencies: ··· 14996 14438 optionalDependencies: 14997 14439 '@types/react': 19.2.2 14998 14440 14999 - '@radix-ui/react-focus-guards@1.1.3(@types/react@19.0.10)(react@19.0.0)': 15000 - dependencies: 15001 - react: 19.0.0 15002 - optionalDependencies: 15003 - '@types/react': 19.0.10 15004 - 15005 - '@radix-ui/react-focus-scope@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14441 + '@radix-ui/react-focus-scope@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15006 14442 dependencies: 15007 14443 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15008 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14444 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15009 14445 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15010 14446 react: 19.2.2 15011 14447 react-dom: 19.2.2(react@19.2.2) 15012 14448 optionalDependencies: 15013 14449 '@types/react': 19.2.2 15014 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15015 - 15016 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15017 - dependencies: 15018 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15019 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15020 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15021 - react: 19.0.0 15022 - react-dom: 19.0.0(react@19.0.0) 15023 - optionalDependencies: 15024 - '@types/react': 19.0.10 15025 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15026 - 15027 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15028 - dependencies: 15029 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.2) 15030 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15031 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15032 - react: 19.2.2 15033 - react-dom: 19.2.2(react@19.2.2) 15034 - optionalDependencies: 15035 - '@types/react': 19.2.2 15036 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14450 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15037 14451 15038 14452 '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15039 14453 dependencies: ··· 15063 14477 '@types/react': 19.2.2 15064 14478 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15065 14479 15066 - '@radix-ui/react-hover-card@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14480 + '@radix-ui/react-hover-card@1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15067 14481 dependencies: 15068 14482 '@radix-ui/primitive': 1.1.1 15069 14483 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15070 14484 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15071 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15072 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15073 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15074 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15075 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14485 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14486 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14487 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14488 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14489 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15076 14490 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15077 14491 react: 19.2.2 15078 14492 react-dom: 19.2.2(react@19.2.2) 15079 14493 optionalDependencies: 15080 14494 '@types/react': 19.2.2 15081 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14495 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15082 14496 15083 14497 '@radix-ui/react-id@1.1.0(@types/react@19.2.2)(react@19.2.2)': 15084 14498 dependencies: ··· 15087 14501 optionalDependencies: 15088 14502 '@types/react': 19.2.2 15089 14503 15090 - '@radix-ui/react-id@1.1.1(@types/react@19.0.10)(react@19.0.0)': 15091 - dependencies: 15092 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15093 - react: 19.0.0 15094 - optionalDependencies: 15095 - '@types/react': 19.0.10 15096 - 15097 14504 '@radix-ui/react-id@1.1.1(@types/react@19.2.2)(react@19.2.2)': 15098 14505 dependencies: 15099 14506 '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.2) ··· 15101 14508 optionalDependencies: 15102 14509 '@types/react': 19.2.2 15103 14510 15104 - '@radix-ui/react-label@2.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14511 + '@radix-ui/react-label@2.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15105 14512 dependencies: 15106 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14513 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15107 14514 react: 19.2.2 15108 14515 react-dom: 19.2.2(react@19.2.2) 15109 14516 optionalDependencies: 15110 14517 '@types/react': 19.2.2 15111 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14518 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15112 14519 15113 14520 '@radix-ui/react-label@2.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15114 14521 dependencies: ··· 15145 14552 '@types/react': 19.2.2 15146 14553 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15147 14554 15148 - '@radix-ui/react-menu@2.1.16(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15149 - dependencies: 15150 - '@radix-ui/primitive': 1.1.3 15151 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15152 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15153 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15154 - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15155 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15156 - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.10)(react@19.0.0) 15157 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15158 - '@radix-ui/react-id': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15159 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15160 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15161 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15162 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15163 - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15164 - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.10)(react@19.0.0) 15165 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15166 - aria-hidden: 1.2.6 15167 - react: 19.0.0 15168 - react-dom: 19.0.0(react@19.0.0) 15169 - react-remove-scroll: 2.7.1(@types/react@19.0.10)(react@19.0.0) 15170 - optionalDependencies: 15171 - '@types/react': 19.0.10 15172 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15173 - 15174 - '@radix-ui/react-menu@2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14555 + '@radix-ui/react-menu@2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15175 14556 dependencies: 15176 14557 '@radix-ui/primitive': 1.1.1 15177 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14558 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15178 14559 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15179 14560 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15180 14561 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15181 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14562 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15182 14563 '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15183 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14564 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15184 14565 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15185 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15186 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15187 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15188 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15189 - '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14566 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14567 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14568 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14569 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14570 + '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15190 14571 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15191 14572 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15192 14573 aria-hidden: 1.2.6 ··· 15195 14576 react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.2) 15196 14577 optionalDependencies: 15197 14578 '@types/react': 19.2.2 15198 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14579 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15199 14580 15200 - '@radix-ui/react-navigation-menu@1.2.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14581 + '@radix-ui/react-navigation-menu@1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15201 14582 dependencies: 15202 14583 '@radix-ui/primitive': 1.1.1 15203 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14584 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15204 14585 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15205 14586 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15206 14587 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15207 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14588 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15208 14589 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15209 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15210 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14590 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14591 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15211 14592 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15212 14593 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15213 14594 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15214 14595 '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15215 - '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14596 + '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15216 14597 react: 19.2.2 15217 14598 react-dom: 19.2.2(react@19.2.2) 15218 14599 optionalDependencies: 15219 14600 '@types/react': 19.2.2 15220 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14601 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15221 14602 15222 14603 '@radix-ui/react-popover@1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15223 14604 dependencies: ··· 15242 14623 '@types/react': 19.2.2 15243 14624 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15244 14625 15245 - '@radix-ui/react-popover@1.1.15(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15246 - dependencies: 15247 - '@radix-ui/primitive': 1.1.3 15248 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15249 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15250 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15251 - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.0.10)(react@19.0.0) 15252 - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15253 - '@radix-ui/react-id': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15254 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15255 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15256 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15257 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15258 - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.10)(react@19.0.0) 15259 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 15260 - aria-hidden: 1.2.6 15261 - react: 19.0.0 15262 - react-dom: 19.0.0(react@19.0.0) 15263 - react-remove-scroll: 2.7.1(@types/react@19.0.10)(react@19.0.0) 15264 - optionalDependencies: 15265 - '@types/react': 19.0.10 15266 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15267 - 15268 - '@radix-ui/react-popover@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14626 + '@radix-ui/react-popover@1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15269 14627 dependencies: 15270 14628 '@radix-ui/primitive': 1.1.1 15271 14629 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15272 14630 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15273 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14631 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15274 14632 '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15275 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14633 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15276 14634 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15277 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15278 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15279 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15280 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14635 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14636 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14637 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14638 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15281 14639 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15282 14640 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15283 14641 aria-hidden: 1.2.6 ··· 15286 14644 react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.2) 15287 14645 optionalDependencies: 15288 14646 '@types/react': 19.2.2 15289 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14647 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15290 14648 15291 - '@radix-ui/react-popper@1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14649 + '@radix-ui/react-popper@1.2.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15292 14650 dependencies: 15293 14651 '@floating-ui/react-dom': 2.1.6(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15294 - '@radix-ui/react-arrow': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14652 + '@radix-ui/react-arrow': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15295 14653 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15296 14654 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15297 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14655 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15298 14656 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15299 14657 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15300 14658 '@radix-ui/react-use-rect': 1.1.0(@types/react@19.2.2)(react@19.2.2) ··· 15304 14662 react-dom: 19.2.2(react@19.2.2) 15305 14663 optionalDependencies: 15306 14664 '@types/react': 19.2.2 15307 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14665 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15308 14666 15309 14667 '@radix-ui/react-popper@1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15310 14668 dependencies: ··· 15324 14682 '@types/react': 19.2.2 15325 14683 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15326 14684 15327 - '@radix-ui/react-popper@1.2.8(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15328 - dependencies: 15329 - '@floating-ui/react-dom': 2.1.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15330 - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15331 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15332 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15333 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15334 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15335 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15336 - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15337 - '@radix-ui/react-use-size': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15338 - '@radix-ui/rect': 1.1.1 15339 - react: 19.0.0 15340 - react-dom: 19.0.0(react@19.0.0) 15341 - optionalDependencies: 15342 - '@types/react': 19.0.10 15343 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15344 - 15345 - '@radix-ui/react-portal@1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14685 + '@radix-ui/react-portal@1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15346 14686 dependencies: 15347 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14687 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15348 14688 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15349 14689 react: 19.2.2 15350 14690 react-dom: 19.2.2(react@19.2.2) 15351 14691 optionalDependencies: 15352 14692 '@types/react': 19.2.2 15353 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15354 - 15355 - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15356 - dependencies: 15357 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15358 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15359 - react: 19.0.0 15360 - react-dom: 19.0.0(react@19.0.0) 15361 - optionalDependencies: 15362 - '@types/react': 19.0.10 15363 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15364 - 15365 - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15366 - dependencies: 15367 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15368 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15369 - react: 19.2.2 15370 - react-dom: 19.2.2(react@19.2.2) 15371 - optionalDependencies: 15372 - '@types/react': 19.2.2 15373 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14693 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15374 14694 15375 14695 '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15376 14696 dependencies: ··· 15382 14702 '@types/react': 19.2.2 15383 14703 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15384 14704 15385 - '@radix-ui/react-presence@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14705 + '@radix-ui/react-presence@1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15386 14706 dependencies: 15387 14707 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15388 14708 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) ··· 15390 14710 react-dom: 19.2.2(react@19.2.2) 15391 14711 optionalDependencies: 15392 14712 '@types/react': 19.2.2 15393 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15394 - 15395 - '@radix-ui/react-presence@1.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15396 - dependencies: 15397 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.2) 15398 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15399 - react: 19.2.2 15400 - react-dom: 19.2.2(react@19.2.2) 15401 - optionalDependencies: 15402 - '@types/react': 19.2.2 15403 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14713 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15404 14714 15405 14715 '@radix-ui/react-presence@1.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15406 14716 dependencies: ··· 15412 14722 '@types/react': 19.2.2 15413 14723 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15414 14724 15415 - '@radix-ui/react-presence@1.1.5(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15416 - dependencies: 15417 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15418 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15419 - react: 19.0.0 15420 - react-dom: 19.0.0(react@19.0.0) 15421 - optionalDependencies: 15422 - '@types/react': 19.0.10 15423 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15424 - 15425 - '@radix-ui/react-primitive@2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14725 + '@radix-ui/react-primitive@2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15426 14726 dependencies: 15427 14727 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15428 14728 react: 19.2.2 15429 14729 react-dom: 19.2.2(react@19.2.2) 15430 14730 optionalDependencies: 15431 14731 '@types/react': 19.2.2 15432 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15433 - 15434 - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15435 - dependencies: 15436 - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.10)(react@19.0.0) 15437 - react: 19.0.0 15438 - react-dom: 19.0.0(react@19.0.0) 15439 - optionalDependencies: 15440 - '@types/react': 19.0.10 15441 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15442 - 15443 - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15444 - dependencies: 15445 - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.2)(react@19.2.2) 15446 - react: 19.2.2 15447 - react-dom: 19.2.2(react@19.2.2) 15448 - optionalDependencies: 15449 - '@types/react': 19.2.2 15450 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14732 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15451 14733 15452 14734 '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15453 14735 dependencies: ··· 15458 14740 '@types/react': 19.2.2 15459 14741 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15460 14742 15461 - '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15462 - dependencies: 15463 - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.2)(react@19.2.2) 15464 - react: 19.2.2 15465 - react-dom: 19.2.2(react@19.2.2) 15466 - optionalDependencies: 15467 - '@types/react': 19.2.2 15468 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15469 - 15470 14743 '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15471 14744 dependencies: 15472 14745 '@radix-ui/react-slot': 1.2.4(@types/react@19.2.2)(react@19.2.2) ··· 15476 14749 '@types/react': 19.2.2 15477 14750 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15478 14751 15479 - '@radix-ui/react-progress@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14752 + '@radix-ui/react-progress@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15480 14753 dependencies: 15481 14754 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15482 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14755 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15483 14756 react: 19.2.2 15484 14757 react-dom: 19.2.2(react@19.2.2) 15485 14758 optionalDependencies: 15486 14759 '@types/react': 19.2.2 15487 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14760 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15488 14761 15489 14762 '@radix-ui/react-progress@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15490 14763 dependencies: ··· 15496 14769 '@types/react': 19.2.2 15497 14770 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15498 14771 15499 - '@radix-ui/react-radio-group@1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14772 + '@radix-ui/react-radio-group@1.2.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15500 14773 dependencies: 15501 14774 '@radix-ui/primitive': 1.1.1 15502 14775 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15503 14776 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15504 14777 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15505 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15506 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15507 - '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14778 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14779 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14780 + '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15508 14781 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15509 14782 '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15510 14783 '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.2) ··· 15512 14785 react-dom: 19.2.2(react@19.2.2) 15513 14786 optionalDependencies: 15514 14787 '@types/react': 19.2.2 15515 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14788 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15516 14789 15517 14790 '@radix-ui/react-radio-group@1.3.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15518 14791 dependencies: ··· 15532 14805 '@types/react': 19.2.2 15533 14806 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15534 14807 15535 - '@radix-ui/react-roving-focus@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14808 + '@radix-ui/react-roving-focus@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15536 14809 dependencies: 15537 14810 '@radix-ui/primitive': 1.1.1 15538 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14811 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15539 14812 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15540 14813 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15541 14814 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15542 14815 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15543 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14816 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15544 14817 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15545 14818 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15546 14819 react: 19.2.2 15547 14820 react-dom: 19.2.2(react@19.2.2) 15548 14821 optionalDependencies: 15549 14822 '@types/react': 19.2.2 15550 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14823 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15551 14824 15552 14825 '@radix-ui/react-roving-focus@1.1.10(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15553 14826 dependencies: ··· 15566 14839 '@types/react': 19.2.2 15567 14840 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15568 14841 15569 - '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15570 - dependencies: 15571 - '@radix-ui/primitive': 1.1.3 15572 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15573 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15574 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15575 - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15576 - '@radix-ui/react-id': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15577 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15578 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15579 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 15580 - react: 19.0.0 15581 - react-dom: 19.0.0(react@19.0.0) 15582 - optionalDependencies: 15583 - '@types/react': 19.0.10 15584 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15585 - 15586 - '@radix-ui/react-select@2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14842 + '@radix-ui/react-select@2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15587 14843 dependencies: 15588 14844 '@radix-ui/number': 1.1.0 15589 14845 '@radix-ui/primitive': 1.1.1 15590 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14846 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15591 14847 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15592 14848 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15593 14849 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15594 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14850 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15595 14851 '@radix-ui/react-focus-guards': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15596 - '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14852 + '@radix-ui/react-focus-scope': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15597 14853 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15598 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15599 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15600 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14854 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14855 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14856 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15601 14857 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15602 14858 '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15603 14859 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15604 14860 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15605 14861 '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15606 - '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14862 + '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15607 14863 aria-hidden: 1.2.6 15608 14864 react: 19.2.2 15609 14865 react-dom: 19.2.2(react@19.2.2) 15610 14866 react-remove-scroll: 2.7.1(@types/react@19.2.2)(react@19.2.2) 15611 14867 optionalDependencies: 15612 14868 '@types/react': 19.2.2 15613 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14869 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15614 14870 15615 14871 '@radix-ui/react-select@2.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15616 14872 dependencies: ··· 15641 14897 '@types/react': 19.2.2 15642 14898 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15643 14899 15644 - '@radix-ui/react-separator@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14900 + '@radix-ui/react-separator@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15645 14901 dependencies: 15646 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14902 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15647 14903 react: 19.2.2 15648 14904 react-dom: 19.2.2(react@19.2.2) 15649 14905 optionalDependencies: 15650 14906 '@types/react': 19.2.2 15651 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14907 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15652 14908 15653 14909 '@radix-ui/react-separator@1.1.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15654 14910 dependencies: ··· 15659 14915 '@types/react': 19.2.2 15660 14916 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15661 14917 15662 - '@radix-ui/react-slider@1.2.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14918 + '@radix-ui/react-slider@1.2.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15663 14919 dependencies: 15664 14920 '@radix-ui/number': 1.1.0 15665 14921 '@radix-ui/primitive': 1.1.1 15666 - '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14922 + '@radix-ui/react-collection': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15667 14923 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15668 14924 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15669 14925 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15670 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14926 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15671 14927 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15672 14928 '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15673 14929 '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.2) ··· 15676 14932 react-dom: 19.2.2(react@19.2.2) 15677 14933 optionalDependencies: 15678 14934 '@types/react': 19.2.2 15679 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14935 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15680 14936 15681 14937 '@radix-ui/react-slider@1.3.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15682 14938 dependencies: ··· 15704 14960 optionalDependencies: 15705 14961 '@types/react': 19.2.2 15706 14962 15707 - '@radix-ui/react-slot@1.2.3(@types/react@19.0.10)(react@19.0.0)': 15708 - dependencies: 15709 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15710 - react: 19.0.0 15711 - optionalDependencies: 15712 - '@types/react': 19.0.10 15713 - 15714 14963 '@radix-ui/react-slot@1.2.3(@types/react@19.2.2)(react@19.2.2)': 15715 14964 dependencies: 15716 14965 '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.2)(react@19.2.2) ··· 15725 14974 optionalDependencies: 15726 14975 '@types/react': 19.2.2 15727 14976 15728 - '@radix-ui/react-switch@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 14977 + '@radix-ui/react-switch@1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15729 14978 dependencies: 15730 14979 '@radix-ui/primitive': 1.1.1 15731 14980 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15732 14981 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15733 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 14982 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15734 14983 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15735 14984 '@radix-ui/react-use-previous': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15736 14985 '@radix-ui/react-use-size': 1.1.0(@types/react@19.2.2)(react@19.2.2) ··· 15738 14987 react-dom: 19.2.2(react@19.2.2) 15739 14988 optionalDependencies: 15740 14989 '@types/react': 19.2.2 15741 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 14990 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15742 14991 15743 14992 '@radix-ui/react-switch@1.2.5(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15744 14993 dependencies: ··· 15771 15020 '@types/react': 19.2.2 15772 15021 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15773 15022 15774 - '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15775 - dependencies: 15776 - '@radix-ui/primitive': 1.1.3 15777 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15778 - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15779 - '@radix-ui/react-id': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15780 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15781 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15782 - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15783 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 15784 - react: 19.0.0 15785 - react-dom: 19.0.0(react@19.0.0) 15786 - optionalDependencies: 15787 - '@types/react': 19.0.10 15788 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15789 - 15790 - '@radix-ui/react-tabs@1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15023 + '@radix-ui/react-tabs@1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15791 15024 dependencies: 15792 15025 '@radix-ui/primitive': 1.1.1 15793 15026 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15794 15027 '@radix-ui/react-direction': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15795 15028 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15796 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15797 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15798 - '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15029 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15030 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15031 + '@radix-ui/react-roving-focus': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15799 15032 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15800 15033 react: 19.2.2 15801 15034 react-dom: 19.2.2(react@19.2.2) 15802 15035 optionalDependencies: 15803 15036 '@types/react': 19.2.2 15804 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15037 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15805 15038 15806 - '@radix-ui/react-toggle-group@1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15807 - dependencies: 15808 - '@radix-ui/primitive': 1.1.3 15809 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15810 - '@radix-ui/react-direction': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15811 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15812 - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15813 - '@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15814 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 15815 - react: 19.0.0 15816 - react-dom: 19.0.0(react@19.0.0) 15817 - optionalDependencies: 15818 - '@types/react': 19.0.10 15819 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15820 - 15821 - '@radix-ui/react-toggle@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15039 + '@radix-ui/react-toggle@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15822 15040 dependencies: 15823 15041 '@radix-ui/primitive': 1.1.1 15824 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15042 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15825 15043 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15826 15044 react: 19.2.2 15827 15045 react-dom: 19.2.2(react@19.2.2) 15828 15046 optionalDependencies: 15829 15047 '@types/react': 19.2.2 15830 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15831 - 15832 - '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15833 - dependencies: 15834 - '@radix-ui/primitive': 1.1.3 15835 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15836 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 15837 - react: 19.0.0 15838 - react-dom: 19.0.0(react@19.0.0) 15839 - optionalDependencies: 15840 - '@types/react': 19.0.10 15841 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15048 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15842 15049 15843 - '@radix-ui/react-tooltip@1.1.6(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15050 + '@radix-ui/react-tooltip@1.1.6(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15844 15051 dependencies: 15845 15052 '@radix-ui/primitive': 1.1.1 15846 15053 '@radix-ui/react-compose-refs': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15847 15054 '@radix-ui/react-context': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15848 - '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15055 + '@radix-ui/react-dismissable-layer': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15849 15056 '@radix-ui/react-id': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15850 - '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15851 - '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15852 - '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15853 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15057 + '@radix-ui/react-popper': 1.2.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15058 + '@radix-ui/react-portal': 1.1.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15059 + '@radix-ui/react-presence': 1.1.2(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15060 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15854 15061 '@radix-ui/react-slot': 1.1.1(@types/react@19.2.2)(react@19.2.2) 15855 15062 '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@19.2.2)(react@19.2.2) 15856 - '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15063 + '@radix-ui/react-visually-hidden': 1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15857 15064 react: 19.2.2 15858 15065 react-dom: 19.2.2(react@19.2.2) 15859 15066 optionalDependencies: 15860 15067 '@types/react': 19.2.2 15861 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 15068 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 15862 15069 15863 15070 '@radix-ui/react-tooltip@1.2.7(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15864 15071 dependencies: ··· 15880 15087 '@types/react': 19.2.2 15881 15088 '@types/react-dom': 19.2.2(@types/react@19.2.2) 15882 15089 15883 - '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 15884 - dependencies: 15885 - '@radix-ui/primitive': 1.1.3 15886 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15887 - '@radix-ui/react-context': 1.1.2(@types/react@19.0.10)(react@19.0.0) 15888 - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15889 - '@radix-ui/react-id': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15890 - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15891 - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15892 - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15893 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15894 - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.10)(react@19.0.0) 15895 - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.0.10)(react@19.0.0) 15896 - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 15897 - react: 19.0.0 15898 - react-dom: 19.0.0(react@19.0.0) 15899 - optionalDependencies: 15900 - '@types/react': 19.0.10 15901 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15902 - 15903 15090 '@radix-ui/react-use-callback-ref@1.1.0(@types/react@19.2.2)(react@19.2.2)': 15904 15091 dependencies: 15905 15092 react: 19.2.2 15906 15093 optionalDependencies: 15907 15094 '@types/react': 19.2.2 15908 15095 15909 - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.0.10)(react@19.0.0)': 15910 - dependencies: 15911 - react: 19.0.0 15912 - optionalDependencies: 15913 - '@types/react': 19.0.10 15914 - 15915 15096 '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.2)(react@19.2.2)': 15916 15097 dependencies: 15917 15098 react: 19.2.2 ··· 15925 15106 optionalDependencies: 15926 15107 '@types/react': 19.2.2 15927 15108 15928 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.0.10)(react@19.0.0)': 15929 - dependencies: 15930 - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.0.10)(react@19.0.0) 15931 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15932 - react: 19.0.0 15933 - optionalDependencies: 15934 - '@types/react': 19.0.10 15935 - 15936 15109 '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.2)(react@19.2.2)': 15937 15110 dependencies: 15938 15111 '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.2)(react@19.2.2) ··· 15941 15114 optionalDependencies: 15942 15115 '@types/react': 19.2.2 15943 15116 15944 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.0.10)(react@19.0.0)': 15945 - dependencies: 15946 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15947 - react: 19.0.0 15948 - optionalDependencies: 15949 - '@types/react': 19.0.10 15950 - 15951 15117 '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.2)(react@19.2.2)': 15952 15118 dependencies: 15953 15119 '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.2) ··· 15962 15128 optionalDependencies: 15963 15129 '@types/react': 19.2.2 15964 15130 15965 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.0.10)(react@19.0.0)': 15966 - dependencies: 15967 - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.0.10)(react@19.0.0) 15968 - react: 19.0.0 15969 - optionalDependencies: 15970 - '@types/react': 19.0.10 15971 - 15972 15131 '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.2)(react@19.2.2)': 15973 15132 dependencies: 15974 15133 '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.2)(react@19.2.2) ··· 15989 15148 optionalDependencies: 15990 15149 '@types/react': 19.2.2 15991 15150 15992 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.0.10)(react@19.0.0)': 15993 - dependencies: 15994 - react: 19.0.0 15995 - optionalDependencies: 15996 - '@types/react': 19.0.10 15997 - 15998 15151 '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.2)(react@19.2.2)': 15999 15152 dependencies: 16000 15153 react: 19.2.2 ··· 16019 15172 react: 19.2.2 16020 15173 optionalDependencies: 16021 15174 '@types/react': 19.2.2 16022 - 16023 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.0.10)(react@19.0.0)': 16024 - dependencies: 16025 - '@radix-ui/rect': 1.1.1 16026 - react: 19.0.0 16027 - optionalDependencies: 16028 - '@types/react': 19.0.10 16029 15175 16030 15176 '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.2)(react@19.2.2)': 16031 15177 dependencies: ··· 16041 15187 optionalDependencies: 16042 15188 '@types/react': 19.2.2 16043 15189 16044 - '@radix-ui/react-use-size@1.1.1(@types/react@19.0.10)(react@19.0.0)': 16045 - dependencies: 16046 - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.0.10)(react@19.0.0) 16047 - react: 19.0.0 16048 - optionalDependencies: 16049 - '@types/react': 19.0.10 16050 - 16051 15190 '@radix-ui/react-use-size@1.1.1(@types/react@19.2.2)(react@19.2.2)': 16052 15191 dependencies: 16053 15192 '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.2)(react@19.2.2) ··· 16055 15194 optionalDependencies: 16056 15195 '@types/react': 19.2.2 16057 15196 16058 - '@radix-ui/react-visually-hidden@1.1.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 15197 + '@radix-ui/react-visually-hidden@1.1.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 16059 15198 dependencies: 16060 - '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15199 + '@radix-ui/react-primitive': 2.0.1(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 16061 15200 react: 19.2.2 16062 15201 react-dom: 19.2.2(react@19.2.2) 16063 15202 optionalDependencies: 16064 15203 '@types/react': 19.2.2 16065 - '@types/react-dom': 19.1.9(@types/react@19.2.2) 16066 - 16067 - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': 16068 - dependencies: 16069 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16070 - react: 19.0.0 16071 - react-dom: 19.0.0(react@19.0.0) 16072 - optionalDependencies: 16073 - '@types/react': 19.0.10 16074 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 15204 + '@types/react-dom': 19.2.2(@types/react@19.2.2) 16075 15205 16076 15206 '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 16077 15207 dependencies: ··· 16111 15241 dependencies: 16112 15242 react: 19.2.2 16113 15243 16114 - '@react-email/components@0.5.7(react-dom@19.0.0(react@19.0.0))(react@19.2.2)': 16115 - dependencies: 16116 - '@react-email/body': 0.1.0(react@19.2.2) 16117 - '@react-email/button': 0.2.0(react@19.2.2) 16118 - '@react-email/code-block': 0.1.0(react@19.2.2) 16119 - '@react-email/code-inline': 0.0.5(react@19.2.2) 16120 - '@react-email/column': 0.0.13(react@19.2.2) 16121 - '@react-email/container': 0.0.15(react@19.2.2) 16122 - '@react-email/font': 0.0.9(react@19.2.2) 16123 - '@react-email/head': 0.0.12(react@19.2.2) 16124 - '@react-email/heading': 0.0.15(react@19.2.2) 16125 - '@react-email/hr': 0.0.11(react@19.2.2) 16126 - '@react-email/html': 0.0.11(react@19.2.2) 16127 - '@react-email/img': 0.0.11(react@19.2.2) 16128 - '@react-email/link': 0.0.12(react@19.2.2) 16129 - '@react-email/markdown': 0.0.16(react@19.2.2) 16130 - '@react-email/preview': 0.0.13(react@19.2.2) 16131 - '@react-email/render': 1.4.0(react-dom@19.0.0(react@19.0.0))(react@19.2.2) 16132 - '@react-email/row': 0.0.12(react@19.2.2) 16133 - '@react-email/section': 0.0.16(react@19.2.2) 16134 - '@react-email/tailwind': 1.2.2(react@19.2.2) 16135 - '@react-email/text': 0.1.5(react@19.2.2) 16136 - react: 19.2.2 16137 - transitivePeerDependencies: 16138 - - react-dom 16139 - 16140 15244 '@react-email/components@0.5.7(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 16141 15245 dependencies: 16142 15246 '@react-email/body': 0.1.0(react@19.2.2) ··· 16200 15304 marked: 15.0.12 16201 15305 react: 19.2.2 16202 15306 16203 - '@react-email/preview-server@4.3.1(@emotion/is-prop-valid@1.4.0)(@opentelemetry/api@1.9.0)(postcss@8.4.38)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))': 15307 + '@react-email/preview-server@5.0.8(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 16204 15308 dependencies: 16205 - '@babel/core': 7.26.10 16206 - '@babel/parser': 7.27.0 16207 - '@babel/traverse': 7.27.0 16208 - '@lottiefiles/dotlottie-react': 0.13.3(react@19.0.0) 16209 - '@radix-ui/colors': 3.0.0 16210 - '@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16211 - '@radix-ui/react-dropdown-menu': 2.1.16(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16212 - '@radix-ui/react-popover': 1.1.15(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16213 - '@radix-ui/react-slot': 1.2.3(@types/react@19.0.10)(react@19.0.0) 16214 - '@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16215 - '@radix-ui/react-toggle-group': 1.1.11(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16216 - '@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16217 - '@types/node': 22.14.1 16218 - '@types/normalize-path': 3.0.2 16219 - '@types/react': 19.0.10 16220 - '@types/react-dom': 19.0.4(@types/react@19.0.10) 16221 - '@types/webpack': 5.28.5(esbuild@0.25.10) 16222 - autoprefixer: 10.4.21(postcss@8.4.38) 16223 - clsx: 2.1.1 16224 - esbuild: 0.25.10 16225 - framer-motion: 12.23.22(@emotion/is-prop-valid@1.4.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16226 - json5: 2.2.3 16227 - log-symbols: 4.1.0 16228 - module-punycode: punycode@2.3.1 16229 - next: 15.5.2(@babel/core@7.26.10)(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16230 - node-html-parser: 7.0.1 16231 - ora: 5.4.1 16232 - pretty-bytes: 6.1.1 16233 - prism-react-renderer: 2.4.1(react@19.0.0) 16234 - react: 19.0.0 16235 - react-dom: 19.0.0(react@19.0.0) 16236 - sharp: 0.34.4 16237 - socket.io-client: 4.8.1 16238 - sonner: 2.0.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) 16239 - source-map-js: 1.2.1 16240 - spamc: 0.0.5 16241 - stacktrace-parser: 0.1.11 16242 - tailwind-merge: 3.2.0 16243 - tailwindcss: 3.4.0(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 16244 - use-debounce: 10.0.4(react@19.0.0) 16245 - zod: 3.24.3 15309 + next: 16.0.9(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 16246 15310 transitivePeerDependencies: 16247 - - '@emotion/is-prop-valid' 15311 + - '@babel/core' 16248 15312 - '@opentelemetry/api' 16249 15313 - '@playwright/test' 16250 - - '@swc/core' 16251 15314 - babel-plugin-macros 16252 15315 - babel-plugin-react-compiler 16253 - - bufferutil 16254 - - postcss 15316 + - react 15317 + - react-dom 16255 15318 - sass 16256 - - supports-color 16257 - - ts-node 16258 - - uglify-js 16259 - - utf-8-validate 16260 - - webpack-cli 16261 15319 16262 15320 '@react-email/preview@0.0.13(react@19.2.2)': 16263 15321 dependencies: ··· 16271 15329 react-dom: 19.2.2(react@19.2.2) 16272 15330 react-promise-suspense: 0.3.4 16273 15331 16274 - '@react-email/render@1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.2.2)': 16275 - dependencies: 16276 - html-to-text: 9.0.5 16277 - prettier: 3.6.2 16278 - react: 19.2.2 16279 - react-dom: 19.0.0(react@19.0.0) 16280 - react-promise-suspense: 0.3.4 16281 - 16282 - '@react-email/render@1.4.0(react-dom@19.0.0(react@19.0.0))(react@19.2.2)': 15332 + '@react-email/render@1.1.2(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': 16283 15333 dependencies: 16284 15334 html-to-text: 9.0.5 16285 15335 prettier: 3.6.2 16286 15336 react: 19.2.2 16287 - react-dom: 19.0.0(react@19.0.0) 15337 + react-dom: 19.2.2(react@19.2.2) 16288 15338 react-promise-suspense: 0.3.4 16289 15339 16290 15340 '@react-email/render@1.4.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2)': ··· 16433 15483 dependencies: 16434 15484 '@sentry/core': 10.22.0 16435 15485 15486 + '@sentry-internal/browser-utils@10.31.0': 15487 + dependencies: 15488 + '@sentry/core': 10.31.0 15489 + 16436 15490 '@sentry-internal/feedback@10.22.0': 16437 15491 dependencies: 16438 15492 '@sentry/core': 10.22.0 16439 15493 15494 + '@sentry-internal/feedback@10.31.0': 15495 + dependencies: 15496 + '@sentry/core': 10.31.0 15497 + 16440 15498 '@sentry-internal/replay-canvas@10.22.0': 16441 15499 dependencies: 16442 15500 '@sentry-internal/replay': 10.22.0 16443 15501 '@sentry/core': 10.22.0 15502 + 15503 + '@sentry-internal/replay-canvas@10.31.0': 15504 + dependencies: 15505 + '@sentry-internal/replay': 10.31.0 15506 + '@sentry/core': 10.31.0 16444 15507 16445 15508 '@sentry-internal/replay@10.22.0': 16446 15509 dependencies: 16447 15510 '@sentry-internal/browser-utils': 10.22.0 16448 15511 '@sentry/core': 10.22.0 16449 15512 15513 + '@sentry-internal/replay@10.31.0': 15514 + dependencies: 15515 + '@sentry-internal/browser-utils': 10.31.0 15516 + '@sentry/core': 10.31.0 15517 + 16450 15518 '@sentry/babel-plugin-component-annotate@4.6.1': {} 16451 15519 16452 15520 '@sentry/browser@10.22.0': ··· 16456 15524 '@sentry-internal/replay': 10.22.0 16457 15525 '@sentry-internal/replay-canvas': 10.22.0 16458 15526 '@sentry/core': 10.22.0 15527 + 15528 + '@sentry/browser@10.31.0': 15529 + dependencies: 15530 + '@sentry-internal/browser-utils': 10.31.0 15531 + '@sentry-internal/feedback': 10.31.0 15532 + '@sentry-internal/replay': 10.31.0 15533 + '@sentry-internal/replay-canvas': 10.31.0 15534 + '@sentry/core': 10.31.0 16459 15535 16460 15536 '@sentry/bundler-plugin-core@4.6.1': 16461 15537 dependencies: ··· 16517 15593 16518 15594 '@sentry/core@10.22.0': {} 16519 15595 15596 + '@sentry/core@10.31.0': {} 15597 + 16520 15598 '@sentry/core@8.9.2': 16521 15599 dependencies: 16522 15600 '@sentry/types': 8.9.2 ··· 16524 15602 16525 15603 '@sentry/core@9.47.1': {} 16526 15604 16527 - '@sentry/nextjs@10.22.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0)': 15605 + '@sentry/nextjs@10.22.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0)': 16528 15606 dependencies: 16529 15607 '@opentelemetry/api': 1.9.0 16530 15608 '@opentelemetry/semantic-conventions': 1.38.0 ··· 16550 15628 - supports-color 16551 15629 - webpack 16552 15630 16553 - '@sentry/nextjs@10.22.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0)': 15631 + '@sentry/nextjs@10.31.0(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2)(webpack@5.103.0)': 16554 15632 dependencies: 16555 15633 '@opentelemetry/api': 1.9.0 16556 15634 '@opentelemetry/semantic-conventions': 1.38.0 16557 15635 '@rollup/plugin-commonjs': 28.0.1(rollup@4.53.3) 16558 - '@sentry-internal/browser-utils': 10.22.0 15636 + '@sentry-internal/browser-utils': 10.31.0 16559 15637 '@sentry/bundler-plugin-core': 4.6.1 16560 - '@sentry/core': 10.22.0 16561 - '@sentry/node': 10.22.0 16562 - '@sentry/opentelemetry': 10.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0) 16563 - '@sentry/react': 10.22.0(react@19.2.2) 16564 - '@sentry/vercel-edge': 10.22.0 15638 + '@sentry/core': 10.31.0 15639 + '@sentry/node': 10.31.0 15640 + '@sentry/opentelemetry': 10.31.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0) 15641 + '@sentry/react': 10.31.0(react@19.2.2) 15642 + '@sentry/vercel-edge': 10.31.0 16565 15643 '@sentry/webpack-plugin': 4.6.1(webpack@5.103.0) 16566 - next: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 15644 + next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 16567 15645 resolve: 1.22.8 16568 15646 rollup: 4.53.3 16569 15647 stacktrace-parser: 0.1.11 ··· 16592 15670 transitivePeerDependencies: 16593 15671 - supports-color 16594 15672 15673 + '@sentry/node-core@10.31.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.208.0(@opentelemetry/api@1.9.0))(@opentelemetry/resources@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0)': 15674 + dependencies: 15675 + '@apm-js-collab/tracing-hooks': 0.3.1 15676 + '@opentelemetry/api': 1.9.0 15677 + '@opentelemetry/context-async-hooks': 2.2.0(@opentelemetry/api@1.9.0) 15678 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 15679 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 15680 + '@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0) 15681 + '@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0) 15682 + '@opentelemetry/semantic-conventions': 1.38.0 15683 + '@sentry/core': 10.31.0 15684 + '@sentry/opentelemetry': 10.31.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0) 15685 + import-in-the-middle: 2.0.0 15686 + transitivePeerDependencies: 15687 + - supports-color 15688 + 16595 15689 '@sentry/node@10.22.0': 16596 15690 dependencies: 16597 15691 '@opentelemetry/api': 1.9.0 ··· 16632 15726 transitivePeerDependencies: 16633 15727 - supports-color 16634 15728 15729 + '@sentry/node@10.31.0': 15730 + dependencies: 15731 + '@opentelemetry/api': 1.9.0 15732 + '@opentelemetry/context-async-hooks': 2.2.0(@opentelemetry/api@1.9.0) 15733 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 15734 + '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0) 15735 + '@opentelemetry/instrumentation-amqplib': 0.55.0(@opentelemetry/api@1.9.0) 15736 + '@opentelemetry/instrumentation-connect': 0.52.0(@opentelemetry/api@1.9.0) 15737 + '@opentelemetry/instrumentation-dataloader': 0.26.0(@opentelemetry/api@1.9.0) 15738 + '@opentelemetry/instrumentation-express': 0.57.0(@opentelemetry/api@1.9.0) 15739 + '@opentelemetry/instrumentation-fs': 0.28.0(@opentelemetry/api@1.9.0) 15740 + '@opentelemetry/instrumentation-generic-pool': 0.52.0(@opentelemetry/api@1.9.0) 15741 + '@opentelemetry/instrumentation-graphql': 0.56.0(@opentelemetry/api@1.9.0) 15742 + '@opentelemetry/instrumentation-hapi': 0.55.0(@opentelemetry/api@1.9.0) 15743 + '@opentelemetry/instrumentation-http': 0.208.0(@opentelemetry/api@1.9.0) 15744 + '@opentelemetry/instrumentation-ioredis': 0.56.0(@opentelemetry/api@1.9.0) 15745 + '@opentelemetry/instrumentation-kafkajs': 0.18.0(@opentelemetry/api@1.9.0) 15746 + '@opentelemetry/instrumentation-knex': 0.53.0(@opentelemetry/api@1.9.0) 15747 + '@opentelemetry/instrumentation-koa': 0.57.0(@opentelemetry/api@1.9.0) 15748 + '@opentelemetry/instrumentation-lru-memoizer': 0.53.0(@opentelemetry/api@1.9.0) 15749 + '@opentelemetry/instrumentation-mongodb': 0.61.0(@opentelemetry/api@1.9.0) 15750 + '@opentelemetry/instrumentation-mongoose': 0.55.0(@opentelemetry/api@1.9.0) 15751 + '@opentelemetry/instrumentation-mysql': 0.54.0(@opentelemetry/api@1.9.0) 15752 + '@opentelemetry/instrumentation-mysql2': 0.55.0(@opentelemetry/api@1.9.0) 15753 + '@opentelemetry/instrumentation-pg': 0.61.0(@opentelemetry/api@1.9.0) 15754 + '@opentelemetry/instrumentation-redis': 0.57.0(@opentelemetry/api@1.9.0) 15755 + '@opentelemetry/instrumentation-tedious': 0.27.0(@opentelemetry/api@1.9.0) 15756 + '@opentelemetry/instrumentation-undici': 0.19.0(@opentelemetry/api@1.9.0) 15757 + '@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0) 15758 + '@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0) 15759 + '@opentelemetry/semantic-conventions': 1.38.0 15760 + '@prisma/instrumentation': 6.19.0(@opentelemetry/api@1.9.0) 15761 + '@sentry/core': 10.31.0 15762 + '@sentry/node-core': 10.31.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.208.0(@opentelemetry/api@1.9.0))(@opentelemetry/resources@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0) 15763 + '@sentry/opentelemetry': 10.31.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0) 15764 + import-in-the-middle: 2.0.0 15765 + minimatch: 9.0.5 15766 + transitivePeerDependencies: 15767 + - supports-color 15768 + 16635 15769 '@sentry/opentelemetry@10.22.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0)': 16636 15770 dependencies: 16637 15771 '@opentelemetry/api': 1.9.0 ··· 16641 15775 '@opentelemetry/semantic-conventions': 1.38.0 16642 15776 '@sentry/core': 10.22.0 16643 15777 15778 + '@sentry/opentelemetry@10.31.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.38.0)': 15779 + dependencies: 15780 + '@opentelemetry/api': 1.9.0 15781 + '@opentelemetry/context-async-hooks': 2.2.0(@opentelemetry/api@1.9.0) 15782 + '@opentelemetry/core': 2.2.0(@opentelemetry/api@1.9.0) 15783 + '@opentelemetry/sdk-trace-base': 2.2.0(@opentelemetry/api@1.9.0) 15784 + '@opentelemetry/semantic-conventions': 1.38.0 15785 + '@sentry/core': 10.31.0 15786 + 16644 15787 '@sentry/react@10.22.0(react@19.2.2)': 16645 15788 dependencies: 16646 15789 '@sentry/browser': 10.22.0 ··· 16648 15791 hoist-non-react-statics: 3.3.2 16649 15792 react: 19.2.2 16650 15793 15794 + '@sentry/react@10.31.0(react@19.2.2)': 15795 + dependencies: 15796 + '@sentry/browser': 10.31.0 15797 + '@sentry/core': 10.31.0 15798 + hoist-non-react-statics: 3.3.2 15799 + react: 19.2.2 15800 + 16651 15801 '@sentry/types@8.9.2': {} 16652 15802 16653 15803 '@sentry/utils@8.9.2': ··· 16659 15809 '@opentelemetry/api': 1.9.0 16660 15810 '@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0) 16661 15811 '@sentry/core': 10.22.0 15812 + 15813 + '@sentry/vercel-edge@10.31.0': 15814 + dependencies: 15815 + '@opentelemetry/api': 1.9.0 15816 + '@opentelemetry/resources': 2.2.0(@opentelemetry/api@1.9.0) 15817 + '@sentry/core': 10.31.0 16662 15818 16663 15819 '@sentry/webpack-plugin@4.6.1(webpack@5.103.0)': 16664 15820 dependencies: ··· 17017 16173 '@smithy/types': 2.12.0 17018 16174 tslib: 2.8.1 17019 16175 17020 - '@snyk/github-codeowners@1.1.0': 17021 - dependencies: 17022 - commander: 4.1.1 17023 - ignore: 5.3.2 17024 - p-map: 4.0.0 17025 - 17026 16176 '@socket.io/component-emitter@3.1.2': {} 16177 + 16178 + '@standard-schema/spec@1.0.0': {} 17027 16179 17028 16180 '@standard-schema/spec@1.1.0': {} 17029 16181 ··· 17039 16191 dependencies: 17040 16192 tslib: 2.8.1 17041 16193 17042 - '@t3-oss/env-core@0.7.0(typescript@5.7.2)(zod@3.25.76)': 16194 + '@t3-oss/env-core@0.7.0(typescript@5.9.3)(zod@3.25.76)': 17043 16195 dependencies: 17044 16196 zod: 3.25.76 17045 16197 optionalDependencies: 17046 - typescript: 5.7.2 16198 + typescript: 5.9.3 17047 16199 17048 - '@t3-oss/env-core@0.7.1(typescript@5.7.2)(zod@3.25.76)': 16200 + '@t3-oss/env-core@0.7.1(typescript@5.9.3)(zod@3.25.76)': 17049 16201 dependencies: 17050 16202 zod: 3.25.76 17051 16203 optionalDependencies: 17052 - typescript: 5.7.2 16204 + typescript: 5.9.3 17053 16205 17054 - '@t3-oss/env-nextjs@0.7.0(typescript@5.7.2)(zod@3.25.76)': 16206 + '@t3-oss/env-nextjs@0.7.0(typescript@5.9.3)(zod@3.25.76)': 17055 16207 dependencies: 17056 - '@t3-oss/env-core': 0.7.0(typescript@5.7.2)(zod@3.25.76) 16208 + '@t3-oss/env-core': 0.7.0(typescript@5.9.3)(zod@3.25.76) 17057 16209 zod: 3.25.76 17058 16210 optionalDependencies: 17059 - typescript: 5.7.2 16211 + typescript: 5.9.3 17060 16212 17061 16213 '@tailwindcss/cli@4.1.8': 17062 16214 dependencies: ··· 17266 16418 17267 16419 '@tootallnate/quickjs-emscripten@0.23.0': {} 17268 16420 17269 - '@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2)': 16421 + '@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3)': 17270 16422 dependencies: 17271 - '@trpc/server': 11.4.4(typescript@5.7.2) 17272 - typescript: 5.7.2 16423 + '@trpc/server': 11.4.4(typescript@5.9.3) 16424 + typescript: 5.9.3 17273 16425 17274 - '@trpc/next@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2)': 16426 + '@trpc/next@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3)': 17275 16427 dependencies: 17276 - '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17277 - '@trpc/server': 11.4.4(typescript@5.7.2) 16428 + '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3) 16429 + '@trpc/server': 11.4.4(typescript@5.9.3) 17278 16430 next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 17279 16431 react: 19.2.2 17280 16432 react-dom: 19.2.2(react@19.2.2) 17281 - typescript: 5.7.2 16433 + typescript: 5.9.3 17282 16434 optionalDependencies: 17283 16435 '@tanstack/react-query': 5.81.5(react@19.2.2) 17284 - '@trpc/react-query': 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 17285 - 17286 - '@trpc/next@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2)': 17287 - dependencies: 17288 - '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17289 - '@trpc/server': 11.4.4(typescript@5.7.2) 17290 - next: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 17291 - react: 19.2.2 17292 - react-dom: 19.2.2(react@19.2.2) 17293 - typescript: 5.7.2 17294 - optionalDependencies: 17295 - '@tanstack/react-query': 5.81.5(react@19.2.2) 17296 - '@trpc/react-query': 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2) 16436 + '@trpc/react-query': 11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3) 17297 16437 17298 - '@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2)': 16438 + '@trpc/react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3)': 17299 16439 dependencies: 17300 16440 '@tanstack/react-query': 5.81.5(react@19.2.2) 17301 - '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17302 - '@trpc/server': 11.4.4(typescript@5.7.2) 16441 + '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3) 16442 + '@trpc/server': 11.4.4(typescript@5.9.3) 17303 16443 react: 19.2.2 17304 16444 react-dom: 19.2.2(react@19.2.2) 17305 - typescript: 5.7.2 16445 + typescript: 5.9.3 17306 16446 17307 - '@trpc/server@11.4.4(typescript@5.7.2)': 16447 + '@trpc/server@11.4.4(typescript@5.9.3)': 17308 16448 dependencies: 17309 - typescript: 5.7.2 16449 + typescript: 5.9.3 17310 16450 17311 - '@trpc/tanstack-react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.4.4(typescript@5.7.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.7.2)': 16451 + '@trpc/tanstack-react-query@11.4.4(@tanstack/react-query@5.81.5(react@19.2.2))(@trpc/client@11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3))(@trpc/server@11.4.4(typescript@5.9.3))(react-dom@19.2.2(react@19.2.2))(react@19.2.2)(typescript@5.9.3)': 17312 16452 dependencies: 17313 16453 '@tanstack/react-query': 5.81.5(react@19.2.2) 17314 - '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.7.2))(typescript@5.7.2) 17315 - '@trpc/server': 11.4.4(typescript@5.7.2) 16454 + '@trpc/client': 11.4.4(@trpc/server@11.4.4(typescript@5.9.3))(typescript@5.9.3) 16455 + '@trpc/server': 11.4.4(typescript@5.9.3) 17316 16456 react: 19.2.2 17317 16457 react-dom: 19.2.2(react@19.2.2) 17318 - typescript: 5.7.2 16458 + typescript: 5.9.3 17319 16459 17320 16460 '@ts-morph/common@0.19.0': 17321 16461 dependencies: ··· 17332 16472 17333 16473 '@tsconfig/node16@1.0.4': {} 17334 16474 17335 - '@turbo/gen@1.13.3(@types/node@20.8.0)(typescript@5.7.2)': 16475 + '@turbo/gen@1.13.3(@types/node@24.0.8)(typescript@5.9.3)': 17336 16476 dependencies: 17337 - '@turbo/workspaces': 1.13.3(@types/node@20.8.0) 16477 + '@turbo/workspaces': 1.13.3(@types/node@24.0.8) 17338 16478 chalk: 2.4.2 17339 16479 commander: 10.0.1 17340 16480 fs-extra: 10.1.0 17341 - inquirer: 8.2.7(@types/node@20.8.0) 16481 + inquirer: 8.2.7(@types/node@24.0.8) 17342 16482 minimatch: 9.0.5 17343 16483 node-plop: 0.26.3 17344 16484 proxy-agent: 6.5.0 17345 - ts-node: 10.9.2(@types/node@20.8.0)(typescript@5.7.2) 16485 + ts-node: 10.9.2(@types/node@24.0.8)(typescript@5.9.3) 17346 16486 update-check: 1.5.4 17347 16487 validate-npm-package-name: 5.0.1 17348 16488 transitivePeerDependencies: ··· 17352 16492 - supports-color 17353 16493 - typescript 17354 16494 17355 - '@turbo/workspaces@1.13.3(@types/node@20.8.0)': 16495 + '@turbo/workspaces@1.13.3(@types/node@24.0.8)': 17356 16496 dependencies: 17357 16497 chalk: 2.4.2 17358 16498 commander: 10.0.1 ··· 17360 16500 fast-glob: 3.3.3 17361 16501 fs-extra: 10.1.0 17362 16502 gradient-string: 2.0.2 17363 - inquirer: 8.2.7(@types/node@20.8.0) 16503 + inquirer: 8.2.7(@types/node@24.0.8) 17364 16504 js-yaml: 4.1.1 17365 16505 ora: 4.1.1 17366 16506 rimraf: 3.0.2 ··· 17368 16508 update-check: 1.5.4 17369 16509 transitivePeerDependencies: 17370 16510 - '@types/node' 16511 + 16512 + '@tybys/wasm-util@0.10.1': 16513 + dependencies: 16514 + tslib: 2.8.1 16515 + optional: true 17371 16516 17372 16517 '@types/babel__core@7.20.5': 17373 16518 dependencies: ··· 17516 16661 dependencies: 17517 16662 undici-types: 6.20.0 17518 16663 17519 - '@types/node@22.14.1': 17520 - dependencies: 17521 - undici-types: 6.21.0 17522 - 17523 16664 '@types/node@24.0.8': 17524 16665 dependencies: 17525 16666 undici-types: 7.8.0 ··· 17529 16670 undici-types: 7.16.0 17530 16671 optional: true 17531 16672 17532 - '@types/normalize-path@3.0.2': {} 17533 - 17534 16673 '@types/parse-json@4.0.2': {} 17535 16674 17536 16675 '@types/pg-pool@2.0.6': 17537 16676 dependencies: 17538 - '@types/pg': 8.15.5 16677 + '@types/pg': 8.15.6 17539 16678 17540 16679 '@types/pg@8.15.5': 17541 16680 dependencies: ··· 17543 16682 pg-protocol: 1.10.3 17544 16683 pg-types: 2.2.0 17545 16684 17546 - '@types/picomatch@3.0.2': {} 16685 + '@types/pg@8.15.6': 16686 + dependencies: 16687 + '@types/node': 24.0.8 16688 + pg-protocol: 1.10.3 16689 + pg-types: 2.2.0 17547 16690 17548 - '@types/prismjs@1.26.5': {} 16691 + '@types/picomatch@3.0.2': {} 17549 16692 17550 16693 '@types/prop-types@15.7.15': {} 17551 16694 17552 - '@types/react-dom@19.0.4(@types/react@19.0.10)': 17553 - dependencies: 17554 - '@types/react': 19.0.10 17555 - 17556 - '@types/react-dom@19.1.9(@types/react@19.2.2)': 17557 - dependencies: 17558 - '@types/react': 19.2.2 17559 - 17560 16695 '@types/react-dom@19.2.2(@types/react@19.2.2)': 17561 16696 dependencies: 17562 16697 '@types/react': 19.2.2 ··· 17566 16701 '@types/prop-types': 15.7.15 17567 16702 csstype: 3.2.3 17568 16703 17569 - '@types/react@19.0.10': 17570 - dependencies: 17571 - csstype: 3.2.3 17572 - 17573 16704 '@types/react@19.2.2': 17574 16705 dependencies: 17575 16706 csstype: 3.2.3 ··· 17608 16739 '@types/validator@13.11.6': {} 17609 16740 17610 16741 '@types/validator@13.12.0': {} 17611 - 17612 - '@types/webpack@5.28.5(esbuild@0.25.10)': 17613 - dependencies: 17614 - '@types/node': 24.0.8 17615 - tapable: 2.3.0 17616 - webpack: 5.103.0(esbuild@0.25.10) 17617 - transitivePeerDependencies: 17618 - - '@swc/core' 17619 - - esbuild 17620 - - uglify-js 17621 - - webpack-cli 17622 16742 17623 16743 '@types/ws@8.18.1': 17624 16744 dependencies: ··· 17683 16803 transitivePeerDependencies: 17684 16804 - supports-color 17685 16805 17686 - '@volar/kit@2.4.26(typescript@5.7.2)': 16806 + '@volar/kit@2.4.26(typescript@5.9.3)': 17687 16807 dependencies: 17688 16808 '@volar/language-service': 2.4.26 17689 16809 '@volar/typescript': 2.4.26 17690 16810 typesafe-path: 0.2.2 17691 - typescript: 5.7.2 16811 + typescript: 5.9.3 17692 16812 vscode-languageserver-textdocument: 1.0.12 17693 16813 vscode-uri: 3.1.0 17694 16814 ··· 17927 17047 17928 17048 aria-query@5.3.2: {} 17929 17049 17930 - arity-n@1.0.4: {} 17931 - 17932 17050 array-iterate@2.0.1: {} 17933 - 17934 - array-last@1.3.0: 17935 - dependencies: 17936 - is-number: 4.0.0 17937 17051 17938 17052 array-union@2.1.0: {} 17939 17053 ··· 17947 17061 17948 17062 astring@1.9.0: {} 17949 17063 17950 - astro-expressive-code@0.41.3(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)): 17064 + astro-expressive-code@0.41.3(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)): 17951 17065 dependencies: 17952 - astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 17066 + astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 17953 17067 rehype-expressive-code: 0.41.3 17954 17068 17955 - astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1): 17069 + astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1): 17956 17070 dependencies: 17957 17071 '@astrojs/compiler': 2.13.0 17958 17072 '@astrojs/internal-helpers': 0.7.2 ··· 18002 17116 smol-toml: 1.5.2 18003 17117 tinyexec: 0.3.2 18004 17118 tinyglobby: 0.2.15 18005 - tsconfck: 3.1.6(typescript@5.7.2) 17119 + tsconfck: 3.1.6(typescript@5.9.3) 18006 17120 ultrahtml: 1.6.0 18007 17121 unifont: 0.5.2 18008 17122 unist-util-visit: 5.0.0 ··· 18015 17129 yocto-spinner: 0.2.3 18016 17130 zod: 3.25.76 18017 17131 zod-to-json-schema: 3.25.0(zod@3.25.76) 18018 - zod-to-ts: 1.2.0(typescript@5.7.2)(zod@3.25.76) 17132 + zod-to-ts: 1.2.0(typescript@5.9.3)(zod@3.25.76) 18019 17133 optionalDependencies: 18020 17134 sharp: 0.34.5 18021 17135 transitivePeerDependencies: ··· 18060 17174 18061 17175 asynckit@0.4.0: {} 18062 17176 18063 - autoprefixer@10.4.21(postcss@8.4.38): 18064 - dependencies: 18065 - browserslist: 4.28.0 18066 - caniuse-lite: 1.0.30001757 18067 - fraction.js: 4.3.7 18068 - normalize-range: 0.1.2 18069 - picocolors: 1.1.1 18070 - postcss: 8.4.38 18071 - postcss-value-parser: 4.2.0 18072 - 18073 17177 axobject-query@4.1.0: {} 18074 17178 18075 17179 babel-plugin-macros@3.1.0: ··· 18077 17181 '@babel/runtime': 7.28.4 18078 17182 cosmiconfig: 7.1.0 18079 17183 resolve: 1.22.11 18080 - 18081 - babylon@6.18.0: {} 18082 17184 18083 17185 bail@2.0.2: {} 18084 17186 ··· 18225 17327 no-case: 2.3.2 18226 17328 upper-case: 1.1.3 18227 17329 18228 - camelcase-css@2.0.1: {} 18229 - 18230 17330 camelcase@8.0.0: {} 18231 17331 18232 17332 caniuse-lite@1.0.30001757: {} ··· 18352 17452 18353 17453 clsx@2.1.1: {} 18354 17454 18355 - cmdk@1.0.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 17455 + cmdk@1.0.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 18356 17456 dependencies: 18357 - '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 17457 + '@radix-ui/react-dialog': 1.1.14(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 18358 17458 '@radix-ui/react-id': 1.1.1(@types/react@19.2.2)(react@19.2.2) 18359 - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.1.9(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 17459 + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 18360 17460 react: 19.2.2 18361 17461 react-dom: 19.2.2(react@19.2.2) 18362 17462 use-sync-external-store: 1.6.0(react@19.2.2) ··· 18423 17523 common-ancestor-path@1.0.1: {} 18424 17524 18425 17525 commondir@1.0.1: {} 18426 - 18427 - compose-function@3.0.3: 18428 - dependencies: 18429 - arity-n: 1.0.4 18430 17526 18431 17527 concat-map@0.0.1: {} 18432 17528 ··· 18481 17577 path-type: 4.0.0 18482 17578 yaml: 1.10.2 18483 17579 18484 - cosmiconfig@8.3.6(typescript@5.7.2): 17580 + cosmiconfig@8.3.6(typescript@5.9.3): 18485 17581 dependencies: 18486 17582 import-fresh: 3.3.1 18487 17583 js-yaml: 4.1.1 18488 17584 parse-json: 5.2.0 18489 17585 path-type: 4.0.0 18490 17586 optionalDependencies: 18491 - typescript: 5.7.2 17587 + typescript: 5.9.3 18492 17588 18493 17589 create-require@1.1.1: {} 18494 17590 ··· 18601 17697 18602 17698 deep-extend@0.6.0: {} 18603 17699 18604 - deep-freeze@0.0.1: {} 18605 - 18606 17700 deepmerge@4.3.1: {} 18607 17701 18608 17702 defaults@1.0.4: ··· 18655 17749 dequal: 2.0.3 18656 17750 18657 17751 dfa@1.2.0: {} 18658 - 18659 - didyoumean@1.2.2: {} 18660 17752 18661 17753 diff@4.0.2: {} 18662 17754 ··· 18708 17800 transitivePeerDependencies: 18709 17801 - supports-color 18710 17802 18711 - drizzle-orm@0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.5)(bun-types@1.3.4): 17803 + drizzle-orm@0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.6)(bun-types@1.3.4): 18712 17804 optionalDependencies: 18713 17805 '@libsql/client': 0.15.15 18714 17806 '@opentelemetry/api': 1.9.0 18715 - '@types/pg': 8.15.5 17807 + '@types/pg': 8.15.6 18716 17808 bun-types: 1.3.4 18717 17809 18718 - drizzle-zod@0.5.1(drizzle-orm@0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.5)(bun-types@1.3.4))(zod@3.25.76): 17810 + drizzle-zod@0.5.1(drizzle-orm@0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.6)(bun-types@1.3.4))(zod@3.25.76): 18719 17811 dependencies: 18720 - drizzle-orm: 0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.5)(bun-types@1.3.4) 17812 + drizzle-orm: 0.44.4(@libsql/client@0.15.15)(@opentelemetry/api@1.9.0)(@types/pg@8.15.6)(bun-types@1.3.4) 18721 17813 zod: 3.25.76 18722 17814 18723 17815 dset@3.1.4: {} ··· 18737 17829 18738 17830 eastasianwidth@0.2.0: {} 18739 17831 18740 - easy-table@1.2.0: 18741 - dependencies: 18742 - ansi-regex: 5.0.1 18743 - optionalDependencies: 18744 - wcwidth: 1.0.1 18745 - 18746 17832 ecdsa-sig-formatter@1.0.11: 18747 17833 dependencies: 18748 17834 safe-buffer: 5.2.1 ··· 18779 17865 end-of-stream@1.4.5: 18780 17866 dependencies: 18781 17867 once: 1.4.0 18782 - 18783 - engine.io-client@6.6.3: 18784 - dependencies: 18785 - '@socket.io/component-emitter': 3.1.2 18786 - debug: 4.3.7 18787 - engine.io-parser: 5.2.3 18788 - ws: 8.17.1 18789 - xmlhttprequest-ssl: 2.1.2 18790 - transitivePeerDependencies: 18791 - - bufferutil 18792 - - supports-color 18793 - - utf-8-validate 18794 17868 18795 17869 engine.io-parser@5.2.3: {} 18796 17870 ··· 18886 17960 '@esbuild/win32-ia32': 0.18.20 18887 17961 '@esbuild/win32-x64': 0.18.20 18888 17962 18889 - esbuild@0.25.10: 18890 - optionalDependencies: 18891 - '@esbuild/aix-ppc64': 0.25.10 18892 - '@esbuild/android-arm': 0.25.10 18893 - '@esbuild/android-arm64': 0.25.10 18894 - '@esbuild/android-x64': 0.25.10 18895 - '@esbuild/darwin-arm64': 0.25.10 18896 - '@esbuild/darwin-x64': 0.25.10 18897 - '@esbuild/freebsd-arm64': 0.25.10 18898 - '@esbuild/freebsd-x64': 0.25.10 18899 - '@esbuild/linux-arm': 0.25.10 18900 - '@esbuild/linux-arm64': 0.25.10 18901 - '@esbuild/linux-ia32': 0.25.10 18902 - '@esbuild/linux-loong64': 0.25.10 18903 - '@esbuild/linux-mips64el': 0.25.10 18904 - '@esbuild/linux-ppc64': 0.25.10 18905 - '@esbuild/linux-riscv64': 0.25.10 18906 - '@esbuild/linux-s390x': 0.25.10 18907 - '@esbuild/linux-x64': 0.25.10 18908 - '@esbuild/netbsd-arm64': 0.25.10 18909 - '@esbuild/netbsd-x64': 0.25.10 18910 - '@esbuild/openbsd-arm64': 0.25.10 18911 - '@esbuild/openbsd-x64': 0.25.10 18912 - '@esbuild/openharmony-arm64': 0.25.10 18913 - '@esbuild/sunos-x64': 0.25.10 18914 - '@esbuild/win32-arm64': 0.25.10 18915 - '@esbuild/win32-ia32': 0.25.10 18916 - '@esbuild/win32-x64': 0.25.10 18917 - 18918 17963 esbuild@0.25.12: 18919 17964 optionalDependencies: 18920 17965 '@esbuild/aix-ppc64': 0.25.12 ··· 19117 18162 19118 18163 fast-equals@5.3.3: {} 19119 18164 19120 - fast-glob@3.3.2: 19121 - dependencies: 19122 - '@nodelib/fs.stat': 2.0.5 19123 - '@nodelib/fs.walk': 1.2.8 19124 - glob-parent: 5.1.2 19125 - merge2: 1.4.1 19126 - micromatch: 4.0.8 19127 - 19128 18165 fast-glob@3.3.3: 19129 18166 dependencies: 19130 18167 '@nodelib/fs.stat': 2.0.5 ··· 19143 18180 dependencies: 19144 18181 reusify: 1.1.0 19145 18182 18183 + fd-package-json@2.0.0: 18184 + dependencies: 18185 + walk-up-path: 4.0.0 18186 + 19146 18187 fdir@6.5.0(picomatch@4.0.3): 19147 18188 optionalDependencies: 19148 18189 picomatch: 4.0.3 ··· 19160 18201 dependencies: 19161 18202 escape-string-regexp: 1.0.5 19162 18203 19163 - file-entry-cache@8.0.0: 19164 - dependencies: 19165 - flat-cache: 4.0.1 19166 - 19167 18204 fill-range@7.1.1: 19168 18205 dependencies: 19169 18206 to-regex-range: 5.0.1 19170 18207 19171 - filter-iterator@0.0.1: {} 19172 - 19173 - filter-obj@1.1.0: {} 19174 - 19175 18208 finalhandler@2.1.0: 19176 18209 dependencies: 19177 18210 debug: 4.4.3 ··· 19190 18223 locate-path: 6.0.0 19191 18224 path-exists: 4.0.0 19192 18225 19193 - flat-cache@4.0.1: 19194 - dependencies: 19195 - flatted: 3.3.3 19196 - keyv: 4.5.4 19197 - 19198 - flatted@3.3.3: {} 19199 - 19200 18226 flattie@1.1.1: {} 19201 18227 19202 18228 fontace@0.3.1: ··· 19230 18256 mime-types: 2.1.35 19231 18257 safe-buffer: 5.2.1 19232 18258 18259 + formatly@0.3.0: 18260 + dependencies: 18261 + fd-package-json: 2.0.0 18262 + 19233 18263 formdata-polyfill@4.0.10: 19234 18264 dependencies: 19235 18265 fetch-blob: 3.2.0 ··· 19238 18268 19239 18269 forwarded@0.2.0: {} 19240 18270 19241 - fraction.js@4.3.7: {} 19242 - 19243 - framer-motion@12.23.22(@emotion/is-prop-valid@1.4.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 19244 - dependencies: 19245 - motion-dom: 12.23.23 19246 - motion-utils: 12.23.6 19247 - tslib: 2.8.1 19248 - optionalDependencies: 19249 - '@emotion/is-prop-valid': 1.4.0 19250 - react: 19.0.0 19251 - react-dom: 19.0.0(react@19.0.0) 19252 - 19253 18271 fresh@2.0.0: {} 19254 18272 19255 18273 fs-extra@10.1.0: ··· 19342 18360 dependencies: 19343 18361 is-glob: 4.0.3 19344 18362 19345 - glob-parent@6.0.2: 19346 - dependencies: 19347 - is-glob: 4.0.3 19348 - 19349 18363 glob-to-regexp@0.4.1: {} 19350 18364 19351 18365 glob@10.5.0: ··· 19374 18388 minimatch: 3.1.2 19375 18389 once: 1.4.0 19376 18390 path-is-absolute: 1.0.1 19377 - 19378 - globals@11.12.0: {} 19379 18391 19380 18392 globals@15.15.0: {} 19381 18393 ··· 19475 18487 19476 18488 has-flag@4.0.0: {} 19477 18489 19478 - has-own-property@0.1.0: {} 19479 - 19480 18490 has-symbols@1.1.0: {} 19481 18491 19482 18492 has-tostringtag@1.0.2: ··· 19707 18717 property-information: 7.1.0 19708 18718 space-separated-tokens: 2.0.2 19709 18719 19710 - he@1.2.0: {} 19711 - 19712 18720 header-case@1.0.1: 19713 18721 dependencies: 19714 18722 no-case: 2.3.2 ··· 19814 18822 dependencies: 19815 18823 safer-buffer: 2.1.2 19816 18824 19817 - identity-function@1.0.0: {} 19818 - 19819 18825 ieee754@1.2.1: {} 19820 18826 19821 18827 ignore@5.3.2: {} ··· 19832 18838 cjs-module-lexer: 1.4.3 19833 18839 module-details-from-path: 1.0.4 19834 18840 18841 + import-in-the-middle@2.0.0: 18842 + dependencies: 18843 + acorn: 8.15.0 18844 + acorn-import-attributes: 1.9.5(acorn@8.15.0) 18845 + cjs-module-lexer: 1.4.3 18846 + module-details-from-path: 1.0.4 18847 + 19835 18848 import-meta-resolve@4.2.0: {} 19836 18849 19837 18850 indent-string@4.0.0: {} ··· 19863 18876 strip-ansi: 6.0.1 19864 18877 through: 2.3.8 19865 18878 19866 - inquirer@8.2.7(@types/node@20.8.0): 18879 + inquirer@8.2.7(@types/node@24.0.8): 19867 18880 dependencies: 19868 - '@inquirer/external-editor': 1.0.3(@types/node@20.8.0) 18881 + '@inquirer/external-editor': 1.0.3(@types/node@24.0.8) 19869 18882 ansi-escapes: 4.3.2 19870 18883 chalk: 4.1.2 19871 18884 cli-cursor: 3.1.0 ··· 19936 18949 19937 18950 is-interactive@2.0.0: {} 19938 18951 19939 - is-iterable@1.1.1: {} 19940 - 19941 18952 is-lower-case@1.1.3: 19942 18953 dependencies: 19943 18954 lower-case: 1.1.4 19944 18955 19945 18956 is-node-process@1.2.0: {} 19946 18957 19947 - is-number@4.0.0: {} 19948 - 19949 18958 is-number@7.0.0: {} 19950 18959 19951 18960 is-obj@3.0.0: {} ··· 19995 19004 transitivePeerDependencies: 19996 19005 - encoding 19997 19006 19998 - iterable-lookahead@1.0.0: {} 19999 - 20000 19007 jackspeak@3.4.3: 20001 19008 dependencies: 20002 19009 '@isaacs/cliui': 8.0.2 ··· 20013 19020 merge-stream: 2.0.0 20014 19021 supports-color: 8.1.1 20015 19022 20016 - jiti@1.21.0: {} 20017 - 20018 - jiti@1.21.7: {} 20019 - 20020 19023 jiti@2.4.2: {} 20021 19024 20022 19025 jiti@2.6.1: {} ··· 20040 19043 js-cookie@3.0.5: {} 20041 19044 20042 19045 js-tokens@4.0.0: {} 20043 - 20044 - js-yaml@4.1.0: 20045 - dependencies: 20046 - argparse: 2.0.1 20047 19046 20048 19047 js-yaml@4.1.1: 20049 19048 dependencies: ··· 20055 19054 dependencies: 20056 19055 bignumber.js: 9.3.1 20057 19056 20058 - json-buffer@3.0.1: {} 20059 - 20060 19057 json-parse-even-better-errors@2.3.1: {} 20061 19058 20062 19059 json-schema-traverse@1.0.0: {} ··· 20086 19083 jwa: 2.0.1 20087 19084 safe-buffer: 5.2.1 20088 19085 20089 - keyv@4.5.4: 20090 - dependencies: 20091 - json-buffer: 3.0.1 20092 - 20093 19086 kleur@3.0.3: {} 20094 19087 20095 19088 kleur@4.1.5: {} 20096 19089 20097 19090 klona@2.0.6: {} 20098 19091 20099 - knip@5.16.0(@types/node@20.8.0)(typescript@5.7.2): 19092 + knip@5.75.1(@types/node@24.0.8)(typescript@5.9.3): 20100 19093 dependencies: 20101 - '@ericcornelissen/bash-parser': 0.5.2 20102 - '@nodelib/fs.walk': 2.0.0 20103 - '@snyk/github-codeowners': 1.1.0 20104 - '@types/node': 20.8.0 20105 - easy-table: 1.2.0 20106 - fast-glob: 3.3.2 20107 - file-entry-cache: 8.0.0 20108 - jiti: 1.21.0 20109 - js-yaml: 4.1.0 19094 + '@nodelib/fs.walk': 1.2.8 19095 + '@types/node': 24.0.8 19096 + fast-glob: 3.3.3 19097 + formatly: 0.3.0 19098 + jiti: 2.6.1 19099 + js-yaml: 4.1.1 20110 19100 minimist: 1.2.8 20111 - picocolors: 1.0.0 19101 + oxc-resolver: 11.15.0 19102 + picocolors: 1.1.1 20112 19103 picomatch: 4.0.3 20113 - pretty-ms: 9.0.0 20114 - resolve: 1.22.8 20115 - smol-toml: 1.1.4 20116 - strip-json-comments: 5.0.1 20117 - summary: 2.1.0 20118 - typescript: 5.7.2 20119 - zod: 3.25.76 20120 - zod-validation-error: 3.5.4(zod@3.25.76) 19104 + smol-toml: 1.5.2 19105 + strip-json-comments: 5.0.3 19106 + typescript: 5.9.3 19107 + zod: 4.2.1 20121 19108 20122 19109 kolorist@1.8.0: {} 20123 19110 ··· 20183 19170 lightningcss-win32-arm64-msvc: 1.30.1 20184 19171 lightningcss-win32-x64-msvc: 1.30.1 20185 19172 20186 - lilconfig@2.1.0: {} 20187 - 20188 19173 lilconfig@3.1.3: {} 20189 19174 20190 19175 limiter@3.0.0: {} ··· 20222 19207 lodash.camelcase@4.3.0: {} 20223 19208 20224 19209 lodash.castarray@4.4.0: {} 20225 - 20226 - lodash.curry@4.1.1: {} 20227 19210 20228 19211 lodash.get@4.4.2: {} 20229 19212 ··· 20289 19272 20290 19273 luxon@3.5.0: {} 20291 19274 20292 - magic-string@0.16.0: 20293 - dependencies: 20294 - vlq: 0.2.3 20295 - 20296 19275 magic-string@0.30.21: 20297 19276 dependencies: 20298 19277 '@jridgewell/sourcemap-codec': 1.5.5 ··· 20308 19287 source-map-js: 1.2.1 20309 19288 20310 19289 make-error@1.3.6: {} 20311 - 20312 - map-obj@2.0.0: {} 20313 19290 20314 19291 markdown-extensions@2.0.0: {} 20315 19292 ··· 20837 19814 dependencies: 20838 19815 minipass: 7.1.2 20839 19816 20840 - mitt@3.0.1: {} 20841 - 20842 19817 mkdirp@0.5.6: 20843 19818 dependencies: 20844 19819 minimist: 1.2.8 ··· 20854 19829 20855 19830 module-details-from-path@1.0.4: {} 20856 19831 20857 - motion-dom@12.23.23: 20858 - dependencies: 20859 - motion-utils: 12.23.6 20860 - 20861 - motion-utils@12.23.6: {} 20862 - 20863 19832 mri@1.2.0: {} 20864 19833 20865 19834 mrmime@2.0.1: {} 20866 19835 20867 19836 ms@2.1.3: {} 20868 19837 20869 - msw@2.12.3(@types/node@24.0.8)(typescript@5.7.2): 19838 + msw@2.12.3(@types/node@24.0.8)(typescript@5.9.3): 20870 19839 dependencies: 20871 19840 '@inquirer/confirm': 5.1.21(@types/node@24.0.8) 20872 19841 '@mswjs/interceptors': 0.40.0 ··· 20887 19856 until-async: 3.0.2 20888 19857 yargs: 17.7.2 20889 19858 optionalDependencies: 20890 - typescript: 5.7.2 19859 + typescript: 5.9.3 20891 19860 transitivePeerDependencies: 20892 19861 - '@types/node' 20893 19862 ··· 20921 19890 20922 19891 netmask@2.0.2: {} 20923 19892 20924 - next-auth@5.0.0-beta.29(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2): 19893 + next-auth@5.0.0-beta.29(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2): 20925 19894 dependencies: 20926 19895 '@auth/core': 0.40.0 20927 19896 next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 20928 19897 react: 19.2.2 20929 19898 20930 - next-auth@5.0.0-beta.29(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2): 20931 - dependencies: 20932 - '@auth/core': 0.40.0 20933 - next: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 20934 - react: 19.2.2 20935 - 20936 19899 next-mdx-remote@5.0.0(@types/react@19.2.2)(react@19.2.2): 20937 19900 dependencies: 20938 19901 '@babel/code-frame': 7.27.1 ··· 20946 19909 - '@types/react' 20947 19910 - supports-color 20948 19911 20949 - next-plausible@3.12.4(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 19912 + next-plausible@3.12.5(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 20950 19913 dependencies: 20951 - next: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 19914 + next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 20952 19915 react: 19.2.2 20953 19916 react-dom: 19.2.2(react@19.2.2) 20954 19917 20955 19918 next-themes@0.2.1(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 20956 19919 dependencies: 20957 - next: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 19920 + next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 20958 19921 react: 19.2.2 20959 19922 react-dom: 19.2.2(react@19.2.2) 20960 19923 ··· 20963 19926 react: 19.2.2 20964 19927 react-dom: 19.2.2(react@19.2.2) 20965 19928 20966 - next@15.5.2(@babel/core@7.26.10)(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 20967 - dependencies: 20968 - '@next/env': 15.5.2 20969 - '@swc/helpers': 0.5.15 20970 - caniuse-lite: 1.0.30001757 20971 - postcss: 8.4.31 20972 - react: 19.0.0 20973 - react-dom: 19.0.0(react@19.0.0) 20974 - styled-jsx: 5.1.6(@babel/core@7.26.10)(react@19.0.0) 20975 - optionalDependencies: 20976 - '@next/swc-darwin-arm64': 15.5.2 20977 - '@next/swc-darwin-x64': 15.5.2 20978 - '@next/swc-linux-arm64-gnu': 15.5.2 20979 - '@next/swc-linux-arm64-musl': 15.5.2 20980 - '@next/swc-linux-x64-gnu': 15.5.2 20981 - '@next/swc-linux-x64-musl': 15.5.2 20982 - '@next/swc-win32-arm64-msvc': 15.5.2 20983 - '@next/swc-win32-x64-msvc': 15.5.2 20984 - '@opentelemetry/api': 1.9.0 20985 - sharp: 0.34.5 20986 - transitivePeerDependencies: 20987 - - '@babel/core' 20988 - - babel-plugin-macros 20989 - 20990 19929 next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 20991 19930 dependencies: 20992 19931 '@next/env': 16.0.10 ··· 21011 19950 - '@babel/core' 21012 19951 - babel-plugin-macros 21013 19952 21014 - next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 19953 + next@16.0.9(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 21015 19954 dependencies: 21016 - '@next/env': 16.0.10 19955 + '@next/env': 16.0.9 21017 19956 '@swc/helpers': 0.5.15 21018 19957 caniuse-lite: 1.0.30001757 21019 19958 postcss: 8.4.31 21020 19959 react: 19.2.2 21021 19960 react-dom: 19.2.2(react@19.2.2) 21022 - styled-jsx: 5.1.6(react@19.2.2) 19961 + styled-jsx: 5.1.6(@babel/core@7.28.5)(react@19.2.2) 21023 19962 optionalDependencies: 21024 - '@next/swc-darwin-arm64': 16.0.10 21025 - '@next/swc-darwin-x64': 16.0.10 21026 - '@next/swc-linux-arm64-gnu': 16.0.10 21027 - '@next/swc-linux-arm64-musl': 16.0.10 21028 - '@next/swc-linux-x64-gnu': 16.0.10 21029 - '@next/swc-linux-x64-musl': 16.0.10 21030 - '@next/swc-win32-arm64-msvc': 16.0.10 21031 - '@next/swc-win32-x64-msvc': 16.0.10 19963 + '@next/swc-darwin-arm64': 16.0.9 19964 + '@next/swc-darwin-x64': 16.0.9 19965 + '@next/swc-linux-arm64-gnu': 16.0.9 19966 + '@next/swc-linux-arm64-musl': 16.0.9 19967 + '@next/swc-linux-x64-gnu': 16.0.9 19968 + '@next/swc-linux-x64-musl': 16.0.9 19969 + '@next/swc-win32-arm64-msvc': 16.0.9 19970 + '@next/swc-win32-x64-msvc': 16.0.9 21032 19971 '@opentelemetry/api': 1.9.0 21033 19972 sharp: 0.34.5 21034 19973 transitivePeerDependencies: ··· 21059 19998 fetch-blob: 3.2.0 21060 19999 formdata-polyfill: 4.0.10 21061 20000 21062 - node-html-parser@7.0.1: 21063 - dependencies: 21064 - css-select: 5.2.2 21065 - he: 1.2.0 21066 - 21067 20001 node-mock-http@1.0.3: {} 21068 20002 21069 20003 node-plop@0.26.3: ··· 21087 20021 abbrev: 2.0.0 21088 20022 21089 20023 normalize-path@3.0.0: {} 21090 - 21091 - normalize-range@0.1.2: {} 21092 20024 21093 20025 npm-run-path@4.0.1: 21094 20026 dependencies: ··· 21102 20034 dependencies: 21103 20035 boolbase: 1.0.0 21104 20036 21105 - nuqs@2.4.3(next@16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2): 20037 + nuqs@2.8.5(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2): 21106 20038 dependencies: 21107 - mitt: 3.0.1 20039 + '@standard-schema/spec': 1.0.0 21108 20040 react: 19.2.2 21109 20041 optionalDependencies: 21110 20042 next: 16.0.10(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 21111 20043 21112 - nuqs@2.4.3(next@16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2))(react@19.2.2): 21113 - dependencies: 21114 - mitt: 3.0.1 21115 - react: 19.2.2 21116 - optionalDependencies: 21117 - next: 16.0.10(@opentelemetry/api@1.9.0)(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 21118 - 21119 20044 nypm@0.6.0: 21120 20045 dependencies: 21121 20046 citty: 0.1.6 ··· 21131 20056 object-hash@3.0.0: {} 21132 20057 21133 20058 object-inspect@1.13.4: {} 21134 - 21135 - object-pairs@0.1.0: {} 21136 - 21137 - object-values@1.0.0: {} 21138 20059 21139 20060 ofetch@1.5.1: 21140 20061 dependencies: ··· 21227 20148 21228 20149 outvariant@1.4.3: {} 21229 20150 20151 + oxc-resolver@11.15.0: 20152 + optionalDependencies: 20153 + '@oxc-resolver/binding-android-arm-eabi': 11.15.0 20154 + '@oxc-resolver/binding-android-arm64': 11.15.0 20155 + '@oxc-resolver/binding-darwin-arm64': 11.15.0 20156 + '@oxc-resolver/binding-darwin-x64': 11.15.0 20157 + '@oxc-resolver/binding-freebsd-x64': 11.15.0 20158 + '@oxc-resolver/binding-linux-arm-gnueabihf': 11.15.0 20159 + '@oxc-resolver/binding-linux-arm-musleabihf': 11.15.0 20160 + '@oxc-resolver/binding-linux-arm64-gnu': 11.15.0 20161 + '@oxc-resolver/binding-linux-arm64-musl': 11.15.0 20162 + '@oxc-resolver/binding-linux-ppc64-gnu': 11.15.0 20163 + '@oxc-resolver/binding-linux-riscv64-gnu': 11.15.0 20164 + '@oxc-resolver/binding-linux-riscv64-musl': 11.15.0 20165 + '@oxc-resolver/binding-linux-s390x-gnu': 11.15.0 20166 + '@oxc-resolver/binding-linux-x64-gnu': 11.15.0 20167 + '@oxc-resolver/binding-linux-x64-musl': 11.15.0 20168 + '@oxc-resolver/binding-openharmony-arm64': 11.15.0 20169 + '@oxc-resolver/binding-wasm32-wasi': 11.15.0 20170 + '@oxc-resolver/binding-win32-arm64-msvc': 11.15.0 20171 + '@oxc-resolver/binding-win32-ia32-msvc': 11.15.0 20172 + '@oxc-resolver/binding-win32-x64-msvc': 11.15.0 20173 + 21230 20174 p-limit@3.1.0: 21231 20175 dependencies: 21232 20176 yocto-queue: 0.1.0 ··· 21240 20184 p-limit: 3.1.0 21241 20185 21242 20186 p-map@3.0.0: 21243 - dependencies: 21244 - aggregate-error: 3.1.0 21245 - 21246 - p-map@4.0.0: 21247 20187 dependencies: 21248 20188 aggregate-error: 3.1.0 21249 20189 ··· 21321 20261 unist-util-visit-children: 3.0.0 21322 20262 vfile: 6.0.3 21323 20263 21324 - parse-ms@4.0.0: {} 21325 - 21326 20264 parse5@7.3.0: 21327 20265 dependencies: 21328 20266 entities: 6.0.1 ··· 21393 20331 21394 20332 piccolore@0.1.3: {} 21395 20333 21396 - picocolors@1.0.0: {} 21397 - 21398 20334 picocolors@1.1.1: {} 21399 20335 21400 20336 picomatch@2.3.1: {} 21401 20337 21402 20338 picomatch@4.0.3: {} 21403 - 21404 - pify@2.3.0: {} 21405 20339 21406 20340 pirates@4.0.7: {} 21407 20341 ··· 21427 20361 optionalDependencies: 21428 20362 fsevents: 2.3.2 21429 20363 21430 - postcss-import@15.1.0(postcss@8.4.38): 21431 - dependencies: 21432 - postcss: 8.4.38 21433 - postcss-value-parser: 4.2.0 21434 - read-cache: 1.0.0 21435 - resolve: 1.22.11 21436 - 21437 - postcss-js@4.1.0(postcss@8.4.38): 21438 - dependencies: 21439 - camelcase-css: 2.0.1 21440 - postcss: 8.4.38 21441 - 21442 - postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): 21443 - dependencies: 21444 - lilconfig: 3.1.3 21445 - yaml: 2.8.1 21446 - optionalDependencies: 21447 - postcss: 8.4.38 21448 - ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) 21449 - 21450 - postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.7.2)): 20364 + postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.9.3)): 21451 20365 dependencies: 21452 20366 lilconfig: 3.1.3 21453 20367 yaml: 2.8.1 21454 20368 optionalDependencies: 21455 20369 postcss: 8.5.6 21456 - ts-node: 10.9.2(@types/node@20.8.0)(typescript@5.7.2) 20370 + ts-node: 10.9.2(@types/node@20.8.0)(typescript@5.9.3) 21457 20371 21458 - postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): 20372 + postcss-load-config@4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.9.3)): 21459 20373 dependencies: 21460 20374 lilconfig: 3.1.3 21461 20375 yaml: 2.8.1 21462 20376 optionalDependencies: 21463 20377 postcss: 8.5.6 21464 - ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.7.2) 20378 + ts-node: 10.9.2(@types/node@22.10.2)(typescript@5.9.3) 21465 20379 21466 20380 postcss-nested@6.2.0(postcss@8.4.38): 21467 20381 dependencies: ··· 21477 20391 dependencies: 21478 20392 cssesc: 3.0.0 21479 20393 util-deprecate: 1.0.2 21480 - 21481 - postcss-value-parser@4.2.0: {} 21482 20394 21483 20395 postcss@8.4.31: 21484 20396 dependencies: ··· 21515 20427 preact@10.24.3: {} 21516 20428 21517 20429 prettier@3.6.2: {} 21518 - 21519 - pretty-bytes@6.1.1: {} 21520 - 21521 - pretty-ms@9.0.0: 21522 - dependencies: 21523 - parse-ms: 4.0.0 21524 - 21525 - prism-react-renderer@2.4.1(react@19.0.0): 21526 - dependencies: 21527 - '@types/prismjs': 1.26.5 21528 - clsx: 2.1.1 21529 - react: 19.0.0 21530 20430 21531 20431 prismjs@1.30.0: {} 21532 20432 ··· 21631 20531 date-fns: 2.30.0 21632 20532 react: 19.2.2 21633 20533 21634 - react-dom@19.0.0(react@19.0.0): 21635 - dependencies: 21636 - react: 19.0.0 21637 - scheduler: 0.25.0 21638 - 21639 20534 react-dom@19.2.2(react@19.2.2): 21640 20535 dependencies: 21641 20536 react: 19.2.2 ··· 21664 20559 - supports-color 21665 20560 - utf-8-validate 21666 20561 21667 - react-hook-form@7.66.1(react@19.2.2): 20562 + react-hook-form@7.68.0(react@19.2.2): 21668 20563 dependencies: 21669 20564 react: 19.2.2 21670 20565 ··· 21683 20578 21684 20579 react-refresh@0.17.0: {} 21685 20580 21686 - react-remove-scroll-bar@2.3.8(@types/react@19.0.10)(react@19.0.0): 21687 - dependencies: 21688 - react: 19.0.0 21689 - react-style-singleton: 2.2.3(@types/react@19.0.10)(react@19.0.0) 21690 - tslib: 2.8.1 21691 - optionalDependencies: 21692 - '@types/react': 19.0.10 21693 - 21694 20581 react-remove-scroll-bar@2.3.8(@types/react@19.2.2)(react@19.2.2): 21695 20582 dependencies: 21696 20583 react: 19.2.2 ··· 21699 20586 optionalDependencies: 21700 20587 '@types/react': 19.2.2 21701 20588 21702 - react-remove-scroll@2.7.1(@types/react@19.0.10)(react@19.0.0): 21703 - dependencies: 21704 - react: 19.0.0 21705 - react-remove-scroll-bar: 2.3.8(@types/react@19.0.10)(react@19.0.0) 21706 - react-style-singleton: 2.2.3(@types/react@19.0.10)(react@19.0.0) 21707 - tslib: 2.8.1 21708 - use-callback-ref: 1.3.3(@types/react@19.0.10)(react@19.0.0) 21709 - use-sidecar: 1.1.3(@types/react@19.0.10)(react@19.0.0) 21710 - optionalDependencies: 21711 - '@types/react': 19.0.10 21712 - 21713 20589 react-remove-scroll@2.7.1(@types/react@19.2.2)(react@19.2.2): 21714 20590 dependencies: 21715 20591 react: 19.2.2 ··· 21733 20609 react-dom: 19.2.2(react@19.2.2) 21734 20610 react-transition-group: 4.4.5(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 21735 20611 21736 - react-style-singleton@2.2.3(@types/react@19.0.10)(react@19.0.0): 21737 - dependencies: 21738 - get-nonce: 1.0.1 21739 - react: 19.0.0 21740 - tslib: 2.8.1 21741 - optionalDependencies: 21742 - '@types/react': 19.0.10 21743 - 21744 20612 react-style-singleton@2.2.3(@types/react@19.2.2)(react@19.2.2): 21745 20613 dependencies: 21746 20614 get-nonce: 1.0.1 ··· 21770 20638 dependencies: 21771 20639 loose-envify: 1.4.0 21772 20640 21773 - react@19.0.0: {} 21774 - 21775 20641 react@19.1.1: {} 21776 20642 21777 20643 react@19.2.2: {} 21778 - 21779 - read-cache@1.0.0: 21780 - dependencies: 21781 - pify: 2.3.0 21782 20644 21783 20645 readable-stream@3.6.2: 21784 20646 dependencies: ··· 22022 20884 transitivePeerDependencies: 22023 20885 - supports-color 22024 20886 20887 + require-in-the-middle@8.0.1: 20888 + dependencies: 20889 + debug: 4.4.3 20890 + module-details-from-path: 1.0.4 20891 + transitivePeerDependencies: 20892 + - supports-color 20893 + 22025 20894 resend@4.0.1(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 22026 20895 dependencies: 22027 20896 '@react-email/render': 1.0.1(react-dom@19.2.2(react@19.2.2))(react@19.2.2) ··· 22029 20898 - react 22030 20899 - react-dom 22031 20900 22032 - resend@4.6.0(react-dom@19.0.0(react@19.0.0))(react@19.2.2): 20901 + resend@4.6.0(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 22033 20902 dependencies: 22034 - '@react-email/render': 1.1.2(react-dom@19.0.0(react@19.0.0))(react@19.2.2) 20903 + '@react-email/render': 1.1.2(react-dom@19.2.2(react@19.2.2))(react@19.2.2) 22035 20904 transitivePeerDependencies: 22036 20905 - react 22037 20906 - react-dom ··· 22110 20979 rettime@0.7.0: {} 22111 20980 22112 20981 reusify@1.1.0: {} 22113 - 22114 - reverse-arguments@1.0.0: {} 22115 20982 22116 20983 rimraf@3.0.2: 22117 20984 dependencies: ··· 22179 21046 22180 21047 sax@1.4.3: {} 22181 21048 22182 - scheduler@0.25.0: {} 22183 - 22184 21049 scheduler@0.27.0: {} 22185 21050 22186 21051 schema-dts@1.1.5: {} ··· 22236 21101 22237 21102 setprototypeof@1.2.0: {} 22238 21103 22239 - shadcn@2.7.0(@types/node@24.0.8)(typescript@5.7.2): 21104 + shadcn@2.7.0(@types/node@24.0.8)(typescript@5.9.3): 22240 21105 dependencies: 22241 21106 '@antfu/ni': 23.3.1 22242 21107 '@babel/core': 7.28.5 ··· 22244 21109 '@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.5) 22245 21110 '@modelcontextprotocol/sdk': 1.23.0(zod@3.25.76) 22246 21111 commander: 10.0.1 22247 - cosmiconfig: 8.3.6(typescript@5.7.2) 21112 + cosmiconfig: 8.3.6(typescript@5.9.3) 22248 21113 deepmerge: 4.3.1 22249 21114 diff: 5.2.0 22250 21115 execa: 7.2.0 ··· 22252 21117 fs-extra: 11.3.2 22253 21118 https-proxy-agent: 6.2.1 22254 21119 kleur: 4.1.5 22255 - msw: 2.12.3(@types/node@24.0.8)(typescript@5.7.2) 21120 + msw: 2.12.3(@types/node@24.0.8)(typescript@5.9.3) 22256 21121 node-fetch: 3.3.2 22257 21122 ora: 6.3.1 22258 21123 postcss: 8.4.38 ··· 22295 21160 '@img/sharp-win32-ia32': 0.33.5 22296 21161 '@img/sharp-win32-x64': 0.33.5 22297 21162 22298 - sharp@0.34.4: 22299 - dependencies: 22300 - '@img/colour': 1.0.0 22301 - detect-libc: 2.1.2 22302 - semver: 7.7.3 22303 - optionalDependencies: 22304 - '@img/sharp-darwin-arm64': 0.34.4 22305 - '@img/sharp-darwin-x64': 0.34.4 22306 - '@img/sharp-libvips-darwin-arm64': 1.2.3 22307 - '@img/sharp-libvips-darwin-x64': 1.2.3 22308 - '@img/sharp-libvips-linux-arm': 1.2.3 22309 - '@img/sharp-libvips-linux-arm64': 1.2.3 22310 - '@img/sharp-libvips-linux-ppc64': 1.2.3 22311 - '@img/sharp-libvips-linux-s390x': 1.2.3 22312 - '@img/sharp-libvips-linux-x64': 1.2.3 22313 - '@img/sharp-libvips-linuxmusl-arm64': 1.2.3 22314 - '@img/sharp-libvips-linuxmusl-x64': 1.2.3 22315 - '@img/sharp-linux-arm': 0.34.4 22316 - '@img/sharp-linux-arm64': 0.34.4 22317 - '@img/sharp-linux-ppc64': 0.34.4 22318 - '@img/sharp-linux-s390x': 0.34.4 22319 - '@img/sharp-linux-x64': 0.34.4 22320 - '@img/sharp-linuxmusl-arm64': 0.34.4 22321 - '@img/sharp-linuxmusl-x64': 0.34.4 22322 - '@img/sharp-wasm32': 0.34.4 22323 - '@img/sharp-win32-arm64': 0.34.4 22324 - '@img/sharp-win32-ia32': 0.34.4 22325 - '@img/sharp-win32-x64': 0.34.4 22326 - 22327 21163 sharp@0.34.5: 22328 21164 dependencies: 22329 21165 '@img/colour': 1.0.0 ··· 22361 21197 shebang-regex: 3.0.0 22362 21198 22363 21199 shebang-regex@3.0.0: {} 22364 - 22365 - shell-quote-word@1.0.1: {} 22366 21200 22367 21201 shiki@0.14.4: 22368 21202 dependencies: ··· 22433 21267 22434 21268 smart-buffer@4.2.0: {} 22435 21269 22436 - smol-toml@1.1.4: {} 22437 - 22438 21270 smol-toml@1.5.2: {} 22439 21271 22440 21272 snake-case@2.1.0: ··· 22450 21282 - supports-color 22451 21283 - utf-8-validate 22452 21284 22453 - socket.io-client@4.8.1: 22454 - dependencies: 22455 - '@socket.io/component-emitter': 3.1.2 22456 - debug: 4.3.7 22457 - engine.io-client: 6.6.3 22458 - socket.io-parser: 4.2.4 22459 - transitivePeerDependencies: 22460 - - bufferutil 22461 - - supports-color 22462 - - utf-8-validate 22463 - 22464 21285 socket.io-parser@4.2.4: 22465 21286 dependencies: 22466 21287 '@socket.io/component-emitter': 3.1.2 ··· 22500 21321 react: 19.2.2 22501 21322 react-dom: 19.2.2(react@19.2.2) 22502 21323 22503 - sonner@2.0.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0): 22504 - dependencies: 22505 - react: 19.0.0 22506 - react-dom: 19.0.0(react@19.0.0) 22507 - 22508 21324 sonner@2.0.5(react-dom@19.2.2(react@19.2.2))(react@19.2.2): 22509 21325 dependencies: 22510 21326 react: 19.2.2 ··· 22529 21345 22530 21346 space-separated-tokens@2.0.2: {} 22531 21347 22532 - spamc@0.0.5: {} 22533 - 22534 21348 stacktrace-parser@0.1.11: 22535 21349 dependencies: 22536 21350 type-fest: 0.7.1 22537 21351 22538 - starlight-image-zoom@0.13.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))): 21352 + starlight-image-zoom@0.13.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))): 22539 21353 dependencies: 22540 - '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 21354 + '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 22541 21355 mdast-util-mdx-jsx: 3.2.0 22542 21356 rehype-raw: 7.0.0 22543 21357 unist-util-visit: 5.0.0 ··· 22545 21359 transitivePeerDependencies: 22546 21360 - supports-color 22547 21361 22548 - starlight-links-validator@0.17.2(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))): 21362 + starlight-links-validator@0.17.2(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))): 22549 21363 dependencies: 22550 - '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 21364 + '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 22551 21365 '@types/picomatch': 3.0.2 22552 21366 github-slugger: 2.0.0 22553 21367 hast-util-from-html: 2.0.3 ··· 22561 21375 transitivePeerDependencies: 22562 21376 - supports-color 22563 21377 22564 - starlight-llms-txt@0.5.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)): 21378 + starlight-llms-txt@0.5.1(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)): 22565 21379 dependencies: 22566 - '@astrojs/mdx': 4.3.12(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 22567 - '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 21380 + '@astrojs/mdx': 4.3.12(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 21381 + '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 22568 21382 '@types/hast': 3.0.4 22569 21383 '@types/micromatch': 4.0.10 22570 - astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1) 21384 + astro: 5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1) 22571 21385 github-slugger: 2.0.0 22572 21386 hast-util-select: 6.0.4 22573 21387 micromatch: 4.0.8 ··· 22580 21394 transitivePeerDependencies: 22581 21395 - supports-color 22582 21396 22583 - starlight-showcases@0.3.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)): 21397 + starlight-showcases@0.3.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)))(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)): 22584 21398 dependencies: 22585 - '@astro-community/astro-embed-twitter': 0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 22586 - '@astro-community/astro-embed-youtube': 0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 22587 - '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 21399 + '@astro-community/astro-embed-twitter': 0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 21400 + '@astro-community/astro-embed-youtube': 0.5.9(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 21401 + '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 22588 21402 transitivePeerDependencies: 22589 21403 - astro 22590 21404 - canvas 22591 21405 22592 - starlight-sidebar-topics@0.6.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1))): 21406 + starlight-sidebar-topics@0.6.0(@astrojs/starlight@0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1))): 22593 21407 dependencies: 22594 - '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.7.2)(yaml@2.8.1)) 21408 + '@astrojs/starlight': 0.35.2(astro@5.13.7(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(rollup@4.53.3)(terser@5.44.1)(typescript@5.9.3)(yaml@2.8.1)) 22595 21409 picomatch: 4.0.3 22596 21410 22597 21411 statuses@2.0.2: {} ··· 22629 21443 emoji-regex: 10.6.0 22630 21444 get-east-asian-width: 1.4.0 22631 21445 strip-ansi: 7.1.2 22632 - 22633 - string.fromcodepoint@0.2.1: {} 22634 21446 22635 21447 string_decoder@1.3.0: 22636 21448 dependencies: ··· 22663 21475 22664 21476 strip-json-comments@2.0.1: {} 22665 21477 22666 - strip-json-comments@5.0.1: {} 21478 + strip-json-comments@5.0.3: {} 22667 21479 22668 21480 stripe@13.8.0: 22669 21481 dependencies: ··· 22682 21494 dependencies: 22683 21495 inline-style-parser: 0.2.7 22684 21496 22685 - styled-jsx@5.1.6(@babel/core@7.26.10)(react@19.0.0): 22686 - dependencies: 22687 - client-only: 0.0.1 22688 - react: 19.0.0 22689 - optionalDependencies: 22690 - '@babel/core': 7.26.10 22691 - 22692 21497 styled-jsx@5.1.6(@babel/core@7.28.5)(react@19.2.2): 22693 21498 dependencies: 22694 21499 client-only: 0.0.1 ··· 22696 21501 optionalDependencies: 22697 21502 '@babel/core': 7.28.5 22698 21503 22699 - styled-jsx@5.1.6(react@19.2.2): 22700 - dependencies: 22701 - client-only: 0.0.1 22702 - react: 19.2.2 22703 - 22704 21504 stylis@4.2.0: {} 22705 21505 22706 21506 sucrase@3.35.1: ··· 22714 21514 ts-interface-checker: 0.1.13 22715 21515 22716 21516 sugar-high@0.9.5: {} 22717 - 22718 - summary@2.1.0: {} 22719 21517 22720 21518 superjson@2.2.2: 22721 21519 dependencies: ··· 22750 21548 22751 21549 tailwind-merge@2.5.5: {} 22752 21550 22753 - tailwind-merge@3.2.0: {} 22754 - 22755 21551 tailwind-merge@3.3.1: {} 22756 21552 22757 21553 tailwindcss-animate@1.0.7(tailwindcss@4.1.8): 22758 21554 dependencies: 22759 21555 tailwindcss: 4.1.8 22760 21556 22761 - tailwindcss@3.4.0(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)): 22762 - dependencies: 22763 - '@alloc/quick-lru': 5.2.0 22764 - arg: 5.0.2 22765 - chokidar: 3.6.0 22766 - didyoumean: 1.2.2 22767 - dlv: 1.1.3 22768 - fast-glob: 3.3.3 22769 - glob-parent: 6.0.2 22770 - is-glob: 4.0.3 22771 - jiti: 1.21.7 22772 - lilconfig: 2.1.0 22773 - micromatch: 4.0.8 22774 - normalize-path: 3.0.0 22775 - object-hash: 3.0.0 22776 - picocolors: 1.1.1 22777 - postcss: 8.4.38 22778 - postcss-import: 15.1.0(postcss@8.4.38) 22779 - postcss-js: 4.1.0(postcss@8.4.38) 22780 - postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 22781 - postcss-nested: 6.2.0(postcss@8.4.38) 22782 - postcss-selector-parser: 6.1.2 22783 - resolve: 1.22.11 22784 - sucrase: 3.35.1 22785 - transitivePeerDependencies: 22786 - - ts-node 22787 - 22788 21557 tailwindcss@4.1.11: {} 22789 21558 22790 21559 tailwindcss@4.1.8: {} ··· 22810 21579 - encoding 22811 21580 - supports-color 22812 21581 22813 - terser-webpack-plugin@5.3.14(esbuild@0.25.10)(webpack@5.103.0): 22814 - dependencies: 22815 - '@jridgewell/trace-mapping': 0.3.31 22816 - jest-worker: 27.5.1 22817 - schema-utils: 4.3.3 22818 - serialize-javascript: 6.0.2 22819 - terser: 5.44.1 22820 - webpack: 5.103.0(esbuild@0.25.10) 22821 - optionalDependencies: 22822 - esbuild: 0.25.10 22823 - 22824 21582 terser-webpack-plugin@5.3.14(webpack@5.103.0): 22825 21583 dependencies: 22826 21584 '@jridgewell/trace-mapping': 0.3.31 ··· 22882 21640 dependencies: 22883 21641 os-tmpdir: 1.0.2 22884 21642 22885 - to-no-case@1.0.2: {} 22886 - 22887 - to-pascal-case@1.0.0: 22888 - dependencies: 22889 - to-space-case: 1.0.0 22890 - 22891 21643 to-regex-range@5.0.1: 22892 21644 dependencies: 22893 21645 is-number: 7.0.0 22894 - 22895 - to-space-case@1.0.0: 22896 - dependencies: 22897 - to-no-case: 1.0.2 22898 21646 22899 21647 toidentifier@1.0.1: {} 22900 21648 ··· 22929 21677 '@ts-morph/common': 0.19.0 22930 21678 code-block-writer: 12.0.0 22931 21679 22932 - ts-node@10.9.2(@types/node@20.8.0)(typescript@5.7.2): 21680 + ts-node@10.9.2(@types/node@20.8.0)(typescript@5.9.3): 22933 21681 dependencies: 22934 21682 '@cspotcode/source-map-support': 0.8.1 22935 21683 '@tsconfig/node10': 1.0.12 ··· 22943 21691 create-require: 1.1.1 22944 21692 diff: 4.0.2 22945 21693 make-error: 1.3.6 22946 - typescript: 5.7.2 21694 + typescript: 5.9.3 22947 21695 v8-compile-cache-lib: 3.0.1 22948 21696 yn: 3.1.1 21697 + optional: true 22949 21698 22950 - ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2): 21699 + ts-node@10.9.2(@types/node@22.10.2)(typescript@5.9.3): 22951 21700 dependencies: 22952 21701 '@cspotcode/source-map-support': 0.8.1 22953 21702 '@tsconfig/node10': 1.0.12 ··· 22961 21710 create-require: 1.1.1 22962 21711 diff: 4.0.2 22963 21712 make-error: 1.3.6 22964 - typescript: 5.7.2 21713 + typescript: 5.9.3 22965 21714 v8-compile-cache-lib: 3.0.1 22966 21715 yn: 3.1.1 22967 21716 optional: true 22968 21717 22969 - tsconfck@3.1.6(typescript@5.7.2): 21718 + ts-node@10.9.2(@types/node@24.0.8)(typescript@5.9.3): 21719 + dependencies: 21720 + '@cspotcode/source-map-support': 0.8.1 21721 + '@tsconfig/node10': 1.0.12 21722 + '@tsconfig/node12': 1.0.11 21723 + '@tsconfig/node14': 1.0.3 21724 + '@tsconfig/node16': 1.0.4 21725 + '@types/node': 24.0.8 21726 + acorn: 8.15.0 21727 + acorn-walk: 8.3.4 21728 + arg: 4.1.3 21729 + create-require: 1.1.1 21730 + diff: 4.0.2 21731 + make-error: 1.3.6 21732 + typescript: 5.9.3 21733 + v8-compile-cache-lib: 3.0.1 21734 + yn: 3.1.1 21735 + 21736 + tsconfck@3.1.6(typescript@5.9.3): 22970 21737 optionalDependencies: 22971 - typescript: 5.7.2 21738 + typescript: 5.9.3 22972 21739 22973 21740 tsconfig-paths@4.2.0: 22974 21741 dependencies: ··· 22980 21747 22981 21748 tslib@2.8.1: {} 22982 21749 22983 - tsup@7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.7.2))(typescript@5.7.2): 21750 + tsup@7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.9.3))(typescript@5.9.3): 22984 21751 dependencies: 22985 21752 bundle-require: 4.2.1(esbuild@0.18.20) 22986 21753 cac: 6.7.14 ··· 22990 21757 execa: 5.1.1 22991 21758 globby: 11.1.0 22992 21759 joycon: 3.1.1 22993 - postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.7.2)) 21760 + postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@20.8.0)(typescript@5.9.3)) 22994 21761 resolve-from: 5.0.0 22995 21762 rollup: 3.29.5 22996 21763 source-map: 0.8.0-beta.0 ··· 22998 21765 tree-kill: 1.2.2 22999 21766 optionalDependencies: 23000 21767 postcss: 8.5.6 23001 - typescript: 5.7.2 21768 + typescript: 5.9.3 23002 21769 transitivePeerDependencies: 23003 21770 - supports-color 23004 21771 - ts-node 23005 21772 23006 - tsup@7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2))(typescript@5.7.2): 21773 + tsup@7.2.0(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.9.3))(typescript@5.9.3): 23007 21774 dependencies: 23008 21775 bundle-require: 4.2.1(esbuild@0.18.20) 23009 21776 cac: 6.7.14 ··· 23013 21780 execa: 5.1.1 23014 21781 globby: 11.1.0 23015 21782 joycon: 3.1.1 23016 - postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.7.2)) 21783 + postcss-load-config: 4.0.2(postcss@8.5.6)(ts-node@10.9.2(@types/node@22.10.2)(typescript@5.9.3)) 23017 21784 resolve-from: 5.0.0 23018 21785 rollup: 3.29.5 23019 21786 source-map: 0.8.0-beta.0 ··· 23021 21788 tree-kill: 1.2.2 23022 21789 optionalDependencies: 23023 21790 postcss: 8.5.6 23024 - typescript: 5.7.2 21791 + typescript: 5.9.3 23025 21792 transitivePeerDependencies: 23026 21793 - supports-color 23027 21794 - ts-node 23028 21795 23029 - turbo-darwin-64@2.3.2: 21796 + turbo-darwin-64@2.6.3: 23030 21797 optional: true 23031 21798 23032 - turbo-darwin-arm64@2.3.2: 21799 + turbo-darwin-arm64@2.6.3: 23033 21800 optional: true 23034 21801 23035 - turbo-linux-64@2.3.2: 21802 + turbo-linux-64@2.6.3: 23036 21803 optional: true 23037 21804 23038 - turbo-linux-arm64@2.3.2: 21805 + turbo-linux-arm64@2.6.3: 23039 21806 optional: true 23040 21807 23041 - turbo-windows-64@2.3.2: 21808 + turbo-windows-64@2.6.3: 23042 21809 optional: true 23043 21810 23044 - turbo-windows-arm64@2.3.2: 21811 + turbo-windows-arm64@2.6.3: 23045 21812 optional: true 23046 21813 23047 - turbo@2.3.2: 21814 + turbo@2.6.3: 23048 21815 optionalDependencies: 23049 - turbo-darwin-64: 2.3.2 23050 - turbo-darwin-arm64: 2.3.2 23051 - turbo-linux-64: 2.3.2 23052 - turbo-linux-arm64: 2.3.2 23053 - turbo-windows-64: 2.3.2 23054 - turbo-windows-arm64: 2.3.2 21816 + turbo-darwin-64: 2.6.3 21817 + turbo-darwin-arm64: 2.6.3 21818 + turbo-linux-64: 2.6.3 21819 + turbo-linux-arm64: 2.6.3 21820 + turbo-windows-64: 2.6.3 21821 + turbo-windows-arm64: 2.6.3 23055 21822 23056 21823 tw-animate-css@1.3.4: {} 23057 21824 ··· 23077 21844 dependencies: 23078 21845 semver: 7.7.3 23079 21846 23080 - typescript@5.7.2: {} 21847 + typescript@5.9.3: {} 23081 21848 23082 21849 ufo@1.6.1: {} 23083 21850 ··· 23092 21859 23093 21860 undici-types@6.20.0: {} 23094 21861 23095 - undici-types@6.21.0: {} 23096 - 23097 21862 undici-types@7.16.0: 23098 21863 optional: true 23099 21864 ··· 23102 21867 undici@5.29.0: 23103 21868 dependencies: 23104 21869 '@fastify/busboy': 2.1.1 23105 - 23106 - unescape-js@1.1.4: 23107 - dependencies: 23108 - string.fromcodepoint: 0.2.1 23109 21870 23110 21871 unicode-properties@1.4.1: 23111 21872 dependencies: ··· 23278 22039 23279 22040 upper-case@1.1.3: {} 23280 22041 23281 - use-callback-ref@1.3.3(@types/react@19.0.10)(react@19.0.0): 23282 - dependencies: 23283 - react: 19.0.0 23284 - tslib: 2.8.1 23285 - optionalDependencies: 23286 - '@types/react': 19.0.10 23287 - 23288 22042 use-callback-ref@1.3.3(@types/react@19.2.2)(react@19.2.2): 23289 22043 dependencies: 23290 22044 react: 19.2.2 ··· 23292 22046 optionalDependencies: 23293 22047 '@types/react': 19.2.2 23294 22048 23295 - use-debounce@10.0.4(react@19.0.0): 23296 - dependencies: 23297 - react: 19.0.0 23298 - 23299 22049 use-deep-compare-effect@1.8.1(react@19.2.2): 23300 22050 dependencies: 23301 22051 '@babel/runtime': 7.28.4 23302 22052 dequal: 2.0.3 23303 22053 react: 19.2.2 23304 - 23305 - use-sidecar@1.1.3(@types/react@19.0.10)(react@19.0.0): 23306 - dependencies: 23307 - detect-node-es: 1.1.0 23308 - react: 19.0.0 23309 - tslib: 2.8.1 23310 - optionalDependencies: 23311 - '@types/react': 19.0.10 23312 22054 23313 22055 use-sidecar@1.1.3(@types/react@19.2.2)(react@19.2.2): 23314 22056 dependencies: ··· 23404 22146 vitefu@1.1.1(vite@6.4.1(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.1)(yaml@2.8.1)): 23405 22147 optionalDependencies: 23406 22148 vite: 6.4.1(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.1)(terser@5.44.1)(yaml@2.8.1) 23407 - 23408 - vlq@0.2.3: {} 23409 22149 23410 22150 volar-service-css@0.0.66(@volar/language-service@2.4.26): 23411 22151 dependencies: ··· 23508 22248 23509 22249 vscode-uri@3.1.0: {} 23510 22250 22251 + walk-up-path@4.0.0: {} 22252 + 23511 22253 watchpack@2.4.4: 23512 22254 dependencies: 23513 22255 glob-to-regexp: 0.4.1 ··· 23563 22305 - esbuild 23564 22306 - uglify-js 23565 22307 23566 - webpack@5.103.0(esbuild@0.25.10): 23567 - dependencies: 23568 - '@types/eslint-scope': 3.7.7 23569 - '@types/estree': 1.0.8 23570 - '@types/json-schema': 7.0.15 23571 - '@webassemblyjs/ast': 1.14.1 23572 - '@webassemblyjs/wasm-edit': 1.14.1 23573 - '@webassemblyjs/wasm-parser': 1.14.1 23574 - acorn: 8.15.0 23575 - acorn-import-phases: 1.0.4(acorn@8.15.0) 23576 - browserslist: 4.28.0 23577 - chrome-trace-event: 1.0.4 23578 - enhanced-resolve: 5.18.3 23579 - es-module-lexer: 1.7.0 23580 - eslint-scope: 5.1.1 23581 - events: 3.3.0 23582 - glob-to-regexp: 0.4.1 23583 - graceful-fs: 4.2.11 23584 - json-parse-even-better-errors: 2.3.1 23585 - loader-runner: 4.3.1 23586 - mime-types: 2.1.35 23587 - neo-async: 2.6.2 23588 - schema-utils: 4.3.3 23589 - tapable: 2.3.0 23590 - terser-webpack-plugin: 5.3.14(esbuild@0.25.10)(webpack@5.103.0) 23591 - watchpack: 2.4.4 23592 - webpack-sources: 3.3.3 23593 - transitivePeerDependencies: 23594 - - '@swc/core' 23595 - - esbuild 23596 - - uglify-js 23597 - 23598 22308 whatwg-fetch@3.6.20: {} 23599 22309 23600 22310 whatwg-url@5.0.0: ··· 23653 22363 xml-js@1.6.11: 23654 22364 dependencies: 23655 22365 sax: 1.4.3 23656 - 23657 - xmlhttprequest-ssl@2.1.2: {} 23658 22366 23659 22367 xtend@4.0.2: {} 23660 22368 ··· 23719 22427 dependencies: 23720 22428 zod: 3.25.76 23721 22429 23722 - zod-to-ts@1.2.0(typescript@5.7.2)(zod@3.25.76): 23723 - dependencies: 23724 - typescript: 5.7.2 23725 - zod: 3.25.76 23726 - 23727 - zod-validation-error@3.5.4(zod@3.25.76): 22430 + zod-to-ts@1.2.0(typescript@5.9.3)(zod@3.25.76): 23728 22431 dependencies: 22432 + typescript: 5.9.3 23729 22433 zod: 3.25.76 23730 22434 23731 - zod@3.24.3: {} 23732 - 23733 22435 zod@3.25.76: {} 22436 + 22437 + zod@4.2.1: {} 23734 22438 23735 22439 zwitch@2.0.4: {}