diff --git a/apps/web/app/(dash)/(memories)/content.tsx b/apps/web/app/(dash)/(memories)/content.tsx index 5d81e823..0f83d0fc 100644 --- a/apps/web/app/(dash)/(memories)/content.tsx +++ b/apps/web/app/(dash)/(memories)/content.tsx @@ -37,7 +37,22 @@ import { toast } from "sonner"; import { Input } from "@repo/ui/shadcn/input"; import { motion } from "framer-motion"; import { useSearchParams } from "next/navigation"; -import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger } from "@repo/ui/shadcn/alert-dialog"; +import { + AlertDialog, + AlertDialogAction, + AlertDialogCancel, + AlertDialogContent, + AlertDialogDescription, + AlertDialogFooter, + AlertDialogHeader, + AlertDialogTitle, + AlertDialogTrigger, +} from "@repo/ui/shadcn/alert-dialog"; +import { + BookOpenIcon, + DocumentTextIcon, + FolderIcon, +} from "@heroicons/react/24/outline"; type TMemoriesPage = { memoriesAndSpaces: { memories: Content[]; spaces: StoredSpace[] }; @@ -154,9 +169,24 @@ export function MemoriesPage({ +
+ + +
+ {currentSpace && (
- {usersWithAccess && usersWithAccess.length > 0 && (
Users with access @@ -204,22 +234,6 @@ export function MemoriesPage({
)} -
- - -
- void; }) { return ( -
+
- Spaces icon Space + Space
@@ -290,12 +304,7 @@ function SpaceComponent({ href={`/space/${id}`} className="flex items-center justify-between w-full" > -
-
- {title.slice(0, 2).toUpperCase()}{id} -
-
-
+
{title}
{description}
@@ -303,9 +312,12 @@ function SpaceComponent({ Search icon
-
- - {handleDeleteSpace(id)}} /> +
+ { + handleDeleteSpace(id); + }} + />
@@ -344,7 +356,7 @@ function MemoryComponent({ {type === "page" ? ( <>
- Page + Page
{/* remove `<---chunkId: ${vector.id}\n${content}\n---->` pattern from title */}
@@ -357,7 +369,7 @@ function MemoryComponent({ ) : type === "note" ? ( <>
- Note + Note
{title.replace(/(<---chunkId: .*?\n.*?\n---->)/g, "")} @@ -442,38 +454,48 @@ function Filters({
{filterMethods.map((i) => { return ( - +
+ + {i === filter && ( + + )} +
); })}
); } -function SpaceDeleteAlert({onClick}: {onClick: ()=> void}){ +function SpaceDeleteAlert({ onClick }: { onClick: () => void }) { return ( - - - - Are you absolutely sure? - - This is irreversible. This will delete the space and all memories inside it. - - - - Cancel - Delete - - - - ) + + {" "} + + + + + Are you absolutely sure? + + This is irreversible. This will delete the space and all memories + inside it. + + + + Cancel + Delete + + + + ); } -export default MemoriesPage; \ No newline at end of file +export default MemoriesPage; diff --git a/package.json b/package.json index e24f636a..82dc8a35 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@hookform/resolvers": "^3.4.2", "@iarna/toml": "^2.2.5", "@langchain/cloudflare": "^0.0.6", - "@million/lint": "^1.0.0-rc.81", + "@million/lint": "1.0.0-rc.82-beta.39", "@mozilla/readability": "^0.5.0", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 392ff93a..2a65903e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,5 @@ lockfileVersion: '9.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true @@ -146,9 +147,11 @@ importers: google-auth-library: specifier: ^9.11.0 version: 9.11.0(encoding@0.1.13) + version: 9.11.0(encoding@0.1.13) grammy: specifier: ^1.25.1 version: 1.27.0(encoding@0.1.13) + version: 1.27.0(encoding@0.1.13) http: specifier: ^0.0.1-security version: 0.0.1-security @@ -167,6 +170,7 @@ importers: million: specifier: ^3.1.11 version: 3.1.11(rollup@4.20.0) + version: 3.1.11(rollup@4.20.0) next-app-theme: specifier: ^0.1.10 version: 0.1.10(react@19.0.0-rc-68dbd84b-20240812) @@ -221,6 +225,7 @@ importers: tailwind-scrollbar: specifier: ^3.1.0 version: 3.1.0(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) + version: 3.1.0(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) tldraw: specifier: ^2.1.4 version: 2.4.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812) @@ -270,6 +275,7 @@ importers: tailwindcss: specifier: ^3.4.3 version: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) + version: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) turbo: specifier: ^2.0.3 version: 2.0.3 @@ -291,6 +297,7 @@ importers: vite: specifier: ^5.3.5 version: 5.3.5(@types/node@20.14.12)(less@4.2.0)(sass@1.77.8)(terser@5.31.3) + version: 5.3.5(@types/node@20.14.12)(less@4.2.0)(sass@1.77.8)(terser@5.31.3) devDependencies: '@cloudflare/workers-types': specifier: ^4.20240614.0 @@ -301,21 +308,27 @@ importers: '@radix-ui/react-dialog': specifier: ^1.0.5 version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-label': specifier: ^2.1.0 version: 2.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-popover': specifier: ^1.1.1 version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-select': specifier: ^2.1.1 version: 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-toast': specifier: ^1.2.1 version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-tooltip': specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 @@ -325,6 +338,7 @@ importers: cmdk: specifier: ^1.0.0 version: 1.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 1.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) lucide-react: specifier: ^0.400.0 version: 0.400.0(react@18.3.1) @@ -337,6 +351,7 @@ importers: tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.3.3))) + version: 1.0.7(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.3.3))) zustand: specifier: ^4.5.4 version: 4.5.4(@types/react@18.3.3)(react@18.3.1) @@ -344,6 +359,7 @@ importers: '@extension-create/develop': specifier: ^1.8.0 version: 1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)) + version: 1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)) '@types/react': specifier: ^18.0.9 version: 18.3.3 @@ -353,9 +369,11 @@ importers: '@webpack-cli/generators': specifier: ^3.0.7 version: 3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@5.1.4)(webpack@5.92.1) + version: 3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@5.1.4)(webpack@5.92.1) extension: specifier: latest version: 1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)) + version: 1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)) react: specifier: ^18.1.0 version: 18.3.1 @@ -365,12 +383,14 @@ importers: tailwindcss: specifier: ^3.4.1 version: 3.4.7(ts-node@10.9.2(typescript@5.3.3)) + version: 3.4.7(ts-node@10.9.2(typescript@5.3.3)) typescript: specifier: 5.3.3 version: 5.3.3 webpack-cli: specifier: ^5.1.4 version: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + version: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) apps/web: dependencies: @@ -432,6 +452,7 @@ importers: '@cloudflare/next-on-pages': specifier: '1' version: 1.12.1(@cloudflare/workers-types@4.20240725.0)(vercel@35.2.1(encoding@0.1.13))(wrangler@3.67.1(@cloudflare/workers-types@4.20240725.0)) + version: 1.12.1(@cloudflare/workers-types@4.20240725.0)(vercel@35.2.1(encoding@0.1.13))(wrangler@3.67.1(@cloudflare/workers-types@4.20240725.0)) '@next/eslint-plugin-next': specifier: ^14.1.1 version: 14.2.5 @@ -479,12 +500,14 @@ importers: '@typescript-eslint/eslint-plugin': specifier: ^v6.21.0 version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) '@typescript-eslint/parser': specifier: ^v6.21.0 version: 6.21.0(eslint@8.57.0)(typescript@5.5.4) '@vercel/style-guide': specifier: ^5.2.0 version: 5.2.0(@next/eslint-plugin-next@14.2.5)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4) + version: 5.2.0(@next/eslint-plugin-next@14.2.5)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4) eslint-config-next: specifier: ^14.2.5 version: 14.2.5(eslint@8.57.0)(typescript@5.5.4) @@ -511,6 +534,7 @@ importers: '@tailwindcss/typography': specifier: ^0.5.13 version: 0.5.13(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) + version: 0.5.13(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 @@ -526,9 +550,11 @@ importers: tailwind-scrollbar: specifier: ^3.1.0 version: 3.1.0(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) + version: 3.1.0(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) + version: 1.0.7(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))) packages/typescript-config: {} @@ -586,6 +612,7 @@ importers: packages: + '@ai-sdk/anthropic@0.0.15': '@ai-sdk/anthropic@0.0.15': resolution: {integrity: sha512-5QqfH2x4wFqqwfo4CHOr7FlHOiherpQZ6iezaXWw7DIonMS1hTbfz1y+LGVAztNHsh1WWHoBIJpMWKrtHj2bUg==} engines: {node: '>=18'} @@ -595,6 +622,7 @@ packages: zod: optional: true + '@ai-sdk/google@0.0.15': '@ai-sdk/google@0.0.15': resolution: {integrity: sha512-7om08+QvjYk7YyQU/4PolRNLGkDntWoGwKWTtHk4C9AFz1weSA+j1g4EtGyOKX2xCTA3DfQDtzlKbfy3HUDNmw==} engines: {node: '>=18'} @@ -604,6 +632,7 @@ packages: zod: optional: true + '@ai-sdk/openai@0.0.14': '@ai-sdk/openai@0.0.14': resolution: {integrity: sha512-ZiW2ETP2/K9eBUBZBAAnjLC0sJwViFPsRWpgRTy+KzMOYqkwkRScdQlFreczvfvi8M8ahzx+cavMd64O9pg2AA==} engines: {node: '>=18'} @@ -613,6 +642,7 @@ packages: zod: optional: true + '@ai-sdk/provider-utils@0.0.9': '@ai-sdk/provider-utils@0.0.9': resolution: {integrity: sha512-bZFTVp/GIZ3Yz4VejYs0B93bmnwfk+RoSHAQxAe9WamkQFrZLuNgd2ngAFjF6b4naLynWe1ZCk+dLWEtozCciw==} engines: {node: '>=18'} @@ -622,6 +652,8 @@ packages: zod: optional: true + '@ai-sdk/provider-utils@1.0.5': + '@ai-sdk/provider-utils@1.0.5': resolution: {integrity: sha512-XfOawxk95X3S43arn2iQIFyWGMi0DTxsf9ETc6t7bh91RPWOOPYN1tsmS5MTKD33OGJeaDQ/gnVRzXUCRBrckQ==} engines: {node: '>=18'} @@ -631,6 +663,8 @@ packages: zod: optional: true + '@ai-sdk/provider-utils@1.0.7': + '@ai-sdk/provider-utils@1.0.7': resolution: {integrity: sha512-xIDpinTnuInH16wBgKAVdN6pmrpjlJF+5f+f/8ahYMQlYzpe4Vj1qw8OL+rUGdCePcRSrFmjk8G/wdX5+J8dIw==} engines: {node: '>=18'} @@ -640,18 +674,23 @@ packages: zod: optional: true + '@ai-sdk/provider@0.0.14': + '@ai-sdk/provider@0.0.14': resolution: {integrity: sha512-gaQ5Y033nro9iX1YUjEDFDRhmMcEiCk56LJdIUbX5ozEiCNCfpiBpEqrjSp/Gp5RzBS2W0BVxfG7UGW6Ezcrzg==} engines: {node: '>=18'} + '@ai-sdk/provider@0.0.15': '@ai-sdk/provider@0.0.15': resolution: {integrity: sha512-phX/YdwKd8q8/uZ7MsUytcHuN5KvT+wgM+y78eu6E+VyFE3GRwelctBFnaaA96uRL6xnKNmb0e7e+2fDOYuBoA==} engines: {node: '>=18'} + '@ai-sdk/provider@0.0.6': '@ai-sdk/provider@0.0.6': resolution: {integrity: sha512-kiPqIsSnUimckaUn87WepxfjPNdy8SXlPP7P6yWuG3e1NmyFHcyuH6EBBZxXLmu0oZtkb+QEeP3UDWGSc+wwKQ==} engines: {node: '>=18'} + '@ai-sdk/react@0.0.30': '@ai-sdk/react@0.0.30': resolution: {integrity: sha512-VnHYRzwhiM4bZdL9DXwJltN8Qnz1MkFdRTa1y7KdmHSJ18ebCNWmPO5XJhnZiQdEXHYmrzZ3WiVt2X6pxK07FA==} engines: {node: '>=18'} @@ -664,6 +703,8 @@ packages: zod: optional: true + '@ai-sdk/react@0.0.38': + '@ai-sdk/react@0.0.38': resolution: {integrity: sha512-TH8uubORsHBNfZQvHnvivOgKR/xWnMl0SZiGEj+MYgDGu6xpPW+gHlwYXZM8Fey6V/lvqhe1rNfV7D7E6xJn8A==} engines: {node: '>=18'} @@ -676,6 +717,8 @@ packages: zod: optional: true + '@ai-sdk/solid@0.0.23': + '@ai-sdk/solid@0.0.23': resolution: {integrity: sha512-GMojG2PsqwnOGfx7C1MyQPzPBIlC44qn3ykjp9OVnN2Fu47mcFp3QM6gwWoHwNqi7FQDjRy+s/p+8EqYIQcAwg==} engines: {node: '>=18'} @@ -685,6 +728,8 @@ packages: solid-js: optional: true + '@ai-sdk/solid@0.0.29': + '@ai-sdk/solid@0.0.29': resolution: {integrity: sha512-usf7yZPdx5HcTdLrs4rI2cfAqz4V0H61uTJ6SrFmbjObUF8wCGZVMNvUB3zXxrIrlVeHJKEueGd1QNPSG06qBA==} engines: {node: '>=18'} @@ -694,6 +739,8 @@ packages: solid-js: optional: true + '@ai-sdk/svelte@0.0.24': + '@ai-sdk/svelte@0.0.24': resolution: {integrity: sha512-ZjzzvfYLE01VTO0rOZf6z9sTGhJhe6IYZMxQiM3P+zemufRYe57NDcLYEb6h+2qhvU6Z+k/Q+Nh/spAt0JzGUg==} engines: {node: '>=18'} @@ -703,6 +750,8 @@ packages: svelte: optional: true + '@ai-sdk/svelte@0.0.31': + '@ai-sdk/svelte@0.0.31': resolution: {integrity: sha512-hXPc+g0NgxEHGtGCa3OSC8I4mGw41Bi2jYmkzHpoUiHciUv29LPB08r0s2e139nMUDIDf8iYg4faxxdrTcKs7g==} engines: {node: '>=18'} @@ -712,6 +761,8 @@ packages: svelte: optional: true + '@ai-sdk/ui-utils@0.0.20': + '@ai-sdk/ui-utils@0.0.20': resolution: {integrity: sha512-6MRWigzXfuxUcAYEFMLP6cLbALJkg12Iz1Sl+wuPMpB6aw7di2ePiTuNakFUYjgP7TNsW4UxzpypBqqJ1KNB0A==} engines: {node: '>=18'} @@ -721,6 +772,7 @@ packages: zod: optional: true + '@ai-sdk/ui-utils@0.0.26': '@ai-sdk/ui-utils@0.0.26': resolution: {integrity: sha512-d+16/dcKJM4m4KFgaz8AtJFvJhUNEdqGVFczY6jtFyyBqXz42pQtAASRATtgOatdSuOeEzOSkTzBAr49/qN3Wg==} engines: {node: '>=18'} @@ -730,6 +782,8 @@ packages: zod: optional: true + '@ai-sdk/vue@0.0.24': + '@ai-sdk/vue@0.0.24': resolution: {integrity: sha512-0S+2dVSui6LFgaWoFx+3h5R7GIP9MxdJo63tFuLvgyKr2jmpo5S5kGcWl95vNdzKDqaesAXfOnky+tn5A2d49A==} engines: {node: '>=18'} @@ -739,6 +793,8 @@ packages: vue: optional: true + '@ai-sdk/vue@0.0.30': + '@ai-sdk/vue@0.0.30': resolution: {integrity: sha512-FC0/5CpMkYS0RTlTs5E6xw0nM0kNvFWkB2FqxkWvx0R7AKJBjZlXXTtq8aEAXlOg/ce+XSTAG/aTswmjWy6C4A==} engines: {node: '>=18'} @@ -748,14 +804,18 @@ packages: vue: optional: true + '@alloc/quick-lru@5.2.0': + '@alloc/quick-lru@5.2.0': resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} engines: {node: '>=10'} + '@ampproject/remapping@2.3.0': '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} + '@antfu/ni@0.21.12': '@antfu/ni@0.21.12': resolution: {integrity: sha512-2aDL3WUv8hMJb2L3r/PIQWsTLyq7RQr3v9xD16fiz6O8ys1xEyLhhTOv8gxtZvJiTzjTF5pHoArvRdesGL1DMQ==} hasBin: true @@ -774,6 +834,8 @@ packages: nodemailer: optional: true + '@auth/core@0.34.1': + '@auth/core@0.34.1': resolution: {integrity: sha512-tuYU2VIbI8rFbkSwP710LmybB2FXJsPN7j3sjRVfN9SXVQBK2ej6LdewQaofpBGp4Mk+cC2UeiGNH0or4tgaeA==} peerDependencies: @@ -13640,6 +13702,17 @@ snapshots: preact: 10.11.3 preact-render-to-string: 5.2.3(preact@10.11.3) + '@auth/core@0.34.1': + dependencies: + '@panva/hkdf': 1.2.1 + '@types/cookie': 0.6.0 + cookie: 0.6.0 + jose: 5.6.3 + oauth4webapi: 2.11.1 + preact: 10.11.3 + preact-render-to-string: 5.2.3(preact@10.11.3) + + '@auth/drizzle-adapter@1.4.1': '@auth/drizzle-adapter@1.4.1': dependencies: '@auth/core': 0.34.1 @@ -13648,18 +13721,21 @@ snapshots: - '@simplewebauthn/server' - nodemailer + '@aws-crypto/crc32@5.2.0': '@aws-crypto/crc32@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.609.0 tslib: 2.6.3 + '@aws-crypto/crc32c@5.2.0': '@aws-crypto/crc32c@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.609.0 tslib: 2.6.3 + '@aws-crypto/sha1-browser@5.2.0': '@aws-crypto/sha1-browser@5.2.0': dependencies: '@aws-crypto/supports-web-crypto': 5.2.0 @@ -13669,6 +13745,7 @@ snapshots: '@smithy/util-utf8': 2.3.0 tslib: 2.6.3 + '@aws-crypto/sha256-browser@5.2.0': '@aws-crypto/sha256-browser@5.2.0': dependencies: '@aws-crypto/sha256-js': 5.2.0 @@ -13679,22 +13756,26 @@ snapshots: '@smithy/util-utf8': 2.3.0 tslib: 2.6.3 + '@aws-crypto/sha256-js@5.2.0': '@aws-crypto/sha256-js@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 '@aws-sdk/types': 3.609.0 tslib: 2.6.3 + '@aws-crypto/supports-web-crypto@5.2.0': '@aws-crypto/supports-web-crypto@5.2.0': dependencies: tslib: 2.6.3 + '@aws-crypto/util@5.2.0': '@aws-crypto/util@5.2.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/util-utf8': 2.3.0 tslib: 2.6.3 + '@aws-sdk/client-s3@3.620.0': '@aws-sdk/client-s3@3.620.0': dependencies: '@aws-crypto/sha1-browser': 5.2.0 @@ -13704,6 +13785,7 @@ snapshots: '@aws-sdk/client-sts': 3.620.0 '@aws-sdk/core': 3.620.0 '@aws-sdk/credential-provider-node': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) + '@aws-sdk/credential-provider-node': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) '@aws-sdk/middleware-bucket-endpoint': 3.620.0 '@aws-sdk/middleware-expect-continue': 3.620.0 '@aws-sdk/middleware-flexible-checksums': 3.620.0 @@ -13758,6 +13840,7 @@ snapshots: transitivePeerDependencies: - aws-crt + '@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)': '@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)': dependencies: '@aws-crypto/sha256-browser': 5.2.0 @@ -13765,6 +13848,7 @@ snapshots: '@aws-sdk/client-sts': 3.620.0 '@aws-sdk/core': 3.620.0 '@aws-sdk/credential-provider-node': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) + '@aws-sdk/credential-provider-node': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) '@aws-sdk/middleware-host-header': 3.620.0 '@aws-sdk/middleware-logger': 3.609.0 '@aws-sdk/middleware-recursion-detection': 3.620.0 @@ -13803,6 +13887,7 @@ snapshots: transitivePeerDependencies: - aws-crt + '@aws-sdk/client-sso@3.620.0': '@aws-sdk/client-sso@3.620.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 @@ -13846,6 +13931,7 @@ snapshots: transitivePeerDependencies: - aws-crt + '@aws-sdk/client-sts@3.620.0': '@aws-sdk/client-sts@3.620.0': dependencies: '@aws-crypto/sha256-browser': 5.2.0 @@ -13853,6 +13939,7 @@ snapshots: '@aws-sdk/client-sso-oidc': 3.620.0(@aws-sdk/client-sts@3.620.0) '@aws-sdk/core': 3.620.0 '@aws-sdk/credential-provider-node': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) + '@aws-sdk/credential-provider-node': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) '@aws-sdk/middleware-host-header': 3.620.0 '@aws-sdk/middleware-logger': 3.609.0 '@aws-sdk/middleware-recursion-detection': 3.620.0 @@ -13891,6 +13978,7 @@ snapshots: transitivePeerDependencies: - aws-crt + '@aws-sdk/core@3.620.0': '@aws-sdk/core@3.620.0': dependencies: '@smithy/core': 2.3.1 @@ -13901,6 +13989,7 @@ snapshots: fast-xml-parser: 4.2.5 tslib: 2.6.3 + '@aws-sdk/credential-provider-env@3.609.0': '@aws-sdk/credential-provider-env@3.609.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -13908,6 +13997,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/credential-provider-http@3.620.0': '@aws-sdk/credential-provider-http@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -13920,6 +14010,7 @@ snapshots: '@smithy/util-stream': 3.1.3 tslib: 2.6.3 + '@aws-sdk/credential-provider-ini@3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0)': '@aws-sdk/credential-provider-ini@3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0)': dependencies: '@aws-sdk/client-sts': 3.620.0 @@ -13927,6 +14018,7 @@ snapshots: '@aws-sdk/credential-provider-http': 3.620.0 '@aws-sdk/credential-provider-process': 3.614.0 '@aws-sdk/credential-provider-sso': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)) + '@aws-sdk/credential-provider-sso': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)) '@aws-sdk/credential-provider-web-identity': 3.609.0(@aws-sdk/client-sts@3.620.0) '@aws-sdk/types': 3.609.0 '@smithy/credential-provider-imds': 3.2.0 @@ -13938,13 +14030,16 @@ snapshots: - '@aws-sdk/client-sso-oidc' - aws-crt + '@aws-sdk/credential-provider-node@3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0)': '@aws-sdk/credential-provider-node@3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0)': dependencies: '@aws-sdk/credential-provider-env': 3.609.0 '@aws-sdk/credential-provider-http': 3.620.0 '@aws-sdk/credential-provider-ini': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) + '@aws-sdk/credential-provider-ini': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))(@aws-sdk/client-sts@3.620.0) '@aws-sdk/credential-provider-process': 3.614.0 '@aws-sdk/credential-provider-sso': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)) + '@aws-sdk/credential-provider-sso': 3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)) '@aws-sdk/credential-provider-web-identity': 3.609.0(@aws-sdk/client-sts@3.620.0) '@aws-sdk/types': 3.609.0 '@smithy/credential-provider-imds': 3.2.0 @@ -13957,6 +14052,7 @@ snapshots: - '@aws-sdk/client-sts' - aws-crt + '@aws-sdk/credential-provider-process@3.614.0': '@aws-sdk/credential-provider-process@3.614.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -13965,10 +14061,12 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/credential-provider-sso@3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))': '@aws-sdk/credential-provider-sso@3.620.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))': dependencies: '@aws-sdk/client-sso': 3.620.0 '@aws-sdk/token-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)) + '@aws-sdk/token-providers': 3.614.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0)) '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 @@ -13978,6 +14076,7 @@ snapshots: - '@aws-sdk/client-sso-oidc' - aws-crt + '@aws-sdk/credential-provider-web-identity@3.609.0(@aws-sdk/client-sts@3.620.0)': '@aws-sdk/credential-provider-web-identity@3.609.0(@aws-sdk/client-sts@3.620.0)': dependencies: '@aws-sdk/client-sts': 3.620.0 @@ -13986,6 +14085,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/middleware-bucket-endpoint@3.620.0': '@aws-sdk/middleware-bucket-endpoint@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -13996,6 +14096,7 @@ snapshots: '@smithy/util-config-provider': 3.0.0 tslib: 2.6.3 + '@aws-sdk/middleware-expect-continue@3.620.0': '@aws-sdk/middleware-expect-continue@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14003,6 +14104,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/middleware-flexible-checksums@3.620.0': '@aws-sdk/middleware-flexible-checksums@3.620.0': dependencies: '@aws-crypto/crc32': 5.2.0 @@ -14014,6 +14116,7 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@aws-sdk/middleware-host-header@3.620.0': '@aws-sdk/middleware-host-header@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14021,18 +14124,21 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/middleware-location-constraint@3.609.0': '@aws-sdk/middleware-location-constraint@3.609.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/middleware-logger@3.609.0': '@aws-sdk/middleware-logger@3.609.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/middleware-recursion-detection@3.620.0': '@aws-sdk/middleware-recursion-detection@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14040,6 +14146,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/middleware-sdk-s3@3.620.0': '@aws-sdk/middleware-sdk-s3@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14054,6 +14161,7 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@aws-sdk/middleware-signing@3.620.0': '@aws-sdk/middleware-signing@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14064,12 +14172,14 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 + '@aws-sdk/middleware-ssec@3.609.0': '@aws-sdk/middleware-ssec@3.609.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/middleware-user-agent@3.620.0': '@aws-sdk/middleware-user-agent@3.620.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14078,6 +14188,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/region-config-resolver@3.614.0': '@aws-sdk/region-config-resolver@3.614.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14087,6 +14198,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 + '@aws-sdk/s3-request-presigner@3.620.0': '@aws-sdk/s3-request-presigner@3.620.0': dependencies: '@aws-sdk/signature-v4-multi-region': 3.620.0 @@ -14098,6 +14210,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/signature-v4-multi-region@3.620.0': '@aws-sdk/signature-v4-multi-region@3.620.0': dependencies: '@aws-sdk/middleware-sdk-s3': 3.620.0 @@ -14107,6 +14220,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/token-providers@3.614.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))': '@aws-sdk/token-providers@3.614.0(@aws-sdk/client-sso-oidc@3.620.0(@aws-sdk/client-sts@3.620.0))': dependencies: '@aws-sdk/client-sso-oidc': 3.620.0(@aws-sdk/client-sts@3.620.0) @@ -14116,15 +14230,18 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/types@3.609.0': '@aws-sdk/types@3.609.0': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/util-arn-parser@3.568.0': '@aws-sdk/util-arn-parser@3.568.0': dependencies: tslib: 2.6.3 + '@aws-sdk/util-endpoints@3.614.0': '@aws-sdk/util-endpoints@3.614.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14132,6 +14249,7 @@ snapshots: '@smithy/util-endpoints': 2.0.5 tslib: 2.6.3 + '@aws-sdk/util-format-url@3.609.0': '@aws-sdk/util-format-url@3.609.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14139,10 +14257,12 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/util-locate-window@3.568.0': '@aws-sdk/util-locate-window@3.568.0': dependencies: tslib: 2.6.3 + '@aws-sdk/util-user-agent-browser@3.609.0': '@aws-sdk/util-user-agent-browser@3.609.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14150,6 +14270,7 @@ snapshots: bowser: 2.11.0 tslib: 2.6.3 + '@aws-sdk/util-user-agent-node@3.614.0': '@aws-sdk/util-user-agent-node@3.614.0': dependencies: '@aws-sdk/types': 3.609.0 @@ -14157,23 +14278,28 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@aws-sdk/xml-builder@3.609.0': '@aws-sdk/xml-builder@3.609.0': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@axiomhq/js@1.0.0-rc.3': '@axiomhq/js@1.0.0-rc.3': dependencies: fetch-retry: 6.0.0 uuid: 8.3.2 + '@babel/code-frame@7.24.7': '@babel/code-frame@7.24.7': dependencies: '@babel/highlight': 7.24.7 picocolors: 1.0.1 '@babel/compat-data@7.25.0': {} + '@babel/compat-data@7.25.0': {} + '@babel/core@7.24.6': '@babel/core@7.24.6': dependencies: '@ampproject/remapping': 2.3.0 @@ -14194,6 +14320,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.24.9': '@babel/core@7.24.9': dependencies: '@ampproject/remapping': 2.3.0 @@ -14214,6 +14341,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/eslint-parser@7.25.0(@babel/core@7.24.9)(eslint@8.57.0)': '@babel/eslint-parser@7.25.0(@babel/core@7.24.9)(eslint@8.57.0)': dependencies: '@babel/core': 7.24.9 @@ -14222,6 +14350,7 @@ snapshots: eslint-visitor-keys: 2.1.0 semver: 6.3.1 + '@babel/generator@7.25.0': '@babel/generator@7.25.0': dependencies: '@babel/types': 7.25.0 @@ -14229,10 +14358,12 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + '@babel/helper-annotate-as-pure@7.24.7': '@babel/helper-annotate-as-pure@7.24.7': dependencies: '@babel/types': 7.25.0 + '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': dependencies: '@babel/traverse': 7.25.0 @@ -14240,6 +14371,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-compilation-targets@7.24.8': '@babel/helper-compilation-targets@7.24.8': dependencies: '@babel/compat-data': 7.25.0 @@ -14248,6 +14380,7 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.24.9)': '@babel/helper-create-class-features-plugin@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14261,6 +14394,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-regexp-features-plugin@7.25.0(@babel/core@7.24.9)': '@babel/helper-create-regexp-features-plugin@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14290,19 +14424,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-environment-visitor@7.24.7': '@babel/helper-environment-visitor@7.24.7': dependencies: '@babel/types': 7.25.0 + '@babel/helper-function-name@7.24.7': '@babel/helper-function-name@7.24.7': dependencies: '@babel/template': 7.25.0 '@babel/types': 7.25.0 + '@babel/helper-hoist-variables@7.24.7': '@babel/helper-hoist-variables@7.24.7': dependencies: '@babel/types': 7.25.0 + '@babel/helper-member-expression-to-functions@7.24.8': '@babel/helper-member-expression-to-functions@7.24.8': dependencies: '@babel/traverse': 7.25.0 @@ -14310,6 +14448,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-imports@7.24.7': '@babel/helper-module-imports@7.24.7': dependencies: '@babel/traverse': 7.25.0 @@ -14317,6 +14456,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.25.0(@babel/core@7.24.6)': '@babel/helper-module-transforms@7.25.0(@babel/core@7.24.6)': dependencies: '@babel/core': 7.24.6 @@ -14327,6 +14467,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.25.0(@babel/core@7.24.9)': '@babel/helper-module-transforms@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14337,12 +14478,15 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-optimise-call-expression@7.24.7': '@babel/helper-optimise-call-expression@7.24.7': dependencies: '@babel/types': 7.25.0 '@babel/helper-plugin-utils@7.24.8': {} + '@babel/helper-plugin-utils@7.24.8': {} + '@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.24.9)': '@babel/helper-remap-async-to-generator@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14352,6 +14496,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-replace-supers@7.25.0(@babel/core@7.24.9)': '@babel/helper-replace-supers@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14361,6 +14506,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-simple-access@7.24.7': '@babel/helper-simple-access@7.24.7': dependencies: '@babel/traverse': 7.25.0 @@ -14368,6 +14514,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-skip-transparent-expression-wrappers@7.24.7': '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: '@babel/traverse': 7.25.0 @@ -14375,16 +14522,21 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-split-export-declaration@7.24.7': '@babel/helper-split-export-declaration@7.24.7': dependencies: '@babel/types': 7.25.0 '@babel/helper-string-parser@7.24.8': {} + '@babel/helper-string-parser@7.24.8': {} + '@babel/helper-validator-identifier@7.24.7': {} '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-validator-option@7.24.8': {} '@babel/helper-validator-option@7.24.8': {} + '@babel/helper-wrap-function@7.25.0': '@babel/helper-wrap-function@7.25.0': dependencies: '@babel/template': 7.25.0 @@ -14393,11 +14545,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helpers@7.25.0': '@babel/helpers@7.25.0': dependencies: '@babel/template': 7.25.0 '@babel/types': 7.25.0 + '@babel/highlight@7.24.7': '@babel/highlight@7.24.7': dependencies: '@babel/helper-validator-identifier': 7.24.7 @@ -14405,14 +14559,17 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.1 + '@babel/parser@7.24.5': '@babel/parser@7.24.5': dependencies: '@babel/types': 7.25.0 + '@babel/parser@7.25.0': '@babel/parser@7.25.0': dependencies: '@babel/types': 7.25.0 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.0(@babel/core@7.24.9)': '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14421,16 +14578,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.24.9)': '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.24.9)': '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.24.9)': '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14440,6 +14600,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.24.9)': '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14448,6 +14609,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.9)': '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14457,121 +14619,145 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.9)': '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.9)': '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.9)': '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.9)': '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.9)': '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.9)': '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.9)': '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.9)': '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.9)': '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.9)': '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.9)': '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)': '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.9)': '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.9)': '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.9)': '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.9)': '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.9)': '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.9)': '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.9)': '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.9)': '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.9)': '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.9)': '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-create-regexp-features-plugin': 7.25.0(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-async-generator-functions@7.25.0(@babel/core@7.24.9)': '@babel/plugin-transform-async-generator-functions@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14582,6 +14768,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14591,16 +14778,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.24.9)': '@babel/plugin-transform-block-scoping@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14609,6 +14799,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14618,6 +14809,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-classes@7.25.0(@babel/core@7.24.9)': '@babel/plugin-transform-classes@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14630,40 +14822,47 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/template': 7.25.0 + '@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.24.9)': '@babel/plugin-transform-destructuring@7.24.8(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-create-regexp-features-plugin': 7.25.0(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.24.9)': '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-create-regexp-features-plugin': 7.25.0(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.9) + '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14672,12 +14871,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.9) + '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14686,6 +14887,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-function-name@7.25.0(@babel/core@7.24.9)': '@babel/plugin-transform-function-name@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14695,28 +14897,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.9) + '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-literals@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.9) + '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14725,6 +14932,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.24.9)': '@babel/plugin-transform-modules-commonjs@7.24.8(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14734,6 +14942,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.24.9)': '@babel/plugin-transform-modules-systemjs@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14744,6 +14953,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14752,29 +14962,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-create-regexp-features-plugin': 7.25.0(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.9) + '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.9) + '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14783,6 +14998,7 @@ snapshots: '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.9) '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14791,12 +15007,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.9) + '@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.24.9)': '@babel/plugin-transform-optional-chaining@7.24.8(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14806,11 +15024,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14819,6 +15039,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14829,16 +15050,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-react-display-name@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-react-jsx-development@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14846,6 +15070,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-react-jsx@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14857,18 +15082,21 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-react-pure-annotations@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-annotate-as-pure': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 regenerator-transform: 0.15.2 + '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14886,11 +15114,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-spread@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14899,21 +15129,25 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.24.9)': '@babel/plugin-transform-typeof-symbol@7.24.8(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-typescript@7.25.0(@babel/core@7.24.9)': '@babel/plugin-transform-typescript@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -14925,29 +15159,34 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-create-regexp-features-plugin': 7.25.0(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-create-regexp-features-plugin': 7.25.0(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.9)': '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 '@babel/helper-create-regexp-features-plugin': 7.25.0(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.8 + '@babel/preset-env@7.25.0(@babel/core@7.24.9)': '@babel/preset-env@7.25.0(@babel/core@7.24.9)': dependencies: '@babel/compat-data': 7.25.0 @@ -15037,6 +15276,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.9)': '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -15044,6 +15284,7 @@ snapshots: '@babel/types': 7.25.0 esutils: 2.0.3 + '@babel/preset-react@7.24.7(@babel/core@7.24.9)': '@babel/preset-react@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -15056,6 +15297,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-typescript@7.24.7(@babel/core@7.24.9)': '@babel/preset-typescript@7.24.7(@babel/core@7.24.9)': dependencies: '@babel/core': 7.24.9 @@ -15068,22 +15310,27 @@ snapshots: - supports-color '@babel/regjsgen@0.8.0': {} + '@babel/regjsgen@0.8.0': {} + '@babel/runtime-corejs3@7.25.0': '@babel/runtime-corejs3@7.25.0': dependencies: core-js-pure: 3.37.1 regenerator-runtime: 0.14.1 + '@babel/runtime@7.25.0': '@babel/runtime@7.25.0': dependencies: regenerator-runtime: 0.14.1 + '@babel/template@7.25.0': '@babel/template@7.25.0': dependencies: '@babel/code-frame': 7.24.7 '@babel/parser': 7.25.0 '@babel/types': 7.25.0 + '@babel/traverse@7.24.5': '@babel/traverse@7.24.5': dependencies: '@babel/code-frame': 7.24.7 @@ -15099,6 +15346,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.25.0': '@babel/traverse@7.25.0': dependencies: '@babel/code-frame': 7.24.7 @@ -15111,33 +15359,39 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/types@7.24.5': '@babel/types@7.24.5': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.24.6': '@babel/types@7.24.6': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.25.0': '@babel/types@7.25.0': dependencies: '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@cfcs/core@0.0.6': '@cfcs/core@0.0.6': dependencies: '@egjs/component': 3.0.5 + '@clack/core@0.3.4': '@clack/core@0.3.4': dependencies: picocolors: 1.0.1 sisteransi: 1.0.5 + '@clack/prompts@0.7.0': '@clack/prompts@0.7.0': dependencies: '@clack/core': 0.3.4 @@ -15145,11 +15399,14 @@ snapshots: sisteransi: 1.0.5 '@cloudflare/ai@1.2.2': {} + '@cloudflare/ai@1.2.2': {} + '@cloudflare/kv-asset-handler@0.3.4': '@cloudflare/kv-asset-handler@0.3.4': dependencies: mime: 3.0.0 + '@cloudflare/next-on-pages@1.12.1(@cloudflare/workers-types@4.20240725.0)(vercel@35.2.1(encoding@0.1.13))(wrangler@3.67.1(@cloudflare/workers-types@4.20240725.0))': '@cloudflare/next-on-pages@1.12.1(@cloudflare/workers-types@4.20240725.0)(vercel@35.2.1(encoding@0.1.13))(wrangler@3.67.1(@cloudflare/workers-types@4.20240725.0))': dependencies: acorn: 8.12.1 @@ -15165,14 +15422,18 @@ snapshots: pcre-to-regexp: 1.1.0 semver: 7.6.3 vercel: 35.2.1(encoding@0.1.13) + vercel: 35.2.1(encoding@0.1.13) wrangler: 3.67.1(@cloudflare/workers-types@4.20240725.0) optionalDependencies: '@cloudflare/workers-types': 4.20240725.0 + optionalDependencies: + '@cloudflare/workers-types': 4.20240725.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate + '@cloudflare/puppeteer@0.0.11': '@cloudflare/puppeteer@0.0.11': dependencies: debug: 4.3.4 @@ -15184,29 +15445,38 @@ snapshots: transitivePeerDependencies: - supports-color + '@cloudflare/workerd-darwin-64@1.20240718.0': '@cloudflare/workerd-darwin-64@1.20240718.0': optional: true + '@cloudflare/workerd-darwin-arm64@1.20240718.0': '@cloudflare/workerd-darwin-arm64@1.20240718.0': optional: true + '@cloudflare/workerd-linux-64@1.20240718.0': '@cloudflare/workerd-linux-64@1.20240718.0': optional: true + '@cloudflare/workerd-linux-arm64@1.20240718.0': '@cloudflare/workerd-linux-arm64@1.20240718.0': optional: true + '@cloudflare/workerd-windows-64@1.20240718.0': '@cloudflare/workerd-windows-64@1.20240718.0': optional: true '@cloudflare/workers-types@4.20240725.0': {} + '@cloudflare/workers-types@4.20240725.0': {} + '@colors/colors@1.6.0': {} '@colors/colors@1.6.0': {} + '@cspotcode/source-map-support@0.8.1': '@cspotcode/source-map-support@0.8.1': dependencies: '@jridgewell/trace-mapping': 0.3.9 + '@csstools/cascade-layer-name-parser@1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': '@csstools/cascade-layer-name-parser@1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) @@ -15214,24 +15484,33 @@ snapshots: '@csstools/color-helpers@4.2.1': {} + '@csstools/css-calc@1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': + '@csstools/color-helpers@4.2.1': {} + '@csstools/css-calc@1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 + '@csstools/css-color-parser@2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': '@csstools/css-color-parser@2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': dependencies: '@csstools/color-helpers': 4.2.1 '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 + '@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1)': '@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1)': dependencies: '@csstools/css-tokenizer': 2.4.1 '@csstools/css-tokenizer@2.4.1': {} + '@csstools/media-query-list-parser@2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': + '@csstools/css-tokenizer@2.4.1': {} + '@csstools/media-query-list-parser@2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) @@ -15239,14 +15518,19 @@ snapshots: '@csstools/normalize.css@12.1.1': {} + '@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.40)': + '@csstools/normalize.css@12.1.1': {} + '@csstools/postcss-cascade-layers@4.0.6(postcss@8.4.40)': dependencies: '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) postcss: 8.4.40 postcss-selector-parser: 6.1.1 + '@csstools/postcss-color-function@3.0.19(postcss@8.4.40)': '@csstools/postcss-color-function@3.0.19(postcss@8.4.40)': dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -15254,8 +15538,10 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-color-mix-function@2.0.19(postcss@8.4.40)': '@csstools/postcss-color-mix-function@2.0.19(postcss@8.4.40)': dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -15263,6 +15549,7 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-content-alt-text@1.0.0(postcss@8.4.40)': '@csstools/postcss-content-alt-text@1.0.0(postcss@8.4.40)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) @@ -15271,28 +15558,35 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-exponential-functions@1.0.9(postcss@8.4.40)': '@csstools/postcss-exponential-functions@1.0.9(postcss@8.4.40)': dependencies: + '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 postcss: 8.4.40 + '@csstools/postcss-font-format-keywords@3.0.2(postcss@8.4.40)': '@csstools/postcss-font-format-keywords@3.0.2(postcss@8.4.40)': dependencies: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 postcss-value-parser: 4.2.0 + '@csstools/postcss-gamut-mapping@1.0.11(postcss@8.4.40)': '@csstools/postcss-gamut-mapping@1.0.11(postcss@8.4.40)': dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 postcss: 8.4.40 + '@csstools/postcss-gradients-interpolation-method@4.0.20(postcss@8.4.40)': '@csstools/postcss-gradients-interpolation-method@4.0.20(postcss@8.4.40)': dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -15300,8 +15594,10 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-hwb-function@3.0.18(postcss@8.4.40)': '@csstools/postcss-hwb-function@3.0.18(postcss@8.4.40)': dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -15309,6 +15605,7 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-ic-unit@3.0.7(postcss@8.4.40)': '@csstools/postcss-ic-unit@3.0.7(postcss@8.4.40)': dependencies: '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.40) @@ -15316,16 +15613,19 @@ snapshots: postcss: 8.4.40 postcss-value-parser: 4.2.0 + '@csstools/postcss-initial@1.0.1(postcss@8.4.40)': '@csstools/postcss-initial@1.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 + '@csstools/postcss-is-pseudo-class@4.0.8(postcss@8.4.40)': '@csstools/postcss-is-pseudo-class@4.0.8(postcss@8.4.40)': dependencies: '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) postcss: 8.4.40 postcss-selector-parser: 6.1.1 + '@csstools/postcss-light-dark-function@1.0.8(postcss@8.4.40)': '@csstools/postcss-light-dark-function@1.0.8(postcss@8.4.40)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) @@ -15334,57 +15634,71 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-logical-float-and-clear@2.0.1(postcss@8.4.40)': '@csstools/postcss-logical-float-and-clear@2.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 + '@csstools/postcss-logical-overflow@1.0.1(postcss@8.4.40)': '@csstools/postcss-logical-overflow@1.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 + '@csstools/postcss-logical-overscroll-behavior@1.0.1(postcss@8.4.40)': '@csstools/postcss-logical-overscroll-behavior@1.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 + '@csstools/postcss-logical-resize@2.0.1(postcss@8.4.40)': '@csstools/postcss-logical-resize@2.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 postcss-value-parser: 4.2.0 + '@csstools/postcss-logical-viewport-units@2.0.11(postcss@8.4.40)': '@csstools/postcss-logical-viewport-units@2.0.11(postcss@8.4.40)': dependencies: '@csstools/css-tokenizer': 2.4.1 '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-media-minmax@1.1.8(postcss@8.4.40)': '@csstools/postcss-media-minmax@1.1.8(postcss@8.4.40)': dependencies: + '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) postcss: 8.4.40 + '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.11(postcss@8.4.40)': '@csstools/postcss-media-queries-aspect-ratio-number-values@2.0.11(postcss@8.4.40)': dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) postcss: 8.4.40 + '@csstools/postcss-nested-calc@3.0.2(postcss@8.4.40)': '@csstools/postcss-nested-calc@3.0.2(postcss@8.4.40)': dependencies: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 postcss-value-parser: 4.2.0 + '@csstools/postcss-normalize-display-values@3.0.2(postcss@8.4.40)': '@csstools/postcss-normalize-display-values@3.0.2(postcss@8.4.40)': dependencies: postcss: 8.4.40 postcss-value-parser: 4.2.0 + '@csstools/postcss-oklab-function@3.0.19(postcss@8.4.40)': '@csstools/postcss-oklab-function@3.0.19(postcss@8.4.40)': dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -15392,13 +15706,16 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-progressive-custom-properties@3.3.0(postcss@8.4.40)': '@csstools/postcss-progressive-custom-properties@3.3.0(postcss@8.4.40)': dependencies: postcss: 8.4.40 postcss-value-parser: 4.2.0 + '@csstools/postcss-relative-color-syntax@2.0.19(postcss@8.4.40)': '@csstools/postcss-relative-color-syntax@2.0.19(postcss@8.4.40)': dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -15406,77 +15723,99 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + '@csstools/postcss-scope-pseudo-class@3.0.1(postcss@8.4.40)': '@csstools/postcss-scope-pseudo-class@3.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + '@csstools/postcss-stepped-value-functions@3.0.10(postcss@8.4.40)': '@csstools/postcss-stepped-value-functions@3.0.10(postcss@8.4.40)': dependencies: + '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 postcss: 8.4.40 + '@csstools/postcss-text-decoration-shorthand@3.0.7(postcss@8.4.40)': '@csstools/postcss-text-decoration-shorthand@3.0.7(postcss@8.4.40)': dependencies: '@csstools/color-helpers': 4.2.1 postcss: 8.4.40 postcss-value-parser: 4.2.0 + '@csstools/postcss-trigonometric-functions@3.0.10(postcss@8.4.40)': '@csstools/postcss-trigonometric-functions@3.0.10(postcss@8.4.40)': dependencies: + '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-calc': 1.2.4(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 postcss: 8.4.40 + '@csstools/postcss-unset-value@3.0.1(postcss@8.4.40)': '@csstools/postcss-unset-value@3.0.1(postcss@8.4.40)': dependencies: postcss: 8.4.40 + '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.1)': '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.1)': dependencies: postcss-selector-parser: 6.1.1 + '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.1)': '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.1)': dependencies: postcss-selector-parser: 6.1.1 + '@csstools/utilities@1.0.0(postcss@8.4.40)': '@csstools/utilities@1.0.0(postcss@8.4.40)': dependencies: postcss: 8.4.40 '@daybrush/utils@1.13.0': {} + '@daybrush/utils@1.13.0': {} + '@dependents/detective-less@5.0.0': '@dependents/detective-less@5.0.0': dependencies: gonzales-pe: 4.3.0 node-source-walk: 7.0.0 '@discoveryjs/json-ext@0.5.7': {} + '@discoveryjs/json-ext@0.5.7': {} + '@dual-bundle/import-meta-resolve@4.1.0': {} '@dual-bundle/import-meta-resolve@4.1.0': {} + '@edge-runtime/format@2.2.1': {} '@edge-runtime/format@2.2.1': {} + '@edge-runtime/node-utils@2.3.0': {} '@edge-runtime/node-utils@2.3.0': {} + '@edge-runtime/ponyfill@2.4.2': {} '@edge-runtime/ponyfill@2.4.2': {} + '@edge-runtime/primitives@4.1.0': {} '@edge-runtime/primitives@4.1.0': {} + '@edge-runtime/vm@3.2.0': '@edge-runtime/vm@3.2.0': dependencies: '@edge-runtime/primitives': 4.1.0 + '@effect/schema@0.68.12(effect@3.4.5)': '@effect/schema@0.68.12(effect@3.4.5)': dependencies: effect: 3.4.5 fast-check: 3.20.0 '@egjs/agent@2.4.3': {} + '@egjs/agent@2.4.3': {} + '@egjs/children-differ@1.0.1': '@egjs/children-differ@1.0.1': dependencies: '@egjs/list-differ': 1.0.1 @@ -15495,373 +15834,494 @@ snapshots: esbuild: 0.18.20 source-map-support: 0.5.21 + '@esbuild-kit/esm-loader@2.6.5': '@esbuild-kit/esm-loader@2.6.5': dependencies: '@esbuild-kit/core-utils': 3.3.2 get-tsconfig: 4.7.6 + '@esbuild-plugins/node-globals-polyfill@0.2.3(esbuild@0.17.19)': '@esbuild-plugins/node-globals-polyfill@0.2.3(esbuild@0.17.19)': dependencies: esbuild: 0.17.19 + '@esbuild-plugins/node-modules-polyfill@0.2.2(esbuild@0.17.19)': '@esbuild-plugins/node-modules-polyfill@0.2.2(esbuild@0.17.19)': dependencies: esbuild: 0.17.19 escape-string-regexp: 4.0.0 rollup-plugin-node-polyfills: 0.2.1 + '@esbuild/aix-ppc64@0.19.12': '@esbuild/aix-ppc64@0.19.12': optional: true + '@esbuild/aix-ppc64@0.20.2': '@esbuild/aix-ppc64@0.20.2': optional: true + '@esbuild/aix-ppc64@0.21.5': '@esbuild/aix-ppc64@0.21.5': optional: true + '@esbuild/android-arm64@0.17.19': '@esbuild/android-arm64@0.17.19': optional: true + '@esbuild/android-arm64@0.18.20': '@esbuild/android-arm64@0.18.20': optional: true + '@esbuild/android-arm64@0.19.12': '@esbuild/android-arm64@0.19.12': optional: true + '@esbuild/android-arm64@0.20.2': '@esbuild/android-arm64@0.20.2': optional: true + '@esbuild/android-arm64@0.21.5': '@esbuild/android-arm64@0.21.5': optional: true + '@esbuild/android-arm@0.15.18': '@esbuild/android-arm@0.15.18': optional: true + '@esbuild/android-arm@0.17.19': '@esbuild/android-arm@0.17.19': optional: true + '@esbuild/android-arm@0.18.20': '@esbuild/android-arm@0.18.20': optional: true + '@esbuild/android-arm@0.19.12': '@esbuild/android-arm@0.19.12': optional: true + '@esbuild/android-arm@0.20.2': '@esbuild/android-arm@0.20.2': optional: true + '@esbuild/android-arm@0.21.5': '@esbuild/android-arm@0.21.5': optional: true + '@esbuild/android-x64@0.17.19': '@esbuild/android-x64@0.17.19': optional: true + '@esbuild/android-x64@0.18.20': '@esbuild/android-x64@0.18.20': optional: true + '@esbuild/android-x64@0.19.12': '@esbuild/android-x64@0.19.12': optional: true + '@esbuild/android-x64@0.20.2': '@esbuild/android-x64@0.20.2': optional: true + '@esbuild/android-x64@0.21.5': '@esbuild/android-x64@0.21.5': optional: true + '@esbuild/darwin-arm64@0.17.19': '@esbuild/darwin-arm64@0.17.19': optional: true + '@esbuild/darwin-arm64@0.18.20': '@esbuild/darwin-arm64@0.18.20': optional: true + '@esbuild/darwin-arm64@0.19.12': '@esbuild/darwin-arm64@0.19.12': optional: true + '@esbuild/darwin-arm64@0.20.2': '@esbuild/darwin-arm64@0.20.2': optional: true + '@esbuild/darwin-arm64@0.21.5': '@esbuild/darwin-arm64@0.21.5': optional: true + '@esbuild/darwin-x64@0.17.19': '@esbuild/darwin-x64@0.17.19': optional: true + '@esbuild/darwin-x64@0.18.20': '@esbuild/darwin-x64@0.18.20': optional: true + '@esbuild/darwin-x64@0.19.12': '@esbuild/darwin-x64@0.19.12': optional: true + '@esbuild/darwin-x64@0.20.2': '@esbuild/darwin-x64@0.20.2': optional: true + '@esbuild/darwin-x64@0.21.5': '@esbuild/darwin-x64@0.21.5': optional: true + '@esbuild/freebsd-arm64@0.17.19': '@esbuild/freebsd-arm64@0.17.19': optional: true + '@esbuild/freebsd-arm64@0.18.20': '@esbuild/freebsd-arm64@0.18.20': optional: true + '@esbuild/freebsd-arm64@0.19.12': '@esbuild/freebsd-arm64@0.19.12': optional: true + '@esbuild/freebsd-arm64@0.20.2': '@esbuild/freebsd-arm64@0.20.2': optional: true + '@esbuild/freebsd-arm64@0.21.5': '@esbuild/freebsd-arm64@0.21.5': optional: true + '@esbuild/freebsd-x64@0.17.19': '@esbuild/freebsd-x64@0.17.19': optional: true + '@esbuild/freebsd-x64@0.18.20': '@esbuild/freebsd-x64@0.18.20': optional: true + '@esbuild/freebsd-x64@0.19.12': '@esbuild/freebsd-x64@0.19.12': optional: true + '@esbuild/freebsd-x64@0.20.2': '@esbuild/freebsd-x64@0.20.2': optional: true + '@esbuild/freebsd-x64@0.21.5': '@esbuild/freebsd-x64@0.21.5': optional: true + '@esbuild/linux-arm64@0.17.19': '@esbuild/linux-arm64@0.17.19': optional: true + '@esbuild/linux-arm64@0.18.20': '@esbuild/linux-arm64@0.18.20': optional: true + '@esbuild/linux-arm64@0.19.12': '@esbuild/linux-arm64@0.19.12': optional: true + '@esbuild/linux-arm64@0.20.2': '@esbuild/linux-arm64@0.20.2': optional: true + '@esbuild/linux-arm64@0.21.5': '@esbuild/linux-arm64@0.21.5': optional: true + '@esbuild/linux-arm@0.17.19': '@esbuild/linux-arm@0.17.19': optional: true + '@esbuild/linux-arm@0.18.20': '@esbuild/linux-arm@0.18.20': optional: true + '@esbuild/linux-arm@0.19.12': '@esbuild/linux-arm@0.19.12': optional: true + '@esbuild/linux-arm@0.20.2': '@esbuild/linux-arm@0.20.2': optional: true + '@esbuild/linux-arm@0.21.5': '@esbuild/linux-arm@0.21.5': optional: true + '@esbuild/linux-ia32@0.17.19': '@esbuild/linux-ia32@0.17.19': optional: true + '@esbuild/linux-ia32@0.18.20': '@esbuild/linux-ia32@0.18.20': optional: true + '@esbuild/linux-ia32@0.19.12': '@esbuild/linux-ia32@0.19.12': optional: true + '@esbuild/linux-ia32@0.20.2': '@esbuild/linux-ia32@0.20.2': optional: true + '@esbuild/linux-ia32@0.21.5': '@esbuild/linux-ia32@0.21.5': optional: true + '@esbuild/linux-loong64@0.15.18': '@esbuild/linux-loong64@0.15.18': optional: true + '@esbuild/linux-loong64@0.17.19': '@esbuild/linux-loong64@0.17.19': optional: true + '@esbuild/linux-loong64@0.18.20': '@esbuild/linux-loong64@0.18.20': optional: true + '@esbuild/linux-loong64@0.19.12': '@esbuild/linux-loong64@0.19.12': optional: true + '@esbuild/linux-loong64@0.20.2': '@esbuild/linux-loong64@0.20.2': optional: true + '@esbuild/linux-loong64@0.21.5': '@esbuild/linux-loong64@0.21.5': optional: true + '@esbuild/linux-mips64el@0.17.19': '@esbuild/linux-mips64el@0.17.19': optional: true + '@esbuild/linux-mips64el@0.18.20': '@esbuild/linux-mips64el@0.18.20': optional: true + '@esbuild/linux-mips64el@0.19.12': '@esbuild/linux-mips64el@0.19.12': optional: true + '@esbuild/linux-mips64el@0.20.2': '@esbuild/linux-mips64el@0.20.2': optional: true + '@esbuild/linux-mips64el@0.21.5': '@esbuild/linux-mips64el@0.21.5': optional: true + '@esbuild/linux-ppc64@0.17.19': '@esbuild/linux-ppc64@0.17.19': optional: true + '@esbuild/linux-ppc64@0.18.20': '@esbuild/linux-ppc64@0.18.20': optional: true + '@esbuild/linux-ppc64@0.19.12': '@esbuild/linux-ppc64@0.19.12': optional: true + '@esbuild/linux-ppc64@0.20.2': '@esbuild/linux-ppc64@0.20.2': optional: true + '@esbuild/linux-ppc64@0.21.5': '@esbuild/linux-ppc64@0.21.5': optional: true + '@esbuild/linux-riscv64@0.17.19': '@esbuild/linux-riscv64@0.17.19': optional: true + '@esbuild/linux-riscv64@0.18.20': '@esbuild/linux-riscv64@0.18.20': optional: true + '@esbuild/linux-riscv64@0.19.12': '@esbuild/linux-riscv64@0.19.12': optional: true + '@esbuild/linux-riscv64@0.20.2': '@esbuild/linux-riscv64@0.20.2': optional: true + '@esbuild/linux-riscv64@0.21.5': '@esbuild/linux-riscv64@0.21.5': optional: true + '@esbuild/linux-s390x@0.17.19': '@esbuild/linux-s390x@0.17.19': optional: true + '@esbuild/linux-s390x@0.18.20': '@esbuild/linux-s390x@0.18.20': optional: true + '@esbuild/linux-s390x@0.19.12': '@esbuild/linux-s390x@0.19.12': optional: true + '@esbuild/linux-s390x@0.20.2': '@esbuild/linux-s390x@0.20.2': optional: true + '@esbuild/linux-s390x@0.21.5': '@esbuild/linux-s390x@0.21.5': optional: true + '@esbuild/linux-x64@0.17.19': '@esbuild/linux-x64@0.17.19': optional: true + '@esbuild/linux-x64@0.18.20': '@esbuild/linux-x64@0.18.20': optional: true + '@esbuild/linux-x64@0.19.12': '@esbuild/linux-x64@0.19.12': optional: true + '@esbuild/linux-x64@0.20.2': '@esbuild/linux-x64@0.20.2': optional: true + '@esbuild/linux-x64@0.21.5': '@esbuild/linux-x64@0.21.5': optional: true + '@esbuild/netbsd-x64@0.17.19': '@esbuild/netbsd-x64@0.17.19': optional: true + '@esbuild/netbsd-x64@0.18.20': '@esbuild/netbsd-x64@0.18.20': optional: true + '@esbuild/netbsd-x64@0.19.12': '@esbuild/netbsd-x64@0.19.12': optional: true + '@esbuild/netbsd-x64@0.20.2': '@esbuild/netbsd-x64@0.20.2': optional: true + '@esbuild/netbsd-x64@0.21.5': '@esbuild/netbsd-x64@0.21.5': optional: true + '@esbuild/openbsd-x64@0.17.19': '@esbuild/openbsd-x64@0.17.19': optional: true + '@esbuild/openbsd-x64@0.18.20': '@esbuild/openbsd-x64@0.18.20': optional: true + '@esbuild/openbsd-x64@0.19.12': '@esbuild/openbsd-x64@0.19.12': optional: true + '@esbuild/openbsd-x64@0.20.2': '@esbuild/openbsd-x64@0.20.2': optional: true + '@esbuild/openbsd-x64@0.21.5': '@esbuild/openbsd-x64@0.21.5': optional: true + '@esbuild/sunos-x64@0.17.19': '@esbuild/sunos-x64@0.17.19': optional: true + '@esbuild/sunos-x64@0.18.20': '@esbuild/sunos-x64@0.18.20': optional: true + '@esbuild/sunos-x64@0.19.12': '@esbuild/sunos-x64@0.19.12': optional: true + '@esbuild/sunos-x64@0.20.2': '@esbuild/sunos-x64@0.20.2': optional: true + '@esbuild/sunos-x64@0.21.5': '@esbuild/sunos-x64@0.21.5': optional: true + '@esbuild/win32-arm64@0.17.19': '@esbuild/win32-arm64@0.17.19': optional: true + '@esbuild/win32-arm64@0.18.20': '@esbuild/win32-arm64@0.18.20': optional: true + '@esbuild/win32-arm64@0.19.12': '@esbuild/win32-arm64@0.19.12': optional: true + '@esbuild/win32-arm64@0.20.2': '@esbuild/win32-arm64@0.20.2': optional: true + '@esbuild/win32-arm64@0.21.5': '@esbuild/win32-arm64@0.21.5': optional: true + '@esbuild/win32-ia32@0.17.19': '@esbuild/win32-ia32@0.17.19': optional: true + '@esbuild/win32-ia32@0.18.20': '@esbuild/win32-ia32@0.18.20': optional: true + '@esbuild/win32-ia32@0.19.12': '@esbuild/win32-ia32@0.19.12': optional: true + '@esbuild/win32-ia32@0.20.2': '@esbuild/win32-ia32@0.20.2': optional: true + '@esbuild/win32-ia32@0.21.5': '@esbuild/win32-ia32@0.21.5': optional: true + '@esbuild/win32-x64@0.17.19': '@esbuild/win32-x64@0.17.19': optional: true + '@esbuild/win32-x64@0.18.20': '@esbuild/win32-x64@0.18.20': optional: true + '@esbuild/win32-x64@0.19.12': '@esbuild/win32-x64@0.19.12': optional: true + '@esbuild/win32-x64@0.20.2': '@esbuild/win32-x64@0.20.2': optional: true + '@esbuild/win32-x64@0.21.5': '@esbuild/win32-x64@0.21.5': optional: true + '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': dependencies: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.11.0': {} + '@eslint-community/regexpp@4.11.0': {} + '@eslint/eslintrc@2.1.4': '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 @@ -15877,18 +16337,22 @@ snapshots: - supports-color '@eslint/js@8.57.0': {} + '@eslint/js@8.57.0': {} + '@extension-create/create@1.8.0': '@extension-create/create@1.8.0': dependencies: '@colors/colors': 1.6.0 cross-spawn: 7.0.3 prefers-yarn: 1.0.1 + '@extension-create/develop@1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))': '@extension-create/develop@1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))': dependencies: '@babel/core': 7.24.9 '@colors/colors': 1.6.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@0.21.3)(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.14.2)(type-fest@0.21.3)(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) '@types/adm-zip': 0.5.5 '@types/chrome': 0.0.268 '@types/webextension-polyfill': 0.10.7 @@ -15896,35 +16360,48 @@ snapshots: adm-zip: 0.5.14 axios: 1.7.2 babel-loader: 9.1.3(@babel/core@7.24.9)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + babel-loader: 9.1.3(@babel/core@7.24.9)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) babel-preset-modern-browser-extension: 0.7.0(@babel/core@7.24.9) case-sensitive-paths-webpack-plugin: 2.4.0 chokidar: 3.6.0 css-loader: 6.11.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + css-loader: 6.11.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) csv-loader: 3.0.5 dotenv-webpack: 8.1.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + dotenv-webpack: 8.1.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) glob: 10.4.5 go-git-it: 1.2.4 ignore: 5.3.1 less: 4.2.0 less-loader: 12.2.0(less@4.2.0)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) mini-css-extract-plugin: 2.9.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + less-loader: 12.2.0(less@4.2.0)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + mini-css-extract-plugin: 2.9.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) postcss: 8.4.40 postcss-flexbugs-fixes: 5.0.2(postcss@8.4.40) postcss-loader: 8.1.1(postcss@8.4.40)(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + postcss-loader: 8.1.1(postcss@8.4.40)(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) postcss-normalize: 10.0.1(browserslist@4.23.2)(postcss@8.4.40) postcss-preset-env: 9.6.0(postcss@8.4.40) postcss-scss: 4.0.9(postcss@8.4.40) react-refresh: 0.14.2 sass: 1.77.8 sass-loader: 14.2.1(sass@1.77.8)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + sass-loader: 14.2.1(sass@1.77.8)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) slugify: 1.6.6 style-loader: 3.3.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + style-loader: 3.3.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) stylelint: 16.7.0(typescript@5.3.3) stylelint-config-standard-scss: 13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.3.3)) stylelint-webpack-plugin: 5.0.1(stylelint@16.7.0(typescript@5.3.3))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) ts-loader: 9.5.1(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) vue-loader: 17.4.2(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + stylelint-config-standard-scss: 13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.3.3)) + stylelint-webpack-plugin: 5.0.1(stylelint@16.7.0(typescript@5.3.3))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + ts-loader: 9.5.1(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + vue-loader: 17.4.2(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) webextension-polyfill: 0.10.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-browser-extension-common-errors: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) @@ -15938,11 +16415,25 @@ snapshots: webpack-browser-extension-resolve: 1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) webpack-browser-extension-resources: 1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) webpack-browser-extension-scripts: 1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-common-errors: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-html: 1.1.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-icons: 1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-json: 1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-locales: 1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-manifest: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-manifest-compat: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-polyfill: 2.0.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-resolve: 1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-resources: 1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-browser-extension-scripts: 1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.92.1) webpack-merge: 5.10.0 webpack-run-chrome-extension: 1.3.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) webpack-run-edge-extension: 1.3.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) webpack-run-firefox-addon: 1.4.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-run-chrome-extension: 1.3.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-run-edge-extension: 1.3.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-run-firefox-addon: 1.4.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) transitivePeerDependencies: - '@rspack/core' - '@swc/core' @@ -15965,16 +16456,20 @@ snapshots: - webpack-plugin-serve '@fastify/busboy@2.1.1': {} + '@fastify/busboy@2.1.1': {} + '@floating-ui/core@1.6.5': '@floating-ui/core@1.6.5': dependencies: '@floating-ui/utils': 0.2.5 + '@floating-ui/dom@1.6.8': '@floating-ui/dom@1.6.8': dependencies: '@floating-ui/core': 1.6.5 '@floating-ui/utils': 0.2.5 + '@floating-ui/react-dom@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': '@floating-ui/react-dom@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@floating-ui/dom': 1.6.8 @@ -16015,11 +16510,14 @@ snapshots: react: 19.0.0-rc-68dbd84b-20240812 '@hono/node-server@1.12.0': {} + '@hono/node-server@1.12.0': {} + '@hono/swagger-ui@0.2.2(hono@4.5.2)': '@hono/swagger-ui@0.2.2(hono@4.5.2)': dependencies: hono: 4.5.2 + '@hono/vite-dev-server@0.12.2(hono@4.5.2)': '@hono/vite-dev-server@0.12.2(hono@4.5.2)': dependencies: '@hono/node-server': 1.12.0 @@ -16031,6 +16529,7 @@ snapshots: - supports-color - utf-8-validate + '@hono/zod-validator@0.2.2(hono@4.5.2)(zod@3.23.8)': '@hono/zod-validator@0.2.2(hono@4.5.2)(zod@3.23.8)': dependencies: hono: 4.5.2 @@ -16040,6 +16539,7 @@ snapshots: dependencies: react-hook-form: 7.52.1(react@19.0.0-rc-68dbd84b-20240812) + '@humanwhocodes/config-array@0.11.14': '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 @@ -16133,17 +16633,23 @@ snapshots: dependencies: string-width: 5.1.2 string-width-cjs: string-width@4.2.3 + string-width-cjs: string-width@4.2.3 strip-ansi: 7.1.0 strip-ansi-cjs: strip-ansi@6.0.1 + strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 '@isaacs/string-locale-compare@1.1.0': {} + '@isaacs/string-locale-compare@1.1.0': {} + '@jest/schemas@29.6.3': '@jest/schemas@29.6.3': dependencies: '@sinclair/typebox': 0.27.8 + '@jest/types@29.6.3': '@jest/types@29.6.3': dependencies: '@jest/schemas': 29.6.3 @@ -16153,6 +16659,7 @@ snapshots: '@types/yargs': 17.0.32 chalk: 4.1.2 + '@jridgewell/gen-mapping@0.3.5': '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 @@ -16160,30 +16667,38 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/resolve-uri@3.1.2': {} + '@jridgewell/resolve-uri@3.1.2': {} + '@jridgewell/set-array@1.2.1': {} '@jridgewell/set-array@1.2.1': {} + '@jridgewell/source-map@0.3.6': '@jridgewell/source-map@0.3.6': dependencies: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/trace-mapping@0.3.25': '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping@0.3.9': '@jridgewell/trace-mapping@0.3.9': dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 + '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': '@jsonjoy.com/base64@1.1.2(tslib@2.6.3)': dependencies: tslib: 2.6.3 + '@jsonjoy.com/json-pack@1.0.4(tslib@2.6.3)': '@jsonjoy.com/json-pack@1.0.4(tslib@2.6.3)': dependencies: '@jsonjoy.com/base64': 1.1.2(tslib@2.6.3) @@ -16192,10 +16707,12 @@ snapshots: thingies: 1.21.0(tslib@2.6.3) tslib: 2.6.3 + '@jsonjoy.com/util@1.3.0(tslib@2.6.3)': '@jsonjoy.com/util@1.3.0(tslib@2.6.3)': dependencies: tslib: 2.6.3 + '@langchain/cloudflare@0.0.6': '@langchain/cloudflare@0.0.6': dependencies: '@cloudflare/ai': 1.2.2 @@ -16205,6 +16722,7 @@ snapshots: - langchain - openai + '@langchain/core@0.2.18': '@langchain/core@0.2.18': dependencies: ansi-styles: 5.2.0 @@ -16224,13 +16742,16 @@ snapshots: - openai '@leichtgewicht/ip-codec@2.0.5': {} + '@leichtgewicht/ip-codec@2.0.5': {} + '@mapbox/node-pre-gyp@1.0.11(encoding@0.1.13)': '@mapbox/node-pre-gyp@1.0.11(encoding@0.1.13)': dependencies: detect-libc: 2.0.3 https-proxy-agent: 5.0.1 make-dir: 3.1.0 node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 2.7.0(encoding@0.1.13) nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 @@ -16241,7 +16762,9 @@ snapshots: - supports-color '@mdn/browser-compat-data@5.5.42': {} + '@mdn/browser-compat-data@5.5.42': {} + '@microsoft/tsdoc-config@0.16.2': '@microsoft/tsdoc-config@0.16.2': dependencies: '@microsoft/tsdoc': 0.14.2 @@ -16250,7 +16773,9 @@ snapshots: resolve: 1.19.0 '@microsoft/tsdoc@0.14.2': {} + '@microsoft/tsdoc@0.14.2': {} + '@million/install@0.0.18': '@million/install@0.0.18': dependencies: '@antfu/ni': 0.21.12 @@ -16273,6 +16798,7 @@ snapshots: '@hono/node-server': 1.12.0 '@million/install': 0.0.18 '@rollup/pluginutils': 5.1.0(rollup@4.20.0) + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) '@rrweb/types': 2.0.0-alpha.16 babel-plugin-syntax-hermes-parser: 0.21.1 ci-info: 4.0.0 @@ -16291,6 +16817,7 @@ snapshots: tmp: 0.2.3 unplugin: 1.12.0 update-notifier-cjs: 5.1.6(encoding@0.1.13) + update-notifier-cjs: 5.1.6(encoding@0.1.13) transitivePeerDependencies: - bufferutil - encoding @@ -16299,11 +16826,14 @@ snapshots: - utf-8-validate '@mixmark-io/domino@2.2.0': {} + '@mixmark-io/domino@2.2.0': {} + '@mozilla/readability@0.5.0': {} '@mozilla/readability@0.5.0': {} '@next/env@15.0.0-canary.112': {} + '@next/eslint-plugin-next@14.2.5': '@next/eslint-plugin-next@14.2.5': dependencies: glob: 10.3.10 @@ -16335,22 +16865,27 @@ snapshots: '@next/swc-win32-x64-msvc@15.0.0-canary.112': optional: true + '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': dependencies: eslint-scope: 5.1.1 + '@nodelib/fs.scandir@2.1.5': '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 '@nodelib/fs.stat@2.0.5': {} + '@nodelib/fs.stat@2.0.5': {} + '@nodelib/fs.walk@1.2.8': '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 + '@npmcli/arborist@4.3.1': '@npmcli/arborist@4.3.1': dependencies: '@isaacs/string-locale-compare': 1.1.0 @@ -16389,20 +16924,24 @@ snapshots: - bluebird - supports-color + '@npmcli/fs@1.1.1': '@npmcli/fs@1.1.1': dependencies: '@gar/promisify': 1.1.3 semver: 7.6.3 + '@npmcli/fs@2.1.2': '@npmcli/fs@2.1.2': dependencies: '@gar/promisify': 1.1.3 semver: 7.6.3 + '@npmcli/fs@3.1.1': '@npmcli/fs@3.1.1': dependencies: semver: 7.6.3 + '@npmcli/git@2.1.0': '@npmcli/git@2.1.0': dependencies: '@npmcli/promise-spawn': 1.3.2 @@ -16416,6 +16955,7 @@ snapshots: transitivePeerDependencies: - bluebird + '@npmcli/git@4.1.0': '@npmcli/git@4.1.0': dependencies: '@npmcli/promise-spawn': 6.0.2 @@ -16429,16 +16969,19 @@ snapshots: transitivePeerDependencies: - bluebird + '@npmcli/installed-package-contents@1.0.7': '@npmcli/installed-package-contents@1.0.7': dependencies: npm-bundled: 1.1.2 npm-normalize-package-bin: 1.0.1 + '@npmcli/installed-package-contents@2.1.0': '@npmcli/installed-package-contents@2.1.0': dependencies: npm-bundled: 3.0.1 npm-normalize-package-bin: 3.0.1 + '@npmcli/map-workspaces@2.0.4': '@npmcli/map-workspaces@2.0.4': dependencies: '@npmcli/name-from-folder': 1.0.1 @@ -16446,6 +16989,7 @@ snapshots: minimatch: 5.1.6 read-package-json-fast: 2.0.3 + '@npmcli/metavuln-calculator@2.0.0': '@npmcli/metavuln-calculator@2.0.0': dependencies: cacache: 15.3.0 @@ -16456,34 +17000,43 @@ snapshots: - bluebird - supports-color + '@npmcli/move-file@1.1.2': '@npmcli/move-file@1.1.2': dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 + '@npmcli/move-file@2.0.1': '@npmcli/move-file@2.0.1': dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 '@npmcli/name-from-folder@1.0.1': {} + '@npmcli/name-from-folder@1.0.1': {} + '@npmcli/node-gyp@1.0.3': {} '@npmcli/node-gyp@1.0.3': {} + '@npmcli/node-gyp@3.0.0': {} '@npmcli/node-gyp@3.0.0': {} + '@npmcli/package-json@1.0.1': '@npmcli/package-json@1.0.1': dependencies: json-parse-even-better-errors: 2.3.1 + '@npmcli/promise-spawn@1.3.2': '@npmcli/promise-spawn@1.3.2': dependencies: infer-owner: 1.0.4 + '@npmcli/promise-spawn@6.0.2': '@npmcli/promise-spawn@6.0.2': dependencies: which: 3.0.1 + '@npmcli/run-script@2.0.0': '@npmcli/run-script@2.0.0': dependencies: '@npmcli/node-gyp': 1.0.3 @@ -16494,6 +17047,7 @@ snapshots: - bluebird - supports-color + '@npmcli/run-script@6.0.2': '@npmcli/run-script@6.0.2': dependencies: '@npmcli/node-gyp': 3.0.0 @@ -16505,15 +17059,19 @@ snapshots: - bluebird - supports-color + '@octokit/auth-token@2.5.0': '@octokit/auth-token@2.5.0': dependencies: '@octokit/types': 6.41.0 + '@octokit/core@3.6.0(encoding@0.1.13)': '@octokit/core@3.6.0(encoding@0.1.13)': dependencies: '@octokit/auth-token': 2.5.0 '@octokit/graphql': 4.8.0(encoding@0.1.13) '@octokit/request': 5.6.3(encoding@0.1.13) + '@octokit/graphql': 4.8.0(encoding@0.1.13) + '@octokit/request': 5.6.3(encoding@0.1.13) '@octokit/request-error': 2.1.0 '@octokit/types': 6.41.0 before-after-hook: 2.2.3 @@ -16521,14 +17079,17 @@ snapshots: transitivePeerDependencies: - encoding + '@octokit/endpoint@6.0.12': '@octokit/endpoint@6.0.12': dependencies: '@octokit/types': 6.41.0 is-plain-object: 5.0.0 universal-user-agent: 6.0.1 + '@octokit/graphql@4.8.0(encoding@0.1.13)': '@octokit/graphql@4.8.0(encoding@0.1.13)': dependencies: + '@octokit/request': 5.6.3(encoding@0.1.13) '@octokit/request': 5.6.3(encoding@0.1.13) '@octokit/types': 6.41.0 universal-user-agent: 6.0.1 @@ -16536,28 +17097,37 @@ snapshots: - encoding '@octokit/openapi-types@12.11.0': {} + '@octokit/openapi-types@12.11.0': {} + '@octokit/plugin-paginate-rest@2.21.3(@octokit/core@3.6.0(encoding@0.1.13))': '@octokit/plugin-paginate-rest@2.21.3(@octokit/core@3.6.0(encoding@0.1.13))': dependencies: + '@octokit/core': 3.6.0(encoding@0.1.13) '@octokit/core': 3.6.0(encoding@0.1.13) '@octokit/types': 6.41.0 + '@octokit/plugin-request-log@1.0.4(@octokit/core@3.6.0(encoding@0.1.13))': '@octokit/plugin-request-log@1.0.4(@octokit/core@3.6.0(encoding@0.1.13))': dependencies: '@octokit/core': 3.6.0(encoding@0.1.13) + '@octokit/core': 3.6.0(encoding@0.1.13) + '@octokit/plugin-rest-endpoint-methods@5.16.2(@octokit/core@3.6.0(encoding@0.1.13))': '@octokit/plugin-rest-endpoint-methods@5.16.2(@octokit/core@3.6.0(encoding@0.1.13))': dependencies: + '@octokit/core': 3.6.0(encoding@0.1.13) '@octokit/core': 3.6.0(encoding@0.1.13) '@octokit/types': 6.41.0 deprecation: 2.3.1 + '@octokit/request-error@2.1.0': '@octokit/request-error@2.1.0': dependencies: '@octokit/types': 6.41.0 deprecation: 2.3.1 once: 1.4.0 + '@octokit/request@5.6.3(encoding@0.1.13)': '@octokit/request@5.6.3(encoding@0.1.13)': dependencies: '@octokit/endpoint': 6.0.12 @@ -16565,38 +17135,51 @@ snapshots: '@octokit/types': 6.41.0 is-plain-object: 5.0.0 node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 2.7.0(encoding@0.1.13) universal-user-agent: 6.0.1 transitivePeerDependencies: - encoding + '@octokit/rest@18.12.0(encoding@0.1.13)': '@octokit/rest@18.12.0(encoding@0.1.13)': dependencies: '@octokit/core': 3.6.0(encoding@0.1.13) '@octokit/plugin-paginate-rest': 2.21.3(@octokit/core@3.6.0(encoding@0.1.13)) '@octokit/plugin-request-log': 1.0.4(@octokit/core@3.6.0(encoding@0.1.13)) '@octokit/plugin-rest-endpoint-methods': 5.16.2(@octokit/core@3.6.0(encoding@0.1.13)) + '@octokit/core': 3.6.0(encoding@0.1.13) + '@octokit/plugin-paginate-rest': 2.21.3(@octokit/core@3.6.0(encoding@0.1.13)) + '@octokit/plugin-request-log': 1.0.4(@octokit/core@3.6.0(encoding@0.1.13)) + '@octokit/plugin-rest-endpoint-methods': 5.16.2(@octokit/core@3.6.0(encoding@0.1.13)) transitivePeerDependencies: - encoding + '@octokit/types@6.41.0': '@octokit/types@6.41.0': dependencies: '@octokit/openapi-types': 12.11.0 + '@opentelemetry/api-logs@0.52.1': '@opentelemetry/api-logs@0.52.1': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/api@1.9.0': {} + '@opentelemetry/context-async-hooks@1.25.1(@opentelemetry/api@1.9.0)': + '@opentelemetry/api@1.9.0': {} + '@opentelemetry/context-async-hooks@1.25.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 + '@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0)': '@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/semantic-conventions': 1.25.1 + '@opentelemetry/instrumentation-connect@0.38.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-connect@0.38.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16607,6 +17190,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-express@0.41.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-express@0.41.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16616,6 +17200,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-fastify@0.38.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-fastify@0.38.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16625,6 +17210,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-graphql@0.42.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-graphql@0.42.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16632,6 +17218,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-hapi@0.40.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-hapi@0.40.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16641,6 +17228,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-http@0.52.1(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-http@0.52.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16651,6 +17239,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-ioredis@0.42.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-ioredis@0.42.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16660,6 +17249,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-koa@0.42.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-koa@0.42.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16669,6 +17259,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-mongodb@0.46.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-mongodb@0.46.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16678,6 +17269,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-mongoose@0.40.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-mongoose@0.40.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16687,6 +17279,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-mysql2@0.40.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-mysql2@0.40.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16696,6 +17289,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-mysql@0.40.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-mysql@0.40.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16705,6 +17299,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-nestjs-core@0.39.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-nestjs-core@0.39.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16713,6 +17308,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-pg@0.43.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-pg@0.43.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16724,6 +17320,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation-redis-4@0.41.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation-redis-4@0.41.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16733,6 +17330,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@opentelemetry/instrumentation@0.46.0(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation@0.46.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16745,6 +17343,7 @@ snapshots: - supports-color optional: true + '@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0)': '@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16759,12 +17358,16 @@ snapshots: '@opentelemetry/redis-common@0.36.2': {} + '@opentelemetry/resources@1.25.1(@opentelemetry/api@1.9.0)': + '@opentelemetry/redis-common@0.36.2': {} + '@opentelemetry/resources@1.25.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 + '@opentelemetry/sdk-metrics@1.25.1(@opentelemetry/api@1.9.0)': '@opentelemetry/sdk-metrics@1.25.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16772,6 +17375,7 @@ snapshots: '@opentelemetry/resources': 1.25.1(@opentelemetry/api@1.9.0) lodash.merge: 4.6.2 + '@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0)': '@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 @@ -16781,18 +17385,26 @@ snapshots: '@opentelemetry/semantic-conventions@1.25.1': {} + '@opentelemetry/sql-common@0.40.1(@opentelemetry/api@1.9.0)': + '@opentelemetry/semantic-conventions@1.25.1': {} + '@opentelemetry/sql-common@0.40.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@panva/hkdf@1.2.1': {} + '@panva/hkdf@1.2.1': {} + '@pkgjs/parseargs@0.11.0': '@pkgjs/parseargs@0.11.0': optional: true '@pkgr/core@0.1.1': {} + '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@0.21.3)(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': + '@pkgr/core@0.1.1': {} + '@pmmmwh/react-refresh-webpack-plugin@0.5.15(react-refresh@0.14.2)(type-fest@0.21.3)(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': dependencies: ansi-html: 0.0.9 @@ -16804,16 +17416,21 @@ snapshots: schema-utils: 4.2.0 source-map: 0.7.4 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + optionalDependencies: + type-fest: 0.21.3 optionalDependencies: type-fest: 0.21.3 webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.92.1) '@pnpm/config.env-replace@1.1.0': {} + '@pnpm/config.env-replace@1.1.0': {} + '@pnpm/network.ca-file@1.0.2': '@pnpm/network.ca-file@1.0.2': dependencies: graceful-fs: 4.2.10 + '@pnpm/npm-conf@2.2.2': '@pnpm/npm-conf@2.2.2': dependencies: '@pnpm/config.env-replace': 1.1.0 @@ -16821,7 +17438,9 @@ snapshots: config-chain: 1.1.13 '@popperjs/core@2.11.8': {} + '@popperjs/core@2.11.8': {} + '@prisma/instrumentation@5.17.0': '@prisma/instrumentation@5.17.0': dependencies: '@opentelemetry/api': 1.9.0 @@ -16830,16 +17449,20 @@ snapshots: transitivePeerDependencies: - supports-color + '@radix-ui/number@1.0.1': '@radix-ui/number@1.0.1': dependencies: '@babel/runtime': 7.25.0 '@radix-ui/number@1.1.0': {} + '@radix-ui/number@1.1.0': {} + '@radix-ui/primitive@1.0.0': '@radix-ui/primitive@1.0.0': dependencies: '@babel/runtime': 7.25.0 + '@radix-ui/primitive@1.0.1': '@radix-ui/primitive@1.0.1': dependencies: '@babel/runtime': 7.25.0 @@ -16934,11 +17557,13 @@ snapshots: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + '@radix-ui/react-collection@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': '@radix-ui/react-collection@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -16982,6 +17607,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-compose-refs@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -17027,6 +17654,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-context@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -17056,6 +17685,7 @@ snapshots: transitivePeerDependencies: - '@types/react' + '@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': '@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 @@ -17063,12 +17693,17 @@ snapshots: '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) aria-hidden: 1.2.4 @@ -17101,6 +17736,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -17131,12 +17769,17 @@ snapshots: '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) aria-hidden: 1.2.4 @@ -17203,6 +17846,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-direction@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -17241,6 +17886,7 @@ snapshots: '@radix-ui/primitive': 1.0.1 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 @@ -17248,6 +17894,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17289,6 +17938,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17355,6 +18007,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-focus-guards@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -17388,12 +18042,16 @@ snapshots: '@babel/runtime': 7.25.0 '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17429,6 +18087,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-focus-scope@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17462,6 +18123,7 @@ snapshots: '@radix-ui/react-use-layout-effect': 1.0.0(react@19.0.0-rc-68dbd84b-20240812) react: 19.0.0-rc-68dbd84b-20240812 + '@radix-ui/react-id@1.0.1(@types/react@18.3.3)(react@18.3.1)': '@radix-ui/react-id@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 @@ -17469,6 +18131,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-id@1.0.1(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -17542,13 +18206,19 @@ snapshots: '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) aria-hidden: 1.2.4 @@ -17601,13 +18271,17 @@ snapshots: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + '@radix-ui/react-popper@1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': '@radix-ui/react-popper@1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: + '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-arrow': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-arrow': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-rect': 1.1.0(@types/react@18.3.3)(react@18.3.1) @@ -17663,6 +18337,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17693,6 +18370,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-portal@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17764,6 +18444,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-presence@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17830,6 +18513,9 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-primitive@2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@18.3.1))(react@18.3.1)': dependencies: @@ -17928,22 +18614,29 @@ snapshots: '@radix-ui/number': 1.1.0 '@radix-ui/primitive': 1.1.0 '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-direction': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-previous': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) aria-hidden: 1.2.4 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -18015,6 +18708,7 @@ snapshots: '@radix-ui/react-compose-refs': 1.0.0(react@19.0.0-rc-68dbd84b-20240812) react: 19.0.0-rc-68dbd84b-20240812 + '@radix-ui/react-slot@1.0.2(@types/react@18.3.3)(react@18.3.1)': '@radix-ui/react-slot@1.0.2(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 @@ -18022,6 +18716,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-slot@1.0.2(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18037,6 +18733,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-slot@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18076,25 +18774,35 @@ snapshots: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + '@radix-ui/react-toast@1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': '@radix-ui/react-toast@1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@radix-ui/primitive': 1.1.0 '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + optionalDependencies: + '@types/react': 18.3.3 + '@types/react-dom': 18.3.0 '@radix-ui/react-toast@1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18122,14 +18830,20 @@ snapshots: '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -18180,6 +18894,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-use-callback-ref@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18193,6 +18909,7 @@ snapshots: '@radix-ui/react-use-callback-ref': 1.0.0(react@19.0.0-rc-68dbd84b-20240812) react: 19.0.0-rc-68dbd84b-20240812 + '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.3)(react@18.3.1)': '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 @@ -18200,6 +18917,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18229,6 +18948,7 @@ snapshots: '@radix-ui/react-use-callback-ref': 1.0.0(react@19.0.0-rc-68dbd84b-20240812) react: 19.0.0-rc-68dbd84b-20240812 + '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@18.3.1)': '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@18.3.1)': dependencies: '@babel/runtime': 7.25.0 @@ -18236,6 +18956,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18283,6 +19005,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-use-layout-effect@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18302,6 +19026,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-use-previous@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18323,6 +19049,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-use-rect@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18345,6 +19073,8 @@ snapshots: react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 '@radix-ui/react-use-size@1.1.0(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18381,11 +19111,13 @@ snapshots: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 + '@radix-ui/rect@1.0.1': '@radix-ui/rect@1.0.1': dependencies: '@babel/runtime': 7.25.0 '@radix-ui/rect@1.1.0': {} + '@radix-ui/rect@1.1.0': {} '@react-aria/focus@3.18.1(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -18437,6 +19169,7 @@ snapshots: glob: 10.4.5 is-reference: 1.2.1 magic-string: 0.30.10 + optionalDependencies: optionalDependencies: rollup: 3.29.4 @@ -18461,85 +19194,109 @@ snapshots: optionalDependencies: rollup: 4.20.0 + '@rollup/rollup-android-arm-eabi@4.20.0': '@rollup/rollup-android-arm-eabi@4.20.0': optional: true + '@rollup/rollup-android-arm64@4.20.0': '@rollup/rollup-android-arm64@4.20.0': optional: true + '@rollup/rollup-darwin-arm64@4.20.0': '@rollup/rollup-darwin-arm64@4.20.0': optional: true + '@rollup/rollup-darwin-x64@4.20.0': '@rollup/rollup-darwin-x64@4.20.0': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.20.0': '@rollup/rollup-linux-arm-gnueabihf@4.20.0': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.20.0': '@rollup/rollup-linux-arm-musleabihf@4.20.0': optional: true + '@rollup/rollup-linux-arm64-gnu@4.20.0': '@rollup/rollup-linux-arm64-gnu@4.20.0': optional: true + '@rollup/rollup-linux-arm64-musl@4.20.0': '@rollup/rollup-linux-arm64-musl@4.20.0': optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': '@rollup/rollup-linux-powerpc64le-gnu@4.20.0': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.20.0': '@rollup/rollup-linux-riscv64-gnu@4.20.0': optional: true + '@rollup/rollup-linux-s390x-gnu@4.20.0': '@rollup/rollup-linux-s390x-gnu@4.20.0': optional: true + '@rollup/rollup-linux-x64-gnu@4.20.0': '@rollup/rollup-linux-x64-gnu@4.20.0': optional: true + '@rollup/rollup-linux-x64-musl@4.20.0': '@rollup/rollup-linux-x64-musl@4.20.0': optional: true + '@rollup/rollup-win32-arm64-msvc@4.20.0': '@rollup/rollup-win32-arm64-msvc@4.20.0': optional: true + '@rollup/rollup-win32-ia32-msvc@4.20.0': '@rollup/rollup-win32-ia32-msvc@4.20.0': optional: true + '@rollup/rollup-win32-x64-msvc@4.20.0': '@rollup/rollup-win32-x64-msvc@4.20.0': optional: true + '@rrweb/types@2.0.0-alpha.16': '@rrweb/types@2.0.0-alpha.16': dependencies: rrweb-snapshot: 2.0.0-alpha.16 '@rushstack/eslint-patch@1.10.4': {} + '@rushstack/eslint-patch@1.10.4': {} + '@scena/dragscroll@1.4.0': '@scena/dragscroll@1.4.0': dependencies: '@daybrush/utils': 1.13.0 '@scena/event-emitter': 1.0.5 + '@scena/event-emitter@1.0.5': '@scena/event-emitter@1.0.5': dependencies: '@daybrush/utils': 1.13.0 + '@scena/matrix@1.1.1': '@scena/matrix@1.1.1': dependencies: '@daybrush/utils': 1.13.0 + '@sentry-internal/browser-utils@8.20.0': '@sentry-internal/browser-utils@8.20.0': dependencies: '@sentry/core': 8.20.0 '@sentry/types': 8.20.0 '@sentry/utils': 8.20.0 + '@sentry-internal/feedback@8.20.0': '@sentry-internal/feedback@8.20.0': dependencies: '@sentry/core': 8.20.0 '@sentry/types': 8.20.0 '@sentry/utils': 8.20.0 + '@sentry-internal/replay-canvas@8.20.0': '@sentry-internal/replay-canvas@8.20.0': dependencies: '@sentry-internal/replay': 8.20.0 @@ -18547,6 +19304,7 @@ snapshots: '@sentry/types': 8.20.0 '@sentry/utils': 8.20.0 + '@sentry-internal/replay@8.20.0': '@sentry-internal/replay@8.20.0': dependencies: '@sentry-internal/browser-utils': 8.20.0 @@ -18555,7 +19313,9 @@ snapshots: '@sentry/utils': 8.20.0 '@sentry/babel-plugin-component-annotate@2.20.1': {} + '@sentry/babel-plugin-component-annotate@2.20.1': {} + '@sentry/browser@8.20.0': '@sentry/browser@8.20.0': dependencies: '@sentry-internal/browser-utils': 8.20.0 @@ -18566,11 +19326,13 @@ snapshots: '@sentry/types': 8.20.0 '@sentry/utils': 8.20.0 + '@sentry/bundler-plugin-core@2.20.1(encoding@0.1.13)': '@sentry/bundler-plugin-core@2.20.1(encoding@0.1.13)': dependencies: '@babel/core': 7.24.9 '@sentry/babel-plugin-component-annotate': 2.20.1 '@sentry/cli': 2.33.0(encoding@0.1.13) + '@sentry/cli': 2.33.0(encoding@0.1.13) dotenv: 16.4.5 find-up: 5.0.0 glob: 9.3.5 @@ -18580,31 +19342,40 @@ snapshots: - encoding - supports-color + '@sentry/cli-darwin@2.33.0': '@sentry/cli-darwin@2.33.0': optional: true + '@sentry/cli-linux-arm64@2.33.0': '@sentry/cli-linux-arm64@2.33.0': optional: true + '@sentry/cli-linux-arm@2.33.0': '@sentry/cli-linux-arm@2.33.0': optional: true + '@sentry/cli-linux-i686@2.33.0': '@sentry/cli-linux-i686@2.33.0': optional: true + '@sentry/cli-linux-x64@2.33.0': '@sentry/cli-linux-x64@2.33.0': optional: true + '@sentry/cli-win32-i686@2.33.0': '@sentry/cli-win32-i686@2.33.0': optional: true + '@sentry/cli-win32-x64@2.33.0': '@sentry/cli-win32-x64@2.33.0': optional: true + '@sentry/cli@2.33.0(encoding@0.1.13)': '@sentry/cli@2.33.0(encoding@0.1.13)': dependencies: https-proxy-agent: 5.0.1 node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 2.7.0(encoding@0.1.13) progress: 2.0.3 proxy-from-env: 1.1.0 which: 2.0.2 @@ -18620,6 +19391,7 @@ snapshots: - encoding - supports-color + '@sentry/core@8.20.0': '@sentry/core@8.20.0': dependencies: '@sentry/types': 8.20.0 @@ -18638,11 +19410,13 @@ snapshots: '@sentry/utils': 8.20.0 '@sentry/vercel-edge': 8.20.0 '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(esbuild@0.17.19)) + '@sentry/webpack-plugin': 2.20.1(encoding@0.1.13)(webpack@5.93.0(esbuild@0.17.19)) chalk: 3.0.0 next: 15.0.0-canary.112(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812)(sass@1.77.8) resolve: 1.22.8 rollup: 3.29.4 stacktrace-parser: 0.1.10 + optionalDependencies: optionalDependencies: webpack: 5.93.0(esbuild@0.17.19) transitivePeerDependencies: @@ -18654,6 +19428,7 @@ snapshots: - react - supports-color + '@sentry/node@8.20.0': '@sentry/node@8.20.0': dependencies: '@opentelemetry/api': 1.9.0 @@ -18681,6 +19456,7 @@ snapshots: '@prisma/instrumentation': 5.17.0 '@sentry/core': 8.20.0 '@sentry/opentelemetry': 8.20.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) + '@sentry/opentelemetry': 8.20.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1) '@sentry/types': 8.20.0 '@sentry/utils': 8.20.0 import-in-the-middle: 1.10.0 @@ -18689,6 +19465,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@sentry/opentelemetry@8.20.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)': '@sentry/opentelemetry@8.20.0(@opentelemetry/api@1.9.0)(@opentelemetry/core@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.52.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@1.25.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.25.1)': dependencies: '@opentelemetry/api': 1.9.0 @@ -18710,19 +19487,24 @@ snapshots: react: 19.0.0-rc-68dbd84b-20240812 '@sentry/types@8.20.0': {} + '@sentry/types@8.20.0': {} + '@sentry/utils@8.20.0': '@sentry/utils@8.20.0': dependencies: '@sentry/types': 8.20.0 + '@sentry/vercel-edge@8.20.0': '@sentry/vercel-edge@8.20.0': dependencies: '@sentry/core': 8.20.0 '@sentry/types': 8.20.0 '@sentry/utils': 8.20.0 + '@sentry/webpack-plugin@2.20.1(encoding@0.1.13)(webpack@5.93.0(esbuild@0.17.19))': '@sentry/webpack-plugin@2.20.1(encoding@0.1.13)(webpack@5.93.0(esbuild@0.17.19))': dependencies: + '@sentry/bundler-plugin-core': 2.20.1(encoding@0.1.13) '@sentry/bundler-plugin-core': 2.20.1(encoding@0.1.13) unplugin: 1.0.1 uuid: 9.0.1 @@ -18731,12 +19513,15 @@ snapshots: - encoding - supports-color + '@sigstore/bundle@1.1.0': '@sigstore/bundle@1.1.0': dependencies: '@sigstore/protobuf-specs': 0.2.1 '@sigstore/protobuf-specs@0.2.1': {} + '@sigstore/protobuf-specs@0.2.1': {} + '@sigstore/sign@1.0.0': '@sigstore/sign@1.0.0': dependencies: '@sigstore/bundle': 1.1.0 @@ -18745,6 +19530,7 @@ snapshots: transitivePeerDependencies: - supports-color + '@sigstore/tuf@1.0.3': '@sigstore/tuf@1.0.3': dependencies: '@sigstore/protobuf-specs': 0.2.1 @@ -18753,23 +19539,29 @@ snapshots: - supports-color '@sinclair/typebox@0.25.24': {} + '@sinclair/typebox@0.25.24': {} + '@sinclair/typebox@0.27.8': {} '@sinclair/typebox@0.27.8': {} + '@smithy/abort-controller@3.1.1': '@smithy/abort-controller@3.1.1': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/chunked-blob-reader-native@3.0.0': '@smithy/chunked-blob-reader-native@3.0.0': dependencies: '@smithy/util-base64': 3.0.0 tslib: 2.6.3 + '@smithy/chunked-blob-reader@3.0.0': '@smithy/chunked-blob-reader@3.0.0': dependencies: tslib: 2.6.3 + '@smithy/config-resolver@3.0.5': '@smithy/config-resolver@3.0.5': dependencies: '@smithy/node-config-provider': 3.1.4 @@ -18778,6 +19570,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 + '@smithy/core@2.3.1': '@smithy/core@2.3.1': dependencies: '@smithy/middleware-endpoint': 3.1.0 @@ -18789,6 +19582,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 + '@smithy/credential-provider-imds@3.2.0': '@smithy/credential-provider-imds@3.2.0': dependencies: '@smithy/node-config-provider': 3.1.4 @@ -18797,6 +19591,7 @@ snapshots: '@smithy/url-parser': 3.0.3 tslib: 2.6.3 + '@smithy/eventstream-codec@3.1.2': '@smithy/eventstream-codec@3.1.2': dependencies: '@aws-crypto/crc32': 5.2.0 @@ -18804,29 +19599,34 @@ snapshots: '@smithy/util-hex-encoding': 3.0.0 tslib: 2.6.3 + '@smithy/eventstream-serde-browser@3.0.5': '@smithy/eventstream-serde-browser@3.0.5': dependencies: '@smithy/eventstream-serde-universal': 3.0.4 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/eventstream-serde-config-resolver@3.0.3': '@smithy/eventstream-serde-config-resolver@3.0.3': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/eventstream-serde-node@3.0.4': '@smithy/eventstream-serde-node@3.0.4': dependencies: '@smithy/eventstream-serde-universal': 3.0.4 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/eventstream-serde-universal@3.0.4': '@smithy/eventstream-serde-universal@3.0.4': dependencies: '@smithy/eventstream-codec': 3.1.2 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/fetch-http-handler@3.2.4': '@smithy/fetch-http-handler@3.2.4': dependencies: '@smithy/protocol-http': 4.1.0 @@ -18835,6 +19635,7 @@ snapshots: '@smithy/util-base64': 3.0.0 tslib: 2.6.3 + '@smithy/hash-blob-browser@3.1.2': '@smithy/hash-blob-browser@3.1.2': dependencies: '@smithy/chunked-blob-reader': 3.0.0 @@ -18842,6 +19643,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/hash-node@3.0.3': '@smithy/hash-node@3.0.3': dependencies: '@smithy/types': 3.3.0 @@ -18849,37 +19651,44 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@smithy/hash-stream-node@3.1.2': '@smithy/hash-stream-node@3.1.2': dependencies: '@smithy/types': 3.3.0 '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@smithy/invalid-dependency@3.0.3': '@smithy/invalid-dependency@3.0.3': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/is-array-buffer@2.2.0': '@smithy/is-array-buffer@2.2.0': dependencies: tslib: 2.6.3 + '@smithy/is-array-buffer@3.0.0': '@smithy/is-array-buffer@3.0.0': dependencies: tslib: 2.6.3 + '@smithy/md5-js@3.0.3': '@smithy/md5-js@3.0.3': dependencies: '@smithy/types': 3.3.0 '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@smithy/middleware-content-length@3.0.5': '@smithy/middleware-content-length@3.0.5': dependencies: '@smithy/protocol-http': 4.1.0 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/middleware-endpoint@3.1.0': '@smithy/middleware-endpoint@3.1.0': dependencies: '@smithy/middleware-serde': 3.0.3 @@ -18890,6 +19699,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 tslib: 2.6.3 + '@smithy/middleware-retry@3.0.13': '@smithy/middleware-retry@3.0.13': dependencies: '@smithy/node-config-provider': 3.1.4 @@ -18902,16 +19712,19 @@ snapshots: tslib: 2.6.3 uuid: 9.0.1 + '@smithy/middleware-serde@3.0.3': '@smithy/middleware-serde@3.0.3': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/middleware-stack@3.0.3': '@smithy/middleware-stack@3.0.3': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/node-config-provider@3.1.4': '@smithy/node-config-provider@3.1.4': dependencies: '@smithy/property-provider': 3.1.3 @@ -18919,6 +19732,7 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/node-http-handler@3.1.4': '@smithy/node-http-handler@3.1.4': dependencies: '@smithy/abort-controller': 3.1.1 @@ -18927,36 +19741,43 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/property-provider@3.1.3': '@smithy/property-provider@3.1.3': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/protocol-http@4.1.0': '@smithy/protocol-http@4.1.0': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/querystring-builder@3.0.3': '@smithy/querystring-builder@3.0.3': dependencies: '@smithy/types': 3.3.0 '@smithy/util-uri-escape': 3.0.0 tslib: 2.6.3 + '@smithy/querystring-parser@3.0.3': '@smithy/querystring-parser@3.0.3': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/service-error-classification@3.0.3': '@smithy/service-error-classification@3.0.3': dependencies: '@smithy/types': 3.3.0 + '@smithy/shared-ini-file-loader@3.1.4': '@smithy/shared-ini-file-loader@3.1.4': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/signature-v4@4.1.0': '@smithy/signature-v4@4.1.0': dependencies: '@smithy/is-array-buffer': 3.0.0 @@ -18968,6 +19789,7 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@smithy/smithy-client@3.1.11': '@smithy/smithy-client@3.1.11': dependencies: '@smithy/middleware-endpoint': 3.1.0 @@ -18977,44 +19799,53 @@ snapshots: '@smithy/util-stream': 3.1.3 tslib: 2.6.3 + '@smithy/types@3.3.0': '@smithy/types@3.3.0': dependencies: tslib: 2.6.3 + '@smithy/url-parser@3.0.3': '@smithy/url-parser@3.0.3': dependencies: '@smithy/querystring-parser': 3.0.3 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/util-base64@3.0.0': '@smithy/util-base64@3.0.0': dependencies: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@smithy/util-body-length-browser@3.0.0': '@smithy/util-body-length-browser@3.0.0': dependencies: tslib: 2.6.3 + '@smithy/util-body-length-node@3.0.0': '@smithy/util-body-length-node@3.0.0': dependencies: tslib: 2.6.3 + '@smithy/util-buffer-from@2.2.0': '@smithy/util-buffer-from@2.2.0': dependencies: '@smithy/is-array-buffer': 2.2.0 tslib: 2.6.3 + '@smithy/util-buffer-from@3.0.0': '@smithy/util-buffer-from@3.0.0': dependencies: '@smithy/is-array-buffer': 3.0.0 tslib: 2.6.3 + '@smithy/util-config-provider@3.0.0': '@smithy/util-config-provider@3.0.0': dependencies: tslib: 2.6.3 + '@smithy/util-defaults-mode-browser@3.0.13': '@smithy/util-defaults-mode-browser@3.0.13': dependencies: '@smithy/property-provider': 3.1.3 @@ -19023,6 +19854,7 @@ snapshots: bowser: 2.11.0 tslib: 2.6.3 + '@smithy/util-defaults-mode-node@3.0.13': '@smithy/util-defaults-mode-node@3.0.13': dependencies: '@smithy/config-resolver': 3.0.5 @@ -19033,27 +19865,32 @@ snapshots: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/util-endpoints@2.0.5': '@smithy/util-endpoints@2.0.5': dependencies: '@smithy/node-config-provider': 3.1.4 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/util-hex-encoding@3.0.0': '@smithy/util-hex-encoding@3.0.0': dependencies: tslib: 2.6.3 + '@smithy/util-middleware@3.0.3': '@smithy/util-middleware@3.0.3': dependencies: '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/util-retry@3.0.3': '@smithy/util-retry@3.0.3': dependencies: '@smithy/service-error-classification': 3.0.3 '@smithy/types': 3.3.0 tslib: 2.6.3 + '@smithy/util-stream@3.1.3': '@smithy/util-stream@3.1.3': dependencies: '@smithy/fetch-http-handler': 3.2.4 @@ -19065,20 +19902,24 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.6.3 + '@smithy/util-uri-escape@3.0.0': '@smithy/util-uri-escape@3.0.0': dependencies: tslib: 2.6.3 + '@smithy/util-utf8@2.3.0': '@smithy/util-utf8@2.3.0': dependencies: '@smithy/util-buffer-from': 2.2.0 tslib: 2.6.3 + '@smithy/util-utf8@3.0.0': '@smithy/util-utf8@3.0.0': dependencies: '@smithy/util-buffer-from': 3.0.0 tslib: 2.6.3 + '@smithy/util-waiter@3.1.2': '@smithy/util-waiter@3.1.2': dependencies: '@smithy/abort-controller': 3.1.1 @@ -19100,6 +19941,7 @@ snapshots: lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) + tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) '@tanstack/react-virtual@3.8.3(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -19108,156 +19950,193 @@ snapshots: react-dom: 19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812) '@tanstack/virtual-core@3.8.3': {} + '@tanstack/virtual-core@3.8.3': {} + '@tiptap/core@2.5.7(@tiptap/pm@2.5.7)': '@tiptap/core@2.5.7(@tiptap/pm@2.5.7)': dependencies: '@tiptap/pm': 2.5.7 + '@tiptap/extension-blockquote@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-blockquote@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-bold@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-bold@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-bubble-menu@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-bubble-menu@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 tippy.js: 6.3.7 + '@tiptap/extension-bullet-list@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-bullet-list@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-character-count@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-character-count@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-code-block-lowlight@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/extension-code-block@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-code-block-lowlight@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/extension-code-block@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/extension-code-block': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-code-block': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-code-block@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-code-block@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-code@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-code@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-color@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/extension-text-style@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)))': '@tiptap/extension-color@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/extension-text-style@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/extension-text-style': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-text-style': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-document@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-document@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-dropcursor@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-dropcursor@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-floating-menu@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-floating-menu@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 tippy.js: 6.3.7 + '@tiptap/extension-gapcursor@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-gapcursor@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-hard-break@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-hard-break@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-heading@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-heading@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-highlight@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-highlight@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-history@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-history@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-horizontal-rule@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-horizontal-rule@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-image@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-image@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-italic@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-italic@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-link@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-link@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 linkifyjs: 4.1.3 + '@tiptap/extension-list-item@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-list-item@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-ordered-list@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-ordered-list@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-paragraph@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-paragraph@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-placeholder@2.0.3(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-placeholder@2.0.3(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-strike@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-strike@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-task-item@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/extension-task-item@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tiptap/extension-task-list@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-task-list@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-text-style@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-text-style@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-text@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-text@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-underline@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-underline@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/extension-youtube@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': '@tiptap/extension-youtube@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) + '@tiptap/pm@2.5.7': '@tiptap/pm@2.5.7': dependencies: prosemirror-changeset: 2.2.1 @@ -19284,12 +20163,15 @@ snapshots: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/extension-bubble-menu': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) '@tiptap/extension-floating-menu': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-bubble-menu': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-floating-menu': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 '@types/use-sync-external-store': 0.0.6 react: 19.0.0-rc-68dbd84b-20240812 react-dom: 19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812) use-sync-external-store: 1.2.2(react@19.0.0-rc-68dbd84b-20240812) + '@tiptap/starter-kit@2.5.7(@tiptap/pm@2.5.7)': '@tiptap/starter-kit@2.5.7(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) @@ -19311,14 +20193,34 @@ snapshots: '@tiptap/extension-paragraph': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) '@tiptap/extension-strike': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) '@tiptap/extension-text': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-blockquote': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-bold': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-bullet-list': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-code': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-code-block': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-document': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-dropcursor': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-gapcursor': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-hard-break': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-heading': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-history': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-horizontal-rule': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-italic': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-list-item': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-ordered-list': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-paragraph': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-strike': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-text': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) transitivePeerDependencies: - '@tiptap/pm' + '@tiptap/suggestion@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': '@tiptap/suggestion@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)': dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/pm': 2.5.7 + '@tldraw/assets@2.4.1': '@tldraw/assets@2.4.1': dependencies: '@tldraw/utils': 2.4.1 @@ -19348,6 +20250,7 @@ snapshots: react: 19.0.0-rc-68dbd84b-20240812 '@tldraw/state@2.4.1': {} + '@tldraw/state@2.4.1': {} '@tldraw/store@2.4.1(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -19366,21 +20269,27 @@ snapshots: nanoid: 4.0.2 react: 19.0.0-rc-68dbd84b-20240812 + '@tldraw/utils@2.4.1': '@tldraw/utils@2.4.1': dependencies: lodash.throttle: 4.1.1 lodash.uniq: 4.5.0 + '@tldraw/validate@2.4.1': '@tldraw/validate@2.4.1': dependencies: '@tldraw/utils': 2.4.1 '@tootallnate/once@1.1.2': {} + '@tootallnate/once@1.1.2': {} + '@tootallnate/once@2.0.0': {} '@tootallnate/once@2.0.0': {} + '@tootallnate/quickjs-emscripten@0.23.0': {} '@tootallnate/quickjs-emscripten@0.23.0': {} + '@ts-morph/common@0.11.1': '@ts-morph/common@0.11.1': dependencies: fast-glob: 3.3.2 @@ -19389,22 +20298,30 @@ snapshots: path-browserify: 1.0.1 '@tsconfig/node10@1.0.11': {} + '@tsconfig/node10@1.0.11': {} + '@tsconfig/node12@1.0.11': {} '@tsconfig/node12@1.0.11': {} + '@tsconfig/node14@1.0.3': {} '@tsconfig/node14@1.0.3': {} + '@tsconfig/node16@1.0.4': {} '@tsconfig/node16@1.0.4': {} + '@tsconfig/svelte@1.0.13': {} '@tsconfig/svelte@1.0.13': {} + '@tufjs/canonical-json@1.0.0': {} '@tufjs/canonical-json@1.0.0': {} + '@tufjs/models@1.0.4': '@tufjs/models@1.0.4': dependencies: '@tufjs/canonical-json': 1.0.0 minimatch: 9.0.5 + '@turbo/gen@1.13.4(@types/node@20.14.12)(typescript@5.5.4)': '@turbo/gen@1.13.4(@types/node@20.14.12)(typescript@5.5.4)': dependencies: '@turbo/workspaces': 1.13.4 @@ -19425,6 +20342,7 @@ snapshots: - supports-color - typescript + '@turbo/workspaces@1.13.4': '@turbo/workspaces@1.13.4': dependencies: chalk: 2.4.2 @@ -19440,59 +20358,74 @@ snapshots: semver: 7.6.3 update-check: 1.5.4 + '@types/adm-zip@0.5.5': '@types/adm-zip@0.5.5': dependencies: '@types/node': 20.14.12 + '@types/body-parser@1.19.5': '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 '@types/node': 20.14.12 + '@types/bonjour@3.5.13': '@types/bonjour@3.5.13': dependencies: '@types/node': 20.14.12 + '@types/chrome@0.0.268': '@types/chrome@0.0.268': dependencies: '@types/filesystem': 0.0.36 '@types/har-format': 1.2.15 + '@types/connect-history-api-fallback@1.5.4': '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.19.5 '@types/node': 20.14.12 + '@types/connect@3.4.36': '@types/connect@3.4.36': dependencies: '@types/node': 20.14.12 + '@types/connect@3.4.38': '@types/connect@3.4.38': dependencies: '@types/node': 20.14.12 '@types/cookie@0.6.0': {} + '@types/cookie@0.6.0': {} + '@types/core-js@2.5.8': {} '@types/core-js@2.5.8': {} + '@types/css-font-loading-module@0.0.7': {} '@types/css-font-loading-module@0.0.7': {} + '@types/debug@4.1.12': '@types/debug@4.1.12': dependencies: '@types/ms': 0.7.34 '@types/diff-match-patch@1.0.36': {} + '@types/diff-match-patch@1.0.36': {} + '@types/eslint-scope@3.7.7': '@types/eslint-scope@3.7.7': dependencies: '@types/eslint': 8.56.11 '@types/estree': 1.0.5 + '@types/eslint@8.56.11': '@types/eslint@8.56.11': dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 + '@types/estree-jsx@1.0.5': '@types/estree-jsx@1.0.5': dependencies: '@types/estree': 1.0.5 @@ -19508,6 +20441,7 @@ snapshots: '@types/range-parser': 1.2.7 '@types/send': 0.17.4 + '@types/express@4.17.21': '@types/express@4.17.21': dependencies: '@types/body-parser': 1.19.5 @@ -19515,107 +20449,141 @@ snapshots: '@types/qs': 6.9.15 '@types/serve-static': 1.15.7 + '@types/filesystem@0.0.36': '@types/filesystem@0.0.36': dependencies: '@types/filewriter': 0.0.33 '@types/filewriter@0.0.33': {} + '@types/filewriter@0.0.33': {} + '@types/glob@7.2.0': '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 '@types/node': 20.14.12 '@types/har-format@1.2.15': {} + '@types/har-format@1.2.15': {} + '@types/hast@2.3.10': '@types/hast@2.3.10': dependencies: '@types/unist': 2.0.10 + '@types/hast@3.0.4': '@types/hast@3.0.4': dependencies: '@types/unist': 3.0.2 '@types/http-errors@2.0.4': {} + '@types/http-errors@2.0.4': {} + '@types/http-proxy@1.17.14': '@types/http-proxy@1.17.14': dependencies: '@types/node': 20.14.12 + '@types/inquirer@6.5.0': '@types/inquirer@6.5.0': dependencies: '@types/through': 0.0.33 rxjs: 6.6.7 '@types/istanbul-lib-coverage@2.0.6': {} + '@types/istanbul-lib-coverage@2.0.6': {} + '@types/istanbul-lib-report@3.0.3': '@types/istanbul-lib-report@3.0.3': dependencies: '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-reports@3.0.4': '@types/istanbul-reports@3.0.4': dependencies: '@types/istanbul-lib-report': 3.0.3 '@types/json-schema@7.0.15': {} + '@types/json-schema@7.0.15': {} + '@types/json5@0.0.29': {} '@types/json5@0.0.29': {} + '@types/jsonwebtoken@9.0.6': '@types/jsonwebtoken@9.0.6': dependencies: '@types/node': 20.14.12 '@types/katex@0.16.7': {} + '@types/katex@0.16.7': {} + '@types/linkify-it@3.0.5': {} '@types/linkify-it@3.0.5': {} + '@types/markdown-it@13.0.9': '@types/markdown-it@13.0.9': dependencies: '@types/linkify-it': 3.0.5 '@types/mdurl': 1.0.5 + '@types/mdast@3.0.15': '@types/mdast@3.0.15': dependencies: '@types/unist': 2.0.10 + '@types/mdast@4.0.4': '@types/mdast@4.0.4': dependencies: '@types/unist': 3.0.2 '@types/mdurl@1.0.5': {} + '@types/mdurl@1.0.5': {} + '@types/mime@1.3.5': {} '@types/mime@1.3.5': {} + '@types/minimatch@3.0.5': {} '@types/minimatch@3.0.5': {} + '@types/minimatch@5.1.2': {} '@types/minimatch@5.1.2': {} + '@types/ms@0.7.34': {} '@types/ms@0.7.34': {} + '@types/mysql@2.15.22': '@types/mysql@2.15.22': dependencies: '@types/node': 20.14.12 + '@types/node-forge@1.3.11': '@types/node-forge@1.3.11': dependencies: '@types/node': 20.14.12 '@types/node@15.14.9': {} + '@types/node@15.14.9': {} + '@types/node@16.18.11': {} '@types/node@16.18.11': {} + '@types/node@18.15.3': {} '@types/node@18.15.3': {} + '@types/node@20.14.12': '@types/node@20.14.12': dependencies: undici-types: 5.26.5 '@types/normalize-package-data@2.4.4': {} + '@types/normalize-package-data@2.4.4': {} + '@types/pg-pool@2.0.4': '@types/pg-pool@2.0.4': dependencies: '@types/pg': 8.6.1 + '@types/pg@8.6.1': '@types/pg@8.6.1': dependencies: '@types/node': 20.14.12 @@ -19623,19 +20591,25 @@ snapshots: pg-types: 2.2.0 '@types/prop-types@15.7.12': {} + '@types/prop-types@15.7.12': {} + '@types/qs@6.9.15': {} '@types/qs@6.9.15': {} + '@types/range-parser@1.2.7': {} '@types/range-parser@1.2.7': {} + '@types/react-dom@18.3.0': '@types/react-dom@18.3.0': dependencies: '@types/react': 18.3.3 + '@types/react-responsive-masonry@2.1.3': '@types/react-responsive-masonry@2.1.3': dependencies: '@types/react': 18.3.3 + '@types/react@18.3.3': '@types/react@18.3.3': dependencies: '@types/prop-types': 15.7.12 @@ -19654,10 +20628,12 @@ snapshots: '@types/mime': 1.3.5 '@types/node': 20.14.12 + '@types/serve-index@1.9.4': '@types/serve-index@1.9.4': dependencies: '@types/express': 4.17.21 + '@types/serve-static@1.15.7': '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 @@ -19665,11 +20641,14 @@ snapshots: '@types/send': 0.17.4 '@types/shimmer@1.2.0': {} + '@types/shimmer@1.2.0': {} + '@types/sockjs@0.3.36': '@types/sockjs@0.3.36': dependencies: '@types/node': 20.14.12 + '@types/through@0.0.33': '@types/through@0.0.33': dependencies: '@types/node': 20.14.12 @@ -19690,17 +20669,22 @@ snapshots: '@types/node': 20.14.12 '@types/webextension-polyfill@0.10.7': {} + '@types/webextension-polyfill@0.10.7': {} + '@types/ws@8.5.11': '@types/ws@8.5.11': dependencies: '@types/node': 20.14.12 '@types/yargs-parser@21.0.3': {} + '@types/yargs-parser@21.0.3': {} + '@types/yargs@17.0.32': '@types/yargs@17.0.32': dependencies: '@types/yargs-parser': 21.0.3 + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@eslint-community/regexpp': 4.11.0 @@ -19716,11 +20700,13 @@ snapshots: natural-compare: 1.4.0 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - supports-color + '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4)': '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 @@ -19729,21 +20715,25 @@ snapshots: '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.6 eslint: 8.57.0 + optionalDependencies: optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - supports-color + '@typescript-eslint/scope-manager@5.62.0': '@typescript-eslint/scope-manager@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 + '@typescript-eslint/scope-manager@6.21.0': '@typescript-eslint/scope-manager@6.21.0': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 + '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.5.4)': '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.4) @@ -19751,6 +20741,7 @@ snapshots: debug: 4.3.6 eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: @@ -19762,6 +20753,13 @@ snapshots: '@typescript-eslint/types@7.18.0': {} + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)': + '@typescript-eslint/types@5.62.0': {} + + '@typescript-eslint/types@6.21.0': {} + + '@typescript-eslint/types@7.18.0': {} + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 5.62.0 @@ -19771,11 +20769,13 @@ snapshots: is-glob: 4.0.3 semver: 7.6.3 tsutils: 3.21.0(typescript@5.5.4) + optionalDependencies: optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - supports-color + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.4)': '@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 6.21.0 @@ -19786,11 +20786,13 @@ snapshots: minimatch: 9.0.3 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - supports-color + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)': '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 7.18.0 @@ -19801,11 +20803,13 @@ snapshots: minimatch: 9.0.5 semver: 7.6.3 ts-api-utils: 1.3.0(typescript@5.5.4) + optionalDependencies: optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - supports-color + '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.5.4)': '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) @@ -19821,6 +20825,7 @@ snapshots: - supports-color - typescript + '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.5.4)': '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.5.4)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) @@ -19835,25 +20840,31 @@ snapshots: - supports-color - typescript + '@typescript-eslint/visitor-keys@5.62.0': '@typescript-eslint/visitor-keys@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 + '@typescript-eslint/visitor-keys@6.21.0': '@typescript-eslint/visitor-keys@6.21.0': dependencies: '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 + '@typescript-eslint/visitor-keys@7.18.0': '@typescript-eslint/visitor-keys@7.18.0': dependencies: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} + '@ungap/structured-clone@1.2.0': {} + '@uploadthing/mime-types@0.2.10': {} '@uploadthing/mime-types@0.2.10': {} + '@uploadthing/shared@6.7.8': '@uploadthing/shared@6.7.8': dependencies: '@uploadthing/mime-types': 0.2.10 @@ -19861,6 +20872,7 @@ snapshots: std-env: 3.7.0 '@use-gesture/core@10.3.1': {} + '@use-gesture/core@10.3.1': {} '@use-gesture/react@10.3.1(react@19.0.0-rc-68dbd84b-20240812)': dependencies: @@ -19868,9 +20880,12 @@ snapshots: react: 19.0.0-rc-68dbd84b-20240812 '@vercel/build-utils@8.3.5': {} + '@vercel/build-utils@8.3.5': {} + '@vercel/error-utils@2.0.2': {} '@vercel/error-utils@2.0.2': {} + '@vercel/fun@1.1.0(encoding@0.1.13)': '@vercel/fun@1.1.0(encoding@0.1.13)': dependencies: '@tootallnate/once': 2.0.0 @@ -19882,6 +20897,7 @@ snapshots: micro: 9.3.5-canary.3 ms: 2.1.1 node-fetch: 2.6.7(encoding@0.1.13) + node-fetch: 2.6.7(encoding@0.1.13) path-match: 1.2.4 promisepipe: 3.0.0 semver: 7.3.5 @@ -19897,10 +20913,12 @@ snapshots: - encoding - supports-color + '@vercel/gatsby-plugin-vercel-analytics@1.0.11': '@vercel/gatsby-plugin-vercel-analytics@1.0.11': dependencies: web-vitals: 0.2.4 + '@vercel/gatsby-plugin-vercel-builder@2.0.39': '@vercel/gatsby-plugin-vercel-builder@2.0.39': dependencies: '@sinclair/typebox': 0.25.24 @@ -19911,21 +20929,27 @@ snapshots: fs-extra: 11.1.0 '@vercel/go@3.1.1': {} + '@vercel/go@3.1.1': {} + '@vercel/hydrogen@1.0.4': '@vercel/hydrogen@1.0.4': dependencies: '@vercel/static-config': 3.0.0 ts-morph: 12.0.0 + '@vercel/next@4.3.6(encoding@0.1.13)': '@vercel/next@4.3.6(encoding@0.1.13)': dependencies: '@vercel/nft': 0.27.3(encoding@0.1.13) + '@vercel/nft': 0.27.3(encoding@0.1.13) transitivePeerDependencies: - encoding - supports-color + '@vercel/nft@0.27.3(encoding@0.1.13)': '@vercel/nft@0.27.3(encoding@0.1.13)': dependencies: + '@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13) '@mapbox/node-pre-gyp': 1.0.11(encoding@0.1.13) '@rollup/pluginutils': 4.2.1 acorn: 8.12.1 @@ -19942,6 +20966,7 @@ snapshots: - encoding - supports-color + '@vercel/node@3.2.7(encoding@0.1.13)': '@vercel/node@3.2.7(encoding@0.1.13)': dependencies: '@edge-runtime/node-utils': 2.3.0 @@ -19951,6 +20976,7 @@ snapshots: '@vercel/build-utils': 8.3.5 '@vercel/error-utils': 2.0.2 '@vercel/nft': 0.27.3(encoding@0.1.13) + '@vercel/nft': 0.27.3(encoding@0.1.13) '@vercel/static-config': 3.0.0 async-listen: 3.0.0 cjs-module-lexer: 1.2.3 @@ -19959,6 +20985,7 @@ snapshots: esbuild: 0.14.47 etag: 1.8.1 node-fetch: 2.6.9(encoding@0.1.13) + node-fetch: 2.6.9(encoding@0.1.13) path-to-regexp: 6.2.1 ts-morph: 12.0.0 ts-node: 10.9.1(@types/node@16.18.11)(typescript@4.9.5) @@ -19971,9 +20998,12 @@ snapshots: - supports-color '@vercel/python@4.3.1': {} + '@vercel/python@4.3.1': {} + '@vercel/redwood@2.1.3(encoding@0.1.13)': '@vercel/redwood@2.1.3(encoding@0.1.13)': dependencies: + '@vercel/nft': 0.27.3(encoding@0.1.13) '@vercel/nft': 0.27.3(encoding@0.1.13) '@vercel/routing-utils': 3.1.0 '@vercel/static-config': 3.0.0 @@ -19983,16 +21013,19 @@ snapshots: - encoding - supports-color + '@vercel/remix-builder@2.2.1(encoding@0.1.13)': '@vercel/remix-builder@2.2.1(encoding@0.1.13)': dependencies: '@vercel/error-utils': 2.0.2 '@vercel/nft': 0.27.3(encoding@0.1.13) + '@vercel/nft': 0.27.3(encoding@0.1.13) '@vercel/static-config': 3.0.0 ts-morph: 12.0.0 transitivePeerDependencies: - encoding - supports-color + '@vercel/routing-utils@3.1.0': '@vercel/routing-utils@3.1.0': dependencies: path-to-regexp: 6.1.0 @@ -20000,7 +21033,9 @@ snapshots: ajv: 6.12.6 '@vercel/ruby@2.1.0': {} + '@vercel/ruby@2.1.0': {} + '@vercel/static-build@2.5.17': '@vercel/static-build@2.5.17': dependencies: '@vercel/gatsby-plugin-vercel-analytics': 1.0.11 @@ -20008,33 +21043,45 @@ snapshots: '@vercel/static-config': 3.0.0 ts-morph: 12.0.0 + '@vercel/static-config@3.0.0': '@vercel/static-config@3.0.0': dependencies: ajv: 8.6.3 json-schema-to-ts: 1.6.4 ts-morph: 12.0.0 + '@vercel/style-guide@5.2.0(@next/eslint-plugin-next@14.2.5)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)': '@vercel/style-guide@5.2.0(@next/eslint-plugin-next@14.2.5)(eslint@8.57.0)(prettier@3.3.3)(typescript@5.5.4)': dependencies: '@babel/core': 7.24.9 '@babel/eslint-parser': 7.25.0(@babel/core@7.24.9)(eslint@8.57.0) '@rushstack/eslint-patch': 1.10.4 '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)) eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-alias: 1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-playwright: 0.16.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) + eslint-plugin-playwright: 0.16.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) eslint-plugin-testing-library: 6.2.2(eslint@8.57.0)(typescript@5.5.4) eslint-plugin-tsdoc: 0.2.17 eslint-plugin-unicorn: 48.0.1(eslint@8.57.0) prettier-plugin-packagejson: 2.5.1(prettier@3.3.3) + optionalDependencies: + '@next/eslint-plugin-next': 14.2.5 + eslint: 8.57.0 + prettier: 3.3.3 optionalDependencies: '@next/eslint-plugin-next': 14.2.5 eslint: 8.57.0 @@ -20046,6 +21093,7 @@ snapshots: - jest - supports-color + '@vue/compiler-core@3.4.34': '@vue/compiler-core@3.4.34': dependencies: '@babel/parser': 7.25.0 @@ -20054,11 +21102,13 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 + '@vue/compiler-dom@3.4.34': '@vue/compiler-dom@3.4.34': dependencies: '@vue/compiler-core': 3.4.34 '@vue/shared': 3.4.34 + '@vue/compiler-sfc@3.4.34': '@vue/compiler-sfc@3.4.34': dependencies: '@babel/parser': 7.25.0 @@ -20071,20 +21121,24 @@ snapshots: postcss: 8.4.40 source-map-js: 1.2.0 + '@vue/compiler-ssr@3.4.34': '@vue/compiler-ssr@3.4.34': dependencies: '@vue/compiler-dom': 3.4.34 '@vue/shared': 3.4.34 + '@vue/reactivity@3.4.34': '@vue/reactivity@3.4.34': dependencies: '@vue/shared': 3.4.34 + '@vue/runtime-core@3.4.34': '@vue/runtime-core@3.4.34': dependencies: '@vue/reactivity': 3.4.34 '@vue/shared': 3.4.34 + '@vue/runtime-dom@3.4.34': '@vue/runtime-dom@3.4.34': dependencies: '@vue/reactivity': 3.4.34 @@ -20092,6 +21146,7 @@ snapshots: '@vue/shared': 3.4.34 csstype: 3.1.3 + '@vue/server-renderer@3.4.34(vue@3.4.34(typescript@5.5.4))': '@vue/server-renderer@3.4.34(vue@3.4.34(typescript@5.5.4))': dependencies: '@vue/compiler-ssr': 3.4.34 @@ -20099,18 +21154,24 @@ snapshots: vue: 3.4.34(typescript@5.5.4) '@vue/shared@3.4.34': {} + '@vue/shared@3.4.34': {} + '@webassemblyjs/ast@1.12.1': '@webassemblyjs/ast@1.12.1': dependencies: '@webassemblyjs/helper-numbers': 1.11.6 '@webassemblyjs/helper-wasm-bytecode': 1.11.6 '@webassemblyjs/floating-point-hex-parser@1.11.6': {} + '@webassemblyjs/floating-point-hex-parser@1.11.6': {} + '@webassemblyjs/helper-api-error@1.11.6': {} '@webassemblyjs/helper-api-error@1.11.6': {} + '@webassemblyjs/helper-buffer@1.12.1': {} '@webassemblyjs/helper-buffer@1.12.1': {} + '@webassemblyjs/helper-numbers@1.11.6': '@webassemblyjs/helper-numbers@1.11.6': dependencies: '@webassemblyjs/floating-point-hex-parser': 1.11.6 @@ -20118,7 +21179,9 @@ snapshots: '@xtuc/long': 4.2.2 '@webassemblyjs/helper-wasm-bytecode@1.11.6': {} + '@webassemblyjs/helper-wasm-bytecode@1.11.6': {} + '@webassemblyjs/helper-wasm-section@1.12.1': '@webassemblyjs/helper-wasm-section@1.12.1': dependencies: '@webassemblyjs/ast': 1.12.1 @@ -20126,16 +21189,20 @@ snapshots: '@webassemblyjs/helper-wasm-bytecode': 1.11.6 '@webassemblyjs/wasm-gen': 1.12.1 + '@webassemblyjs/ieee754@1.11.6': '@webassemblyjs/ieee754@1.11.6': dependencies: '@xtuc/ieee754': 1.2.0 + '@webassemblyjs/leb128@1.11.6': '@webassemblyjs/leb128@1.11.6': dependencies: '@xtuc/long': 4.2.2 '@webassemblyjs/utf8@1.11.6': {} + '@webassemblyjs/utf8@1.11.6': {} + '@webassemblyjs/wasm-edit@1.12.1': '@webassemblyjs/wasm-edit@1.12.1': dependencies: '@webassemblyjs/ast': 1.12.1 @@ -20147,6 +21214,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.12.1 '@webassemblyjs/wast-printer': 1.12.1 + '@webassemblyjs/wasm-gen@1.12.1': '@webassemblyjs/wasm-gen@1.12.1': dependencies: '@webassemblyjs/ast': 1.12.1 @@ -20155,6 +21223,7 @@ snapshots: '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 + '@webassemblyjs/wasm-opt@1.12.1': '@webassemblyjs/wasm-opt@1.12.1': dependencies: '@webassemblyjs/ast': 1.12.1 @@ -20162,6 +21231,7 @@ snapshots: '@webassemblyjs/wasm-gen': 1.12.1 '@webassemblyjs/wasm-parser': 1.12.1 + '@webassemblyjs/wasm-parser@1.12.1': '@webassemblyjs/wasm-parser@1.12.1': dependencies: '@webassemblyjs/ast': 1.12.1 @@ -20171,22 +21241,32 @@ snapshots: '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 + '@webassemblyjs/wast-printer@1.12.1': '@webassemblyjs/wast-printer@1.12.1': dependencies: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 + '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': dependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + '@webpack-cli/generators@3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@5.1.4)(webpack@5.92.1)': '@webpack-cli/generators@3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@5.1.4)(webpack@5.92.1)': dependencies: + webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) yeoman-environment: 3.19.3 yeoman-generator: 5.10.0(encoding@0.1.13)(mem-fs@2.3.0)(yeoman-environment@3.19.3) + optionalDependencies: + prettier: 3.3.3 + yeoman-generator: 5.10.0(encoding@0.1.13)(mem-fs@2.3.0)(yeoman-environment@3.19.3) optionalDependencies: prettier: 3.3.3 transitivePeerDependencies: @@ -20195,11 +21275,15 @@ snapshots: - mem-fs - supports-color + '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': '@webpack-cli/info@2.0.2(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': dependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4))': dependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) @@ -20215,52 +21299,77 @@ snapshots: abbrev@1.1.1: {} + abort-controller@3.0.0: + webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + optionalDependencies: + webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.92.1) + + '@xstate/fsm@1.6.5': {} + + '@xtuc/ieee754@1.2.0': {} + + '@xtuc/long@4.2.2': {} + + abbrev@1.1.1: {} + abort-controller@3.0.0: dependencies: event-target-shim: 5.0.1 + accepts@1.3.8: accepts@1.3.8: dependencies: mime-types: 2.1.35 negotiator: 0.6.3 + acorn-import-assertions@1.9.0(acorn@8.12.1): acorn-import-assertions@1.9.0(acorn@8.12.1): dependencies: acorn: 8.12.1 optional: true + acorn-import-attributes@1.9.5(acorn@8.12.1): acorn-import-attributes@1.9.5(acorn@8.12.1): dependencies: acorn: 8.12.1 + acorn-jsx@5.3.2(acorn@8.12.1): acorn-jsx@5.3.2(acorn@8.12.1): dependencies: acorn: 8.12.1 + acorn-walk@8.3.3: acorn-walk@8.3.3: dependencies: acorn: 8.12.1 acorn@8.12.1: {} + acorn@8.12.1: {} + adm-zip@0.5.14: {} adm-zip@0.5.14: {} + agent-base@6.0.2: agent-base@6.0.2: dependencies: debug: 4.3.6 transitivePeerDependencies: - supports-color + agent-base@7.1.1: agent-base@7.1.1: dependencies: debug: 4.3.6 transitivePeerDependencies: - supports-color + agentkeepalive@4.5.0: agentkeepalive@4.5.0: dependencies: humanize-ms: 1.2.1 + aggregate-error@3.1.0: aggregate-error@3.1.0: dependencies: clean-stack: 2.2.0 @@ -20275,6 +21384,7 @@ snapshots: '@ai-sdk/svelte': 0.0.24(svelte@4.2.18)(zod@3.23.8) '@ai-sdk/ui-utils': 0.0.20(zod@3.23.8) '@ai-sdk/vue': 0.0.24(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + '@ai-sdk/vue': 0.0.24(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) '@opentelemetry/api': 1.9.0 eventsource-parser: 1.1.2 json-schema: 0.4.0 @@ -20300,6 +21410,7 @@ snapshots: '@ai-sdk/svelte': 0.0.31(svelte@4.2.18)(zod@3.23.8) '@ai-sdk/ui-utils': 0.0.26(zod@3.23.8) '@ai-sdk/vue': 0.0.30(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) + '@ai-sdk/vue': 0.0.30(vue@3.4.34(typescript@5.5.4))(zod@3.23.8) '@opentelemetry/api': 1.9.0 eventsource-parser: 1.1.2 json-schema: 0.4.0 @@ -20316,19 +21427,24 @@ snapshots: - solid-js - vue + ajv-formats@2.1.1(ajv@8.17.1): + optionalDependencies: ajv-formats@2.1.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 + ajv-keywords@3.5.2(ajv@6.12.6): ajv-keywords@3.5.2(ajv@6.12.6): dependencies: ajv: 6.12.6 + ajv-keywords@5.1.0(ajv@8.17.1): ajv-keywords@5.1.0(ajv@8.17.1): dependencies: ajv: 8.17.1 fast-deep-equal: 3.1.3 + ajv@6.12.6: ajv@6.12.6: dependencies: fast-deep-equal: 3.1.3 @@ -20336,6 +21452,7 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 + ajv@8.17.1: ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 @@ -20343,6 +21460,7 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + ajv@8.6.3: ajv@8.6.3: dependencies: fast-deep-equal: 3.1.3 @@ -20350,14 +21468,17 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 + ansi-align@3.0.1: ansi-align@3.0.1: dependencies: string-width: 4.2.3 + ansi-escapes@4.3.2: ansi-escapes@4.3.2: dependencies: type-fest: 0.21.3 + ansi-escapes@7.0.0: ansi-escapes@7.0.0: dependencies: environment: 1.1.0 @@ -20370,70 +21491,99 @@ snapshots: ansi-regex@6.0.1: {} + ansi-styles@3.2.1: + ansi-html-community@0.0.8: {} + + ansi-html@0.0.9: {} + + ansi-regex@5.0.1: {} + + ansi-regex@6.0.1: {} + ansi-styles@3.2.1: dependencies: color-convert: 1.9.3 + ansi-styles@4.3.0: ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 ansi-styles@5.2.0: {} + ansi-styles@5.2.0: {} + ansi-styles@6.2.1: {} ansi-styles@6.2.1: {} + any-promise@1.3.0: {} any-promise@1.3.0: {} + anymatch@3.1.3: anymatch@3.1.3: dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 aproba@2.0.0: {} + aproba@2.0.0: {} + are-we-there-yet@2.0.0: are-we-there-yet@2.0.0: dependencies: delegates: 1.0.0 readable-stream: 3.6.2 + are-we-there-yet@3.0.1: are-we-there-yet@3.0.1: dependencies: delegates: 1.0.0 readable-stream: 3.6.2 arg@4.1.0: {} + arg@4.1.0: {} + arg@4.1.3: {} arg@4.1.3: {} + arg@5.0.2: {} arg@5.0.2: {} + argparse@1.0.10: argparse@1.0.10: dependencies: sprintf-js: 1.0.3 argparse@2.0.1: {} + argparse@2.0.1: {} + aria-hidden@1.2.4: aria-hidden@1.2.4: dependencies: tslib: 2.6.3 + aria-query@5.1.3: aria-query@5.1.3: dependencies: deep-equal: 2.2.3 + aria-query@5.3.0: aria-query@5.3.0: dependencies: dequal: 2.0.3 + array-buffer-byte-length@1.0.1: array-buffer-byte-length@1.0.1: dependencies: call-bind: 1.0.7 is-array-buffer: 3.0.4 array-differ@3.0.0: {} + array-differ@3.0.0: {} + array-flatten@1.1.1: {} array-flatten@1.1.1: {} + array-includes@3.1.8: array-includes@3.1.8: dependencies: call-bind: 1.0.7 @@ -20454,6 +21604,7 @@ snapshots: es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 + array.prototype.findlastindex@1.2.5: array.prototype.findlastindex@1.2.5: dependencies: call-bind: 1.0.7 @@ -20463,6 +21614,7 @@ snapshots: es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 + array.prototype.flat@1.3.2: array.prototype.flat@1.3.2: dependencies: call-bind: 1.0.7 @@ -20470,6 +21622,7 @@ snapshots: es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 + array.prototype.flatmap@1.3.2: array.prototype.flatmap@1.3.2: dependencies: call-bind: 1.0.7 @@ -20477,6 +21630,7 @@ snapshots: es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 + array.prototype.tosorted@1.1.4: array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.7 @@ -20485,6 +21639,7 @@ snapshots: es-errors: 1.3.0 es-shim-unscopables: 1.0.2 + arraybuffer.prototype.slice@1.0.3: arraybuffer.prototype.slice@1.0.3: dependencies: array-buffer-byte-length: 1.0.1 @@ -20497,13 +21652,17 @@ snapshots: is-shared-array-buffer: 1.0.3 arrify@2.0.1: {} + arrify@2.0.1: {} + as-table@1.0.55: as-table@1.0.55: dependencies: printable-characters: 1.0.42 asap@2.0.6: {} + asap@2.0.6: {} + asn1.js@4.10.1: asn1.js@4.10.1: dependencies: bn.js: 4.12.0 @@ -20511,13 +21670,17 @@ snapshots: minimalistic-assert: 1.0.1 ast-module-types@6.0.0: {} + ast-module-types@6.0.0: {} + ast-types-flow@0.0.8: {} ast-types-flow@0.0.8: {} + ast-types@0.13.4: ast-types@0.13.4: dependencies: tslib: 2.6.3 + ast-types@0.14.2: ast-types@0.14.2: dependencies: tslib: 2.6.3 @@ -20540,6 +21703,26 @@ snapshots: attr-accept@2.2.2: {} + autoprefixer@10.4.19(postcss@8.4.40): + + astral-regex@2.0.0: {} + + async-listen@1.2.0: {} + + async-listen@3.0.0: {} + + async-listen@3.0.1: {} + + async-sema@3.1.1: {} + + async@3.2.5: {} + + asynckit@0.4.0: {} + + at-least-node@1.0.0: {} + + attr-accept@2.2.2: {} + autoprefixer@10.4.19(postcss@8.4.40): dependencies: browserslist: 4.23.2 @@ -20550,14 +21733,18 @@ snapshots: postcss: 8.4.40 postcss-value-parser: 4.2.0 + available-typed-arrays@1.0.7: available-typed-arrays@1.0.7: dependencies: possible-typed-array-names: 1.0.0 aws4fetch@1.0.19: {} + aws4fetch@1.0.19: {} + axe-core@4.9.1: {} axe-core@4.9.1: {} + axios@1.7.2: axios@1.7.2: dependencies: follow-redirects: 1.15.6 @@ -20566,6 +21753,7 @@ snapshots: transitivePeerDependencies: - debug + axobject-query@3.1.1: axobject-query@3.1.1: dependencies: deep-equal: 2.2.3 @@ -20628,13 +21816,17 @@ snapshots: - supports-color babel-plugin-react-require@4.0.3: {} + babel-plugin-react-require@4.0.3: {} + babel-plugin-syntax-hermes-parser@0.21.1: babel-plugin-syntax-hermes-parser@0.21.1: dependencies: hermes-parser: 0.21.1 babel-plugin-transform-react-remove-prop-types@0.4.24: {} + babel-plugin-transform-react-remove-prop-types@0.4.24: {} + babel-preset-modern-browser-extension@0.7.0(@babel/core@7.24.9): babel-preset-modern-browser-extension@0.7.0(@babel/core@7.24.9): dependencies: '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.9) @@ -20649,25 +21841,36 @@ snapshots: - supports-color bail@2.0.2: {} + bail@2.0.2: {} + balanced-match@1.0.2: {} balanced-match@1.0.2: {} + balanced-match@2.0.0: {} balanced-match@2.0.0: {} + base64-arraybuffer@1.0.2: {} base64-arraybuffer@1.0.2: {} + base64-js@1.5.1: {} base64-js@1.5.1: {} + basic-ftp@5.0.5: {} basic-ftp@5.0.5: {} + batch@0.6.1: {} batch@0.6.1: {} + before-after-hook@2.2.3: {} before-after-hook@2.2.3: {} + big.js@5.2.2: {} big.js@5.2.2: {} + bignumber.js@9.1.2: {} bignumber.js@9.1.2: {} + bin-links@3.0.3: bin-links@3.0.3: dependencies: cmd-shim: 5.0.0 @@ -20678,15 +21881,20 @@ snapshots: write-file-atomic: 4.0.2 binary-extensions@2.3.0: {} + binary-extensions@2.3.0: {} + binary-search@1.3.6: {} binary-search@1.3.6: {} + binaryextensions@4.19.0: {} binaryextensions@4.19.0: {} + bindings@1.5.0: bindings@1.5.0: dependencies: file-uri-to-path: 1.0.0 + bl@4.1.0: bl@4.1.0: dependencies: buffer: 5.7.1 @@ -20694,11 +21902,15 @@ snapshots: readable-stream: 3.6.2 blake3-wasm@2.1.5: {} + blake3-wasm@2.1.5: {} + bn.js@4.12.0: {} bn.js@4.12.0: {} + bn.js@5.2.1: {} bn.js@5.2.1: {} + body-parser@1.20.2: body-parser@1.20.2: dependencies: bytes: 3.1.2 @@ -20716,15 +21928,19 @@ snapshots: transitivePeerDependencies: - supports-color + bonjour-service@1.2.1: bonjour-service@1.2.1: dependencies: fast-deep-equal: 3.1.3 multicast-dns: 7.2.5 boolbase@1.0.0: {} + boolbase@1.0.0: {} + bowser@2.11.0: {} bowser@2.11.0: {} + boxen@5.1.2: boxen@5.1.2: dependencies: ansi-align: 3.0.1 @@ -20736,27 +21952,33 @@ snapshots: widest-line: 3.1.0 wrap-ansi: 7.0.0 + brace-expansion@1.1.11: brace-expansion@1.1.11: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 + brace-expansion@2.0.1: brace-expansion@2.0.1: dependencies: balanced-match: 1.0.2 + braces@3.0.3: braces@3.0.3: dependencies: fill-range: 7.1.1 brorand@1.1.0: {} + brorand@1.1.0: {} + browser-extension-manifest-fields@1.0.6: browser-extension-manifest-fields@1.0.6: dependencies: glob: 10.4.5 parse5: 7.1.2 parse5-utils: 2.0.0 + browserify-aes@1.2.0: browserify-aes@1.2.0: dependencies: buffer-xor: 1.0.3 @@ -20766,12 +21988,14 @@ snapshots: inherits: 2.0.4 safe-buffer: 5.2.1 + browserify-cipher@1.0.1: browserify-cipher@1.0.1: dependencies: browserify-aes: 1.2.0 browserify-des: 1.0.2 evp_bytestokey: 1.0.3 + browserify-des@1.0.2: browserify-des@1.0.2: dependencies: cipher-base: 1.0.4 @@ -20779,11 +22003,13 @@ snapshots: inherits: 2.0.4 safe-buffer: 5.2.1 + browserify-rsa@4.1.0: browserify-rsa@4.1.0: dependencies: bn.js: 5.2.1 randombytes: 2.1.0 + browserify-sign@4.2.3: browserify-sign@4.2.3: dependencies: bn.js: 5.2.1 @@ -20797,6 +22023,7 @@ snapshots: readable-stream: 2.3.8 safe-buffer: 5.2.1 + browserslist@4.23.2: browserslist@4.23.2: dependencies: caniuse-lite: 1.0.30001643 @@ -20805,41 +22032,55 @@ snapshots: update-browserslist-db: 1.1.0(browserslist@4.23.2) buffer-crc32@0.2.13: {} + buffer-crc32@0.2.13: {} + buffer-equal-constant-time@1.0.1: {} buffer-equal-constant-time@1.0.1: {} + buffer-from@1.1.2: {} buffer-from@1.1.2: {} + buffer-xor@1.0.3: {} buffer-xor@1.0.3: {} + buffer@5.7.1: buffer@5.7.1: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 + buffer@6.0.3: buffer@6.0.3: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 builtin-modules@3.3.0: {} + builtin-modules@3.3.0: {} + builtins@1.0.3: {} builtins@1.0.3: {} + bundle-name@4.1.0: bundle-name@4.1.0: dependencies: run-applescript: 7.0.0 + busboy@1.6.0: busboy@1.6.0: dependencies: streamsearch: 1.1.0 bytes@3.0.0: {} + bytes@3.0.0: {} + bytes@3.1.0: {} bytes@3.1.0: {} + bytes@3.1.2: {} bytes@3.1.2: {} + cacache@15.3.0: cacache@15.3.0: dependencies: '@npmcli/fs': 1.1.1 @@ -20863,6 +22104,7 @@ snapshots: transitivePeerDependencies: - bluebird + cacache@16.1.3: cacache@16.1.3: dependencies: '@npmcli/fs': 2.1.2 @@ -20886,6 +22128,7 @@ snapshots: transitivePeerDependencies: - bluebird + cacache@17.1.4: cacache@17.1.4: dependencies: '@npmcli/fs': 3.1.1 @@ -20901,6 +22144,7 @@ snapshots: tar: 6.2.1 unique-filename: 3.0.0 + call-bind@1.0.7: call-bind@1.0.7: dependencies: es-define-property: 1.0.0 @@ -20910,20 +22154,27 @@ snapshots: set-function-length: 1.2.2 callsites@3.1.0: {} + callsites@3.1.0: {} + camel-case@3.0.0: camel-case@3.0.0: dependencies: no-case: 2.3.2 upper-case: 1.1.3 camelcase-css@2.0.1: {} + camelcase-css@2.0.1: {} + camelcase@6.3.0: {} camelcase@6.3.0: {} + caniuse-lite@1.0.30001643: {} caniuse-lite@1.0.30001643: {} + canvas-size@1.2.6: {} canvas-size@1.2.6: {} + capnp-ts@0.7.0: capnp-ts@0.7.0: dependencies: debug: 4.3.6 @@ -20932,27 +22183,34 @@ snapshots: - supports-color case-sensitive-paths-webpack-plugin@2.4.0: {} + case-sensitive-paths-webpack-plugin@2.4.0: {} + ccount@2.0.1: {} ccount@2.0.1: {} + chalk@2.4.2: chalk@2.4.2: dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 + chalk@3.0.0: chalk@3.0.0: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 + chalk@4.1.2: chalk@4.1.2: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 chalk@5.3.0: {} + chalk@5.3.0: {} + change-case@3.1.0: change-case@3.1.0: dependencies: camel-case: 3.0.0 @@ -20975,15 +22233,21 @@ snapshots: upper-case-first: 1.1.2 character-entities-html4@2.1.0: {} + character-entities-html4@2.1.0: {} + character-entities-legacy@3.0.0: {} character-entities-legacy@3.0.0: {} + character-entities@2.0.2: {} character-entities@2.0.2: {} + character-reference-invalid@2.0.1: {} character-reference-invalid@2.0.1: {} + chardet@0.7.0: {} chardet@0.7.0: {} + cheerio-select@2.1.0: cheerio-select@2.1.0: dependencies: boolbase: 1.0.0 @@ -20993,6 +22257,7 @@ snapshots: domhandler: 5.0.3 domutils: 3.1.0 + cheerio@1.0.0-rc.12: cheerio@1.0.0-rc.12: dependencies: cheerio-select: 2.1.0 @@ -21003,6 +22268,7 @@ snapshots: parse5: 7.1.2 parse5-htmlparser2-tree-adapter: 7.0.0 + chokidar@3.3.1: chokidar@3.3.1: dependencies: anymatch: 3.1.3 @@ -21015,6 +22281,7 @@ snapshots: optionalDependencies: fsevents: 2.1.3 + chokidar@3.6.0: chokidar@3.6.0: dependencies: anymatch: 3.1.3 @@ -21028,39 +22295,53 @@ snapshots: fsevents: 2.3.3 chownr@1.1.4: {} + chownr@1.1.4: {} + chownr@2.0.0: {} chownr@2.0.0: {} + chrome-extension-manifest-json-schema@0.2.0: {} chrome-extension-manifest-json-schema@0.2.0: {} + chrome-location@1.2.1: chrome-location@1.2.1: dependencies: userhome: 1.0.0 which: 1.3.1 chrome-trace-event@1.0.4: {} + chrome-trace-event@1.0.4: {} + ci-info@2.0.0: {} ci-info@2.0.0: {} + ci-info@3.9.0: {} ci-info@3.9.0: {} + ci-info@4.0.0: {} ci-info@4.0.0: {} + cipher-base@1.0.4: cipher-base@1.0.4: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 cjs-module-lexer@1.2.3: {} + cjs-module-lexer@1.2.3: {} + cjs-module-lexer@1.3.1: {} cjs-module-lexer@1.3.1: {} + class-variance-authority@0.7.0: class-variance-authority@0.7.0: dependencies: clsx: 2.0.0 classnames@2.5.1: {} + classnames@2.5.1: {} + clean-regexp@1.0.0: clean-regexp@1.0.0: dependencies: escape-string-regexp: 1.0.5 @@ -21077,14 +22358,17 @@ snapshots: memoizee: 0.4.17 timers-ext: 0.1.8 + cli-cursor@3.1.0: cli-cursor@3.1.0: dependencies: restore-cursor: 3.1.0 + cli-cursor@5.0.0: cli-cursor@5.0.0: dependencies: restore-cursor: 5.1.0 + cli-high@0.4.2: cli-high@0.4.2: dependencies: '@clack/prompts': 0.7.0 @@ -21093,20 +22377,26 @@ snapshots: yargs: 17.7.2 cli-spinners@2.9.2: {} + cli-spinners@2.9.2: {} + cli-table@0.3.11: cli-table@0.3.11: dependencies: colors: 1.0.3 + cli-truncate@4.0.0: cli-truncate@4.0.0: dependencies: slice-ansi: 5.0.0 string-width: 7.2.0 cli-width@3.0.0: {} + cli-width@3.0.0: {} + client-only@0.0.1: {} client-only@0.0.1: {} + cliui@8.0.1: cliui@8.0.1: dependencies: string-width: 4.2.3 @@ -21114,7 +22404,9 @@ snapshots: wrap-ansi: 7.0.0 clone-buffer@1.0.0: {} + clone-buffer@1.0.0: {} + clone-deep@4.0.1: clone-deep@4.0.1: dependencies: is-plain-object: 2.0.4 @@ -21122,11 +22414,15 @@ snapshots: shallow-clone: 3.0.1 clone-stats@1.0.0: {} + clone-stats@1.0.0: {} + clone@1.0.4: {} clone@1.0.4: {} + clone@2.1.2: {} clone@2.1.2: {} + cloneable-readable@1.1.3: cloneable-readable@1.1.3: dependencies: inherits: 2.0.4 @@ -21134,9 +22430,12 @@ snapshots: readable-stream: 2.3.8 clsx@2.0.0: {} + clsx@2.0.0: {} + clsx@2.1.1: {} clsx@2.1.1: {} + cmd-shim@5.0.0: cmd-shim@5.0.0: dependencies: mkdirp-infer-owner: 2.0.0 @@ -21189,10 +22488,12 @@ snapshots: estree-walker: 3.0.3 periscopic: 3.1.0 + color-convert@1.9.3: color-convert@1.9.3: dependencies: color-name: 1.1.3 + color-convert@2.0.1: color-convert@2.0.1: dependencies: color-name: 1.1.4 @@ -21226,15 +22527,21 @@ snapshots: delayed-stream: 1.0.0 comma-separated-tokens@2.0.3: {} + comma-separated-tokens@2.0.3: {} + commander@10.0.1: {} commander@10.0.1: {} + commander@11.1.0: {} commander@11.1.0: {} + commander@12.1.0: {} commander@12.1.0: {} + commander@2.20.3: {} commander@2.20.3: {} + commander@2.9.0: commander@2.9.0: dependencies: graceful-readlink: 1.0.1 @@ -21259,6 +22566,7 @@ snapshots: dependencies: mime-db: 1.53.0 + compression@1.7.4: compression@1.7.4: dependencies: accepts: 1.3.8 @@ -21271,6 +22579,7 @@ snapshots: transitivePeerDependencies: - supports-color + compromise@14.13.0: compromise@14.13.0: dependencies: efrt: 2.7.0 @@ -21278,7 +22587,9 @@ snapshots: suffix-thumb: 5.0.2 concat-map@0.0.1: {} + concat-map@0.0.1: {} + concat-stream@1.6.2: concat-stream@1.6.2: dependencies: buffer-from: 1.1.2 @@ -21286,11 +22597,13 @@ snapshots: readable-stream: 2.3.8 typedarray: 0.0.6 + config-chain@1.1.13: config-chain@1.1.13: dependencies: ini: 1.3.8 proto-list: 1.2.4 + configstore@5.0.1: configstore@5.0.1: dependencies: dot-prop: 5.3.0 @@ -21301,40 +22614,55 @@ snapshots: xdg-basedir: 4.0.0 connect-history-api-fallback@2.0.0: {} + connect-history-api-fallback@2.0.0: {} + consola@3.2.3: {} consola@3.2.3: {} + console-control-strings@1.1.0: {} console-control-strings@1.1.0: {} + constant-case@2.0.0: constant-case@2.0.0: dependencies: snake-case: 2.1.0 upper-case: 1.1.3 + content-disposition@0.5.4: content-disposition@0.5.4: dependencies: safe-buffer: 5.2.1 content-security-policy-parser@0.6.0: {} + content-security-policy-parser@0.6.0: {} + content-type@1.0.4: {} content-type@1.0.4: {} + content-type@1.0.5: {} content-type@1.0.5: {} + convert-hrtime@3.0.0: {} convert-hrtime@3.0.0: {} + convert-source-map@2.0.0: {} convert-source-map@2.0.0: {} + cookie-signature@1.0.6: {} cookie-signature@1.0.6: {} + cookie@0.5.0: {} cookie@0.5.0: {} + cookie@0.6.0: {} cookie@0.6.0: {} + copy-anything@2.0.6: copy-anything@2.0.6: dependencies: is-what: 3.14.1 + core-js-compat@3.37.1: core-js-compat@3.37.1: dependencies: browserslist: 4.23.2 @@ -21345,29 +22673,41 @@ snapshots: core-util-is@1.0.3: {} + cosmiconfig@8.3.6(typescript@5.3.3): + core-js-pure@3.37.1: {} + + core-js@3.37.1: {} + + core-util-is@1.0.3: {} + cosmiconfig@8.3.6(typescript@5.3.3): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 + optionalDependencies: optionalDependencies: typescript: 5.3.3 + cosmiconfig@9.0.0(typescript@5.3.3): cosmiconfig@9.0.0(typescript@5.3.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 + optionalDependencies: optionalDependencies: typescript: 5.3.3 + create-ecdh@4.0.4: create-ecdh@4.0.4: dependencies: bn.js: 4.12.0 elliptic: 6.5.6 + create-hash@1.2.0: create-hash@1.2.0: dependencies: cipher-base: 1.0.4 @@ -21376,6 +22716,7 @@ snapshots: ripemd160: 2.0.2 sha.js: 2.4.11 + create-hmac@1.1.7: create-hmac@1.1.7: dependencies: cipher-base: 1.0.4 @@ -21386,15 +22727,19 @@ snapshots: sha.js: 2.4.11 create-require@1.1.1: {} + create-require@1.1.1: {} + crelt@1.0.6: {} crelt@1.0.6: {} + cross-spawn@7.0.3: cross-spawn@7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 + crypto-browserify@3.12.0: crypto-browserify@3.12.0: dependencies: browserify-cipher: 1.0.1 @@ -21411,6 +22756,9 @@ snapshots: crypto-random-string@2.0.0: {} + css-blank-pseudo@6.0.2(postcss@8.4.40): + crypto-random-string@2.0.0: {} + css-blank-pseudo@6.0.2(postcss@8.4.40): dependencies: postcss: 8.4.40 @@ -21418,6 +22766,9 @@ snapshots: css-functions-list@3.2.2: {} + css-has-pseudo@6.0.5(postcss@8.4.40): + css-functions-list@3.2.2: {} + css-has-pseudo@6.0.5(postcss@8.4.40): dependencies: '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) @@ -21425,6 +22776,7 @@ snapshots: postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 + css-loader@6.11.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): css-loader@6.11.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: icss-utils: 5.1.0(postcss@8.4.40) @@ -21435,13 +22787,16 @@ snapshots: postcss-modules-values: 4.0.0(postcss@8.4.40) postcss-value-parser: 4.2.0 semver: 7.6.3 + optionalDependencies: optionalDependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + css-prefers-color-scheme@9.0.1(postcss@8.4.40): css-prefers-color-scheme@9.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 + css-select@5.1.0: css-select@5.1.0: dependencies: boolbase: 1.0.0 @@ -21450,58 +22805,74 @@ snapshots: domutils: 3.1.0 nth-check: 2.1.1 + css-styled@1.0.8: css-styled@1.0.8: dependencies: '@daybrush/utils': 1.13.0 + css-to-mat@1.1.1: css-to-mat@1.1.1: dependencies: '@daybrush/utils': 1.13.0 '@scena/matrix': 1.1.1 + css-tree@2.3.1: css-tree@2.3.1: dependencies: mdn-data: 2.0.30 source-map-js: 1.2.0 css-what@6.1.0: {} + css-what@6.1.0: {} + cssdb@8.1.0: {} cssdb@8.1.0: {} + cssesc@3.0.0: {} cssesc@3.0.0: {} + csstype@3.1.3: {} csstype@3.1.3: {} + csv-loader@3.0.5: csv-loader@3.0.5: dependencies: loader-utils: 2.0.4 papaparse: 5.4.1 + d@1.0.2: d@1.0.2: dependencies: es5-ext: 0.10.64 type: 2.7.3 damerau-levenshtein@1.0.8: {} + damerau-levenshtein@1.0.8: {} + dargs@7.0.0: {} dargs@7.0.0: {} + data-uri-to-buffer@2.0.2: {} data-uri-to-buffer@2.0.2: {} + data-uri-to-buffer@6.0.2: {} data-uri-to-buffer@6.0.2: {} + data-view-buffer@1.0.1: data-view-buffer@1.0.1: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 + data-view-byte-length@1.0.1: data-view-byte-length@1.0.1: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 + data-view-byte-offset@1.0.0: data-view-byte-offset@1.0.0: dependencies: call-bind: 1.0.7 @@ -21514,34 +22885,52 @@ snapshots: debounce@1.2.1: {} + debug@2.6.9: + date-fns@3.6.0: {} + + dateformat@4.6.3: {} + + debounce@1.2.1: {} + debug@2.6.9: dependencies: ms: 2.0.0 + debug@3.2.7: + debug@3.2.7: dependencies: ms: 2.1.3 + debug@4.1.1: debug@4.1.1: dependencies: ms: 2.1.3 + debug@4.3.4: + debug@4.3.4: dependencies: ms: 2.1.2 + debug@4.3.6: + debug@4.3.6: dependencies: ms: 2.1.2 debuglog@1.0.1: {} + debuglog@1.0.1: {} + decamelize@1.2.0: {} decamelize@1.2.0: {} + decode-named-character-reference@1.0.2: decode-named-character-reference@1.0.2: dependencies: character-entities: 2.0.2 + deep-equal@2.2.3: deep-equal@2.2.3: dependencies: array-buffer-byte-length: 1.0.1 @@ -21564,26 +22953,34 @@ snapshots: which-typed-array: 1.1.15 deep-extend@0.6.0: {} + deep-extend@0.6.0: {} + deep-is@0.1.4: {} deep-is@0.1.4: {} + deepmerge@4.3.1: {} deepmerge@4.3.1: {} + default-browser-id@5.0.0: {} default-browser-id@5.0.0: {} + default-browser@5.2.1: default-browser@5.2.1: dependencies: bundle-name: 4.1.0 default-browser-id: 5.0.0 + default-gateway@6.0.3: default-gateway@6.0.3: dependencies: execa: 5.1.1 + defaults@1.0.4: defaults@1.0.4: dependencies: clone: 1.0.4 + define-data-property@1.1.4: define-data-property@1.1.4: dependencies: es-define-property: 1.0.0 @@ -21591,7 +22988,9 @@ snapshots: gopd: 1.0.1 define-lazy-prop@3.0.0: {} + define-lazy-prop@3.0.0: {} + define-properties@1.2.1: define-properties@1.2.1: dependencies: define-data-property: 1.1.4 @@ -21599,7 +22998,9 @@ snapshots: object-keys: 1.1.1 defu@6.1.4: {} + defu@6.1.4: {} + degenerator@5.0.1: degenerator@5.0.1: dependencies: ast-types: 0.13.4 @@ -21618,34 +23019,48 @@ snapshots: slash: 3.0.0 delayed-stream@1.0.0: {} + delayed-stream@1.0.0: {} + delegates@1.0.0: {} delegates@1.0.0: {} + depd@1.1.2: {} depd@1.1.2: {} + depd@2.0.0: {} depd@2.0.0: {} + deprecation@2.3.1: {} deprecation@2.3.1: {} + dequal@2.0.3: {} dequal@2.0.3: {} + des.js@1.1.0: des.js@1.1.0: dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 destroy@1.2.0: {} + destroy@1.2.0: {} + detect-indent@7.0.1: {} detect-indent@7.0.1: {} + detect-libc@2.0.3: {} detect-libc@2.0.3: {} + detect-newline@4.0.1: {} detect-newline@4.0.1: {} + detect-node-es@1.1.0: {} detect-node-es@1.1.0: {} + detect-node@2.1.0: {} detect-node@2.1.0: {} + detective-amd@6.0.0: detective-amd@6.0.0: dependencies: ast-module-types: 6.0.0 @@ -21653,26 +23068,32 @@ snapshots: get-amd-module-type: 6.0.0 node-source-walk: 7.0.0 + detective-cjs@6.0.0: detective-cjs@6.0.0: dependencies: ast-module-types: 6.0.0 node-source-walk: 7.0.0 + detective-es6@5.0.0: detective-es6@5.0.0: dependencies: node-source-walk: 7.0.0 + detective-postcss@7.0.0(postcss@8.4.40): + detective-postcss@7.0.0(postcss@8.4.40): dependencies: is-url: 1.2.4 postcss: 8.4.40 postcss-values-parser: 6.0.2(postcss@8.4.40) + detective-sass@6.0.0: detective-sass@6.0.0: dependencies: gonzales-pe: 4.3.0 node-source-walk: 7.0.0 + detective-scss@5.0.0: detective-scss@5.0.0: dependencies: gonzales-pe: 4.3.0 @@ -21680,6 +23101,9 @@ snapshots: detective-stylus@5.0.0: {} + detective-typescript@13.0.0(typescript@5.5.4): + detective-stylus@5.0.0: {} + detective-typescript@13.0.0(typescript@5.5.4): dependencies: '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4) @@ -21689,6 +23113,8 @@ snapshots: transitivePeerDependencies: - supports-color + detective-vue2@2.0.3(typescript@5.5.4): + detective-vue2@2.0.3(typescript@5.5.4): dependencies: '@vue/compiler-sfc': 3.4.34 @@ -21701,53 +23127,68 @@ snapshots: transitivePeerDependencies: - supports-color + devlop@1.1.0: devlop@1.1.0: dependencies: dequal: 2.0.3 devtools-protocol@0.0.1019158: {} + devtools-protocol@0.0.1019158: {} + dezalgo@1.0.4: dezalgo@1.0.4: dependencies: asap: 2.0.6 wrappy: 1.0.2 didyoumean@1.2.2: {} + didyoumean@1.2.2: {} + diff-match-patch@1.0.5: {} diff-match-patch@1.0.5: {} + diff@4.0.2: {} diff@4.0.2: {} + diff@5.2.0: {} diff@5.2.0: {} + diffie-hellman@5.0.3: diffie-hellman@5.0.3: dependencies: bn.js: 4.12.0 miller-rabin: 4.0.1 randombytes: 2.1.0 + difflib@0.2.4: difflib@0.2.4: dependencies: heap: 0.2.7 + dir-glob@3.0.1: dir-glob@3.0.1: dependencies: path-type: 4.0.0 dlv@1.1.3: {} + dlv@1.1.3: {} + dns-packet@5.6.1: dns-packet@5.6.1: dependencies: '@leichtgewicht/ip-codec': 2.0.5 + doctrine@2.1.0: doctrine@2.1.0: dependencies: esutils: 2.0.3 + doctrine@3.0.0: doctrine@3.0.0: dependencies: esutils: 2.0.3 + dom-serializer@2.0.0: dom-serializer@2.0.0: dependencies: domelementtype: 2.3.0 @@ -21755,44 +23196,56 @@ snapshots: entities: 4.5.0 domelementtype@2.3.0: {} + domelementtype@2.3.0: {} + domhandler@5.0.3: domhandler@5.0.3: dependencies: domelementtype: 2.3.0 + domutils@3.1.0: domutils@3.1.0: dependencies: dom-serializer: 2.0.0 domelementtype: 2.3.0 domhandler: 5.0.3 + dot-case@2.1.1: dot-case@2.1.1: dependencies: no-case: 2.3.2 + dot-prop@5.3.0: dot-prop@5.3.0: dependencies: is-obj: 2.0.0 + dotenv-defaults@2.0.2: dotenv-defaults@2.0.2: dependencies: dotenv: 8.6.0 + dotenv-webpack@8.1.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dotenv-webpack@8.1.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: dotenv-defaults: 2.0.2 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) dotenv@16.0.3: {} + dotenv@16.0.3: {} + dotenv@16.4.5: {} dotenv@16.4.5: {} + dotenv@8.6.0: {} dotenv@8.6.0: {} + dreamopt@0.8.0: dreamopt@0.8.0: dependencies: wordwrap: 1.0.0 + drizzle-kit@0.21.2: drizzle-kit@0.21.2: dependencies: '@esbuild-kit/esm-loader': 2.6.5 @@ -21812,20 +23265,25 @@ snapshots: '@cloudflare/workers-types': 4.20240725.0 '@opentelemetry/api': 1.9.0 '@types/pg': 8.6.1 + '@types/pg': 8.6.1 '@types/react': 18.3.3 react: 19.0.0-rc-68dbd84b-20240812 eastasianwidth@0.2.0: {} + eastasianwidth@0.2.0: {} + ecdsa-sig-formatter@1.0.11: ecdsa-sig-formatter@1.0.11: dependencies: safe-buffer: 5.2.1 + edge-location@1.0.0: edge-location@1.0.0: dependencies: userhome: 1.0.0 which: 2.0.2 + edge-runtime@2.5.9: edge-runtime@2.5.9: dependencies: '@edge-runtime/format': 2.2.1 @@ -21839,17 +23297,23 @@ snapshots: time-span: 4.0.0 ee-first@1.1.1: {} + ee-first@1.1.1: {} + effect@3.4.5: {} effect@3.4.5: {} + efrt@2.7.0: {} efrt@2.7.0: {} + ejs@3.1.10: ejs@3.1.10: dependencies: jake: 10.9.2 electron-to-chromium@1.5.2: {} + electron-to-chromium@1.5.2: {} + elliptic@6.5.6: elliptic@6.5.6: dependencies: bn.js: 4.12.0 @@ -21861,30 +23325,40 @@ snapshots: minimalistic-crypto-utils: 1.0.1 emitter-component@1.1.2: {} + emitter-component@1.1.2: {} + emoji-regex@10.3.0: {} emoji-regex@10.3.0: {} + emoji-regex@8.0.0: {} emoji-regex@8.0.0: {} + emoji-regex@9.2.2: {} emoji-regex@9.2.2: {} + emojis-list@3.0.0: {} emojis-list@3.0.0: {} + encodeurl@1.0.2: {} encodeurl@1.0.2: {} + encoding@0.1.13: encoding@0.1.13: dependencies: iconv-lite: 0.6.3 optional: true + end-of-stream@1.1.0: end-of-stream@1.1.0: dependencies: once: 1.3.3 + end-of-stream@1.4.4: end-of-stream@1.4.4: dependencies: once: 1.4.0 + engine.io-client@6.5.4: engine.io-client@6.5.4: dependencies: '@socket.io/component-emitter': 3.1.2 @@ -21898,7 +23372,9 @@ snapshots: - utf-8-validate engine.io-parser@5.2.3: {} + engine.io-parser@5.2.3: {} + enhanced-resolve@5.17.1: enhanced-resolve@5.17.1: dependencies: graceful-fs: 4.2.11 @@ -21916,21 +23392,38 @@ snapshots: err-code@2.0.3: {} + errno@0.1.8: + entities@4.5.0: {} + + env-paths@2.2.1: {} + + env-paths@3.0.0: {} + + envinfo@7.13.0: {} + + environment@1.1.0: {} + + err-code@2.0.3: {} + errno@0.1.8: dependencies: prr: 1.0.1 optional: true + error-ex@1.3.2: error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 + error-stack-parser@2.1.4: error-stack-parser@2.1.4: dependencies: stackframe: 1.3.4 error@10.4.0: {} + error@10.4.0: {} + es-abstract@1.23.3: es-abstract@1.23.3: dependencies: array-buffer-byte-length: 1.0.1 @@ -21980,12 +23473,15 @@ snapshots: unbox-primitive: 1.0.2 which-typed-array: 1.1.15 + es-define-property@1.0.0: es-define-property@1.0.0: dependencies: get-intrinsic: 1.2.4 es-errors@1.3.0: {} + es-errors@1.3.0: {} + es-get-iterator@1.1.3: es-get-iterator@1.1.3: dependencies: call-bind: 1.0.7 @@ -21998,6 +23494,7 @@ snapshots: isarray: 2.0.5 stop-iteration-iterator: 1.0.0 + es-iterator-helpers@1.0.19: es-iterator-helpers@1.0.19: dependencies: call-bind: 1.0.7 @@ -22016,29 +23513,36 @@ snapshots: safe-array-concat: 1.1.2 es-module-lexer@1.4.1: {} + es-module-lexer@1.4.1: {} + es-module-lexer@1.5.4: {} es-module-lexer@1.5.4: {} + es-object-atoms@1.0.0: es-object-atoms@1.0.0: dependencies: es-errors: 1.3.0 + es-set-tostringtag@2.0.3: es-set-tostringtag@2.0.3: dependencies: get-intrinsic: 1.2.4 has-tostringtag: 1.0.2 hasown: 2.0.2 + es-shim-unscopables@1.0.2: es-shim-unscopables@1.0.2: dependencies: hasown: 2.0.2 + es-to-primitive@1.2.1: es-to-primitive@1.2.1: dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 + es5-ext@0.10.64: es5-ext@0.10.64: dependencies: es6-iterator: 2.0.3 @@ -22046,17 +23550,20 @@ snapshots: esniff: 2.0.1 next-tick: 1.1.0 + es6-iterator@2.0.3: es6-iterator@2.0.3: dependencies: d: 1.0.2 es5-ext: 0.10.64 es6-symbol: 3.1.4 + es6-symbol@3.1.4: es6-symbol@3.1.4: dependencies: d: 1.0.2 ext: 1.7.0 + es6-weak-map@2.0.3: es6-weak-map@2.0.3: dependencies: d: 1.0.2 @@ -22064,102 +23571,135 @@ snapshots: es6-iterator: 2.0.3 es6-symbol: 3.1.4 + esbuild-android-64@0.14.47: esbuild-android-64@0.14.47: optional: true + esbuild-android-64@0.15.18: esbuild-android-64@0.15.18: optional: true + esbuild-android-arm64@0.14.47: esbuild-android-arm64@0.14.47: optional: true + esbuild-android-arm64@0.15.18: esbuild-android-arm64@0.15.18: optional: true + esbuild-darwin-64@0.14.47: esbuild-darwin-64@0.14.47: optional: true + esbuild-darwin-64@0.15.18: esbuild-darwin-64@0.15.18: optional: true + esbuild-darwin-arm64@0.14.47: esbuild-darwin-arm64@0.14.47: optional: true + esbuild-darwin-arm64@0.15.18: esbuild-darwin-arm64@0.15.18: optional: true + esbuild-freebsd-64@0.14.47: esbuild-freebsd-64@0.14.47: optional: true + esbuild-freebsd-64@0.15.18: esbuild-freebsd-64@0.15.18: optional: true + esbuild-freebsd-arm64@0.14.47: esbuild-freebsd-arm64@0.14.47: optional: true + esbuild-freebsd-arm64@0.15.18: esbuild-freebsd-arm64@0.15.18: optional: true + esbuild-linux-32@0.14.47: esbuild-linux-32@0.14.47: optional: true + esbuild-linux-32@0.15.18: esbuild-linux-32@0.15.18: optional: true + esbuild-linux-64@0.14.47: esbuild-linux-64@0.14.47: optional: true + esbuild-linux-64@0.15.18: esbuild-linux-64@0.15.18: optional: true + esbuild-linux-arm64@0.14.47: esbuild-linux-arm64@0.14.47: optional: true + esbuild-linux-arm64@0.15.18: esbuild-linux-arm64@0.15.18: optional: true + esbuild-linux-arm@0.14.47: esbuild-linux-arm@0.14.47: optional: true + esbuild-linux-arm@0.15.18: esbuild-linux-arm@0.15.18: optional: true + esbuild-linux-mips64le@0.14.47: esbuild-linux-mips64le@0.14.47: optional: true + esbuild-linux-mips64le@0.15.18: esbuild-linux-mips64le@0.15.18: optional: true + esbuild-linux-ppc64le@0.14.47: esbuild-linux-ppc64le@0.14.47: optional: true + esbuild-linux-ppc64le@0.15.18: esbuild-linux-ppc64le@0.15.18: optional: true + esbuild-linux-riscv64@0.14.47: esbuild-linux-riscv64@0.14.47: optional: true + esbuild-linux-riscv64@0.15.18: esbuild-linux-riscv64@0.15.18: optional: true + esbuild-linux-s390x@0.14.47: esbuild-linux-s390x@0.14.47: optional: true + esbuild-linux-s390x@0.15.18: esbuild-linux-s390x@0.15.18: optional: true + esbuild-netbsd-64@0.14.47: esbuild-netbsd-64@0.14.47: optional: true + esbuild-netbsd-64@0.15.18: esbuild-netbsd-64@0.15.18: optional: true + esbuild-openbsd-64@0.14.47: esbuild-openbsd-64@0.14.47: optional: true + esbuild-openbsd-64@0.15.18: esbuild-openbsd-64@0.15.18: optional: true + esbuild-register@3.6.0(esbuild@0.19.12): esbuild-register@3.6.0(esbuild@0.19.12): dependencies: debug: 4.3.6 @@ -22167,30 +23707,39 @@ snapshots: transitivePeerDependencies: - supports-color + esbuild-sunos-64@0.14.47: esbuild-sunos-64@0.14.47: optional: true + esbuild-sunos-64@0.15.18: esbuild-sunos-64@0.15.18: optional: true + esbuild-windows-32@0.14.47: esbuild-windows-32@0.14.47: optional: true + esbuild-windows-32@0.15.18: esbuild-windows-32@0.15.18: optional: true + esbuild-windows-64@0.14.47: esbuild-windows-64@0.14.47: optional: true + esbuild-windows-64@0.15.18: esbuild-windows-64@0.15.18: optional: true + esbuild-windows-arm64@0.14.47: esbuild-windows-arm64@0.14.47: optional: true + esbuild-windows-arm64@0.15.18: esbuild-windows-arm64@0.15.18: optional: true + esbuild@0.14.47: esbuild@0.14.47: optionalDependencies: esbuild-android-64: 0.14.47 @@ -22214,6 +23763,7 @@ snapshots: esbuild-windows-64: 0.14.47 esbuild-windows-arm64: 0.14.47 + esbuild@0.15.18: esbuild@0.15.18: optionalDependencies: '@esbuild/android-arm': 0.15.18 @@ -22239,6 +23789,7 @@ snapshots: esbuild-windows-64: 0.15.18 esbuild-windows-arm64: 0.15.18 + esbuild@0.17.19: esbuild@0.17.19: optionalDependencies: '@esbuild/android-arm': 0.17.19 @@ -22264,6 +23815,7 @@ snapshots: '@esbuild/win32-ia32': 0.17.19 '@esbuild/win32-x64': 0.17.19 + esbuild@0.18.20: esbuild@0.18.20: optionalDependencies: '@esbuild/android-arm': 0.18.20 @@ -22289,6 +23841,7 @@ snapshots: '@esbuild/win32-ia32': 0.18.20 '@esbuild/win32-x64': 0.18.20 + esbuild@0.19.12: esbuild@0.19.12: optionalDependencies: '@esbuild/aix-ppc64': 0.19.12 @@ -22315,6 +23868,7 @@ snapshots: '@esbuild/win32-ia32': 0.19.12 '@esbuild/win32-x64': 0.19.12 + esbuild@0.20.2: esbuild@0.20.2: optionalDependencies: '@esbuild/aix-ppc64': 0.20.2 @@ -22341,6 +23895,7 @@ snapshots: '@esbuild/win32-ia32': 0.20.2 '@esbuild/win32-x64': 0.20.2 + esbuild@0.21.5: esbuild@0.21.5: optionalDependencies: '@esbuild/aix-ppc64': 0.21.5 @@ -22368,17 +23923,24 @@ snapshots: '@esbuild/win32-x64': 0.21.5 escalade@3.1.2: {} + escalade@3.1.2: {} + escape-goat@2.1.1: {} escape-goat@2.1.1: {} + escape-html@1.0.3: {} escape-html@1.0.3: {} + escape-string-regexp@1.0.5: {} escape-string-regexp@1.0.5: {} + escape-string-regexp@4.0.0: {} escape-string-regexp@4.0.0: {} + escape-string-regexp@5.0.0: {} escape-string-regexp@5.0.0: {} + escodegen@2.1.0: escodegen@2.1.0: dependencies: esprima: 4.0.1 @@ -22387,6 +23949,7 @@ snapshots: optionalDependencies: source-map: 0.6.1 + eslint-config-next@14.2.5(eslint@8.57.0)(typescript@5.5.4): eslint-config-next@14.2.5(eslint@8.57.0)(typescript@5.5.4): dependencies: '@next/eslint-plugin-next': 14.2.5 @@ -22396,33 +23959,42 @@ snapshots: eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) eslint-plugin-react: 7.35.0(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) + optionalDependencies: optionalDependencies: typescript: 5.5.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color + eslint-config-prettier@9.1.0(eslint@8.57.0): eslint-config-prettier@9.1.0(eslint@8.57.0): dependencies: eslint: 8.57.0 + eslint-config-turbo@1.13.4(eslint@8.57.0): eslint-config-turbo@1.13.4(eslint@8.57.0): dependencies: eslint: 8.57.0 eslint-plugin-turbo: 1.13.4(eslint@8.57.0) + eslint-config-turbo@2.0.9(eslint@8.57.0): eslint-config-turbo@2.0.9(eslint@8.57.0): dependencies: eslint: 8.57.0 eslint-plugin-turbo: 2.0.9(eslint@8.57.0) + eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)): eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)): dependencies: eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-import-resolver-node@0.3.9: eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 @@ -22431,6 +24003,7 @@ snapshots: transitivePeerDependencies: - supports-color + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): dependencies: debug: 4.3.6 @@ -22438,6 +24011,8 @@ snapshots: eslint: 8.57.0 eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.6 is-core-module: 2.15.0 @@ -22448,6 +24023,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0): eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0): dependencies: debug: 4.3.6 @@ -22465,6 +24041,25 @@ snapshots: - eslint-import-resolver-webpack - supports-color + eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + dependencies: + debug: 3.2.7 + optionalDependencies: + debug: 4.3.6 + enhanced-resolve: 5.17.1 + eslint: 8.57.0 + eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + fast-glob: 3.3.2 + get-tsconfig: 4.7.6 + is-core-module: 2.15.0 + is-glob: 4.0.3 + transitivePeerDependencies: + - '@typescript-eslint/parser' + - eslint-import-resolver-node + - eslint-import-resolver-webpack + - supports-color + eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 @@ -22476,23 +24071,36 @@ snapshots: transitivePeerDependencies: - supports-color + eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + dependencies: + eslint: 8.57.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + transitivePeerDependencies: + - supports-color + eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 + optionalDependencies: + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) optionalDependencies: '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0) transitivePeerDependencies: - supports-color + eslint-plugin-eslint-comments@3.2.0(eslint@8.57.0): eslint-plugin-eslint-comments@3.2.0(eslint@8.57.0): dependencies: escape-string-regexp: 1.0.5 eslint: 8.57.0 ignore: 5.3.1 + eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): dependencies: array-includes: 3.1.8 @@ -22504,6 +24112,7 @@ snapshots: eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.15.0 is-glob: 4.0.3 @@ -22515,21 +24124,27 @@ snapshots: tsconfig-paths: 3.15.0 optionalDependencies: '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) + optionalDependencies: + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.4) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color + eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4): eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4): dependencies: '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) eslint: 8.57.0 optionalDependencies: '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + optionalDependencies: + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) transitivePeerDependencies: - supports-color - typescript + eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0): eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0): dependencies: aria-query: 5.1.3 @@ -22550,6 +24165,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 + eslint-plugin-next-on-pages@1.12.1(eslint@8.57.0): eslint-plugin-next-on-pages@1.12.1(eslint@8.57.0): dependencies: '@types/estree-jsx': 1.0.5 @@ -22558,16 +24174,24 @@ snapshots: eslint-plugin-only-warn@1.1.0: {} + eslint-plugin-playwright@0.16.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): + eslint-plugin-only-warn@1.1.0: {} + eslint-plugin-playwright@0.16.0(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0): dependencies: eslint: 8.57.0 optionalDependencies: eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): + optionalDependencies: + eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4) + eslint-plugin-react-hooks@4.6.2(eslint@8.57.0): dependencies: eslint: 8.57.0 + eslint-plugin-react@7.35.0(eslint@8.57.0): eslint-plugin-react@7.35.0(eslint@8.57.0): dependencies: array-includes: 3.1.8 @@ -22590,6 +24214,7 @@ snapshots: string.prototype.matchall: 4.0.11 string.prototype.repeat: 1.0.0 + eslint-plugin-testing-library@6.2.2(eslint@8.57.0)(typescript@5.5.4): eslint-plugin-testing-library@6.2.2(eslint@8.57.0)(typescript@5.5.4): dependencies: '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.5.4) @@ -22598,21 +24223,25 @@ snapshots: - supports-color - typescript + eslint-plugin-tsdoc@0.2.17: eslint-plugin-tsdoc@0.2.17: dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 + eslint-plugin-turbo@1.13.4(eslint@8.57.0): eslint-plugin-turbo@1.13.4(eslint@8.57.0): dependencies: dotenv: 16.0.3 eslint: 8.57.0 + eslint-plugin-turbo@2.0.9(eslint@8.57.0): eslint-plugin-turbo@2.0.9(eslint@8.57.0): dependencies: dotenv: 16.0.3 eslint: 8.57.0 + eslint-plugin-unicorn@48.0.1(eslint@8.57.0): eslint-plugin-unicorn@48.0.1(eslint@8.57.0): dependencies: '@babel/helper-validator-identifier': 7.24.7 @@ -22632,20 +24261,25 @@ snapshots: semver: 7.6.3 strip-indent: 3.0.0 + eslint-scope@5.1.1: eslint-scope@5.1.1: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 + eslint-scope@7.2.2: eslint-scope@7.2.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 eslint-visitor-keys@2.1.0: {} + eslint-visitor-keys@2.1.0: {} + eslint-visitor-keys@3.4.3: {} eslint-visitor-keys@3.4.3: {} + eslint@8.57.0: eslint@8.57.0: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) @@ -22689,6 +24323,7 @@ snapshots: transitivePeerDependencies: - supports-color + esniff@2.0.1: esniff@2.0.1: dependencies: d: 1.0.2 @@ -22696,6 +24331,7 @@ snapshots: event-emitter: 0.3.5 type: 2.7.3 + espree@9.6.1: espree@9.6.1: dependencies: acorn: 8.12.1 @@ -22703,17 +24339,22 @@ snapshots: eslint-visitor-keys: 3.4.3 esprima@4.0.1: {} + esprima@4.0.1: {} + esquery@1.6.0: esquery@1.6.0: dependencies: estraverse: 5.3.0 + esrecurse@4.3.0: esrecurse@4.3.0: dependencies: estraverse: 5.3.0 estraverse@4.3.0: {} + estraverse@4.3.0: {} + estraverse@5.3.0: {} estraverse@5.3.0: {} estree-util-is-identifier-name@3.0.0: {} @@ -22727,31 +24368,42 @@ snapshots: '@types/estree': 1.0.5 esutils@2.0.3: {} + esutils@2.0.3: {} + etag@1.8.1: {} etag@1.8.1: {} + event-emitter@0.3.5: event-emitter@0.3.5: dependencies: d: 1.0.2 es5-ext: 0.10.64 event-target-shim@5.0.1: {} + event-target-shim@5.0.1: {} + eventemitter3@4.0.7: {} eventemitter3@4.0.7: {} + eventemitter3@5.0.1: {} eventemitter3@5.0.1: {} + events-intercept@2.0.0: {} events-intercept@2.0.0: {} + events@3.3.0: {} events@3.3.0: {} + eventsource-parser@1.1.2: {} eventsource-parser@1.1.2: {} + evp_bytestokey@1.0.3: evp_bytestokey@1.0.3: dependencies: md5.js: 1.3.5 safe-buffer: 5.2.1 + execa@3.2.0: execa@3.2.0: dependencies: cross-spawn: 7.0.3 @@ -22765,6 +24417,7 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 + execa@5.1.1: execa@5.1.1: dependencies: cross-spawn: 7.0.3 @@ -22777,6 +24430,7 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 + execa@8.0.1: execa@8.0.1: dependencies: cross-spawn: 7.0.3 @@ -22790,9 +24444,12 @@ snapshots: strip-final-newline: 3.0.0 exit-hook@2.2.1: {} + exit-hook@2.2.1: {} + exponential-backoff@3.1.1: {} exponential-backoff@3.1.1: {} + express@4.19.2: express@4.19.2: dependencies: accepts: 1.3.8 @@ -22829,17 +24486,21 @@ snapshots: transitivePeerDependencies: - supports-color + ext@1.7.0: ext@1.7.0: dependencies: type: 2.7.3 extend@3.0.2: {} + extend@3.0.2: {} + extension@1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)): extension@1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)): dependencies: '@colors/colors': 1.6.0 '@extension-create/create': 1.8.0 '@extension-create/develop': 1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)) + '@extension-create/develop': 1.8.0(browserslist@4.23.2)(esbuild@0.19.12)(type-fest@0.21.3)(typescript@5.3.3)(vue@3.4.34(typescript@5.5.4))(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1)) commander: 11.1.0 semver: 7.6.3 update-check: 1.5.4 @@ -22864,18 +24525,22 @@ snapshots: - webpack-hot-middleware - webpack-plugin-serve + external-editor@3.1.0: external-editor@3.1.0: dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 tmp: 0.0.33 + fast-check@3.20.0: fast-check@3.20.0: dependencies: pure-rand: 6.1.0 fast-deep-equal@3.1.3: {} + fast-deep-equal@3.1.3: {} + fast-glob@3.3.2: fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 @@ -22885,11 +24550,15 @@ snapshots: micromatch: 4.0.7 fast-json-stable-stringify@2.1.0: {} + fast-json-stable-stringify@2.1.0: {} + fast-levenshtein@2.0.6: {} fast-levenshtein@2.0.6: {} + fast-uri@3.0.1: {} fast-uri@3.0.1: {} + fast-xml-parser@4.2.5: fast-xml-parser@4.2.5: dependencies: strnum: 1.0.5 @@ -22900,44 +24569,56 @@ snapshots: dependencies: reusify: 1.0.4 + faye-websocket@0.11.4: faye-websocket@0.11.4: dependencies: websocket-driver: 0.7.4 + fd-slicer@1.1.0: fd-slicer@1.1.0: dependencies: pend: 1.2.0 fetch-retry@6.0.0: {} + fetch-retry@6.0.0: {} + fflate@0.4.8: {} fflate@0.4.8: {} + figures@3.2.0: figures@3.2.0: dependencies: escape-string-regexp: 1.0.5 + file-entry-cache@6.0.1: file-entry-cache@6.0.1: dependencies: flat-cache: 3.2.0 + file-entry-cache@9.0.0: file-entry-cache@9.0.0: dependencies: flat-cache: 5.0.0 + file-selector@0.6.0: file-selector@0.6.0: dependencies: tslib: 2.6.3 file-uri-to-path@1.0.0: {} + file-uri-to-path@1.0.0: {} + filelist@1.0.4: filelist@1.0.4: dependencies: minimatch: 5.1.6 + fill-range@7.1.1: fill-range@7.1.1: dependencies: to-regex-range: 5.0.1 + finalhandler@1.2.0: finalhandler@1.2.0: dependencies: debug: 2.6.9 @@ -22950,36 +24631,43 @@ snapshots: transitivePeerDependencies: - supports-color + find-cache-dir@4.0.0: find-cache-dir@4.0.0: dependencies: common-path-prefix: 3.0.0 pkg-dir: 7.0.0 + find-up@4.1.0: find-up@4.1.0: dependencies: locate-path: 5.0.0 path-exists: 4.0.0 + find-up@5.0.0: find-up@5.0.0: dependencies: locate-path: 6.0.0 path-exists: 4.0.0 + find-up@6.3.0: find-up@6.3.0: dependencies: locate-path: 7.2.0 path-exists: 5.0.0 + find-yarn-workspace-root2@1.2.16: find-yarn-workspace-root2@1.2.16: dependencies: micromatch: 4.0.7 pkg-dir: 4.2.0 + firefox-location@1.0.2: firefox-location@1.0.2: dependencies: userhome: 1.0.0 which: 1.3.1 + firefox-profile@4.6.0: firefox-profile@4.6.0: dependencies: adm-zip: 0.5.14 @@ -22988,16 +24676,19 @@ snapshots: minimist: 1.2.8 xml2js: 0.5.0 + first-chunk-stream@2.0.0: first-chunk-stream@2.0.0: dependencies: readable-stream: 2.3.8 + flat-cache@3.2.0: flat-cache@3.2.0: dependencies: flatted: 3.3.1 keyv: 4.5.4 rimraf: 3.0.2 + flat-cache@5.0.0: flat-cache@5.0.0: dependencies: flatted: 3.3.1 @@ -23009,15 +24700,25 @@ snapshots: follow-redirects@1.15.6: {} + for-each@0.3.3: + + flat@5.0.2: {} + + flatted@3.3.1: {} + + follow-redirects@1.15.6: {} + for-each@0.3.3: dependencies: is-callable: 1.2.7 + foreground-child@3.2.1: foreground-child@3.2.1: dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 + fork-ts-checker-webpack-plugin@9.0.2(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): fork-ts-checker-webpack-plugin@9.0.2(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: '@babel/code-frame': 7.24.7 @@ -23035,6 +24736,7 @@ snapshots: typescript: 5.3.3 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + form-data@4.0.0: form-data@4.0.0: dependencies: asynckit: 0.4.0 @@ -23053,33 +24755,40 @@ snapshots: react-dom: 19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812) framework-utils@1.1.0: {} + framework-utils@1.1.0: {} + fresh@0.5.2: {} fresh@0.5.2: {} + fs-extra@10.1.0: fs-extra@10.1.0: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 + fs-extra@11.1.0: fs-extra@11.1.0: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 + fs-extra@11.2.0: fs-extra@11.2.0: dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 + fs-extra@8.1.0: fs-extra@8.1.0: dependencies: graceful-fs: 4.2.11 jsonfile: 4.0.0 universalify: 0.1.2 + fs-extra@9.0.1: fs-extra@9.0.1: dependencies: at-least-node: 1.0.0 @@ -23087,30 +24796,39 @@ snapshots: jsonfile: 6.1.0 universalify: 1.0.0 + fs-minipass@1.2.7: fs-minipass@1.2.7: dependencies: minipass: 2.9.0 + fs-minipass@2.1.0: fs-minipass@2.1.0: dependencies: minipass: 3.3.6 + fs-minipass@3.0.3: fs-minipass@3.0.3: dependencies: minipass: 7.1.2 fs-monkey@1.0.6: {} + fs-monkey@1.0.6: {} + fs.realpath@1.0.0: {} fs.realpath@1.0.0: {} + fsevents@2.1.3: fsevents@2.1.3: optional: true + fsevents@2.3.3: fsevents@2.3.3: optional: true function-bind@1.1.2: {} + function-bind@1.1.2: {} + function.prototype.name@1.1.6: function.prototype.name@1.1.6: dependencies: call-bind: 1.0.7 @@ -23119,7 +24837,9 @@ snapshots: functions-have-names: 1.2.3 functions-have-names@1.2.3: {} + functions-have-names@1.2.3: {} + fx-runner@1.4.0: fx-runner@1.4.0: dependencies: commander: 2.9.0 @@ -23129,6 +24849,7 @@ snapshots: which: 1.2.4 winreg: 0.0.12 + gauge@3.0.2: gauge@3.0.2: dependencies: aproba: 2.0.0 @@ -23141,6 +24862,7 @@ snapshots: strip-ansi: 6.0.1 wide-align: 1.1.5 + gauge@4.0.4: gauge@4.0.4: dependencies: aproba: 2.0.0 @@ -23152,19 +24874,23 @@ snapshots: strip-ansi: 6.0.1 wide-align: 1.1.5 + gaxios@6.7.0(encoding@0.1.13): gaxios@6.7.0(encoding@0.1.13): dependencies: extend: 3.0.2 https-proxy-agent: 7.0.5 is-stream: 2.0.1 node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 2.7.0(encoding@0.1.13) uuid: 10.0.0 transitivePeerDependencies: - encoding - supports-color + gcp-metadata@6.1.0(encoding@0.1.13): gcp-metadata@6.1.0(encoding@0.1.13): dependencies: + gaxios: 6.7.0(encoding@0.1.13) gaxios: 6.7.0(encoding@0.1.13) json-bigint: 1.0.0 transitivePeerDependencies: @@ -23176,23 +24902,30 @@ snapshots: next: 15.0.0-canary.112(@babel/core@7.24.6)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812)(sass@1.77.8) generic-pool@3.4.2: {} + generic-pool@3.4.2: {} + gensync@1.0.0-beta.2: {} gensync@1.0.0-beta.2: {} + gesto@1.19.4: gesto@1.19.4: dependencies: '@daybrush/utils': 1.13.0 '@scena/event-emitter': 1.0.5 + get-amd-module-type@6.0.0: get-amd-module-type@6.0.0: dependencies: ast-module-types: 6.0.0 node-source-walk: 7.0.0 get-caller-file@2.0.5: {} + get-caller-file@2.0.5: {} + get-east-asian-width@1.2.0: {} get-east-asian-width@1.2.0: {} + get-intrinsic@1.2.4: get-intrinsic@1.2.4: dependencies: es-errors: 1.3.0 @@ -23209,25 +24942,32 @@ snapshots: source-map: 0.6.1 get-stdin@9.0.0: {} + get-stdin@9.0.0: {} + get-stream@5.2.0: get-stream@5.2.0: dependencies: pump: 3.0.0 get-stream@6.0.1: {} + get-stream@6.0.1: {} + get-stream@8.0.1: {} get-stream@8.0.1: {} + get-symbol-description@1.0.2: get-symbol-description@1.0.2: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 + get-tsconfig@4.7.6: get-tsconfig@4.7.6: dependencies: resolve-pkg-maps: 1.0.0 + get-uri@6.0.3: get-uri@6.0.3: dependencies: basic-ftp: 5.0.5 @@ -23238,23 +24978,30 @@ snapshots: - supports-color git-hooks-list@3.1.0: {} + git-hooks-list@3.1.0: {} + github-username@6.0.0(encoding@0.1.13): github-username@6.0.0(encoding@0.1.13): dependencies: '@octokit/rest': 18.12.0(encoding@0.1.13) + '@octokit/rest': 18.12.0(encoding@0.1.13) transitivePeerDependencies: - encoding + glob-parent@5.1.2: glob-parent@5.1.2: dependencies: is-glob: 4.0.3 + glob-parent@6.0.2: glob-parent@6.0.2: dependencies: is-glob: 4.0.3 glob-to-regexp@0.4.1: {} + glob-to-regexp@0.4.1: {} + glob@10.3.10: glob@10.3.10: dependencies: foreground-child: 3.2.1 @@ -23263,6 +25010,7 @@ snapshots: minipass: 7.1.2 path-scurry: 1.11.1 + glob@10.4.5: glob@10.4.5: dependencies: foreground-child: 3.2.1 @@ -23272,6 +25020,7 @@ snapshots: package-json-from-dist: 1.0.0 path-scurry: 1.11.1 + glob@7.2.3: glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -23281,6 +25030,7 @@ snapshots: once: 1.4.0 path-is-absolute: 1.0.1 + glob@8.1.0: glob@8.1.0: dependencies: fs.realpath: 1.0.0 @@ -23289,6 +25039,7 @@ snapshots: minimatch: 5.1.6 once: 1.4.0 + glob@9.3.5: glob@9.3.5: dependencies: fs.realpath: 1.0.0 @@ -23296,14 +25047,17 @@ snapshots: minipass: 4.2.8 path-scurry: 1.11.1 + global-dirs@3.0.1: global-dirs@3.0.1: dependencies: ini: 2.0.0 + global-modules@2.0.0: global-modules@2.0.0: dependencies: global-prefix: 3.0.0 + global-prefix@3.0.0: global-prefix@3.0.0: dependencies: ini: 1.3.8 @@ -23311,16 +25065,20 @@ snapshots: which: 1.3.1 globals@11.12.0: {} + globals@11.12.0: {} + globals@13.24.0: globals@13.24.0: dependencies: type-fest: 0.20.2 + globalthis@1.0.4: globalthis@1.0.4: dependencies: define-properties: 1.2.1 gopd: 1.0.1 + globby@10.0.2: globby@10.0.2: dependencies: '@types/glob': 7.2.0 @@ -23332,6 +25090,7 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 + globby@11.1.0: globby@11.1.0: dependencies: array-union: 2.1.0 @@ -23341,6 +25100,7 @@ snapshots: merge2: 1.4.1 slash: 3.0.0 + globby@13.2.2: globby@13.2.2: dependencies: dir-glob: 3.0.1 @@ -23357,10 +25117,12 @@ snapshots: progress: 2.0.3 shelljs: 0.8.5 + gonzales-pe@4.3.0: gonzales-pe@4.3.0: dependencies: minimist: 1.2.8 + google-auth-library@9.11.0(encoding@0.1.13): google-auth-library@9.11.0(encoding@0.1.13): dependencies: base64-js: 1.5.1 @@ -23368,44 +25130,59 @@ snapshots: gaxios: 6.7.0(encoding@0.1.13) gcp-metadata: 6.1.0(encoding@0.1.13) gtoken: 7.1.0(encoding@0.1.13) + gaxios: 6.7.0(encoding@0.1.13) + gcp-metadata: 6.1.0(encoding@0.1.13) + gtoken: 7.1.0(encoding@0.1.13) jws: 4.0.0 transitivePeerDependencies: - encoding - supports-color + gopd@1.0.1: gopd@1.0.1: dependencies: get-intrinsic: 1.2.4 graceful-fs@4.2.10: {} + graceful-fs@4.2.10: {} + graceful-fs@4.2.11: {} graceful-fs@4.2.11: {} + graceful-readlink@1.0.1: {} graceful-readlink@1.0.1: {} + grad-school@0.0.5: {} grad-school@0.0.5: {} + gradient-string@2.0.2: gradient-string@2.0.2: dependencies: chalk: 4.1.2 tinygradient: 1.1.5 + grammy@1.27.0(encoding@0.1.13): grammy@1.27.0(encoding@0.1.13): dependencies: '@grammyjs/types': 3.11.0 abort-controller: 3.0.0 debug: 4.3.6 node-fetch: 2.7.0(encoding@0.1.13) + node-fetch: 2.7.0(encoding@0.1.13) transitivePeerDependencies: - encoding - supports-color graphemer@1.4.0: {} + graphemer@1.4.0: {} + grouped-queue@2.0.0: {} grouped-queue@2.0.0: {} + gtoken@7.1.0(encoding@0.1.13): gtoken@7.1.0(encoding@0.1.13): dependencies: + gaxios: 6.7.0(encoding@0.1.13) gaxios: 6.7.0(encoding@0.1.13) jws: 4.0.0 transitivePeerDependencies: @@ -23413,7 +25190,9 @@ snapshots: - supports-color handle-thing@2.0.1: {} + handle-thing@2.0.1: {} + handlebars@4.7.8: handlebars@4.7.8: dependencies: minimist: 1.2.8 @@ -23423,38 +25202,50 @@ snapshots: optionalDependencies: uglify-js: 3.19.0 + hanji@0.0.5: hanji@0.0.5: dependencies: lodash.throttle: 4.1.1 sisteransi: 1.0.5 has-bigints@1.0.2: {} + has-bigints@1.0.2: {} + has-flag@3.0.0: {} has-flag@3.0.0: {} + has-flag@4.0.0: {} has-flag@4.0.0: {} + has-property-descriptors@1.0.2: has-property-descriptors@1.0.2: dependencies: es-define-property: 1.0.0 has-proto@1.0.3: {} + has-proto@1.0.3: {} + has-symbols@1.0.3: {} has-symbols@1.0.3: {} + has-tostringtag@1.0.2: has-tostringtag@1.0.2: dependencies: has-symbols: 1.0.3 has-unicode@2.0.1: {} + has-unicode@2.0.1: {} + has-yarn@2.1.0: {} has-yarn@2.1.0: {} + hash-base@3.0.4: hash-base@3.0.4: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 + hash-base@3.1.0: hash-base@3.1.0: dependencies: inherits: 2.0.4 @@ -23462,22 +25253,27 @@ snapshots: safe-buffer: 5.2.1 hash-sum@2.0.0: {} + hash-sum@2.0.0: {} + hash.js@1.1.7: hash.js@1.1.7: dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 + hasown@2.0.2: hasown@2.0.2: dependencies: function-bind: 1.1.2 + hast-util-from-dom@5.0.0: hast-util-from-dom@5.0.0: dependencies: '@types/hast': 3.0.4 hastscript: 8.0.0 web-namespaces: 2.0.1 + hast-util-from-html-isomorphic@2.0.0: hast-util-from-html-isomorphic@2.0.0: dependencies: '@types/hast': 3.0.4 @@ -23485,6 +25281,7 @@ snapshots: hast-util-from-html: 2.0.1 unist-util-remove-position: 5.0.0 + hast-util-from-html@2.0.1: hast-util-from-html@2.0.1: dependencies: '@types/hast': 3.0.4 @@ -23494,6 +25291,7 @@ snapshots: vfile: 6.0.2 vfile-message: 4.0.2 + hast-util-from-parse5@8.0.1: hast-util-from-parse5@8.0.1: dependencies: '@types/hast': 3.0.4 @@ -23505,14 +25303,17 @@ snapshots: vfile-location: 5.0.3 web-namespaces: 2.0.1 + hast-util-is-element@3.0.0: hast-util-is-element@3.0.0: dependencies: '@types/hast': 3.0.4 + hast-util-parse-selector@4.0.0: hast-util-parse-selector@4.0.0: dependencies: '@types/hast': 3.0.4 + hast-util-to-jsx-runtime@2.3.0: hast-util-to-jsx-runtime@2.3.0: dependencies: '@types/estree': 1.0.5 @@ -23533,6 +25334,7 @@ snapshots: transitivePeerDependencies: - supports-color + hast-util-to-text@4.0.2: hast-util-to-text@4.0.2: dependencies: '@types/hast': 3.0.4 @@ -23541,11 +25343,14 @@ snapshots: unist-util-find-after: 5.0.0 hast-util-whitespace@2.0.1: {} + hast-util-whitespace@2.0.1: {} + hast-util-whitespace@3.0.0: hast-util-whitespace@3.0.0: dependencies: '@types/hast': 3.0.4 + hastscript@8.0.0: hastscript@8.0.0: dependencies: '@types/hast': 3.0.4 @@ -23554,27 +25359,34 @@ snapshots: property-information: 6.5.0 space-separated-tokens: 2.0.2 + header-case@1.0.1: header-case@1.0.1: dependencies: no-case: 2.3.2 upper-case: 1.1.3 heap@0.2.7: {} + heap@0.2.7: {} + hermes-estree@0.21.1: {} hermes-estree@0.21.1: {} + hermes-parser@0.21.1: hermes-parser@0.21.1: dependencies: hermes-estree: 0.21.1 highlight.js@11.9.0: {} + highlight.js@11.9.0: {} + hmac-drbg@1.0.1: hmac-drbg@1.0.1: dependencies: hash.js: 1.1.7 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 + hoist-non-react-statics@3.3.2: hoist-non-react-statics@3.3.2: dependencies: react-is: 16.13.1 @@ -23599,17 +25411,22 @@ snapshots: - utf-8-validate hosted-git-info@2.8.9: {} + hosted-git-info@2.8.9: {} + hosted-git-info@4.1.0: hosted-git-info@4.1.0: dependencies: lru-cache: 6.0.0 + hosted-git-info@6.1.1: hosted-git-info@6.1.1: dependencies: lru-cache: 7.18.3 hotkeys-js@3.13.7: {} + hotkeys-js@3.13.7: {} + hpack.js@2.1.6: hpack.js@2.1.6: dependencies: inherits: 2.0.4 @@ -23618,11 +25435,15 @@ snapshots: wbuf: 1.7.3 html-entities@2.5.2: {} + html-entities@2.5.2: {} + html-tags@3.3.1: {} html-tags@3.3.1: {} + html-url-attributes@3.0.0: {} html-url-attributes@3.0.0: {} + htmlparser2@8.0.2: htmlparser2@8.0.2: dependencies: domelementtype: 2.3.0 @@ -23631,14 +25452,18 @@ snapshots: entities: 4.5.0 http-cache-semantics@4.1.1: {} + http-cache-semantics@4.1.1: {} + http-deceiver@1.2.7: {} http-deceiver@1.2.7: {} + http-errors@1.4.0: http-errors@1.4.0: dependencies: inherits: 2.0.1 statuses: 1.5.0 + http-errors@1.6.3: http-errors@1.6.3: dependencies: depd: 1.1.2 @@ -23646,6 +25471,7 @@ snapshots: setprototypeof: 1.1.0 statuses: 1.5.0 + http-errors@1.7.3: http-errors@1.7.3: dependencies: depd: 1.1.2 @@ -23654,6 +25480,7 @@ snapshots: statuses: 1.5.0 toidentifier: 1.0.0 + http-errors@2.0.0: http-errors@2.0.0: dependencies: depd: 2.0.0 @@ -23663,7 +25490,9 @@ snapshots: toidentifier: 1.0.1 http-parser-js@0.5.8: {} + http-parser-js@0.5.8: {} + http-proxy-agent@4.0.1: http-proxy-agent@4.0.1: dependencies: '@tootallnate/once': 1.1.2 @@ -23672,6 +25501,7 @@ snapshots: transitivePeerDependencies: - supports-color + http-proxy-agent@5.0.0: http-proxy-agent@5.0.0: dependencies: '@tootallnate/once': 2.0.0 @@ -23680,6 +25510,7 @@ snapshots: transitivePeerDependencies: - supports-color + http-proxy-agent@7.0.2: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 @@ -23687,6 +25518,7 @@ snapshots: transitivePeerDependencies: - supports-color + http-proxy-middleware@2.0.6(@types/express@4.17.21): http-proxy-middleware@2.0.6(@types/express@4.17.21): dependencies: '@types/http-proxy': 1.17.14 @@ -23696,9 +25528,12 @@ snapshots: micromatch: 4.0.7 optionalDependencies: '@types/express': 4.17.21 + optionalDependencies: + '@types/express': 4.17.21 transitivePeerDependencies: - debug + http-proxy@1.18.1: http-proxy@1.18.1: dependencies: eventemitter3: 4.0.7 @@ -23708,7 +25543,9 @@ snapshots: - debug http@0.0.1-security: {} + http@0.0.1-security: {} + https-proxy-agent@5.0.1: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 @@ -23716,6 +25553,7 @@ snapshots: transitivePeerDependencies: - supports-color + https-proxy-agent@7.0.5: https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 @@ -23724,56 +25562,74 @@ snapshots: - supports-color https@1.0.0: {} + https@1.0.0: {} + human-signals@1.1.1: {} human-signals@1.1.1: {} + human-signals@2.1.0: {} human-signals@2.1.0: {} + human-signals@5.0.0: {} human-signals@5.0.0: {} + humanize-ms@1.2.1: humanize-ms@1.2.1: dependencies: ms: 2.1.3 hyperdyperid@1.2.0: {} + hyperdyperid@1.2.0: {} + iconv-lite@0.4.24: iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 + iconv-lite@0.6.3: iconv-lite@0.6.3: dependencies: safer-buffer: 2.1.2 optional: true + icss-utils@5.1.0(postcss@8.4.40): icss-utils@5.1.0(postcss@8.4.40): dependencies: postcss: 8.4.40 idb@7.1.1: {} + idb@7.1.1: {} + ieee754@1.2.1: {} ieee754@1.2.1: {} + ignore-walk@4.0.1: ignore-walk@4.0.1: dependencies: minimatch: 3.1.2 + ignore-walk@6.0.5: ignore-walk@6.0.5: dependencies: minimatch: 9.0.5 ignore@5.3.1: {} + ignore@5.3.1: {} + image-size@0.5.5: image-size@0.5.5: optional: true immutable@4.3.7: {} + immutable@4.3.7: {} + import-fresh@3.3.0: import-fresh@3.3.0: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 + import-in-the-middle@1.10.0: import-in-the-middle@1.10.0: dependencies: acorn: 8.12.1 @@ -23781,6 +25637,7 @@ snapshots: cjs-module-lexer: 1.3.1 module-details-from-path: 1.0.3 + import-in-the-middle@1.7.1: import-in-the-middle@1.7.1: dependencies: acorn: 8.12.1 @@ -23790,37 +25647,51 @@ snapshots: optional: true import-lazy@2.1.0: {} + import-lazy@2.1.0: {} + import-local@3.2.0: import-local@3.2.0: dependencies: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 imurmurhash@0.1.4: {} + imurmurhash@0.1.4: {} + indent-string@4.0.0: {} indent-string@4.0.0: {} + infer-owner@1.0.4: {} infer-owner@1.0.4: {} + inflight@1.0.6: inflight@1.0.6: dependencies: once: 1.4.0 wrappy: 1.0.2 inherits@2.0.1: {} + inherits@2.0.1: {} + inherits@2.0.3: {} inherits@2.0.3: {} + inherits@2.0.4: {} inherits@2.0.4: {} + ini@1.3.8: {} ini@1.3.8: {} + ini@2.0.0: {} ini@2.0.0: {} + inline-style-parser@0.1.1: {} inline-style-parser@0.1.1: {} + inline-style-parser@0.2.3: {} inline-style-parser@0.2.3: {} + inquirer@7.3.3: inquirer@7.3.3: dependencies: ansi-escapes: 4.3.2 @@ -23837,6 +25708,7 @@ snapshots: strip-ansi: 6.0.1 through: 2.3.8 + inquirer@8.2.6: inquirer@8.2.6: dependencies: ansi-escapes: 4.3.2 @@ -23855,6 +25727,7 @@ snapshots: through: 2.3.8 wrap-ansi: 6.2.0 + internal-slot@1.0.7: internal-slot@1.0.7: dependencies: es-errors: 1.3.0 @@ -23862,40 +25735,52 @@ snapshots: side-channel: 1.0.6 interpret@1.4.0: {} + interpret@1.4.0: {} + interpret@3.1.1: {} interpret@3.1.1: {} + invariant@2.2.4: invariant@2.2.4: dependencies: loose-envify: 1.4.0 + ip-address@9.0.5: ip-address@9.0.5: dependencies: jsbn: 1.1.0 sprintf-js: 1.1.3 ipaddr.js@1.9.1: {} + ipaddr.js@1.9.1: {} + ipaddr.js@2.2.0: {} ipaddr.js@2.2.0: {} + is-absolute@0.1.7: is-absolute@0.1.7: dependencies: is-relative: 0.1.3 is-alphabetical@2.0.1: {} + is-alphabetical@2.0.1: {} + is-alphanumerical@2.0.1: is-alphanumerical@2.0.1: dependencies: is-alphabetical: 2.0.1 is-decimal: 2.0.1 is-any-array@2.0.1: {} + is-any-array@2.0.1: {} + is-arguments@1.1.1: is-arguments@1.1.1: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 + is-array-buffer@3.0.4: is-array-buffer@3.0.4: dependencies: call-bind: 1.0.7 @@ -23906,43 +25791,54 @@ snapshots: is-arrayish@0.3.2: optional: true + is-async-function@2.0.0: is-async-function@2.0.0: dependencies: has-tostringtag: 1.0.2 + is-bigint@1.0.4: is-bigint@1.0.4: dependencies: has-bigints: 1.0.2 + is-binary-path@2.1.0: is-binary-path@2.1.0: dependencies: binary-extensions: 2.3.0 + is-boolean-object@1.1.2: is-boolean-object@1.1.2: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 is-buffer@2.0.5: {} + is-buffer@2.0.5: {} + is-builtin-module@3.2.1: is-builtin-module@3.2.1: dependencies: builtin-modules: 3.3.0 is-callable@1.2.7: {} + is-callable@1.2.7: {} + is-ci@2.0.0: is-ci@2.0.0: dependencies: ci-info: 2.0.0 + is-core-module@2.15.0: is-core-module@2.15.0: dependencies: hasown: 2.0.2 + is-data-view@1.0.1: is-data-view@1.0.1: dependencies: is-typed-array: 1.1.13 + is-date-object@1.0.5: is-date-object@1.0.5: dependencies: has-tostringtag: 1.0.2 @@ -23953,41 +25849,59 @@ snapshots: is-extglob@2.1.1: {} + is-finalizationregistry@1.0.2: + is-decimal@2.0.1: {} + + is-docker@3.0.0: {} + + is-extglob@2.1.1: {} + is-finalizationregistry@1.0.2: dependencies: call-bind: 1.0.7 is-fullwidth-code-point@3.0.0: {} + is-fullwidth-code-point@3.0.0: {} + is-fullwidth-code-point@4.0.0: {} is-fullwidth-code-point@4.0.0: {} + is-fullwidth-code-point@5.0.0: is-fullwidth-code-point@5.0.0: dependencies: get-east-asian-width: 1.2.0 + is-generator-function@1.0.10: is-generator-function@1.0.10: dependencies: has-tostringtag: 1.0.2 + is-glob@4.0.3: is-glob@4.0.3: dependencies: is-extglob: 2.1.1 is-hexadecimal@2.0.1: {} + is-hexadecimal@2.0.1: {} + is-inside-container@1.0.0: is-inside-container@1.0.0: dependencies: is-docker: 3.0.0 + is-installed-globally@0.4.0: is-installed-globally@0.4.0: dependencies: global-dirs: 3.0.1 is-path-inside: 3.0.3 is-interactive@1.0.0: {} + is-interactive@1.0.0: {} + is-lambda@1.0.1: {} is-lambda@1.0.1: {} + is-lower-case@1.1.3: is-lower-case@1.1.3: dependencies: lower-case: 1.1.4 @@ -24023,17 +25937,22 @@ snapshots: isobject: 3.0.1 is-plain-object@5.0.0: {} + is-plain-object@5.0.0: {} + is-promise@2.2.2: {} is-promise@2.2.2: {} + is-reference@1.2.1: is-reference@1.2.1: dependencies: '@types/estree': 1.0.5 + is-reference@3.0.2: is-reference@3.0.2: dependencies: '@types/estree': 1.0.5 + is-regex@1.1.4: is-regex@1.1.4: dependencies: call-bind: 1.0.7 @@ -24046,83 +25965,113 @@ snapshots: scoped-regex: 2.1.0 is-set@2.0.3: {} + is-set@2.0.3: {} + is-shared-array-buffer@1.0.3: is-shared-array-buffer@1.0.3: dependencies: call-bind: 1.0.7 is-stream@2.0.1: {} + is-stream@2.0.1: {} + is-stream@3.0.0: {} is-stream@3.0.0: {} + is-string@1.0.7: is-string@1.0.7: dependencies: has-tostringtag: 1.0.2 + is-symbol@1.0.4: is-symbol@1.0.4: dependencies: has-symbols: 1.0.3 + is-typed-array@1.1.13: is-typed-array@1.1.13: dependencies: which-typed-array: 1.1.15 is-typedarray@1.0.0: {} + is-typedarray@1.0.0: {} + is-unicode-supported@0.1.0: {} is-unicode-supported@0.1.0: {} + is-upper-case@1.1.2: is-upper-case@1.1.2: dependencies: upper-case: 1.1.3 is-url-superb@4.0.0: {} + is-url-superb@4.0.0: {} + is-url@1.2.4: {} is-url@1.2.4: {} + is-utf8@0.2.1: {} is-utf8@0.2.1: {} + is-weakmap@2.0.2: {} is-weakmap@2.0.2: {} + is-weakref@1.0.2: is-weakref@1.0.2: dependencies: call-bind: 1.0.7 + is-weakset@2.0.3: is-weakset@2.0.3: dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 is-what@3.14.1: {} + is-what@3.14.1: {} + is-wsl@3.1.0: is-wsl@3.1.0: dependencies: is-inside-container: 1.0.0 is-yarn-global@0.3.0: {} + is-yarn-global@0.3.0: {} + isarray@0.0.1: {} isarray@0.0.1: {} + isarray@1.0.0: {} isarray@1.0.0: {} + isarray@2.0.5: {} isarray@2.0.5: {} + isbinaryfile@4.0.10: {} isbinaryfile@4.0.10: {} + isbinaryfile@5.0.2: {} isbinaryfile@5.0.2: {} + isexe@1.1.2: {} isexe@1.1.2: {} + isexe@2.0.0: {} isexe@2.0.0: {} + isobject@3.0.1: {} isobject@3.0.1: {} + isomorphic-fetch@3.0.0(encoding@0.1.13): isomorphic-fetch@3.0.0(encoding@0.1.13): dependencies: + node-fetch: 2.7.0(encoding@0.1.13) node-fetch: 2.7.0(encoding@0.1.13) whatwg-fetch: 3.6.20 transitivePeerDependencies: - encoding + iterator.prototype@1.1.2: iterator.prototype@1.1.2: dependencies: define-properties: 1.2.1 @@ -24131,18 +26080,21 @@ snapshots: reflect.getprototypeof: 1.0.6 set-function-name: 2.0.2 + jackspeak@2.3.6: jackspeak@2.3.6: dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 + jackspeak@3.4.3: jackspeak@3.4.3: dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 + jake@10.9.2: jake@10.9.2: dependencies: async: 3.2.5 @@ -24150,6 +26102,7 @@ snapshots: filelist: 1.0.4 minimatch: 3.1.2 + jest-util@29.7.0: jest-util@29.7.0: dependencies: '@jest/types': 29.6.3 @@ -24165,6 +26118,7 @@ snapshots: merge-stream: 2.0.0 supports-color: 8.1.1 + jest-worker@29.7.0: jest-worker@29.7.0: dependencies: '@types/node': 20.14.12 @@ -24183,17 +26137,21 @@ snapshots: '@types/react': 18.3.3 react: 19.0.0-rc-68dbd84b-20240812 + js-tiktoken@1.0.12: js-tiktoken@1.0.12: dependencies: base64-js: 1.5.1 js-tokens@4.0.0: {} + js-tokens@4.0.0: {} + js-yaml@3.14.1: js-yaml@3.14.1: dependencies: argparse: 1.0.10 esprima: 4.0.1 + js-yaml@4.1.0: js-yaml@4.1.0: dependencies: argparse: 2.0.1 @@ -24206,12 +26164,23 @@ snapshots: jsesc@3.0.2: {} + json-bigint@1.0.0: + jsbn@1.1.0: {} + + jsesc@0.5.0: {} + + jsesc@2.5.2: {} + + jsesc@3.0.2: {} + json-bigint@1.0.0: dependencies: bignumber.js: 9.1.2 json-buffer@3.0.1: {} + json-buffer@3.0.1: {} + json-diff@0.9.0: json-diff@0.9.0: dependencies: cli-color: 2.0.4 @@ -24219,42 +26188,56 @@ snapshots: dreamopt: 0.8.0 json-parse-even-better-errors@2.3.1: {} + json-parse-even-better-errors@2.3.1: {} + json-parse-even-better-errors@3.0.2: {} json-parse-even-better-errors@3.0.2: {} + json-schema-to-ts@1.6.4: json-schema-to-ts@1.6.4: dependencies: '@types/json-schema': 7.0.15 ts-toolbelt: 6.15.5 json-schema-traverse@0.4.1: {} + json-schema-traverse@0.4.1: {} + json-schema-traverse@1.0.0: {} json-schema-traverse@1.0.0: {} + json-schema@0.4.0: {} json-schema@0.4.0: {} + json-stable-stringify-without-jsonify@1.0.1: {} json-stable-stringify-without-jsonify@1.0.1: {} + json-stringify-nice@1.1.4: {} json-stringify-nice@1.1.4: {} + json5@1.0.2: json5@1.0.2: dependencies: minimist: 1.2.8 json5@2.2.3: {} + json5@2.2.3: {} + jsonc-parser@3.3.1: {} jsonc-parser@3.3.1: {} + jsondiffpatch@0.6.0: jsondiffpatch@0.6.0: dependencies: '@types/diff-match-patch': 1.0.36 chalk: 5.3.0 diff-match-patch: 1.0.5 + jsonfile@4.0.0: jsonfile@4.0.0: optionalDependencies: graceful-fs: 4.2.11 + jsonfile@6.1.0: jsonfile@6.1.0: dependencies: universalify: 2.0.1 @@ -24276,6 +26259,7 @@ snapshots: ms: 2.1.3 semver: 7.6.3 + jsx-ast-utils@3.3.5: jsx-ast-utils@3.3.5: dependencies: array-includes: 3.1.8 @@ -24284,37 +26268,46 @@ snapshots: object.values: 1.2.0 just-diff-apply@5.5.0: {} + just-diff-apply@5.5.0: {} + just-diff@5.2.0: {} just-diff@5.2.0: {} + jwa@1.4.1: jwa@1.4.1: dependencies: buffer-equal-constant-time: 1.0.1 ecdsa-sig-formatter: 1.0.11 safe-buffer: 5.2.1 + jwa@2.0.0: jwa@2.0.0: dependencies: buffer-equal-constant-time: 1.0.1 ecdsa-sig-formatter: 1.0.11 safe-buffer: 5.2.1 + jws@3.2.2: jws@3.2.2: dependencies: jwa: 1.4.1 safe-buffer: 5.2.1 + jws@4.0.0: jws@4.0.0: dependencies: jwa: 2.0.0 safe-buffer: 5.2.1 + katex@0.16.11: katex@0.16.11: dependencies: commander: 8.3.0 keycode@2.2.1: {} + keycode@2.2.1: {} + keycon@1.4.0: keycon@1.4.0: dependencies: '@cfcs/core': 0.0.6 @@ -24322,6 +26315,7 @@ snapshots: '@scena/event-emitter': 1.0.5 keycode: 2.2.1 + keyv@4.5.4: keyv@4.5.4: dependencies: json-buffer: 3.0.1 @@ -24332,6 +26326,13 @@ snapshots: known-css-properties@0.34.0: {} + langsmith@0.1.39(@langchain/core@0.2.18): + kind-of@6.0.3: {} + + kleur@4.1.5: {} + + known-css-properties@0.34.0: {} + langsmith@0.1.39(@langchain/core@0.2.18): dependencies: '@types/uuid': 9.0.8 @@ -24341,24 +26342,32 @@ snapshots: uuid: 9.0.1 optionalDependencies: '@langchain/core': 0.2.18 + optionalDependencies: + '@langchain/core': 0.2.18 language-subtag-registry@0.3.23: {} + language-subtag-registry@0.3.23: {} + language-tags@1.0.9: language-tags@1.0.9: dependencies: language-subtag-registry: 0.3.23 + launch-editor@2.8.0: launch-editor@2.8.0: dependencies: picocolors: 1.0.1 shell-quote: 1.8.1 + less-loader@12.2.0(less@4.2.0)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): less-loader@12.2.0(less@4.2.0)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: less: 4.2.0 + optionalDependencies: optionalDependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + less@4.2.0: less@4.2.0: dependencies: copy-anything: 2.0.6 @@ -24373,23 +26382,30 @@ snapshots: needle: 3.3.1 source-map: 0.6.1 + levn@0.4.1: levn@0.4.1: dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 lilconfig@2.1.0: {} + lilconfig@2.1.0: {} + lilconfig@3.1.2: {} lilconfig@3.1.2: {} + lines-and-columns@1.2.4: {} lines-and-columns@1.2.4: {} + linkify-it@5.0.0: linkify-it@5.0.0: dependencies: uc.micro: 2.1.0 linkifyjs@4.1.3: {} + linkifyjs@4.1.3: {} + lint-staged@15.2.7: lint-staged@15.2.7: dependencies: chalk: 5.3.0 @@ -24405,6 +26421,7 @@ snapshots: transitivePeerDependencies: - supports-color + listr2@8.2.3: listr2@8.2.3: dependencies: cli-truncate: 4.0.0 @@ -24414,6 +26431,7 @@ snapshots: rfdc: 1.4.1 wrap-ansi: 9.0.0 + load-yaml-file@0.2.0: load-yaml-file@0.2.0: dependencies: graceful-fs: 4.2.11 @@ -24422,7 +26440,9 @@ snapshots: strip-bom: 3.0.0 loader-runner@4.3.0: {} + loader-runner@4.3.0: {} + loader-utils@2.0.4: loader-utils@2.0.4: dependencies: big.js: 5.2.2 @@ -24430,29 +26450,39 @@ snapshots: json5: 2.2.3 loader-utils@3.3.1: {} + loader-utils@3.3.1: {} + locate-character@3.0.0: {} locate-character@3.0.0: {} + locate-path@5.0.0: locate-path@5.0.0: dependencies: p-locate: 4.1.0 + locate-path@6.0.0: locate-path@6.0.0: dependencies: p-locate: 5.0.0 + locate-path@7.2.0: locate-path@7.2.0: dependencies: p-locate: 6.0.0 lodash.castarray@4.4.0: {} + lodash.castarray@4.4.0: {} + lodash.debounce@4.0.8: {} lodash.debounce@4.0.8: {} + lodash.get@4.4.2: {} lodash.get@4.4.2: {} + lodash.includes@4.3.0: {} lodash.includes@4.3.0: {} + lodash.isboolean@3.0.3: {} lodash.isboolean@3.0.3: {} lodash.isequal@4.5.0: {} @@ -24481,11 +26511,13 @@ snapshots: dependencies: chalk: 2.4.2 + log-symbols@4.1.0: log-symbols@4.1.0: dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 + log-update@6.1.0: log-update@6.1.0: dependencies: ansi-escapes: 7.0.0 @@ -24495,17 +26527,22 @@ snapshots: wrap-ansi: 9.0.0 longest-streak@3.1.0: {} + longest-streak@3.1.0: {} + loose-envify@1.4.0: loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 + lower-case-first@1.0.2: lower-case-first@1.0.2: dependencies: lower-case: 1.1.4 lower-case@1.1.4: {} + lower-case@1.1.4: {} + lowlight@3.1.0: lowlight@3.1.0: dependencies: '@types/hast': 3.0.4 @@ -24513,17 +26550,22 @@ snapshots: highlight.js: 11.9.0 lru-cache@10.4.3: {} + lru-cache@10.4.3: {} + lru-cache@5.1.1: lru-cache@5.1.1: dependencies: yallist: 3.1.1 + lru-cache@6.0.0: lru-cache@6.0.0: dependencies: yallist: 4.0.0 lru-cache@7.18.3: {} + lru-cache@7.18.3: {} + lru-queue@0.1.0: lru-queue@0.1.0: dependencies: es5-ext: 0.10.64 @@ -24536,36 +26578,45 @@ snapshots: dependencies: react: 19.0.0-rc-68dbd84b-20240812 + lucide-react@0.400.0(react@18.3.1): lucide-react@0.400.0(react@18.3.1): dependencies: react: 18.3.1 lz-string@1.5.0: {} + lz-string@1.5.0: {} + magic-string@0.25.9: magic-string@0.25.9: dependencies: sourcemap-codec: 1.4.8 + magic-string@0.30.10: magic-string@0.30.10: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.8: magic-string@0.30.8: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 + make-dir@2.1.0: make-dir@2.1.0: dependencies: pify: 4.0.1 semver: 5.7.2 optional: true + make-dir@3.1.0: make-dir@3.1.0: dependencies: semver: 6.3.1 make-error@1.3.6: {} + make-error@1.3.6: {} + make-fetch-happen@10.2.1: make-fetch-happen@10.2.1: dependencies: agentkeepalive: 4.5.0 @@ -24588,6 +26639,7 @@ snapshots: - bluebird - supports-color + make-fetch-happen@11.1.1: make-fetch-happen@11.1.1: dependencies: agentkeepalive: 4.5.0 @@ -24608,6 +26660,7 @@ snapshots: transitivePeerDependencies: - supports-color + make-fetch-happen@9.1.0: make-fetch-happen@9.1.0: dependencies: agentkeepalive: 4.5.0 @@ -24631,7 +26684,9 @@ snapshots: - supports-color markdown-it-task-lists@2.1.1: {} + markdown-it-task-lists@2.1.1: {} + markdown-it@14.1.0: markdown-it@14.1.0: dependencies: argparse: 2.0.1 @@ -24642,21 +26697,26 @@ snapshots: uc.micro: 2.1.0 markdown-table@3.0.3: {} + markdown-table@3.0.3: {} + mathml-tag-names@2.1.3: {} mathml-tag-names@2.1.3: {} + md5.js@1.3.5: md5.js@1.3.5: dependencies: hash-base: 3.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 + mdast-util-definitions@5.1.2: mdast-util-definitions@5.1.2: dependencies: '@types/mdast': 3.0.15 '@types/unist': 2.0.10 unist-util-visit: 4.1.2 + mdast-util-find-and-replace@3.0.1: mdast-util-find-and-replace@3.0.1: dependencies: '@types/mdast': 4.0.4 @@ -24664,6 +26724,7 @@ snapshots: unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 + mdast-util-from-markdown@1.3.1: mdast-util-from-markdown@1.3.1: dependencies: '@types/mdast': 3.0.15 @@ -24681,6 +26742,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-from-markdown@2.0.1: mdast-util-from-markdown@2.0.1: dependencies: '@types/mdast': 4.0.4 @@ -24698,6 +26760,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-gfm-autolink-literal@2.0.0: mdast-util-gfm-autolink-literal@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -24706,6 +26769,7 @@ snapshots: mdast-util-find-and-replace: 3.0.1 micromark-util-character: 2.1.0 + mdast-util-gfm-footnote@2.0.0: mdast-util-gfm-footnote@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -24716,6 +26780,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-gfm-strikethrough@2.0.0: mdast-util-gfm-strikethrough@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -24724,6 +26789,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-gfm-table@2.0.0: mdast-util-gfm-table@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -24734,6 +26800,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-gfm-task-list-item@2.0.0: mdast-util-gfm-task-list-item@2.0.0: dependencies: '@types/mdast': 4.0.4 @@ -24743,6 +26810,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-gfm@3.0.0: mdast-util-gfm@3.0.0: dependencies: mdast-util-from-markdown: 2.0.1 @@ -24755,6 +26823,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-math@3.0.0: mdast-util-math@3.0.0: dependencies: '@types/hast': 3.0.4 @@ -24767,6 +26836,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-mdx-expression@2.0.0: mdast-util-mdx-expression@2.0.0: dependencies: '@types/estree-jsx': 1.0.5 @@ -24778,6 +26848,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-mdx-jsx@3.1.2: mdast-util-mdx-jsx@3.1.2: dependencies: '@types/estree-jsx': 1.0.5 @@ -24796,6 +26867,7 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-mdxjs-esm@2.0.1: mdast-util-mdxjs-esm@2.0.1: dependencies: '@types/estree-jsx': 1.0.5 @@ -24807,11 +26879,13 @@ snapshots: transitivePeerDependencies: - supports-color + mdast-util-phrasing@4.1.0: mdast-util-phrasing@4.1.0: dependencies: '@types/mdast': 4.0.4 unist-util-is: 6.0.0 + mdast-util-to-hast@12.3.0: mdast-util-to-hast@12.3.0: dependencies: '@types/hast': 2.3.10 @@ -24823,6 +26897,7 @@ snapshots: unist-util-position: 4.0.4 unist-util-visit: 4.1.2 + mdast-util-to-hast@13.2.0: mdast-util-to-hast@13.2.0: dependencies: '@types/hast': 3.0.4 @@ -24835,6 +26910,7 @@ snapshots: unist-util-visit: 5.0.0 vfile: 6.0.2 + mdast-util-to-markdown@2.1.0: mdast-util-to-markdown@2.1.0: dependencies: '@types/mdast': 4.0.4 @@ -24846,10 +26922,12 @@ snapshots: unist-util-visit: 5.0.0 zwitch: 2.0.4 + mdast-util-to-string@3.2.0: mdast-util-to-string@3.2.0: dependencies: '@types/mdast': 3.0.15 + mdast-util-to-string@4.0.0: mdast-util-to-string@4.0.0: dependencies: '@types/mdast': 4.0.4 @@ -24860,6 +26938,14 @@ snapshots: media-typer@0.3.0: {} + mem-fs-editor@9.7.0(mem-fs@2.3.0): + + mdn-data@2.0.30: {} + + mdurl@2.0.0: {} + + media-typer@0.3.0: {} + mem-fs-editor@9.7.0(mem-fs@2.3.0): dependencies: binaryextensions: 4.19.0 @@ -24874,7 +26960,10 @@ snapshots: textextensions: 5.16.0 optionalDependencies: mem-fs: 2.3.0 + optionalDependencies: + mem-fs: 2.3.0 + mem-fs@2.3.0: mem-fs@2.3.0: dependencies: '@types/node': 15.14.9 @@ -24882,10 +26971,12 @@ snapshots: vinyl: 2.2.1 vinyl-file: 3.0.0 + memfs@3.5.3: memfs@3.5.3: dependencies: fs-monkey: 1.0.6 + memfs@4.11.0: memfs@4.11.0: dependencies: '@jsonjoy.com/json-pack': 1.0.4(tslib@2.6.3) @@ -24893,6 +26984,7 @@ snapshots: tree-dump: 1.0.2(tslib@2.6.3) tslib: 2.6.3 + memoizee@0.4.17: memoizee@0.4.17: dependencies: d: 1.0.2 @@ -24905,21 +26997,28 @@ snapshots: timers-ext: 0.1.8 meow@13.2.0: {} + meow@13.2.0: {} + merge-descriptors@1.0.1: {} merge-descriptors@1.0.1: {} + merge-stream@2.0.0: {} merge-stream@2.0.0: {} + merge2@1.4.1: {} merge2@1.4.1: {} + methods@1.1.2: {} methods@1.1.2: {} + micro@9.3.5-canary.3: micro@9.3.5-canary.3: dependencies: arg: 4.1.0 content-type: 1.0.4 raw-body: 2.4.1 + micromark-core-commonmark@1.1.0: micromark-core-commonmark@1.1.0: dependencies: decode-named-character-reference: 1.0.2 @@ -24939,6 +27038,7 @@ snapshots: micromark-util-types: 1.1.0 uvu: 0.5.6 + micromark-core-commonmark@2.0.1: micromark-core-commonmark@2.0.1: dependencies: decode-named-character-reference: 1.0.2 @@ -24958,6 +27058,7 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-extension-gfm-autolink-literal@2.1.0: micromark-extension-gfm-autolink-literal@2.1.0: dependencies: micromark-util-character: 2.1.0 @@ -24965,6 +27066,7 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-extension-gfm-footnote@2.1.0: micromark-extension-gfm-footnote@2.1.0: dependencies: devlop: 1.1.0 @@ -24976,6 +27078,7 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-extension-gfm-strikethrough@2.1.0: micromark-extension-gfm-strikethrough@2.1.0: dependencies: devlop: 1.1.0 @@ -24985,6 +27088,7 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-extension-gfm-table@2.1.0: micromark-extension-gfm-table@2.1.0: dependencies: devlop: 1.1.0 @@ -24993,10 +27097,12 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-extension-gfm-tagfilter@2.0.0: micromark-extension-gfm-tagfilter@2.0.0: dependencies: micromark-util-types: 2.0.0 + micromark-extension-gfm-task-list-item@2.1.0: micromark-extension-gfm-task-list-item@2.1.0: dependencies: devlop: 1.1.0 @@ -25005,6 +27111,7 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-extension-gfm@3.0.0: micromark-extension-gfm@3.0.0: dependencies: micromark-extension-gfm-autolink-literal: 2.1.0 @@ -25016,6 +27123,7 @@ snapshots: micromark-util-combine-extensions: 2.0.0 micromark-util-types: 2.0.0 + micromark-extension-math@3.1.0: micromark-extension-math@3.1.0: dependencies: '@types/katex': 0.16.7 @@ -25026,18 +27134,21 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-factory-destination@1.1.0: micromark-factory-destination@1.1.0: dependencies: micromark-util-character: 1.2.0 micromark-util-symbol: 1.1.0 micromark-util-types: 1.1.0 + micromark-factory-destination@2.0.0: micromark-factory-destination@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-factory-label@1.1.0: micromark-factory-label@1.1.0: dependencies: micromark-util-character: 1.2.0 @@ -25045,6 +27156,7 @@ snapshots: micromark-util-types: 1.1.0 uvu: 0.5.6 + micromark-factory-label@2.0.0: micromark-factory-label@2.0.0: dependencies: devlop: 1.1.0 @@ -25052,16 +27164,19 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-factory-space@1.1.0: micromark-factory-space@1.1.0: dependencies: micromark-util-character: 1.2.0 micromark-util-types: 1.1.0 + micromark-factory-space@2.0.0: micromark-factory-space@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-types: 2.0.0 + micromark-factory-title@1.1.0: micromark-factory-title@1.1.0: dependencies: micromark-factory-space: 1.1.0 @@ -25069,6 +27184,7 @@ snapshots: micromark-util-symbol: 1.1.0 micromark-util-types: 1.1.0 + micromark-factory-title@2.0.0: micromark-factory-title@2.0.0: dependencies: micromark-factory-space: 2.0.0 @@ -25076,6 +27192,7 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-factory-whitespace@1.1.0: micromark-factory-whitespace@1.1.0: dependencies: micromark-factory-space: 1.1.0 @@ -25083,6 +27200,7 @@ snapshots: micromark-util-symbol: 1.1.0 micromark-util-types: 1.1.0 + micromark-factory-whitespace@2.0.0: micromark-factory-whitespace@2.0.0: dependencies: micromark-factory-space: 2.0.0 @@ -25090,54 +27208,65 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-util-character@1.2.0: micromark-util-character@1.2.0: dependencies: micromark-util-symbol: 1.1.0 micromark-util-types: 1.1.0 + micromark-util-character@2.1.0: micromark-util-character@2.1.0: dependencies: micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-util-chunked@1.1.0: micromark-util-chunked@1.1.0: dependencies: micromark-util-symbol: 1.1.0 + micromark-util-chunked@2.0.0: micromark-util-chunked@2.0.0: dependencies: micromark-util-symbol: 2.0.0 + micromark-util-classify-character@1.1.0: micromark-util-classify-character@1.1.0: dependencies: micromark-util-character: 1.2.0 micromark-util-symbol: 1.1.0 micromark-util-types: 1.1.0 + micromark-util-classify-character@2.0.0: micromark-util-classify-character@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-symbol: 2.0.0 micromark-util-types: 2.0.0 + micromark-util-combine-extensions@1.1.0: micromark-util-combine-extensions@1.1.0: dependencies: micromark-util-chunked: 1.1.0 micromark-util-types: 1.1.0 + micromark-util-combine-extensions@2.0.0: micromark-util-combine-extensions@2.0.0: dependencies: micromark-util-chunked: 2.0.0 micromark-util-types: 2.0.0 + micromark-util-decode-numeric-character-reference@1.1.0: micromark-util-decode-numeric-character-reference@1.1.0: dependencies: micromark-util-symbol: 1.1.0 + micromark-util-decode-numeric-character-reference@2.0.1: micromark-util-decode-numeric-character-reference@2.0.1: dependencies: micromark-util-symbol: 2.0.0 + micromark-util-decode-string@1.1.0: micromark-util-decode-string@1.1.0: dependencies: decode-named-character-reference: 1.0.2 @@ -25145,6 +27274,7 @@ snapshots: micromark-util-decode-numeric-character-reference: 1.1.0 micromark-util-symbol: 1.1.0 + micromark-util-decode-string@2.0.0: micromark-util-decode-string@2.0.0: dependencies: decode-named-character-reference: 1.0.2 @@ -25153,41 +27283,52 @@ snapshots: micromark-util-symbol: 2.0.0 micromark-util-encode@1.1.0: {} + micromark-util-encode@1.1.0: {} + micromark-util-encode@2.0.0: {} micromark-util-encode@2.0.0: {} + micromark-util-html-tag-name@1.2.0: {} micromark-util-html-tag-name@1.2.0: {} + micromark-util-html-tag-name@2.0.0: {} micromark-util-html-tag-name@2.0.0: {} + micromark-util-normalize-identifier@1.1.0: micromark-util-normalize-identifier@1.1.0: dependencies: micromark-util-symbol: 1.1.0 + micromark-util-normalize-identifier@2.0.0: micromark-util-normalize-identifier@2.0.0: dependencies: micromark-util-symbol: 2.0.0 + micromark-util-resolve-all@1.1.0: micromark-util-resolve-all@1.1.0: dependencies: micromark-util-types: 1.1.0 + micromark-util-resolve-all@2.0.0: micromark-util-resolve-all@2.0.0: dependencies: micromark-util-types: 2.0.0 + micromark-util-sanitize-uri@1.2.0: micromark-util-sanitize-uri@1.2.0: dependencies: micromark-util-character: 1.2.0 micromark-util-encode: 1.1.0 micromark-util-symbol: 1.1.0 + micromark-util-sanitize-uri@2.0.0: micromark-util-sanitize-uri@2.0.0: dependencies: micromark-util-character: 2.1.0 micromark-util-encode: 2.0.0 micromark-util-symbol: 2.0.0 + micromark-util-subtokenize@1.1.0: micromark-util-subtokenize@1.1.0: dependencies: micromark-util-chunked: 1.1.0 @@ -25195,6 +27336,7 @@ snapshots: micromark-util-types: 1.1.0 uvu: 0.5.6 + micromark-util-subtokenize@2.0.1: micromark-util-subtokenize@2.0.1: dependencies: devlop: 1.1.0 @@ -25203,13 +27345,18 @@ snapshots: micromark-util-types: 2.0.0 micromark-util-symbol@1.1.0: {} + micromark-util-symbol@1.1.0: {} + micromark-util-symbol@2.0.0: {} micromark-util-symbol@2.0.0: {} + micromark-util-types@1.1.0: {} micromark-util-types@1.1.0: {} + micromark-util-types@2.0.0: {} micromark-util-types@2.0.0: {} + micromark@3.2.0: micromark@3.2.0: dependencies: '@types/debug': 4.1.12 @@ -25232,6 +27379,7 @@ snapshots: transitivePeerDependencies: - supports-color + micromark@4.0.0: micromark@4.0.0: dependencies: '@types/debug': 4.1.12 @@ -25254,11 +27402,13 @@ snapshots: transitivePeerDependencies: - supports-color + micromatch@4.0.7: micromatch@4.0.7: dependencies: braces: 3.0.3 picomatch: 2.3.1 + miller-rabin@4.0.1: miller-rabin@4.0.1: dependencies: bn.js: 4.12.0 @@ -25292,6 +27442,24 @@ snapshots: mime-db@1.53.0: {} + mime-types@2.1.35: + + million@3.1.11(rollup@4.20.0): + dependencies: + '@babel/core': 7.24.9 + '@babel/types': 7.25.0 + '@rollup/pluginutils': 5.1.0(rollup@4.20.0) + kleur: 4.1.5 + undici: 6.19.4 + unplugin: 1.12.0 + transitivePeerDependencies: + - rollup + - supports-color + + mime-db@1.52.0: {} + + mime-db@1.53.0: {} + mime-types@2.1.35: dependencies: mime-db: 1.52.0 @@ -25308,12 +27476,26 @@ snapshots: min-indent@1.0.1: {} + mini-css-extract-plugin@2.9.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): + mime@1.6.0: {} + + mime@3.0.0: {} + + mimic-fn@2.1.0: {} + + mimic-fn@4.0.0: {} + + mimic-function@5.0.1: {} + + min-indent@1.0.1: {} + mini-css-extract-plugin@2.9.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: schema-utils: 4.2.0 tapable: 2.2.1 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + miniflare@3.20240718.1: miniflare@3.20240718.1: dependencies: '@cspotcode/source-map-support': 0.8.1 @@ -25334,39 +27516,50 @@ snapshots: - utf-8-validate minimalistic-assert@1.0.1: {} + minimalistic-assert@1.0.1: {} + minimalistic-crypto-utils@1.0.1: {} minimalistic-crypto-utils@1.0.1: {} + minimatch@3.1.2: minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 + minimatch@5.1.6: minimatch@5.1.6: dependencies: brace-expansion: 2.0.1 + minimatch@7.4.6: minimatch@7.4.6: dependencies: brace-expansion: 2.0.1 + minimatch@8.0.4: minimatch@8.0.4: dependencies: brace-expansion: 2.0.1 + minimatch@9.0.3: minimatch@9.0.3: dependencies: brace-expansion: 2.0.1 + minimatch@9.0.5: minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 minimist@1.2.8: {} + minimist@1.2.8: {} + minipass-collect@1.0.2: minipass-collect@1.0.2: dependencies: minipass: 3.3.6 + minipass-fetch@1.4.1: minipass-fetch@1.4.1: dependencies: minipass: 3.3.6 @@ -25375,6 +27568,7 @@ snapshots: optionalDependencies: encoding: 0.1.13 + minipass-fetch@2.1.2: minipass-fetch@2.1.2: dependencies: minipass: 3.3.6 @@ -25383,6 +27577,7 @@ snapshots: optionalDependencies: encoding: 0.1.13 + minipass-fetch@3.0.5: minipass-fetch@3.0.5: dependencies: minipass: 7.1.2 @@ -25391,104 +27586,135 @@ snapshots: optionalDependencies: encoding: 0.1.13 + minipass-flush@1.0.5: minipass-flush@1.0.5: dependencies: minipass: 3.3.6 + minipass-json-stream@1.0.1: minipass-json-stream@1.0.1: dependencies: jsonparse: 1.3.1 minipass: 3.3.6 + minipass-pipeline@1.2.4: minipass-pipeline@1.2.4: dependencies: minipass: 3.3.6 + minipass-sized@1.0.3: minipass-sized@1.0.3: dependencies: minipass: 3.3.6 + minipass@2.9.0: minipass@2.9.0: dependencies: safe-buffer: 5.2.1 yallist: 3.1.1 + minipass@3.3.6: minipass@3.3.6: dependencies: yallist: 4.0.0 minipass@4.2.8: {} + minipass@4.2.8: {} + minipass@5.0.0: {} minipass@5.0.0: {} + minipass@7.1.2: {} minipass@7.1.2: {} + minizlib@1.3.3: minizlib@1.3.3: dependencies: minipass: 2.9.0 + minizlib@2.1.2: minizlib@2.1.2: dependencies: minipass: 3.3.6 yallist: 4.0.0 mitt@3.0.1: {} + mitt@3.0.1: {} + mkdirp-infer-owner@2.0.0: mkdirp-infer-owner@2.0.0: dependencies: chownr: 2.0.0 infer-owner: 1.0.4 mkdirp: 1.0.4 + mkdirp@0.5.6: mkdirp@0.5.6: dependencies: minimist: 1.2.8 mkdirp@1.0.4: {} + ml-array-mean@1.1.6: + + mkdirp@1.0.4: {} + ml-array-mean@1.1.6: dependencies: ml-array-sum: 1.1.6 + ml-array-sum@1.1.6: ml-array-sum@1.1.6: dependencies: is-any-array: 2.0.1 ml-distance-euclidean@2.0.0: {} + ml-distance-euclidean@2.0.0: {} + ml-distance@4.0.1: ml-distance@4.0.1: dependencies: ml-array-mean: 1.1.6 ml-distance-euclidean: 2.0.0 ml-tree-similarity: 1.0.0 + ml-tree-similarity@1.0.0: ml-tree-similarity@1.0.0: dependencies: binary-search: 1.3.6 num-sort: 2.1.0 + module-definition@6.0.0: module-definition@6.0.0: dependencies: ast-module-types: 6.0.0 node-source-walk: 7.0.0 module-details-from-path@1.0.3: {} + module-details-from-path@1.0.3: {} + mri@1.2.0: {} mri@1.2.0: {} + ms@2.0.0: {} ms@2.0.0: {} + ms@2.1.1: {} ms@2.1.1: {} + ms@2.1.2: {} ms@2.1.2: {} + ms@2.1.3: {} ms@2.1.3: {} + multicast-dns@7.2.5: multicast-dns@7.2.5: dependencies: dns-packet: 5.6.1 thunky: 1.1.0 + multimatch@5.0.0: multimatch@5.0.0: dependencies: '@types/minimatch': 3.0.5 @@ -25498,14 +27724,18 @@ snapshots: minimatch: 3.1.2 mustache@4.2.0: {} + mustache@4.2.0: {} + mute-stream@0.0.8: {} mute-stream@0.0.8: {} + mxcn@2.0.0: mxcn@2.0.0: dependencies: clsx: 2.1.1 tailwind-merge: 1.14.0 + mz@2.7.0: mz@2.7.0: dependencies: any-promise: 1.3.0 @@ -25521,7 +27751,17 @@ snapshots: nanoid@5.0.7: {} natural-compare@1.4.0: {} + nanoid@3.3.6: {} + nanoid@3.3.7: {} + + nanoid@4.0.2: {} + + nanoid@5.0.7: {} + + natural-compare@1.4.0: {} + + needle@3.3.1: needle@3.3.1: dependencies: iconv-lite: 0.6.3 @@ -25529,9 +27769,12 @@ snapshots: optional: true negotiator@0.6.3: {} + negotiator@0.6.3: {} + neo-async@2.6.2: {} neo-async@2.6.2: {} + netmask@2.0.2: {} netmask@2.0.2: {} next-app-theme@0.1.10(react@19.0.0-rc-68dbd84b-20240812): @@ -25609,45 +27852,65 @@ snapshots: - '@babel/core' - babel-plugin-macros + nice-napi@1.0.2: nice-napi@1.0.2: dependencies: node-addon-api: 3.2.1 node-gyp-build: 4.8.1 optional: true + no-case@2.3.2: no-case@2.3.2: dependencies: lower-case: 1.1.4 node-abort-controller@3.1.1: {} + node-abort-controller@3.1.1: {} + node-addon-api@3.2.1: node-addon-api@3.2.1: optional: true node-fetch-native@1.6.4: {} + node-fetch@2.6.7(encoding@0.1.13): + node-fetch-native@1.6.4: {} + node-fetch@2.6.7(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 optionalDependencies: encoding: 0.1.13 + node-fetch@2.6.9(encoding@0.1.13): + optionalDependencies: + encoding: 0.1.13 + node-fetch@2.6.9(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 optionalDependencies: encoding: 0.1.13 + node-fetch@2.7.0(encoding@0.1.13): + optionalDependencies: + encoding: 0.1.13 + node-fetch@2.7.0(encoding@0.1.13): dependencies: whatwg-url: 5.0.0 optionalDependencies: encoding: 0.1.13 + optionalDependencies: + encoding: 0.1.13 node-forge@1.3.1: {} + node-forge@1.3.1: {} + node-gyp-build@4.8.1: {} node-gyp-build@4.8.1: {} + node-gyp@8.4.1: node-gyp@8.4.1: dependencies: env-paths: 2.2.1 @@ -25664,6 +27927,7 @@ snapshots: - bluebird - supports-color + node-gyp@9.4.1: node-gyp@9.4.1: dependencies: env-paths: 2.2.1 @@ -25681,6 +27945,7 @@ snapshots: - bluebird - supports-color + node-plop@0.26.3: node-plop@0.26.3: dependencies: '@babel/runtime-corejs3': 7.25.0 @@ -25696,19 +27961,24 @@ snapshots: resolve: 1.22.8 node-releases@2.0.18: {} + node-releases@2.0.18: {} + node-source-walk@7.0.0: node-source-walk@7.0.0: dependencies: '@babel/parser': 7.25.0 + nopt@5.0.0: nopt@5.0.0: dependencies: abbrev: 1.1.1 + nopt@6.0.0: nopt@6.0.0: dependencies: abbrev: 1.1.1 + normalize-package-data@2.5.0: normalize-package-data@2.5.0: dependencies: hosted-git-info: 2.8.9 @@ -25716,6 +27986,7 @@ snapshots: semver: 5.7.2 validate-npm-package-license: 3.0.4 + normalize-package-data@5.0.0: normalize-package-data@5.0.0: dependencies: hosted-git-info: 6.1.1 @@ -25724,6 +27995,7 @@ snapshots: validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} + normalize-path@3.0.0: {} normalize-range@0.1.2: {} @@ -25744,10 +28016,24 @@ snapshots: '@tiptap/extension-text-style': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) '@tiptap/extension-underline': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) '@tiptap/extension-youtube': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-character-count': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-code-block-lowlight': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/extension-code-block@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-color': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/extension-text-style@2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))) + '@tiptap/extension-highlight': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-horizontal-rule': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-image': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-link': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-placeholder': 2.0.3(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-task-item': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/extension-task-list': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-text-style': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-underline': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) + '@tiptap/extension-youtube': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)) '@tiptap/pm': 2.5.7 '@tiptap/react': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812) '@tiptap/starter-kit': 2.5.7(@tiptap/pm@2.5.7) '@tiptap/suggestion': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) + '@tiptap/suggestion': 2.5.7(@tiptap/core@2.5.7(@tiptap/pm@2.5.7))(@tiptap/pm@2.5.7) '@types/node': 18.15.3 cmdk: 0.2.1(@types/react@18.3.3)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812) jotai: 2.9.1(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812) @@ -25766,28 +28052,36 @@ snapshots: - immer - supports-color + npm-bundled@1.1.2: npm-bundled@1.1.2: dependencies: npm-normalize-package-bin: 1.0.1 + npm-bundled@3.0.1: npm-bundled@3.0.1: dependencies: npm-normalize-package-bin: 3.0.1 + npm-install-checks@4.0.0: npm-install-checks@4.0.0: dependencies: semver: 7.6.3 + npm-install-checks@6.3.0: npm-install-checks@6.3.0: dependencies: semver: 7.6.3 npm-normalize-package-bin@1.0.1: {} + npm-normalize-package-bin@1.0.1: {} + npm-normalize-package-bin@2.0.0: {} npm-normalize-package-bin@2.0.0: {} + npm-normalize-package-bin@3.0.1: {} npm-normalize-package-bin@3.0.1: {} + npm-package-arg@10.1.0: npm-package-arg@10.1.0: dependencies: hosted-git-info: 6.1.1 @@ -25795,12 +28089,14 @@ snapshots: semver: 7.6.3 validate-npm-package-name: 5.0.1 + npm-package-arg@8.1.5: npm-package-arg@8.1.5: dependencies: hosted-git-info: 4.1.0 semver: 7.6.3 validate-npm-package-name: 3.0.0 + npm-packlist@3.0.0: npm-packlist@3.0.0: dependencies: glob: 7.2.3 @@ -25808,10 +28104,12 @@ snapshots: npm-bundled: 1.1.2 npm-normalize-package-bin: 1.0.1 + npm-packlist@7.0.4: npm-packlist@7.0.4: dependencies: ignore-walk: 6.0.5 + npm-pick-manifest@6.1.1: npm-pick-manifest@6.1.1: dependencies: npm-install-checks: 4.0.0 @@ -25819,6 +28117,7 @@ snapshots: npm-package-arg: 8.1.5 semver: 7.6.3 + npm-pick-manifest@8.0.2: npm-pick-manifest@8.0.2: dependencies: npm-install-checks: 6.3.0 @@ -25826,6 +28125,7 @@ snapshots: npm-package-arg: 10.1.0 semver: 7.6.3 + npm-registry-fetch@12.0.2: npm-registry-fetch@12.0.2: dependencies: make-fetch-happen: 10.2.1 @@ -25838,6 +28138,7 @@ snapshots: - bluebird - supports-color + npm-registry-fetch@14.0.5: npm-registry-fetch@14.0.5: dependencies: make-fetch-happen: 11.1.1 @@ -25850,14 +28151,17 @@ snapshots: transitivePeerDependencies: - supports-color + npm-run-path@4.0.1: npm-run-path@4.0.1: dependencies: path-key: 3.1.1 + npm-run-path@5.3.0: npm-run-path@5.3.0: dependencies: path-key: 4.0.0 + npmlog@5.0.1: npmlog@5.0.1: dependencies: are-we-there-yet: 2.0.0 @@ -25865,6 +28169,7 @@ snapshots: gauge: 3.0.2 set-blocking: 2.0.0 + npmlog@6.0.2: npmlog@6.0.2: dependencies: are-we-there-yet: 3.0.1 @@ -25872,11 +28177,13 @@ snapshots: gauge: 4.0.4 set-blocking: 2.0.0 + nth-check@2.1.1: nth-check@2.1.1: dependencies: boolbase: 1.0.0 num-sort@2.1.0: {} + num-sort@2.1.0: {} nuqs@1.17.6(next@15.0.0-canary.112(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812)(sass@1.77.8)): dependencies: @@ -25884,20 +28191,27 @@ snapshots: next: 15.0.0-canary.112(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812))(react@19.0.0-rc-68dbd84b-20240812)(sass@1.77.8) oauth4webapi@2.11.1: {} + oauth4webapi@2.11.1: {} + object-assign@4.1.1: {} object-assign@4.1.1: {} + object-hash@3.0.0: {} object-hash@3.0.0: {} + object-inspect@1.13.2: {} object-inspect@1.13.2: {} + object-is@1.1.6: object-is@1.1.6: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 object-keys@1.1.1: {} + object-keys@1.1.1: {} + object.assign@4.1.5: object.assign@4.1.5: dependencies: call-bind: 1.0.7 @@ -25905,12 +28219,14 @@ snapshots: has-symbols: 1.0.3 object-keys: 1.1.1 + object.entries@1.1.8: object.entries@1.1.8: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 + object.fromentries@2.0.8: object.fromentries@2.0.8: dependencies: call-bind: 1.0.7 @@ -25918,12 +28234,14 @@ snapshots: es-abstract: 1.23.3 es-object-atoms: 1.0.0 + object.groupby@1.0.3: object.groupby@1.0.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 + object.values@1.2.0: object.values@1.2.0: dependencies: call-bind: 1.0.7 @@ -25931,33 +28249,42 @@ snapshots: es-object-atoms: 1.0.0 obuf@1.1.2: {} + obuf@1.1.2: {} + on-finished@2.4.1: on-finished@2.4.1: dependencies: ee-first: 1.1.1 on-headers@1.0.2: {} + on-headers@1.0.2: {} + once@1.3.3: once@1.3.3: dependencies: wrappy: 1.0.2 + once@1.4.0: once@1.4.0: dependencies: wrappy: 1.0.2 + onetime@5.1.2: onetime@5.1.2: dependencies: mimic-fn: 2.1.0 + onetime@6.0.0: onetime@6.0.0: dependencies: mimic-fn: 4.0.0 + onetime@7.0.0: onetime@7.0.0: dependencies: mimic-function: 5.0.1 + open@10.1.0: open@10.1.0: dependencies: default-browser: 5.2.1 @@ -25965,6 +28292,7 @@ snapshots: is-inside-container: 1.0.0 is-wsl: 3.1.0 + opentelemetry-instrumentation-fetch-node@1.2.3(@opentelemetry/api@1.9.0): opentelemetry-instrumentation-fetch-node@1.2.3(@opentelemetry/api@1.9.0): dependencies: '@opentelemetry/api': 1.9.0 @@ -25974,6 +28302,7 @@ snapshots: - supports-color optional: true + optionator@0.9.4: optionator@0.9.4: dependencies: deep-is: 0.1.4 @@ -25983,6 +28312,7 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 + ora@4.1.1: ora@4.1.1: dependencies: chalk: 3.0.0 @@ -25994,6 +28324,7 @@ snapshots: strip-ansi: 6.0.1 wcwidth: 1.0.1 + ora@5.4.1: ora@5.4.1: dependencies: bl: 4.1.0 @@ -26007,73 +28338,93 @@ snapshots: wcwidth: 1.0.1 orderedmap@2.1.1: {} + orderedmap@2.1.1: {} + os-paths@4.4.0: {} os-paths@4.4.0: {} + os-shim@0.1.3: {} os-shim@0.1.3: {} + os-tmpdir@1.0.2: {} os-tmpdir@1.0.2: {} + overlap-area@1.1.0: overlap-area@1.1.0: dependencies: '@daybrush/utils': 1.13.0 p-finally@1.0.0: {} + p-finally@1.0.0: {} + p-finally@2.0.1: {} p-finally@2.0.1: {} + p-limit@2.3.0: p-limit@2.3.0: dependencies: p-try: 2.2.0 + p-limit@3.1.0: p-limit@3.1.0: dependencies: yocto-queue: 0.1.0 + p-limit@4.0.0: p-limit@4.0.0: dependencies: yocto-queue: 1.1.1 + p-locate@4.1.0: p-locate@4.1.0: dependencies: p-limit: 2.3.0 + p-locate@5.0.0: p-locate@5.0.0: dependencies: p-limit: 3.1.0 + p-locate@6.0.0: p-locate@6.0.0: dependencies: p-limit: 4.0.0 + p-map@3.0.0: p-map@3.0.0: dependencies: aggregate-error: 3.1.0 + p-map@4.0.0: p-map@4.0.0: dependencies: aggregate-error: 3.1.0 + p-queue@6.6.2: p-queue@6.6.2: dependencies: eventemitter3: 4.0.7 p-timeout: 3.2.0 + p-retry@4.6.2: p-retry@4.6.2: dependencies: '@types/retry': 0.12.0 retry: 0.13.1 + p-retry@6.2.0: p-retry@6.2.0: dependencies: '@types/retry': 0.12.2 is-network-error: 1.1.0 retry: 0.13.1 + p-timeout@3.2.0: p-timeout@3.2.0: dependencies: p-finally: 1.0.0 + p-transform@1.3.0: p-transform@1.3.0: dependencies: debug: 4.3.6 @@ -26082,7 +28433,9 @@ snapshots: - supports-color p-try@2.2.0: {} + p-try@2.2.0: {} + pac-proxy-agent@7.0.2: pac-proxy-agent@7.0.2: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 @@ -26096,18 +28449,22 @@ snapshots: transitivePeerDependencies: - supports-color + pac-resolver@7.0.1: pac-resolver@7.0.1: dependencies: degenerator: 5.0.1 netmask: 2.0.2 package-json-from-dist@1.0.0: {} + package-json-from-dist@1.0.0: {} + package-manager-manager@0.2.0: package-manager-manager@0.2.0: dependencies: js-yaml: 4.1.0 shellac: 0.8.0 + pacote@12.0.3: pacote@12.0.3: dependencies: '@npmcli/git': 2.1.0 @@ -26133,6 +28490,7 @@ snapshots: - bluebird - supports-color + pacote@15.2.0: pacote@15.2.0: dependencies: '@npmcli/git': 4.1.0 @@ -26158,17 +28516,22 @@ snapshots: - supports-color pako@2.1.0: {} + pako@2.1.0: {} + papaparse@5.4.1: {} papaparse@5.4.1: {} + param-case@2.1.1: param-case@2.1.1: dependencies: no-case: 2.3.2 + parent-module@1.0.1: parent-module@1.0.1: dependencies: callsites: 3.1.0 + parse-asn1@5.1.7: parse-asn1@5.1.7: dependencies: asn1.js: 4.10.1 @@ -26178,12 +28541,14 @@ snapshots: pbkdf2: 3.1.2 safe-buffer: 5.2.1 + parse-conflict-json@2.0.2: parse-conflict-json@2.0.2: dependencies: json-parse-even-better-errors: 2.3.1 just-diff: 5.2.0 just-diff-apply: 5.5.0 + parse-entities@4.0.1: parse-entities@4.0.1: dependencies: '@types/unist': 2.0.10 @@ -26195,6 +28560,7 @@ snapshots: is-decimal: 2.0.1 is-hexadecimal: 2.0.1 + parse-json@5.2.0: parse-json@5.2.0: dependencies: '@babel/code-frame': 7.24.7 @@ -26203,35 +28569,46 @@ snapshots: lines-and-columns: 1.2.4 parse-ms@2.1.0: {} + parse-ms@2.1.0: {} + parse-ms@3.0.0: {} parse-ms@3.0.0: {} + parse-node-version@1.0.1: {} parse-node-version@1.0.1: {} + parse5-htmlparser2-tree-adapter@7.0.0: parse5-htmlparser2-tree-adapter@7.0.0: dependencies: domhandler: 5.0.3 parse5: 7.1.2 + parse5-utils@2.0.0: parse5-utils@2.0.0: dependencies: parse5: 2.2.3 parse5@2.2.3: {} + parse5@2.2.3: {} + parse5@7.1.2: parse5@7.1.2: dependencies: entities: 4.5.0 parseurl@1.3.3: {} + parseurl@1.3.3: {} + pascal-case@2.0.1: pascal-case@2.0.1: dependencies: camel-case: 3.0.0 upper-case-first: 1.1.2 path-browserify@1.0.1: {} + path-browserify@1.0.1: {} + path-case@2.1.1: path-case@2.1.1: dependencies: no-case: 2.3.2 @@ -26252,28 +28629,38 @@ snapshots: path-to-regexp: 1.8.0 path-parse@1.0.7: {} + path-parse@1.0.7: {} + path-scurry@1.11.1: path-scurry@1.11.1: dependencies: lru-cache: 10.4.3 minipass: 7.1.2 path-to-regexp@0.1.7: {} + path-to-regexp@0.1.7: {} + path-to-regexp@1.8.0: path-to-regexp@1.8.0: dependencies: isarray: 0.0.1 path-to-regexp@6.1.0: {} + path-to-regexp@6.1.0: {} + path-to-regexp@6.2.1: {} path-to-regexp@6.2.1: {} + path-to-regexp@6.2.2: {} path-to-regexp@6.2.2: {} + path-type@4.0.0: {} path-type@4.0.0: {} + pathe@1.1.2: {} pathe@1.1.2: {} + pbkdf2@3.1.2: pbkdf2@3.1.2: dependencies: create-hash: 1.2.0 @@ -26283,9 +28670,12 @@ snapshots: sha.js: 2.4.11 pcre-to-regexp@1.1.0: {} + pcre-to-regexp@1.1.0: {} + pend@1.2.0: {} pend@1.2.0: {} + periscopic@3.1.0: periscopic@3.1.0: dependencies: '@types/estree': 1.0.5 @@ -26293,9 +28683,12 @@ snapshots: is-reference: 3.0.2 pg-int8@1.0.1: {} + pg-int8@1.0.1: {} + pg-protocol@1.6.1: {} pg-protocol@1.6.1: {} + pg-types@2.2.0: pg-types@2.2.0: dependencies: pg-int8: 1.0.1 @@ -26322,10 +28715,12 @@ snapshots: optionalDependencies: nice-napi: 1.0.2 + pkg-dir@4.2.0: pkg-dir@4.2.0: dependencies: find-up: 4.1.0 + pkg-dir@7.0.0: pkg-dir@7.0.0: dependencies: find-up: 6.3.0 @@ -26334,23 +28729,32 @@ snapshots: possible-typed-array-names@1.0.0: {} + pluralize@8.0.0: {} + + possible-typed-array-names@1.0.0: {} + + postcss-attribute-case-insensitive@6.0.3(postcss@8.4.40): postcss-attribute-case-insensitive@6.0.3(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-browser-comments@4.0.0(browserslist@4.23.2)(postcss@8.4.40): postcss-browser-comments@4.0.0(browserslist@4.23.2)(postcss@8.4.40): dependencies: browserslist: 4.23.2 postcss: 8.4.40 + postcss-clamp@4.1.0(postcss@8.4.40): postcss-clamp@4.1.0(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-color-functional-notation@6.0.14(postcss@8.4.40): postcss-color-functional-notation@6.0.14(postcss@8.4.40): dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -26358,28 +28762,35 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + postcss-color-hex-alpha@9.0.4(postcss@8.4.40): postcss-color-hex-alpha@9.0.4(postcss@8.4.40): dependencies: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-color-rebeccapurple@9.0.3(postcss@8.4.40): postcss-color-rebeccapurple@9.0.3(postcss@8.4.40): dependencies: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-custom-media@10.0.8(postcss@8.4.40): postcss-custom-media@10.0.8(postcss@8.4.40): dependencies: + '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) postcss: 8.4.40 + postcss-custom-properties@13.3.12(postcss@8.4.40): postcss-custom-properties@13.3.12(postcss@8.4.40): dependencies: + '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -26387,19 +28798,23 @@ snapshots: postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-custom-selectors@7.1.12(postcss@8.4.40): postcss-custom-selectors@7.1.12(postcss@8.4.40): dependencies: + '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/cascade-layer-name-parser': 1.0.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-dir-pseudo-class@8.0.1(postcss@8.4.40): postcss-dir-pseudo-class@8.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-double-position-gradients@5.0.7(postcss@8.4.40): postcss-double-position-gradients@5.0.7(postcss@8.4.40): dependencies: '@csstools/postcss-progressive-custom-properties': 3.3.0(postcss@8.4.40) @@ -26407,34 +28822,41 @@ snapshots: postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-flexbugs-fixes@5.0.2(postcss@8.4.40): postcss-flexbugs-fixes@5.0.2(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-focus-visible@9.0.1(postcss@8.4.40): postcss-focus-visible@9.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-focus-within@8.0.1(postcss@8.4.40): postcss-focus-within@8.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-font-variant@5.0.0(postcss@8.4.40): postcss-font-variant@5.0.0(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-gap-properties@5.0.1(postcss@8.4.40): postcss-gap-properties@5.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-image-set-function@6.0.3(postcss@8.4.40): postcss-image-set-function@6.0.3(postcss@8.4.40): dependencies: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-import@15.1.0(postcss@8.4.40): postcss-import@15.1.0(postcss@8.4.40): dependencies: postcss: 8.4.40 @@ -26442,13 +28864,16 @@ snapshots: read-cache: 1.0.0 resolve: 1.22.8 + postcss-js@4.0.1(postcss@8.4.40): postcss-js@4.0.1(postcss@8.4.40): dependencies: camelcase-css: 2.0.1 postcss: 8.4.40 + postcss-lab-function@6.0.19(postcss@8.4.40): postcss-lab-function@6.0.19(postcss@8.4.40): dependencies: + '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-color-parser': 2.0.5(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 @@ -26456,14 +28881,22 @@ snapshots: '@csstools/utilities': 1.0.0(postcss@8.4.40) postcss: 8.4.40 + postcss-load-config@4.0.2(postcss@8.4.40)(ts-node@10.9.2(typescript@5.3.3)): postcss-load-config@4.0.2(postcss@8.4.40)(ts-node@10.9.2(typescript@5.3.3)): dependencies: lilconfig: 3.1.2 yaml: 2.5.0 + optionalDependencies: + yaml: 2.5.0 optionalDependencies: postcss: 8.4.40 ts-node: 10.9.2(typescript@5.3.3) + postcss-load-config@4.0.2(postcss@8.4.40)(ts-node@10.9.2(typescript@5.5.4)): + dependencies: + lilconfig: 3.1.2 + ts-node: 10.9.2(typescript@5.3.3) + postcss-load-config@4.0.2(postcss@8.4.40)(ts-node@10.9.2(typescript@5.5.4)): dependencies: lilconfig: 3.1.2 @@ -26472,17 +28905,24 @@ snapshots: postcss: 8.4.40 ts-node: 10.9.2(@types/node@20.14.12)(typescript@5.5.4) + postcss-loader@8.1.1(postcss@8.4.40)(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): + optionalDependencies: + postcss: 8.4.40 + ts-node: 10.9.2(@types/node@20.14.12)(typescript@5.5.4) + postcss-loader@8.1.1(postcss@8.4.40)(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: cosmiconfig: 9.0.0(typescript@5.3.3) jiti: 1.21.6 postcss: 8.4.40 semver: 7.6.3 + optionalDependencies: optionalDependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) transitivePeerDependencies: - typescript + postcss-logical@7.0.1(postcss@8.4.40): postcss-logical@7.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 @@ -26490,10 +28930,14 @@ snapshots: postcss-media-query-parser@0.2.3: {} + postcss-modules-extract-imports@3.1.0(postcss@8.4.40): + postcss-media-query-parser@0.2.3: {} + postcss-modules-extract-imports@3.1.0(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-modules-local-by-default@4.0.5(postcss@8.4.40): postcss-modules-local-by-default@4.0.5(postcss@8.4.40): dependencies: icss-utils: 5.1.0(postcss@8.4.40) @@ -26501,21 +28945,25 @@ snapshots: postcss-selector-parser: 6.1.1 postcss-value-parser: 4.2.0 + postcss-modules-scope@3.2.0(postcss@8.4.40): postcss-modules-scope@3.2.0(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-modules-values@4.0.0(postcss@8.4.40): postcss-modules-values@4.0.0(postcss@8.4.40): dependencies: icss-utils: 5.1.0(postcss@8.4.40) postcss: 8.4.40 + postcss-nested@6.2.0(postcss@8.4.40): postcss-nested@6.2.0(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-nesting@12.1.5(postcss@8.4.40): postcss-nesting@12.1.5(postcss@8.4.40): dependencies: '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.1.1) @@ -26523,6 +28971,7 @@ snapshots: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-normalize@10.0.1(browserslist@4.23.2)(postcss@8.4.40): postcss-normalize@10.0.1(browserslist@4.23.2)(postcss@8.4.40): dependencies: '@csstools/normalize.css': 12.1.1 @@ -26531,24 +28980,29 @@ snapshots: postcss-browser-comments: 4.0.0(browserslist@4.23.2)(postcss@8.4.40) sanitize.css: 13.0.0 + postcss-opacity-percentage@2.0.0(postcss@8.4.40): postcss-opacity-percentage@2.0.0(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-overflow-shorthand@5.0.1(postcss@8.4.40): postcss-overflow-shorthand@5.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-page-break@3.0.4(postcss@8.4.40): postcss-page-break@3.0.4(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-place@9.0.1(postcss@8.4.40): postcss-place@9.0.1(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-value-parser: 4.2.0 + postcss-preset-env@9.6.0(postcss@8.4.40): postcss-preset-env@9.6.0(postcss@8.4.40): dependencies: '@csstools/postcss-cascade-layers': 4.0.6(postcss@8.4.40) @@ -26614,42 +29068,53 @@ snapshots: postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.40) postcss-selector-not: 7.0.2(postcss@8.4.40) + postcss-pseudo-class-any-link@9.0.2(postcss@8.4.40): postcss-pseudo-class-any-link@9.0.2(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-replace-overflow-wrap@4.0.0(postcss@8.4.40): postcss-replace-overflow-wrap@4.0.0(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-resolve-nested-selector@0.1.4: {} + postcss-safe-parser@7.0.0(postcss@8.4.40): + postcss-resolve-nested-selector@0.1.4: {} + postcss-safe-parser@7.0.0(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-scss@4.0.9(postcss@8.4.40): postcss-scss@4.0.9(postcss@8.4.40): dependencies: postcss: 8.4.40 + postcss-selector-not@7.0.2(postcss@8.4.40): postcss-selector-not@7.0.2(postcss@8.4.40): dependencies: postcss: 8.4.40 postcss-selector-parser: 6.1.1 + postcss-selector-parser@6.0.10: postcss-selector-parser@6.0.10: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 + postcss-selector-parser@6.1.1: postcss-selector-parser@6.1.1: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 postcss-value-parser@4.2.0: {} + postcss-value-parser@4.2.0: {} + postcss-values-parser@6.0.2(postcss@8.4.40): postcss-values-parser@6.0.2(postcss@8.4.40): dependencies: color-name: 1.1.4 @@ -26657,12 +29122,14 @@ snapshots: postcss: 8.4.40 quote-unquote: 1.0.0 + postcss@8.4.31: postcss@8.4.31: dependencies: nanoid: 3.3.7 picocolors: 1.0.1 source-map-js: 1.2.0 + postcss@8.4.40: postcss@8.4.40: dependencies: nanoid: 3.3.7 @@ -26670,30 +29137,39 @@ snapshots: source-map-js: 1.2.0 postgres-array@2.0.0: {} + postgres-array@2.0.0: {} + postgres-bytea@1.0.0: {} postgres-bytea@1.0.0: {} + postgres-date@1.0.7: {} postgres-date@1.0.7: {} + postgres-interval@1.2.0: postgres-interval@1.2.0: dependencies: xtend: 4.0.2 + posthog-js@1.154.5: posthog-js@1.154.5: dependencies: fflate: 0.4.8 preact: 10.23.1 web-vitals: 4.2.2 + preact-render-to-string@5.2.3(preact@10.11.3): preact-render-to-string@5.2.3(preact@10.11.3): dependencies: preact: 10.11.3 pretty-format: 3.8.0 preact@10.11.3: {} + preact@10.11.3: {} + preact@10.23.1: {} preact@10.23.1: {} + precinct@12.1.2: precinct@12.1.2: dependencies: '@dependents/detective-less': 5.0.0 @@ -26714,6 +29190,7 @@ snapshots: transitivePeerDependencies: - supports-color + preferred-pm@3.1.4: preferred-pm@3.1.4: dependencies: find-up: 5.0.0 @@ -26725,6 +29202,12 @@ snapshots: prelude-ls@1.2.1: {} + prettier-plugin-packagejson@2.5.1(prettier@3.3.3): + + prefers-yarn@1.0.1: {} + + prelude-ls@1.2.1: {} + prettier-plugin-packagejson@2.5.1(prettier@3.3.3): dependencies: sort-package-json: 2.10.0 @@ -26738,10 +29221,21 @@ snapshots: pretty-format@3.8.0: {} + pretty-ms@7.0.1: + optionalDependencies: + prettier: 3.3.3 + + prettier@3.3.3: {} + + pretty-bytes@5.6.0: {} + + pretty-format@3.8.0: {} + pretty-ms@7.0.1: dependencies: parse-ms: 2.1.0 + pretty-ms@8.0.0: pretty-ms@8.0.0: dependencies: parse-ms: 3.0.0 @@ -26764,13 +29258,34 @@ snapshots: promise-inflight@1.0.1: {} + promise-retry@2.0.1: + printable-characters@1.0.42: {} + + proc-log@1.0.0: {} + + proc-log@3.0.0: {} + + process-nextick-args@2.0.1: {} + + process@0.11.10: {} + + progress@2.0.3: {} + + promise-all-reject-late@1.0.1: {} + + promise-call-limit@1.0.2: {} + + promise-inflight@1.0.1: {} + promise-retry@2.0.1: dependencies: err-code: 2.0.3 retry: 0.12.0 promisepipe@3.0.0: {} + promisepipe@3.0.0: {} + prop-types@15.8.1: prop-types@15.8.1: dependencies: loose-envify: 1.4.0 @@ -26778,27 +29293,33 @@ snapshots: react-is: 16.13.1 property-information@6.5.0: {} + property-information@6.5.0: {} + prosemirror-changeset@2.2.1: prosemirror-changeset@2.2.1: dependencies: prosemirror-transform: 1.9.0 + prosemirror-collab@1.3.1: prosemirror-collab@1.3.1: dependencies: prosemirror-state: 1.4.3 + prosemirror-commands@1.6.0: prosemirror-commands@1.6.0: dependencies: prosemirror-model: 1.22.2 prosemirror-state: 1.4.3 prosemirror-transform: 1.9.0 + prosemirror-dropcursor@1.8.1: prosemirror-dropcursor@1.8.1: dependencies: prosemirror-state: 1.4.3 prosemirror-transform: 1.9.0 prosemirror-view: 1.33.9 + prosemirror-gapcursor@1.3.2: prosemirror-gapcursor@1.3.2: dependencies: prosemirror-keymap: 1.2.2 @@ -26806,6 +29327,7 @@ snapshots: prosemirror-state: 1.4.3 prosemirror-view: 1.33.9 + prosemirror-history@1.4.1: prosemirror-history@1.4.1: dependencies: prosemirror-state: 1.4.3 @@ -26813,21 +29335,25 @@ snapshots: prosemirror-view: 1.33.9 rope-sequence: 1.3.4 + prosemirror-inputrules@1.4.0: prosemirror-inputrules@1.4.0: dependencies: prosemirror-state: 1.4.3 prosemirror-transform: 1.9.0 + prosemirror-keymap@1.2.2: prosemirror-keymap@1.2.2: dependencies: prosemirror-state: 1.4.3 w3c-keyname: 2.2.8 + prosemirror-markdown@1.13.0: prosemirror-markdown@1.13.0: dependencies: markdown-it: 14.1.0 prosemirror-model: 1.22.2 + prosemirror-menu@1.2.4: prosemirror-menu@1.2.4: dependencies: crelt: 1.0.6 @@ -26835,26 +29361,31 @@ snapshots: prosemirror-history: 1.4.1 prosemirror-state: 1.4.3 + prosemirror-model@1.22.2: prosemirror-model@1.22.2: dependencies: orderedmap: 2.1.1 + prosemirror-schema-basic@1.2.3: prosemirror-schema-basic@1.2.3: dependencies: prosemirror-model: 1.22.2 + prosemirror-schema-list@1.4.1: prosemirror-schema-list@1.4.1: dependencies: prosemirror-model: 1.22.2 prosemirror-state: 1.4.3 prosemirror-transform: 1.9.0 + prosemirror-state@1.4.3: prosemirror-state@1.4.3: dependencies: prosemirror-model: 1.22.2 prosemirror-transform: 1.9.0 prosemirror-view: 1.33.9 + prosemirror-tables@1.4.0: prosemirror-tables@1.4.0: dependencies: prosemirror-keymap: 1.2.2 @@ -26863,6 +29394,7 @@ snapshots: prosemirror-transform: 1.9.0 prosemirror-view: 1.33.9 + prosemirror-trailing-node@2.0.9(prosemirror-model@1.22.2)(prosemirror-state@1.4.3)(prosemirror-view@1.33.9): prosemirror-trailing-node@2.0.9(prosemirror-model@1.22.2)(prosemirror-state@1.4.3)(prosemirror-view@1.33.9): dependencies: '@remirror/core-constants': 2.0.2 @@ -26871,10 +29403,12 @@ snapshots: prosemirror-state: 1.4.3 prosemirror-view: 1.33.9 + prosemirror-transform@1.9.0: prosemirror-transform@1.9.0: dependencies: prosemirror-model: 1.22.2 + prosemirror-view@1.33.9: prosemirror-view@1.33.9: dependencies: prosemirror-model: 1.22.2 @@ -26882,12 +29416,15 @@ snapshots: prosemirror-transform: 1.9.0 proto-list@1.2.4: {} + proto-list@1.2.4: {} + proxy-addr@2.0.7: proxy-addr@2.0.7: dependencies: forwarded: 0.2.0 ipaddr.js: 1.9.1 + proxy-agent@6.4.0: proxy-agent@6.4.0: dependencies: agent-base: 7.1.1 @@ -26902,10 +29439,13 @@ snapshots: - supports-color proxy-from-env@1.1.0: {} + proxy-from-env@1.1.0: {} + prr@1.0.1: prr@1.0.1: optional: true + public-encrypt@4.0.3: public-encrypt@4.0.3: dependencies: bn.js: 4.12.0 @@ -26915,23 +29455,30 @@ snapshots: randombytes: 2.1.0 safe-buffer: 5.2.1 + pump@3.0.0: pump@3.0.0: dependencies: end-of-stream: 1.4.4 once: 1.4.0 punycode.js@2.3.1: {} + punycode.js@2.3.1: {} + punycode@1.3.2: {} punycode@1.3.2: {} + punycode@2.3.1: {} punycode@2.3.1: {} + pupa@2.1.1: pupa@2.1.1: dependencies: escape-goat: 2.1.1 pure-rand@6.1.0: {} + pure-rand@6.1.0: {} + qs@6.11.0: qs@6.11.0: dependencies: side-channel: 1.0.6 @@ -26944,17 +29491,30 @@ snapshots: random-js@2.1.0: {} + randombytes@2.1.0: + + querystring@0.2.0: {} + + queue-microtask@1.2.3: {} + + quote-unquote@1.0.0: {} + + random-js@2.1.0: {} + randombytes@2.1.0: dependencies: safe-buffer: 5.2.1 + randomfill@1.0.4: randomfill@1.0.4: dependencies: randombytes: 2.1.0 safe-buffer: 5.2.1 range-parser@1.2.1: {} + range-parser@1.2.1: {} + raw-body@2.4.1: raw-body@2.4.1: dependencies: bytes: 3.1.0 @@ -26962,6 +29522,7 @@ snapshots: iconv-lite: 0.4.24 unpipe: 1.0.0 + raw-body@2.5.2: raw-body@2.5.2: dependencies: bytes: 3.1.2 @@ -26969,6 +29530,7 @@ snapshots: iconv-lite: 0.4.24 unpipe: 1.0.0 + rc@1.2.8: rc@1.2.8: dependencies: deep-extend: 0.6.0 @@ -26976,11 +29538,13 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 + react-css-styled@1.1.9: react-css-styled@1.1.9: dependencies: css-styled: 1.0.8 framework-utils: 1.1.0 + react-dom@18.3.1(react@18.3.1): react-dom@18.3.1(react@18.3.1): dependencies: loose-envify: 1.4.0 @@ -27009,7 +29573,9 @@ snapshots: react: 19.0.0-rc-68dbd84b-20240812 react-is@16.13.1: {} + react-is@16.13.1: {} + react-is@18.3.1: {} react-is@18.3.1: {} react-layout-masonry@1.1.0(react@19.0.0-rc-68dbd84b-20240812): @@ -27055,6 +29621,7 @@ snapshots: transitivePeerDependencies: - supports-color + react-moveable@0.56.0: react-moveable@0.56.0: dependencies: '@daybrush/utils': 1.13.0 @@ -27073,6 +29640,9 @@ snapshots: react-refresh@0.14.2: {} + react-remove-scroll-bar@2.3.6(@types/react@18.3.3)(react@18.3.1): + react-refresh@0.14.2: {} + react-remove-scroll-bar@2.3.6(@types/react@18.3.3)(react@18.3.1): dependencies: react: 18.3.1 @@ -27155,6 +29725,7 @@ snapshots: dependencies: selecto: 1.26.3 + react-style-singleton@2.2.1(@types/react@18.3.3)(react@18.3.1): react-style-singleton@2.2.1(@types/react@18.3.3)(react@18.3.1): dependencies: get-nonce: 1.0.1 @@ -27192,6 +29763,7 @@ snapshots: react: 19.0.0-rc-68dbd84b-20240812 react-dom: 19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812) + react@18.3.1: react@18.3.1: dependencies: loose-envify: 1.4.0 @@ -27203,17 +29775,21 @@ snapshots: pify: 2.3.0 read-cmd-shim@3.0.1: {} + read-cmd-shim@3.0.1: {} + read-package-json-fast@2.0.3: read-package-json-fast@2.0.3: dependencies: json-parse-even-better-errors: 2.3.1 npm-normalize-package-bin: 1.0.1 + read-package-json-fast@3.0.2: read-package-json-fast@3.0.2: dependencies: json-parse-even-better-errors: 3.0.2 npm-normalize-package-bin: 3.0.1 + read-package-json@6.0.4: read-package-json@6.0.4: dependencies: glob: 10.4.5 @@ -27221,12 +29797,14 @@ snapshots: normalize-package-data: 5.0.0 npm-normalize-package-bin: 3.0.1 + read-pkg-up@7.0.1: read-pkg-up@7.0.1: dependencies: find-up: 4.1.0 read-pkg: 5.2.0 type-fest: 0.8.1 + read-pkg@5.2.0: read-pkg@5.2.0: dependencies: '@types/normalize-package-data': 2.4.4 @@ -27234,6 +29812,7 @@ snapshots: parse-json: 5.2.0 type-fest: 0.6.0 + readable-stream@2.3.8: readable-stream@2.3.8: dependencies: core-util-is: 1.0.3 @@ -27244,12 +29823,14 @@ snapshots: string_decoder: 1.1.1 util-deprecate: 1.0.2 + readable-stream@3.6.2: readable-stream@3.6.2: dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 + readable-stream@4.5.2: readable-stream@4.5.2: dependencies: abort-controller: 3.0.0 @@ -27258,6 +29839,7 @@ snapshots: process: 0.11.10 string_decoder: 1.3.0 + readdir-scoped-modules@1.1.0: readdir-scoped-modules@1.1.0: dependencies: debuglog: 1.0.1 @@ -27265,22 +29847,27 @@ snapshots: graceful-fs: 4.2.11 once: 1.4.0 + readdirp@3.3.0: readdirp@3.3.0: dependencies: picomatch: 2.3.1 + readdirp@3.6.0: readdirp@3.6.0: dependencies: picomatch: 2.3.1 + rechoir@0.6.2: rechoir@0.6.2: dependencies: resolve: 1.22.8 + rechoir@0.8.0: rechoir@0.8.0: dependencies: resolve: 1.22.8 + reflect.getprototypeof@1.0.6: reflect.getprototypeof@1.0.6: dependencies: call-bind: 1.0.7 @@ -27291,20 +29878,26 @@ snapshots: globalthis: 1.0.4 which-builtin-type: 1.1.3 + regenerate-unicode-properties@10.1.1: regenerate-unicode-properties@10.1.1: dependencies: regenerate: 1.4.2 regenerate@1.4.2: {} + regenerate@1.4.2: {} + regenerator-runtime@0.14.1: {} regenerator-runtime@0.14.1: {} + regenerator-transform@0.15.2: regenerator-transform@0.15.2: dependencies: '@babel/runtime': 7.25.0 regexp-tree@0.1.27: {} + regexp-tree@0.1.27: {} + regexp.prototype.flags@1.5.2: regexp.prototype.flags@1.5.2: dependencies: call-bind: 1.0.7 @@ -27312,6 +29905,7 @@ snapshots: es-errors: 1.3.0 set-function-name: 2.0.2 + regexpu-core@5.3.2: regexpu-core@5.3.2: dependencies: '@babel/regjsgen': 0.8.0 @@ -27322,32 +29916,40 @@ snapshots: unicode-match-property-value-ecmascript: 2.1.0 reghex@1.0.2: {} + reghex@1.0.2: {} + registry-auth-token@3.3.2: registry-auth-token@3.3.2: dependencies: rc: 1.2.8 safe-buffer: 5.2.1 + registry-auth-token@5.0.2: registry-auth-token@5.0.2: dependencies: '@pnpm/npm-conf': 2.2.2 + registry-url@3.1.0: registry-url@3.1.0: dependencies: rc: 1.2.8 + registry-url@5.1.0: registry-url@5.1.0: dependencies: rc: 1.2.8 + regjsparser@0.10.0: regjsparser@0.10.0: dependencies: jsesc: 0.5.0 + regjsparser@0.9.1: regjsparser@0.9.1: dependencies: jsesc: 0.5.0 + rehype-highlight@7.0.0: rehype-highlight@7.0.0: dependencies: '@types/hast': 3.0.4 @@ -27356,6 +29958,7 @@ snapshots: unist-util-visit: 5.0.0 vfile: 6.0.2 + rehype-katex@7.0.0: rehype-katex@7.0.0: dependencies: '@types/hast': 3.0.4 @@ -27366,6 +29969,7 @@ snapshots: unist-util-visit-parents: 6.0.1 vfile: 6.0.2 + remark-gfm@4.0.0: remark-gfm@4.0.0: dependencies: '@types/mdast': 4.0.4 @@ -27377,6 +29981,7 @@ snapshots: transitivePeerDependencies: - supports-color + remark-math@6.0.0: remark-math@6.0.0: dependencies: '@types/mdast': 4.0.4 @@ -27386,6 +29991,7 @@ snapshots: transitivePeerDependencies: - supports-color + remark-parse@10.0.2: remark-parse@10.0.2: dependencies: '@types/mdast': 3.0.15 @@ -27394,6 +30000,7 @@ snapshots: transitivePeerDependencies: - supports-color + remark-parse@11.0.0: remark-parse@11.0.0: dependencies: '@types/mdast': 4.0.4 @@ -27403,6 +30010,7 @@ snapshots: transitivePeerDependencies: - supports-color + remark-rehype@10.1.0: remark-rehype@10.1.0: dependencies: '@types/hast': 2.3.10 @@ -27410,6 +30018,7 @@ snapshots: mdast-util-to-hast: 12.3.0 unified: 10.1.2 + remark-rehype@11.1.0: remark-rehype@11.1.0: dependencies: '@types/hast': 3.0.4 @@ -27418,6 +30027,7 @@ snapshots: unified: 11.0.5 vfile: 6.0.2 + remark-stringify@11.0.0: remark-stringify@11.0.0: dependencies: '@types/mdast': 4.0.4 @@ -27425,13 +30035,18 @@ snapshots: unified: 11.0.5 remove-trailing-separator@1.1.0: {} + remove-trailing-separator@1.1.0: {} + replace-ext@1.0.1: {} replace-ext@1.0.1: {} + require-directory@2.1.1: {} require-directory@2.1.1: {} + require-from-string@2.0.2: {} require-from-string@2.0.2: {} + require-in-the-middle@7.4.0: require-in-the-middle@7.4.0: dependencies: debug: 4.3.6 @@ -27441,52 +30056,67 @@ snapshots: - supports-color requires-port@1.0.0: {} + requires-port@1.0.0: {} + resolve-cwd@3.0.0: resolve-cwd@3.0.0: dependencies: resolve-from: 5.0.0 resolve-from@4.0.0: {} + resolve-from@4.0.0: {} + resolve-from@5.0.0: {} resolve-from@5.0.0: {} + resolve-pkg-maps@1.0.0: {} resolve-pkg-maps@1.0.0: {} + resolve.exports@2.0.2: {} resolve.exports@2.0.2: {} + resolve@1.19.0: resolve@1.19.0: dependencies: is-core-module: 2.15.0 path-parse: 1.0.7 + resolve@1.22.8: resolve@1.22.8: dependencies: is-core-module: 2.15.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + resolve@2.0.0-next.5: resolve@2.0.0-next.5: dependencies: is-core-module: 2.15.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + restore-cursor@3.1.0: restore-cursor@3.1.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 + restore-cursor@5.1.0: restore-cursor@5.1.0: dependencies: onetime: 7.0.0 signal-exit: 4.1.0 retry@0.12.0: {} + retry@0.12.0: {} + retry@0.13.1: {} retry@0.13.1: {} + reusify@1.0.4: {} reusify@1.0.4: {} + rfdc@1.4.1: {} rfdc@1.4.1: {} rimraf@3.0.2: @@ -27497,17 +30127,20 @@ snapshots: dependencies: glob: 10.4.5 + ripemd160@2.0.2: ripemd160@2.0.2: dependencies: hash-base: 3.1.0 inherits: 2.0.4 + rollup-plugin-inject@3.0.2: rollup-plugin-inject@3.0.2: dependencies: estree-walker: 0.6.1 magic-string: 0.25.9 rollup-pluginutils: 2.8.2 + rollup-plugin-node-polyfills@0.2.1: rollup-plugin-node-polyfills@0.2.1: dependencies: rollup-plugin-inject: 3.0.2 @@ -27543,20 +30176,26 @@ snapshots: fsevents: 2.3.3 rope-sequence@1.3.4: {} + rope-sequence@1.3.4: {} + rrdom@0.1.7: rrdom@0.1.7: dependencies: rrweb-snapshot: 2.0.0-alpha.4 + rrweb-player@1.0.0-alpha.4: rrweb-player@1.0.0-alpha.4: dependencies: '@tsconfig/svelte': 1.0.13 rrweb: 2.0.0-alpha.4 rrweb-snapshot@2.0.0-alpha.16: {} + rrweb-snapshot@2.0.0-alpha.16: {} + rrweb-snapshot@2.0.0-alpha.4: {} rrweb-snapshot@2.0.0-alpha.4: {} + rrweb@2.0.0-alpha.4: rrweb@2.0.0-alpha.4: dependencies: '@rrweb/types': 2.0.0-alpha.16 @@ -27569,25 +30208,32 @@ snapshots: rrweb-snapshot: 2.0.0-alpha.4 run-applescript@7.0.0: {} + run-applescript@7.0.0: {} + run-async@2.4.1: {} run-async@2.4.1: {} + run-parallel@1.2.0: run-parallel@1.2.0: dependencies: queue-microtask: 1.2.3 + rxjs@6.6.7: rxjs@6.6.7: dependencies: tslib: 1.14.1 + rxjs@7.8.1: rxjs@7.8.1: dependencies: tslib: 2.6.3 + sade@1.8.1: sade@1.8.1: dependencies: mri: 1.2.0 + safe-array-concat@1.1.2: safe-array-concat@1.1.2: dependencies: call-bind: 1.0.7 @@ -27596,9 +30242,12 @@ snapshots: isarray: 2.0.5 safe-buffer@5.1.2: {} + safe-buffer@5.1.2: {} + safe-buffer@5.2.1: {} safe-buffer@5.2.1: {} + safe-regex-test@1.0.3: safe-regex-test@1.0.3: dependencies: call-bind: 1.0.7 @@ -27609,13 +30258,20 @@ snapshots: sanitize.css@13.0.0: {} + sass-loader@14.2.1(sass@1.77.8)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): + safer-buffer@2.1.2: {} + + sanitize.css@13.0.0: {} + sass-loader@14.2.1(sass@1.77.8)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: neo-async: 2.6.2 + optionalDependencies: optionalDependencies: sass: 1.77.8 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + sass@1.77.8: sass@1.77.8: dependencies: chokidar: 3.6.0 @@ -27623,19 +30279,23 @@ snapshots: source-map-js: 1.2.0 sax@1.4.1: {} + sax@1.4.1: {} + scheduler@0.23.2: scheduler@0.23.2: dependencies: loose-envify: 1.4.0 scheduler@0.25.0-rc-68dbd84b-20240812: {} + schema-utils@3.3.0: schema-utils@3.3.0: dependencies: '@types/json-schema': 7.0.15 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) + schema-utils@4.2.0: schema-utils@4.2.0: dependencies: '@types/json-schema': 7.0.15 @@ -27644,11 +30304,15 @@ snapshots: ajv-keywords: 5.1.0(ajv@8.17.1) scoped-regex@2.1.0: {} + scoped-regex@2.1.0: {} + secure-json-parse@2.7.0: {} secure-json-parse@2.7.0: {} + select-hose@2.0.0: {} select-hose@2.0.0: {} + selecto@1.26.3: selecto@1.26.3: dependencies: '@daybrush/utils': 1.13.0 @@ -27662,25 +30326,32 @@ snapshots: keycon: 1.4.0 overlap-area: 1.1.0 + selfsigned@2.4.1: selfsigned@2.4.1: dependencies: '@types/node-forge': 1.3.11 node-forge: 1.3.1 + semver-diff@3.1.1: semver-diff@3.1.1: dependencies: semver: 6.3.1 semver@5.7.2: {} + semver@5.7.2: {} + semver@6.3.1: {} semver@6.3.1: {} + semver@7.3.5: semver@7.3.5: dependencies: lru-cache: 6.0.0 semver@7.6.3: {} + semver@7.6.3: {} + send@0.18.0: send@0.18.0: dependencies: debug: 2.6.9 @@ -27699,6 +30370,7 @@ snapshots: transitivePeerDependencies: - supports-color + sentence-case@2.1.1: sentence-case@2.1.1: dependencies: no-case: 2.3.2 @@ -27708,6 +30380,7 @@ snapshots: dependencies: randombytes: 2.1.0 + serve-index@1.9.1: serve-index@1.9.1: dependencies: accepts: 1.3.8 @@ -27720,6 +30393,7 @@ snapshots: transitivePeerDependencies: - supports-color + serve-static@1.15.0: serve-static@1.15.0: dependencies: encodeurl: 1.0.2 @@ -27730,7 +30404,9 @@ snapshots: - supports-color set-blocking@2.0.0: {} + set-blocking@2.0.0: {} + set-function-length@1.2.2: set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 @@ -27740,6 +30416,7 @@ snapshots: gopd: 1.0.1 has-property-descriptors: 1.0.2 + set-function-name@2.0.2: set-function-name@2.0.2: dependencies: define-data-property: 1.1.4 @@ -27748,16 +30425,21 @@ snapshots: has-property-descriptors: 1.0.2 setprototypeof@1.1.0: {} + setprototypeof@1.1.0: {} + setprototypeof@1.1.1: {} setprototypeof@1.1.1: {} + setprototypeof@1.2.0: {} setprototypeof@1.2.0: {} + sha.js@2.4.11: sha.js@2.4.11: dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 + shallow-clone@3.0.1: shallow-clone@3.0.1: dependencies: kind-of: 6.0.3 @@ -27794,15 +30476,20 @@ snapshots: shebang-regex: 3.0.0 shebang-regex@3.0.0: {} + shebang-regex@3.0.0: {} + shell-quote@1.7.3: {} shell-quote@1.7.3: {} + shell-quote@1.8.1: {} shell-quote@1.8.1: {} + shellac@0.8.0: shellac@0.8.0: dependencies: reghex: 1.0.2 + shelljs@0.8.5: shelljs@0.8.5: dependencies: glob: 7.2.3 @@ -27810,7 +30497,9 @@ snapshots: rechoir: 0.6.2 shimmer@1.2.1: {} + shimmer@1.2.1: {} + side-channel@1.0.6: side-channel@1.0.6: dependencies: call-bind: 1.0.7 @@ -27819,11 +30508,15 @@ snapshots: object-inspect: 1.13.2 signal-exit@3.0.7: {} + signal-exit@3.0.7: {} + signal-exit@4.0.2: {} signal-exit@4.0.2: {} + signal-exit@4.1.0: {} signal-exit@4.1.0: {} + sigstore@1.9.0: sigstore@1.9.0: dependencies: '@sigstore/bundle': 1.1.0 @@ -27851,24 +30544,30 @@ snapshots: astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 + slice-ansi@5.0.0: slice-ansi@5.0.0: dependencies: ansi-styles: 6.2.1 is-fullwidth-code-point: 4.0.0 + slice-ansi@7.1.0: slice-ansi@7.1.0: dependencies: ansi-styles: 6.2.1 is-fullwidth-code-point: 5.0.0 slugify@1.6.6: {} + slugify@1.6.6: {} + smart-buffer@4.2.0: {} smart-buffer@4.2.0: {} + snake-case@2.1.0: snake-case@2.1.0: dependencies: no-case: 2.3.2 + socket.io-client@4.7.5: socket.io-client@4.7.5: dependencies: '@socket.io/component-emitter': 3.1.2 @@ -27880,6 +30579,7 @@ snapshots: - supports-color - utf-8-validate + socket.io-parser@4.2.4: socket.io-parser@4.2.4: dependencies: '@socket.io/component-emitter': 3.1.2 @@ -27887,12 +30587,14 @@ snapshots: transitivePeerDependencies: - supports-color + sockjs@0.3.24: sockjs@0.3.24: dependencies: faye-websocket: 0.11.4 uuid: 8.3.2 websocket-driver: 0.7.4 + socks-proxy-agent@6.2.1: socks-proxy-agent@6.2.1: dependencies: agent-base: 6.0.2 @@ -27901,6 +30603,7 @@ snapshots: transitivePeerDependencies: - supports-color + socks-proxy-agent@7.0.0: socks-proxy-agent@7.0.0: dependencies: agent-base: 6.0.2 @@ -27909,6 +30612,7 @@ snapshots: transitivePeerDependencies: - supports-color + socks-proxy-agent@8.0.4: socks-proxy-agent@8.0.4: dependencies: agent-base: 7.1.1 @@ -27917,6 +30621,7 @@ snapshots: transitivePeerDependencies: - supports-color + socks@2.8.3: socks@2.8.3: dependencies: ip-address: 9.0.5 @@ -27927,12 +30632,15 @@ snapshots: react: 19.0.0-rc-68dbd84b-20240812 react-dom: 19.0.0-rc-68dbd84b-20240812(react@19.0.0-rc-68dbd84b-20240812) + sort-keys@4.2.0: sort-keys@4.2.0: dependencies: is-plain-obj: 2.1.0 sort-object-keys@1.1.3: {} + sort-object-keys@1.1.3: {} + sort-package-json@2.10.0: sort-package-json@2.10.0: dependencies: detect-indent: 7.0.1 @@ -27946,6 +30654,7 @@ snapshots: source-map-js@1.2.0: {} + source-map-support@0.5.21: source-map-support@0.5.21: dependencies: buffer-from: 1.1.2 @@ -27964,20 +30673,25 @@ snapshots: concat-stream: 1.6.2 os-shim: 0.1.3 + spdx-correct@3.2.0: spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.18 spdx-exceptions@2.5.0: {} + spdx-exceptions@2.5.0: {} + spdx-expression-parse@3.0.1: spdx-expression-parse@3.0.1: dependencies: spdx-exceptions: 2.5.0 spdx-license-ids: 3.0.18 spdx-license-ids@3.0.18: {} + spdx-license-ids@3.0.18: {} + spdy-transport@3.0.0: spdy-transport@3.0.0: dependencies: debug: 4.3.6 @@ -27989,6 +30703,7 @@ snapshots: transitivePeerDependencies: - supports-color + spdy@4.0.2: spdy@4.0.2: dependencies: debug: 4.3.6 @@ -28000,92 +30715,117 @@ snapshots: - supports-color sprintf-js@1.0.3: {} + sprintf-js@1.0.3: {} + sprintf-js@1.1.3: {} sprintf-js@1.1.3: {} + ssri@10.0.6: ssri@10.0.6: dependencies: minipass: 7.1.2 + ssri@8.0.1: ssri@8.0.1: dependencies: minipass: 3.3.6 + ssri@9.0.1: ssri@9.0.1: dependencies: minipass: 3.3.6 + sswr@2.1.0(svelte@4.2.18): sswr@2.1.0(svelte@4.2.18): dependencies: svelte: 4.2.18 swrev: 4.0.0 stackframe@1.3.4: {} + stackframe@1.3.4: {} + stacktrace-parser@0.1.10: stacktrace-parser@0.1.10: dependencies: type-fest: 0.7.1 + stacktracey@2.1.8: stacktracey@2.1.8: dependencies: as-table: 1.0.55 get-source: 2.0.12 stat-mode@0.3.0: {} + stat-mode@0.3.0: {} + statuses@1.5.0: {} statuses@1.5.0: {} + statuses@2.0.1: {} statuses@2.0.1: {} + std-env@3.7.0: {} std-env@3.7.0: {} + stop-iteration-iterator@1.0.0: stop-iteration-iterator@1.0.0: dependencies: internal-slot: 1.0.7 stoppable@1.1.0: {} + stoppable@1.1.0: {} + stream-to-array@2.3.0: stream-to-array@2.3.0: dependencies: any-promise: 1.3.0 + stream-to-promise@2.2.0: stream-to-promise@2.2.0: dependencies: any-promise: 1.3.0 end-of-stream: 1.1.0 stream-to-array: 2.3.0 + stream@0.0.2: stream@0.0.2: dependencies: emitter-component: 1.1.2 streamsearch@1.1.0: {} + streamsearch@1.1.0: {} + string-argv@0.3.2: {} string-argv@0.3.2: {} + string-width@4.2.3: string-width@4.2.3: dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 + string-width@5.1.2: string-width@5.1.2: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 strip-ansi: 7.1.0 + string-width@7.2.0: string-width@7.2.0: dependencies: emoji-regex: 10.3.0 get-east-asian-width: 1.2.0 strip-ansi: 7.1.0 + string.prototype.includes@2.0.0: string.prototype.includes@2.0.0: dependencies: define-properties: 1.2.1 es-abstract: 1.23.3 + string.prototype.matchall@4.0.11: string.prototype.matchall@4.0.11: dependencies: call-bind: 1.0.7 @@ -28101,11 +30841,13 @@ snapshots: set-function-name: 2.0.2 side-channel: 1.0.6 + string.prototype.repeat@1.0.0: string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 es-abstract: 1.23.3 + string.prototype.trim@1.2.9: string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -28113,26 +30855,31 @@ snapshots: es-abstract: 1.23.3 es-object-atoms: 1.0.0 + string.prototype.trimend@1.0.8: string.prototype.trimend@1.0.8: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 + string.prototype.trimstart@1.0.8: string.prototype.trimstart@1.0.8: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 + string_decoder@1.1.1: string_decoder@1.1.1: dependencies: safe-buffer: 5.1.2 + string_decoder@1.3.0: string_decoder@1.3.0: dependencies: safe-buffer: 5.2.1 + stringify-entities@4.0.4: stringify-entities@4.0.4: dependencies: character-entities-html4: 2.1.0 @@ -28142,19 +30889,23 @@ snapshots: dependencies: ansi-regex: 5.0.1 + strip-ansi@7.1.0: strip-ansi@7.1.0: dependencies: ansi-regex: 6.0.1 + strip-bom-buf@1.0.0: strip-bom-buf@1.0.0: dependencies: is-utf8: 0.2.1 + strip-bom-stream@2.0.0: strip-bom-stream@2.0.0: dependencies: first-chunk-stream: 2.0.0 strip-bom: 2.0.0 + strip-bom@2.0.0: strip-bom@2.0.0: dependencies: is-utf8: 0.2.1 @@ -28170,19 +30921,27 @@ snapshots: min-indent: 1.0.1 strip-json-comments@2.0.1: {} + strip-json-comments@2.0.1: {} strip-json-comments@3.1.1: {} strnum@1.0.5: {} + style-loader@3.3.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): + strip-json-comments@3.1.1: {} + + strnum@1.0.5: {} + style-loader@3.3.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + style-to-object@0.4.4: style-to-object@0.4.4: dependencies: inline-style-parser: 0.1.1 + style-to-object@1.0.6: style-to-object@1.0.6: dependencies: inline-style-parser: 0.2.3 @@ -28209,11 +30968,17 @@ snapshots: stylelint-scss: 6.4.1(stylelint@16.7.0(typescript@5.3.3)) optionalDependencies: postcss: 8.4.40 + stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.3.3)) + stylelint-scss: 6.4.1(stylelint@16.7.0(typescript@5.3.3)) + optionalDependencies: + postcss: 8.4.40 + stylelint-config-recommended@14.0.1(stylelint@16.7.0(typescript@5.3.3)): stylelint-config-recommended@14.0.1(stylelint@16.7.0(typescript@5.3.3)): dependencies: stylelint: 16.7.0(typescript@5.3.3) + stylelint-config-standard-scss@13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.3.3)): stylelint-config-standard-scss@13.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.3.3)): dependencies: stylelint: 16.7.0(typescript@5.3.3) @@ -28221,12 +30986,19 @@ snapshots: stylelint-config-standard: 36.0.1(stylelint@16.7.0(typescript@5.3.3)) optionalDependencies: postcss: 8.4.40 + stylelint-config-recommended-scss: 14.1.0(postcss@8.4.40)(stylelint@16.7.0(typescript@5.3.3)) + stylelint-config-standard: 36.0.1(stylelint@16.7.0(typescript@5.3.3)) + optionalDependencies: + postcss: 8.4.40 + stylelint-config-standard@36.0.1(stylelint@16.7.0(typescript@5.3.3)): stylelint-config-standard@36.0.1(stylelint@16.7.0(typescript@5.3.3)): dependencies: stylelint: 16.7.0(typescript@5.3.3) stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.3.3)) + stylelint-config-recommended: 14.0.1(stylelint@16.7.0(typescript@5.3.3)) + stylelint-scss@6.4.1(stylelint@16.7.0(typescript@5.3.3)): stylelint-scss@6.4.1(stylelint@16.7.0(typescript@5.3.3)): dependencies: known-css-properties: 0.34.0 @@ -28236,6 +31008,7 @@ snapshots: postcss-value-parser: 4.2.0 stylelint: 16.7.0(typescript@5.3.3) + stylelint-webpack-plugin@5.0.1(stylelint@16.7.0(typescript@5.3.3))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): stylelint-webpack-plugin@5.0.1(stylelint@16.7.0(typescript@5.3.3))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: globby: 11.1.0 @@ -28246,11 +31019,13 @@ snapshots: stylelint: 16.7.0(typescript@5.3.3) webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + stylelint@16.7.0(typescript@5.3.3): stylelint@16.7.0(typescript@5.3.3): dependencies: '@csstools/css-parser-algorithms': 2.7.1(@csstools/css-tokenizer@2.4.1) '@csstools/css-tokenizer': 2.4.1 '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) + '@csstools/media-query-list-parser': 2.1.13(@csstools/css-parser-algorithms@2.7.1(@csstools/css-tokenizer@2.4.1))(@csstools/css-tokenizer@2.4.1) '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1) '@dual-bundle/import-meta-resolve': 4.1.0 balanced-match: 2.0.0 @@ -28291,6 +31066,7 @@ snapshots: - supports-color - typescript + sucrase@3.35.0: sucrase@3.35.0: dependencies: '@jridgewell/gen-mapping': 0.3.5 @@ -28302,28 +31078,36 @@ snapshots: ts-interface-checker: 0.1.13 suffix-thumb@5.0.2: {} + suffix-thumb@5.0.2: {} + sugar-high@0.6.1: {} sugar-high@0.6.1: {} + supports-color@5.5.0: supports-color@5.5.0: dependencies: has-flag: 3.0.0 + supports-color@7.2.0: supports-color@7.2.0: dependencies: has-flag: 4.0.0 + supports-color@8.1.1: supports-color@8.1.1: dependencies: has-flag: 4.0.0 + supports-hyperlinks@3.0.0: supports-hyperlinks@3.0.0: dependencies: has-flag: 4.0.0 supports-color: 7.2.0 supports-preserve-symlinks-flag@1.0.0: {} + supports-preserve-symlinks-flag@1.0.0: {} + svelte@4.2.18: svelte@4.2.18: dependencies: '@ampproject/remapping': 2.3.0 @@ -28342,7 +31126,9 @@ snapshots: periscopic: 3.1.0 svg-tags@1.0.0: {} + svg-tags@1.0.0: {} + swap-case@1.1.2: swap-case@1.1.2: dependencies: lower-case: 1.1.4 @@ -28355,18 +31141,23 @@ snapshots: use-sync-external-store: 1.2.2(react@19.0.0-rc-68dbd84b-20240812) swrev@4.0.0: {} + swrev@4.0.0: {} + swrv@1.0.4(vue@3.4.34(typescript@5.5.4)): swrv@1.0.4(vue@3.4.34(typescript@5.5.4)): dependencies: vue: 3.4.34(typescript@5.5.4) + synckit@0.9.1: synckit@0.9.1: dependencies: '@pkgr/core': 0.1.1 tslib: 2.6.3 tabbable@6.2.0: {} + tabbable@6.2.0: {} + table@6.8.2: table@6.8.2: dependencies: ajv: 8.17.1 @@ -28379,10 +31170,17 @@ snapshots: tailwind-merge@2.4.0: {} + tailwind-scrollbar@3.1.0(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))): + tailwind-merge@1.14.0: {} + + tailwind-merge@2.4.0: {} + tailwind-scrollbar@3.1.0(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))): dependencies: tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) + tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) + tailwindcss-animate@1.0.7(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.3.3))): tailwindcss-animate@1.0.7(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.3.3))): dependencies: tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.3.3)) @@ -28391,6 +31189,13 @@ snapshots: dependencies: tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) + tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.3.3)): + tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.3.3)) + + tailwindcss-animate@1.0.7(tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4))): + dependencies: + tailwindcss: 3.4.7(ts-node@10.9.2(typescript@5.5.4)) + tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.3.3)): dependencies: '@alloc/quick-lru': 5.2.0 @@ -28411,6 +31216,7 @@ snapshots: postcss-import: 15.1.0(postcss@8.4.40) postcss-js: 4.0.1(postcss@8.4.40) postcss-load-config: 4.0.2(postcss@8.4.40)(ts-node@10.9.2(typescript@5.3.3)) + postcss-load-config: 4.0.2(postcss@8.4.40)(ts-node@10.9.2(typescript@5.3.3)) postcss-nested: 6.2.0(postcss@8.4.40) postcss-selector-parser: 6.1.1 resolve: 1.22.8 @@ -28447,6 +31253,36 @@ snapshots: tapable@2.2.1: {} + tar@4.4.18: + tailwindcss@3.4.7(ts-node@10.9.2(typescript@5.5.4)): + dependencies: + '@alloc/quick-lru': 5.2.0 + arg: 5.0.2 + chokidar: 3.6.0 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.2 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.21.6 + lilconfig: 2.1.0 + micromatch: 4.0.7 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.0.1 + postcss: 8.4.40 + postcss-import: 15.1.0(postcss@8.4.40) + postcss-js: 4.0.1(postcss@8.4.40) + postcss-load-config: 4.0.2(postcss@8.4.40)(ts-node@10.9.2(typescript@5.5.4)) + postcss-nested: 6.2.0(postcss@8.4.40) + postcss-selector-parser: 6.1.1 + resolve: 1.22.8 + sucrase: 3.35.0 + transitivePeerDependencies: + - ts-node + + tapable@2.2.1: {} + tar@4.4.18: dependencies: chownr: 1.1.4 @@ -28457,6 +31293,7 @@ snapshots: safe-buffer: 5.2.1 yallist: 3.1.1 + tar@6.2.1: tar@6.2.1: dependencies: chownr: 2.0.0 @@ -28476,7 +31313,10 @@ snapshots: webpack: 5.93.0(esbuild@0.17.19) optionalDependencies: esbuild: 0.17.19 + optionalDependencies: + esbuild: 0.17.19 + terser-webpack-plugin@5.3.10(esbuild@0.19.12)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): terser-webpack-plugin@5.3.10(esbuild@0.19.12)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: '@jridgewell/trace-mapping': 0.3.25 @@ -28485,9 +31325,11 @@ snapshots: serialize-javascript: 6.0.2 terser: 5.31.3 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + optionalDependencies: optionalDependencies: esbuild: 0.19.12 + terser@5.31.3: terser@5.31.3: dependencies: '@jridgewell/source-map': 0.3.6 @@ -28496,47 +31338,61 @@ snapshots: source-map-support: 0.5.21 text-table@0.2.0: {} + text-table@0.2.0: {} + textextensions@5.16.0: {} textextensions@5.16.0: {} + thenify-all@1.6.0: thenify-all@1.6.0: dependencies: thenify: 3.3.1 + thenify@3.3.1: thenify@3.3.1: dependencies: any-promise: 1.3.0 + thingies@1.21.0(tslib@2.6.3): thingies@1.21.0(tslib@2.6.3): dependencies: tslib: 2.6.3 through@2.3.8: {} + through@2.3.8: {} + thunky@1.1.0: {} thunky@1.1.0: {} + time-span@4.0.0: time-span@4.0.0: dependencies: convert-hrtime: 3.0.0 + timers-ext@0.1.8: timers-ext@0.1.8: dependencies: es5-ext: 0.10.64 next-tick: 1.1.0 tinycolor2@1.6.0: {} + tinycolor2@1.6.0: {} + tinygradient@1.1.5: tinygradient@1.1.5: dependencies: '@types/tinycolor2': 1.4.6 tinycolor2: 1.6.0 + tippy.js@6.3.7: tippy.js@6.3.7: dependencies: '@popperjs/core': 2.11.8 tiptap-extension-global-drag-handle@0.1.10: {} + tiptap-extension-global-drag-handle@0.1.10: {} + tiptap-markdown@0.8.10(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)): tiptap-markdown@0.8.10(@tiptap/core@2.5.7(@tiptap/pm@2.5.7)): dependencies: '@tiptap/core': 2.5.7(@tiptap/pm@2.5.7) @@ -28545,6 +31401,7 @@ snapshots: markdown-it-task-lists: 2.1.1 prosemirror-markdown: 1.13.0 + title-case@2.1.1: title-case@2.1.1: dependencies: no-case: 2.3.2 @@ -28573,14 +31430,18 @@ snapshots: - '@types/react' - '@types/react-dom' + tmp@0.0.33: tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 tmp@0.2.3: {} + tmp@0.2.3: {} + to-fast-properties@2.0.0: {} to-fast-properties@2.0.0: {} + to-regex-range@5.0.1: to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -28603,12 +31464,24 @@ snapshots: trough@2.2.0: {} + ts-api-utils@1.3.0(typescript@5.5.4): + + tree-kill@1.2.2: {} + + treeverse@1.0.4: {} + + trim-lines@3.0.1: {} + + trough@2.2.0: {} + ts-api-utils@1.3.0(typescript@5.5.4): dependencies: typescript: 5.5.4 ts-interface-checker@0.1.13: {} + ts-interface-checker@0.1.13: {} + ts-loader@9.5.1(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): ts-loader@9.5.1(typescript@5.3.3)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: chalk: 4.1.2 @@ -28619,11 +31492,13 @@ snapshots: typescript: 5.3.3 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + ts-morph@12.0.0: ts-morph@12.0.0: dependencies: '@ts-morph/common': 0.11.1 code-block-writer: 10.1.1 + ts-node@10.9.1(@types/node@16.18.11)(typescript@4.9.5): ts-node@10.9.1(@types/node@16.18.11)(typescript@4.9.5): dependencies: '@cspotcode/source-map-support': 0.8.1 @@ -28642,6 +31517,7 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 + ts-node@10.9.2(@types/node@20.14.12)(typescript@5.5.4): ts-node@10.9.2(@types/node@20.14.12)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 @@ -28680,6 +31556,28 @@ snapshots: ts-toolbelt@6.15.5: {} + tsconfig-paths@3.15.0: + + ts-node@10.9.2(typescript@5.3.3): + dependencies: + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.11 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + acorn: 8.12.1 + acorn-walk: 8.3.3 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.3.3 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optional: true + + ts-toolbelt@6.15.5: {} + tsconfig-paths@3.15.0: dependencies: '@types/json5': 0.0.29 @@ -28691,11 +31589,18 @@ snapshots: tslib@2.6.3: {} + tsutils@3.21.0(typescript@5.5.4): + + tslib@1.14.1: {} + + tslib@2.6.3: {} + tsutils@3.21.0(typescript@5.5.4): dependencies: tslib: 1.14.1 typescript: 5.5.4 + tuf-js@1.1.7: tuf-js@1.1.7: dependencies: '@tufjs/models': 1.0.4 @@ -28712,24 +31617,31 @@ snapshots: - immer - react + turbo-darwin-64@2.0.3: turbo-darwin-64@2.0.3: optional: true + turbo-darwin-arm64@2.0.3: turbo-darwin-arm64@2.0.3: optional: true + turbo-linux-64@2.0.3: turbo-linux-64@2.0.3: optional: true + turbo-linux-arm64@2.0.3: turbo-linux-arm64@2.0.3: optional: true + turbo-windows-64@2.0.3: turbo-windows-64@2.0.3: optional: true + turbo-windows-arm64@2.0.3: turbo-windows-arm64@2.0.3: optional: true + turbo@2.0.3: turbo@2.0.3: optionalDependencies: turbo-darwin-64: 2.0.3 @@ -28739,10 +31651,12 @@ snapshots: turbo-windows-64: 2.0.3 turbo-windows-arm64: 2.0.3 + turndown@7.2.0: turndown@7.2.0: dependencies: '@mixmark-io/domino': 2.2.0 + type-check@0.4.0: type-check@0.4.0: dependencies: prelude-ls: 1.2.1 @@ -28763,13 +31677,16 @@ snapshots: mime-types: 2.1.35 type@2.7.3: {} + type@2.7.3: {} + typed-array-buffer@1.0.2: typed-array-buffer@1.0.2: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-typed-array: 1.1.13 + typed-array-byte-length@1.0.1: typed-array-byte-length@1.0.1: dependencies: call-bind: 1.0.7 @@ -28778,6 +31695,7 @@ snapshots: has-proto: 1.0.3 is-typed-array: 1.1.13 + typed-array-byte-offset@1.0.2: typed-array-byte-offset@1.0.2: dependencies: available-typed-arrays: 1.0.7 @@ -28787,6 +31705,7 @@ snapshots: has-proto: 1.0.3 is-typed-array: 1.1.13 + typed-array-length@1.0.6: typed-array-length@1.0.6: dependencies: call-bind: 1.0.7 @@ -28796,6 +31715,7 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 + typedarray-to-buffer@3.1.5: typedarray-to-buffer@3.1.5: dependencies: is-typedarray: 1.0.0 @@ -28812,11 +31732,27 @@ snapshots: ufo@1.5.4: {} + uglify-js@3.19.0: + + typedarray@0.0.6: {} + + typescript@4.9.5: {} + + typescript@5.3.3: {} + + typescript@5.5.4: {} + + uc.micro@2.1.0: {} + + ufo@1.5.4: {} + uglify-js@3.19.0: optional: true uid-promise@1.0.0: {} + uid-promise@1.0.0: {} + unbox-primitive@1.0.2: unbox-primitive@1.0.2: dependencies: call-bind: 1.0.7 @@ -28825,13 +31761,17 @@ snapshots: which-boxed-primitive: 1.0.2 undici-types@5.26.5: {} + undici-types@5.26.5: {} + undici@5.28.4: undici@5.28.4: dependencies: '@fastify/busboy': 2.1.1 undici@6.19.4: {} + undici@6.19.4: {} + unenv-nightly@1.10.0-1717606461.a117952: unenv-nightly@1.10.0-1717606461.a117952: dependencies: consola: 3.2.3 @@ -28842,16 +31782,21 @@ snapshots: ufo: 1.5.4 unicode-canonical-property-names-ecmascript@2.0.0: {} + unicode-canonical-property-names-ecmascript@2.0.0: {} + unicode-match-property-ecmascript@2.0.0: unicode-match-property-ecmascript@2.0.0: dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 unicode-match-property-value-ecmascript@2.1.0: {} + unicode-match-property-value-ecmascript@2.1.0: {} + unicode-property-aliases-ecmascript@2.1.0: {} unicode-property-aliases-ecmascript@2.1.0: {} + unified@10.1.2: unified@10.1.2: dependencies: '@types/unist': 2.0.10 @@ -28862,6 +31807,7 @@ snapshots: trough: 2.2.0 vfile: 5.3.7 + unified@11.0.5: unified@11.0.5: dependencies: '@types/unist': 3.0.2 @@ -28872,86 +31818,106 @@ snapshots: trough: 2.2.0 vfile: 6.0.2 + unique-filename@1.1.1: unique-filename@1.1.1: dependencies: unique-slug: 2.0.2 + unique-filename@2.0.1: unique-filename@2.0.1: dependencies: unique-slug: 3.0.0 + unique-filename@3.0.0: unique-filename@3.0.0: dependencies: unique-slug: 4.0.0 + unique-slug@2.0.2: unique-slug@2.0.2: dependencies: imurmurhash: 0.1.4 + unique-slug@3.0.0: unique-slug@3.0.0: dependencies: imurmurhash: 0.1.4 + unique-slug@4.0.0: unique-slug@4.0.0: dependencies: imurmurhash: 0.1.4 + unique-string@2.0.0: unique-string@2.0.0: dependencies: crypto-random-string: 2.0.0 + unist-util-find-after@5.0.0: unist-util-find-after@5.0.0: dependencies: '@types/unist': 3.0.2 unist-util-is: 6.0.0 unist-util-generated@2.0.1: {} + unist-util-generated@2.0.1: {} + unist-util-is@5.2.1: unist-util-is@5.2.1: dependencies: '@types/unist': 2.0.10 + unist-util-is@6.0.0: unist-util-is@6.0.0: dependencies: '@types/unist': 3.0.2 + unist-util-position@4.0.4: unist-util-position@4.0.4: dependencies: '@types/unist': 2.0.10 + unist-util-position@5.0.0: unist-util-position@5.0.0: dependencies: '@types/unist': 3.0.2 + unist-util-remove-position@5.0.0: unist-util-remove-position@5.0.0: dependencies: '@types/unist': 3.0.2 unist-util-visit: 5.0.0 + unist-util-stringify-position@3.0.3: unist-util-stringify-position@3.0.3: dependencies: '@types/unist': 2.0.10 + unist-util-stringify-position@4.0.0: unist-util-stringify-position@4.0.0: dependencies: '@types/unist': 3.0.2 + unist-util-visit-parents@5.1.3: unist-util-visit-parents@5.1.3: dependencies: '@types/unist': 2.0.10 unist-util-is: 5.2.1 + unist-util-visit-parents@6.0.1: unist-util-visit-parents@6.0.1: dependencies: '@types/unist': 3.0.2 unist-util-is: 6.0.0 + unist-util-visit@4.1.2: unist-util-visit@4.1.2: dependencies: '@types/unist': 2.0.10 unist-util-is: 5.2.1 unist-util-visit-parents: 5.1.3 + unist-util-visit@5.0.0: unist-util-visit@5.0.0: dependencies: '@types/unist': 3.0.2 @@ -28959,15 +31925,21 @@ snapshots: unist-util-visit-parents: 6.0.1 universal-user-agent@6.0.1: {} + universal-user-agent@6.0.1: {} + universalify@0.1.2: {} universalify@0.1.2: {} + universalify@1.0.0: {} universalify@1.0.0: {} + universalify@2.0.1: {} universalify@2.0.1: {} + unpipe@1.0.0: {} unpipe@1.0.0: {} + unplugin@1.0.1: unplugin@1.0.1: dependencies: acorn: 8.12.1 @@ -28975,6 +31947,7 @@ snapshots: webpack-sources: 3.2.3 webpack-virtual-modules: 0.5.0 + unplugin@1.12.0: unplugin@1.12.0: dependencies: acorn: 8.12.1 @@ -28990,11 +31963,13 @@ snapshots: escalade: 3.1.2 picocolors: 1.0.1 + update-check@1.5.4: update-check@1.5.4: dependencies: registry-auth-token: 3.3.2 registry-url: 3.1.0 + update-notifier-cjs@5.1.6(encoding@0.1.13): update-notifier-cjs@5.1.6(encoding@0.1.13): dependencies: boxen: 5.1.2 @@ -29007,6 +31982,7 @@ snapshots: is-npm: 5.0.0 is-yarn-global: 0.3.0 isomorphic-fetch: 3.0.0(encoding@0.1.13) + isomorphic-fetch: 3.0.0(encoding@0.1.13) pupa: 2.1.1 registry-auth-token: 5.0.2 registry-url: 5.1.0 @@ -29034,16 +32010,20 @@ snapshots: upper-case: 1.1.3 upper-case@1.1.3: {} + upper-case@1.1.3: {} + uri-js@4.4.1: uri-js@4.4.1: dependencies: punycode: 2.3.1 + url@0.11.0: url@0.11.0: dependencies: punycode: 1.3.2 querystring: 0.2.0 + use-callback-ref@1.3.2(@types/react@18.3.3)(react@18.3.1): use-callback-ref@1.3.2(@types/react@18.3.3)(react@18.3.1): dependencies: react: 18.3.1 @@ -29069,6 +32049,8 @@ snapshots: tslib: 2.6.3 optionalDependencies: '@types/react': 18.3.3 + optionalDependencies: + '@types/react': 18.3.3 use-sidecar@1.1.2(@types/react@18.3.3)(react@19.0.0-rc-68dbd84b-20240812): dependencies: @@ -29094,6 +32076,7 @@ snapshots: util-deprecate@1.0.2: {} + util@0.12.5: util@0.12.5: dependencies: inherits: 2.0.4 @@ -29112,6 +32095,18 @@ snapshots: uuid@9.0.1: {} + uvu@0.5.6: + + utils-merge@1.0.1: {} + + uuid@10.0.0: {} + + uuid@3.3.2: {} + + uuid@8.3.2: {} + + uuid@9.0.1: {} + uvu@0.5.6: dependencies: dequal: 2.0.3 @@ -29120,12 +32115,15 @@ snapshots: sade: 1.8.1 v8-compile-cache-lib@3.0.1: {} + v8-compile-cache-lib@3.0.1: {} + validate-npm-package-license@3.0.4: validate-npm-package-license@3.0.4: dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 + validate-npm-package-name@3.0.0: validate-npm-package-name@3.0.0: dependencies: builtins: 1.0.3 @@ -29143,17 +32141,23 @@ snapshots: - '@types/react' - '@types/react-dom' + vercel@35.2.1(encoding@0.1.13): vercel@35.2.1(encoding@0.1.13): dependencies: '@vercel/build-utils': 8.3.5 '@vercel/fun': 1.1.0(encoding@0.1.13) + '@vercel/fun': 1.1.0(encoding@0.1.13) '@vercel/go': 3.1.1 '@vercel/hydrogen': 1.0.4 '@vercel/next': 4.3.6(encoding@0.1.13) '@vercel/node': 3.2.7(encoding@0.1.13) + '@vercel/next': 4.3.6(encoding@0.1.13) + '@vercel/node': 3.2.7(encoding@0.1.13) '@vercel/python': 4.3.1 '@vercel/redwood': 2.1.3(encoding@0.1.13) '@vercel/remix-builder': 2.2.1(encoding@0.1.13) + '@vercel/redwood': 2.1.3(encoding@0.1.13) + '@vercel/remix-builder': 2.2.1(encoding@0.1.13) '@vercel/ruby': 2.1.0 '@vercel/static-build': 2.5.17 chokidar: 3.3.1 @@ -29163,21 +32167,25 @@ snapshots: - encoding - supports-color + vfile-location@5.0.3: vfile-location@5.0.3: dependencies: '@types/unist': 3.0.2 vfile: 6.0.2 + vfile-message@3.1.4: vfile-message@3.1.4: dependencies: '@types/unist': 2.0.10 unist-util-stringify-position: 3.0.3 + vfile-message@4.0.2: vfile-message@4.0.2: dependencies: '@types/unist': 3.0.2 unist-util-stringify-position: 4.0.0 + vfile@5.3.7: vfile@5.3.7: dependencies: '@types/unist': 2.0.10 @@ -29185,12 +32193,14 @@ snapshots: unist-util-stringify-position: 3.0.3 vfile-message: 3.1.4 + vfile@6.0.2: vfile@6.0.2: dependencies: '@types/unist': 3.0.2 unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 + vinyl-file@3.0.0: vinyl-file@3.0.0: dependencies: graceful-fs: 4.2.11 @@ -29199,6 +32209,7 @@ snapshots: strip-bom-stream: 2.0.0 vinyl: 2.2.1 + vinyl@2.2.1: vinyl@2.2.1: dependencies: clone: 2.1.2 @@ -29208,18 +32219,25 @@ snapshots: remove-trailing-separator: 1.1.0 replace-ext: 1.0.1 + vite@5.3.5(@types/node@20.14.12)(less@4.2.0)(sass@1.77.8)(terser@5.31.3): + vite@5.3.5(@types/node@20.14.12)(less@4.2.0)(sass@1.77.8)(terser@5.31.3): dependencies: esbuild: 0.21.5 postcss: 8.4.40 rollup: 4.20.0 optionalDependencies: + '@types/node': 20.14.12 '@types/node': 20.14.12 fsevents: 2.3.3 less: 4.2.0 sass: 1.77.8 terser: 5.31.3 + less: 4.2.0 + sass: 1.77.8 + terser: 5.31.3 + vue-loader@17.4.2(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): vue-loader@17.4.2(@vue/compiler-sfc@3.4.34)(vue@3.4.34(typescript@5.5.4))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: chalk: 4.1.2 @@ -29229,40 +32247,55 @@ snapshots: optionalDependencies: '@vue/compiler-sfc': 3.4.34 vue: 3.4.34(typescript@5.5.4) + optionalDependencies: + '@vue/compiler-sfc': 3.4.34 + vue: 3.4.34(typescript@5.5.4) + vue@3.4.34(typescript@5.5.4): vue@3.4.34(typescript@5.5.4): dependencies: '@vue/compiler-dom': 3.4.34 '@vue/compiler-sfc': 3.4.34 '@vue/runtime-dom': 3.4.34 '@vue/server-renderer': 3.4.34(vue@3.4.34(typescript@5.5.4)) + '@vue/server-renderer': 3.4.34(vue@3.4.34(typescript@5.5.4)) '@vue/shared': 3.4.34 + optionalDependencies: optionalDependencies: typescript: 5.5.4 w3c-keyname@2.2.8: {} + w3c-keyname@2.2.8: {} + walk-up-path@1.0.0: {} walk-up-path@1.0.0: {} + watchpack@2.4.1: watchpack@2.4.1: dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 + wbuf@1.7.3: wbuf@1.7.3: dependencies: minimalistic-assert: 1.0.1 + wcwidth@1.0.1: wcwidth@1.0.1: dependencies: defaults: 1.0.4 web-namespaces@2.0.1: {} + web-namespaces@2.0.1: {} + web-vitals@0.2.4: {} web-vitals@0.2.4: {} + web-vitals@4.2.2: {} web-vitals@4.2.2: {} + webextension-polyfill-ts@0.26.0: webextension-polyfill-ts@0.26.0: dependencies: webextension-polyfill: 0.8.0 @@ -29280,6 +32313,7 @@ snapshots: content-security-policy-parser: 0.6.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-html@1.1.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-html@1.1.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: browser-extension-manifest-fields: 1.0.6 @@ -29289,21 +32323,25 @@ snapshots: schema-utils: 4.2.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-icons@1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-icons@1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: browser-extension-manifest-fields: 1.0.6 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-json@1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-json@1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: browser-extension-manifest-fields: 1.0.6 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-locales@1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-locales@1.0.4(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: browser-extension-manifest-fields: 1.0.6 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-manifest-compat@1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-manifest-compat@1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: '@mdn/browser-compat-data': 5.5.42 @@ -29312,6 +32350,7 @@ snapshots: chrome-extension-manifest-json-schema: 0.2.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-manifest@1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-manifest@1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: ajv: 8.17.1 @@ -29319,11 +32358,13 @@ snapshots: chrome-extension-manifest-json-schema: 0.2.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-polyfill@2.0.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-polyfill@2.0.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: webextension-polyfill: 0.10.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-resolve@1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-resolve@1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: '@babel/generator': 7.25.0 @@ -29335,12 +32376,14 @@ snapshots: transitivePeerDependencies: - supports-color + webpack-browser-extension-resources@1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-resources@1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: browser-extension-manifest-fields: 1.0.6 csv-loader: 3.0.5 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-browser-extension-scripts@1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-browser-extension-scripts@1.2.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: browser-extension-manifest-fields: 1.0.6 @@ -29348,12 +32391,16 @@ snapshots: schema-utils: 4.2.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1): webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1): dependencies: '@discoveryjs/json-ext': 0.5.7 '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1))(webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1))(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -29363,11 +32410,17 @@ snapshots: interpret: 3.1.1 rechoir: 0.8.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-merge: 5.10.0 optionalDependencies: '@webpack-cli/generators': 3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@5.1.4)(webpack@5.92.1) webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.92.1) + webpack-dev-middleware@7.3.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): + optionalDependencies: + '@webpack-cli/generators': 3.0.7(encoding@0.1.13)(mem-fs@2.3.0)(prettier@3.3.3)(webpack-cli@5.1.4)(webpack@5.92.1) + webpack-dev-server: 5.0.4(webpack-cli@5.1.4)(webpack@5.92.1) + webpack-dev-middleware@7.3.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: colorette: 2.0.20 @@ -29376,9 +32429,11 @@ snapshots: on-finished: 2.4.1 range-parser: 1.2.1 schema-utils: 4.2.0 + optionalDependencies: optionalDependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1): webpack-dev-server@5.0.4(webpack-cli@5.1.4)(webpack@5.92.1): dependencies: '@types/bonjour': 3.5.13 @@ -29410,22 +32465,28 @@ snapshots: sockjs: 0.3.24 spdy: 4.0.2 webpack-dev-middleware: 7.3.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-dev-middleware: 7.3.0(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) ws: 8.18.0 optionalDependencies: webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + optionalDependencies: + webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) + webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) transitivePeerDependencies: - bufferutil - debug - supports-color - utf-8-validate + webpack-merge@5.10.0: webpack-merge@5.10.0: dependencies: clone-deep: 4.0.1 flat: 5.0.2 wildcard: 2.0.1 + webpack-run-chrome-extension@1.3.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-run-chrome-extension@1.3.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: '@colors/colors': 1.6.0 @@ -29438,11 +32499,13 @@ snapshots: schema-utils: 4.2.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-target-webextension: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-target-webextension: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) ws: 8.18.0 transitivePeerDependencies: - bufferutil - utf-8-validate + webpack-run-edge-extension@1.3.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-run-edge-extension@1.3.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: '@colors/colors': 1.6.0 @@ -29455,11 +32518,13 @@ snapshots: schema-utils: 4.2.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-target-webextension: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-target-webextension: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) ws: 8.18.0 transitivePeerDependencies: - bufferutil - utf-8-validate + webpack-run-firefox-addon@1.4.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): webpack-run-firefox-addon@1.4.1(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)): dependencies: '@colors/colors': 1.6.0 @@ -29474,6 +32539,7 @@ snapshots: webextension-polyfill-ts: 0.26.0 webpack: 5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4) webpack-target-webextension: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + webpack-target-webextension: 1.1.2(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) ws: 8.17.1 transitivePeerDependencies: - bufferutil @@ -29489,6 +32555,11 @@ snapshots: webpack-virtual-modules@0.6.2: {} + webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4): + webpack-virtual-modules@0.5.0: {} + + webpack-virtual-modules@0.6.2: {} + webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4): dependencies: '@types/eslint-scope': 3.7.7 @@ -29513,15 +32584,19 @@ snapshots: schema-utils: 3.3.0 tapable: 2.2.1 terser-webpack-plugin: 5.3.10(esbuild@0.19.12)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) + terser-webpack-plugin: 5.3.10(esbuild@0.19.12)(webpack@5.92.1(esbuild@0.19.12)(webpack-cli@5.1.4)) watchpack: 2.4.1 webpack-sources: 3.2.3 optionalDependencies: webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) + optionalDependencies: + webpack-cli: 5.1.4(@webpack-cli/generators@3.0.7)(webpack-dev-server@5.0.4)(webpack@5.92.1) transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js + webpack@5.93.0(esbuild@0.17.19): webpack@5.93.0(esbuild@0.17.19): dependencies: '@types/eslint-scope': 3.7.7 @@ -29546,6 +32621,7 @@ snapshots: schema-utils: 3.3.0 tapable: 2.2.1 terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)) + terser-webpack-plugin: 5.3.10(esbuild@0.17.19)(webpack@5.93.0(esbuild@0.17.19)) watchpack: 2.4.1 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -29553,6 +32629,8 @@ snapshots: - esbuild - uglify-js + websocket-driver@0.7.4: + websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -29560,9 +32638,12 @@ snapshots: websocket-extensions: 0.1.4 websocket-extensions@0.1.4: {} + websocket-extensions@0.1.4: {} + whatwg-fetch@3.6.20: {} whatwg-fetch@3.6.20: {} + whatwg-url@5.0.0: whatwg-url@5.0.0: dependencies: tr46: 0.0.3 @@ -29578,6 +32659,7 @@ snapshots: is-string: 1.0.7 is-symbol: 1.0.4 + which-builtin-type@1.1.3: which-builtin-type@1.1.3: dependencies: function.prototype.name: 1.1.6 @@ -29593,6 +32675,7 @@ snapshots: which-collection: 1.0.2 which-typed-array: 1.1.15 + which-collection@1.0.2: which-collection@1.0.2: dependencies: is-map: 2.0.3 @@ -29600,11 +32683,13 @@ snapshots: is-weakmap: 2.0.2 is-weakset: 2.0.3 + which-pm@2.2.0: which-pm@2.2.0: dependencies: load-yaml-file: 0.2.0 path-exists: 4.0.0 + which-typed-array@1.1.15: which-typed-array@1.1.15: dependencies: available-typed-arrays: 1.0.7 @@ -29613,27 +32698,33 @@ snapshots: gopd: 1.0.1 has-tostringtag: 1.0.2 + which@1.2.4: which@1.2.4: dependencies: is-absolute: 0.1.7 isexe: 1.1.2 + which@1.3.1: which@1.3.1: dependencies: isexe: 2.0.0 + which@2.0.2: which@2.0.2: dependencies: isexe: 2.0.0 + which@3.0.1: which@3.0.1: dependencies: isexe: 2.0.0 + wide-align@1.1.5: wide-align@1.1.5: dependencies: string-width: 4.2.3 + widest-line@3.1.0: widest-line@3.1.0: dependencies: string-width: 4.2.3 @@ -29654,6 +32745,7 @@ snapshots: '@cloudflare/workerd-linux-arm64': 1.20240718.0 '@cloudflare/workerd-windows-64': 1.20240718.0 + wrangler@3.67.1(@cloudflare/workers-types@4.20240725.0): wrangler@3.67.1(@cloudflare/workers-types@4.20240725.0): dependencies: '@cloudflare/kv-asset-handler': 0.3.4 @@ -29671,9 +32763,11 @@ snapshots: selfsigned: 2.4.1 source-map: 0.6.1 unenv: unenv-nightly@1.10.0-1717606461.a117952 + unenv: unenv-nightly@1.10.0-1717606461.a117952 workerd: 1.20240718.0 xxhash-wasm: 1.0.2 optionalDependencies: + '@cloudflare/workers-types': 4.20240725.0 '@cloudflare/workers-types': 4.20240725.0 fsevents: 2.3.3 transitivePeerDependencies: @@ -29681,24 +32775,28 @@ snapshots: - supports-color - utf-8-validate + wrap-ansi@6.2.0: wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 + wrap-ansi@7.0.0: wrap-ansi@7.0.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 + wrap-ansi@8.1.0: wrap-ansi@8.1.0: dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 strip-ansi: 7.1.0 + wrap-ansi@9.0.0: wrap-ansi@9.0.0: dependencies: ansi-styles: 6.2.1 @@ -29706,7 +32804,9 @@ snapshots: strip-ansi: 7.1.0 wrappy@1.0.2: {} + wrappy@1.0.2: {} + write-file-atomic@3.0.3: write-file-atomic@3.0.3: dependencies: imurmurhash: 0.1.4 @@ -29714,11 +32814,13 @@ snapshots: signal-exit: 3.0.7 typedarray-to-buffer: 3.1.5 + write-file-atomic@4.0.2: write-file-atomic@4.0.2: dependencies: imurmurhash: 0.1.4 signal-exit: 3.0.7 + write-file-atomic@5.0.1: write-file-atomic@5.0.1: dependencies: imurmurhash: 0.1.4 @@ -29728,16 +32830,25 @@ snapshots: ws@8.18.0: {} + xdg-app-paths@5.1.0: + + ws@8.17.1: {} + + ws@8.18.0: {} + xdg-app-paths@5.1.0: dependencies: xdg-portable: 7.3.0 xdg-basedir@4.0.0: {} + xdg-basedir@4.0.0: {} + xdg-portable@7.3.0: xdg-portable@7.3.0: dependencies: os-paths: 4.4.0 + xml2js@0.5.0: xml2js@0.5.0: dependencies: sax: 1.4.1 @@ -29765,6 +32876,30 @@ snapshots: yargs-parser@21.1.1: {} + yargs@17.7.2: + + xmlbuilder@11.0.1: {} + + xmlhttprequest-ssl@2.0.0: {} + + xtend@4.0.2: {} + + xxhash-wasm@1.0.2: {} + + xycolors@0.1.2: {} + + y18n@5.0.8: {} + + yallist@3.1.1: {} + + yallist@4.0.0: {} + + yaml@2.4.5: {} + + yaml@2.5.0: {} + + yargs-parser@21.1.1: {} + yargs@17.7.2: dependencies: cliui: 8.0.1 @@ -29775,20 +32910,24 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + yauzl-clone@1.0.4: yauzl-clone@1.0.4: dependencies: events-intercept: 2.0.0 + yauzl-promise@2.1.3: yauzl-promise@2.1.3: dependencies: yauzl: 2.10.0 yauzl-clone: 1.0.4 + yauzl@2.10.0: yauzl@2.10.0: dependencies: buffer-crc32: 0.2.13 fd-slicer: 1.1.0 + yeoman-environment@3.19.3: yeoman-environment@3.19.3: dependencies: '@npmcli/arborist': 4.3.1 @@ -29832,6 +32971,7 @@ snapshots: - bluebird - supports-color + yeoman-generator@5.10.0(encoding@0.1.13)(mem-fs@2.3.0)(yeoman-environment@3.19.3): yeoman-generator@5.10.0(encoding@0.1.13)(mem-fs@2.3.0)(yeoman-environment@3.19.3): dependencies: chalk: 4.1.2 @@ -29839,6 +32979,7 @@ snapshots: debug: 4.3.6 execa: 5.1.1 github-username: 6.0.0(encoding@0.1.13) + github-username: 6.0.0(encoding@0.1.13) lodash: 4.17.21 mem-fs-editor: 9.7.0(mem-fs@2.3.0) minimist: 1.2.8 @@ -29849,6 +32990,7 @@ snapshots: shelljs: 0.8.5 sort-keys: 4.2.0 text-table: 0.2.0 + optionalDependencies: optionalDependencies: yeoman-environment: 3.19.3 transitivePeerDependencies: @@ -29858,30 +33000,40 @@ snapshots: - supports-color yn@3.1.1: {} + yn@3.1.1: {} + yocto-queue@0.1.0: {} yocto-queue@0.1.0: {} + yocto-queue@1.1.1: {} yocto-queue@1.1.1: {} + youch@3.3.3: youch@3.3.3: dependencies: cookie: 0.5.0 mustache: 4.2.0 stacktracey: 2.1.8 + zod-to-json-schema@3.22.5(zod@3.23.8): zod-to-json-schema@3.22.5(zod@3.23.8): dependencies: zod: 3.23.8 + zod-to-json-schema@3.23.1(zod@3.23.8): zod-to-json-schema@3.23.1(zod@3.23.8): dependencies: zod: 3.23.8 zod@3.23.8: {} + zod@3.23.8: {} + zustand@4.5.4(@types/react@18.3.3)(react@18.3.1): zustand@4.5.4(@types/react@18.3.3)(react@18.3.1): dependencies: use-sync-external-store: 1.2.0(react@18.3.1) + optionalDependencies: + use-sync-external-store: 1.2.0(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 react: 18.3.1