diff --git a/gql/graphql.ts b/gql/graphql.ts index 696aec9..d17eb49 100644 --- a/gql/graphql.ts +++ b/gql/graphql.ts @@ -77,6 +77,8 @@ export type CreateQuestionInput = { submissionIDs?: InputMaybe>; /** Question title */ title: Scalars['String']['input']; + /** Only the users with this scope set can see the question. Empty means visible to everyone. */ + visibleScope?: InputMaybe; }; /** @@ -859,6 +861,8 @@ export type Question = Node & { title: Scalars['String']['output']; /** List of your submissions for this question, ordered by submitted at descending. */ userSubmissions: Array; + /** Only the users with this scope set can see the question. Empty means visible to everyone. */ + visibleScope?: Maybe; }; @@ -1009,6 +1013,22 @@ export type QuestionWhereInput = { titleLTE?: InputMaybe; titleNEQ?: InputMaybe; titleNotIn?: InputMaybe>; + /** visible_scope field predicates */ + visibleScope?: InputMaybe; + visibleScopeContains?: InputMaybe; + visibleScopeContainsFold?: InputMaybe; + visibleScopeEqualFold?: InputMaybe; + visibleScopeGT?: InputMaybe; + visibleScopeGTE?: InputMaybe; + visibleScopeHasPrefix?: InputMaybe; + visibleScopeHasSuffix?: InputMaybe; + visibleScopeIn?: InputMaybe>; + visibleScopeIsNil?: InputMaybe; + visibleScopeLT?: InputMaybe; + visibleScopeLTE?: InputMaybe; + visibleScopeNEQ?: InputMaybe; + visibleScopeNotIn?: InputMaybe>; + visibleScopeNotNil?: InputMaybe; }; export enum RankingBy { @@ -1304,6 +1324,7 @@ export type UpdateQuestionInput = { /** Question category, e.g. 'query' */ category?: InputMaybe; clearSubmissions?: InputMaybe; + clearVisibleScope?: InputMaybe; databaseID?: InputMaybe; /** Question stem */ description?: InputMaybe; @@ -1314,6 +1335,8 @@ export type UpdateQuestionInput = { removeSubmissionIDs?: InputMaybe>; /** Question title */ title?: InputMaybe; + /** Only the users with this scope set can see the question. Empty means visible to everyone. */ + visibleScope?: InputMaybe; }; /** diff --git a/package.json b/package.json index 8c829cd..69b98de 100644 --- a/package.json +++ b/package.json @@ -17,15 +17,15 @@ "format:check": "dprint check" }, "dependencies": { - "@ai-sdk/anthropic": "^2.0.45", - "@ai-sdk/react": "^2.0.95", + "@ai-sdk/anthropic": "^2.0.50", + "@ai-sdk/react": "^2.0.104", "@apollo/client": "4.0.9", "@apollo/client-integration-nextjs": "^0.14.1", "@bprogress/next": "^3.2.12", "@codemirror/lang-sql": "^6.10.0", - "@graphql-codegen/client-preset": "^5.1.3", + "@graphql-codegen/client-preset": "^5.2.1", "@hookform/resolvers": "^5.2.2", - "@posthog/ai": "^7.1.0", + "@posthog/ai": "^7.2.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", @@ -41,51 +41,51 @@ "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.8", - "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.9.0", + "@swc-contrib/plugin-graphql-codegen-client-preset": "~0.12.1", "@tailwindcss/typography": "^0.5.19", "@tanstack/react-table": "^8.21.3", "@uiw/react-codemirror": "^4.25.3", - "ai": "^5.0.95", + "ai": "^5.0.104", "babel-plugin-react-compiler": "19.1.0-rc.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "foxact": "^0.2.49", "graphql": "^16.12.0", - "lucide-react": "^0.554.0", - "next": "16.0.3", + "lucide-react": "^0.555.0", + "next": "16.1.0-canary.4", "next-themes": "^0.4.6", - "posthog-js": "1.296.1", - "posthog-node": "^5.12.0", - "react": "19.3.0-canary-eb89912e-20251118", + "posthog-js": "1.298.1", + "posthog-node": "^5.14.1", + "react": "19.3.0-canary-fd524fe0-20251121", "react-codemirror-merge": "^4.25.3", - "react-dom": "19.3.0-canary-eb89912e-20251118", - "react-hook-form": "^7.66.1", + "react-dom": "19.3.0-canary-fd524fe0-20251121", + "react-hook-form": "^7.67.0", "react-remark": "^2.1.0", "remark": "^15.0.1", "remark-html": "^16.0.1", - "shiki": "^3.15.0", + "shiki": "^3.17.0", "sonner": "^2.0.7", "sql-formatter": "^15.6.10", - "streamdown": "^1.5.1", + "streamdown": "^1.6.9", "tailwind-merge": "^3.4.0", - "zod": "^4.1.12" + "zod": "^4.1.13" }, "devDependencies": { "@0no-co/graphqlsp": "^1.15.1", - "@eslint/eslintrc": "^3.3.1", - "@graphql-codegen/cli": "^6.0.2", + "@eslint/eslintrc": "^3.3.3", + "@graphql-codegen/cli": "^6.1.0", "@graphql-codegen/schema-ast": "^5.0.0", "@graphql-typed-document-node/core": "^3.2.0", "@parcel/watcher": "^2.5.1", "@tailwindcss/postcss": "^4.1.17", "@types/node": "^24.10.1", - "@types/react": "^19.2.6", + "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "@typescript-eslint/parser": "^8.47.0", + "@typescript-eslint/parser": "^8.48.0", "dprint": "^0.50.2", "eslint": "^9.39.1", - "eslint-config-next": "16.0.3", - "eslint-plugin-better-tailwindcss": "^3.7.10", + "eslint-config-next": "16.1.0-canary.7", + "eslint-plugin-better-tailwindcss": "^3.7.11", "tailwindcss": "^4.1.17", "tw-animate-css": "^1.4.0", "typescript": "^5.9.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93b83aa..56a8480 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,92 +14,92 @@ importers: .: dependencies: '@ai-sdk/anthropic': - specifier: ^2.0.45 - version: 2.0.45(zod@4.1.12) + specifier: ^2.0.50 + version: 2.0.50(zod@4.1.13) '@ai-sdk/react': - specifier: ^2.0.95 - version: 2.0.95(react@19.3.0-canary-eb89912e-20251118)(zod@4.1.12) + specifier: ^2.0.104 + version: 2.0.104(react@19.3.0-canary-fd524fe0-20251121)(zod@4.1.13) '@apollo/client': specifier: 4.0.9 - version: 4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2) + version: 4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2) '@apollo/client-integration-nextjs': specifier: ^0.14.1 - version: 0.14.1(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2))(@types/react@19.2.6)(graphql@16.12.0)(next@16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2) + version: 0.14.1(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2))(@types/react@19.2.7)(graphql@16.12.0)(next@16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2) '@bprogress/next': specifier: ^3.2.12 - version: 3.2.12(next@16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 3.2.12(next@16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@codemirror/lang-sql': specifier: ^6.10.0 version: 6.10.0 '@graphql-codegen/client-preset': - specifier: ^5.1.3 - version: 5.1.3(graphql@16.12.0) + specifier: ^5.2.1 + version: 5.2.1(graphql@16.12.0) '@hookform/resolvers': specifier: ^5.2.2 - version: 5.2.2(react-hook-form@7.66.1(react@19.3.0-canary-eb89912e-20251118)) + version: 5.2.2(react-hook-form@7.67.0(react@19.3.0-canary-fd524fe0-20251121)) '@posthog/ai': - specifier: ^7.1.0 - version: 7.1.0(@opentelemetry/api@1.9.0)(posthog-node@5.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(ws@8.18.3)(zod-to-json-schema@3.24.6(zod@4.1.12)) + specifier: ^7.2.0 + version: 7.2.0(@opentelemetry/api@1.9.0)(posthog-node@5.14.1)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(ws@8.18.3)(zod-to-json-schema@3.24.6(zod@4.1.13)) '@radix-ui/react-alert-dialog': specifier: ^1.1.15 - version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-avatar': specifier: ^1.1.11 - version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-checkbox': specifier: ^1.3.3 - version: 1.3.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.3.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-collapsible': specifier: ^1.1.12 - version: 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-dialog': specifier: ^1.1.15 - version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-dropdown-menu': specifier: ^2.1.16 - version: 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-label': specifier: ^2.1.8 - version: 2.1.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 2.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-progress': specifier: ^1.1.8 - version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-select': specifier: ^2.2.6 - version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-separator': specifier: ^1.1.8 - version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-slot': specifier: ^1.2.4 - version: 1.2.4(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + version: 1.2.4(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-tabs': specifier: ^1.1.13 - version: 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-toggle': specifier: ^1.1.10 - version: 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-toggle-group': specifier: ^1.1.11 - version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/react-tooltip': specifier: ^1.2.8 - version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@swc-contrib/plugin-graphql-codegen-client-preset': - specifier: ~0.9.0 - version: 0.9.0 + specifier: ~0.12.1 + version: 0.12.1 '@tailwindcss/typography': specifier: ^0.5.19 version: 0.5.19(tailwindcss@4.1.17) '@tanstack/react-table': specifier: ^8.21.3 - version: 8.21.3(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 8.21.3(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) '@uiw/react-codemirror': specifier: ^4.25.3 - version: 4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.19.1)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.20.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) ai: - specifier: ^5.0.95 - version: 5.0.95(zod@4.1.12) + specifier: ^5.0.104 + version: 5.0.104(zod@4.1.13) babel-plugin-react-compiler: specifier: 19.1.0-rc.3 version: 19.1.0-rc.3 @@ -111,40 +111,40 @@ importers: version: 2.1.1 foxact: specifier: ^0.2.49 - version: 0.2.49(react@19.3.0-canary-eb89912e-20251118) + version: 0.2.49(react@19.3.0-canary-fd524fe0-20251121) graphql: specifier: ^16.12.0 version: 16.12.0 lucide-react: - specifier: ^0.554.0 - version: 0.554.0(react@19.3.0-canary-eb89912e-20251118) + specifier: ^0.555.0 + version: 0.555.0(react@19.3.0-canary-fd524fe0-20251121) next: - specifier: 16.0.3 - version: 16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + specifier: 16.1.0-canary.4 + version: 16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) next-themes: specifier: ^0.4.6 - version: 0.4.6(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 0.4.6(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) posthog-js: - specifier: 1.296.1 - version: 1.296.1 + specifier: 1.298.1 + version: 1.298.1 posthog-node: - specifier: ^5.12.0 - version: 5.12.0 + specifier: ^5.14.1 + version: 5.14.1 react: - specifier: 19.3.0-canary-eb89912e-20251118 - version: 19.3.0-canary-eb89912e-20251118 + specifier: 19.3.0-canary-fd524fe0-20251121 + version: 19.3.0-canary-fd524fe0-20251121 react-codemirror-merge: specifier: ^4.25.3 - version: 4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.19.1)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.20.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) react-dom: - specifier: 19.3.0-canary-eb89912e-20251118 - version: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + specifier: 19.3.0-canary-fd524fe0-20251121 + version: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) react-hook-form: - specifier: ^7.66.1 - version: 7.66.1(react@19.3.0-canary-eb89912e-20251118) + specifier: ^7.67.0 + version: 7.67.0(react@19.3.0-canary-fd524fe0-20251121) react-remark: specifier: ^2.1.0 - version: 2.1.0(react@19.3.0-canary-eb89912e-20251118) + version: 2.1.0(react@19.3.0-canary-fd524fe0-20251121) remark: specifier: ^15.0.1 version: 15.0.1 @@ -152,33 +152,33 @@ importers: specifier: ^16.0.1 version: 16.0.1 shiki: - specifier: ^3.15.0 - version: 3.15.0 + specifier: ^3.17.0 + version: 3.17.0 sonner: specifier: ^2.0.7 - version: 2.0.7(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + version: 2.0.7(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) sql-formatter: specifier: ^15.6.10 version: 15.6.10 streamdown: - specifier: ^1.5.1 - version: 1.5.1(@types/mdast@4.0.4)(@types/react@19.2.6)(micromark-util-types@2.0.2)(micromark@4.0.2)(react@19.3.0-canary-eb89912e-20251118)(unified@11.0.5) + specifier: ^1.6.9 + version: 1.6.9(@types/mdast@4.0.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(react@19.3.0-canary-fd524fe0-20251121) tailwind-merge: specifier: ^3.4.0 version: 3.4.0 zod: - specifier: ^4.1.12 - version: 4.1.12 + specifier: ^4.1.13 + version: 4.1.13 devDependencies: '@0no-co/graphqlsp': specifier: ^1.15.1 version: 1.15.1(graphql@16.12.0)(typescript@5.9.3) '@eslint/eslintrc': - specifier: ^3.3.1 - version: 3.3.1 + specifier: ^3.3.3 + version: 3.3.3 '@graphql-codegen/cli': - specifier: ^6.0.2 - version: 6.0.2(@parcel/watcher@2.5.1)(@types/node@24.10.1)(graphql@16.12.0)(typescript@5.9.3) + specifier: ^6.1.0 + version: 6.1.0(@parcel/watcher@2.5.1)(@types/node@24.10.1)(graphql@16.12.0)(typescript@5.9.3) '@graphql-codegen/schema-ast': specifier: ^5.0.0 version: 5.0.0(graphql@16.12.0) @@ -195,14 +195,14 @@ importers: specifier: ^24.10.1 version: 24.10.1 '@types/react': - specifier: ^19.2.6 - version: 19.2.6 + specifier: ^19.2.7 + version: 19.2.7 '@types/react-dom': specifier: ^19.2.3 - version: 19.2.3(@types/react@19.2.6) + version: 19.2.3(@types/react@19.2.7) '@typescript-eslint/parser': - specifier: ^8.47.0 - version: 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + specifier: ^8.48.0 + version: 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) dprint: specifier: ^0.50.2 version: 0.50.2 @@ -210,11 +210,11 @@ importers: specifier: ^9.39.1 version: 9.39.1(jiti@2.6.1) eslint-config-next: - specifier: 16.0.3 - version: 16.0.3(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + specifier: 16.1.0-canary.7 + version: 16.1.0-canary.7(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) eslint-plugin-better-tailwindcss: - specifier: ^3.7.10 - version: 3.7.10(eslint@9.39.1(jiti@2.6.1))(tailwindcss@4.1.17) + specifier: ^3.7.11 + version: 3.7.11(eslint@9.39.1(jiti@2.6.1))(tailwindcss@4.1.17) tailwindcss: specifier: ^4.1.17 version: 4.1.17 @@ -241,20 +241,20 @@ packages: graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 typescript: ^5.0.0 - '@ai-sdk/anthropic@2.0.45': - resolution: {integrity: sha512-Ipv62vavDCmrV/oE/lXehL9FzwQuZOnnlhPEftWizx464Wb6lvnBTJx8uhmEYruFSzOWTI95Z33ncZ4tA8E6RQ==} + '@ai-sdk/anthropic@2.0.50': + resolution: {integrity: sha512-21PaHfoLmouOXXNINTsZJsMw+wE5oLR2He/1kq/sKokTVKyq7ObGT1LDk6ahwxaz/GoaNaGankMh+EgVcdv2Cw==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/gateway@2.0.11': - resolution: {integrity: sha512-B0Vt2Xv88Lo9rg861Oyzq/SdTmT4LiqdjkpOxpSPpNk8Ih5TXTgyDAsV/qW14N6asPdK1YI5PosFLnVzfK5LrA==} + '@ai-sdk/gateway@2.0.17': + resolution: {integrity: sha512-oVAG6q72KsjKlrYdLhWjRO7rcqAR8CjokAbYuyVZoCO4Uh2PH/VzZoxZav71w2ipwlXhHCNaInGYWNs889MMDA==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 - '@ai-sdk/provider-utils@3.0.17': - resolution: {integrity: sha512-TR3Gs4I3Tym4Ll+EPdzRdvo/rc8Js6c4nVhFLuvGLX/Y4V9ZcQMa/HTiYsHEgmYrf1zVi6Q145UEZUfleOwOjw==} + '@ai-sdk/provider-utils@3.0.18': + resolution: {integrity: sha512-ypv1xXMsgGcNKUP+hglKqtdDuMg68nWHucPPAhIENrbFAI+xCHiqPVN8Zllxyv1TNZwGWUghPxJXU+Mqps0YRQ==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -263,8 +263,8 @@ packages: resolution: {integrity: sha512-6o7Y2SeO9vFKB8lArHXehNuusnpddKPk7xqL7T2/b+OvXMRIXUO1rR4wcv1hAFUAT9avGZshty3Wlua/XA7TvA==} engines: {node: '>=18'} - '@ai-sdk/react@2.0.95': - resolution: {integrity: sha512-dczIP6Za4WgGbAHoSCGJ0hfhUqPFqZiXCXgq1YTRGjTIGPJjwy8OIZPoFZ7fLuS/CpzVdKsEhqVsEE3Nl009iA==} + '@ai-sdk/react@2.0.104': + resolution: {integrity: sha512-vpRNUwOrHXSsywZuEge78/LPbYMR/3tkBnwijGpIGnORMa/SzYhuVsE+sZBFVo/v0m5K/tg+CXNNvuJrVZ/MBQ==} engines: {node: '>=18'} peerDependencies: react: ^18 || ^19 || ^19.0.0-rc @@ -280,9 +280,6 @@ packages: '@antfu/install-pkg@1.1.0': resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==} - '@antfu/utils@9.3.0': - resolution: {integrity: sha512-9hFT4RauhcUzqOE4f1+frMKLZrgNog5b06I7VmZQV1BkvwvqrbC8EBZf3L1eEL2AKb6rNKjER0sEvJiSP1FXEA==} - '@anthropic-ai/sdk@0.67.1': resolution: {integrity: sha512-ZLYZLog5ttur2OXkBxoCr8C+bsIGG//OwKYoDw4ZOlwdKF6u+qqQ7y+R4x9zqgQJBbdg5qZs6RHA7L+QpSrHUA==} hasBin: true @@ -452,8 +449,8 @@ packages: '@chevrotain/utils@11.0.3': resolution: {integrity: sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==} - '@codemirror/autocomplete@6.19.1': - resolution: {integrity: sha512-q6NenYkEy2fn9+JyjIxMWcNjzTL/IhwqfzOut1/G3PrIFkrbl4AL7Wkse5tLrQUUyqGoAKU5+Pi5jnnXxH5HGw==} + '@codemirror/autocomplete@6.20.0': + resolution: {integrity: sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==} '@codemirror/commands@6.10.0': resolution: {integrity: sha512-2xUIc5mHXQzT16JnyOFkh8PvfeXuIut3pslWGfsGOhxP/lpgRm9HOl/mpzLErgt5mXDovqA0d11P21gofRLb9w==} @@ -570,12 +567,12 @@ packages: resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/css-tree@3.6.7': - resolution: {integrity: sha512-5nUrHEkMeZ8eTXHj9tlkH+k5gcRdjXiAtQOr+po0W2LRxHZeoVFRX2iqeA+C3Khjs2dRuo84Ntmrakr9xEzCEA==} + '@eslint/css-tree@3.6.8': + resolution: {integrity: sha512-s0f40zY7dlMp8i0Jf0u6l/aSswS0WRAgkhgETgiCJRcxIWb4S/Sp9uScKHWbkM3BnoFLbJbmOYk5AZUDFVxaLA==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - '@eslint/eslintrc@3.3.1': - resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} + '@eslint/eslintrc@3.3.3': + resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/js@9.39.1': @@ -629,8 +626,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/cli@6.0.2': - resolution: {integrity: sha512-W+0ime0xMrCyG77q+5xiPkkqPLuXJcTx0Zr9TTOxF4zIqWKVsuImS3qVxtpeTx+GRbb8VWv9IedWMtt91JGzQg==} + '@graphql-codegen/cli@6.1.0': + resolution: {integrity: sha512-7w3Zq5IFONVOBcyOiP01Nv9WRxGS/TEaBCAb/ALYA3xHq95dqKCpoGnxt/Ut9R18jiS+aMgT0gc8Tr8sHy44jA==} engines: {node: '>=16'} hasBin: true peerDependencies: @@ -640,8 +637,8 @@ packages: '@parcel/watcher': optional: true - '@graphql-codegen/client-preset@5.1.3': - resolution: {integrity: sha512-8nlKt8/gO/BovWahLb96taMssHKPibBfslry1ed9DIJtbOrceFYF3yNbFZuTHmI644C7ZvoYK93JkE3VzDlCyg==} + '@graphql-codegen/client-preset@5.2.1': + resolution: {integrity: sha512-6qFjHQQUWrEH+MVvWs5sPUgme8X+Ivg3WfzaCESooRBQZ4/EnSFlXkPWUTbOKYLRUoMv4g6iTRcZQf6u1wtHZA==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -656,14 +653,14 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/gql-tag-operations@5.0.5': - resolution: {integrity: sha512-DutUBwA3UMOB2AI6O1FDidYw7N0Br4d/ogGrYg6XOeeVuRYigc6i9wX4qiv4ofD34Ujfcfze0U2PI3ZOR33NKw==} + '@graphql-codegen/gql-tag-operations@5.1.1': + resolution: {integrity: sha512-XewD0XxN2sgKieEIFeGWV5yT5X2aNy+eg+K8bHlUD7QfyrN2bi67rv/O5Edu7LVDOJR69uqVBp++18d742mn3Q==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/plugin-helpers@6.0.0': - resolution: {integrity: sha512-Z7P89vViJvQakRyMbq/JF2iPLruRFOwOB6IXsuSvV/BptuuEd7fsGPuEf8bdjjDxUY0pJZnFN8oC7jIQ8p9GKA==} + '@graphql-codegen/plugin-helpers@6.1.0': + resolution: {integrity: sha512-JJypehWTcty9kxKiqH7TQOetkGdOYjY78RHlI+23qB59cV2wxjFFVf8l7kmuXS4cpGVUNfIjFhVr7A1W7JMtdA==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -674,14 +671,14 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typed-document-node@6.1.2': - resolution: {integrity: sha512-DelLv7BY8Sx0toyCiEsc46W3FtqipiiqhprUnGnSalfKnKVB8KUodXKaf70migy6hWyDl5d1OJOp5wrttuIy2Q==} + '@graphql-codegen/typed-document-node@6.1.4': + resolution: {integrity: sha512-ITWsA+qvT7R64z7KmYHXfgyD5ff069FAGq/hpR0EWVfzXT4RW1Xn/3Biw7/jvwMGsS1BTjo8ZLSIMNM8KjE3GA==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-operations@5.0.4': - resolution: {integrity: sha512-5Bu/BTmyNjdSfSLLBKjC0+4XWcY01uotVcnVIWIxxRdIHoRxnTW6PUkT5CoPHP5r/Uoo3OvIJxh+0LYSH5suwA==} + '@graphql-codegen/typescript-operations@5.0.6': + resolution: {integrity: sha512-pkR/82qWO50OHWeV3BiDuVxNFxiJerpmNjFep71VlabADXiU3GIeSaDd6G9a1/SCniVTXZQk2ivCb0ZJiuwo1A==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -690,14 +687,14 @@ packages: graphql-sock: optional: true - '@graphql-codegen/typescript@5.0.4': - resolution: {integrity: sha512-q6S8hX+aR4BzeGgolac4gp22rBnXbLhedmOwT1UBT9e3lGNmNpYC7WJUEzAPjWf6z1lRSNmojLlwEjTnffhKNA==} + '@graphql-codegen/typescript@5.0.6': + resolution: {integrity: sha512-rKW3wYInAnmO/DmKjhW3/KLMxUauUCZuMEPQmuoHChnwIuMjn5kVXCdArGyQqv+vVtFj55aS+sJLN4MPNNjSNg==} engines: {node: '>=16'} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/visitor-plugin-common@6.1.2': - resolution: {integrity: sha512-zYdrhJKgk8kqE1Xz5/m/Ua42zk+rIvYB/FHh3dE1AhZ6b1IDqgKjF3LnkT+K2qenf9EfT4yNjXd5CEKMeXfHyg==} + '@graphql-codegen/visitor-plugin-common@6.2.1': + resolution: {integrity: sha512-5QT1hCV3286mrmoIC7vlFXsTlwELMexhuFIkjh+oVGGL1E8hxkIPAU0kfH/lsPbQHKi8zKmic2pl3tAdyYxNyg==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -710,14 +707,14 @@ packages: resolution: {integrity: sha512-Pz8wB3K0iU6ae9S1fWfsmJX24CcGeTo6hE7T44ucmV/ALKRj+bxClmqrYcDT7v3f0d12Rh4FAXBb6gon+WkDpQ==} engines: {node: '>=20.0.0'} - '@graphql-tools/apollo-engine-loader@8.0.26': - resolution: {integrity: sha512-vNeWX/hGpHMVaDJNBbf7yhmy95ueZ3f4rUjl6v819Emsfo0ItnyTM2FmOPUwpWIm7DpCKCSt134ERy/fgo14rg==} + '@graphql-tools/apollo-engine-loader@8.0.27': + resolution: {integrity: sha512-XT4BvqmRXkVaT8GgNb9/pr8u4M4vTcvGuI2GlvK+albrJNIV8VxTpsdVYma3kw+VtSIYrxEvLixlfDA/KdmDpg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/batch-execute@10.0.3': - resolution: {integrity: sha512-QH9tKbBQcLeSToXufGKRKWZUpVFJ+gRzJ8wSjz0amQXxpHiF8sEAIJKy9CmgRfnhvt31BjOMTr1sUS4xbhj7lw==} + '@graphql-tools/batch-execute@10.0.4': + resolution: {integrity: sha512-t8E0ILelbaIju0aNujMkKetUmbv3/07nxGSv0kEGLBk9GNtEmQ/Bjj8ZTo2WN35/Fy70zCHz2F/48Nx/Ec48cA==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -728,8 +725,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/code-file-loader@8.1.26': - resolution: {integrity: sha512-VamhpBEbrABCjtJqEFBUrHBBVX4Iw7q4Ga8H3W0P7mO+sE1HuTfpWirSdBLlhc6nGcSyTb6FA1mEgGjjUASIHA==} + '@graphql-tools/code-file-loader@8.1.27': + resolution: {integrity: sha512-q3GDbm+7m3DiAnqxa+lYMgYZd49+ez6iGFfXHmzP6qAnf5WlBxRNKNjNVuxOgoV30DCr+vOJfoXeU7VN1qqGWQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -740,8 +737,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/delegate@11.1.2': - resolution: {integrity: sha512-C6W4DM+z3nN7OkV08CAuBUmCW+etmfiKzlpx09oEGBWzw61eYQdKlqp1qqeKtYebELam9LkHTa1n8/rilv5PXw==} + '@graphql-tools/delegate@11.1.3': + resolution: {integrity: sha512-4Fd4s0T4Cv+Hl+4NXRUWtedhQjTOfpPP8MQJOtfX4jnBmwAP88/EhKIIPDssSFPGiyJkL5MLKPVJzVgY4ezDTg==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -764,8 +761,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor-common@1.0.4': - resolution: {integrity: sha512-EKkVjo1Fbx+qK5ZeI+KneeoGzk6HU6aL4E0bX4J3lfnjyaZVESbODCDS/9bBcrV1X2dEby9MfWqA6fkFodP+hw==} + '@graphql-tools/executor-common@1.0.5': + resolution: {integrity: sha512-gsBRxP4ui8s7/ppKGCJUQ9xxTNoFpNYmEirgM52EHo74hL5hrpS5o4zOmBH33+9t2ZasBziIfupYtLNa0DgK0g==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -776,8 +773,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor-graphql-ws@3.1.2': - resolution: {integrity: sha512-nlBXYrWkZ+VFIVU2QrRNnWImBwZglY/uuyK0/dkFMFy9FEjZmErLpGv62PZqQUSEjPakNgUil+T94CUHGebR9w==} + '@graphql-tools/executor-graphql-ws@3.1.3': + resolution: {integrity: sha512-q4k8KLoH2U51XdWJRdiW/KIKbBOtJ1mcILv0ALvBkOF99C3vwGj2zr4U0AMGCD3HzML2mPZuajhfYo/xB/pnZQ==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -788,68 +785,68 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor-http@3.0.6': - resolution: {integrity: sha512-gTcSdaJWbqYKg/aVQ/T+sIC6Isa4jjx+QhVMyawgivmdbLTg0UgsbR6g97eNVoxnRzFq/CuPSy71IHQeq8Q6iA==} + '@graphql-tools/executor-http@3.0.7': + resolution: {integrity: sha512-sHjtiUZmRtkjhpSzMhxT2ywAGzHjuB1rHsiaSLAq8U5BQg5WoLakKYD7BajgVHwNbfWEc+NnFiJI7ldyhiciiQ==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor-legacy-ws@1.1.23': - resolution: {integrity: sha512-wwS6ZlJDaC+zxE1DcfYrPJk1ynQ0xcbOWS/x8dy4hO6ZCjRawkogoqN3Muab0E9RzuwF29LRu+aOH6isO5mQKg==} + '@graphql-tools/executor-legacy-ws@1.1.24': + resolution: {integrity: sha512-wfSpOJCxeBcwVXy3JS4TB4oLwVICuVKPlPQhcAjTRPWYwKerE0HosgUzxCX1fEQ4l1B1OMgKWRglGpoXExKqsQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor@1.4.13': - resolution: {integrity: sha512-2hTSRfH2kb4ua0ANOV/K6xUoCZsHAE6igE1bimtWUK7v0bowPIxGRKRPpF8JLbImpsJuTCC4HGOCMy7otg3FIQ==} + '@graphql-tools/executor@1.5.0': + resolution: {integrity: sha512-3HzAxfexmynEWwRB56t/BT+xYKEYLGPvJudR1jfs+XZX8bpfqujEhqVFoxmkpEE8BbFcKuBNoQyGkTi1eFJ+hA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/git-loader@8.0.30': - resolution: {integrity: sha512-Rx3rphMFBKrILkCrjB6k5JF2z+3XYEnc5wUOw2rMxFAHBHeZjBfA6TDLUtd8EKnaf6h5y0pKpb+uZ72EYJaH2A==} + '@graphql-tools/git-loader@8.0.31': + resolution: {integrity: sha512-xVHM1JecjpU2P0aOj/IaIUc3w6It8sWOdrJElWFZdY9yfWRqXFYwfemtsn/JOrJDIJXYeGpJ304OeqJD5vFIEw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/github-loader@9.0.4': - resolution: {integrity: sha512-w8RRhOTS1Qn2/MUWO2ogtLok6/0p15IdAoYfkCW7duCTPWWG/blCtiYNDyrOZahjCuL4WrxL9+JZfj+6nXSpIQ==} + '@graphql-tools/github-loader@9.0.5': + resolution: {integrity: sha512-89FRDQGMlzL3607BCQtJhKEiQaZtTmdAnyC5Hmi9giTQXVzEXBbMEZOU0qILxj64cr+smNBx5XqxQ1xn0uZeEA==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/graphql-file-loader@8.1.6': - resolution: {integrity: sha512-BwK9kUrRbv9w8WMFUedSkPogGdQivopRSRs1aqT9FUD1J3iVLltEHMUx9KTnpPHO7OcULSflMqQs5ZI/3cW+7Q==} + '@graphql-tools/graphql-file-loader@8.1.8': + resolution: {integrity: sha512-dZi9Cw+NWEzJAqzIUON9qjZfjebjcoT4H6jqLkEoAv6kRtTq52m4BLXgFWjMHU7PNLE9OOHB9St7UeZQL+GYrw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/graphql-tag-pluck@8.3.25': - resolution: {integrity: sha512-b8oTBe0mDQDh3zPcKCkaTPmjLv1TJslBUKXPNLfu5CWS2+gL8Z/z0UuAhCe5gTveuKDJYjkEO7xcct9JfcDi4g==} + '@graphql-tools/graphql-tag-pluck@8.3.26': + resolution: {integrity: sha512-hLsX++KA3YR/PnNJGBq1weSAY8XUUAQFfOSHanLHA2qs5lcNgU6KWbiLiRsJ/B/ZNi2ZO687dhzeZ4h4Yt0V6Q==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/import@7.1.6': - resolution: {integrity: sha512-aROsZq/ApWiAWE9k/xfYiKFUQiw81958e3DvL+HqGtbFQq+F11hIi0PgwOEiEereJZHIuVYZmIfbdQd4gFq4+w==} + '@graphql-tools/import@7.1.8': + resolution: {integrity: sha512-aUKHMbaeHhCkS867mNCk9sJuvd9xE3Ocr+alwdvILkDxHf7Xaumx4mK8tN9FAXeKhQWGGD5QpkIBnUzt2xoX/A==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/json-file-loader@8.0.24': - resolution: {integrity: sha512-S2XKpUVAzY84hniaMpv6V0of2joPfLPaeY4XXUQZfi4w0uiPSzHWA/EnXohgojJsQLgN+FP4dXFfp2yA5GG6VA==} + '@graphql-tools/json-file-loader@8.0.25': + resolution: {integrity: sha512-Dnr9z818Kdn3rfoZO/+/ZQUqWavjV7AhEp4edV1mGsX+J1HFkNC3WMl6MD3W0hth2HWLQpCFJDdOPnchxnFNfA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/load@8.1.6': - resolution: {integrity: sha512-/bUYqGdB2Y6BflW42IjmauBDzxjec3LQmVAuImVGeiOqw1Rca/DDP7KRQe3vEv8yf/xMVj/PkIl+YRjoo12YxA==} + '@graphql-tools/load@8.1.7': + resolution: {integrity: sha512-RxrHOC4vVI50+Q1mwgpmTVCB/UDDYVEGD/g/hP3tT2BW9F3rJ7Z3Lmt/nGfPQuWPao3w6vgJ9oSAWtism7CU5w==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/merge@9.1.5': - resolution: {integrity: sha512-eVcir6nCcOC/Wzv7ZAng3xec3dj6FehE8+h9TvgvUyrDEKVMdFfrO6etRFZ2hucWVcY8S6drx7zQx04N4lPM8Q==} + '@graphql-tools/merge@9.1.6': + resolution: {integrity: sha512-bTnP+4oom4nDjmkS3Ykbe+ljAp/RIiWP3R35COMmuucS24iQxGLa9Hn8VMkLIoaoPxgz6xk+dbC43jtkNsFoBw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -860,14 +857,14 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/relay-operation-optimizer@7.0.25': - resolution: {integrity: sha512-1S7qq9eyO6ygPNWX2lZd+oxbpl63OhnTTw8+t5OWprM2Tzws9HEosLUpsMR85z1gbezeKtUDt9a2bsSyu4MMFg==} + '@graphql-tools/relay-operation-optimizer@7.0.26': + resolution: {integrity: sha512-cVdS2Hw4hg/WgPVV2wRIzZM975pW5k4vdih3hR4SvEDQVr6MmozmlTQSqzMyi9yg8LKTq540Oz3bYQa286yGmg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/schema@10.0.29': - resolution: {integrity: sha512-+Htiupnq6U/AWOEAJerIOGT1pAf4u43Q3n2JmFpqFfYJchz6sKWZ7L9Lpe/NusaaUQty/IOF+eQlNFypEaWxhg==} + '@graphql-tools/schema@10.0.30': + resolution: {integrity: sha512-yPXU17uM/LR90t92yYQqn9mAJNOVZJc0nQtYeZyZeQZeQjwIGlTubvvoDL0fFVk+wZzs4YQOgds2NwSA4npodA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -878,14 +875,14 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/url-loader@9.0.4': - resolution: {integrity: sha512-UNLU9g3IcZjldb08hsBLp6G8YPzZwC38bZ8PFFs/QyXXPFXzoXECT8rHLzvt32w3YFGSbTpj8FiS/KMdTQHZCg==} + '@graphql-tools/url-loader@9.0.5': + resolution: {integrity: sha512-EPNhZBBL48TudLdyenOw1wV9dI7vsinWLLxSTtkx4zUQxmU+p/LxMyf7MUwjmp3yFZhR/9XchsTZX6uvOyXWqA==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/utils@10.10.3': - resolution: {integrity: sha512-2EdYiefeLLxsoeZTukSNZJ0E/Z5NnWBUGK2VJa0DQj1scDhVd93HeT1eW9TszJOYmIh3eWAKLv58ri/1XUmdsQ==} + '@graphql-tools/utils@10.11.0': + resolution: {integrity: sha512-iBFR9GXIs0gCD+yc3hoNswViL1O5josI33dUqiNStFI/MHLCEPduasceAcazRH77YONKNiviHBV8f7OgcT4o2Q==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -896,8 +893,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/wrap@11.0.4': - resolution: {integrity: sha512-bX1X2QC1oFiH+1nTLhWVx4fp2xoXbDvL+eEiozuWCv7PeZoBs7EgklKZFtpWbcSdNA3L3EuA8JM6mf2jOG6/Sg==} + '@graphql-tools/wrap@11.0.5': + resolution: {integrity: sha512-W0lm1AWLUAF2uKyrplC5PmyVJGCD/n7HO/R+bxoAIGQlZ2ESTbdB1DqZalMUF3D6AwmdzgTsDgoZBJgndnWs9g==} engines: {node: '>=20.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -931,8 +928,8 @@ packages: '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - '@iconify/utils@3.0.2': - resolution: {integrity: sha512-EfJS0rLfVuRuJRn4psJHtK2A9TqVnkxPpHY6lYHiB9+8eSuudsxbwMiavocG45ujOo6FJ+CIRlRnlOGinzkaGQ==} + '@iconify/utils@3.1.0': + resolution: {integrity: sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==} '@img/colour@1.0.0': resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==} @@ -1225,8 +1222,8 @@ packages: '@jridgewell/trace-mapping@0.3.31': resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==} - '@langchain/core@1.0.6': - resolution: {integrity: sha512-rDSjXATujCdJlL+OJFfyZhEca8kLmqGr4W2ebJvSHiUgXEDqu/IOWC+ZWgoKKHkGOGFdVTqQ7Qi0j2RnYS9Qlg==} + '@langchain/core@1.1.0': + resolution: {integrity: sha512-yJ6JHcU9psjnQbzRFkXjIdNTA+3074dA+2pHdH8ewvQCSleSk6JcjkCMIb5+NASjeMoi1ZuntlLKVsNqF38YxA==} engines: {node: '>=20'} '@langchain/langgraph-checkpoint@1.0.0': @@ -1235,8 +1232,8 @@ packages: peerDependencies: '@langchain/core': ^1.0.1 - '@langchain/langgraph-sdk@1.0.0': - resolution: {integrity: sha512-g25ti2W7Dl5wUPlNK+0uIGbeNFqf98imhHlbdVVKTTkDYLhi/pI1KTgsSSkzkeLuBIfvt2b0q6anQwCs7XBlbw==} + '@langchain/langgraph-sdk@1.0.3': + resolution: {integrity: sha512-6M4i0XsVO5Eb2vv/3OtIPHW3UqO4zYyXl6AOfS0Jf6d7JiWiSXqzLN8UoS0hpu1ItkcW1j575CRiP/6jn6XXFg==} peerDependencies: '@langchain/core': ^1.0.1 react: ^18 || ^19 @@ -1260,14 +1257,14 @@ packages: zod-to-json-schema: optional: true - '@lezer/common@1.3.0': - resolution: {integrity: sha512-L9X8uHCYU310o99L3/MpJKYxPzXPOS7S0NmBaM7UO/x2Kb2WbmMLSkfvdr1KxRIFYOpbY0Jhn7CfLSUDzL8arQ==} + '@lezer/common@1.4.0': + resolution: {integrity: sha512-DVeMRoGrgn/k45oQNu189BoW4SZwgZFzJ1+1TV5j2NJ/KFC83oa/enRqZSGshyeMk5cPWMhsKs9nx+8o0unwGg==} '@lezer/highlight@1.2.3': resolution: {integrity: sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==} - '@lezer/lr@1.4.3': - resolution: {integrity: sha512-yenN5SqAxAPv/qMnpWW0AT7l+SxVrgG+u0tNsRQWqbrz66HIl8DnEbBObvy21J5K7+I1v7gsAnlE2VQ5yYVSeA==} + '@lezer/lr@1.4.4': + resolution: {integrity: sha512-LHL17Mq0OcFXm1pGQssuGTQFPPdxARjKM8f7GA5+sGtHi0K3R84YaSbmche0+RKWHnCsx9asEe5OWOI4FHfe4A==} '@mapbox/hast-util-table-cell-style@0.2.1': resolution: {integrity: sha512-LyQz4XJIdCdY/+temIhD/Ed0x/p4GAOUycpFSEK2Ads1CPKZy6b7V/2ROEtQiLLQ8soIs0xe/QAoR6kwpyW/yw==} @@ -1282,56 +1279,56 @@ packages: '@napi-rs/wasm-runtime@0.2.12': resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} - '@next/env@16.0.3': - resolution: {integrity: sha512-IqgtY5Vwsm14mm/nmQaRMmywCU+yyMIYfk3/MHZ2ZTJvwVbBn3usZnjMi1GacrMVzVcAxJShTCpZlPs26EdEjQ==} + '@next/env@16.1.0-canary.4': + resolution: {integrity: sha512-t0nAJkZlJThXyuunY9OJl/r7/RnBv/eXc1iHft6nZocAFijzzeARfU92jenG1nZuTnDcz6FfO8JzuEDtOoSyyQ==} - '@next/eslint-plugin-next@16.0.3': - resolution: {integrity: sha512-6sPWmZetzFWMsz7Dhuxsdmbu3fK+/AxKRtj7OB0/3OZAI2MHB/v2FeYh271LZ9abvnM1WIwWc/5umYjx0jo5sQ==} + '@next/eslint-plugin-next@16.1.0-canary.7': + resolution: {integrity: sha512-CxwlrjulU/9sXgH3aKt9gSvPmA7heEprvRdODIwTAiHX/kQVUQla3D6n0r9XmUwT7BuLvC7GDD+StPZDtvRRHA==} - '@next/swc-darwin-arm64@16.0.3': - resolution: {integrity: sha512-MOnbd92+OByu0p6QBAzq1ahVWzF6nyfiH07dQDez4/Nku7G249NjxDVyEfVhz8WkLiOEU+KFVnqtgcsfP2nLXg==} + '@next/swc-darwin-arm64@16.1.0-canary.4': + resolution: {integrity: sha512-oTlpYMOLP2eMvyfYvjAXnPQsk/QWo9Dwu0wo1xDoJ7Ocz1lQUsXHp18M+57U541XI16BNZ2L8jFQafnC7cm7YQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@16.0.3': - resolution: {integrity: sha512-i70C4O1VmbTivYdRlk+5lj9xRc2BlK3oUikt3yJeHT1unL4LsNtN7UiOhVanFdc7vDAgZn1tV/9mQwMkWOJvHg==} + '@next/swc-darwin-x64@16.1.0-canary.4': + resolution: {integrity: sha512-QoS2Z/+M6D3DptTqI7LtUme3J6nEo1gc0RqH9Qa5f2k5/MTXFW+OdpPPB+XoWjfTBdfB1jXxp2YEUq5jVuSaYQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@16.0.3': - resolution: {integrity: sha512-O88gCZ95sScwD00mn/AtalyCoykhhlokxH/wi1huFK+rmiP5LAYVs/i2ruk7xST6SuXN4NI5y4Xf5vepb2jf6A==} + '@next/swc-linux-arm64-gnu@16.1.0-canary.4': + resolution: {integrity: sha512-mPjwSzitEr1hdAAsYX9Ukv33K7Y4MCJOm6SqIZqetg6j/EDreQiNxBGxkfpsz56U/MLMOkObo5AmNrHMnKoYgQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@16.0.3': - resolution: {integrity: sha512-CEErFt78S/zYXzFIiv18iQCbRbLgBluS8z1TNDQoyPi8/Jr5qhR3e8XHAIxVxPBjDbEMITprqELVc5KTfFj0gg==} + '@next/swc-linux-arm64-musl@16.1.0-canary.4': + resolution: {integrity: sha512-bov6WMbBDkBav0pW9Fnh9+vNVOMqzY+tmTNy2qTJwUon5CXv88YgImkIihqfhKsvQGLhbjG9+Oc2pEYzcFEl9A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@16.0.3': - resolution: {integrity: sha512-Tc3i+nwt6mQ+Dwzcri/WNDj56iWdycGVh5YwwklleClzPzz7UpfaMw1ci7bLl6GRYMXhWDBfe707EXNjKtiswQ==} + '@next/swc-linux-x64-gnu@16.1.0-canary.4': + resolution: {integrity: sha512-qL/1BJPd3LUwnxGVuRGcMq87HtG0gXc7429PX3DyQAlwEbZ3wQN8VvmfpXyIs39CIoBbvgirja/befXCcmJOcw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@16.0.3': - resolution: {integrity: sha512-zTh03Z/5PBBPdTurgEtr6nY0vI9KR9Ifp/jZCcHlODzwVOEKcKRBtQIGrkc7izFgOMuXDEJBmirwpGqdM/ZixA==} + '@next/swc-linux-x64-musl@16.1.0-canary.4': + resolution: {integrity: sha512-uOh1HE/eY4kUziv+dKsBtwlFCEYaXfV6AiWUq4aSpPM9TsiXYYSapYLCdSKx2uD6zrTP5f43LUNE8bzaOZWi+w==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@16.0.3': - resolution: {integrity: sha512-Jc1EHxtZovcJcg5zU43X3tuqzl/sS+CmLgjRP28ZT4vk869Ncm2NoF8qSTaL99gh6uOzgM99Shct06pSO6kA6g==} + '@next/swc-win32-arm64-msvc@16.1.0-canary.4': + resolution: {integrity: sha512-hgeP3XyuVvcgdWbZM8+SA0yDre/PqxmZP1bdyr8UFwSxo4PBAEcisXp5aAqQZ2CKvM1x4AZs3tmkmJcColAS5g==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@16.0.3': - resolution: {integrity: sha512-N7EJ6zbxgIYpI/sWNzpVKRMbfEGgsWuOIvzkML7wxAAZhPk1Msxuo/JDu1PKjWGrAoOLaZcIX5s+/pF5LIbBBg==} + '@next/swc-win32-x64-msvc@16.1.0-canary.4': + resolution: {integrity: sha512-vaKJAAuvDLqTXH3rh0riajIgliFzchXTU+X1BZJvFBqxoD5r75eDzIc9cmx9KY/gpVWAyydPwdj+4FOIqEE3RQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -1446,14 +1443,14 @@ packages: resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@posthog/ai@7.1.0': - resolution: {integrity: sha512-NAvezUr+q+arS+CbjaVJuwfQAruJShOupgSjNtKbD7JtRMGo/nnD3AQZP5xCN/sIHtFuMGMQdb9w6yFMTMhuPA==} + '@posthog/ai@7.2.0': + resolution: {integrity: sha512-aupNHq5fvM6IQJ6SQuiympQb0xcu5vnGXLnYq8Zz56vv2c3l4Ms8LTE0IXvSmsmwYGESeitYIaYbtnyiR+Rzbg==} engines: {node: '>=20'} peerDependencies: posthog-node: ^5.0.0 - '@posthog/core@1.5.2': - resolution: {integrity: sha512-iedUP3EnOPPxTA2VaIrsrd29lSZnUV+ZrMnvY56timRVeZAXoYCkmjfIs3KBAsF8OUT5h1GXLSkoQdrV0r31OQ==} + '@posthog/core@1.6.0': + resolution: {integrity: sha512-Tbh8UACwbb7jFdDC7wwXHtfNzO+4wKh3VbyMHmp2UBe6w1jliJixexTJNfkqdGZm+ht3M10mcKvGGPnoZ2zLBg==} '@radix-ui/number@1.1.1': resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==} @@ -1961,23 +1958,23 @@ packages: '@rtsao/scc@1.1.0': resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} - '@shikijs/core@3.15.0': - resolution: {integrity: sha512-8TOG6yG557q+fMsSVa8nkEDOZNTSxjbbR8l6lF2gyr6Np+jrPlslqDxQkN6rMXCECQ3isNPZAGszAfYoJOPGlg==} + '@shikijs/core@3.17.0': + resolution: {integrity: sha512-/HjeOnbc62C+n33QFNFrAhUlIADKwfuoS50Ht0pxujxP4QjZAlFp5Q+OkDo531SCTzivx5T18khwyBdKoPdkuw==} - '@shikijs/engine-javascript@3.15.0': - resolution: {integrity: sha512-ZedbOFpopibdLmvTz2sJPJgns8Xvyabe2QbmqMTz07kt1pTzfEvKZc5IqPVO/XFiEbbNyaOpjPBkkr1vlwS+qg==} + '@shikijs/engine-javascript@3.17.0': + resolution: {integrity: sha512-WwF99xdP8KfuDrIbT4wxyypfhoIxMeeOCp1AiuvzzZ6JT5B3vIuoclL8xOuuydA6LBeeNXUF/XV5zlwwex1jlA==} - '@shikijs/engine-oniguruma@3.15.0': - resolution: {integrity: sha512-HnqFsV11skAHvOArMZdLBZZApRSYS4LSztk2K3016Y9VCyZISnlYUYsL2hzlS7tPqKHvNqmI5JSUJZprXloMvA==} + '@shikijs/engine-oniguruma@3.17.0': + resolution: {integrity: sha512-flSbHZAiOZDNTrEbULY8DLWavu/TyVu/E7RChpLB4WvKX4iHMfj80C6Hi3TjIWaQtHOW0KC6kzMcuB5TO1hZ8Q==} - '@shikijs/langs@3.15.0': - resolution: {integrity: sha512-WpRvEFvkVvO65uKYW4Rzxs+IG0gToyM8SARQMtGGsH4GDMNZrr60qdggXrFOsdfOVssG/QQGEl3FnJ3EZ+8w8A==} + '@shikijs/langs@3.17.0': + resolution: {integrity: sha512-icmur2n5Ojb+HAiQu6NEcIIJ8oWDFGGEpiqSCe43539Sabpx7Y829WR3QuUW2zjTM4l6V8Sazgb3rrHO2orEAw==} - '@shikijs/themes@3.15.0': - resolution: {integrity: sha512-8ow2zWb1IDvCKjYb0KiLNrK4offFdkfNVPXb1OZykpLCzRU6j+efkY+Y7VQjNlNFXonSw+4AOdGYtmqykDbRiQ==} + '@shikijs/themes@3.17.0': + resolution: {integrity: sha512-/xEizMHLBmMHwtx4JuOkRf3zwhWD2bmG5BRr0IPjpcWpaq4C3mYEuTk/USAEglN0qPrTwEHwKVpSu/y2jhferA==} - '@shikijs/types@3.15.0': - resolution: {integrity: sha512-BnP+y/EQnhihgHy4oIAN+6FFtmfTekwOLsQbRw9hOKwqgNy8Bdsjq8B05oAt/ZgvIWWFrshV71ytOrlPfYjIJw==} + '@shikijs/types@3.17.0': + resolution: {integrity: sha512-wjLVfutYWVUnxAjsWEob98xgyaGv0dTEnMZDruU5mRjVN7szcGOfgO+997W2yR6odp+1PtSBNeSITRRTfUzK/g==} '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} @@ -1988,8 +1985,8 @@ packages: '@standard-schema/utils@0.3.0': resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==} - '@swc-contrib/plugin-graphql-codegen-client-preset@0.9.0': - resolution: {integrity: sha512-+Oh2gdX71fZt+wu4/rBC9mSM9m9beGkaGLQhigvS8ixjk7uyMvUw2r4ORfBkGKsL47TvUJkTW0N6Chn1pLfh0A==} + '@swc-contrib/plugin-graphql-codegen-client-preset@0.12.1': + resolution: {integrity: sha512-TT7AEQHq9Yb3DJGGVba+OY8r+b57xdsIVimzucir7DKnfw53cQ09T905IxCKFWJ0w3I0a21hDccz+aNmsTw7wQ==} engines: {node: '>=16'} '@swc/helpers@0.5.15': @@ -2099,8 +2096,8 @@ packages: resolution: {integrity: sha512-ldZXEhOBb8Is7xLs01fR3YEc3DERiz5silj8tnGkFZytt1abEvl/GhUmCE0PMLaMPTa3Jk4HbKmRlHmu+gCftg==} engines: {node: '>=12'} - '@theguild/federation-composition@0.20.2': - resolution: {integrity: sha512-QI4iSdrc4JvCWnMb1QbiHnEpdD33KGdiU66qfWOcM8ENebRGHkGjXDnUrVJ8F9g1dmCRMTNfn2NFGqTcDpeYXw==} + '@theguild/federation-composition@0.21.0': + resolution: {integrity: sha512-cdQ9rDEtBpT553DLLtcsSjtSDIadibIxAD3K5r0eUuDOfxx+es7Uk+aOucfqMlNOM3eybsgJN3T2SQmEsINwmw==} engines: {node: '>=18'} peerDependencies: graphql: ^16.0.0 @@ -2242,8 +2239,8 @@ packages: peerDependencies: '@types/react': ^19.2.0 - '@types/react@19.2.6': - resolution: {integrity: sha512-p/jUvulfgU7oKtj6Xpk8cA2Y1xKTtICGpJYeJXz2YVO2UcvjQgeRMLDGfDeqeRW2Ta+0QNFwcc8X3GH8SxZz6w==} + '@types/react@19.2.7': + resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==} '@types/retry@0.12.0': resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -2263,63 +2260,63 @@ packages: '@types/ws@8.18.1': resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} - '@typescript-eslint/eslint-plugin@8.47.0': - resolution: {integrity: sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==} + '@typescript-eslint/eslint-plugin@8.48.0': + resolution: {integrity: sha512-XxXP5tL1txl13YFtrECECQYeZjBZad4fyd3cFV4a19LkAY/bIp9fev3US4S5fDVV2JaYFiKAZ/GRTOLer+mbyQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.47.0 + '@typescript-eslint/parser': ^8.48.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/parser@8.47.0': - resolution: {integrity: sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==} + '@typescript-eslint/parser@8.48.0': + resolution: {integrity: sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/project-service@8.47.0': - resolution: {integrity: sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==} + '@typescript-eslint/project-service@8.48.0': + resolution: {integrity: sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/scope-manager@8.47.0': - resolution: {integrity: sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==} + '@typescript-eslint/scope-manager@8.48.0': + resolution: {integrity: sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/tsconfig-utils@8.47.0': - resolution: {integrity: sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==} + '@typescript-eslint/tsconfig-utils@8.48.0': + resolution: {integrity: sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/type-utils@8.47.0': - resolution: {integrity: sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==} + '@typescript-eslint/type-utils@8.48.0': + resolution: {integrity: sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/types@8.47.0': - resolution: {integrity: sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==} + '@typescript-eslint/types@8.48.0': + resolution: {integrity: sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.47.0': - resolution: {integrity: sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==} + '@typescript-eslint/typescript-estree@8.48.0': + resolution: {integrity: sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/utils@8.47.0': - resolution: {integrity: sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==} + '@typescript-eslint/utils@8.48.0': + resolution: {integrity: sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <6.0.0' - '@typescript-eslint/visitor-keys@8.47.0': - resolution: {integrity: sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==} + '@typescript-eslint/visitor-keys@8.48.0': + resolution: {integrity: sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@uiw/codemirror-extensions-basic-setup@4.25.3': @@ -2442,8 +2439,8 @@ packages: cpu: [x64] os: [win32] - '@vercel/oidc@3.0.3': - resolution: {integrity: sha512-yNEQvPcVrK9sIe637+I0jD6leluPxzwJKx/Haw6F4H77CdDsszUn5V3o96LPziXkSNE2B83+Z3mjqGKBK/R6Gg==} + '@vercel/oidc@3.0.5': + resolution: {integrity: sha512-fnYhv671l+eTTp48gB4zEsTW/YtRgRPnkI2nT7x6qw5rkI1Lq2hTmQIpHPgyThI0znLK+vX2n9XxKdXZ7BUbbw==} engines: {node: '>= 20'} '@whatwg-node/disposablestack@0.0.6': @@ -2492,8 +2489,8 @@ packages: resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} - ai@5.0.95: - resolution: {integrity: sha512-dsvFdYMeGP08zuUQkhKO1UMMXMCb+nro9ZmDdwaAkkTlCGkP3u1S+xaRUDNayu/c0KVkiTtfEroPG//U+kvXzg==} + ai@5.0.104: + resolution: {integrity: sha512-MZOkL9++nY5PfkpWKBR3Rv+Oygxpb9S16ctv8h91GvrSif7UnNEdPMVZe3bUyMd2djxf0AtBk/csBixP0WwWZQ==} engines: {node: '>=18'} peerDependencies: zod: ^3.25.76 || ^4.1.8 @@ -2613,8 +2610,8 @@ packages: base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - baseline-browser-mapping@2.8.29: - resolution: {integrity: sha512-sXdt2elaVnhpDNRDz+1BDx1JQoJRuNk7oVlAlbGiFkLikHCAQiccexF/9e91zVi6RCgqspl04aP+6Cnl9zRLrA==} + baseline-browser-mapping@2.8.32: + resolution: {integrity: sha512-OPz5aBThlyLFgxyhdwf/s2+8ab3OvT7AdTNvKHBwpXomIYeXqpUUuT8LrdtxZSsWJ4R4CU1un4XGh5Ez3nlTpw==} hasBin: true bignumber.js@9.3.1: @@ -2664,8 +2661,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001756: - resolution: {integrity: sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==} + caniuse-lite@1.0.30001757: + resolution: {integrity: sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==} capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -2781,9 +2778,6 @@ packages: confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} - confbox@0.2.2: - resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==} - console-table-printer@2.15.0: resolution: {integrity: sha512-SrhBq4hYVjLCkBVOWaTzceJalvn5K1Zq5aQA6wXC/cYjI3frKWNPEMK3sZsJfNNQApvCQmgBcc13ZKmFj8qExw==} @@ -3127,8 +3121,8 @@ packages: ecdsa-sig-formatter@1.0.11: resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} - electron-to-chromium@1.5.256: - resolution: {integrity: sha512-uqYq1IQhpXXLX+HgiXdyOZml7spy4xfy42yPxcCCRjswp0fYM2X+JwCON07lqnpLEGVCj739B7Yr+FngmHBMEQ==} + electron-to-chromium@1.5.262: + resolution: {integrity: sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==} emoji-regex@10.6.0: resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} @@ -3202,8 +3196,8 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-config-next@16.0.3: - resolution: {integrity: sha512-5F6qDjcZldf0Y0ZbqvWvap9xzYUxyDf7/of37aeyhvkrQokj/4bT1JYWZdlWUr283aeVa+s52mPq9ogmGg+5dw==} + eslint-config-next@16.1.0-canary.7: + resolution: {integrity: sha512-oZNGVCQ6OfxsTQrrcimBjbVLyImTq4kIO1fbrroFmuJB/jmnBnzxVXq2VT9Ta6tmOZ5Y8d91TXoZ6OpqR020Kg==} peerDependencies: eslint: '>=9.0.0' typescript: '>=3.3.1' @@ -3248,8 +3242,8 @@ packages: eslint-import-resolver-webpack: optional: true - eslint-plugin-better-tailwindcss@3.7.10: - resolution: {integrity: sha512-a6Hif4A9lPJZwpoMir2WVs1ZL4IK6fzwbZvVhQQchoqqg3BycL+ZGLHGIuqKBqwnZgOC6olwmu0sDzM3uSkEFw==} + eslint-plugin-better-tailwindcss@3.7.11: + resolution: {integrity: sha512-A2x5UrBoYLfZLMGvXBq/7epVMKNMxCkDRgRO1w/N1yQbFYM0L1yk6qDZV1l6Otrl0hNuBHSKFG3Uw5TDoSGStA==} engines: {node: ^20.11.0 || >=21.2.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -3338,9 +3332,6 @@ packages: resolution: {integrity: sha512-Vo1ab+QXPzZ4tCa8SwIHJFaSzy4R6SHf7BY79rFBDf0idraZWAkYrDjDj8uWaSm3S2TK+hJ7/t1CEmZ7jXw+pg==} engines: {node: '>=18.0.0'} - exsolve@1.0.8: - resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==} - extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} @@ -3497,10 +3488,6 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@15.15.0: - resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} - engines: {node: '>=18'} - globals@16.4.0: resolution: {integrity: sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==} engines: {node: '>=18'} @@ -3646,6 +3633,10 @@ packages: hast-util-whitespace@3.0.0: resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} + hast@1.0.0: + resolution: {integrity: sha512-vFUqlRV5C+xqP76Wwq2SrM0kipnmpxJm7OfvVXpB35Fp+Fn4MV+ozr+JZr5qFvyR1q/U+Foim2x+3P+x9S1PLA==} + deprecated: Renamed to rehype + hastscript@9.0.1: resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==} @@ -3825,6 +3816,10 @@ packages: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} + is-network-error@1.3.0: + resolution: {integrity: sha512-6oIwpsgRfnDiyEDLMay/GqCl3HoAtH5+RUKW29gYkL0QA+ipzpDLA16yQs7/RHCSu+BwgbJaOUqa4A99qNVQVw==} + engines: {node: '>=16'} + is-number-object@1.1.1: resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} engines: {node: '>= 0.4'} @@ -3993,21 +3988,18 @@ packages: khroma@2.1.0: resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==} - kolorist@1.8.0: - resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} - - langchain@1.0.6: - resolution: {integrity: sha512-JbxsTtWHiymV08H8jHISUj6dwbfB6/AaqsmJj0WKELkUCCCk64JfKEMmw56RSVjUkkvtwh+1Df+/+UpU7yRtlg==} + langchain@1.1.1: + resolution: {integrity: sha512-z7cOFhLOzbu/lRlIE8GZ5rlfi7obvvHThhMdts1KsUBusJmWLmh1Yik28MHYzJRXclUbqs4u/9D2yNmr36wf0A==} engines: {node: '>=20'} peerDependencies: - '@langchain/core': ^1.0.5 + '@langchain/core': 1.1.0 langium@3.3.1: resolution: {integrity: sha512-QJv/h939gDpvT+9SiLVlY7tZC3xB2qK57v0J04Sh9wpMb6MP1q8gB21L3WIo8T5P1MSMg3Ep14L7KkDCFG3y4w==} engines: {node: '>=16.0.0'} - langsmith@0.3.80: - resolution: {integrity: sha512-BWpbB9/Hkx06S5X4nJE3W5Wm1mH/j6SIqWcM/WAuT+yulohE9knstIJGmBpmSBULb46nCj+cfjRkyF1Nrc4UmA==} + langsmith@0.3.82: + resolution: {integrity: sha512-RTcxtRm0zp2lV+pMesMW7EZSsIlqN7OmR2F6sZ/sOFQwmcLVl+VErMPV4VkX4Sycs4/EIAFT5hpr36EqiHoikQ==} peerDependencies: '@opentelemetry/api': '*' '@opentelemetry/exporter-trace-otlp-proto': '*' @@ -4117,10 +4109,6 @@ packages: resolution: {integrity: sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==} engines: {node: '>=20.0.0'} - local-pkg@1.1.2: - resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==} - engines: {node: '>=14'} - locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} @@ -4169,8 +4157,8 @@ packages: peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 - lucide-react@0.554.0: - resolution: {integrity: sha512-St+z29uthEJVx0Is7ellNkgTEhaeSoA42I7JjOCBCrc5X6LYMGSv0P/2uS5HDLTExP5tpiqRD2PyUEOS6s9UXA==} + lucide-react@0.555.0: + resolution: {integrity: sha512-D8FvHUGbxWBRQM90NZeIyhAvkFfsh3u9ekrMvJ30Z6gnpBHS6HC6ldLg7tL45hwiIz/u66eKDtdA23gwwGsAHA==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -4241,8 +4229,8 @@ packages: mdast-util-to-hast@10.2.0: resolution: {integrity: sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==} - mdast-util-to-hast@13.2.0: - resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} + mdast-util-to-hast@13.2.1: + resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==} mdast-util-to-markdown@2.1.2: resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==} @@ -4456,8 +4444,8 @@ packages: react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc - next@16.0.3: - resolution: {integrity: sha512-Ka0/iNBblPFcIubTA1Jjh6gvwqfjrGq1Y2MTI5lbjeLIAfmC+p5bQmojpRZqgHHVu5cG4+qdIiwXiBSm/8lZ3w==} + next@16.1.0-canary.4: + resolution: {integrity: sha512-phD7IJiyqLkHPALfQcmYvjSHlqWuAejxCiAvniWySETodppMtQkMO93y5TgegKcz5ZjEIGVrtCiA2EhYXrpoAg==} engines: {node: '>=20.9.0'} hasBin: true peerDependencies: @@ -4553,8 +4541,8 @@ packages: oniguruma-parser@0.12.1: resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} - oniguruma-to-es@4.3.3: - resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==} + oniguruma-to-es@4.3.4: + resolution: {integrity: sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA==} openai@6.9.1: resolution: {integrity: sha512-vQ5Rlt0ZgB3/BNmTa7bIijYFhz3YBceAA3Z4JuoMSBftBF9YqFHIEhZakSs+O/Ad7EaoEimZvHxD5ylRjN11Lg==} @@ -4599,6 +4587,10 @@ packages: resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==} engines: {node: '>=8'} + p-retry@7.1.0: + resolution: {integrity: sha512-xL4PiFRQa/f9L9ZvR4/gUCRNus4N8YX80ku8kv9Jqz+ZokkiZLM0bcvX0gm1F3PDi9SPRsww1BDsTWgE6Y1GLQ==} + engines: {node: '>=20'} + p-timeout@3.2.0: resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} engines: {node: '>=8'} @@ -4606,8 +4598,8 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - package-manager-detector@1.5.0: - resolution: {integrity: sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==} + package-manager-detector@1.6.0: + resolution: {integrity: sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==} param-case@3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} @@ -4690,9 +4682,6 @@ packages: pkg-types@1.3.1: resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} - pkg-types@2.3.0: - resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==} - points-on-curve@0.2.0: resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==} @@ -4724,11 +4713,11 @@ packages: resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} - posthog-js@1.296.1: - resolution: {integrity: sha512-Qc0S5dkQHzYzpUu7sfU2JkDkf7AE4wI8Yffog4hKWL9i8YbutuXLhJ1duZlY1V8HyaVVnn6qx5wd55SNwVcfhQ==} + posthog-js@1.298.1: + resolution: {integrity: sha512-MynFhC2HO6sg5moUfpkd0s6RzAqcqFX75kjIi4Xrj2Gl0/YQWYvFUgvv8FCpWPKPs2mdvNWYhs+oqJg0BVVHPw==} - posthog-node@5.12.0: - resolution: {integrity: sha512-1ZuvPcgrGzm6Y327eOZMBE2kUiPtZwjNQ3+JujnaI3NSoPKyzD92Z/GGj8atfTfAG4wSb2ND88yrvrZoMfwXzQ==} + posthog-node@5.14.1: + resolution: {integrity: sha512-NbqZMCwHectzfeFOeLqes1fPg/V5bsKhrBfyH1qHEcDb4ZHcbDARcqLE6JDhwMDQKa4YHkInXHITYscMuPylFw==} engines: {node: '>=20'} preact@10.27.2: @@ -4757,9 +4746,6 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - quansync@0.2.11: - resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} - queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -4781,13 +4767,13 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - react-dom@19.3.0-canary-eb89912e-20251118: - resolution: {integrity: sha512-a+dhbNE4sVal9IBRvwCUOwQBXmyE8MtA+2P9fT+KTYgU4bH/Oh4eYVm7AbvJDM5pK/aXojD6geVu9SrI47vHqg==} + react-dom@19.3.0-canary-fd524fe0-20251121: + resolution: {integrity: sha512-+M3m+8ysDcPmt7ncitPOX5O71OOKF6lq6INFZFUMJjEGDxvl4CS2D41DJG5MnXcwiWTZLAp/uILZtt4sKTRSyQ==} peerDependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 - react-hook-form@7.66.1: - resolution: {integrity: sha512-2KnjpgG2Rhbi+CIiIBQQ9Df6sMGH5ExNyFl4Hw9qO7pIqMBR8Bvu9RQyjl3JM4vehzCh9soiNUM/xYMswb2EiA==} + react-hook-form@7.67.0: + resolution: {integrity: sha512-E55EOwKJHHIT/I6J9DmQbCWToAYSw9nN5R57MZw9rMtjh+YQreMDxRLfdjfxQbiJ3/qbg3Z02wGzBX4M+5fMtQ==} engines: {node: '>=18.0.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 @@ -4795,12 +4781,6 @@ packages: react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - react-markdown@10.1.0: - resolution: {integrity: sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==} - peerDependencies: - '@types/react': '>=18' - react: '>=18' - react-remark@2.1.0: resolution: {integrity: sha512-7dEPxRGQ23sOdvteuRGaQAs9cEOH/BOeCN4CqsJdk3laUDIDYRCWnM6a3z92PzXHUuxIRLXQNZx7SiO0ijUcbw==} engines: {node: '>=10'} @@ -4817,8 +4797,8 @@ packages: '@types/react': optional: true - react-remove-scroll@2.7.1: - resolution: {integrity: sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==} + react-remove-scroll@2.7.2: + resolution: {integrity: sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==} engines: {node: '>=10'} peerDependencies: '@types/react': '*' @@ -4837,8 +4817,8 @@ packages: '@types/react': optional: true - react@19.3.0-canary-eb89912e-20251118: - resolution: {integrity: sha512-qzL5ANSWVz65kXyuzVt/Y4f4esN3jyjtsD151KS0T1UCkrSrwmKzfMF0frpjRGzeTuRT6r4jOpwSDuCdZGclmA==} + react@19.3.0-canary-fd524fe0-20251121: + resolution: {integrity: sha512-T36dcD3rbOLZsmTmYBl4Cjp02s/qsFo1y1tIAhiqU02ztPhsEp+8V+xgW3ML7L6bSwwCwDLTgDRbXIN66P/jGQ==} engines: {node: '>=0.10.0'} read-cache@1.0.0: @@ -4861,8 +4841,8 @@ packages: resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} engines: {node: '>= 0.4'} - rehype-harden@1.1.5: - resolution: {integrity: sha512-JrtBj5BVd/5vf3H3/blyJatXJbzQfRT9pJBmjafbTaPouQCAKxHwRyCc7dle9BXQKxv4z1OzZylz/tNamoiG3A==} + rehype-harden@1.1.6: + resolution: {integrity: sha512-5WyX6BFEWYmmbCF/S2gNRklfgPGTiGjviAjbseO4XlpqEilWBkvWwve6uU/JB3C0JvG/qxCZa3rBn8+ajy4i/A==} rehype-katex@7.0.1: resolution: {integrity: sha512-OiM2wrZ/wuhKkigASodFoo8wimG3H12LWQaH8qSPVJn9apWKFSH3YOCtbKpBorTVw/eI7cuT21XBbvwEswbIOA==} @@ -5012,8 +4992,8 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - scheduler@0.28.0-canary-eb89912e-20251118: - resolution: {integrity: sha512-1PI82S07l1fqv9dzlSP2a51jvRd1yHhTzUEhZhTto6erEHVgKWnXs/It4ZxlLMRMR084bxsXCoyJ5eU27XCQHQ==} + scheduler@0.28.0-canary-fd524fe0-20251121: + resolution: {integrity: sha512-8KVr3jEIUZXbf6XFkluou7z6/Gwwxr8ULAGB3O4V4kdNIGs+auA3/dBUD8BCkloPgqfpiDnQrhaXF/FBHWxG4A==} semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} @@ -5061,8 +5041,8 @@ packages: resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} engines: {node: '>= 0.4'} - shiki@3.15.0: - resolution: {integrity: sha512-kLdkY6iV3dYbtPwS9KXU7mjfmDm25f5m0IPNFnaXO7TBPcvbUOY72PYXSuSqDzwp+vlH/d7MXpHlKO/x+QoLXw==} + shiki@3.17.0: + resolution: {integrity: sha512-lUZfWsyW7czITYTdo/Tb6ZM4VfyXlzmKYBQBjTz+pBzPPkP08RgIt00Ls1Z50Cl3SfwJsue6WbJeF3UgqLVI9Q==} side-channel-list@1.0.0: resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} @@ -5131,8 +5111,8 @@ packages: resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} engines: {node: '>= 0.4'} - streamdown@1.5.1: - resolution: {integrity: sha512-Nt75cjPvtWwqBcII96RNw/qzW370C0w9AW+1NVlCFGe1VRxPQeX2EOq5tU1u4jEOHiLKVCVee5+ypPcpOLiztA==} + streamdown@1.6.9: + resolution: {integrity: sha512-rtUZcRvDYNEgduq1OxNJzuYYmchZVXq+1Pw3T445RrYwrT+SGNK1drtt1eaqC4HaD8YYIscdtMSlZFaNM+yYGA==} peerDependencies: react: ^18.0.0 || ^19.0.0 @@ -5236,8 +5216,8 @@ packages: swap-case@2.0.2: resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==} - swr@2.3.6: - resolution: {integrity: sha512-wfHRmHWk/isGNMwlLGlZX5Gzz/uTgo0o2IRuTMcf4CPuPFJZlq0rDaKUx+ozB5nBOReNV1kiOyzMfj+MBMikLw==} + swr@2.3.7: + resolution: {integrity: sha512-ZEquQ82QvalqTxhBVv/DlAg2mbmUjF4UgpPg9wwk4ufb9rQnZXh1iKyyKBqV6bQGu1Ie7L1QwSYO07qFIa1p+g==} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -5354,8 +5334,8 @@ packages: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} - typescript-eslint@8.47.0: - resolution: {integrity: sha512-Lwe8i2XQ3WoMjua/r1PHrCTpkubPYJCAfOurtn+mtTzqB6jNd+14n9UN1bJ4s3F49x9ixAm0FLflB/JzQ57M8Q==} + typescript-eslint@8.48.0: + resolution: {integrity: sha512-fcKOvQD9GUn3Xw63EgiDqhvWJ5jsyZUaekl3KVpGsDJnN46WJTe3jWxtQP9lMZm1LJNkFLlTaWAxK2vUQR+cqw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5663,8 +5643,8 @@ packages: peerDependencies: zod: ^3.25.0 || ^4.0.0 - zod@4.1.12: - resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==} + zod@4.1.13: + resolution: {integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==} zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -5681,80 +5661,78 @@ snapshots: graphql: 16.12.0 typescript: 5.9.3 - '@ai-sdk/anthropic@2.0.45(zod@4.1.12)': + '@ai-sdk/anthropic@2.0.50(zod@4.1.13)': dependencies: '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.17(zod@4.1.12) - zod: 4.1.12 + '@ai-sdk/provider-utils': 3.0.18(zod@4.1.13) + zod: 4.1.13 - '@ai-sdk/gateway@2.0.11(zod@4.1.12)': + '@ai-sdk/gateway@2.0.17(zod@4.1.13)': dependencies: '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.17(zod@4.1.12) - '@vercel/oidc': 3.0.3 - zod: 4.1.12 + '@ai-sdk/provider-utils': 3.0.18(zod@4.1.13) + '@vercel/oidc': 3.0.5 + zod: 4.1.13 - '@ai-sdk/provider-utils@3.0.17(zod@4.1.12)': + '@ai-sdk/provider-utils@3.0.18(zod@4.1.13)': dependencies: '@ai-sdk/provider': 2.0.0 '@standard-schema/spec': 1.0.0 eventsource-parser: 3.0.6 - zod: 4.1.12 + zod: 4.1.13 '@ai-sdk/provider@2.0.0': dependencies: json-schema: 0.4.0 - '@ai-sdk/react@2.0.95(react@19.3.0-canary-eb89912e-20251118)(zod@4.1.12)': + '@ai-sdk/react@2.0.104(react@19.3.0-canary-fd524fe0-20251121)(zod@4.1.13)': dependencies: - '@ai-sdk/provider-utils': 3.0.17(zod@4.1.12) - ai: 5.0.95(zod@4.1.12) - react: 19.3.0-canary-eb89912e-20251118 - swr: 2.3.6(react@19.3.0-canary-eb89912e-20251118) + '@ai-sdk/provider-utils': 3.0.18(zod@4.1.13) + ai: 5.0.104(zod@4.1.13) + react: 19.3.0-canary-fd524fe0-20251121 + swr: 2.3.7(react@19.3.0-canary-fd524fe0-20251121) throttleit: 2.1.0 optionalDependencies: - zod: 4.1.12 + zod: 4.1.13 '@alloc/quick-lru@5.2.0': {} '@antfu/install-pkg@1.1.0': dependencies: - package-manager-detector: 1.5.0 + package-manager-detector: 1.6.0 tinyexec: 1.0.2 - '@antfu/utils@9.3.0': {} - - '@anthropic-ai/sdk@0.67.1(zod@4.1.12)': + '@anthropic-ai/sdk@0.67.1(zod@4.1.13)': dependencies: json-schema-to-ts: 3.1.1 optionalDependencies: - zod: 4.1.12 + zod: 4.1.13 - '@apollo/client-integration-nextjs@0.14.1(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2))(@types/react@19.2.6)(graphql@16.12.0)(next@16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2)': + '@apollo/client-integration-nextjs@0.14.1(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2))(@types/react@19.2.7)(graphql@16.12.0)(next@16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2)': dependencies: - '@apollo/client': 4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2) - '@apollo/client-react-streaming': 0.14.0(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2))(@types/react@19.2.6)(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2) - next: 16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@apollo/client': 4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2) + '@apollo/client-react-streaming': 0.14.0(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2))(@types/react@19.2.7)(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2) + next: 16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 rxjs: 7.8.2 transitivePeerDependencies: - '@types/react' - graphql - react-dom - '@apollo/client-react-streaming@0.14.0(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2))(@types/react@19.2.6)(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2)': + '@apollo/client-react-streaming@0.14.0(@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2))(@types/react@19.2.7)(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2)': dependencies: - '@apollo/client': 4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2) - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@apollo/client': 4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2) + '@types/react-dom': 19.2.3(@types/react@19.2.7) '@wry/equality': 0.5.7 graphql: 16.12.0 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) rxjs: 7.8.2 transitivePeerDependencies: - '@types/react' - '@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(rxjs@7.8.2)': + '@apollo/client@4.0.9(graphql-ws@6.0.6(graphql@16.12.0)(ws@8.18.3))(graphql@16.12.0)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(rxjs@7.8.2)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) '@wry/caches': 1.0.1 @@ -5767,8 +5745,8 @@ snapshots: tslib: 2.8.1 optionalDependencies: graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.3) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) '@ardatan/relay-compiler@12.0.3(graphql@16.12.0)': dependencies: @@ -5897,19 +5875,19 @@ snapshots: '@bprogress/core@1.3.4': {} - '@bprogress/next@3.2.12(next@16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@bprogress/next@3.2.12(next@16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@bprogress/core': 1.3.4 - '@bprogress/react': 1.2.7(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - next: 16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@bprogress/react': 1.2.7(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + next: 16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) - '@bprogress/react@1.2.7(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@bprogress/react@1.2.7(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@bprogress/core': 1.3.4 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) '@braintree/sanitize-url@7.1.1': {} @@ -5932,36 +5910,36 @@ snapshots: '@chevrotain/utils@11.0.3': {} - '@codemirror/autocomplete@6.19.1': + '@codemirror/autocomplete@6.20.0': dependencies: '@codemirror/language': 6.11.3 '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 - '@lezer/common': 1.3.0 + '@lezer/common': 1.4.0 '@codemirror/commands@6.10.0': dependencies: '@codemirror/language': 6.11.3 '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 - '@lezer/common': 1.3.0 + '@lezer/common': 1.4.0 '@codemirror/lang-sql@6.10.0': dependencies: - '@codemirror/autocomplete': 6.19.1 + '@codemirror/autocomplete': 6.20.0 '@codemirror/language': 6.11.3 '@codemirror/state': 6.5.2 - '@lezer/common': 1.3.0 + '@lezer/common': 1.4.0 '@lezer/highlight': 1.2.3 - '@lezer/lr': 1.4.3 + '@lezer/lr': 1.4.4 '@codemirror/language@6.11.3': dependencies: '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 - '@lezer/common': 1.3.0 + '@lezer/common': 1.4.0 '@lezer/highlight': 1.2.3 - '@lezer/lr': 1.4.3 + '@lezer/lr': 1.4.4 style-mod: 4.1.3 '@codemirror/lint@6.8.5': @@ -6085,12 +6063,12 @@ snapshots: dependencies: '@types/json-schema': 7.0.15 - '@eslint/css-tree@3.6.7': + '@eslint/css-tree@3.6.8': dependencies: mdn-data: 2.23.0 source-map-js: 1.2.1 - '@eslint/eslintrc@3.3.1': + '@eslint/eslintrc@3.3.3': dependencies: ajv: 6.12.6 debug: 4.4.3 @@ -6124,11 +6102,11 @@ snapshots: '@floating-ui/core': 1.7.3 '@floating-ui/utils': 0.2.10 - '@floating-ui/react-dom@2.1.6(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@floating-ui/react-dom@2.1.6(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@floating-ui/dom': 1.7.4 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) '@floating-ui/utils@0.2.10': {} @@ -6149,27 +6127,27 @@ snapshots: '@graphql-codegen/add@6.0.0(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.6.3 - '@graphql-codegen/cli@6.0.2(@parcel/watcher@2.5.1)(@types/node@24.10.1)(graphql@16.12.0)(typescript@5.9.3)': + '@graphql-codegen/cli@6.1.0(@parcel/watcher@2.5.1)(@types/node@24.10.1)(graphql@16.12.0)(typescript@5.9.3)': dependencies: '@babel/generator': 7.28.5 '@babel/template': 7.27.2 '@babel/types': 7.28.5 - '@graphql-codegen/client-preset': 5.1.3(graphql@16.12.0) + '@graphql-codegen/client-preset': 5.2.1(graphql@16.12.0) '@graphql-codegen/core': 5.0.0(graphql@16.12.0) - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) - '@graphql-tools/apollo-engine-loader': 8.0.26(graphql@16.12.0) - '@graphql-tools/code-file-loader': 8.1.26(graphql@16.12.0) - '@graphql-tools/git-loader': 8.0.30(graphql@16.12.0) - '@graphql-tools/github-loader': 9.0.4(@types/node@24.10.1)(graphql@16.12.0) - '@graphql-tools/graphql-file-loader': 8.1.6(graphql@16.12.0) - '@graphql-tools/json-file-loader': 8.0.24(graphql@16.12.0) - '@graphql-tools/load': 8.1.6(graphql@16.12.0) - '@graphql-tools/url-loader': 9.0.4(@types/node@24.10.1)(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) + '@graphql-tools/apollo-engine-loader': 8.0.27(graphql@16.12.0) + '@graphql-tools/code-file-loader': 8.1.27(graphql@16.12.0) + '@graphql-tools/git-loader': 8.0.31(graphql@16.12.0) + '@graphql-tools/github-loader': 9.0.5(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/graphql-file-loader': 8.1.8(graphql@16.12.0) + '@graphql-tools/json-file-loader': 8.0.25(graphql@16.12.0) + '@graphql-tools/load': 8.1.7(graphql@16.12.0) + '@graphql-tools/url-loader': 9.0.5(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@inquirer/prompts': 7.10.1(@types/node@24.10.1) '@whatwg-node/fetch': 0.10.13 chalk: 4.1.2 @@ -6205,19 +6183,19 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-codegen/client-preset@5.1.3(graphql@16.12.0)': + '@graphql-codegen/client-preset@5.2.1(graphql@16.12.0)': dependencies: '@babel/helper-plugin-utils': 7.27.1 '@babel/template': 7.27.2 '@graphql-codegen/add': 6.0.0(graphql@16.12.0) - '@graphql-codegen/gql-tag-operations': 5.0.5(graphql@16.12.0) - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) - '@graphql-codegen/typed-document-node': 6.1.2(graphql@16.12.0) - '@graphql-codegen/typescript': 5.0.4(graphql@16.12.0) - '@graphql-codegen/typescript-operations': 5.0.4(graphql@16.12.0) - '@graphql-codegen/visitor-plugin-common': 6.1.2(graphql@16.12.0) + '@graphql-codegen/gql-tag-operations': 5.1.1(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) + '@graphql-codegen/typed-document-node': 6.1.4(graphql@16.12.0) + '@graphql-codegen/typescript': 5.0.6(graphql@16.12.0) + '@graphql-codegen/typescript-operations': 5.0.6(graphql@16.12.0) + '@graphql-codegen/visitor-plugin-common': 6.2.1(graphql@16.12.0) '@graphql-tools/documents': 1.0.1(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.6.3 @@ -6226,26 +6204,26 @@ snapshots: '@graphql-codegen/core@5.0.0(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) - '@graphql-tools/schema': 10.0.29(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) + '@graphql-tools/schema': 10.0.30(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.6.3 - '@graphql-codegen/gql-tag-operations@5.0.5(graphql@16.12.0)': + '@graphql-codegen/gql-tag-operations@5.1.1(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) - '@graphql-codegen/visitor-plugin-common': 6.1.2(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) + '@graphql-codegen/visitor-plugin-common': 6.2.1(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) auto-bind: 4.0.0 graphql: 16.12.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/plugin-helpers@6.0.0(graphql@16.12.0)': + '@graphql-codegen/plugin-helpers@6.1.0(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 16.12.0 @@ -6255,15 +6233,15 @@ snapshots: '@graphql-codegen/schema-ast@5.0.0(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.6.3 - '@graphql-codegen/typed-document-node@6.1.2(graphql@16.12.0)': + '@graphql-codegen/typed-document-node@6.1.4(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) - '@graphql-codegen/visitor-plugin-common': 6.1.2(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) + '@graphql-codegen/visitor-plugin-common': 6.2.1(graphql@16.12.0) auto-bind: 4.0.0 change-case-all: 1.0.15 graphql: 16.12.0 @@ -6271,34 +6249,34 @@ snapshots: transitivePeerDependencies: - encoding - '@graphql-codegen/typescript-operations@5.0.4(graphql@16.12.0)': + '@graphql-codegen/typescript-operations@5.0.6(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) - '@graphql-codegen/typescript': 5.0.4(graphql@16.12.0) - '@graphql-codegen/visitor-plugin-common': 6.1.2(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) + '@graphql-codegen/typescript': 5.0.6(graphql@16.12.0) + '@graphql-codegen/visitor-plugin-common': 6.2.1(graphql@16.12.0) auto-bind: 4.0.0 graphql: 16.12.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/typescript@5.0.4(graphql@16.12.0)': + '@graphql-codegen/typescript@5.0.6(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) '@graphql-codegen/schema-ast': 5.0.0(graphql@16.12.0) - '@graphql-codegen/visitor-plugin-common': 6.1.2(graphql@16.12.0) + '@graphql-codegen/visitor-plugin-common': 6.2.1(graphql@16.12.0) auto-bind: 4.0.0 graphql: 16.12.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/visitor-plugin-common@6.1.2(graphql@16.12.0)': + '@graphql-codegen/visitor-plugin-common@6.2.1(graphql@16.12.0)': dependencies: - '@graphql-codegen/plugin-helpers': 6.0.0(graphql@16.12.0) + '@graphql-codegen/plugin-helpers': 6.1.0(graphql@16.12.0) '@graphql-tools/optimize': 2.0.0(graphql@16.12.0) - '@graphql-tools/relay-operation-optimizer': 7.0.25(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/relay-operation-optimizer': 7.0.26(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 1.0.0 @@ -6313,17 +6291,17 @@ snapshots: '@graphql-hive/signal@2.0.0': {} - '@graphql-tools/apollo-engine-loader@8.0.26(graphql@16.12.0)': + '@graphql-tools/apollo-engine-loader@8.0.27(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/fetch': 0.10.13 graphql: 16.12.0 sync-fetch: 0.6.0-2 tslib: 2.8.1 - '@graphql-tools/batch-execute@10.0.3(graphql@16.12.0)': + '@graphql-tools/batch-execute@10.0.4(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 graphql: 16.12.0 @@ -6331,16 +6309,16 @@ snapshots: '@graphql-tools/batch-execute@9.0.19(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 graphql: 16.12.0 tslib: 2.8.1 - '@graphql-tools/code-file-loader@8.1.26(graphql@16.12.0)': + '@graphql-tools/code-file-loader@8.1.27(graphql@16.12.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.25(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/graphql-tag-pluck': 8.3.26(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) globby: 11.1.0 graphql: 16.12.0 tslib: 2.8.1 @@ -6351,9 +6329,9 @@ snapshots: '@graphql-tools/delegate@10.2.23(graphql@16.12.0)': dependencies: '@graphql-tools/batch-execute': 9.0.19(graphql@16.12.0) - '@graphql-tools/executor': 1.4.13(graphql@16.12.0) - '@graphql-tools/schema': 10.0.29(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/executor': 1.5.0(graphql@16.12.0) + '@graphql-tools/schema': 10.0.30(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 @@ -6361,12 +6339,12 @@ snapshots: graphql: 16.12.0 tslib: 2.8.1 - '@graphql-tools/delegate@11.1.2(graphql@16.12.0)': + '@graphql-tools/delegate@11.1.3(graphql@16.12.0)': dependencies: - '@graphql-tools/batch-execute': 10.0.3(graphql@16.12.0) - '@graphql-tools/executor': 1.4.13(graphql@16.12.0) - '@graphql-tools/schema': 10.0.29(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/batch-execute': 10.0.4(graphql@16.12.0) + '@graphql-tools/executor': 1.5.0(graphql@16.12.0) + '@graphql-tools/schema': 10.0.30(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 @@ -6382,25 +6360,25 @@ snapshots: '@graphql-tools/executor-common@0.0.4(graphql@16.12.0)': dependencies: '@envelop/core': 5.4.0 - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 '@graphql-tools/executor-common@0.0.6(graphql@16.12.0)': dependencies: '@envelop/core': 5.4.0 - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 - '@graphql-tools/executor-common@1.0.4(graphql@16.12.0)': + '@graphql-tools/executor-common@1.0.5(graphql@16.12.0)': dependencies: '@envelop/core': 5.4.0 - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 '@graphql-tools/executor-graphql-ws@2.0.7(graphql@16.12.0)': dependencies: '@graphql-tools/executor-common': 0.0.6(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/disposablestack': 0.0.6 graphql: 16.12.0 graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.3) @@ -6414,10 +6392,10 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/executor-graphql-ws@3.1.2(graphql@16.12.0)': + '@graphql-tools/executor-graphql-ws@3.1.3(graphql@16.12.0)': dependencies: - '@graphql-tools/executor-common': 1.0.4(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/disposablestack': 0.0.6 graphql: 16.12.0 graphql-ws: 6.0.6(graphql@16.12.0)(ws@8.18.3) @@ -6435,7 +6413,7 @@ snapshots: dependencies: '@graphql-hive/signal': 1.0.0 '@graphql-tools/executor-common': 0.0.4(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/fetch': 0.10.13 @@ -6446,11 +6424,11 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-http@3.0.6(@types/node@24.10.1)(graphql@16.12.0)': + '@graphql-tools/executor-http@3.0.7(@types/node@24.10.1)(graphql@16.12.0)': dependencies: '@graphql-hive/signal': 2.0.0 - '@graphql-tools/executor-common': 1.0.4(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/executor-common': 1.0.5(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 '@whatwg-node/fetch': 0.10.13 @@ -6461,9 +6439,9 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-legacy-ws@1.1.23(graphql@16.12.0)': + '@graphql-tools/executor-legacy-ws@1.1.24(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@types/ws': 8.18.1 graphql: 16.12.0 isomorphic-ws: 5.0.0(ws@8.18.3) @@ -6473,9 +6451,9 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor@1.4.13(graphql@16.12.0)': + '@graphql-tools/executor@1.5.0(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 @@ -6483,10 +6461,10 @@ snapshots: graphql: 16.12.0 tslib: 2.8.1 - '@graphql-tools/git-loader@8.0.30(graphql@16.12.0)': + '@graphql-tools/git-loader@8.0.31(graphql@16.12.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.25(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/graphql-tag-pluck': 8.3.26(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 is-glob: 4.0.3 micromatch: 4.0.8 @@ -6495,11 +6473,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@9.0.4(@types/node@24.10.1)(graphql@16.12.0)': + '@graphql-tools/github-loader@9.0.5(@types/node@24.10.1)(graphql@16.12.0)': dependencies: - '@graphql-tools/executor-http': 3.0.6(@types/node@24.10.1)(graphql@16.12.0) - '@graphql-tools/graphql-tag-pluck': 8.3.25(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/executor-http': 3.0.7(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/graphql-tag-pluck': 8.3.26(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.12.0 @@ -6509,10 +6487,10 @@ snapshots: - '@types/node' - supports-color - '@graphql-tools/graphql-file-loader@8.1.6(graphql@16.12.0)': + '@graphql-tools/graphql-file-loader@8.1.8(graphql@16.12.0)': dependencies: - '@graphql-tools/import': 7.1.6(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/import': 7.1.8(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) globby: 11.1.0 graphql: 16.12.0 tslib: 2.8.1 @@ -6520,48 +6498,48 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/graphql-tag-pluck@8.3.25(graphql@16.12.0)': + '@graphql-tools/graphql-tag-pluck@8.3.26(graphql@16.12.0)': dependencies: '@babel/core': 7.28.5 '@babel/parser': 7.28.5 '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.5) '@babel/traverse': 7.28.5 '@babel/types': 7.28.5 - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@graphql-tools/import@7.1.6(graphql@16.12.0)': + '@graphql-tools/import@7.1.8(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) - '@theguild/federation-composition': 0.20.2(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@theguild/federation-composition': 0.21.0(graphql@16.12.0) graphql: 16.12.0 resolve-from: 5.0.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@graphql-tools/json-file-loader@8.0.24(graphql@16.12.0)': + '@graphql-tools/json-file-loader@8.0.25(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) globby: 11.1.0 graphql: 16.12.0 tslib: 2.8.1 unixify: 1.0.0 - '@graphql-tools/load@8.1.6(graphql@16.12.0)': + '@graphql-tools/load@8.1.7(graphql@16.12.0)': dependencies: - '@graphql-tools/schema': 10.0.29(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/schema': 10.0.30(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 p-limit: 3.1.0 tslib: 2.8.1 - '@graphql-tools/merge@9.1.5(graphql@16.12.0)': + '@graphql-tools/merge@9.1.6(graphql@16.12.0)': dependencies: - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.8.1 @@ -6570,19 +6548,19 @@ snapshots: graphql: 16.12.0 tslib: 2.6.3 - '@graphql-tools/relay-operation-optimizer@7.0.25(graphql@16.12.0)': + '@graphql-tools/relay-operation-optimizer@7.0.26(graphql@16.12.0)': dependencies: '@ardatan/relay-compiler': 12.0.3(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-tools/schema@10.0.29(graphql@16.12.0)': + '@graphql-tools/schema@10.0.30(graphql@16.12.0)': dependencies: - '@graphql-tools/merge': 9.1.5(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/merge': 9.1.6(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) graphql: 16.12.0 tslib: 2.8.1 @@ -6590,8 +6568,8 @@ snapshots: dependencies: '@graphql-tools/executor-graphql-ws': 2.0.7(graphql@16.12.0) '@graphql-tools/executor-http': 1.3.3(@types/node@24.10.1)(graphql@16.12.0) - '@graphql-tools/executor-legacy-ws': 1.1.23(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/executor-legacy-ws': 1.1.24(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@graphql-tools/wrap': 10.1.4(graphql@16.12.0) '@types/ws': 8.18.1 '@whatwg-node/fetch': 0.10.13 @@ -6609,13 +6587,13 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/url-loader@9.0.4(@types/node@24.10.1)(graphql@16.12.0)': + '@graphql-tools/url-loader@9.0.5(@types/node@24.10.1)(graphql@16.12.0)': dependencies: - '@graphql-tools/executor-graphql-ws': 3.1.2(graphql@16.12.0) - '@graphql-tools/executor-http': 3.0.6(@types/node@24.10.1)(graphql@16.12.0) - '@graphql-tools/executor-legacy-ws': 1.1.23(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) - '@graphql-tools/wrap': 11.0.4(graphql@16.12.0) + '@graphql-tools/executor-graphql-ws': 3.1.3(graphql@16.12.0) + '@graphql-tools/executor-http': 3.0.7(@types/node@24.10.1)(graphql@16.12.0) + '@graphql-tools/executor-legacy-ws': 1.1.24(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) + '@graphql-tools/wrap': 11.0.5(graphql@16.12.0) '@types/ws': 8.18.1 '@whatwg-node/fetch': 0.10.13 '@whatwg-node/promise-helpers': 1.3.2 @@ -6632,7 +6610,7 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/utils@10.10.3(graphql@16.12.0)': + '@graphql-tools/utils@10.11.0(graphql@16.12.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 @@ -6643,17 +6621,17 @@ snapshots: '@graphql-tools/wrap@10.1.4(graphql@16.12.0)': dependencies: '@graphql-tools/delegate': 10.2.23(graphql@16.12.0) - '@graphql-tools/schema': 10.0.29(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/schema': 10.0.30(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.12.0 tslib: 2.8.1 - '@graphql-tools/wrap@11.0.4(graphql@16.12.0)': + '@graphql-tools/wrap@11.0.5(graphql@16.12.0)': dependencies: - '@graphql-tools/delegate': 11.1.2(graphql@16.12.0) - '@graphql-tools/schema': 10.0.29(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/delegate': 11.1.3(graphql@16.12.0) + '@graphql-tools/schema': 10.0.30(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.12.0 tslib: 2.8.1 @@ -6662,10 +6640,10 @@ snapshots: dependencies: graphql: 16.12.0 - '@hookform/resolvers@5.2.2(react-hook-form@7.66.1(react@19.3.0-canary-eb89912e-20251118))': + '@hookform/resolvers@5.2.2(react-hook-form@7.67.0(react@19.3.0-canary-fd524fe0-20251121))': dependencies: '@standard-schema/utils': 0.3.0 - react-hook-form: 7.66.1(react@19.3.0-canary-eb89912e-20251118) + react-hook-form: 7.67.0(react@19.3.0-canary-fd524fe0-20251121) '@humanfs/core@0.19.1': {} @@ -6680,18 +6658,11 @@ snapshots: '@iconify/types@2.0.0': {} - '@iconify/utils@3.0.2': + '@iconify/utils@3.1.0': dependencies: '@antfu/install-pkg': 1.1.0 - '@antfu/utils': 9.3.0 '@iconify/types': 2.0.0 - debug: 4.4.3 - globals: 15.15.0 - kolorist: 1.8.0 - local-pkg: 1.1.2 mlly: 1.8.0 - transitivePeerDependencies: - - supports-color '@img/colour@1.0.0': optional: true @@ -6943,62 +6914,62 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.5 - '@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12))': + '@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13))': dependencies: '@cfworker/json-schema': 4.1.1 ansi-styles: 5.2.0 camelcase: 6.3.0 decamelize: 1.2.0 js-tiktoken: 1.0.21 - langsmith: 0.3.80(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)) + langsmith: 0.3.82(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)) mustache: 4.2.0 p-queue: 6.6.2 - p-retry: 4.6.2 + p-retry: 7.1.0 uuid: 10.0.0 - zod: 4.1.12 + zod: 4.1.13 transitivePeerDependencies: - '@opentelemetry/api' - '@opentelemetry/exporter-trace-otlp-proto' - '@opentelemetry/sdk-trace-base' - openai - '@langchain/langgraph-checkpoint@1.0.0(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)))': + '@langchain/langgraph-checkpoint@1.0.0(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)))': dependencies: - '@langchain/core': 1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)) + '@langchain/core': 1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)) uuid: 10.0.0 - '@langchain/langgraph-sdk@1.0.0(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@langchain/langgraph-sdk@1.0.3(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: p-queue: 6.6.2 p-retry: 4.6.2 uuid: 9.0.1 optionalDependencies: - '@langchain/core': 1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@langchain/core': 1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) - '@langchain/langgraph@1.0.2(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(zod-to-json-schema@3.24.6(zod@4.1.12))(zod@4.1.12)': + '@langchain/langgraph@1.0.2(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(zod-to-json-schema@3.24.6(zod@4.1.13))(zod@4.1.13)': dependencies: - '@langchain/core': 1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)) - '@langchain/langgraph-checkpoint': 1.0.0(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12))) - '@langchain/langgraph-sdk': 1.0.0(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + '@langchain/core': 1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)) + '@langchain/langgraph-checkpoint': 1.0.0(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13))) + '@langchain/langgraph-sdk': 1.0.3(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) uuid: 10.0.0 - zod: 4.1.12 + zod: 4.1.13 optionalDependencies: - zod-to-json-schema: 3.24.6(zod@4.1.12) + zod-to-json-schema: 3.24.6(zod@4.1.13) transitivePeerDependencies: - react - react-dom - '@lezer/common@1.3.0': {} + '@lezer/common@1.4.0': {} '@lezer/highlight@1.2.3': dependencies: - '@lezer/common': 1.3.0 + '@lezer/common': 1.4.0 - '@lezer/lr@1.4.3': + '@lezer/lr@1.4.4': dependencies: - '@lezer/common': 1.3.0 + '@lezer/common': 1.4.0 '@mapbox/hast-util-table-cell-style@0.2.1': dependencies: @@ -7017,34 +6988,34 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@next/env@16.0.3': {} + '@next/env@16.1.0-canary.4': {} - '@next/eslint-plugin-next@16.0.3': + '@next/eslint-plugin-next@16.1.0-canary.7': dependencies: fast-glob: 3.3.1 - '@next/swc-darwin-arm64@16.0.3': + '@next/swc-darwin-arm64@16.1.0-canary.4': optional: true - '@next/swc-darwin-x64@16.0.3': + '@next/swc-darwin-x64@16.1.0-canary.4': optional: true - '@next/swc-linux-arm64-gnu@16.0.3': + '@next/swc-linux-arm64-gnu@16.1.0-canary.4': optional: true - '@next/swc-linux-arm64-musl@16.0.3': + '@next/swc-linux-arm64-musl@16.1.0-canary.4': optional: true - '@next/swc-linux-x64-gnu@16.0.3': + '@next/swc-linux-x64-gnu@16.1.0-canary.4': optional: true - '@next/swc-linux-x64-musl@16.0.3': + '@next/swc-linux-x64-musl@16.1.0-canary.4': optional: true - '@next/swc-win32-arm64-msvc@16.0.3': + '@next/swc-win32-arm64-msvc@16.1.0-canary.4': optional: true - '@next/swc-win32-x64-msvc@16.0.3': + '@next/swc-win32-x64-msvc@16.1.0-canary.4': optional: true '@nodelib/fs.scandir@2.1.5': @@ -7128,18 +7099,18 @@ snapshots: '@pkgr/core@0.2.9': {} - '@posthog/ai@7.1.0(@opentelemetry/api@1.9.0)(posthog-node@5.12.0)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(ws@8.18.3)(zod-to-json-schema@3.24.6(zod@4.1.12))': + '@posthog/ai@7.2.0(@opentelemetry/api@1.9.0)(posthog-node@5.14.1)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(ws@8.18.3)(zod-to-json-schema@3.24.6(zod@4.1.13))': dependencies: '@ai-sdk/provider': 2.0.0 - '@anthropic-ai/sdk': 0.67.1(zod@4.1.12) + '@anthropic-ai/sdk': 0.67.1(zod@4.1.13) '@google/genai': 1.30.0 - '@langchain/core': 1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)) - ai: 5.0.95(zod@4.1.12) - langchain: 1.0.6(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)))(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(zod-to-json-schema@3.24.6(zod@4.1.12)) - openai: 6.9.1(ws@8.18.3)(zod@4.1.12) - posthog-node: 5.12.0 + '@langchain/core': 1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)) + ai: 5.0.104(zod@4.1.13) + langchain: 1.1.1(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)))(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(zod-to-json-schema@3.24.6(zod@4.1.13)) + openai: 6.9.1(ws@8.18.3)(zod@4.1.13) + posthog-node: 5.14.1 uuid: 11.1.0 - zod: 4.1.12 + zod: 4.1.13 transitivePeerDependencies: - '@modelcontextprotocol/sdk' - '@opentelemetry/api' @@ -7153,7 +7124,7 @@ snapshots: - ws - zod-to-json-schema - '@posthog/core@1.5.2': + '@posthog/core@1.6.0': dependencies: cross-spawn: 7.0.6 @@ -7161,485 +7132,485 @@ snapshots: '@radix-ui/primitive@1.1.3': {} - '@radix-ui/react-alert-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-alert-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) - - '@radix-ui/react-avatar@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': - dependencies: - '@radix-ui/react-context': 1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) + + '@radix-ui/react-avatar@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': + dependencies: + '@radix-ui/react-context': 1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-context@1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-context@1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-context@1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-context@1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) aria-hidden: 1.2.6 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) - react-remove-scroll: 2.7.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) + react-remove-scroll: 2.7.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-direction@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-direction@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-id@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-id@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-label@2.1.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-label@2.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) aria-hidden: 1.2.6 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) - react-remove-scroll: 2.7.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) + react-remove-scroll: 2.7.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) - - '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': - dependencies: - '@floating-ui/react-dom': 2.1.6(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) + + '@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': + dependencies: + '@floating-ui/react-dom': 2.1.6(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-size': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) '@radix-ui/rect': 1.1.1 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-slot': 1.2.4(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-slot': 1.2.4(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-progress@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-progress@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-context': 1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-context': 1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/number': 1.1.1 '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) aria-hidden: 1.2.6 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) - react-remove-scroll: 2.7.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) + react-remove-scroll: 2.7.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-separator@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-separator@1.1.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-slot@1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-slot@1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-slot@1.2.4(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-slot@1.2.4(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-toggle-group@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-toggle-group@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-direction': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-direction': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/primitive': 1.1.3 - '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-context': 1.1.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-id': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-slot': 1.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-context': 1.1.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-id': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-slot': 1.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) - '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 - use-sync-external-store: 1.6.0(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + use-sync-external-store: 1.6.0(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-previous@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-rect@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@radix-ui/rect': 1.1.1 - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-use-size@1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-use-size@1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 + '@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: - '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.6))(@types/react@19.2.6)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + '@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.7))(@types/react@19.2.7)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 - '@types/react-dom': 19.2.3(@types/react@19.2.6) + '@types/react': 19.2.7 + '@types/react-dom': 19.2.3(@types/react@19.2.7) '@radix-ui/rect@1.1.1': {} @@ -7647,33 +7618,33 @@ snapshots: '@rtsao/scc@1.1.0': {} - '@shikijs/core@3.15.0': + '@shikijs/core@3.17.0': dependencies: - '@shikijs/types': 3.15.0 + '@shikijs/types': 3.17.0 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 - '@shikijs/engine-javascript@3.15.0': + '@shikijs/engine-javascript@3.17.0': dependencies: - '@shikijs/types': 3.15.0 + '@shikijs/types': 3.17.0 '@shikijs/vscode-textmate': 10.0.2 - oniguruma-to-es: 4.3.3 + oniguruma-to-es: 4.3.4 - '@shikijs/engine-oniguruma@3.15.0': + '@shikijs/engine-oniguruma@3.17.0': dependencies: - '@shikijs/types': 3.15.0 + '@shikijs/types': 3.17.0 '@shikijs/vscode-textmate': 10.0.2 - '@shikijs/langs@3.15.0': + '@shikijs/langs@3.17.0': dependencies: - '@shikijs/types': 3.15.0 + '@shikijs/types': 3.17.0 - '@shikijs/themes@3.15.0': + '@shikijs/themes@3.17.0': dependencies: - '@shikijs/types': 3.15.0 + '@shikijs/types': 3.17.0 - '@shikijs/types@3.15.0': + '@shikijs/types@3.17.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -7684,7 +7655,7 @@ snapshots: '@standard-schema/utils@0.3.0': {} - '@swc-contrib/plugin-graphql-codegen-client-preset@0.9.0': {} + '@swc-contrib/plugin-graphql-codegen-client-preset@0.12.1': {} '@swc/helpers@0.5.15': dependencies: @@ -7764,15 +7735,15 @@ snapshots: postcss-selector-parser: 6.0.10 tailwindcss: 4.1.17 - '@tanstack/react-table@8.21.3(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@tanstack/react-table@8.21.3(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@tanstack/table-core': 8.21.3 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) '@tanstack/table-core@8.21.3': {} - '@theguild/federation-composition@0.20.2(graphql@16.12.0)': + '@theguild/federation-composition@0.21.0(graphql@16.12.0)': dependencies: constant-case: 3.0.4 debug: 4.4.3 @@ -7940,11 +7911,11 @@ snapshots: dependencies: undici-types: 7.16.0 - '@types/react-dom@19.2.3(@types/react@19.2.6)': + '@types/react-dom@19.2.3(@types/react@19.2.7)': dependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - '@types/react@19.2.6': + '@types/react@19.2.7': dependencies: csstype: 3.2.3 @@ -7963,14 +7934,14 @@ snapshots: dependencies: '@types/node': 24.10.1 - '@typescript-eslint/eslint-plugin@8.47.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.12.2 - '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.47.0 - '@typescript-eslint/type-utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.48.0 + '@typescript-eslint/type-utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.48.0 eslint: 9.39.1(jiti@2.6.1) graphemer: 1.4.0 ignore: 7.0.5 @@ -7980,41 +7951,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/scope-manager': 8.47.0 - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/scope-manager': 8.48.0 + '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) + '@typescript-eslint/visitor-keys': 8.48.0 debug: 4.4.3 eslint: 9.39.1(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/project-service@8.47.0(typescript@5.9.3)': + '@typescript-eslint/project-service@8.48.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/tsconfig-utils': 8.47.0(typescript@5.9.3) - '@typescript-eslint/types': 8.47.0 + '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) + '@typescript-eslint/types': 8.48.0 debug: 4.4.3 typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.47.0': + '@typescript-eslint/scope-manager@8.48.0': dependencies: - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/visitor-keys': 8.48.0 - '@typescript-eslint/tsconfig-utils@8.47.0(typescript@5.9.3)': + '@typescript-eslint/tsconfig-utils@8.48.0(typescript@5.9.3)': dependencies: typescript: 5.9.3 - '@typescript-eslint/type-utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) debug: 4.4.3 eslint: 9.39.1(jiti@2.6.1) ts-api-utils: 2.1.0(typescript@5.9.3) @@ -8022,43 +7993,42 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.47.0': {} + '@typescript-eslint/types@8.48.0': {} - '@typescript-eslint/typescript-estree@8.47.0(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.48.0(typescript@5.9.3)': dependencies: - '@typescript-eslint/project-service': 8.47.0(typescript@5.9.3) - '@typescript-eslint/tsconfig-utils': 8.47.0(typescript@5.9.3) - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/visitor-keys': 8.47.0 + '@typescript-eslint/project-service': 8.48.0(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.48.0(typescript@5.9.3) + '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/visitor-keys': 8.48.0 debug: 4.4.3 - fast-glob: 3.3.3 - is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.3 + tinyglobby: 0.2.15 ts-api-utils: 2.1.0(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': + '@typescript-eslint/utils@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1)) - '@typescript-eslint/scope-manager': 8.47.0 - '@typescript-eslint/types': 8.47.0 - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) + '@typescript-eslint/scope-manager': 8.48.0 + '@typescript-eslint/types': 8.48.0 + '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) eslint: 9.39.1(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.47.0': + '@typescript-eslint/visitor-keys@8.48.0': dependencies: - '@typescript-eslint/types': 8.47.0 + '@typescript-eslint/types': 8.48.0 eslint-visitor-keys: 4.2.1 - '@uiw/codemirror-extensions-basic-setup@4.25.3(@codemirror/autocomplete@6.19.1)(@codemirror/commands@6.10.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/view@6.38.8)': + '@uiw/codemirror-extensions-basic-setup@4.25.3(@codemirror/autocomplete@6.20.0)(@codemirror/commands@6.10.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/view@6.38.8)': dependencies: - '@codemirror/autocomplete': 6.19.1 + '@codemirror/autocomplete': 6.20.0 '@codemirror/commands': 6.10.0 '@codemirror/language': 6.11.3 '@codemirror/lint': 6.8.5 @@ -8066,17 +8036,17 @@ snapshots: '@codemirror/state': 6.5.2 '@codemirror/view': 6.38.8 - '@uiw/react-codemirror@4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.19.1)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)': + '@uiw/react-codemirror@4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.20.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)': dependencies: '@babel/runtime': 7.28.4 '@codemirror/commands': 6.10.0 '@codemirror/state': 6.5.2 '@codemirror/theme-one-dark': 6.1.3 '@codemirror/view': 6.38.8 - '@uiw/codemirror-extensions-basic-setup': 4.25.3(@codemirror/autocomplete@6.19.1)(@codemirror/commands@6.10.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/view@6.38.8) + '@uiw/codemirror-extensions-basic-setup': 4.25.3(@codemirror/autocomplete@6.20.0)(@codemirror/commands@6.10.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/view@6.38.8) codemirror: 6.0.2 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) transitivePeerDependencies: - '@codemirror/autocomplete' - '@codemirror/language' @@ -8144,7 +8114,7 @@ snapshots: '@unrs/resolver-binding-win32-x64-msvc@1.11.1': optional: true - '@vercel/oidc@3.0.3': {} + '@vercel/oidc@3.0.5': {} '@whatwg-node/disposablestack@0.0.6': dependencies: @@ -8191,13 +8161,13 @@ snapshots: agent-base@7.1.4: {} - ai@5.0.95(zod@4.1.12): + ai@5.0.104(zod@4.1.13): dependencies: - '@ai-sdk/gateway': 2.0.11(zod@4.1.12) + '@ai-sdk/gateway': 2.0.17(zod@4.1.13) '@ai-sdk/provider': 2.0.0 - '@ai-sdk/provider-utils': 3.0.17(zod@4.1.12) + '@ai-sdk/provider-utils': 3.0.18(zod@4.1.13) '@opentelemetry/api': 1.9.0 - zod: 4.1.12 + zod: 4.1.13 ajv@6.12.6: dependencies: @@ -8327,7 +8297,7 @@ snapshots: base64-js@1.5.1: {} - baseline-browser-mapping@2.8.29: {} + baseline-browser-mapping@2.8.32: {} bignumber.js@9.3.1: {} @@ -8346,9 +8316,9 @@ snapshots: browserslist@4.28.0: dependencies: - baseline-browser-mapping: 2.8.29 - caniuse-lite: 1.0.30001756 - electron-to-chromium: 1.5.256 + baseline-browser-mapping: 2.8.32 + caniuse-lite: 1.0.30001757 + electron-to-chromium: 1.5.262 node-releases: 2.0.27 update-browserslist-db: 1.1.4(browserslist@4.28.0) @@ -8384,7 +8354,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001756: {} + caniuse-lite@1.0.30001757: {} capital-case@1.0.4: dependencies: @@ -8484,7 +8454,7 @@ snapshots: codemirror@6.0.2: dependencies: - '@codemirror/autocomplete': 6.19.1 + '@codemirror/autocomplete': 6.20.0 '@codemirror/commands': 6.10.0 '@codemirror/language': 6.11.3 '@codemirror/lint': 6.8.5 @@ -8516,8 +8486,6 @@ snapshots: confbox@0.1.8: {} - confbox@0.2.2: {} - console-table-printer@2.15.0: dependencies: simple-wcswidth: 1.1.2 @@ -8885,7 +8853,7 @@ snapshots: dependencies: safe-buffer: 5.2.1 - electron-to-chromium@1.5.256: {} + electron-to-chromium@1.5.262: {} emoji-regex@10.6.0: {} @@ -9015,18 +8983,18 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-next@16.0.3(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): + eslint-config-next@16.1.0-canary.7(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@next/eslint-plugin-next': 16.0.3 + '@next/eslint-plugin-next': 16.1.0-canary.7 eslint: 9.39.1(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.1(jiti@2.6.1)) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)) eslint-plugin-jsx-a11y: 6.10.2(eslint@9.39.1(jiti@2.6.1)) eslint-plugin-react: 7.37.5(eslint@9.39.1(jiti@2.6.1)) eslint-plugin-react-hooks: 7.0.1(eslint@9.39.1(jiti@2.6.1)) globals: 16.4.0 - typescript-eslint: 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + typescript-eslint: 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) optionalDependencies: typescript: 5.9.3 transitivePeerDependencies: @@ -9054,24 +9022,24 @@ snapshots: tinyglobby: 0.2.15 unrs-resolver: 1.11.1 optionalDependencies: - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)) transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.1(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.1(jiti@2.6.1)) transitivePeerDependencies: - supports-color - eslint-plugin-better-tailwindcss@3.7.10(eslint@9.39.1(jiti@2.6.1))(tailwindcss@4.1.17): + eslint-plugin-better-tailwindcss@3.7.11(eslint@9.39.1(jiti@2.6.1))(tailwindcss@4.1.17): dependencies: - '@eslint/css-tree': 3.6.7 + '@eslint/css-tree': 3.6.8 enhanced-resolve: 5.18.3 eslint: 9.39.1(jiti@2.6.1) jiti: 2.6.1 @@ -9082,7 +9050,7 @@ snapshots: tailwindcss: 4.1.17 tsconfig-paths-webpack-plugin: 4.2.0 - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -9093,7 +9061,7 @@ snapshots: doctrine: 2.1.0 eslint: 9.39.1(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.1(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -9105,7 +9073,7 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -9136,8 +9104,8 @@ snapshots: '@babel/parser': 7.28.5 eslint: 9.39.1(jiti@2.6.1) hermes-parser: 0.25.1 - zod: 4.1.12 - zod-validation-error: 4.0.2(zod@4.1.12) + zod: 4.1.13 + zod-validation-error: 4.0.2(zod@4.1.13) transitivePeerDependencies: - supports-color @@ -9179,7 +9147,7 @@ snapshots: '@eslint/config-array': 0.21.1 '@eslint/config-helpers': 0.4.2 '@eslint/core': 0.17.0 - '@eslint/eslintrc': 3.3.1 + '@eslint/eslintrc': 3.3.3 '@eslint/js': 9.39.1 '@eslint/plugin-kit': 0.4.1 '@humanfs/node': 0.16.7 @@ -9239,8 +9207,6 @@ snapshots: eventsource-parser@3.0.6: {} - exsolve@1.0.8: {} - extend@3.0.2: {} fast-deep-equal@3.1.3: {} @@ -9331,12 +9297,12 @@ snapshots: dependencies: fetch-blob: 3.2.0 - foxact@0.2.49(react@19.3.0-canary-eb89912e-20251118): + foxact@0.2.49(react@19.3.0-canary-fd524fe0-20251121): dependencies: client-only: 0.0.1 server-only: 0.0.1 optionalDependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 function-bind@1.1.2: {} @@ -9425,8 +9391,6 @@ snapshots: globals@14.0.0: {} - globals@15.15.0: {} - globals@16.4.0: {} globalthis@1.0.4: @@ -9465,12 +9429,12 @@ snapshots: graphql-config@5.1.5(@types/node@24.10.1)(graphql@16.12.0)(typescript@5.9.3): dependencies: - '@graphql-tools/graphql-file-loader': 8.1.6(graphql@16.12.0) - '@graphql-tools/json-file-loader': 8.0.24(graphql@16.12.0) - '@graphql-tools/load': 8.1.6(graphql@16.12.0) - '@graphql-tools/merge': 9.1.5(graphql@16.12.0) + '@graphql-tools/graphql-file-loader': 8.1.8(graphql@16.12.0) + '@graphql-tools/json-file-loader': 8.0.25(graphql@16.12.0) + '@graphql-tools/load': 8.1.7(graphql@16.12.0) + '@graphql-tools/merge': 9.1.6(graphql@16.12.0) '@graphql-tools/url-loader': 8.0.33(@types/node@24.10.1)(graphql@16.12.0) - '@graphql-tools/utils': 10.10.3(graphql@16.12.0) + '@graphql-tools/utils': 10.11.0(graphql@16.12.0) cosmiconfig: 8.3.6(typescript@5.9.3) graphql: 16.12.0 jiti: 2.6.1 @@ -9590,7 +9554,7 @@ snapshots: hast-util-from-parse5: 8.0.3 hast-util-to-parse5: 8.0.0 html-void-elements: 3.0.0 - mdast-util-to-hast: 13.2.0 + mdast-util-to-hast: 13.2.1 parse5: 7.3.0 unist-util-position: 5.0.0 unist-util-visit: 5.0.0 @@ -9612,7 +9576,7 @@ snapshots: comma-separated-tokens: 2.0.3 hast-util-whitespace: 3.0.0 html-void-elements: 3.0.0 - mdast-util-to-hast: 13.2.0 + mdast-util-to-hast: 13.2.1 property-information: 7.1.0 space-separated-tokens: 2.0.2 stringify-entities: 4.0.4 @@ -9659,6 +9623,8 @@ snapshots: dependencies: '@types/hast': 3.0.4 + hast@1.0.0: {} + hastscript@9.0.1: dependencies: '@types/hast': 3.0.4 @@ -9837,6 +9803,8 @@ snapshots: is-negative-zero@2.0.3: {} + is-network-error@1.3.0: {} + is-number-object@1.1.1: dependencies: call-bound: 1.0.4 @@ -10002,16 +9970,14 @@ snapshots: khroma@2.1.0: {} - kolorist@1.8.0: {} - - langchain@1.0.6(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)))(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(zod-to-json-schema@3.24.6(zod@4.1.12)): + langchain@1.1.1(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)))(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(zod-to-json-schema@3.24.6(zod@4.1.13)): dependencies: - '@langchain/core': 1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)) - '@langchain/langgraph': 1.0.2(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)))(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118)(zod-to-json-schema@3.24.6(zod@4.1.12))(zod@4.1.12) - '@langchain/langgraph-checkpoint': 1.0.0(@langchain/core@1.0.6(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12))) - langsmith: 0.3.80(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)) + '@langchain/core': 1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)) + '@langchain/langgraph': 1.0.2(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)))(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121)(zod-to-json-schema@3.24.6(zod@4.1.13))(zod@4.1.13) + '@langchain/langgraph-checkpoint': 1.0.0(@langchain/core@1.1.0(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13))) + langsmith: 0.3.82(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)) uuid: 10.0.0 - zod: 4.1.12 + zod: 4.1.13 transitivePeerDependencies: - '@opentelemetry/api' - '@opentelemetry/exporter-trace-otlp-proto' @@ -10029,18 +9995,17 @@ snapshots: vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.0.8 - langsmith@0.3.80(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.12)): + langsmith@0.3.82(@opentelemetry/api@1.9.0)(openai@6.9.1(ws@8.18.3)(zod@4.1.13)): dependencies: '@types/uuid': 10.0.0 chalk: 4.1.2 console-table-printer: 2.15.0 p-queue: 6.6.2 - p-retry: 4.6.2 semver: 7.7.3 uuid: 10.0.0 optionalDependencies: '@opentelemetry/api': 1.9.0 - openai: 6.9.1(ws@8.18.3)(zod@4.1.12) + openai: 6.9.1(ws@8.18.3)(zod@4.1.13) language-subtag-registry@0.3.23: {} @@ -10117,12 +10082,6 @@ snapshots: rfdc: 1.4.1 wrap-ansi: 9.0.2 - local-pkg@1.1.2: - dependencies: - mlly: 1.8.0 - pkg-types: 2.3.0 - quansync: 0.2.11 - locate-path@6.0.0: dependencies: p-locate: 5.0.0 @@ -10168,13 +10127,13 @@ snapshots: dependencies: yallist: 3.1.1 - lucide-react@0.542.0(react@19.3.0-canary-eb89912e-20251118): + lucide-react@0.542.0(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 - lucide-react@0.554.0(react@19.3.0-canary-eb89912e-20251118): + lucide-react@0.555.0(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 magic-string@0.30.21: dependencies: @@ -10350,7 +10309,7 @@ snapshots: unist-util-position: 3.1.0 unist-util-visit: 2.0.3 - mdast-util-to-hast@13.2.0: + mdast-util-to-hast@13.2.1: dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 @@ -10389,7 +10348,7 @@ snapshots: mermaid@11.12.1: dependencies: '@braintree/sanitize-url': 7.1.1 - '@iconify/utils': 3.0.2 + '@iconify/utils': 3.1.0 '@mermaid-js/parser': 0.6.3 '@types/d3': 7.4.3 cytoscape: 3.33.1 @@ -10408,8 +10367,6 @@ snapshots: stylis: 4.3.6 ts-dedent: 2.2.0 uuid: 11.1.0 - transitivePeerDependencies: - - supports-color meros@1.3.2(@types/node@24.10.1): optionalDependencies: @@ -10702,29 +10659,29 @@ snapshots: railroad-diagrams: 1.0.0 randexp: 0.4.6 - next-themes@0.4.6(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118): + next-themes@0.4.6(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) - next@16.0.3(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118): + next@16.1.0-canary.4(@babel/core@7.28.5)(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.1.0-rc.3)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121): dependencies: - '@next/env': 16.0.3 + '@next/env': 16.1.0-canary.4 '@swc/helpers': 0.5.15 - caniuse-lite: 1.0.30001756 + caniuse-lite: 1.0.30001757 postcss: 8.4.31 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) - styled-jsx: 5.1.6(@babel/core@7.28.5)(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) + styled-jsx: 5.1.6(@babel/core@7.28.5)(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@next/swc-darwin-arm64': 16.0.3 - '@next/swc-darwin-x64': 16.0.3 - '@next/swc-linux-arm64-gnu': 16.0.3 - '@next/swc-linux-arm64-musl': 16.0.3 - '@next/swc-linux-x64-gnu': 16.0.3 - '@next/swc-linux-x64-musl': 16.0.3 - '@next/swc-win32-arm64-msvc': 16.0.3 - '@next/swc-win32-x64-msvc': 16.0.3 + '@next/swc-darwin-arm64': 16.1.0-canary.4 + '@next/swc-darwin-x64': 16.1.0-canary.4 + '@next/swc-linux-arm64-gnu': 16.1.0-canary.4 + '@next/swc-linux-arm64-musl': 16.1.0-canary.4 + '@next/swc-linux-x64-gnu': 16.1.0-canary.4 + '@next/swc-linux-x64-musl': 16.1.0-canary.4 + '@next/swc-win32-arm64-msvc': 16.1.0-canary.4 + '@next/swc-win32-x64-msvc': 16.1.0-canary.4 '@opentelemetry/api': 1.9.0 babel-plugin-react-compiler: 19.1.0-rc.3 sharp: 0.34.5 @@ -10809,16 +10766,16 @@ snapshots: oniguruma-parser@0.12.1: {} - oniguruma-to-es@4.3.3: + oniguruma-to-es@4.3.4: dependencies: oniguruma-parser: 0.12.1 regex: 6.0.1 regex-recursion: 6.0.2 - openai@6.9.1(ws@8.18.3)(zod@4.1.12): + openai@6.9.1(ws@8.18.3)(zod@4.1.13): optionalDependencies: ws: 8.18.3 - zod: 4.1.12 + zod: 4.1.13 optimism@0.18.1: dependencies: @@ -10862,13 +10819,17 @@ snapshots: '@types/retry': 0.12.0 retry: 0.13.1 + p-retry@7.1.0: + dependencies: + is-network-error: 1.3.0 + p-timeout@3.2.0: dependencies: p-finally: 1.0.0 package-json-from-dist@1.0.1: {} - package-manager-detector@1.5.0: {} + package-manager-detector@1.6.0: {} param-case@3.0.4: dependencies: @@ -10962,12 +10923,6 @@ snapshots: mlly: 1.8.0 pathe: 2.0.3 - pkg-types@2.3.0: - dependencies: - confbox: 0.2.2 - exsolve: 1.0.8 - pathe: 2.0.3 - points-on-curve@0.2.0: {} points-on-path@0.2.1: @@ -11003,17 +10958,17 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - posthog-js@1.296.1: + posthog-js@1.298.1: dependencies: - '@posthog/core': 1.5.2 + '@posthog/core': 1.6.0 core-js: 3.47.0 fflate: 0.4.8 preact: 10.27.2 web-vitals: 4.2.4 - posthog-node@5.12.0: + posthog-node@5.14.1: dependencies: - '@posthog/core': 1.5.2 + '@posthog/core': 1.6.0 preact@10.27.2: {} @@ -11039,8 +10994,6 @@ snapshots: punycode@2.3.1: {} - quansync@0.2.11: {} - queue-microtask@1.2.3: {} railroad-diagrams@1.0.0: {} @@ -11050,55 +11003,37 @@ snapshots: discontinuous-range: 1.0.0 ret: 0.1.15 - react-codemirror-merge@4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.19.1)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118): + react-codemirror-merge@4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.20.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121): dependencies: '@babel/runtime': 7.28.4 '@codemirror/merge': 6.11.2 '@codemirror/state': 6.5.2 '@codemirror/theme-one-dark': 6.1.3 '@codemirror/view': 6.38.8 - '@uiw/react-codemirror': 4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.19.1)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118) + '@uiw/react-codemirror': 4.25.3(@babel/runtime@7.28.4)(@codemirror/autocomplete@6.20.0)(@codemirror/language@6.11.3)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.8)(codemirror@6.0.2)(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121) codemirror: 6.0.2 - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) transitivePeerDependencies: - '@codemirror/autocomplete' - '@codemirror/language' - '@codemirror/lint' - '@codemirror/search' - react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118): + react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 - scheduler: 0.28.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 + scheduler: 0.28.0-canary-fd524fe0-20251121 - react-hook-form@7.66.1(react@19.3.0-canary-eb89912e-20251118): + react-hook-form@7.67.0(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 react-is@16.13.1: {} - react-markdown@10.1.0(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118): + react-remark@2.1.0(react@19.3.0-canary-fd524fe0-20251121): dependencies: - '@types/hast': 3.0.4 - '@types/mdast': 4.0.4 - '@types/react': 19.2.6 - devlop: 1.1.0 - hast-util-to-jsx-runtime: 2.3.6 - html-url-attributes: 3.0.1 - mdast-util-to-hast: 13.2.0 - react: 19.3.0-canary-eb89912e-20251118 - remark-parse: 11.0.0 - remark-rehype: 11.1.2 - unified: 11.0.5 - unist-util-visit: 5.0.0 - vfile: 6.0.3 - transitivePeerDependencies: - - supports-color - - react-remark@2.1.0(react@19.3.0-canary-eb89912e-20251118): - dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 rehype-react: 6.2.1 remark-parse: 9.0.0 remark-rehype: 8.1.0 @@ -11106,34 +11041,34 @@ snapshots: transitivePeerDependencies: - supports-color - react-remove-scroll-bar@2.3.8(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118): + react-remove-scroll-bar@2.3.8(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 - react-style-singleton: 2.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) tslib: 2.8.1 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - react-remove-scroll@2.7.1(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118): + react-remove-scroll@2.7.2(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 - react-remove-scroll-bar: 2.3.8(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - react-style-singleton: 2.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-remove-scroll-bar: 2.3.8(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + react-style-singleton: 2.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) tslib: 2.8.1 - use-callback-ref: 1.3.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - use-sidecar: 1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) + use-callback-ref: 1.3.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) + use-sidecar: 1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121) optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - react-style-singleton@2.2.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118): + react-style-singleton@2.2.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121): dependencies: get-nonce: 1.0.1 - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - react@19.3.0-canary-eb89912e-20251118: {} + react@19.3.0-canary-fd524fe0-20251121: {} read-cache@1.0.0: dependencies: @@ -11169,7 +11104,9 @@ snapshots: gopd: 1.2.0 set-function-name: 2.0.2 - rehype-harden@1.1.5: {} + rehype-harden@1.1.6: + dependencies: + unist-util-visit: 5.0.0 rehype-katex@7.0.1: dependencies: @@ -11236,7 +11173,7 @@ snapshots: '@types/mdast': 4.0.4 hast-util-sanitize: 5.0.2 hast-util-to-html: 9.0.5 - mdast-util-to-hast: 13.2.0 + mdast-util-to-hast: 13.2.1 unified: 11.0.5 remark-math@6.0.0: @@ -11267,7 +11204,7 @@ snapshots: dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 - mdast-util-to-hast: 13.2.0 + mdast-util-to-hast: 13.2.1 unified: 11.0.5 vfile: 6.0.3 @@ -11375,7 +11312,7 @@ snapshots: safer-buffer@2.1.2: {} - scheduler@0.28.0-canary-eb89912e-20251118: {} + scheduler@0.28.0-canary-fd524fe0-20251121: {} semver@6.3.1: {} @@ -11453,14 +11390,14 @@ snapshots: shell-quote@1.8.3: {} - shiki@3.15.0: + shiki@3.17.0: dependencies: - '@shikijs/core': 3.15.0 - '@shikijs/engine-javascript': 3.15.0 - '@shikijs/engine-oniguruma': 3.15.0 - '@shikijs/langs': 3.15.0 - '@shikijs/themes': 3.15.0 - '@shikijs/types': 3.15.0 + '@shikijs/core': 3.17.0 + '@shikijs/engine-javascript': 3.17.0 + '@shikijs/engine-oniguruma': 3.17.0 + '@shikijs/langs': 3.17.0 + '@shikijs/themes': 3.17.0 + '@shikijs/types': 3.17.0 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 @@ -11510,10 +11447,10 @@ snapshots: dot-case: 3.0.4 tslib: 2.8.1 - sonner@2.0.7(react-dom@19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118))(react@19.3.0-canary-eb89912e-20251118): + sonner@2.0.7(react-dom@19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121))(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 - react-dom: 19.3.0-canary-eb89912e-20251118(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + react-dom: 19.3.0-canary-fd524fe0-20251121(react@19.3.0-canary-fd524fe0-20251121) source-map-js@1.2.1: {} @@ -11537,31 +11474,35 @@ snapshots: es-errors: 1.3.0 internal-slot: 1.1.0 - streamdown@1.5.1(@types/mdast@4.0.4)(@types/react@19.2.6)(micromark-util-types@2.0.2)(micromark@4.0.2)(react@19.3.0-canary-eb89912e-20251118)(unified@11.0.5): + streamdown@1.6.9(@types/mdast@4.0.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(react@19.3.0-canary-fd524fe0-20251121): dependencies: clsx: 2.1.1 + hast: 1.0.0 + hast-util-to-jsx-runtime: 2.3.6 + html-url-attributes: 3.0.1 katex: 0.16.25 - lucide-react: 0.542.0(react@19.3.0-canary-eb89912e-20251118) + lucide-react: 0.542.0(react@19.3.0-canary-fd524fe0-20251121) marked: 16.4.2 mermaid: 11.12.1 - react: 19.3.0-canary-eb89912e-20251118 - react-markdown: 10.1.0(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118) - rehype-harden: 1.1.5 + react: 19.3.0-canary-fd524fe0-20251121 + rehype-harden: 1.1.6 rehype-katex: 7.0.1 rehype-raw: 7.0.0 remark-cjk-friendly: 1.2.3(@types/mdast@4.0.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(unified@11.0.5) remark-cjk-friendly-gfm-strikethrough: 1.2.3(@types/mdast@4.0.4)(micromark-util-types@2.0.2)(micromark@4.0.2)(unified@11.0.5) remark-gfm: 4.0.1 remark-math: 6.0.0 - shiki: 3.15.0 + remark-parse: 11.0.0 + remark-rehype: 11.1.2 + shiki: 3.17.0 tailwind-merge: 3.4.0 + unified: 11.0.5 + unist-util-visit: 5.0.0 transitivePeerDependencies: - '@types/mdast' - - '@types/react' - micromark - micromark-util-types - supports-color - - unified string-env-interpolation@1.0.1: {} @@ -11669,10 +11610,10 @@ snapshots: dependencies: inline-style-parser: 0.2.7 - styled-jsx@5.1.6(@babel/core@7.28.5)(react@19.3.0-canary-eb89912e-20251118): + styled-jsx@5.1.6(@babel/core@7.28.5)(react@19.3.0-canary-fd524fe0-20251121): dependencies: client-only: 0.0.1 - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 optionalDependencies: '@babel/core': 7.28.5 @@ -11688,11 +11629,11 @@ snapshots: dependencies: tslib: 2.8.1 - swr@2.3.6(react@19.3.0-canary-eb89912e-20251118): + swr@2.3.7(react@19.3.0-canary-fd524fe0-20251121): dependencies: dequal: 2.0.3 - react: 19.3.0-canary-eb89912e-20251118 - use-sync-external-store: 1.6.0(react@19.3.0-canary-eb89912e-20251118) + react: 19.3.0-canary-fd524fe0-20251121 + use-sync-external-store: 1.6.0(react@19.3.0-canary-fd524fe0-20251121) sync-fetch@0.6.0-2: dependencies: @@ -11812,12 +11753,12 @@ snapshots: possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 - typescript-eslint@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): + typescript-eslint@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.47.0(@typescript-eslint/parser@8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/parser': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.47.0(typescript@5.9.3) - '@typescript-eslint/utils': 8.47.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/eslint-plugin': 8.48.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/parser': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) + '@typescript-eslint/typescript-estree': 8.48.0(typescript@5.9.3) + '@typescript-eslint/utils': 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) eslint: 9.39.1(jiti@2.6.1) typescript: 5.9.3 transitivePeerDependencies: @@ -11974,24 +11915,24 @@ snapshots: urlpattern-polyfill@10.1.0: {} - use-callback-ref@1.3.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118): + use-callback-ref@1.3.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - use-sidecar@1.1.3(@types/react@19.2.6)(react@19.3.0-canary-eb89912e-20251118): + use-sidecar@1.1.3(@types/react@19.2.7)(react@19.3.0-canary-fd524fe0-20251121): dependencies: detect-node-es: 1.1.0 - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 tslib: 2.8.1 optionalDependencies: - '@types/react': 19.2.6 + '@types/react': 19.2.7 - use-sync-external-store@1.6.0(react@19.3.0-canary-eb89912e-20251118): + use-sync-external-store@1.6.0(react@19.3.0-canary-fd524fe0-20251121): dependencies: - react: 19.3.0-canary-eb89912e-20251118 + react: 19.3.0-canary-fd524fe0-20251121 util-deprecate@1.0.2: {} @@ -12161,15 +12102,15 @@ snapshots: yoctocolors-cjs@2.1.3: {} - zod-to-json-schema@3.24.6(zod@4.1.12): + zod-to-json-schema@3.24.6(zod@4.1.13): dependencies: - zod: 4.1.12 + zod: 4.1.13 optional: true - zod-validation-error@4.0.2(zod@4.1.12): + zod-validation-error@4.0.2(zod@4.1.13): dependencies: - zod: 4.1.12 + zod: 4.1.13 - zod@4.1.12: {} + zod@4.1.13: {} zwitch@2.0.4: {} diff --git a/schema.graphql b/schema.graphql index affe9c4..d83f5bc 100644 --- a/schema.graphql +++ b/schema.graphql @@ -71,6 +71,10 @@ input CreateQuestionInput { submissionIDs: [ID!] """Question title""" title: String! + """ + Only the users with this scope set can see the question. Empty means visible to everyone. + """ + visibleScope: String } """ @@ -740,6 +744,10 @@ type Question implements Node { List of your submissions for this question, ordered by submitted at descending. """ userSubmissions: [Submission!]! + """ + Only the users with this scope set can see the question. Empty means visible to everyone. + """ + visibleScope: String } """A connection to a list of items.""" @@ -877,6 +885,22 @@ input QuestionWhereInput { titleLTE: String titleNEQ: String titleNotIn: [String!] + """visible_scope field predicates""" + visibleScope: String + visibleScopeContains: String + visibleScopeContainsFold: String + visibleScopeEqualFold: String + visibleScopeGT: String + visibleScopeGTE: String + visibleScopeHasPrefix: String + visibleScopeHasSuffix: String + visibleScopeIn: [String!] + visibleScopeIsNil: Boolean + visibleScopeLT: String + visibleScopeLTE: String + visibleScopeNEQ: String + visibleScopeNotIn: [String!] + visibleScopeNotNil: Boolean } enum RankingBy { @@ -1165,6 +1189,7 @@ input UpdateQuestionInput { """Question category, e.g. 'query'""" category: String clearSubmissions: Boolean + clearVisibleScope: Boolean databaseID: ID """Question stem""" description: String @@ -1175,6 +1200,10 @@ input UpdateQuestionInput { removeSubmissionIDs: [ID!] """Question title""" title: String + """ + Only the users with this scope set can see the question. Empty means visible to everyone. + """ + visibleScope: String } """