From 9ac5bebb881f83555e28ed951a9bfb64a79f154d Mon Sep 17 00:00:00 2001 From: Jonatan Witoszek Date: Wed, 4 Feb 2026 18:17:01 +0100 Subject: [PATCH 1/2] update storybook, add ignore rules to packages in pnpm-workspace --- eslint.config.mjs | 36 +- package.json | 5 +- pnpm-lock.yaml | 3995 ++++++++++++++++++++++++++----------------- pnpm-workspace.yaml | 15 + 4 files changed, 2451 insertions(+), 1600 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index ad0231c1a1e..aa233159e37 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -1,5 +1,5 @@ // @ts-check - +import storybook from "eslint-plugin-storybook"; import eslint from "@eslint/js"; import prettierConfig from "eslint-config-prettier"; import formatjs from "eslint-plugin-formatjs"; @@ -31,24 +31,20 @@ export default tseslint.config( ".github/**/*.js", ".featureFlags/", ]), - - eslint.configs.recommended, - tseslint.configs.recommended, // Note: we can migrate to rules using TypeScript types + eslint.configs.recommended, // Note: we can migrate to rules using TypeScript types + tseslint.configs.recommended, react.configs.flat.recommended, react.configs.flat["jsx-runtime"], reactHooks.configs.flat["recommended-latest"], reactRefresh.configs.vite, reactYouMightNotNeedAnEffect.configs.recommended, - { settings: { react: { version: "detect", }, }, - }, - - // Disable global rules: + }, // Disable global rules: { rules: { "sort-imports": "off", // imports are handled by simple-import-sort/sort @@ -104,9 +100,7 @@ export default tseslint.config( "no-case-declarations": "off", "prefer-const": "off", }, - }, - - // Properly resolve Node.js globals in .cjs files + }, // Properly resolve Node.js globals in .cjs files { files: ["**/*.cjs"], languageOptions: { @@ -114,9 +108,7 @@ export default tseslint.config( ...globals.node, // Use all Node.js globals }, }, - }, - - // Configure custom plugins and rules for React files + }, // Configure custom plugins and rules for React files { files: ["src/**/*.{js,jsx,ts,tsx}"], languageOptions: { @@ -206,9 +198,7 @@ export default tseslint.config( "local-rules/no-deprecated-icons": "warn", "no-console": ["error", { allow: ["warn", "error"] }], }, - }, - - // Disable rules for specific files + }, // Disable rules for specific files { files: ["vite.config.js"], languageOptions: { @@ -220,14 +210,12 @@ export default tseslint.config( "no-console": "off", }, }, - { files: ["playwright/**/*.ts"], rules: { "no-console": "off", }, }, - { files: ["src/**/*.stories.@(ts|tsx)"], rules: { @@ -247,7 +235,6 @@ export default tseslint.config( "@typescript-eslint/no-require-imports": "off", }, }, - { rules: { /** @@ -302,9 +289,7 @@ export default tseslint.config( }, ], }, - }, - - // Graphql plugin + }, // Graphql plugin { /** * Plugin first converts all ts(x) files to @@ -328,8 +313,7 @@ export default tseslint.config( "@graphql-eslint/no-duplicate-fields": "error", "@graphql-eslint/no-deprecated": "warn", }, - }, - - // Disable any rules that conflict with Prettier + }, // Disable any rules that conflict with Prettier prettierConfig, + storybook.configs["flat/recommended"], ); diff --git a/package.json b/package.json index d9f531d0cc2..8e125d98671 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "@playwright/test": "1.56.1", "@saleor/app-sdk": "1.7.0", "@sentry/cli": "^2.58.2", - "@storybook/react-vite": "9.0.18", + "@storybook/react-vite": "10.2.4", "@swc/jest": "^0.2.39", "@types/apollo-upload-client": "^17.0.5", "@types/chroma-js": "^2.4.5", @@ -194,6 +194,7 @@ "eslint-plugin-react-refresh": "^0.4.24", "eslint-plugin-react-you-might-not-need-an-effect": "^0.5.6", "eslint-plugin-simple-import-sort": "^12.1.1", + "eslint-plugin-storybook": "10.2.4", "eslint-plugin-unicorn": "^61.0.2", "eslint-plugin-unused-imports": "^4.3.0", "front-matter": "^4.0.2", @@ -206,7 +207,7 @@ "playwright-ctrf-json-reporter": "0.0.26", "rollup-plugin-polyfill-node": "^0.11.0", "sort-package-json": "3.4.0", - "storybook": "9.1.17", + "storybook": "10.2.4", "typescript": "5.8.3", "typescript-eslint": "^8.46.4", "typescript-strict-plugin": "^2.4.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3849499d2c8..e989041d135 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,16 +58,16 @@ importers: version: 5.3.0(@types/react@18.3.23)(lodash@4.17.23)(marked@4.3.0)(react-dom@18.3.1(react@18.3.1))(react-responsive-carousel@3.2.23)(react@18.3.1) "@graphiql/plugin-explorer": specifier: ^0.1.22 - version: 0.1.22(@graphiql/react@0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 0.1.22(@graphiql/react@0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@graphiql/react": specifier: ^0.15.0 - version: 0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) + version: 0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) "@graphiql/toolkit": specifier: ^0.8.4 - version: 0.8.4(@types/node@20.19.25)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0) + version: 0.8.4(@types/node@20.19.31)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0) "@hookform/resolvers": specifier: ^3.10.0 - version: 3.10.0(react-hook-form@7.68.0(react@18.3.1)) + version: 3.10.0(react-hook-form@7.71.1(react@18.3.1)) "@material-ui/core": specifier: ^4.12.4 version: 4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -94,7 +94,7 @@ importers: version: 0.7.4(@material-ui/core@4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@material-ui/icons@4.11.3(@material-ui/core@4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@material-ui/lab@4.0.0-alpha.61(@material-ui/core@4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react-helmet@6.1.0(react@18.3.1))(react@18.3.1) "@saleor/macaw-ui-next": specifier: npm:@saleor/macaw-ui@1.4.1 - version: "@saleor/macaw-ui@1.4.1(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(@vanilla-extract/css@1.17.5(babel-plugin-macros@3.1.0))(lucide-react@0.555.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)" + version: "@saleor/macaw-ui@1.4.1(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(@vanilla-extract/css@1.18.0(babel-plugin-macros@3.1.0))(lucide-react@0.555.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)" "@saleor/sdk": specifier: 0.6.0 version: 0.6.0(@apollo/client@3.4.17(graphql@16.11.0)(react@18.3.1))(graphql@16.11.0)(react@18.3.1) @@ -151,7 +151,7 @@ importers: version: 6.6.2 graphiql: specifier: ^2.4.7 - version: 2.4.7(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) + version: 2.4.7(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) graphql: specifier: 16.11.0 version: 16.11.0 @@ -163,7 +163,7 @@ importers: version: 1.2.4 jotai: specifier: 2.14.0 - version: 2.14.0(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.23)(react@18.3.1) + version: 2.14.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@18.3.23)(react@18.3.1) jwt-decode: specifier: ^3.1.2 version: 3.1.2 @@ -187,7 +187,7 @@ importers: version: 0.5.48 posthog-js: specifier: ^1.293.0 - version: 1.301.1 + version: 1.339.1 qs: specifier: ^6.14.1 version: 6.14.1 @@ -214,13 +214,13 @@ importers: version: 6.1.0(react@18.3.1) react-hook-form: specifier: ^7.66.0 - version: 7.68.0(react@18.3.1) + version: 7.71.1(react@18.3.1) react-hotkeys-hook: specifier: ^5.2.1 - version: 5.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 5.2.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-infinite-scroll-component: specifier: ^6.1.0 - version: 6.1.0(react@18.3.1) + version: 6.1.1(react@18.3.1) react-inlinesvg: specifier: ^3.0.3 version: 3.0.3(react@18.3.1) @@ -229,7 +229,7 @@ importers: version: 5.25.1(react@18.3.1)(typescript@5.8.3) react-moment: specifier: ^1.1.3 - version: 1.1.3(moment@2.30.1)(prop-types@15.8.1)(react@18.3.1) + version: 1.2.1(moment@2.30.1)(prop-types@15.8.1)(react@18.3.1) react-responsive-carousel: specifier: ^3.2.23 version: 3.2.23 @@ -275,19 +275,19 @@ importers: version: 0.5.2 "@changesets/cli": specifier: ^2.29.8 - version: 2.29.8(@types/node@20.19.25) + version: 2.29.8(@types/node@20.19.31) "@editorjs/embed": specifier: 2.7.6 version: 2.7.6 "@eslint/js": specifier: ^9.39.1 - version: 9.39.1 + version: 9.39.2 "@formatjs/cli": specifier: ^4.8.4 - version: 4.8.4(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3)) + version: 4.8.4(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3)) "@graphql-codegen/cli": specifier: ^2.16.5 - version: 2.16.5(@babel/core@7.28.5)(@swc/core@1.15.3)(@types/node@20.19.25)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.8.3) + version: 2.16.5(@babel/core@7.29.0)(@swc/core@1.15.11)(@types/node@20.19.31)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.8.3) "@graphql-codegen/fragment-matcher": specifier: ^3.3.3 version: 3.3.3(graphql@16.11.0) @@ -308,7 +308,7 @@ importers: version: 3.3.7(graphql-tag@2.12.6(graphql@16.11.0))(graphql@16.11.0) "@graphql-eslint/eslint-plugin": specifier: ^4.4.0 - version: 4.4.0(@types/node@20.19.25)(eslint@9.39.1(jiti@2.6.1))(graphql@16.11.0)(typescript@5.8.3) + version: 4.4.0(@types/node@20.19.31)(eslint@9.39.2(jiti@2.6.1))(graphql@16.11.0)(typescript@5.8.3) "@playwright/test": specifier: 1.56.1 version: 1.56.1 @@ -317,16 +317,16 @@ importers: version: 1.7.0(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@sentry/cli": specifier: ^2.58.2 - version: 2.58.2 + version: 2.58.4 "@storybook/react-vite": - specifier: 9.0.18 - version: 9.0.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.53.3)(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + specifier: 10.2.4 + version: 10.2.4(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.57.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0)) "@swc/jest": specifier: ^0.2.39 - version: 0.2.39(@swc/core@1.15.3) + version: 0.2.39(@swc/core@1.15.11) "@types/apollo-upload-client": specifier: ^17.0.5 - version: 17.0.5(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 17.0.5(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@types/chroma-js": specifier: ^2.4.5 version: 2.4.5 @@ -347,7 +347,7 @@ importers: version: 4.17.12 "@types/node": specifier: ^20.19.25 - version: 20.19.25 + version: 20.19.31 "@types/qs": specifier: ^6.14.0 version: 6.14.0 @@ -377,13 +377,13 @@ importers: version: 0.5.1 "@vitejs/plugin-react-swc": specifier: ^3.11.0 - version: 3.11.0(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + version: 3.11.0(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0)) code-inspector-plugin: specifier: ^0.6.5 version: 0.6.5 core-js: specifier: ^3.46.0 - version: 3.47.0 + version: 3.48.0 cross-env: specifier: ^6.0.3 version: 6.0.3 @@ -395,37 +395,40 @@ importers: version: 10.0.0 eslint: specifier: ^9.39.1 - version: 9.39.1(jiti@2.6.1) + version: 9.39.2(jiti@2.6.1) eslint-config-prettier: specifier: ^10.1.8 - version: 10.1.8(eslint@9.39.1(jiti@2.6.1)) + version: 10.1.8(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-formatjs: specifier: ^5.4.2 - version: 5.4.2(eslint@9.39.1(jiti@2.6.1))(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3))(typescript@5.8.3) + version: 5.4.2(eslint@9.39.2(jiti@2.6.1))(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3))(typescript@5.8.3) eslint-plugin-import: specifier: ^2.32.0 - version: 2.32.0(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1)) + version: 2.32.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-react: specifier: ^7.37.5 - version: 7.37.5(eslint@9.39.1(jiti@2.6.1)) + version: 7.37.5(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-react-hooks: specifier: 7.0.1 - version: 7.0.1(eslint@9.39.1(jiti@2.6.1)) + version: 7.0.1(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-react-refresh: specifier: ^0.4.24 - version: 0.4.24(eslint@9.39.1(jiti@2.6.1)) + version: 0.4.26(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-react-you-might-not-need-an-effect: specifier: ^0.5.6 - version: 0.5.6(eslint@9.39.1(jiti@2.6.1)) + version: 0.5.6(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-simple-import-sort: specifier: ^12.1.1 - version: 12.1.1(eslint@9.39.1(jiti@2.6.1)) + version: 12.1.1(eslint@9.39.2(jiti@2.6.1)) + eslint-plugin-storybook: + specifier: 10.2.4 + version: 10.2.4(eslint@9.39.2(jiti@2.6.1))(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.8.3) eslint-plugin-unicorn: specifier: ^61.0.2 - version: 61.0.2(eslint@9.39.1(jiti@2.6.1)) + version: 61.0.2(eslint@9.39.2(jiti@2.6.1)) eslint-plugin-unused-imports: specifier: ^4.3.0 - version: 4.3.0(@typescript-eslint/eslint-plugin@8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1)) + version: 4.3.0(@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)) front-matter: specifier: ^4.0.2 version: 4.0.2 @@ -434,7 +437,7 @@ importers: version: 16.5.0 graphql-config: specifier: ^5.1.5 - version: 5.1.5(@types/node@20.19.25)(graphql@16.11.0)(typescript@5.8.3) + version: 5.1.5(@types/node@20.19.31)(graphql@16.11.0)(typescript@5.8.3) html-to-react: specifier: ^1.7.0 version: 1.7.0(react@18.3.1) @@ -446,34 +449,34 @@ importers: version: 3.0.1 knip: specifier: ^5.69.1 - version: 5.71.0(@types/node@20.19.25)(typescript@5.8.3) + version: 5.83.0(@types/node@20.19.31)(typescript@5.8.3) playwright-ctrf-json-reporter: specifier: 0.0.26 version: 0.0.26 rollup-plugin-polyfill-node: specifier: ^0.11.0 - version: 0.11.0(rollup@4.53.3) + version: 0.11.0(rollup@4.57.1) sort-package-json: specifier: 3.4.0 version: 3.4.0 storybook: - specifier: 9.1.17 - version: 9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + specifier: 10.2.4 + version: 10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) typescript: specifier: 5.8.3 version: 5.8.3 typescript-eslint: specifier: ^8.46.4 - version: 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) + version: 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) typescript-strict-plugin: specifier: ^2.4.4 version: 2.4.4 vite: specifier: ^6.4.1 - version: 6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1) + version: 6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0) vite-plugin-html: specifier: ^3.2.2 - version: 3.2.2(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + version: 3.2.2(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0)) optionalDependencies: "@testing-library/jest-dom": specifier: ^5.17.0 @@ -501,7 +504,7 @@ importers: version: 8.0.3 jest: specifier: ^27.5.1 - version: 27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)) + version: 27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)) jest-canvas-mock: specifier: ^2.5.2 version: 2.5.2 @@ -525,7 +528,7 @@ importers: version: 0.9.1(@pollyjs/core@6.0.6) ts-jest: specifier: ^27.1.5 - version: 27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3) + version: 27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3) packages: "@adobe/css-tools@4.4.4": @@ -586,31 +589,31 @@ packages: } engines: { node: ">=14" } - "@babel/code-frame@7.27.1": + "@babel/code-frame@7.29.0": resolution: { - integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==, + integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==, } engines: { node: ">=6.9.0" } - "@babel/compat-data@7.28.5": + "@babel/compat-data@7.29.0": resolution: { - integrity: sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==, + integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==, } engines: { node: ">=6.9.0" } - "@babel/core@7.28.5": + "@babel/core@7.29.0": resolution: { - integrity: sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==, + integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==, } engines: { node: ">=6.9.0" } - "@babel/generator@7.28.5": + "@babel/generator@7.29.0": resolution: { - integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==, + integrity: sha512-vSH118/wwM/pLR38g/Sgk05sNtro6TlTJKuiMXDaZqPUfjTFcudpCOt00IhOfj+1BFAX+UFAlzCU+6WXr3GLFQ==, } engines: { node: ">=6.9.0" } @@ -621,17 +624,17 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-compilation-targets@7.27.2": + "@babel/helper-compilation-targets@7.28.6": resolution: { - integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==, + integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==, } engines: { node: ">=6.9.0" } - "@babel/helper-create-class-features-plugin@7.28.5": + "@babel/helper-create-class-features-plugin@7.28.6": resolution: { - integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==, + integrity: sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -651,17 +654,17 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-module-imports@7.27.1": + "@babel/helper-module-imports@7.28.6": resolution: { - integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==, + integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==, } engines: { node: ">=6.9.0" } - "@babel/helper-module-transforms@7.28.3": + "@babel/helper-module-transforms@7.28.6": resolution: { - integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==, + integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -674,17 +677,17 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helper-plugin-utils@7.27.1": + "@babel/helper-plugin-utils@7.28.6": resolution: { - integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==, + integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==, } engines: { node: ">=6.9.0" } - "@babel/helper-replace-supers@7.27.1": + "@babel/helper-replace-supers@7.28.6": resolution: { - integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==, + integrity: sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -718,17 +721,17 @@ packages: } engines: { node: ">=6.9.0" } - "@babel/helpers@7.28.4": + "@babel/helpers@7.28.6": resolution: { - integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==, + integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==, } engines: { node: ">=6.9.0" } - "@babel/parser@7.28.5": + "@babel/parser@7.29.0": resolution: { - integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==, + integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==, } engines: { node: ">=6.0.0" } hasBin: true @@ -786,28 +789,28 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-flow@7.27.1": + "@babel/plugin-syntax-flow@7.28.6": resolution: { - integrity: sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==, + integrity: sha512-D+OrJumc9McXNEBI/JmFnc/0uCM2/Y3PEBG3gfV3QIYkKv5pvnpzFrl1kYCrcHJP8nOeFB/SHi1IHz29pNGuew==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-import-assertions@7.27.1": + "@babel/plugin-syntax-import-assertions@7.28.6": resolution: { - integrity: sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==, + integrity: sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-import-attributes@7.27.1": + "@babel/plugin-syntax-import-attributes@7.28.6": resolution: { - integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==, + integrity: sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -829,10 +832,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-jsx@7.27.1": + "@babel/plugin-syntax-jsx@7.28.6": resolution: { - integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==, + integrity: sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -904,10 +907,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-syntax-typescript@7.27.1": + "@babel/plugin-syntax-typescript@7.28.6": resolution: { - integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==, + integrity: sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -931,28 +934,28 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-transform-block-scoping@7.28.5": + "@babel/plugin-transform-block-scoping@7.28.6": resolution: { - integrity: sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==, + integrity: sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-transform-classes@7.28.4": + "@babel/plugin-transform-classes@7.28.6": resolution: { - integrity: sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==, + integrity: sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==, } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-transform-computed-properties@7.27.1": + "@babel/plugin-transform-computed-properties@7.28.6": resolution: { - integrity: sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==, + integrity: sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -1012,10 +1015,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-transform-modules-commonjs@7.27.1": + "@babel/plugin-transform-modules-commonjs@7.28.6": resolution: { - integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==, + integrity: sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -1057,10 +1060,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-transform-react-jsx@7.27.1": + "@babel/plugin-transform-react-jsx@7.28.6": resolution: { - integrity: sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==, + integrity: sha512-61bxqhiRfAACulXSLd/GxqmAedUSrRZIu/cbaT18T1CetkTmtDN15it7i80ru4DVqRK1WMxQhXs+Lf9kajm5Ow==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -1075,10 +1078,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/plugin-transform-spread@7.27.1": + "@babel/plugin-transform-spread@7.28.6": resolution: { - integrity: sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==, + integrity: sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==, } engines: { node: ">=6.9.0" } peerDependencies: @@ -1093,31 +1096,31 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 - "@babel/runtime@7.28.4": + "@babel/runtime@7.28.6": resolution: { - integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==, + integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==, } engines: { node: ">=6.9.0" } - "@babel/template@7.27.2": + "@babel/template@7.28.6": resolution: { - integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==, + integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==, } engines: { node: ">=6.9.0" } - "@babel/traverse@7.28.5": + "@babel/traverse@7.29.0": resolution: { - integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==, + integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==, } engines: { node: ">=6.9.0" } - "@babel/types@7.28.5": + "@babel/types@7.29.0": resolution: { - integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==, + integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==, } engines: { node: ">=6.9.0" } @@ -1254,16 +1257,16 @@ packages: integrity: sha512-rtjk5ifyMzOna1c7PBu7J1VCt0PvA5wy3o8eMVnxMKb7z8KA7JFecvD04dSn14vj/bBaAbqRsGed5OjtofEnLA==, } - "@codemirror/state@6.5.2": + "@codemirror/state@6.5.4": resolution: { - integrity: sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==, + integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==, } - "@codemirror/view@6.38.8": + "@codemirror/view@6.39.12": resolution: { - integrity: sha512-XcE9fcnkHCbWkjeKyi0lllwXmBLtyYb5dt89dJyx23I9+LSh5vZDIuk7OLG4VM1lgrXZQcY6cxyZyk5WVPRv/A==, + integrity: sha512-f+/VsHVn/kOA9lltk/GFzuYwVVAKmOnNjxbrhkk3tPHntFqjWeI2TbIXx006YkBkqC10wZ4NsnWXCQiFPeAISQ==, } "@codexteam/icons@0.0.4": @@ -1396,16 +1399,16 @@ packages: integrity: sha512-D01KUMSDj2r+6Z+xjDkQqI+y6URpeHCvj0+P4pah+GtkG040lWjFb2H4pgHFXuol2cbfyAoraYSw85fuPheCvw==, } - "@emnapi/core@1.7.1": + "@emnapi/core@1.8.1": resolution: { - integrity: sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==, + integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==, } - "@emnapi/runtime@1.7.1": + "@emnapi/runtime@1.8.1": resolution: { - integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==, + integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==, } "@emnapi/wasi-threads@1.1.0": @@ -1494,10 +1497,10 @@ packages: integrity: sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==, } - "@envelop/core@5.4.0": + "@envelop/core@5.5.0": resolution: { - integrity: sha512-/1fat63pySE8rw/dZZArEVytLD90JApY85deDJ0/34gm+yhQ3k70CloSUevxoOE4YCGveG3s9SJJfQeeB4NAtQ==, + integrity: sha512-nsU1EyJQAStaKHR1ZkB/ug9XBm+WPTliYtdedbJ/L1ykrp7dbbn0srqBeDnZ2mbZVp4hH3d0Fy+Og9OgPWZx+g==, } engines: { node: ">=18.0.0" } @@ -1524,6 +1527,15 @@ packages: cpu: [ppc64] os: [aix] + "@esbuild/aix-ppc64@0.27.2": + resolution: + { + integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==, + } + engines: { node: ">=18" } + cpu: [ppc64] + os: [aix] + "@esbuild/android-arm64@0.25.12": resolution: { @@ -1533,6 +1545,15 @@ packages: cpu: [arm64] os: [android] + "@esbuild/android-arm64@0.27.2": + resolution: + { + integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [android] + "@esbuild/android-arm@0.25.12": resolution: { @@ -1542,6 +1563,15 @@ packages: cpu: [arm] os: [android] + "@esbuild/android-arm@0.27.2": + resolution: + { + integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==, + } + engines: { node: ">=18" } + cpu: [arm] + os: [android] + "@esbuild/android-x64@0.25.12": resolution: { @@ -1551,6 +1581,15 @@ packages: cpu: [x64] os: [android] + "@esbuild/android-x64@0.27.2": + resolution: + { + integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [android] + "@esbuild/darwin-arm64@0.25.12": resolution: { @@ -1560,6 +1599,15 @@ packages: cpu: [arm64] os: [darwin] + "@esbuild/darwin-arm64@0.27.2": + resolution: + { + integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [darwin] + "@esbuild/darwin-x64@0.25.12": resolution: { @@ -1569,6 +1617,15 @@ packages: cpu: [x64] os: [darwin] + "@esbuild/darwin-x64@0.27.2": + resolution: + { + integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [darwin] + "@esbuild/freebsd-arm64@0.25.12": resolution: { @@ -1578,6 +1635,15 @@ packages: cpu: [arm64] os: [freebsd] + "@esbuild/freebsd-arm64@0.27.2": + resolution: + { + integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [freebsd] + "@esbuild/freebsd-x64@0.25.12": resolution: { @@ -1587,6 +1653,15 @@ packages: cpu: [x64] os: [freebsd] + "@esbuild/freebsd-x64@0.27.2": + resolution: + { + integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [freebsd] + "@esbuild/linux-arm64@0.25.12": resolution: { @@ -1596,6 +1671,15 @@ packages: cpu: [arm64] os: [linux] + "@esbuild/linux-arm64@0.27.2": + resolution: + { + integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [linux] + "@esbuild/linux-arm@0.25.12": resolution: { @@ -1605,6 +1689,15 @@ packages: cpu: [arm] os: [linux] + "@esbuild/linux-arm@0.27.2": + resolution: + { + integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==, + } + engines: { node: ">=18" } + cpu: [arm] + os: [linux] + "@esbuild/linux-ia32@0.25.12": resolution: { @@ -1614,6 +1707,15 @@ packages: cpu: [ia32] os: [linux] + "@esbuild/linux-ia32@0.27.2": + resolution: + { + integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==, + } + engines: { node: ">=18" } + cpu: [ia32] + os: [linux] + "@esbuild/linux-loong64@0.25.12": resolution: { @@ -1623,6 +1725,15 @@ packages: cpu: [loong64] os: [linux] + "@esbuild/linux-loong64@0.27.2": + resolution: + { + integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==, + } + engines: { node: ">=18" } + cpu: [loong64] + os: [linux] + "@esbuild/linux-mips64el@0.25.12": resolution: { @@ -1632,6 +1743,15 @@ packages: cpu: [mips64el] os: [linux] + "@esbuild/linux-mips64el@0.27.2": + resolution: + { + integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==, + } + engines: { node: ">=18" } + cpu: [mips64el] + os: [linux] + "@esbuild/linux-ppc64@0.25.12": resolution: { @@ -1641,6 +1761,15 @@ packages: cpu: [ppc64] os: [linux] + "@esbuild/linux-ppc64@0.27.2": + resolution: + { + integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==, + } + engines: { node: ">=18" } + cpu: [ppc64] + os: [linux] + "@esbuild/linux-riscv64@0.25.12": resolution: { @@ -1650,6 +1779,15 @@ packages: cpu: [riscv64] os: [linux] + "@esbuild/linux-riscv64@0.27.2": + resolution: + { + integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==, + } + engines: { node: ">=18" } + cpu: [riscv64] + os: [linux] + "@esbuild/linux-s390x@0.25.12": resolution: { @@ -1659,6 +1797,15 @@ packages: cpu: [s390x] os: [linux] + "@esbuild/linux-s390x@0.27.2": + resolution: + { + integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==, + } + engines: { node: ">=18" } + cpu: [s390x] + os: [linux] + "@esbuild/linux-x64@0.25.12": resolution: { @@ -1668,6 +1815,15 @@ packages: cpu: [x64] os: [linux] + "@esbuild/linux-x64@0.27.2": + resolution: + { + integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [linux] + "@esbuild/netbsd-arm64@0.25.12": resolution: { @@ -1677,6 +1833,15 @@ packages: cpu: [arm64] os: [netbsd] + "@esbuild/netbsd-arm64@0.27.2": + resolution: + { + integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [netbsd] + "@esbuild/netbsd-x64@0.25.12": resolution: { @@ -1686,6 +1851,15 @@ packages: cpu: [x64] os: [netbsd] + "@esbuild/netbsd-x64@0.27.2": + resolution: + { + integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [netbsd] + "@esbuild/openbsd-arm64@0.25.12": resolution: { @@ -1695,6 +1869,15 @@ packages: cpu: [arm64] os: [openbsd] + "@esbuild/openbsd-arm64@0.27.2": + resolution: + { + integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [openbsd] + "@esbuild/openbsd-x64@0.25.12": resolution: { @@ -1704,6 +1887,15 @@ packages: cpu: [x64] os: [openbsd] + "@esbuild/openbsd-x64@0.27.2": + resolution: + { + integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [openbsd] + "@esbuild/openharmony-arm64@0.25.12": resolution: { @@ -1713,6 +1905,15 @@ packages: cpu: [arm64] os: [openharmony] + "@esbuild/openharmony-arm64@0.27.2": + resolution: + { + integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [openharmony] + "@esbuild/sunos-x64@0.25.12": resolution: { @@ -1722,6 +1923,15 @@ packages: cpu: [x64] os: [sunos] + "@esbuild/sunos-x64@0.27.2": + resolution: + { + integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [sunos] + "@esbuild/win32-arm64@0.25.12": resolution: { @@ -1731,6 +1941,15 @@ packages: cpu: [arm64] os: [win32] + "@esbuild/win32-arm64@0.27.2": + resolution: + { + integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==, + } + engines: { node: ">=18" } + cpu: [arm64] + os: [win32] + "@esbuild/win32-ia32@0.25.12": resolution: { @@ -1740,6 +1959,15 @@ packages: cpu: [ia32] os: [win32] + "@esbuild/win32-ia32@0.27.2": + resolution: + { + integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==, + } + engines: { node: ">=18" } + cpu: [ia32] + os: [win32] + "@esbuild/win32-x64@0.25.12": resolution: { @@ -1749,10 +1977,19 @@ packages: cpu: [x64] os: [win32] - "@eslint-community/eslint-utils@4.9.0": + "@esbuild/win32-x64@0.27.2": resolution: { - integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==, + integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==, + } + engines: { node: ">=18" } + cpu: [x64] + os: [win32] + + "@eslint-community/eslint-utils@4.9.1": + resolution: + { + integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1800,10 +2037,10 @@ packages: } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@eslint/js@9.39.1": + "@eslint/js@9.39.2": resolution: { - integrity: sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==, + integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -1840,10 +2077,10 @@ packages: integrity: sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==, } - "@floating-ui/core@1.7.3": + "@floating-ui/core@1.7.4": resolution: { - integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==, + integrity: sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==, } "@floating-ui/dom@0.5.4": @@ -1852,10 +2089,10 @@ packages: integrity: sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==, } - "@floating-ui/dom@1.7.4": + "@floating-ui/dom@1.7.5": resolution: { - integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==, + integrity: sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==, } "@floating-ui/react-dom-interactions@0.5.0": @@ -1874,10 +2111,10 @@ packages: react: ">=16.8.0" react-dom: ">=16.8.0" - "@floating-ui/react-dom@2.1.6": + "@floating-ui/react-dom@2.1.7": resolution: { - integrity: sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==, + integrity: sha512-0tLRojf/1Go2JgEVm+3Frg9A3IW8bJgKgdO0BN5RkF//ufuz2joZM63Npau2ff3J6lUVYgDSNzNkR+aH3IVfjg==, } peerDependencies: react: ">=16.8.0" @@ -2233,10 +2470,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/code-file-loader@8.1.27": + "@graphql-tools/code-file-loader@8.1.28": resolution: { - integrity: sha512-q3GDbm+7m3DiAnqxa+lYMgYZd49+ez6iGFfXHmzP6qAnf5WlBxRNKNjNVuxOgoV30DCr+vOJfoXeU7VN1qqGWQ==, + integrity: sha512-BL3Ft/PFlXDE5nNuqA36hYci7Cx+8bDrPDc8X3VSpZy9iKFBY+oQ+IwqnEHCkt8OSp2n2V0gqTg4u3fcQP1Kwg==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2319,10 +2556,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/executor-legacy-ws@1.1.24": + "@graphql-tools/executor-legacy-ws@1.1.25": resolution: { - integrity: sha512-wfSpOJCxeBcwVXy3JS4TB4oLwVICuVKPlPQhcAjTRPWYwKerE0HosgUzxCX1fEQ4l1B1OMgKWRglGpoXExKqsQ==, + integrity: sha512-6uf4AEXO0QMxJ7AWKVPqEZXgYBJaiz5vf29X0boG8QtcqWy8mqkXKWLND2Swdx0SbEx0efoGFcjuKufUcB0ASQ==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2336,10 +2573,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/executor@1.5.0": + "@graphql-tools/executor@1.5.1": resolution: { - integrity: sha512-3HzAxfexmynEWwRB56t/BT+xYKEYLGPvJudR1jfs+XZX8bpfqujEhqVFoxmkpEE8BbFcKuBNoQyGkTi1eFJ+hA==, + integrity: sha512-n94Qcu875Mji9GQ52n5UbgOTxlgvFJicBPYD+FRks9HKIQpdNPjkkrKZUYNG51XKa+bf03rxNflm4+wXhoHHrA==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2369,10 +2606,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/graphql-file-loader@8.1.8": + "@graphql-tools/graphql-file-loader@8.1.9": resolution: { - integrity: sha512-dZi9Cw+NWEzJAqzIUON9qjZfjebjcoT4H6jqLkEoAv6kRtTq52m4BLXgFWjMHU7PNLE9OOHB9St7UeZQL+GYrw==, + integrity: sha512-rkLK46Q62Zxift8B6Kfw6h8SH3pCR3DPCfNeC/lpLwYReezZz+2ARuLDFZjQGjW+4lpMwiAw8CIxDyQAUgqU6A==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2386,10 +2623,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/graphql-tag-pluck@8.3.26": + "@graphql-tools/graphql-tag-pluck@8.3.27": resolution: { - integrity: sha512-hLsX++KA3YR/PnNJGBq1weSAY8XUUAQFfOSHanLHA2qs5lcNgU6KWbiLiRsJ/B/ZNi2ZO687dhzeZ4h4Yt0V6Q==, + integrity: sha512-CJ0WVXhGYsfFngpRrAAcjRHyxSDHx4dEz2W15bkwvt9he/AWhuyXm07wuGcoLrl0q0iQp1BiRjU7D8SxWZo3JQ==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2403,10 +2640,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/import@7.1.8": + "@graphql-tools/import@7.1.9": resolution: { - integrity: sha512-aUKHMbaeHhCkS867mNCk9sJuvd9xE3Ocr+alwdvILkDxHf7Xaumx4mK8tN9FAXeKhQWGGD5QpkIBnUzt2xoX/A==, + integrity: sha512-mHzOgyfzsAgstaZPIFEtKg4GVH4FbDHeHYrSs73mAPKS5F59/FlRuUJhAoRnxbVnc3qIZ6EsWBjOjNbnPK8viA==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2420,10 +2657,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/json-file-loader@8.0.25": + "@graphql-tools/json-file-loader@8.0.26": resolution: { - integrity: sha512-Dnr9z818Kdn3rfoZO/+/ZQUqWavjV7AhEp4edV1mGsX+J1HFkNC3WMl6MD3W0hth2HWLQpCFJDdOPnchxnFNfA==, + integrity: sha512-kwy9IFi5QtXXTLBgWkvA1RqsZeJDn0CxsTbhNlziCzmga9fNo7qtZ18k9FYIq3EIoQQlok+b7W7yeyJATA2xhw==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2437,10 +2674,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/load@8.1.7": + "@graphql-tools/load@8.1.8": resolution: { - integrity: sha512-RxrHOC4vVI50+Q1mwgpmTVCB/UDDYVEGD/g/hP3tT2BW9F3rJ7Z3Lmt/nGfPQuWPao3w6vgJ9oSAWtism7CU5w==, + integrity: sha512-gxO662b64qZSToK3N6XUxWG5E6HOUjlg5jEnmGvD4bMtGJ0HwEe/BaVZbBQemCfLkxYjwRIBiVfOY9o0JyjZJg==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2454,10 +2691,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/merge@9.1.6": + "@graphql-tools/merge@9.1.7": resolution: { - integrity: sha512-bTnP+4oom4nDjmkS3Ykbe+ljAp/RIiWP3R35COMmuucS24iQxGLa9Hn8VMkLIoaoPxgz6xk+dbC43jtkNsFoBw==, + integrity: sha512-Y5E1vTbTabvcXbkakdFUt4zUIzB1fyaEnVmIWN0l0GMed2gdD01TpZWLUm4RNAxpturvolrb24oGLQrBbPLSoQ==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2488,10 +2725,10 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/schema@10.0.30": + "@graphql-tools/schema@10.0.31": resolution: { - integrity: sha512-yPXU17uM/LR90t92yYQqn9mAJNOVZJc0nQtYeZyZeQZeQjwIGlTubvvoDL0fFVk+wZzs4YQOgds2NwSA4npodA==, + integrity: sha512-ZewRgWhXef6weZ0WiP7/MV47HXiuFbFpiDUVLQl6mgXsWSsGELKFxQsyUCBos60Qqy1JEFAIu3Ns6GGYjGkqkQ==, } engines: { node: ">=16.0.0" } peerDependencies: @@ -2531,6 +2768,15 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + "@graphql-tools/utils@11.0.0": + resolution: + { + integrity: sha512-bM1HeZdXA2C3LSIeLOnH/bcqSgbQgKEDrjxODjqi3y58xai2TkNrtYcQSoWzGbt9VMN1dORGjR7Vem8SPnUFQA==, + } + engines: { node: ">=16.0.0" } + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + "@graphql-tools/utils@8.13.1": resolution: { @@ -2627,13 +2873,20 @@ packages: } engines: { node: 20 || >=22 } - "@isaacs/brace-expansion@5.0.0": + "@isaacs/brace-expansion@5.0.1": resolution: { - integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==, + integrity: sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==, } engines: { node: 20 || >=22 } + "@isaacs/cliui@8.0.2": + resolution: + { + integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, + } + engines: { node: ">=12" } + "@istanbuljs/load-nyc-config@1.1.0": resolution: { @@ -2770,10 +3023,10 @@ packages: } engines: { node: ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0 } - "@joshwooding/vite-plugin-react-docgen-typescript@0.6.1": + "@joshwooding/vite-plugin-react-docgen-typescript@0.6.3": resolution: { - integrity: sha512-J4BaTocTOYFkMHIra1JDWrMWpNmBl4EkplIwHEsV8aeUOtdWjwSnln9U7twjMFTAEB7mptNtSKyVi1Y2W9sDJw==, + integrity: sha512-9TGZuAX+liGkNKkwuo3FYJu7gHWT0vkBcf7GkOe7s7fmC19XwH/4u5u7sDIFrMooe558ORcmuBvBz7Ur5PlbHw==, } peerDependencies: typescript: ">= 4.3.x" @@ -2825,10 +3078,10 @@ packages: integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==, } - "@lezer/common@1.4.0": + "@lezer/common@1.5.1": resolution: { - integrity: sha512-DVeMRoGrgn/k45oQNu189BoW4SZwgZFzJ1+1TV5j2NJ/KFC83oa/enRqZSGshyeMk5cPWMhsKs9nx+8o0unwGg==, + integrity: sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==, } "@lezer/highlight@1.2.3": @@ -2837,10 +3090,10 @@ packages: integrity: sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==, } - "@lezer/lr@1.4.4": + "@lezer/lr@1.4.8": resolution: { - integrity: sha512-LHL17Mq0OcFXm1pGQssuGTQFPPdxARjKM8f7GA5+sGtHi0K3R84YaSbmche0+RKWHnCsx9asEe5OWOI4FHfe4A==, + integrity: sha512-bPWa0Pgx69ylNlMlPvBPryqeLYQjyJjqPx+Aupm5zydLIF3NE+6MMLT8Yi23Bd9cif9VS00aUebn+6fDIGBcDA==, } "@manypkg/find-root@1.1.0": @@ -2964,10 +3217,10 @@ packages: } engines: { node: ">=12" } - "@napi-rs/wasm-runtime@1.1.0": + "@napi-rs/wasm-runtime@1.1.1": resolution: { - integrity: sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==, + integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==, } "@nodelib/fs.scandir@2.1.5": @@ -2991,6 +3244,13 @@ packages: } engines: { node: ">= 8" } + "@opentelemetry/api-logs@0.208.0": + resolution: + { + integrity: sha512-CjruKY9V6NMssL/T1kAFgzosF1v9o6oeN+aX5JB/C/xPNtmgIJqcXHG7fA82Ou1zCpWGl4lROQUKwUNE1pMCyg==, + } + engines: { node: ">=8.0.0" } + "@opentelemetry/api@1.9.0": resolution: { @@ -2998,6 +3258,96 @@ packages: } engines: { node: ">=8.0.0" } + "@opentelemetry/core@2.2.0": + resolution: + { + integrity: sha512-FuabnnUm8LflnieVxs6eP7Z383hgQU4W1e3KJS6aOG3RxWxcHyBxH8fDMHNgu/gFx/M2jvTOW/4/PHhLz6bjWw==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ">=1.0.0 <1.10.0" + + "@opentelemetry/core@2.5.0": + resolution: + { + integrity: sha512-ka4H8OM6+DlUhSAZpONu0cPBtPPTQKxbxVzC4CzVx5+K4JnroJVBtDzLAMx4/3CDTJXRvVFhpFjtl4SaiTNoyQ==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ">=1.0.0 <1.10.0" + + "@opentelemetry/exporter-logs-otlp-http@0.208.0": + resolution: + { + integrity: sha512-jOv40Bs9jy9bZVLo/i8FwUiuCvbjWDI+ZW13wimJm4LjnlwJxGgB+N/VWOZUTpM+ah/awXeQqKdNlpLf2EjvYg==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ^1.3.0 + + "@opentelemetry/otlp-exporter-base@0.208.0": + resolution: + { + integrity: sha512-gMd39gIfVb2OgxldxUtOwGJYSH8P1kVFFlJLuut32L6KgUC4gl1dMhn+YC2mGn0bDOiQYSk/uHOdSjuKp58vvA==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ^1.3.0 + + "@opentelemetry/otlp-transformer@0.208.0": + resolution: + { + integrity: sha512-DCFPY8C6lAQHUNkzcNT9R+qYExvsk6C5Bto2pbNxgicpcSWbe2WHShLxkOxIdNcBiYPdVHv/e7vH7K6TI+C+fQ==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ^1.3.0 + + "@opentelemetry/resources@2.2.0": + resolution: + { + integrity: sha512-1pNQf/JazQTMA0BiO5NINUzH0cbLbbl7mntLa4aJNmCCXSj0q03T5ZXXL0zw4G55TjdL9Tz32cznGClf+8zr5A==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ">=1.3.0 <1.10.0" + + "@opentelemetry/resources@2.5.0": + resolution: + { + integrity: sha512-F8W52ApePshpoSrfsSk1H2yJn9aKjCrbpQF1M9Qii0GHzbfVeFUB+rc3X4aggyZD8x9Gu3Slua+s6krmq6Dt8g==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ">=1.3.0 <1.10.0" + + "@opentelemetry/sdk-logs@0.208.0": + resolution: + { + integrity: sha512-QlAyL1jRpOeaqx7/leG1vJMp84g0xKP6gJmfELBpnI4O/9xPX+Hu5m1POk9Kl+veNkyth5t19hRlN6tNY1sjbA==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ">=1.4.0 <1.10.0" + + "@opentelemetry/sdk-metrics@2.2.0": + resolution: + { + integrity: sha512-G5KYP6+VJMZzpGipQw7Giif48h6SGQ2PFKEYCybeXJsOCB4fp8azqMAAzE5lnnHK3ZVwYQrgmFbsUJO/zOnwGw==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ">=1.9.0 <1.10.0" + + "@opentelemetry/sdk-trace-base@2.2.0": + resolution: + { + integrity: sha512-xWQgL0Bmctsalg6PaXExmzdedSp3gyKV8mQBwK/j9VGdCDu2fmXIb2gAehBKbkXCpJ4HPkgv3QfoJWRT4dHWbw==, + } + engines: { node: ^18.19.0 || >=20.6.0 } + peerDependencies: + "@opentelemetry/api": ">=1.3.0 <1.10.0" + "@opentelemetry/semantic-conventions@1.30.0": resolution: { @@ -3005,170 +3355,177 @@ packages: } engines: { node: ">=14" } - "@oxc-resolver/binding-android-arm-eabi@11.14.2": + "@opentelemetry/semantic-conventions@1.39.0": + resolution: + { + integrity: sha512-R5R9tb2AXs2IRLNKLBJDynhkfmx7mX0vi8NkhZb3gUkPWHn6HXk5J8iQ/dql0U3ApfWym4kXXmBDRGO+oeOfjg==, + } + engines: { node: ">=14" } + + "@oxc-resolver/binding-android-arm-eabi@11.17.0": resolution: { - integrity: sha512-bTrdE4Z1JcGwPxBOaGbxRbpOHL8/xPVJTTq3/bAZO2euWX0X7uZ+XxsbC+5jUDMhLenqdFokgE1akHEU4xsh6A==, + integrity: sha512-kVnY21v0GyZ/+LG6EIO48wK3mE79BUuakHUYLIqobO/Qqq4mJsjuYXMSn3JtLcKZpN1HDVit4UHpGJHef1lrlw==, } cpu: [arm] os: [android] - "@oxc-resolver/binding-android-arm64@11.14.2": + "@oxc-resolver/binding-android-arm64@11.17.0": resolution: { - integrity: sha512-bL7/f6YGKUvt/wzpX7ZrHCf1QerotbSG+IIb278AklXuwr6yQdfQHt7KQ8hAWqSYpB2TAbPbAa9HE4wzVyxL9Q==, + integrity: sha512-Pf8e3XcsK9a8RHInoAtEcrwf2vp7V9bSturyUUYxw9syW6E7cGi7z9+6ADXxm+8KAevVfLA7pfBg8NXTvz/HOw==, } cpu: [arm64] os: [android] - "@oxc-resolver/binding-darwin-arm64@11.14.2": + "@oxc-resolver/binding-darwin-arm64@11.17.0": resolution: { - integrity: sha512-0zhMhqHz/kC6/UzMC4D9mVBz3/M9UTorbaULfHjAW5b8SUC08H01lZ5fR3OzfDbJI0ByLfiQZmbovuR/pJ8Wzg==, + integrity: sha512-lVSgKt3biecofXVr8e1hnfX0IYMd4A6VCxmvOmHsFt5Zbmt0lkO4S2ap2bvQwYDYh5ghUNamC7M2L8K6vishhQ==, } cpu: [arm64] os: [darwin] - "@oxc-resolver/binding-darwin-x64@11.14.2": + "@oxc-resolver/binding-darwin-x64@11.17.0": resolution: { - integrity: sha512-kRJBTCQnrGy1mjO+658yMrlGYWEKi6j4JvKt92PRCoeDX0vW4jvzgoJXzZXNxZL1pCY6jIdwsn9u53v4jwpR6g==, + integrity: sha512-+/raxVJE1bo7R4fA9Yp0wm3slaCOofTEeUzM01YqEGcRDLHB92WRGjRhagMG2wGlvqFuSiTp81DwSbBVo/g6AQ==, } cpu: [x64] os: [darwin] - "@oxc-resolver/binding-freebsd-x64@11.14.2": + "@oxc-resolver/binding-freebsd-x64@11.17.0": resolution: { - integrity: sha512-lpKiya7qPq5EAV5E16SJbxfhNYRCBZATGngn9mZxR2fMLDVbHISDIP2Br8eWA8M1FBJFsOGgBzxDo+42ySSNZQ==, + integrity: sha512-x9Ks56n+n8h0TLhzA6sJXa2tGh3uvMGpBppg6PWf8oF0s5S/3p/J6k1vJJ9lIUtTmenfCQEGKnFokpRP4fLTLg==, } cpu: [x64] os: [freebsd] - "@oxc-resolver/binding-linux-arm-gnueabihf@11.14.2": + "@oxc-resolver/binding-linux-arm-gnueabihf@11.17.0": resolution: { - integrity: sha512-zRIf49IGs4cE9rwpVM3NxlHWquZpwQLebtc9dY9S+4+B+PSLIP95BrzdRfkspwzWC5DKZsOWpvGQjxQiLoUwGA==, + integrity: sha512-Wf3w07Ow9kXVJrS0zmsaFHKOGhXKXE8j1tNyy+qIYDsQWQ4UQZVx5SjlDTcqBnFerlp3Z3Is0RjmVzgoLG3qkA==, } cpu: [arm] os: [linux] - "@oxc-resolver/binding-linux-arm-musleabihf@11.14.2": + "@oxc-resolver/binding-linux-arm-musleabihf@11.17.0": resolution: { - integrity: sha512-sF1fBrcfwoRkv1pR3Kp6D5MuBeHRPxYuzk9rhaun/50vq5nAMOaomkEm4hBbTSubfU86CoBIEbLUQ+1f7NvUVA==, + integrity: sha512-N0OKA1al1gQ5Gm7Fui1RWlXaHRNZlwMoBLn3TVtSXX+WbnlZoVyDqqOqFL8+pVEHhhxEA2LR8kmM0JO6FAk6dg==, } cpu: [arm] os: [linux] - "@oxc-resolver/binding-linux-arm64-gnu@11.14.2": + "@oxc-resolver/binding-linux-arm64-gnu@11.17.0": resolution: { - integrity: sha512-O8iTBqz6oxf1k93Rn6WMGGQYo2jV1K81hq4N/Nke3dHE25EIEg2RKQqMz1dFrvVb2RkvD7QaUTEevbx0Lq+4wQ==, + integrity: sha512-wdcQ7Niad9JpjZIGEeqKJnTvczVunqlZ/C06QzR5zOQNeLVRScQ9S5IesKWUAPsJQDizV+teQX53nTK+Z5Iy+g==, } cpu: [arm64] os: [linux] libc: [glibc] - "@oxc-resolver/binding-linux-arm64-musl@11.14.2": + "@oxc-resolver/binding-linux-arm64-musl@11.17.0": resolution: { - integrity: sha512-HOfzpS6eUxvdch9UlXCMx2kNJWMNBjUpVJhseqAKDB1dlrfCHgexeLyBX977GLXkq2BtNXKsY3KCryy1QhRSRw==, + integrity: sha512-65B2/t39HQN5AEhkLsC+9yBD1iRUkKOIhfmJEJ7g6wQ9kylra7JRmNmALFjbsj0VJsoSQkpM8K07kUZuNJ9Kxw==, } cpu: [arm64] os: [linux] libc: [musl] - "@oxc-resolver/binding-linux-ppc64-gnu@11.14.2": + "@oxc-resolver/binding-linux-ppc64-gnu@11.17.0": resolution: { - integrity: sha512-0uLG6F2zljUseQAUmlpx/9IdKpiLsSirpmrr8/aGVfiEurIJzC/1lo2HQskkM7e0VVOkXg37AjHUDLE23Fi8SA==, + integrity: sha512-kExgm3TLK21dNMmcH+xiYGbc6BUWvT03PUZ2aYn8mUzGPeeORklBhg3iYcaBI3ZQHB25412X1Z6LLYNjt4aIaA==, } cpu: [ppc64] os: [linux] libc: [glibc] - "@oxc-resolver/binding-linux-riscv64-gnu@11.14.2": + "@oxc-resolver/binding-linux-riscv64-gnu@11.17.0": resolution: { - integrity: sha512-Pdh0BH/E0YIK7Qg95IsAfQyU9rAoDoFh50R19zCTNfjSnwsoDMGHjmUc82udSfPo2YMnuxA+/+aglxmLQVSu2Q==, + integrity: sha512-1utUJC714/ydykZQE8c7QhpEyM4SaslMfRXxN9G61KYazr6ndt85LaubK3EZCSD50vVEfF4PVwFysCSO7LN9uA==, } cpu: [riscv64] os: [linux] libc: [glibc] - "@oxc-resolver/binding-linux-riscv64-musl@11.14.2": + "@oxc-resolver/binding-linux-riscv64-musl@11.17.0": resolution: { - integrity: sha512-3DLQhJ2r53rCH5cudYFqD7nh+Z6ABvld3GjbiqHhT43GMIPw3JcHekC2QunLRNjRr1G544fo1HtjTJz9rCBpyg==, + integrity: sha512-mayiYOl3LMmtO2CLn4I5lhanfxEo0LAqlT/EQyFbu1ZN3RS+Xa7Q3JEM0wBpVIyfO/pqFrjvC5LXw/mHNDEL7A==, } cpu: [riscv64] os: [linux] libc: [musl] - "@oxc-resolver/binding-linux-s390x-gnu@11.14.2": + "@oxc-resolver/binding-linux-s390x-gnu@11.17.0": resolution: { - integrity: sha512-G5BnAOQ5f+RUG1cvlJ4BvV+P7iKLYBv67snqgcfwD5b2N4UwJj32bt4H5JfolocWy4x3qUjEDWTIjHdE+2uZ9w==, + integrity: sha512-Ow/yI+CrUHxIIhn/Y1sP/xoRKbCC3x9O1giKr3G/pjMe+TCJ5ZmfqVWU61JWwh1naC8X5Xa7uyLnbzyYqPsHfg==, } cpu: [s390x] os: [linux] libc: [glibc] - "@oxc-resolver/binding-linux-x64-gnu@11.14.2": + "@oxc-resolver/binding-linux-x64-gnu@11.17.0": resolution: { - integrity: sha512-VirQAX2PqKrhWtQGsSDEKlPhbgh3ggjT1sWuxLk4iLFwtyA2tLEPXJNAsG0kfAS2+VSA8OyNq16wRpQlMPZ4yA==, + integrity: sha512-Z4J7XlPMQOLPANyu6y3B3V417Md4LKH5bV6bhqgaG99qLHmU5LV2k9ErV14fSqoRc/GU/qOpqMdotxiJqN/YWg==, } cpu: [x64] os: [linux] libc: [glibc] - "@oxc-resolver/binding-linux-x64-musl@11.14.2": + "@oxc-resolver/binding-linux-x64-musl@11.17.0": resolution: { - integrity: sha512-q4ORcwMkpzu4EhZyka/s2TuH2QklEHAr/mIQBXzu5BACeBJZIFkICp8qrq4XVnkEZ+XhSFTvBECqfMTT/4LSkA==, + integrity: sha512-0effK+8lhzXsgsh0Ny2ngdnTPF30v6QQzVFApJ1Ctk315YgpGkghkelvrLYYgtgeFJFrzwmOJ2nDvCrUFKsS2Q==, } cpu: [x64] os: [linux] libc: [musl] - "@oxc-resolver/binding-openharmony-arm64@11.14.2": + "@oxc-resolver/binding-openharmony-arm64@11.17.0": resolution: { - integrity: sha512-ZsMIpDCxSFpUM/TwOovX5vZUkV0IukPFnrKTGaeJRuTKXMcJxMiQGCYTwd6y684Y3j55QZqIMkVM9NdCGUX6Kw==, + integrity: sha512-kFB48dRUW6RovAICZaxHKdtZe+e94fSTNA2OedXokzMctoU54NPZcv0vUX5PMqyikLIKJBIlW7laQidnAzNrDA==, } cpu: [arm64] os: [openharmony] - "@oxc-resolver/binding-wasm32-wasi@11.14.2": + "@oxc-resolver/binding-wasm32-wasi@11.17.0": resolution: { - integrity: sha512-Lvq5ZZNvSjT3Jq/buPFMtp55eNyGlEWsq30tN+yLOfODSo6T6yAJNs6+wXtqu9PiMj4xpVtgXypHtbQ1f+t7kw==, + integrity: sha512-a3elKSBLPT0OoRPxTkCIIc+4xnOELolEBkPyvdj01a6PSdSmyJ1NExWjWLaXnT6wBMblvKde5RmSwEi3j+jZpg==, } engines: { node: ">=14.0.0" } cpu: [wasm32] - "@oxc-resolver/binding-win32-arm64-msvc@11.14.2": + "@oxc-resolver/binding-win32-arm64-msvc@11.17.0": resolution: { - integrity: sha512-7w7WHSLSSmkkYHH52QF7TrO0Z8eaIjRUrre5M56hSWRAZupCRzADZxBVMpDnHobZ8MAa2kvvDEfDbERuOK/avQ==, + integrity: sha512-4eszUsSDb9YVx0RtYkPWkxxtSZIOgfeiX//nG5cwRRArg178w4RCqEF1kbKPud9HPrp1rXh7gE4x911OhvTnPg==, } cpu: [arm64] os: [win32] - "@oxc-resolver/binding-win32-ia32-msvc@11.14.2": + "@oxc-resolver/binding-win32-ia32-msvc@11.17.0": resolution: { - integrity: sha512-hIrdlWa6tzqyfuWrxUetURBWHttBS+NMbBrGhCupc54NCXFy2ArB+0JOOaLYiI2ShKL5a3uqB7EWxmjzOuDdPQ==, + integrity: sha512-t946xTXMmR7yGH0KAe9rB055/X4EPIu93JUvjchl2cizR5QbuwkUV7vLS2BS6x6sfvDoQb6rWYnV1HCci6tBSg==, } cpu: [ia32] os: [win32] - "@oxc-resolver/binding-win32-x64-msvc@11.14.2": + "@oxc-resolver/binding-win32-x64-msvc@11.17.0": resolution: { - integrity: sha512-dP9aV6AZRRpg5mlg0eMuTROtttpQwj3AiegNJ/NNmMSjs+0+aLNcgkWRPhskK3vjTsthH4/+kKLpnQhSxdJkNg==, + integrity: sha512-pX6s2kMXLQg+hlqKk5UqOW09iLLxnTkvn8ohpYp2Mhsm2yzDPCx9dyOHiB/CQixLzTkLQgWWJykN4Z3UfRKW4Q==, } cpu: [x64] os: [win32] @@ -3225,10 +3582,76 @@ packages: integrity: sha512-nhVJoI3nRgRimE0V2DVSvsXXNROUH6iyJbroDu4IdsOIOFC1Ds0w+ANMB4NMwFaqE+AisWOmXFzwAGdAfyiQVg==, } - "@posthog/core@1.7.0": + "@posthog/core@1.19.0": + resolution: + { + integrity: sha512-OMcdu5cJcvkle2hw0rpe+1mTOFRlerTHTtZKZFvB8z0hgzbN1WeaGZfGFY5wOq42LVTSxwdUgK1MYERyzG1Epw==, + } + + "@posthog/types@1.339.1": resolution: { - integrity: sha512-d6ZV4grpzeH/6/LP8quMVpSjY1puRkrqfwcPvGRKUAX7tb7YHyp/zMiTDuJmOFbpUxAMBXH5nDwcPiyCY2WGzA==, + integrity: sha512-ZaTIepn8rzKtv/AwdBt24N3ASn9H+98rV9l/yGAPS/Tnwsno8igKcHq1Qoki9io8se58QtLARMcuMa72nzfh3A==, + } + + "@protobufjs/aspromise@1.1.2": + resolution: + { + integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==, + } + + "@protobufjs/base64@1.1.2": + resolution: + { + integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==, + } + + "@protobufjs/codegen@2.0.4": + resolution: + { + integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==, + } + + "@protobufjs/eventemitter@1.1.0": + resolution: + { + integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==, + } + + "@protobufjs/fetch@1.1.0": + resolution: + { + integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==, + } + + "@protobufjs/float@1.0.2": + resolution: + { + integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==, + } + + "@protobufjs/inquire@1.1.0": + resolution: + { + integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==, + } + + "@protobufjs/path@1.1.2": + resolution: + { + integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==, + } + + "@protobufjs/pool@1.1.0": + resolution: + { + integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==, + } + + "@protobufjs/utf8@1.1.0": + resolution: + { + integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==, } "@radix-ui/primitive@1.1.3": @@ -4004,189 +4427,215 @@ packages: rollup: optional: true - "@rollup/rollup-android-arm-eabi@4.53.3": + "@rollup/rollup-android-arm-eabi@4.57.1": resolution: { - integrity: sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==, + integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==, } cpu: [arm] os: [android] - "@rollup/rollup-android-arm64@4.53.3": + "@rollup/rollup-android-arm64@4.57.1": resolution: { - integrity: sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==, + integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==, } cpu: [arm64] os: [android] - "@rollup/rollup-darwin-arm64@4.53.3": + "@rollup/rollup-darwin-arm64@4.57.1": resolution: { - integrity: sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==, + integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==, } cpu: [arm64] os: [darwin] - "@rollup/rollup-darwin-x64@4.53.3": + "@rollup/rollup-darwin-x64@4.57.1": resolution: { - integrity: sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==, + integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==, } cpu: [x64] os: [darwin] - "@rollup/rollup-freebsd-arm64@4.53.3": + "@rollup/rollup-freebsd-arm64@4.57.1": resolution: { - integrity: sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==, + integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==, } cpu: [arm64] os: [freebsd] - "@rollup/rollup-freebsd-x64@4.53.3": + "@rollup/rollup-freebsd-x64@4.57.1": resolution: { - integrity: sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==, + integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==, } cpu: [x64] os: [freebsd] - "@rollup/rollup-linux-arm-gnueabihf@4.53.3": + "@rollup/rollup-linux-arm-gnueabihf@4.57.1": resolution: { - integrity: sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==, + integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==, } cpu: [arm] os: [linux] libc: [glibc] - "@rollup/rollup-linux-arm-musleabihf@4.53.3": + "@rollup/rollup-linux-arm-musleabihf@4.57.1": resolution: { - integrity: sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==, + integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==, } cpu: [arm] os: [linux] libc: [musl] - "@rollup/rollup-linux-arm64-gnu@4.53.3": + "@rollup/rollup-linux-arm64-gnu@4.57.1": resolution: { - integrity: sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==, + integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==, } cpu: [arm64] os: [linux] libc: [glibc] - "@rollup/rollup-linux-arm64-musl@4.53.3": + "@rollup/rollup-linux-arm64-musl@4.57.1": resolution: { - integrity: sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==, + integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==, } cpu: [arm64] os: [linux] libc: [musl] - "@rollup/rollup-linux-loong64-gnu@4.53.3": + "@rollup/rollup-linux-loong64-gnu@4.57.1": resolution: { - integrity: sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==, + integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==, } cpu: [loong64] os: [linux] libc: [glibc] - "@rollup/rollup-linux-ppc64-gnu@4.53.3": + "@rollup/rollup-linux-loong64-musl@4.57.1": + resolution: + { + integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==, + } + cpu: [loong64] + os: [linux] + libc: [musl] + + "@rollup/rollup-linux-ppc64-gnu@4.57.1": resolution: { - integrity: sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==, + integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==, } cpu: [ppc64] os: [linux] libc: [glibc] - "@rollup/rollup-linux-riscv64-gnu@4.53.3": + "@rollup/rollup-linux-ppc64-musl@4.57.1": resolution: { - integrity: sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==, + integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==, + } + cpu: [ppc64] + os: [linux] + libc: [musl] + + "@rollup/rollup-linux-riscv64-gnu@4.57.1": + resolution: + { + integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==, } cpu: [riscv64] os: [linux] libc: [glibc] - "@rollup/rollup-linux-riscv64-musl@4.53.3": + "@rollup/rollup-linux-riscv64-musl@4.57.1": resolution: { - integrity: sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==, + integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==, } cpu: [riscv64] os: [linux] libc: [musl] - "@rollup/rollup-linux-s390x-gnu@4.53.3": + "@rollup/rollup-linux-s390x-gnu@4.57.1": resolution: { - integrity: sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==, + integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==, } cpu: [s390x] os: [linux] libc: [glibc] - "@rollup/rollup-linux-x64-gnu@4.53.3": + "@rollup/rollup-linux-x64-gnu@4.57.1": resolution: { - integrity: sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==, + integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==, } cpu: [x64] os: [linux] libc: [glibc] - "@rollup/rollup-linux-x64-musl@4.53.3": + "@rollup/rollup-linux-x64-musl@4.57.1": resolution: { - integrity: sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==, + integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==, } cpu: [x64] os: [linux] libc: [musl] - "@rollup/rollup-openharmony-arm64@4.53.3": + "@rollup/rollup-openbsd-x64@4.57.1": + resolution: + { + integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==, + } + cpu: [x64] + os: [openbsd] + + "@rollup/rollup-openharmony-arm64@4.57.1": resolution: { - integrity: sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==, + integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==, } cpu: [arm64] os: [openharmony] - "@rollup/rollup-win32-arm64-msvc@4.53.3": + "@rollup/rollup-win32-arm64-msvc@4.57.1": resolution: { - integrity: sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==, + integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==, } cpu: [arm64] os: [win32] - "@rollup/rollup-win32-ia32-msvc@4.53.3": + "@rollup/rollup-win32-ia32-msvc@4.57.1": resolution: { - integrity: sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==, + integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==, } cpu: [ia32] os: [win32] - "@rollup/rollup-win32-x64-gnu@4.53.3": + "@rollup/rollup-win32-x64-gnu@4.57.1": resolution: { - integrity: sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==, + integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==, } cpu: [x64] os: [win32] - "@rollup/rollup-win32-x64-msvc@4.53.3": + "@rollup/rollup-win32-x64-msvc@4.57.1": resolution: { - integrity: sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==, + integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==, } cpu: [x64] os: [win32] @@ -4333,10 +4782,10 @@ packages: engines: { node: ">=10" } os: [darwin] - "@sentry/cli-darwin@2.58.2": + "@sentry/cli-darwin@2.58.4": resolution: { - integrity: sha512-MArsb3zLhA2/cbd4rTm09SmTpnEuZCoZOpuZYkrpDw1qzBVJmRFA1W1hGAQ9puzBIk/ubY3EUhhzuU3zN2uD6w==, + integrity: sha512-kbTD+P4X8O+nsNwPxCywtj3q22ecyRHWff98rdcmtRrvwz8CKi/T4Jxn/fnn2i4VEchy08OWBuZAqaA5Kh2hRQ==, } engines: { node: ">=10" } os: [darwin] @@ -4350,10 +4799,10 @@ packages: cpu: [arm64] os: [linux, freebsd] - "@sentry/cli-linux-arm64@2.58.2": + "@sentry/cli-linux-arm64@2.58.4": resolution: { - integrity: sha512-ay3OeObnbbPrt45cjeUyQjsx5ain1laj1tRszWj37NkKu55NZSp4QCg1gGBZ0gBGhckI9nInEsmKtix00alw2g==, + integrity: sha512-0g0KwsOozkLtzN8/0+oMZoOuQ0o7W6O+hx+ydVU1bktaMGKEJLMAWxOQNjsh1TcBbNIXVOKM/I8l0ROhaAb8Ig==, } engines: { node: ">=10" } cpu: [arm64] @@ -4368,10 +4817,10 @@ packages: cpu: [arm] os: [linux, freebsd] - "@sentry/cli-linux-arm@2.58.2": + "@sentry/cli-linux-arm@2.58.4": resolution: { - integrity: sha512-HU9lTCzcHqCz/7Mt5n+cv+nFuJdc1hGD2h35Uo92GgxX3/IujNvOUfF+nMX9j6BXH6hUt73R5c0Ycq9+a3Parg==, + integrity: sha512-rdQ8beTwnN48hv7iV7e7ZKucPec5NJkRdrrycMJMZlzGBPi56LqnclgsHySJ6Kfq506A2MNuQnKGaf/sBC9REA==, } engines: { node: ">=10" } cpu: [arm] @@ -4386,10 +4835,10 @@ packages: cpu: [x86, ia32] os: [linux, freebsd] - "@sentry/cli-linux-i686@2.58.2": + "@sentry/cli-linux-i686@2.58.4": resolution: { - integrity: sha512-CN9p0nfDFsAT1tTGBbzOUGkIllwS3hygOUyTK7LIm9z+UHw5uNgNVqdM/3Vg+02ymjkjISNB3/+mqEM5osGXdA==, + integrity: sha512-NseoIQAFtkziHyjZNPTu1Gm1opeQHt7Wm1LbLrGWVIRvUOzlslO9/8i6wETUZ6TjlQxBVRgd3Q0lRBG2A8rFYA==, } engines: { node: ">=10" } cpu: [x86, ia32] @@ -4404,19 +4853,19 @@ packages: cpu: [x64] os: [linux, freebsd] - "@sentry/cli-linux-x64@2.58.2": + "@sentry/cli-linux-x64@2.58.4": resolution: { - integrity: sha512-oX/LLfvWaJO50oBVOn4ZvG2SDWPq0MN8SV9eg5tt2nviq+Ryltfr7Rtoo+HfV+eyOlx1/ZXhq9Wm7OT3cQuz+A==, + integrity: sha512-d3Arz+OO/wJYTqCYlSN3Ktm+W8rynQ/IMtSZLK8nu0ryh5mJOh+9XlXY6oDXw4YlsM8qCRrNquR8iEI1Y/IH+Q==, } engines: { node: ">=10" } cpu: [x64] os: [linux, freebsd, android] - "@sentry/cli-win32-arm64@2.58.2": + "@sentry/cli-win32-arm64@2.58.4": resolution: { - integrity: sha512-+cl3x2HPVMpoSVGVM1IDWlAEREZrrVQj4xBb0TRKII7g3hUxRsAIcsrr7+tSkie++0FuH4go/b5fGAv51OEF3w==, + integrity: sha512-bqYrF43+jXdDBh0f8HIJU3tbvlOFtGyRjHB8AoRuMQv9TEDUfENZyCelhdjA+KwDKYl48R1Yasb4EHNzsoO83w==, } engines: { node: ">=10" } cpu: [arm64] @@ -4431,10 +4880,10 @@ packages: cpu: [x86, ia32] os: [win32] - "@sentry/cli-win32-i686@2.58.2": + "@sentry/cli-win32-i686@2.58.4": resolution: { - integrity: sha512-omFVr0FhzJ8oTJSg1Kf+gjLgzpYklY0XPfLxZ5iiMiYUKwF5uo1RJRdkUOiEAv0IqpUKnmKcmVCLaDxsWclB7Q==, + integrity: sha512-3triFD6jyvhVcXOmGyttf+deKZcC1tURdhnmDUIBkiDPJKGT/N5xa4qAtHJlAB/h8L9jgYih9bvJnvvFVM7yug==, } engines: { node: ">=10" } cpu: [x86, ia32] @@ -4449,10 +4898,10 @@ packages: cpu: [x64] os: [win32] - "@sentry/cli-win32-x64@2.58.2": + "@sentry/cli-win32-x64@2.58.4": resolution: { - integrity: sha512-2NAFs9UxVbRztQbgJSP5i8TB9eJQ7xraciwj/93djrSMHSEbJ0vC47TME0iifgvhlHMs5vqETOKJtfbbpQAQFA==, + integrity: sha512-cSzN4PjM1RsCZ4pxMjI0VI7yNCkxiJ5jmWncyiwHXGiXrV1eXYdQ3n1LhUYLZ91CafyprR0OhDcE+RVZ26Qb5w==, } engines: { node: ">=10" } cpu: [x64] @@ -4466,10 +4915,10 @@ packages: engines: { node: ">= 10" } hasBin: true - "@sentry/cli@2.58.2": + "@sentry/cli@2.58.4": resolution: { - integrity: sha512-U4u62V4vaTWF+o40Mih8aOpQKqKUbZQt9A3LorIJwaE3tO3XFLRI70eWtW2se1Qmy0RZ74zB14nYcFNFl2t4Rw==, + integrity: sha512-ArDrpuS8JtDYEvwGleVE+FgR+qHaOp77IgdGSacz6SZy6Lv90uX0Nu4UrHCQJz8/xwIcNxSqnN22lq0dH4IqTg==, } engines: { node: ">= 10" } hasBin: true @@ -4497,10 +4946,10 @@ packages: } engines: { node: ">= 14" } - "@sinclair/typebox@0.34.41": + "@sinclair/typebox@0.34.48": resolution: { - integrity: sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==, + integrity: sha512-kKJTNuK3AQOrgjjotVxMrCn1sUJwM76wMszfq1kdU4uYVJjvEWuFQ6HgvLt4Xz3fSmZlTOxJ/Ie13KnIcWQXFA==, } "@sindresorhus/fnv1a@2.0.1": @@ -4522,22 +4971,35 @@ packages: integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==, } - "@storybook/builder-vite@9.0.18": + "@storybook/builder-vite@10.2.4": resolution: { - integrity: sha512-lfbrozA6UPVizDrgbPEe04WMtxIraESwUkmwW3+Lxh8rKEUj5cXngcrJUW+meQNNaggdZZWEqeEtweuaLIR+Hg==, + integrity: sha512-/hcT1xj3CL5GkJ5v5/EguZdttDwNE6weNXK7vKzp034tnGcLycOossDsTiUQkBowSL+Ylc8aKj+ZgvddPNfOig==, } peerDependencies: - storybook: ^9.0.18 + storybook: ^10.2.4 vite: ">=6.4.1" - "@storybook/csf-plugin@9.0.18": + "@storybook/csf-plugin@10.2.4": resolution: { - integrity: sha512-MQ3WwXnMua5sX0uYyuO7dC5WOWuJCLqf8CsOn3zQ2ptNoH6hD7DFx5ZOa1uD6VxIuJ3LkA+YqfSRBncomJoRnA==, + integrity: sha512-kupPQEV+4N9mzsZHYaokvhO/KHBjYdWda9PNmPQwy0TR7r2mzthgaNH72TjmgN1L6DIbsuyOG1wtczcPJn4+Jg==, } peerDependencies: - storybook: ^9.0.18 + esbuild: "*" + rollup: "*" + storybook: ^10.2.4 + vite: ">=6.4.1" + webpack: "*" + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true "@storybook/global@5.0.0": resolution: @@ -4545,141 +5007,148 @@ packages: integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==, } - "@storybook/react-dom-shim@9.0.18": + "@storybook/icons@2.0.1": resolution: { - integrity: sha512-qGR/d9x9qWRRxITaBVQkMnb73kwOm+N8fkbZRxc7U4lxupXRvkMIDh247nn71SYVBnvbh6//AL7P6ghiPWZYjA==, + integrity: sha512-/smVjw88yK3CKsiuR71vNgWQ9+NuY2L+e8X7IMrFjexjm6ZR8ULrV2DRkTA61aV6ryefslzHEGDInGpnNeIocg==, } peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^9.0.18 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - "@storybook/react-vite@9.0.18": + "@storybook/react-dom-shim@10.2.4": resolution: { - integrity: sha512-dHzUoeY0/S35TvSYxCkPuBlNQZx4Zj9QDhAZ0qdv+nSll++uPgqSe2y2vF+2p+XVYhjDn+YX5LORv00YtuQezg==, + integrity: sha512-i22OtrZ7GeZPt/odLf0vqyDhRSKyaLsHkkKSBcANQfzRRnBZmiz2FchOtWm9uvoDWybQsTruZq7kTdtpEhwyGw==, } - engines: { node: ">=20.0.0" } peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^9.0.18 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + storybook: ^10.2.4 + + "@storybook/react-vite@10.2.4": + resolution: + { + integrity: sha512-ztPAyfpF/uTyz1j9E7i0tnaHb7QsqdCwb4Obmj+SMw0mthahtYiUt+DAhRofB3/74x6/0cQoMKkbXFr8Urv1xA==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + storybook: ^10.2.4 vite: ">=6.4.1" - "@storybook/react@9.0.18": + "@storybook/react@10.2.4": resolution: { - integrity: sha512-CCH6Vj/O6I07PrhCHxc1pvCWYMfZhRzK7CVHAtrBP9xxnYA7OoXhM2wymuDogml5HW1BKtyVMeQ3oWZXFNgDXQ==, + integrity: sha512-PiBQIF1WZ09yNiQUSqxqZ0wyrSdQRK/eQcoA9f8JJ1BpW7qTy4pnoqKc0s32SI4I3IcaTBm9JwCyMFR0MrIosA==, } - engines: { node: ">=20.0.0" } peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta - storybook: ^9.0.18 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + storybook: ^10.2.4 typescript: ">= 4.9.x" peerDependenciesMeta: typescript: optional: true - "@swc/core-darwin-arm64@1.15.3": + "@swc/core-darwin-arm64@1.15.11": resolution: { - integrity: sha512-AXfeQn0CvcQ4cndlIshETx6jrAM45oeUrK8YeEY6oUZU/qzz0Id0CyvlEywxkWVC81Ajpd8TQQ1fW5yx6zQWkQ==, + integrity: sha512-QoIupRWVH8AF1TgxYyeA5nS18dtqMuxNwchjBIwJo3RdwLEFiJq6onOx9JAxHtuPwUkIVuU2Xbp+jCJ7Vzmgtg==, } engines: { node: ">=10" } cpu: [arm64] os: [darwin] - "@swc/core-darwin-x64@1.15.3": + "@swc/core-darwin-x64@1.15.11": resolution: { - integrity: sha512-p68OeCz1ui+MZYG4wmfJGvcsAcFYb6Sl25H9TxWl+GkBgmNimIiRdnypK9nBGlqMZAcxngNPtnG3kEMNnvoJ2A==, + integrity: sha512-S52Gu1QtPSfBYDiejlcfp9GlN+NjTZBRRNsz8PNwBgSE626/FUf2PcllVUix7jqkoMC+t0rS8t+2/aSWlMuQtA==, } engines: { node: ">=10" } cpu: [x64] os: [darwin] - "@swc/core-linux-arm-gnueabihf@1.15.3": + "@swc/core-linux-arm-gnueabihf@1.15.11": resolution: { - integrity: sha512-Nuj5iF4JteFgwrai97mUX+xUOl+rQRHqTvnvHMATL/l9xE6/TJfPBpd3hk/PVpClMXG3Uvk1MxUFOEzM1JrMYg==, + integrity: sha512-lXJs8oXo6Z4yCpimpQ8vPeCjkgoHu5NoMvmJZ8qxDyU99KVdg6KwU9H79vzrmB+HfH+dCZ7JGMqMF//f8Cfvdg==, } engines: { node: ">=10" } cpu: [arm] os: [linux] - "@swc/core-linux-arm64-gnu@1.15.3": + "@swc/core-linux-arm64-gnu@1.15.11": resolution: { - integrity: sha512-2Nc/s8jE6mW2EjXWxO/lyQuLKShcmTrym2LRf5Ayp3ICEMX6HwFqB1EzDhwoMa2DcUgmnZIalesq2lG3krrUNw==, + integrity: sha512-chRsz1K52/vj8Mfq/QOugVphlKPWlMh10V99qfH41hbGvwAU6xSPd681upO4bKiOr9+mRIZZW+EfJqY42ZzRyA==, } engines: { node: ">=10" } cpu: [arm64] os: [linux] libc: [glibc] - "@swc/core-linux-arm64-musl@1.15.3": + "@swc/core-linux-arm64-musl@1.15.11": resolution: { - integrity: sha512-j4SJniZ/qaZ5g8op+p1G9K1z22s/EYGg1UXIb3+Cg4nsxEpF5uSIGEE4mHUfA70L0BR9wKT2QF/zv3vkhfpX4g==, + integrity: sha512-PYftgsTaGnfDK4m6/dty9ryK1FbLk+LosDJ/RJR2nkXGc8rd+WenXIlvHjWULiBVnS1RsjHHOXmTS4nDhe0v0w==, } engines: { node: ">=10" } cpu: [arm64] os: [linux] libc: [musl] - "@swc/core-linux-x64-gnu@1.15.3": + "@swc/core-linux-x64-gnu@1.15.11": resolution: { - integrity: sha512-aKttAZnz8YB1VJwPQZtyU8Uk0BfMP63iDMkvjhJzRZVgySmqt/apWSdnoIcZlUoGheBrcqbMC17GGUmur7OT5A==, + integrity: sha512-DKtnJKIHiZdARyTKiX7zdRjiDS1KihkQWatQiCHMv+zc2sfwb4Glrodx2VLOX4rsa92NLR0Sw8WLcPEMFY1szQ==, } engines: { node: ">=10" } cpu: [x64] os: [linux] libc: [glibc] - "@swc/core-linux-x64-musl@1.15.3": + "@swc/core-linux-x64-musl@1.15.11": resolution: { - integrity: sha512-oe8FctPu1gnUsdtGJRO2rvOUIkkIIaHqsO9xxN0bTR7dFTlPTGi2Fhk1tnvXeyAvCPxLIcwD8phzKg6wLv9yug==, + integrity: sha512-mUjjntHj4+8WBaiDe5UwRNHuEzLjIWBTSGTw0JT9+C9/Yyuh4KQqlcEQ3ro6GkHmBGXBFpGIj/o5VMyRWfVfWw==, } engines: { node: ">=10" } cpu: [x64] os: [linux] libc: [musl] - "@swc/core-win32-arm64-msvc@1.15.3": + "@swc/core-win32-arm64-msvc@1.15.11": resolution: { - integrity: sha512-L9AjzP2ZQ/Xh58e0lTRMLvEDrcJpR7GwZqAtIeNLcTK7JVE+QineSyHp0kLkO1rttCHyCy0U74kDTj0dRz6raA==, + integrity: sha512-ZkNNG5zL49YpaFzfl6fskNOSxtcZ5uOYmWBkY4wVAvgbSAQzLRVBp+xArGWh2oXlY/WgL99zQSGTv7RI5E6nzA==, } engines: { node: ">=10" } cpu: [arm64] os: [win32] - "@swc/core-win32-ia32-msvc@1.15.3": + "@swc/core-win32-ia32-msvc@1.15.11": resolution: { - integrity: sha512-B8UtogMzErUPDWUoKONSVBdsgKYd58rRyv2sHJWKOIMCHfZ22FVXICR4O/VwIYtlnZ7ahERcjayBHDlBZpR0aw==, + integrity: sha512-6XnzORkZCQzvTQ6cPrU7iaT9+i145oLwnin8JrfsLG41wl26+5cNQ2XV3zcbrnFEV6esjOceom9YO1w9mGJByw==, } engines: { node: ">=10" } cpu: [ia32] os: [win32] - "@swc/core-win32-x64-msvc@1.15.3": + "@swc/core-win32-x64-msvc@1.15.11": resolution: { - integrity: sha512-SpZKMR9QBTecHeqpzJdYEfgw30Oo8b/Xl6rjSzBt1g0ZsXyy60KLXrp6IagQyfTYqNYE/caDvwtF2FPn7pomog==, + integrity: sha512-IQ2n6af7XKLL6P1gIeZACskSxK8jWtoKpJWLZmdXTDj1MGzktUy4i+FvpdtxFmJWNavRWH1VmTr6kAubRDHeKw==, } engines: { node: ">=10" } cpu: [x64] os: [win32] - "@swc/core@1.15.3": + "@swc/core@1.15.11": resolution: { - integrity: sha512-Qd8eBPkUFL4eAONgGjycZXj1jFCBW8Fd+xF0PzdTlBCWQIV1xnUT7B93wUANtW3KGjl3TRcOyxwSx/u/jyKw/Q==, + integrity: sha512-iLmLTodbYxU39HhMPaMUooPwO/zqJWvsqkrXv1ZI38rMb048p6N7qtAtTp37sw9NzSrvH6oli8EdDygo09IZ/w==, } engines: { node: ">=10" } peerDependencies: @@ -4768,10 +5237,10 @@ packages: peerDependencies: "@testing-library/dom": ">=7.21.4" - "@theguild/federation-composition@0.21.0": + "@theguild/federation-composition@0.21.3": resolution: { - integrity: sha512-cdQ9rDEtBpT553DLLtcsSjtSDIadibIxAD3K5r0eUuDOfxx+es7Uk+aOucfqMlNOM3eybsgJN3T2SQmEsINwmw==, + integrity: sha512-+LlHTa4UbRpZBog3ggAxjYIFvdfH3UMvvBUptur19TMWkqU4+n3GmN+mDjejU+dyBXIG27c25RsiQP1HyvM99g==, } engines: { node: ">=18" } peerDependencies: @@ -5029,10 +5498,10 @@ packages: integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==, } - "@types/lodash@4.17.21": + "@types/lodash@4.17.23": resolution: { - integrity: sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==, + integrity: sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==, } "@types/ms@2.1.0": @@ -5053,16 +5522,16 @@ packages: integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==, } - "@types/node@20.19.25": + "@types/node@20.19.31": resolution: { - integrity: sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ==, + integrity: sha512-5jsi0wpncvTD33Sh1UCgacK37FFwDn+EG7wCmEvs62fCvBL+n8/76cAYDok21NF6+jaVWIqKwCZyX7Vbu8eB3A==, } - "@types/node@22.19.1": + "@types/node@22.19.8": resolution: { - integrity: sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==, + integrity: sha512-ebO/Yl+EAvVe8DnMfi+iaAyIqYdK0q/q0y0rw82INWEKJOBe6b/P3YWE8NW7oOlF/nXFNrHwhARrN/hdgDkraA==, } "@types/parse-json@4.0.2": @@ -5245,92 +5714,92 @@ packages: integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==, } - "@typescript-eslint/eslint-plugin@8.48.1": + "@typescript-eslint/eslint-plugin@8.54.0": resolution: { - integrity: sha512-X63hI1bxl5ohelzr0LY5coufyl0LJNthld+abwxpCoo6Gq+hSqhKwci7MUWkXo67mzgUK6YFByhmaHmUcuBJmA==, + integrity: sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: - "@typescript-eslint/parser": ^8.48.1 + "@typescript-eslint/parser": ^8.54.0 eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - "@typescript-eslint/parser@8.48.1": + "@typescript-eslint/parser@8.54.0": resolution: { - integrity: sha512-PC0PDZfJg8sP7cmKe6L3QIL8GZwU5aRvUFedqSIpw3B+QjRSUZeeITC2M5XKeMXEzL6wccN196iy3JLwKNvDVA==, + integrity: sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - "@typescript-eslint/project-service@8.48.1": + "@typescript-eslint/project-service@8.54.0": resolution: { - integrity: sha512-HQWSicah4s9z2/HifRPQ6b6R7G+SBx64JlFQpgSSHWPKdvCZX57XCbszg/bapbRsOEv42q5tayTYcEFpACcX1w==, + integrity: sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: typescript: ">=4.8.4 <6.0.0" - "@typescript-eslint/scope-manager@8.48.1": + "@typescript-eslint/scope-manager@8.54.0": resolution: { - integrity: sha512-rj4vWQsytQbLxC5Bf4XwZ0/CKd362DkWMUkviT7DCS057SK64D5lH74sSGzhI6PDD2HCEq02xAP9cX68dYyg1w==, + integrity: sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@typescript-eslint/tsconfig-utils@8.48.1": + "@typescript-eslint/tsconfig-utils@8.54.0": resolution: { - integrity: sha512-k0Jhs4CpEffIBm6wPaCXBAD7jxBtrHjrSgtfCjUvPp9AZ78lXKdTR8fxyZO5y4vWNlOvYXRtngSZNSn+H53Jkw==, + integrity: sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: typescript: ">=4.8.4 <6.0.0" - "@typescript-eslint/type-utils@8.48.1": + "@typescript-eslint/type-utils@8.54.0": resolution: { - integrity: sha512-1jEop81a3LrJQLTf/1VfPQdhIY4PlGDBc/i67EVWObrtvcziysbLN3oReexHOM6N3jyXgCrkBsZpqwH0hiDOQg==, + integrity: sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - "@typescript-eslint/types@8.48.1": + "@typescript-eslint/types@8.54.0": resolution: { - integrity: sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==, + integrity: sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - "@typescript-eslint/typescript-estree@8.48.1": + "@typescript-eslint/typescript-estree@8.54.0": resolution: { - integrity: sha512-/9wQ4PqaefTK6POVTjJaYS0bynCgzh6ClJHGSBj06XEHjkfylzB+A3qvyaXnErEZSaxhIo4YdyBgq6j4RysxDg==, + integrity: sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: typescript: ">=4.8.4 <6.0.0" - "@typescript-eslint/utils@8.48.1": + "@typescript-eslint/utils@8.54.0": resolution: { - integrity: sha512-fAnhLrDjiVfey5wwFRwrweyRlCmdz5ZxXz2G/4cLn0YDLjTapmN4gcCsTBR1N2rWnZSDeWpYtgLDsJt+FpmcwA==, + integrity: sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ">=4.8.4 <6.0.0" - "@typescript-eslint/visitor-keys@8.48.1": + "@typescript-eslint/visitor-keys@8.54.0": resolution: { - integrity: sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==, + integrity: sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } @@ -5382,10 +5851,10 @@ packages: integrity: sha512-iICpaHma0s2EEnQDw/JRqudQJwYw1JERyWfIllNQplps226KVphjGb3jyGMiBK5Waw69RD3q4gulgRVQAQmKmA==, } - "@vanilla-extract/css@1.17.5": + "@vanilla-extract/css@1.18.0": resolution: { - integrity: sha512-u29cUVL5Z2qjJ2Eh8pusT1ToGtTeA4eb/y0ygaw2vWv9XFQSixtkBYEsVkrJExSI/0+SR1g8n5NYas4KlWOdfA==, + integrity: sha512-/p0dwOjr0o8gE5BRQ5O9P0u/2DjUd6Zfga2JGmE4KaY7ZITWMszTzk4x4CPlM5cKkRr2ZGzbE6XkuPNfp9shSQ==, } "@vanilla-extract/private@1.0.9": @@ -5416,20 +5885,6 @@ packages: integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==, } - "@vitest/mocker@3.2.4": - resolution: - { - integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==, - } - peerDependencies: - msw: ^2.4.9 - vite: ">=6.4.1" - peerDependenciesMeta: - msw: - optional: true - vite: - optional: true - "@vitest/pretty-format@3.2.4": resolution: { @@ -5448,60 +5903,60 @@ packages: integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==, } - "@vue/compiler-core@3.5.25": + "@vue/compiler-core@3.5.27": resolution: { - integrity: sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==, + integrity: sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==, } - "@vue/compiler-dom@3.5.25": + "@vue/compiler-dom@3.5.27": resolution: { - integrity: sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==, + integrity: sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==, } - "@vue/compiler-sfc@3.5.25": + "@vue/compiler-sfc@3.5.27": resolution: { - integrity: sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==, + integrity: sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==, } - "@vue/compiler-ssr@3.5.25": + "@vue/compiler-ssr@3.5.27": resolution: { - integrity: sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==, + integrity: sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==, } - "@vue/reactivity@3.5.25": + "@vue/reactivity@3.5.27": resolution: { - integrity: sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==, + integrity: sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==, } - "@vue/runtime-core@3.5.25": + "@vue/runtime-core@3.5.27": resolution: { - integrity: sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==, + integrity: sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==, } - "@vue/runtime-dom@3.5.25": + "@vue/runtime-dom@3.5.27": resolution: { - integrity: sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==, + integrity: sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==, } - "@vue/server-renderer@3.5.25": + "@vue/server-renderer@3.5.27": resolution: { - integrity: sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==, + integrity: sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==, } peerDependencies: - vue: 3.5.25 + vue: 3.5.27 - "@vue/shared@3.5.25": + "@vue/shared@3.5.27": resolution: { - integrity: sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==, + integrity: sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==, } "@whatwg-node/disposablestack@0.0.6": @@ -5556,10 +6011,10 @@ packages: integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==, } - "@whatwg-node/node-fetch@0.8.4": + "@whatwg-node/node-fetch@0.8.5": resolution: { - integrity: sha512-AlKLc57loGoyYlrzDbejB9EeR+pfdJdGzbYnkEuZaGekFboBwzfVYVMsy88PMriqPI1ORpiGYGgSSWpx7a2sDA==, + integrity: sha512-4xzCl/zphPqlp9tASLVeUhB5+WJHbuWGYpfoC2q1qh5dw0AqZBW7L27V5roxYWijPxj4sspRAAoOH3d2ztaHUQ==, } engines: { node: ">=18.0.0" } @@ -5751,6 +6206,13 @@ packages: } engines: { node: ">=8" } + ansi-regex@6.2.2: + resolution: + { + integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==, + } + engines: { node: ">=12" } + ansi-styles@4.3.0: resolution: { @@ -5765,6 +6227,13 @@ packages: } engines: { node: ">=10" } + ansi-styles@6.2.3: + resolution: + { + integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==, + } + engines: { node: ">=12" } + anymatch@3.1.3: resolution: { @@ -5897,10 +6366,10 @@ packages: integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==, } - asn1js@3.0.6: + asn1js@3.0.7: resolution: { - integrity: sha512-UOCGPYbl0tv8+006qks/dTgV9ajs97X2p0FAbyS2iyCRrmLSRolDaHdp+v/CLgnzHc3fVB+CwYiUmei7ndFcgA==, + integrity: sha512-uLvq6KJu04qoQM6gvBfKFjlh6Gl0vOKQuR5cJMDHQkmwfMOQeN3F3SHCv9SNYSL+CRoHvOGFfllDlVz03GQjvQ==, } engines: { node: ">=12.0.0" } @@ -6038,20 +6507,13 @@ packages: integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, } - baseline-browser-mapping@2.9.0: + baseline-browser-mapping@2.9.19: resolution: { - integrity: sha512-Mh++g+2LPfzZToywfE1BUzvZbfOY52Nil0rn9H1CPC5DJ7fX+Vir7nToBeoiSbB1zTNeGYbELEvJESujgGrzXw==, + integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==, } hasBin: true - better-opn@3.0.2: - resolution: - { - integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==, - } - engines: { node: ">=12.0.0" } - better-path-resolve@1.0.0: resolution: { @@ -6161,6 +6623,13 @@ packages: } engines: { node: ">=18.20" } + bundle-name@4.1.0: + resolution: + { + integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==, + } + engines: { node: ">=18" } + busboy@1.6.0: resolution: { @@ -6223,10 +6692,10 @@ packages: } engines: { node: ">=10" } - caniuse-lite@1.0.30001759: + caniuse-lite@1.0.30001767: resolution: { - integrity: sha512-Pzfx9fOKoKvevQf8oCXoyNRQ5QyxJj+3O0Rqx2V5oxT61KGx8+n6hV/IUyJeifUci2clnmmKVpvtiqRzgiWjSw==, + integrity: sha512-34+zUAMhSH+r+9eKmYG+k2Rpt8XttfE4yXAjoZvkAPs15xcYQhyBYdalJ65BzivAvGRMViEjy6oKr/S91loekQ==, } canvas-hypertxt@0.0.7: @@ -6306,10 +6775,10 @@ packages: integrity: sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==, } - check-error@2.1.1: + check-error@2.1.3: resolution: { - integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==, + integrity: sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==, } engines: { node: ">= 16" } @@ -6333,10 +6802,10 @@ packages: } engines: { node: ">=8" } - ci-info@4.3.1: + ci-info@4.4.0: resolution: { - integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==, + integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==, } engines: { node: ">=8" } @@ -6590,16 +7059,16 @@ packages: integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==, } - core-js-compat@3.47.0: + core-js-compat@3.48.0: resolution: { - integrity: sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==, + integrity: sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==, } - core-js@3.47.0: + core-js@3.48.0: resolution: { - integrity: sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==, + integrity: sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==, } cosmiconfig-typescript-loader@4.4.0: @@ -6883,10 +7352,10 @@ packages: integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==, } - dedent@1.7.0: + dedent@1.7.1: resolution: { - integrity: sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==, + integrity: sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==, } peerDependencies: babel-plugin-macros: ^3.1.0 @@ -6927,6 +7396,20 @@ packages: } engines: { node: ">=0.10.0" } + default-browser-id@5.0.1: + resolution: + { + integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==, + } + engines: { node: ">=18" } + + default-browser@5.5.0: + resolution: + { + integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==, + } + engines: { node: ">=18" } + defaults@1.0.4: resolution: { @@ -6940,12 +7423,12 @@ packages: } engines: { node: ">= 0.4" } - define-lazy-prop@2.0.0: + define-lazy-prop@3.0.0: resolution: { - integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, + integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==, } - engines: { node: ">=8" } + engines: { node: ">=12" } define-properties@1.2.1: resolution: @@ -7031,10 +7514,10 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - diff@4.0.2: + diff@4.0.4: resolution: { - integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==, + integrity: sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==, } engines: { node: ">=0.3.1" } @@ -7117,10 +7600,10 @@ packages: } engines: { node: ">= 4" } - dompurify@3.3.0: + dompurify@3.3.1: resolution: { - integrity: sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==, + integrity: sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==, } domutils@2.8.0: @@ -7177,10 +7660,10 @@ packages: peerDependencies: react: ">=16.12.0" - downshift@9.0.12: + downshift@9.2.0: resolution: { - integrity: sha512-kFq2pNHm3kmhFfW55RW7+lXliEHg98sKImodICvJfbtvRB6OUiLr138Z8MW5/8t5JaeGZ4Wtomi3Ds72EKVH2Q==, + integrity: sha512-3VWiiA2cJR9c544mFLe29Ln24ehhD01vgfk/YjenXLno17oR0oLWjfO318iRTQ6EUkSPyaxdDWmwQ2fAigFbxw==, } peerDependencies: react: ">=16.12.0" @@ -7199,6 +7682,12 @@ packages: } engines: { node: ">= 0.4" } + eastasianwidth@0.2.0: + resolution: + { + integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, + } + editorjs-inline-tool@0.4.0: resolution: { @@ -7215,10 +7704,10 @@ packages: engines: { node: ">=0.10.0" } hasBin: true - electron-to-chromium@1.5.264: + electron-to-chromium@1.5.286: resolution: { - integrity: sha512-1tEf0nLgltC3iy9wtlYDlQDc5Rg9lEKVjEmIHJ21rI9OcqkvD45K1oyNIRA4rR1z3LgJ7KeGzEBojVcV6m4qjA==, + integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==, } emittery@0.8.1: @@ -7241,6 +7730,19 @@ packages: integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, } + emoji-regex@9.2.2: + resolution: + { + integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, + } + + empathic@2.0.0: + resolution: + { + integrity: sha512-i6UzDscO/XfAcNYD75CfICkmfLedpyPDdozrLMmQc5ORaQcdMoc21OnlEylMIqI7U8eniKrPMxxtj8k0vhmJhA==, + } + engines: { node: ">=14" } + end-of-stream@1.4.5: resolution: { @@ -7280,16 +7782,23 @@ packages: } engines: { node: ">=0.12" } + entities@7.0.1: + resolution: + { + integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==, + } + engines: { node: ">=0.12" } + error-ex@1.3.4: resolution: { integrity: sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==, } - es-abstract@1.24.0: + es-abstract@1.24.1: resolution: { - integrity: sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==, + integrity: sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==, } engines: { node: ">= 0.4" } @@ -7313,10 +7822,10 @@ packages: integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==, } - es-iterator-helpers@1.2.1: + es-iterator-helpers@1.2.2: resolution: { - integrity: sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==, + integrity: sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==, } engines: { node: ">= 0.4" } @@ -7348,18 +7857,18 @@ packages: } engines: { node: ">= 0.4" } - esbuild-register@3.6.0: + esbuild@0.25.12: resolution: { - integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==, + integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==, } - peerDependencies: - esbuild: ">=0.12 <1" + engines: { node: ">=18" } + hasBin: true - esbuild@0.25.12: + esbuild@0.27.2: resolution: { - integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==, + integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==, } engines: { node: ">=18" } hasBin: true @@ -7469,10 +7978,10 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 - eslint-plugin-react-refresh@0.4.24: + eslint-plugin-react-refresh@0.4.26: resolution: { - integrity: sha512-nLHIW7TEq3aLrEYWpVaJ1dRgFR+wLDPN8e8FpYAql/bMV2oBEfC37K0gLEGgv9fy66juNShSMV8OkTqzltcG/w==, + integrity: sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==, } peerDependencies: eslint: ">=8.40" @@ -7503,6 +8012,15 @@ packages: peerDependencies: eslint: ">=5.0.0" + eslint-plugin-storybook@10.2.4: + resolution: + { + integrity: sha512-D8a6Y+iun2MSOpgps0Vd/t8y9Y5ZZ7O2VeKqw2PCv2+b7yInqogOS2VBMSRZVfP8TTGQgDpbUK67k7KZEUC7Ng==, + } + peerDependencies: + eslint: ">=8" + storybook: ^10.2.4 + eslint-plugin-unicorn@61.0.2: resolution: { @@ -7561,10 +8079,10 @@ packages: } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } - eslint@9.39.1: + eslint@9.39.2: resolution: { - integrity: sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==, + integrity: sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } hasBin: true @@ -7589,10 +8107,10 @@ packages: engines: { node: ">=4" } hasBin: true - esquery@1.6.0: + esquery@1.7.0: resolution: { - integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==, + integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==, } engines: { node: ">=0.10" } @@ -7616,12 +8134,6 @@ packages: integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==, } - estree-walker@3.0.3: - resolution: - { - integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==, - } - esutils@2.0.3: resolution: { @@ -7731,10 +8243,10 @@ packages: integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==, } - fastq@1.19.1: + fastq@1.20.1: resolution: { - integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==, + integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==, } fb-watchman@2.0.2: @@ -7853,13 +8365,6 @@ packages: } engines: { node: ">=10" } - find-up@7.0.0: - resolution: - { - integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==, - } - engines: { node: ">=18" } - first-match@0.0.1: resolution: { @@ -7893,6 +8398,13 @@ packages: } engines: { node: ">= 0.4" } + foreground-child@3.3.1: + resolution: + { + integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==, + } + engines: { node: ">=14" } + form-data@3.0.4: resolution: { @@ -8075,10 +8587,10 @@ packages: } engines: { node: ">= 0.4" } - git-hooks-list@4.1.1: + git-hooks-list@4.2.1: resolution: { - integrity: sha512-cmP497iLq54AZnv4YRAEMnEyQ1eIn4tGKbmswqwmFV4GBnAqE8NLtWxxdXa++AalfgL5EBH4IxTPyquEuGY/jA==, + integrity: sha512-WNvqJjOxxs/8ZP9+DWdwWJ7cDsd60NHf39XnD82pDVrKO5q7xfPqpkK6hwEAmBa/ZSEE4IOoR75EzbbIuwGlMw==, } glob-parent@5.1.2: @@ -8095,26 +8607,28 @@ packages: } engines: { node: ">=10.13.0" } - glob@13.0.0: + glob@11.1.0: resolution: { - integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==, + integrity: sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==, } engines: { node: 20 || >=22 } + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + hasBin: true glob@7.2.0: resolution: { integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==, } - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@7.2.3: resolution: { integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, } - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@9.3.5: resolution: @@ -8122,6 +8636,7 @@ packages: integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==, } engines: { node: ">=16 || 14 >=14.17" } + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me global-dirs@3.0.1: resolution: @@ -8171,12 +8686,6 @@ packages: integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, } - graphemer@1.4.0: - resolution: - { - integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, - } - graphiql-explorer@0.9.0: resolution: { @@ -8267,25 +8776,22 @@ packages: peerDependencies: graphql: ">=0.11 <=16" - graphql-ws@6.0.6: + graphql-ws@6.0.7: resolution: { - integrity: sha512-zgfER9s+ftkGKUZgc0xbx8T7/HMO4AV5/YuYiFc+AtgcO5T0v8AxYYNQ+ltzuzDZgNkYJaFspm5MMYLjQzrkmw==, + integrity: sha512-yoLRW+KRlDmnnROdAu7sX77VNLC0bsFoZyGQJLy1cF+X/SkLg/fWkRGrEEYQK8o2cafJ2wmEaMqMEZB3U3DYDg==, } engines: { node: ">=20" } peerDependencies: "@fastify/websocket": ^10 || ^11 crossws: ~0.3 graphql: ^15.10.1 || ^16 - uWebSockets.js: ^20 ws: ">=8.17.1" peerDependenciesMeta: "@fastify/websocket": optional: true crossws: optional: true - uWebSockets.js: - optional: true ws: optional: true @@ -8514,10 +9020,10 @@ packages: } engines: { node: ">=0.10.0" } - iconv-lite@0.7.0: + iconv-lite@0.7.2: resolution: { - integrity: sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==, + integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==, } engines: { node: ">=0.10.0" } @@ -8762,12 +9268,12 @@ packages: } engines: { node: ">= 0.4" } - is-docker@2.2.1: + is-docker@3.0.0: resolution: { - integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, + integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==, } - engines: { node: ">=8" } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true is-extglob@2.1.1: @@ -8818,6 +9324,14 @@ packages: integrity: sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g==, } + is-inside-container@1.0.0: + resolution: + { + integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==, + } + engines: { node: ">=14.16" } + hasBin: true + is-installed-globally@0.4.0: resolution: { @@ -9037,12 +9551,12 @@ packages: } engines: { node: ">=0.10.0" } - is-wsl@2.2.0: + is-wsl@3.1.0: resolution: { - integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, + integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==, } - engines: { node: ">=8" } + engines: { node: ">=16" } isarray@0.0.1: resolution: @@ -9119,6 +9633,13 @@ packages: } engines: { node: ">= 0.4" } + jackspeak@4.1.1: + resolution: + { + integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==, + } + engines: { node: 20 || >=22 } + jake@10.9.4: resolution: { @@ -9643,10 +10164,10 @@ packages: } engines: { node: ">=6" } - knip@5.71.0: + knip@5.83.0: resolution: { - integrity: sha512-hwgdqEJ+7DNJ5jE8BCPu7b57TY7vUwP6MzWYgCgPpg6iPCee/jKPShDNIlFER2koti4oz5xF88VJbKCb4Wl71g==, + integrity: sha512-FfmaHMntpZB13B1oJQMSs1hTOZxd0TOn+FYB3oWEI02XlxTW3RH4H7d8z5Us3g0ziHCYyl7z0B1xi8ENP3QEKA==, } engines: { node: ">=18.18.0" } hasBin: true @@ -9725,17 +10246,10 @@ packages: } engines: { node: ">=10" } - locate-path@7.2.0: + lodash-es@4.17.23: resolution: { - integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - - lodash-es@4.17.21: - resolution: - { - integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==, + integrity: sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==, } lodash.camelcase@4.3.0: @@ -9801,6 +10315,12 @@ packages: } engines: { node: ">= 0.6.0" } + long@5.3.2: + resolution: + { + integrity: sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==, + } + loose-envify@1.4.0: resolution: { @@ -9839,10 +10359,10 @@ packages: integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==, } - lru-cache@11.2.4: + lru-cache@11.2.5: resolution: { - integrity: sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==, + integrity: sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==, } engines: { node: 20 || >=22 } @@ -10006,10 +10526,10 @@ packages: } engines: { node: ">=4" } - minimatch@10.1.1: + minimatch@10.1.2: resolution: { - integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==, + integrity: sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==, } engines: { node: 20 || >=22 } @@ -10110,10 +10630,10 @@ packages: integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==, } - nan@2.24.0: + nan@2.25.0: resolution: { - integrity: sha512-Vpf9qnVW1RaDkoNKFUvfxqAbtI8ncb8OJlqZ9wwpXzWPEsvsB1nvdUi6oYrHIkQ1Y/tMDnr1h4nczS0VB9Xykg==, + integrity: sha512-0M90Ag7Xn5KMLLZ7zliPWP3rT90P6PN+IzVFS0VqmnPktBk3700xUVv8Ikm9EUaUE5SDWdp/BIxdENzVznpm1g==, } nanoid@3.3.11: @@ -10226,10 +10746,10 @@ packages: integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==, } - nwsapi@2.2.22: + nwsapi@2.2.23: resolution: { - integrity: sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==, + integrity: sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==, } object-assign@4.1.1: @@ -10308,12 +10828,12 @@ packages: } engines: { node: ">=6" } - open@8.4.2: + open@10.2.0: resolution: { - integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==, + integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==, } - engines: { node: ">=12" } + engines: { node: ">=18" } optimism@0.16.2: resolution: @@ -10360,10 +10880,10 @@ packages: } engines: { node: ">= 0.4" } - oxc-resolver@11.14.2: + oxc-resolver@11.17.0: resolution: { - integrity: sha512-M5fERQKcrCngMZNnk1gRaBbYcqpqXLgMcoqAo7Wpty+KH0I18i03oiy2peUsGJwFaKAEbmo+CtAyhXh08RZ1RA==, + integrity: sha512-R5P2Tw6th+nQJdNcZGfuppBS/sM0x1EukqYffmlfX2xXLgLGCCPwu4ruEr9Sx29mrpkHgITc130Qps2JR90NdQ==, } p-filter@2.1.0: @@ -10387,13 +10907,6 @@ packages: } engines: { node: ">=10" } - p-limit@4.0.0: - resolution: - { - integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - p-locate@4.1.0: resolution: { @@ -10408,13 +10921,6 @@ packages: } engines: { node: ">=10" } - p-locate@6.0.0: - resolution: - { - integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - p-map@2.1.0: resolution: { @@ -10436,6 +10942,12 @@ packages: } engines: { node: ">=6" } + package-json-from-dist@1.0.1: + resolution: + { + integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==, + } + package-manager-detector@0.2.11: resolution: { @@ -10494,13 +11006,6 @@ packages: } engines: { node: ">=8" } - path-exists@5.0.0: - resolution: - { - integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - path-is-absolute@1.0.1: resolution: { @@ -10671,16 +11176,16 @@ packages: } engines: { node: ^10 || ^12 || >=14 } - posthog-js@1.301.1: + posthog-js@1.339.1: resolution: { - integrity: sha512-ikkW716dfO1RkLREq5nrVDmcfQTrQfk3sAcP0ExuvSJ9NWOsvA2hz75bgV3GcHqG9xYlSm7Qe6Fzbn5kzx6MiQ==, + integrity: sha512-47zqtMT+VtT0xdadyMuOhNmKU6m2dHizYhvGE9ZHffsFjrWbe2Cqq2i0BElNZvdBd4R8TxX+aKu5ZAOyUejQrw==, } - preact@10.28.2: + preact@10.28.3: resolution: { - integrity: sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==, + integrity: sha512-tCmoRkPQLpBeWzpmbhryairGnhW9tKV6c6gr/w+RhoRoKEJwsjzipwp//1oCpGPOchvSLaAPlpcJi9MwMmoPyA==, } prelude-ls@1.2.1: @@ -10794,6 +11299,13 @@ packages: integrity: sha512-KXUM8UEV+IK4JYWHNyxkPGDGbxeTEUHQv3POApfyTRN5eMcPFbY4cB0mDJr0LPelVvYPghmZDOCqfCIm9mYHtQ==, } + protobufjs@7.5.4: + resolution: + { + integrity: sha512-CvexbZtbov6jW2eXAvLukXjXUW1TzFaivC46BpWc/3BpcCysb5Vffu+B3XHMm8lVEuy2Mm4XGex8hBSg1yapPg==, + } + engines: { node: ">=12.0.0" } + proxy-from-env@1.1.0: resolution: { @@ -10848,7 +11360,13 @@ packages: quansync@0.2.11: resolution: { - integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==, + integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==, + } + + query-selector-shadow-dom@1.0.1: + resolution: + { + integrity: sha512-lT5yCqEBgfoMYpf3F2xQRK7zEr1rhIIZuceDK6+xRkJQ4NMbHTwXqk4NkwDwQMNqXgG9r9fyHnzwNVs6zV5KRw==, } querystringify@2.2.0: @@ -10972,28 +11490,28 @@ packages: peerDependencies: react: ">=16.3.0" - react-hook-form@7.68.0: + react-hook-form@7.71.1: resolution: { - integrity: sha512-oNN3fjrZ/Xo40SWlHf1yCjlMK417JxoSJVUXQjGdvdRCU07NTFei1i1f8ApUAts+IVh14e4EdakeLEA+BEAs/Q==, + integrity: sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==, } engines: { node: ">=18.0.0" } peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 - react-hotkeys-hook@5.2.1: + react-hotkeys-hook@5.2.4: resolution: { - integrity: sha512-xbKh6zJxd/vJHT4Bw4+0pBD662Fk20V+VFhLqciCg+manTVO4qlqRqiwFOYelfHN9dBvWj9vxaPkSS26ZSIJGg==, + integrity: sha512-BgKg+A1+TawkYluh5Bo4cTmcgMN5L29uhJbDUQdHwPX+qgXRjIPYU5kIDHyxnAwCkCBiu9V5OpB2mpyeluVF2A==, } peerDependencies: react: ">=16.8.0" react-dom: ">=16.8.0" - react-infinite-scroll-component@6.1.0: + react-infinite-scroll-component@6.1.1: resolution: { - integrity: sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==, + integrity: sha512-R8YoOyiNDynSWmfVme5LHslsKrP+/xcRUWR2ies8UgUab9dtyw5ECnMCVPPmnmjjF4MWQmfVdRwRWcWaDgeyMA==, } peerDependencies: react: ">=16.0.0" @@ -11036,10 +11554,10 @@ packages: integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, } - react-moment@1.1.3: + react-moment@1.2.1: resolution: { - integrity: sha512-8EPvlUL8u6EknPp1ISF5MQ3wx2OHJVXIP/iZc4wRh3iV3XozftZERDv9ANZeAtMlhNNQHdFoqcZHFUkBSTONfA==, + integrity: sha512-2WayhDjmgdeEt/AlNkd0/0wl6xWX59VjyrLHq0KNgTY0PPf4kY5wON9+xN89ZBxWjFOVBjTlcQ7Of2RKW+CLNg==, } peerDependencies: moment: ^2.29.0 @@ -11385,10 +11903,10 @@ packages: peerDependencies: rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 - rollup@4.53.3: + rollup@4.57.1: resolution: { - integrity: sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==, + integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==, } engines: { node: ">=18.0.0", npm: ">=8.0.0" } hasBin: true @@ -11405,6 +11923,13 @@ packages: integrity: sha512-2+MhsfPhvauN1O8KaXpXAOfR/fwe8dnUXVM+xw7yt40lJRfPVQxV6yryZm0cgRvAj5fMF/mdRZbL2ptwbs5i2g==, } + run-applescript@7.1.0: + resolution: + { + integrity: sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==, + } + engines: { node: ">=18" } + run-async@2.4.1: resolution: { @@ -11679,10 +12204,10 @@ packages: } engines: { node: ">=8.0.0" } - smol-toml@1.5.2: + smol-toml@1.6.0: resolution: { - integrity: sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==, + integrity: sha512-4zemZi0HvTnYwLfrpk/CF9LOd9Lt87kAt50GnqhMpyF9U3poDAP2+iukq2bZsO/ufegbYehBkqINbsWxj4l4cw==, } engines: { node: ">= 18" } @@ -11782,10 +12307,10 @@ packages: } engines: { node: ">= 0.4" } - storybook@9.1.17: + storybook@10.2.4: resolution: { - integrity: sha512-kfr6kxQAjA96ADlH6FMALJwJ+eM80UqXy106yVHNgdsAP/CdzkkicglRAhZAvUycXK9AeadF6KZ00CWLtVMN4w==, + integrity: sha512-LwF0VZsT4qkgx66Ad/q0QgZZrU2a5WftaADDEcJ3bGq3O2fHvwWPlSZjM1HiXD4vqP9U5JiMqQkV1gkyH0XJkw==, } hasBin: true peerDependencies: @@ -11828,6 +12353,13 @@ packages: } engines: { node: ">=8" } + string-width@5.1.2: + resolution: + { + integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, + } + engines: { node: ">=12" } + string.prototype.matchall@4.0.12: resolution: { @@ -11882,6 +12414,13 @@ packages: } engines: { node: ">=8" } + strip-ansi@7.1.2: + resolution: + { + integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==, + } + engines: { node: ">=12" } + strip-bom@3.0.0: resolution: { @@ -12030,10 +12569,10 @@ packages: } engines: { node: ">=8" } - terser@5.44.1: + terser@5.46.0: resolution: { - integrity: sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==, + integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==, } engines: { node: ">=10" } hasBin: true @@ -12156,10 +12695,10 @@ packages: } engines: { node: ">=8" } - ts-api-utils@2.1.0: + ts-api-utils@2.4.0: resolution: { - integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==, + integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==, } engines: { node: ">=18.12" } peerDependencies: @@ -12320,10 +12859,10 @@ packages: integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==, } - typescript-eslint@8.48.1: + typescript-eslint@8.54.0: resolution: { - integrity: sha512-FbOKN1fqNoXp1hIl5KYpObVrp0mCn+CLgn479nmu2IsRMrx2vyv74MmsBLVlhg8qVwNFGbXSp8fh1zp8pEoC2A==, + integrity: sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ==, } engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } peerDependencies: @@ -12400,13 +12939,6 @@ packages: integrity: sha512-6PiQxmnlsOsqzZCZz0sykSyMy/r1HiJiOWWXV98+BDva583DU4CtBeyDNsi4wMYUIbjUtMs4RgAuyft0EKLoVw==, } - unicorn-magic@0.1.0: - resolution: - { - integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==, - } - engines: { node: ">=18" } - universalify@0.1.2: resolution: { @@ -12448,17 +12980,17 @@ packages: integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==, } - unplugin@1.16.1: + unplugin@2.3.11: resolution: { - integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==, + integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==, } - engines: { node: ">=14.0.0" } + engines: { node: ">=18.12.0" } - update-browserslist-db@1.2.2: + update-browserslist-db@1.2.3: resolution: { - integrity: sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==, + integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==, } hasBin: true peerDependencies: @@ -12567,6 +13099,14 @@ packages: "@types/react": optional: true + use-sync-external-store@1.6.0: + resolution: + { + integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==, + } + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + utf8-byte-length@1.0.5: resolution: { @@ -12675,10 +13215,10 @@ packages: integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==, } - vue@3.5.25: + vue@3.5.27: resolution: { - integrity: sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==, + integrity: sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==, } peerDependencies: typescript: "*" @@ -12740,10 +13280,10 @@ packages: } engines: { node: ">= 8" } - web-vitals@4.2.4: + web-vitals@5.1.0: resolution: { - integrity: sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==, + integrity: sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==, } webcrypto-core@1.8.1: @@ -12802,6 +13342,7 @@ packages: { integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==, } + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@2.3.0: resolution: @@ -12856,10 +13397,10 @@ packages: integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==, } - which-typed-array@1.1.19: + which-typed-array@1.1.20: resolution: { - integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==, + integrity: sha512-LYfpUkmqwl0h9A2HL09Mms427Q1RZWuOHsukfVcKRq9q95iQxdw0ix1JQrqbcDR9PH1QDwf5Qo8OZb5lksZ8Xg==, } engines: { node: ">= 0.4" } @@ -12898,6 +13439,13 @@ packages: } engines: { node: ">=10" } + wrap-ansi@8.1.0: + resolution: + { + integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, + } + engines: { node: ">=12" } + wrappy@1.0.2: resolution: { @@ -12925,10 +13473,10 @@ packages: utf-8-validate: optional: true - ws@8.18.3: + ws@8.19.0: resolution: { - integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==, + integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==, } engines: { node: ">=10.0.0" } peerDependencies: @@ -12940,6 +13488,13 @@ packages: utf-8-validate: optional: true + wsl-utils@0.1.0: + resolution: + { + integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==, + } + engines: { node: ">=18" } + xml-name-validator@3.0.0: resolution: { @@ -13040,13 +13595,6 @@ packages: } engines: { node: ">=10" } - yocto-queue@1.2.2: - resolution: - { - integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==, - } - engines: { node: ">=12.20" } - zen-observable-ts@1.1.0: resolution: { @@ -13080,16 +13628,16 @@ packages: integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==, } - zod@4.1.13: + zod@4.3.6: resolution: { - integrity: sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==, + integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==, } snapshots: "@adobe/css-tools@4.4.4": {} - "@apollo/client@3.14.0(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": + "@apollo/client@3.14.0(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: "@graphql-typed-document-node/core": 3.2.0(graphql@16.11.0) "@wry/caches": 1.0.1 @@ -13106,7 +13654,7 @@ snapshots: tslib: 2.8.1 zen-observable-ts: 1.2.5 optionalDependencies: - graphql-ws: 6.0.6(graphql@16.11.0)(ws@8.18.3) + graphql-ws: 6.0.7(graphql@16.11.0)(ws@8.19.0) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: @@ -13132,13 +13680,13 @@ snapshots: "@ardatan/relay-compiler@12.0.0(graphql@16.11.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/generator": 7.28.5 - "@babel/parser": 7.28.5 - "@babel/runtime": 7.28.4 - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 - babel-preset-fbjs: 3.4.0(@babel/core@7.28.5) + "@babel/core": 7.29.0 + "@babel/generator": 7.29.0 + "@babel/parser": 7.29.0 + "@babel/runtime": 7.28.6 + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 + babel-preset-fbjs: 3.4.0(@babel/core@7.29.0) chalk: 4.1.2 fb-watchman: 2.0.2 fbjs: 3.0.5 @@ -13160,25 +13708,25 @@ snapshots: transitivePeerDependencies: - encoding - "@babel/code-frame@7.27.1": + "@babel/code-frame@7.29.0": dependencies: "@babel/helper-validator-identifier": 7.28.5 js-tokens: 4.0.0 picocolors: 1.1.1 - "@babel/compat-data@7.28.5": {} + "@babel/compat-data@7.29.0": {} - "@babel/core@7.28.5": + "@babel/core@7.29.0": dependencies: - "@babel/code-frame": 7.27.1 - "@babel/generator": 7.28.5 - "@babel/helper-compilation-targets": 7.27.2 - "@babel/helper-module-transforms": 7.28.3(@babel/core@7.28.5) - "@babel/helpers": 7.28.4 - "@babel/parser": 7.28.5 - "@babel/template": 7.27.2 - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 + "@babel/code-frame": 7.29.0 + "@babel/generator": 7.29.0 + "@babel/helper-compilation-targets": 7.28.6 + "@babel/helper-module-transforms": 7.28.6(@babel/core@7.29.0) + "@babel/helpers": 7.28.6 + "@babel/parser": 7.29.0 + "@babel/template": 7.28.6 + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 "@jridgewell/remapping": 2.3.5 convert-source-map: 2.0.0 debug: 4.4.3 @@ -13188,35 +13736,35 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/generator@7.28.5": + "@babel/generator@7.29.0": dependencies: - "@babel/parser": 7.28.5 - "@babel/types": 7.28.5 + "@babel/parser": 7.29.0 + "@babel/types": 7.29.0 "@jridgewell/gen-mapping": 0.3.13 "@jridgewell/trace-mapping": 0.3.31 jsesc: 3.1.0 "@babel/helper-annotate-as-pure@7.27.3": dependencies: - "@babel/types": 7.28.5 + "@babel/types": 7.29.0 - "@babel/helper-compilation-targets@7.27.2": + "@babel/helper-compilation-targets@7.28.6": dependencies: - "@babel/compat-data": 7.28.5 + "@babel/compat-data": 7.29.0 "@babel/helper-validator-option": 7.27.1 browserslist: 4.28.1 lru-cache: 5.1.1 semver: 6.3.1 - "@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.5)": + "@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@babel/helper-annotate-as-pure": 7.27.3 "@babel/helper-member-expression-to-functions": 7.28.5 "@babel/helper-optimise-call-expression": 7.27.1 - "@babel/helper-replace-supers": 7.27.1(@babel/core@7.28.5) + "@babel/helper-replace-supers": 7.28.6(@babel/core@7.29.0) "@babel/helper-skip-transparent-expression-wrappers": 7.27.1 - "@babel/traverse": 7.28.5 + "@babel/traverse": 7.29.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -13225,46 +13773,46 @@ snapshots: "@babel/helper-member-expression-to-functions@7.28.5": dependencies: - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 transitivePeerDependencies: - supports-color - "@babel/helper-module-imports@7.27.1": + "@babel/helper-module-imports@7.28.6": dependencies: - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 transitivePeerDependencies: - supports-color - "@babel/helper-module-transforms@7.28.3(@babel/core@7.28.5)": + "@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-module-imports": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-module-imports": 7.28.6 "@babel/helper-validator-identifier": 7.28.5 - "@babel/traverse": 7.28.5 + "@babel/traverse": 7.29.0 transitivePeerDependencies: - supports-color "@babel/helper-optimise-call-expression@7.27.1": dependencies: - "@babel/types": 7.28.5 + "@babel/types": 7.29.0 - "@babel/helper-plugin-utils@7.27.1": {} + "@babel/helper-plugin-utils@7.28.6": {} - "@babel/helper-replace-supers@7.27.1(@babel/core@7.28.5)": + "@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@babel/helper-member-expression-to-functions": 7.28.5 "@babel/helper-optimise-call-expression": 7.27.1 - "@babel/traverse": 7.28.5 + "@babel/traverse": 7.29.0 transitivePeerDependencies: - supports-color "@babel/helper-skip-transparent-expression-wrappers@7.27.1": dependencies: - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 transitivePeerDependencies: - supports-color @@ -13274,296 +13822,296 @@ snapshots: "@babel/helper-validator-option@7.27.1": {} - "@babel/helpers@7.28.4": + "@babel/helpers@7.28.6": dependencies: - "@babel/template": 7.27.2 - "@babel/types": 7.28.5 + "@babel/template": 7.28.6 + "@babel/types": 7.29.0 - "@babel/parser@7.28.5": + "@babel/parser@7.29.0": dependencies: - "@babel/types": 7.28.5 + "@babel/types": 7.29.0 - "@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.28.5)": + "@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-create-class-features-plugin": 7.28.5(@babel/core@7.28.5) - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-create-class-features-plugin": 7.28.6(@babel/core@7.29.0) + "@babel/helper-plugin-utils": 7.28.6 transitivePeerDependencies: - supports-color - "@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.28.5)": + "@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.29.0)": dependencies: - "@babel/compat-data": 7.28.5 - "@babel/core": 7.28.5 - "@babel/helper-compilation-targets": 7.27.2 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-transform-parameters": 7.27.7(@babel/core@7.28.5) + "@babel/compat-data": 7.29.0 + "@babel/core": 7.29.0 + "@babel/helper-compilation-targets": 7.28.6 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-transform-parameters": 7.27.7(@babel/core@7.29.0) - "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.5)": + "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.5)": + "@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.5)": + "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.5)": + "@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-flow@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-syntax-flow@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.5)": + "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.5)": + "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.5)": + "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.5)": + "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.5)": + "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.5)": + "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.5)": + "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.5)": + "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.5)": + "@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.5)": + "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 optional: true - "@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-block-scoping@7.28.5(@babel/core@7.28.5)": + "@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-classes@7.28.4(@babel/core@7.28.5)": + "@babel/plugin-transform-classes@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@babel/helper-annotate-as-pure": 7.27.3 - "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-compilation-targets": 7.28.6 "@babel/helper-globals": 7.28.0 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/helper-replace-supers": 7.27.1(@babel/core@7.28.5) - "@babel/traverse": 7.28.5 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/helper-replace-supers": 7.28.6(@babel/core@7.29.0) + "@babel/traverse": 7.29.0 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/template": 7.27.2 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/template": 7.28.6 - "@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.5)": + "@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/traverse": 7.28.5 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/traverse": 7.29.0 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-flow-strip-types@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-flow-strip-types@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/plugin-syntax-flow": 7.27.1(@babel/core@7.28.5) + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/plugin-syntax-flow": 7.28.6(@babel/core@7.29.0) - "@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-for-of@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 "@babel/helper-skip-transparent-expression-wrappers": 7.27.1 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-function-name@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-compilation-targets": 7.27.2 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/traverse": 7.28.5 + "@babel/core": 7.29.0 + "@babel/helper-compilation-targets": 7.28.6 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/traverse": 7.29.0 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-literals@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-module-transforms": 7.28.3(@babel/core@7.28.5) - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-module-transforms": 7.28.6(@babel/core@7.29.0) + "@babel/helper-plugin-utils": 7.28.6 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-object-super@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/helper-replace-supers": 7.27.1(@babel/core@7.28.5) + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/helper-replace-supers": 7.28.6(@babel/core@7.29.0) transitivePeerDependencies: - supports-color - "@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.5)": + "@babel/plugin-transform-parameters@7.27.7(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-react-display-name@7.28.0(@babel/core@7.28.5)": + "@babel/plugin-transform-react-display-name@7.28.0(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-react-jsx@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-react-jsx@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@babel/helper-annotate-as-pure": 7.27.3 - "@babel/helper-module-imports": 7.27.1 - "@babel/helper-plugin-utils": 7.27.1 - "@babel/plugin-syntax-jsx": 7.27.1(@babel/core@7.28.5) - "@babel/types": 7.28.5 + "@babel/helper-module-imports": 7.28.6 + "@babel/helper-plugin-utils": 7.28.6 + "@babel/plugin-syntax-jsx": 7.28.6(@babel/core@7.29.0) + "@babel/types": 7.29.0 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-spread@7.28.6(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 "@babel/helper-skip-transparent-expression-wrappers": 7.27.1 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.5)": + "@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.29.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/helper-plugin-utils": 7.27.1 + "@babel/core": 7.29.0 + "@babel/helper-plugin-utils": 7.28.6 - "@babel/runtime@7.28.4": {} + "@babel/runtime@7.28.6": {} - "@babel/template@7.27.2": + "@babel/template@7.28.6": dependencies: - "@babel/code-frame": 7.27.1 - "@babel/parser": 7.28.5 - "@babel/types": 7.28.5 + "@babel/code-frame": 7.29.0 + "@babel/parser": 7.29.0 + "@babel/types": 7.29.0 - "@babel/traverse@7.28.5": + "@babel/traverse@7.29.0": dependencies: - "@babel/code-frame": 7.27.1 - "@babel/generator": 7.28.5 + "@babel/code-frame": 7.29.0 + "@babel/generator": 7.29.0 "@babel/helper-globals": 7.28.0 - "@babel/parser": 7.28.5 - "@babel/template": 7.27.2 - "@babel/types": 7.28.5 + "@babel/parser": 7.29.0 + "@babel/template": 7.28.6 + "@babel/types": 7.29.0 debug: 4.4.3 transitivePeerDependencies: - supports-color - "@babel/types@7.28.5": + "@babel/types@7.29.0": dependencies: "@babel/helper-string-parser": 7.27.1 "@babel/helper-validator-identifier": 7.28.5 @@ -13608,7 +14156,7 @@ snapshots: transitivePeerDependencies: - encoding - "@changesets/cli@2.29.8(@types/node@20.19.25)": + "@changesets/cli@2.29.8(@types/node@20.19.31)": dependencies: "@changesets/apply-release-plan": 7.0.14 "@changesets/assemble-release-plan": 6.0.9 @@ -13624,7 +14172,7 @@ snapshots: "@changesets/should-skip-package": 0.1.2 "@changesets/types": 6.1.0 "@changesets/write": 0.4.0 - "@inquirer/external-editor": 1.0.3(@types/node@20.19.25) + "@inquirer/external-editor": 1.0.3(@types/node@20.19.31) "@manypkg/get-packages": 1.1.3 ansi-colors: 4.1.3 ci-info: 3.9.0 @@ -13732,20 +14280,20 @@ snapshots: "@codemirror/language@6.0.0": dependencies: - "@codemirror/state": 6.5.2 - "@codemirror/view": 6.38.8 - "@lezer/common": 1.4.0 + "@codemirror/state": 6.5.4 + "@codemirror/view": 6.39.12 + "@lezer/common": 1.5.1 "@lezer/highlight": 1.2.3 - "@lezer/lr": 1.4.4 + "@lezer/lr": 1.4.8 style-mod: 4.1.3 - "@codemirror/state@6.5.2": + "@codemirror/state@6.5.4": dependencies: "@marijn/find-cluster-break": 1.0.2 - "@codemirror/view@6.38.8": + "@codemirror/view@6.39.12": dependencies: - "@codemirror/state": 6.5.2 + "@codemirror/state": 6.5.4 crelt: 1.0.6 style-mod: 4.1.3 w3c-keyname: 2.2.8 @@ -13829,13 +14377,13 @@ snapshots: "@codexteam/icons": 0.3.3 "@editorjs/dom": 0.0.5 - "@emnapi/core@1.7.1": + "@emnapi/core@1.8.1": dependencies: "@emnapi/wasi-threads": 1.1.0 tslib: 2.8.1 optional: true - "@emnapi/runtime@1.7.1": + "@emnapi/runtime@1.8.1": dependencies: tslib: 2.8.1 optional: true @@ -13847,8 +14395,8 @@ snapshots: "@emotion/babel-plugin@11.13.5": dependencies: - "@babel/helper-module-imports": 7.27.1 - "@babel/runtime": 7.28.4 + "@babel/helper-module-imports": 7.28.6 + "@babel/runtime": 7.28.6 "@emotion/hash": 0.9.2 "@emotion/memoize": 0.9.0 "@emotion/serialize": 1.3.3 @@ -13877,7 +14425,7 @@ snapshots: "@emotion/react@11.14.0(@types/react@18.3.23)(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@emotion/babel-plugin": 11.13.5 "@emotion/cache": 11.14.0 "@emotion/serialize": 1.3.3 @@ -13911,7 +14459,7 @@ snapshots: "@emotion/weak-memoize@0.4.0": {} - "@envelop/core@5.4.0": + "@envelop/core@5.5.0": dependencies: "@envelop/instrumentation": 1.0.0 "@envelop/types": 5.2.1 @@ -13931,84 +14479,162 @@ snapshots: "@esbuild/aix-ppc64@0.25.12": optional: true + "@esbuild/aix-ppc64@0.27.2": + optional: true + "@esbuild/android-arm64@0.25.12": optional: true + "@esbuild/android-arm64@0.27.2": + optional: true + "@esbuild/android-arm@0.25.12": optional: true + "@esbuild/android-arm@0.27.2": + optional: true + "@esbuild/android-x64@0.25.12": optional: true + "@esbuild/android-x64@0.27.2": + optional: true + "@esbuild/darwin-arm64@0.25.12": optional: true + "@esbuild/darwin-arm64@0.27.2": + optional: true + "@esbuild/darwin-x64@0.25.12": optional: true + "@esbuild/darwin-x64@0.27.2": + optional: true + "@esbuild/freebsd-arm64@0.25.12": optional: true + "@esbuild/freebsd-arm64@0.27.2": + optional: true + "@esbuild/freebsd-x64@0.25.12": optional: true + "@esbuild/freebsd-x64@0.27.2": + optional: true + "@esbuild/linux-arm64@0.25.12": optional: true + "@esbuild/linux-arm64@0.27.2": + optional: true + "@esbuild/linux-arm@0.25.12": optional: true + "@esbuild/linux-arm@0.27.2": + optional: true + "@esbuild/linux-ia32@0.25.12": optional: true + "@esbuild/linux-ia32@0.27.2": + optional: true + "@esbuild/linux-loong64@0.25.12": optional: true + "@esbuild/linux-loong64@0.27.2": + optional: true + "@esbuild/linux-mips64el@0.25.12": optional: true + "@esbuild/linux-mips64el@0.27.2": + optional: true + "@esbuild/linux-ppc64@0.25.12": optional: true + "@esbuild/linux-ppc64@0.27.2": + optional: true + "@esbuild/linux-riscv64@0.25.12": optional: true + "@esbuild/linux-riscv64@0.27.2": + optional: true + "@esbuild/linux-s390x@0.25.12": optional: true + "@esbuild/linux-s390x@0.27.2": + optional: true + "@esbuild/linux-x64@0.25.12": optional: true + "@esbuild/linux-x64@0.27.2": + optional: true + "@esbuild/netbsd-arm64@0.25.12": optional: true + "@esbuild/netbsd-arm64@0.27.2": + optional: true + "@esbuild/netbsd-x64@0.25.12": optional: true + "@esbuild/netbsd-x64@0.27.2": + optional: true + "@esbuild/openbsd-arm64@0.25.12": optional: true + "@esbuild/openbsd-arm64@0.27.2": + optional: true + "@esbuild/openbsd-x64@0.25.12": optional: true + "@esbuild/openbsd-x64@0.27.2": + optional: true + "@esbuild/openharmony-arm64@0.25.12": optional: true + "@esbuild/openharmony-arm64@0.27.2": + optional: true + "@esbuild/sunos-x64@0.25.12": optional: true + "@esbuild/sunos-x64@0.27.2": + optional: true + "@esbuild/win32-arm64@0.25.12": optional: true + "@esbuild/win32-arm64@0.27.2": + optional: true + "@esbuild/win32-ia32@0.25.12": optional: true + "@esbuild/win32-ia32@0.27.2": + optional: true + "@esbuild/win32-x64@0.25.12": optional: true - "@eslint-community/eslint-utils@4.9.0(eslint@9.39.1(jiti@2.6.1))": + "@esbuild/win32-x64@0.27.2": + optional: true + + "@eslint-community/eslint-utils@4.9.1(eslint@9.39.2(jiti@2.6.1))": dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) eslint-visitor-keys: 3.4.3 "@eslint-community/regexpp@4.12.2": {} @@ -14047,7 +14673,7 @@ snapshots: transitivePeerDependencies: - supports-color - "@eslint/js@9.39.1": {} + "@eslint/js@9.39.2": {} "@eslint/object-schema@2.1.7": {} @@ -14065,7 +14691,7 @@ snapshots: "@floating-ui/core@0.7.3": {} - "@floating-ui/core@1.7.3": + "@floating-ui/core@1.7.4": dependencies: "@floating-ui/utils": 0.2.10 @@ -14073,9 +14699,9 @@ snapshots: dependencies: "@floating-ui/core": 0.7.3 - "@floating-ui/dom@1.7.4": + "@floating-ui/dom@1.7.5": dependencies: - "@floating-ui/core": 1.7.3 + "@floating-ui/core": 1.7.4 "@floating-ui/utils": 0.2.10 "@floating-ui/react-dom-interactions@0.5.0(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": @@ -14097,23 +14723,23 @@ snapshots: transitivePeerDependencies: - "@types/react" - "@floating-ui/react-dom@2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": + "@floating-ui/react-dom@2.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@floating-ui/dom": 1.7.4 + "@floating-ui/dom": 1.7.5 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) "@floating-ui/utils@0.2.10": {} - "@formatjs/cli@4.8.4(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3))": + "@formatjs/cli@4.8.4(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3))": dependencies: "@formatjs/icu-messageformat-parser": 2.1.0 - "@formatjs/ts-transformer": 3.9.4(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3)) + "@formatjs/ts-transformer": 3.9.4(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3)) "@types/estree": 0.0.50 "@types/fs-extra": 9.0.13 "@types/json-stable-stringify": 1.2.0 "@types/node": 14.18.63 - "@vue/compiler-core": 3.5.25 + "@vue/compiler-core": 3.5.27 chalk: 4.1.2 commander: 8.3.0 fast-glob: 3.3.3 @@ -14122,7 +14748,7 @@ snapshots: loud-rejection: 2.2.0 tslib: 2.8.1 typescript: 4.9.5 - vue: 3.5.25(typescript@4.9.5) + vue: 3.5.27(typescript@4.9.5) transitivePeerDependencies: - ts-jest @@ -14200,18 +14826,18 @@ snapshots: optionalDependencies: typescript: 5.8.3 - "@formatjs/ts-transformer@3.14.2(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3))": + "@formatjs/ts-transformer@3.14.2(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3))": dependencies: "@formatjs/icu-messageformat-parser": 2.11.4 - "@types/node": 22.19.1 + "@types/node": 22.19.8 chalk: 4.1.2 json-stable-stringify: 1.3.0 tslib: 2.8.1 typescript: 5.8.3 optionalDependencies: - ts-jest: 27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3) + ts-jest: 27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3) - "@formatjs/ts-transformer@3.9.4(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3))": + "@formatjs/ts-transformer@3.9.4(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3))": dependencies: "@formatjs/icu-messageformat-parser": 2.1.0 "@types/node": 14.18.63 @@ -14219,7 +14845,7 @@ snapshots: tslib: 2.8.1 typescript: 4.9.5 optionalDependencies: - ts-jest: 27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3) + ts-jest: 27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3) "@glideapps/glide-data-grid-cells@5.3.0(@types/react@18.3.23)(lodash@4.17.23)(marked@4.3.0)(react-dom@18.3.1(react@18.3.1))(react-responsive-carousel@3.2.23)(react@18.3.1)": dependencies: @@ -14246,17 +14872,17 @@ snapshots: react-number-format: 5.4.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-responsive-carousel: 3.2.23 - "@graphiql/plugin-explorer@0.1.22(@graphiql/react@0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": + "@graphiql/plugin-explorer@0.1.22(@graphiql/react@0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@graphiql/react": 0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) + "@graphiql/react": 0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) graphiql-explorer: 0.9.0(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) graphql: 16.11.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - "@graphiql/react@0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1)": + "@graphiql/react@0.15.0(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1)": dependencies: - "@graphiql/toolkit": 0.8.4(@types/node@20.19.25)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0) + "@graphiql/toolkit": 0.8.4(@types/node@20.19.31)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0) "@reach/combobox": 0.17.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@reach/dialog": 0.17.0(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@reach/listbox": 0.17.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -14279,9 +14905,9 @@ snapshots: - graphql-ws - react-is - "@graphiql/react@0.17.6(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1)": + "@graphiql/react@0.17.6(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1)": dependencies: - "@graphiql/toolkit": 0.8.4(@types/node@20.19.25)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0) + "@graphiql/toolkit": 0.8.4(@types/node@20.19.31)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0) "@reach/combobox": 0.17.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@reach/dialog": 0.17.0(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@reach/listbox": 0.17.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -14305,13 +14931,13 @@ snapshots: - graphql-ws - react-is - "@graphiql/toolkit@0.8.4(@types/node@20.19.25)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)": + "@graphiql/toolkit@0.8.4(@types/node@20.19.31)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)": dependencies: "@n1ru4l/push-pull-async-iterable-iterator": 3.2.0 graphql: 16.11.0 - meros: 1.3.2(@types/node@20.19.25) + meros: 1.3.2(@types/node@20.19.31) optionalDependencies: - graphql-ws: 6.0.6(graphql@16.11.0)(ws@8.18.3) + graphql-ws: 6.0.7(graphql@16.11.0)(ws@8.19.0) transitivePeerDependencies: - "@types/node" @@ -14321,33 +14947,33 @@ snapshots: graphql: 16.11.0 tslib: 2.4.1 - "@graphql-codegen/cli@2.16.5(@babel/core@7.28.5)(@swc/core@1.15.3)(@types/node@20.19.25)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.8.3)": + "@graphql-codegen/cli@2.16.5(@babel/core@7.29.0)(@swc/core@1.15.11)(@types/node@20.19.31)(enquirer@2.4.1)(graphql@16.11.0)(typescript@5.8.3)": dependencies: - "@babel/generator": 7.28.5 - "@babel/template": 7.27.2 - "@babel/types": 7.28.5 + "@babel/generator": 7.29.0 + "@babel/template": 7.28.6 + "@babel/types": 7.29.0 "@graphql-codegen/core": 2.6.8(graphql@16.11.0) "@graphql-codegen/plugin-helpers": 3.1.2(graphql@16.11.0) "@graphql-tools/apollo-engine-loader": 7.3.26(graphql@16.11.0) - "@graphql-tools/code-file-loader": 7.3.23(@babel/core@7.28.5)(graphql@16.11.0) - "@graphql-tools/git-loader": 7.3.0(@babel/core@7.28.5)(graphql@16.11.0) - "@graphql-tools/github-loader": 7.3.28(@babel/core@7.28.5)(@types/node@20.19.25)(graphql@16.11.0) + "@graphql-tools/code-file-loader": 7.3.23(@babel/core@7.29.0)(graphql@16.11.0) + "@graphql-tools/git-loader": 7.3.0(@babel/core@7.29.0)(graphql@16.11.0) + "@graphql-tools/github-loader": 7.3.28(@babel/core@7.29.0)(@types/node@20.19.31)(graphql@16.11.0) "@graphql-tools/graphql-file-loader": 7.5.17(graphql@16.11.0) "@graphql-tools/json-file-loader": 7.4.18(graphql@16.11.0) "@graphql-tools/load": 7.8.14(graphql@16.11.0) - "@graphql-tools/prisma-loader": 7.2.72(@types/node@20.19.25)(graphql@16.11.0) - "@graphql-tools/url-loader": 7.17.18(@types/node@20.19.25)(graphql@16.11.0) + "@graphql-tools/prisma-loader": 7.2.72(@types/node@20.19.31)(graphql@16.11.0) + "@graphql-tools/url-loader": 7.17.18(@types/node@20.19.31)(graphql@16.11.0) "@graphql-tools/utils": 9.2.1(graphql@16.11.0) - "@whatwg-node/fetch": 0.6.9(@types/node@20.19.25) + "@whatwg-node/fetch": 0.6.9(@types/node@20.19.31) chalk: 4.1.2 chokidar: 3.6.0 cosmiconfig: 7.1.0 - cosmiconfig-typescript-loader: 4.4.0(@types/node@20.19.25)(cosmiconfig@7.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3))(typescript@5.8.3) + cosmiconfig-typescript-loader: 4.4.0(@types/node@20.19.31)(cosmiconfig@7.1.0)(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3))(typescript@5.8.3) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.11.0 - graphql-config: 4.5.0(@types/node@20.19.25)(graphql@16.11.0) - inquirer: 8.2.7(@types/node@20.19.25) + graphql-config: 4.5.0(@types/node@20.19.31)(graphql@16.11.0) + inquirer: 8.2.7(@types/node@20.19.31) is-glob: 4.0.3 json-to-pretty-yaml: 1.2.2 listr2: 4.0.5(enquirer@2.4.1) @@ -14355,7 +14981,7 @@ snapshots: shell-quote: 1.8.3 string-env-interpolation: 1.0.1 ts-log: 2.2.7 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3) tslib: 2.8.1 yaml: 1.10.2 yargs: 17.7.2 @@ -14507,16 +15133,16 @@ snapshots: - encoding - supports-color - "@graphql-eslint/eslint-plugin@4.4.0(@types/node@20.19.25)(eslint@9.39.1(jiti@2.6.1))(graphql@16.11.0)(typescript@5.8.3)": + "@graphql-eslint/eslint-plugin@4.4.0(@types/node@20.19.31)(eslint@9.39.2(jiti@2.6.1))(graphql@16.11.0)(typescript@5.8.3)": dependencies: - "@graphql-tools/code-file-loader": 8.1.27(graphql@16.11.0) - "@graphql-tools/graphql-tag-pluck": 8.3.26(graphql@16.11.0) + "@graphql-tools/code-file-loader": 8.1.28(graphql@16.11.0) + "@graphql-tools/graphql-tag-pluck": 8.3.27(graphql@16.11.0) "@graphql-tools/utils": 10.11.0(graphql@16.11.0) debug: 4.4.3 - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) fast-glob: 3.3.3 graphql: 16.11.0 - graphql-config: 5.1.5(@types/node@20.19.25)(graphql@16.11.0)(typescript@5.8.3) + graphql-config: 5.1.5(@types/node@20.19.31)(graphql@16.11.0)(typescript@5.8.3) graphql-depth-limit: 1.1.0(graphql@16.11.0) lodash.lowercase: 4.3.0 transitivePeerDependencies: @@ -14527,7 +15153,6 @@ snapshots: - crossws - supports-color - typescript - - uWebSockets.js - utf-8-validate "@graphql-hive/signal@1.0.0": {} @@ -14558,9 +15183,9 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 - "@graphql-tools/code-file-loader@7.3.23(@babel/core@7.28.5)(graphql@16.11.0)": + "@graphql-tools/code-file-loader@7.3.23(@babel/core@7.29.0)(graphql@16.11.0)": dependencies: - "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.28.5)(graphql@16.11.0) + "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.29.0)(graphql@16.11.0) "@graphql-tools/utils": 9.2.1(graphql@16.11.0) globby: 11.1.0 graphql: 16.11.0 @@ -14570,10 +15195,10 @@ snapshots: - "@babel/core" - supports-color - "@graphql-tools/code-file-loader@8.1.27(graphql@16.11.0)": + "@graphql-tools/code-file-loader@8.1.28(graphql@16.11.0)": dependencies: - "@graphql-tools/graphql-tag-pluck": 8.3.26(graphql@16.11.0) - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/graphql-tag-pluck": 8.3.27(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) globby: 11.1.0 graphql: 16.11.0 tslib: 2.8.1 @@ -14584,8 +15209,8 @@ snapshots: "@graphql-tools/delegate@10.2.23(graphql@16.11.0)": dependencies: "@graphql-tools/batch-execute": 9.0.19(graphql@16.11.0) - "@graphql-tools/executor": 1.5.0(graphql@16.11.0) - "@graphql-tools/schema": 10.0.30(graphql@16.11.0) + "@graphql-tools/executor": 1.5.1(graphql@16.11.0) + "@graphql-tools/schema": 10.0.31(graphql@16.11.0) "@graphql-tools/utils": 10.11.0(graphql@16.11.0) "@repeaterjs/repeater": 3.0.6 "@whatwg-node/promise-helpers": 1.3.2 @@ -14607,13 +15232,13 @@ snapshots: "@graphql-tools/executor-common@0.0.4(graphql@16.11.0)": dependencies: - "@envelop/core": 5.4.0 + "@envelop/core": 5.5.0 "@graphql-tools/utils": 10.11.0(graphql@16.11.0) graphql: 16.11.0 "@graphql-tools/executor-common@0.0.6(graphql@16.11.0)": dependencies: - "@envelop/core": 5.4.0 + "@envelop/core": 5.5.0 "@graphql-tools/utils": 10.11.0(graphql@16.11.0) graphql: 16.11.0 @@ -14624,9 +15249,9 @@ snapshots: "@types/ws": 8.18.1 graphql: 16.11.0 graphql-ws: 5.12.1(graphql@16.11.0) - isomorphic-ws: 5.0.0(ws@8.18.3) + isomorphic-ws: 5.0.0(ws@8.19.0) tslib: 2.8.1 - ws: 8.18.3 + ws: 8.19.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -14637,18 +15262,17 @@ snapshots: "@graphql-tools/utils": 10.11.0(graphql@16.11.0) "@whatwg-node/disposablestack": 0.0.6 graphql: 16.11.0 - graphql-ws: 6.0.6(graphql@16.11.0)(ws@8.18.3) - isomorphic-ws: 5.0.0(ws@8.18.3) + graphql-ws: 6.0.7(graphql@16.11.0)(ws@8.19.0) + isomorphic-ws: 5.0.0(ws@8.19.0) tslib: 2.8.1 - ws: 8.18.3 + ws: 8.19.0 transitivePeerDependencies: - "@fastify/websocket" - bufferutil - crossws - - uWebSockets.js - utf-8-validate - "@graphql-tools/executor-http@0.1.10(@types/node@20.19.25)(graphql@16.11.0)": + "@graphql-tools/executor-http@0.1.10(@types/node@20.19.31)(graphql@16.11.0)": dependencies: "@graphql-tools/utils": 9.2.1(graphql@16.11.0) "@repeaterjs/repeater": 3.0.6 @@ -14656,13 +15280,13 @@ snapshots: dset: 3.1.4 extract-files: 11.0.0 graphql: 16.11.0 - meros: 1.3.2(@types/node@20.19.25) + meros: 1.3.2(@types/node@20.19.31) tslib: 2.8.1 value-or-promise: 1.0.12 transitivePeerDependencies: - "@types/node" - "@graphql-tools/executor-http@1.3.3(@types/node@20.19.25)(graphql@16.11.0)": + "@graphql-tools/executor-http@1.3.3(@types/node@20.19.31)(graphql@16.11.0)": dependencies: "@graphql-hive/signal": 1.0.0 "@graphql-tools/executor-common": 0.0.4(graphql@16.11.0) @@ -14672,7 +15296,7 @@ snapshots: "@whatwg-node/fetch": 0.10.13 "@whatwg-node/promise-helpers": 1.3.2 graphql: 16.11.0 - meros: 1.3.2(@types/node@20.19.25) + meros: 1.3.2(@types/node@20.19.31) tslib: 2.8.1 transitivePeerDependencies: - "@types/node" @@ -14682,21 +15306,21 @@ snapshots: "@graphql-tools/utils": 9.2.1(graphql@16.11.0) "@types/ws": 8.18.1 graphql: 16.11.0 - isomorphic-ws: 5.0.0(ws@8.18.3) + isomorphic-ws: 5.0.0(ws@8.19.0) tslib: 2.8.1 - ws: 8.18.3 + ws: 8.19.0 transitivePeerDependencies: - bufferutil - utf-8-validate - "@graphql-tools/executor-legacy-ws@1.1.24(graphql@16.11.0)": + "@graphql-tools/executor-legacy-ws@1.1.25(graphql@16.11.0)": dependencies: - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) "@types/ws": 8.18.1 graphql: 16.11.0 - isomorphic-ws: 5.0.0(ws@8.18.3) + isomorphic-ws: 5.0.0(ws@8.19.0) tslib: 2.8.1 - ws: 8.18.3 + ws: 8.19.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -14710,9 +15334,9 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 - "@graphql-tools/executor@1.5.0(graphql@16.11.0)": + "@graphql-tools/executor@1.5.1(graphql@16.11.0)": dependencies: - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) "@graphql-typed-document-node/core": 3.2.0(graphql@16.11.0) "@repeaterjs/repeater": 3.0.6 "@whatwg-node/disposablestack": 0.0.6 @@ -14720,9 +15344,9 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 - "@graphql-tools/git-loader@7.3.0(@babel/core@7.28.5)(graphql@16.11.0)": + "@graphql-tools/git-loader@7.3.0(@babel/core@7.29.0)(graphql@16.11.0)": dependencies: - "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.28.5)(graphql@16.11.0) + "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.29.0)(graphql@16.11.0) "@graphql-tools/utils": 9.2.1(graphql@16.11.0) graphql: 16.11.0 is-glob: 4.0.3 @@ -14733,11 +15357,11 @@ snapshots: - "@babel/core" - supports-color - "@graphql-tools/github-loader@7.3.28(@babel/core@7.28.5)(@types/node@20.19.25)(graphql@16.11.0)": + "@graphql-tools/github-loader@7.3.28(@babel/core@7.29.0)(@types/node@20.19.31)(graphql@16.11.0)": dependencies: "@ardatan/sync-fetch": 0.0.1 - "@graphql-tools/executor-http": 0.1.10(@types/node@20.19.25)(graphql@16.11.0) - "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.28.5)(graphql@16.11.0) + "@graphql-tools/executor-http": 0.1.10(@types/node@20.19.31)(graphql@16.11.0) + "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.29.0)(graphql@16.11.0) "@graphql-tools/utils": 9.2.1(graphql@16.11.0) "@whatwg-node/fetch": 0.8.8 graphql: 16.11.0 @@ -14758,10 +15382,10 @@ snapshots: tslib: 2.8.1 unixify: 1.0.0 - "@graphql-tools/graphql-file-loader@8.1.8(graphql@16.11.0)": + "@graphql-tools/graphql-file-loader@8.1.9(graphql@16.11.0)": dependencies: - "@graphql-tools/import": 7.1.8(graphql@16.11.0) - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/import": 7.1.9(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) globby: 11.1.0 graphql: 16.11.0 tslib: 2.8.1 @@ -14769,12 +15393,12 @@ snapshots: transitivePeerDependencies: - supports-color - "@graphql-tools/graphql-tag-pluck@7.5.2(@babel/core@7.28.5)(graphql@16.11.0)": + "@graphql-tools/graphql-tag-pluck@7.5.2(@babel/core@7.29.0)(graphql@16.11.0)": dependencies: - "@babel/parser": 7.28.5 - "@babel/plugin-syntax-import-assertions": 7.27.1(@babel/core@7.28.5) - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 + "@babel/parser": 7.29.0 + "@babel/plugin-syntax-import-assertions": 7.28.6(@babel/core@7.29.0) + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 "@graphql-tools/utils": 9.2.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 @@ -14782,14 +15406,14 @@ snapshots: - "@babel/core" - supports-color - "@graphql-tools/graphql-tag-pluck@8.3.26(graphql@16.11.0)": + "@graphql-tools/graphql-tag-pluck@8.3.27(graphql@16.11.0)": dependencies: - "@babel/core": 7.28.5 - "@babel/parser": 7.28.5 - "@babel/plugin-syntax-import-assertions": 7.27.1(@babel/core@7.28.5) - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@babel/core": 7.29.0 + "@babel/parser": 7.29.0 + "@babel/plugin-syntax-import-assertions": 7.28.6(@babel/core@7.29.0) + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 transitivePeerDependencies: @@ -14802,10 +15426,10 @@ snapshots: resolve-from: 5.0.0 tslib: 2.8.1 - "@graphql-tools/import@7.1.8(graphql@16.11.0)": + "@graphql-tools/import@7.1.9(graphql@16.11.0)": dependencies: - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) - "@theguild/federation-composition": 0.21.0(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) + "@theguild/federation-composition": 0.21.3(graphql@16.11.0) graphql: 16.11.0 resolve-from: 5.0.0 tslib: 2.8.1 @@ -14820,9 +15444,9 @@ snapshots: tslib: 2.8.1 unixify: 1.0.0 - "@graphql-tools/json-file-loader@8.0.25(graphql@16.11.0)": + "@graphql-tools/json-file-loader@8.0.26(graphql@16.11.0)": dependencies: - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) globby: 11.1.0 graphql: 16.11.0 tslib: 2.8.1 @@ -14836,10 +15460,10 @@ snapshots: p-limit: 3.1.0 tslib: 2.8.1 - "@graphql-tools/load@8.1.7(graphql@16.11.0)": + "@graphql-tools/load@8.1.8(graphql@16.11.0)": dependencies: - "@graphql-tools/schema": 10.0.30(graphql@16.11.0) - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/schema": 10.0.31(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) graphql: 16.11.0 p-limit: 3.1.0 tslib: 2.8.1 @@ -14850,9 +15474,9 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 - "@graphql-tools/merge@9.1.6(graphql@16.11.0)": + "@graphql-tools/merge@9.1.7(graphql@16.11.0)": dependencies: - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 @@ -14861,9 +15485,9 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 - "@graphql-tools/prisma-loader@7.2.72(@types/node@20.19.25)(graphql@16.11.0)": + "@graphql-tools/prisma-loader@7.2.72(@types/node@20.19.31)(graphql@16.11.0)": dependencies: - "@graphql-tools/url-loader": 7.17.18(@types/node@20.19.25)(graphql@16.11.0) + "@graphql-tools/url-loader": 7.17.18(@types/node@20.19.31)(graphql@16.11.0) "@graphql-tools/utils": 9.2.1(graphql@16.11.0) "@types/js-yaml": 4.0.9 "@types/json-stable-stringify": 1.2.0 @@ -14899,10 +15523,10 @@ snapshots: - encoding - supports-color - "@graphql-tools/schema@10.0.30(graphql@16.11.0)": + "@graphql-tools/schema@10.0.31(graphql@16.11.0)": dependencies: - "@graphql-tools/merge": 9.1.6(graphql@16.11.0) - "@graphql-tools/utils": 10.11.0(graphql@16.11.0) + "@graphql-tools/merge": 9.1.7(graphql@16.11.0) + "@graphql-tools/utils": 11.0.0(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 @@ -14914,49 +15538,48 @@ snapshots: tslib: 2.8.1 value-or-promise: 1.0.12 - "@graphql-tools/url-loader@7.17.18(@types/node@20.19.25)(graphql@16.11.0)": + "@graphql-tools/url-loader@7.17.18(@types/node@20.19.31)(graphql@16.11.0)": dependencies: "@ardatan/sync-fetch": 0.0.1 "@graphql-tools/delegate": 9.0.35(graphql@16.11.0) "@graphql-tools/executor-graphql-ws": 0.0.14(graphql@16.11.0) - "@graphql-tools/executor-http": 0.1.10(@types/node@20.19.25)(graphql@16.11.0) + "@graphql-tools/executor-http": 0.1.10(@types/node@20.19.31)(graphql@16.11.0) "@graphql-tools/executor-legacy-ws": 0.0.11(graphql@16.11.0) "@graphql-tools/utils": 9.2.1(graphql@16.11.0) "@graphql-tools/wrap": 9.4.2(graphql@16.11.0) "@types/ws": 8.18.1 "@whatwg-node/fetch": 0.8.8 graphql: 16.11.0 - isomorphic-ws: 5.0.0(ws@8.18.3) + isomorphic-ws: 5.0.0(ws@8.19.0) tslib: 2.8.1 value-or-promise: 1.0.12 - ws: 8.18.3 + ws: 8.19.0 transitivePeerDependencies: - "@types/node" - bufferutil - encoding - utf-8-validate - "@graphql-tools/url-loader@8.0.33(@types/node@20.19.25)(graphql@16.11.0)": + "@graphql-tools/url-loader@8.0.33(@types/node@20.19.31)(graphql@16.11.0)": dependencies: "@graphql-tools/executor-graphql-ws": 2.0.7(graphql@16.11.0) - "@graphql-tools/executor-http": 1.3.3(@types/node@20.19.25)(graphql@16.11.0) - "@graphql-tools/executor-legacy-ws": 1.1.24(graphql@16.11.0) + "@graphql-tools/executor-http": 1.3.3(@types/node@20.19.31)(graphql@16.11.0) + "@graphql-tools/executor-legacy-ws": 1.1.25(graphql@16.11.0) "@graphql-tools/utils": 10.11.0(graphql@16.11.0) "@graphql-tools/wrap": 10.1.4(graphql@16.11.0) "@types/ws": 8.18.1 "@whatwg-node/fetch": 0.10.13 "@whatwg-node/promise-helpers": 1.3.2 graphql: 16.11.0 - isomorphic-ws: 5.0.0(ws@8.18.3) + isomorphic-ws: 5.0.0(ws@8.19.0) sync-fetch: 0.6.0-2 tslib: 2.8.1 - ws: 8.18.3 + ws: 8.19.0 transitivePeerDependencies: - "@fastify/websocket" - "@types/node" - bufferutil - crossws - - uWebSockets.js - utf-8-validate "@graphql-tools/utils@10.11.0(graphql@16.11.0)": @@ -14967,6 +15590,14 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 + "@graphql-tools/utils@11.0.0(graphql@16.11.0)": + dependencies: + "@graphql-typed-document-node/core": 3.2.0(graphql@16.11.0) + "@whatwg-node/promise-helpers": 1.3.2 + cross-inspect: 1.0.1 + graphql: 16.11.0 + tslib: 2.8.1 + "@graphql-tools/utils@8.13.1(graphql@16.11.0)": dependencies: graphql: 16.11.0 @@ -14981,7 +15612,7 @@ snapshots: "@graphql-tools/wrap@10.1.4(graphql@16.11.0)": dependencies: "@graphql-tools/delegate": 10.2.23(graphql@16.11.0) - "@graphql-tools/schema": 10.0.30(graphql@16.11.0) + "@graphql-tools/schema": 10.0.31(graphql@16.11.0) "@graphql-tools/utils": 10.11.0(graphql@16.11.0) "@whatwg-node/promise-helpers": 1.3.2 graphql: 16.11.0 @@ -15000,9 +15631,9 @@ snapshots: dependencies: graphql: 16.11.0 - "@hookform/resolvers@3.10.0(react-hook-form@7.68.0(react@18.3.1))": + "@hookform/resolvers@3.10.0(react-hook-form@7.71.1(react@18.3.1))": dependencies: - react-hook-form: 7.68.0(react@18.3.1) + react-hook-form: 7.71.1(react@18.3.1) "@humanfs/core@0.19.1": {} @@ -15015,19 +15646,28 @@ snapshots: "@humanwhocodes/retry@0.4.3": {} - "@inquirer/external-editor@1.0.3(@types/node@20.19.25)": + "@inquirer/external-editor@1.0.3(@types/node@20.19.31)": dependencies: chardet: 2.1.1 - iconv-lite: 0.7.0 + iconv-lite: 0.7.2 optionalDependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 "@isaacs/balanced-match@4.0.1": {} - "@isaacs/brace-expansion@5.0.0": + "@isaacs/brace-expansion@5.0.1": dependencies: "@isaacs/balanced-match": 4.0.1 + "@isaacs/cliui@8.0.2": + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.2 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + "@istanbuljs/load-nyc-config@1.1.0": dependencies: camelcase: 5.3.1 @@ -15043,28 +15683,28 @@ snapshots: "@jest/console@27.5.1": dependencies: "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 slash: 3.0.0 optional: true - "@jest/core@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3))": + "@jest/core@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3))": dependencies: "@jest/console": 27.5.1 "@jest/reporters": 27.5.1 "@jest/test-result": 27.5.1 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 27.5.1 - jest-config: 27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)) + jest-config: 27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)) jest-haste-map: 27.5.1 jest-message-util: 27.5.1 jest-regex-util: 27.5.1 @@ -15096,7 +15736,7 @@ snapshots: dependencies: "@jest/fake-timers": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 jest-mock: 27.5.1 optional: true @@ -15104,7 +15744,7 @@ snapshots: dependencies: "@jest/types": 27.5.1 "@sinonjs/fake-timers": 8.1.0 - "@types/node": 20.19.25 + "@types/node": 20.19.31 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -15119,7 +15759,7 @@ snapshots: "@jest/pattern@30.0.1": dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 jest-regex-util: 30.0.1 "@jest/reporters@27.5.1": @@ -15129,7 +15769,7 @@ snapshots: "@jest/test-result": 27.5.1 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 chalk: 4.1.2 collect-v8-coverage: 1.0.3 exit: 0.1.2 @@ -15155,7 +15795,7 @@ snapshots: "@jest/schemas@30.0.5": dependencies: - "@sinclair/typebox": 0.34.41 + "@sinclair/typebox": 0.34.48 "@jest/source-map@27.5.1": dependencies: @@ -15184,7 +15824,7 @@ snapshots: "@jest/transform@27.5.1": dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@jest/types": 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -15207,7 +15847,7 @@ snapshots: dependencies: "@types/istanbul-lib-coverage": 2.0.6 "@types/istanbul-reports": 3.0.4 - "@types/node": 20.19.25 + "@types/node": 20.19.31 "@types/yargs": 15.0.20 chalk: 4.1.2 optional: true @@ -15216,7 +15856,7 @@ snapshots: dependencies: "@types/istanbul-lib-coverage": 2.0.6 "@types/istanbul-reports": 3.0.4 - "@types/node": 20.19.25 + "@types/node": 20.19.31 "@types/yargs": 16.0.11 chalk: 4.1.2 optional: true @@ -15227,16 +15867,15 @@ snapshots: "@jest/schemas": 30.0.5 "@types/istanbul-lib-coverage": 2.0.6 "@types/istanbul-reports": 3.0.4 - "@types/node": 20.19.25 + "@types/node": 20.19.31 "@types/yargs": 17.0.35 chalk: 4.1.2 - "@joshwooding/vite-plugin-react-docgen-typescript@0.6.1(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1))": + "@joshwooding/vite-plugin-react-docgen-typescript@0.6.3(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0))": dependencies: - glob: 13.0.0 - magic-string: 0.30.21 + glob: 11.1.0 react-docgen-typescript: 2.4.0(typescript@5.8.3) - vite: 6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1) + vite: 6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0) optionalDependencies: typescript: 5.8.3 @@ -15269,26 +15908,26 @@ snapshots: "@jridgewell/resolve-uri": 3.1.2 "@jridgewell/sourcemap-codec": 1.5.5 - "@lezer/common@1.4.0": {} + "@lezer/common@1.5.1": {} "@lezer/highlight@1.2.3": dependencies: - "@lezer/common": 1.4.0 + "@lezer/common": 1.5.1 - "@lezer/lr@1.4.4": + "@lezer/lr@1.4.8": dependencies: - "@lezer/common": 1.4.0 + "@lezer/common": 1.5.1 "@manypkg/find-root@1.1.0": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@types/node": 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 "@manypkg/get-packages@1.1.3": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@changesets/types": 4.1.0 "@manypkg/find-root": 1.1.0 fs-extra: 8.1.0 @@ -15299,7 +15938,7 @@ snapshots: "@material-ui/core@4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@material-ui/styles": 4.11.5(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@material-ui/system": 4.12.2(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@material-ui/types": 5.1.0(@types/react@18.3.23) @@ -15318,7 +15957,7 @@ snapshots: "@material-ui/icons@4.11.3(@material-ui/core@4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@material-ui/core": 4.12.4(@types/react@18.3.23)(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) @@ -15327,7 +15966,7 @@ snapshots: "@material-ui/lab@4.0.0-alpha.61(@material-ui/core@4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@material-ui/core": 4.12.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@material-ui/utils": 4.11.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) clsx: 1.2.1 @@ -15340,7 +15979,7 @@ snapshots: "@material-ui/styles@4.11.5(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@emotion/hash": 0.8.0 "@material-ui/types": 5.1.0(@types/react@18.3.23) "@material-ui/utils": 4.11.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -15363,7 +16002,7 @@ snapshots: "@material-ui/system@4.12.2(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@material-ui/utils": 4.11.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1) csstype: 2.6.21 prop-types: 15.8.1 @@ -15378,7 +16017,7 @@ snapshots: "@material-ui/utils@4.11.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 prop-types: 15.8.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -15386,10 +16025,10 @@ snapshots: "@n1ru4l/push-pull-async-iterable-iterator@3.2.0": {} - "@napi-rs/wasm-runtime@1.1.0": + "@napi-rs/wasm-runtime@1.1.1": dependencies: - "@emnapi/core": 1.7.1 - "@emnapi/runtime": 1.7.1 + "@emnapi/core": 1.8.1 + "@emnapi/runtime": 1.8.1 "@tybys/wasm-util": 0.10.1 optional: true @@ -15403,77 +16042,151 @@ snapshots: "@nodelib/fs.walk@1.2.8": dependencies: "@nodelib/fs.scandir": 2.1.5 - fastq: 1.19.1 + fastq: 1.20.1 + + "@opentelemetry/api-logs@0.208.0": + dependencies: + "@opentelemetry/api": 1.9.0 "@opentelemetry/api@1.9.0": {} + "@opentelemetry/core@2.2.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/semantic-conventions": 1.39.0 + + "@opentelemetry/core@2.5.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/semantic-conventions": 1.39.0 + + "@opentelemetry/exporter-logs-otlp-http@0.208.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/api-logs": 0.208.0 + "@opentelemetry/core": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/otlp-exporter-base": 0.208.0(@opentelemetry/api@1.9.0) + "@opentelemetry/otlp-transformer": 0.208.0(@opentelemetry/api@1.9.0) + "@opentelemetry/sdk-logs": 0.208.0(@opentelemetry/api@1.9.0) + + "@opentelemetry/otlp-exporter-base@0.208.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/core": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/otlp-transformer": 0.208.0(@opentelemetry/api@1.9.0) + + "@opentelemetry/otlp-transformer@0.208.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/api-logs": 0.208.0 + "@opentelemetry/core": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/resources": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/sdk-logs": 0.208.0(@opentelemetry/api@1.9.0) + "@opentelemetry/sdk-metrics": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/sdk-trace-base": 2.2.0(@opentelemetry/api@1.9.0) + protobufjs: 7.5.4 + + "@opentelemetry/resources@2.2.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/core": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/semantic-conventions": 1.39.0 + + "@opentelemetry/resources@2.5.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/core": 2.5.0(@opentelemetry/api@1.9.0) + "@opentelemetry/semantic-conventions": 1.39.0 + + "@opentelemetry/sdk-logs@0.208.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/api-logs": 0.208.0 + "@opentelemetry/core": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/resources": 2.2.0(@opentelemetry/api@1.9.0) + + "@opentelemetry/sdk-metrics@2.2.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/core": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/resources": 2.2.0(@opentelemetry/api@1.9.0) + + "@opentelemetry/sdk-trace-base@2.2.0(@opentelemetry/api@1.9.0)": + dependencies: + "@opentelemetry/api": 1.9.0 + "@opentelemetry/core": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/resources": 2.2.0(@opentelemetry/api@1.9.0) + "@opentelemetry/semantic-conventions": 1.39.0 + "@opentelemetry/semantic-conventions@1.30.0": {} - "@oxc-resolver/binding-android-arm-eabi@11.14.2": + "@opentelemetry/semantic-conventions@1.39.0": {} + + "@oxc-resolver/binding-android-arm-eabi@11.17.0": optional: true - "@oxc-resolver/binding-android-arm64@11.14.2": + "@oxc-resolver/binding-android-arm64@11.17.0": optional: true - "@oxc-resolver/binding-darwin-arm64@11.14.2": + "@oxc-resolver/binding-darwin-arm64@11.17.0": optional: true - "@oxc-resolver/binding-darwin-x64@11.14.2": + "@oxc-resolver/binding-darwin-x64@11.17.0": optional: true - "@oxc-resolver/binding-freebsd-x64@11.14.2": + "@oxc-resolver/binding-freebsd-x64@11.17.0": optional: true - "@oxc-resolver/binding-linux-arm-gnueabihf@11.14.2": + "@oxc-resolver/binding-linux-arm-gnueabihf@11.17.0": optional: true - "@oxc-resolver/binding-linux-arm-musleabihf@11.14.2": + "@oxc-resolver/binding-linux-arm-musleabihf@11.17.0": optional: true - "@oxc-resolver/binding-linux-arm64-gnu@11.14.2": + "@oxc-resolver/binding-linux-arm64-gnu@11.17.0": optional: true - "@oxc-resolver/binding-linux-arm64-musl@11.14.2": + "@oxc-resolver/binding-linux-arm64-musl@11.17.0": optional: true - "@oxc-resolver/binding-linux-ppc64-gnu@11.14.2": + "@oxc-resolver/binding-linux-ppc64-gnu@11.17.0": optional: true - "@oxc-resolver/binding-linux-riscv64-gnu@11.14.2": + "@oxc-resolver/binding-linux-riscv64-gnu@11.17.0": optional: true - "@oxc-resolver/binding-linux-riscv64-musl@11.14.2": + "@oxc-resolver/binding-linux-riscv64-musl@11.17.0": optional: true - "@oxc-resolver/binding-linux-s390x-gnu@11.14.2": + "@oxc-resolver/binding-linux-s390x-gnu@11.17.0": optional: true - "@oxc-resolver/binding-linux-x64-gnu@11.14.2": + "@oxc-resolver/binding-linux-x64-gnu@11.17.0": optional: true - "@oxc-resolver/binding-linux-x64-musl@11.14.2": + "@oxc-resolver/binding-linux-x64-musl@11.17.0": optional: true - "@oxc-resolver/binding-openharmony-arm64@11.14.2": + "@oxc-resolver/binding-openharmony-arm64@11.17.0": optional: true - "@oxc-resolver/binding-wasm32-wasi@11.14.2": + "@oxc-resolver/binding-wasm32-wasi@11.17.0": dependencies: - "@napi-rs/wasm-runtime": 1.1.0 + "@napi-rs/wasm-runtime": 1.1.1 optional: true - "@oxc-resolver/binding-win32-arm64-msvc@11.14.2": + "@oxc-resolver/binding-win32-arm64-msvc@11.17.0": optional: true - "@oxc-resolver/binding-win32-ia32-msvc@11.14.2": + "@oxc-resolver/binding-win32-ia32-msvc@11.17.0": optional: true - "@oxc-resolver/binding-win32-x64-msvc@11.14.2": + "@oxc-resolver/binding-win32-x64-msvc@11.17.0": optional: true "@peculiar/asn1-schema@2.6.0": dependencies: - asn1js: 3.0.6 + asn1js: 3.0.7 pvtsutils: 1.3.6 tslib: 2.8.1 @@ -15505,7 +16218,7 @@ snapshots: blueimp-md5: 2.19.0 fast-json-stable-stringify: 2.1.0 is-absolute-url: 3.0.3 - lodash-es: 4.17.21 + lodash-es: 4.17.23 loglevel: 1.9.2 route-recognizer: 0.3.4 slugify: 1.6.6 @@ -15517,7 +16230,7 @@ snapshots: "@types/set-cookie-parser": 2.4.10 bowser: 2.13.1 fast-json-stable-stringify: 2.1.0 - lodash-es: 4.17.21 + lodash-es: 4.17.23 set-cookie-parser: 2.7.2 utf8-byte-length: 1.0.5 optional: true @@ -15528,10 +16241,35 @@ snapshots: url-parse: 1.5.10 optional: true - "@posthog/core@1.7.0": + "@posthog/core@1.19.0": dependencies: cross-spawn: 7.0.6 + "@posthog/types@1.339.1": {} + + "@protobufjs/aspromise@1.1.2": {} + + "@protobufjs/base64@1.1.2": {} + + "@protobufjs/codegen@2.0.4": {} + + "@protobufjs/eventemitter@1.1.0": {} + + "@protobufjs/fetch@1.1.0": + dependencies: + "@protobufjs/aspromise": 1.1.2 + "@protobufjs/inquire": 1.1.0 + + "@protobufjs/float@1.0.2": {} + + "@protobufjs/inquire@1.1.0": {} + + "@protobufjs/path@1.1.2": {} + + "@protobufjs/pool@1.1.0": {} + + "@protobufjs/utf8@1.1.0": {} + "@radix-ui/primitive@1.1.3": {} "@radix-ui/react-accordion@1.2.12(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": @@ -15747,7 +16485,7 @@ snapshots: "@radix-ui/react-popper@1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@floating-ui/react-dom": 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + "@floating-ui/react-dom": 2.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@radix-ui/react-arrow": 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@radix-ui/react-compose-refs": 1.1.2(@types/react@18.3.23)(react@18.3.1) "@radix-ui/react-context": 1.1.2(@types/react@18.3.23)(react@18.3.1) @@ -16133,91 +16871,100 @@ snapshots: "@rolldown/pluginutils@1.0.0-beta.27": {} - "@rollup/plugin-inject@5.0.5(rollup@4.53.3)": + "@rollup/plugin-inject@5.0.5(rollup@4.57.1)": dependencies: - "@rollup/pluginutils": 5.3.0(rollup@4.53.3) + "@rollup/pluginutils": 5.3.0(rollup@4.57.1) estree-walker: 2.0.2 magic-string: 0.30.21 optionalDependencies: - rollup: 4.53.3 + rollup: 4.57.1 "@rollup/pluginutils@4.2.1": dependencies: estree-walker: 2.0.2 picomatch: 2.3.1 - "@rollup/pluginutils@5.3.0(rollup@4.53.3)": + "@rollup/pluginutils@5.3.0(rollup@4.57.1)": dependencies: "@types/estree": 1.0.8 estree-walker: 2.0.2 picomatch: 4.0.3 optionalDependencies: - rollup: 4.53.3 + rollup: 4.57.1 + + "@rollup/rollup-android-arm-eabi@4.57.1": + optional: true + + "@rollup/rollup-android-arm64@4.57.1": + optional: true + + "@rollup/rollup-darwin-arm64@4.57.1": + optional: true - "@rollup/rollup-android-arm-eabi@4.53.3": + "@rollup/rollup-darwin-x64@4.57.1": optional: true - "@rollup/rollup-android-arm64@4.53.3": + "@rollup/rollup-freebsd-arm64@4.57.1": optional: true - "@rollup/rollup-darwin-arm64@4.53.3": + "@rollup/rollup-freebsd-x64@4.57.1": optional: true - "@rollup/rollup-darwin-x64@4.53.3": + "@rollup/rollup-linux-arm-gnueabihf@4.57.1": optional: true - "@rollup/rollup-freebsd-arm64@4.53.3": + "@rollup/rollup-linux-arm-musleabihf@4.57.1": optional: true - "@rollup/rollup-freebsd-x64@4.53.3": + "@rollup/rollup-linux-arm64-gnu@4.57.1": optional: true - "@rollup/rollup-linux-arm-gnueabihf@4.53.3": + "@rollup/rollup-linux-arm64-musl@4.57.1": optional: true - "@rollup/rollup-linux-arm-musleabihf@4.53.3": + "@rollup/rollup-linux-loong64-gnu@4.57.1": optional: true - "@rollup/rollup-linux-arm64-gnu@4.53.3": + "@rollup/rollup-linux-loong64-musl@4.57.1": optional: true - "@rollup/rollup-linux-arm64-musl@4.53.3": + "@rollup/rollup-linux-ppc64-gnu@4.57.1": optional: true - "@rollup/rollup-linux-loong64-gnu@4.53.3": + "@rollup/rollup-linux-ppc64-musl@4.57.1": optional: true - "@rollup/rollup-linux-ppc64-gnu@4.53.3": + "@rollup/rollup-linux-riscv64-gnu@4.57.1": optional: true - "@rollup/rollup-linux-riscv64-gnu@4.53.3": + "@rollup/rollup-linux-riscv64-musl@4.57.1": optional: true - "@rollup/rollup-linux-riscv64-musl@4.53.3": + "@rollup/rollup-linux-s390x-gnu@4.57.1": optional: true - "@rollup/rollup-linux-s390x-gnu@4.53.3": + "@rollup/rollup-linux-x64-gnu@4.57.1": optional: true - "@rollup/rollup-linux-x64-gnu@4.53.3": + "@rollup/rollup-linux-x64-musl@4.57.1": optional: true - "@rollup/rollup-linux-x64-musl@4.53.3": + "@rollup/rollup-openbsd-x64@4.57.1": optional: true - "@rollup/rollup-openharmony-arm64@4.53.3": + "@rollup/rollup-openharmony-arm64@4.57.1": optional: true - "@rollup/rollup-win32-arm64-msvc@4.53.3": + "@rollup/rollup-win32-arm64-msvc@4.57.1": optional: true - "@rollup/rollup-win32-ia32-msvc@4.53.3": + "@rollup/rollup-win32-ia32-msvc@4.57.1": optional: true - "@rollup/rollup-win32-x64-gnu@4.53.3": + "@rollup/rollup-win32-x64-gnu@4.57.1": optional: true - "@rollup/rollup-win32-x64-msvc@4.53.3": + "@rollup/rollup-win32-x64-msvc@4.57.1": optional: true "@rtsao/scc@1.1.0": {} @@ -16245,7 +16992,7 @@ snapshots: clsx: 1.2.1 downshift: 6.1.12(react@18.3.1) lodash: 4.17.23 - lodash-es: 4.17.21 + lodash-es: 4.17.23 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) react-helmet: 6.1.0(react@18.3.1) @@ -16253,10 +17000,10 @@ snapshots: transitivePeerDependencies: - "@types/react" - "@saleor/macaw-ui@1.4.1(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(@vanilla-extract/css@1.17.5(babel-plugin-macros@3.1.0))(lucide-react@0.555.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": + "@saleor/macaw-ui@1.4.1(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(@vanilla-extract/css@1.18.0(babel-plugin-macros@3.1.0))(lucide-react@0.555.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: "@dessert-box/react": 0.4.0(react@18.3.1) - "@floating-ui/react-dom": 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + "@floating-ui/react-dom": 2.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@radix-ui/react-accordion": 1.2.12(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@radix-ui/react-checkbox": 1.3.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@radix-ui/react-dialog": 1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -16269,8 +17016,8 @@ snapshots: "@types/react": 18.3.23 "@types/react-dom": 18.3.7(@types/react@18.3.23) "@vanilla-extract/css-utils": 0.1.6 - "@vanilla-extract/recipes": 0.5.7(@vanilla-extract/css@1.17.5(babel-plugin-macros@3.1.0)) - downshift: 9.0.12(react@18.3.1) + "@vanilla-extract/recipes": 0.5.7(@vanilla-extract/css@1.18.0(babel-plugin-macros@3.1.0)) + downshift: 9.2.0(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: @@ -16318,7 +17065,7 @@ snapshots: "@sentry/bundler-plugin-core@2.23.1": dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@sentry/babel-plugin-component-annotate": 2.23.1 "@sentry/cli": 2.39.1 dotenv: 16.6.1 @@ -16333,46 +17080,46 @@ snapshots: "@sentry/cli-darwin@2.39.1": optional: true - "@sentry/cli-darwin@2.58.2": + "@sentry/cli-darwin@2.58.4": optional: true "@sentry/cli-linux-arm64@2.39.1": optional: true - "@sentry/cli-linux-arm64@2.58.2": + "@sentry/cli-linux-arm64@2.58.4": optional: true "@sentry/cli-linux-arm@2.39.1": optional: true - "@sentry/cli-linux-arm@2.58.2": + "@sentry/cli-linux-arm@2.58.4": optional: true "@sentry/cli-linux-i686@2.39.1": optional: true - "@sentry/cli-linux-i686@2.58.2": + "@sentry/cli-linux-i686@2.58.4": optional: true "@sentry/cli-linux-x64@2.39.1": optional: true - "@sentry/cli-linux-x64@2.58.2": + "@sentry/cli-linux-x64@2.58.4": optional: true - "@sentry/cli-win32-arm64@2.58.2": + "@sentry/cli-win32-arm64@2.58.4": optional: true "@sentry/cli-win32-i686@2.39.1": optional: true - "@sentry/cli-win32-i686@2.58.2": + "@sentry/cli-win32-i686@2.58.4": optional: true "@sentry/cli-win32-x64@2.39.1": optional: true - "@sentry/cli-win32-x64@2.58.2": + "@sentry/cli-win32-x64@2.58.4": optional: true "@sentry/cli@2.39.1": @@ -16394,7 +17141,7 @@ snapshots: - encoding - supports-color - "@sentry/cli@2.58.2": + "@sentry/cli@2.58.4": dependencies: https-proxy-agent: 5.0.1 node-fetch: 2.7.0 @@ -16402,14 +17149,14 @@ snapshots: proxy-from-env: 1.1.0 which: 2.0.2 optionalDependencies: - "@sentry/cli-darwin": 2.58.2 - "@sentry/cli-linux-arm": 2.58.2 - "@sentry/cli-linux-arm64": 2.58.2 - "@sentry/cli-linux-i686": 2.58.2 - "@sentry/cli-linux-x64": 2.58.2 - "@sentry/cli-win32-arm64": 2.58.2 - "@sentry/cli-win32-i686": 2.58.2 - "@sentry/cli-win32-x64": 2.58.2 + "@sentry/cli-darwin": 2.58.4 + "@sentry/cli-linux-arm": 2.58.4 + "@sentry/cli-linux-arm64": 2.58.4 + "@sentry/cli-linux-i686": 2.58.4 + "@sentry/cli-linux-x64": 2.58.4 + "@sentry/cli-win32-arm64": 2.58.4 + "@sentry/cli-win32-i686": 2.58.4 + "@sentry/cli-win32-x64": 2.58.4 transitivePeerDependencies: - encoding - supports-color @@ -16431,7 +17178,7 @@ snapshots: - encoding - supports-color - "@sinclair/typebox@0.34.41": {} + "@sinclair/typebox@0.34.48": {} "@sindresorhus/fnv1a@2.0.1": optional: true @@ -16446,108 +17193,126 @@ snapshots: "@sinonjs/commons": 1.8.6 optional: true - "@storybook/builder-vite@9.0.18(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1))": + "@storybook/builder-vite@10.2.4(esbuild@0.27.2)(rollup@4.57.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0))": dependencies: - "@storybook/csf-plugin": 9.0.18(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1))) - storybook: 9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + "@storybook/csf-plugin": 10.2.4(esbuild@0.27.2)(rollup@4.57.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0)) + storybook: 10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) ts-dedent: 2.2.0 - vite: 6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1) + vite: 6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0) + transitivePeerDependencies: + - esbuild + - rollup + - webpack - "@storybook/csf-plugin@9.0.18(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))": + "@storybook/csf-plugin@10.2.4(esbuild@0.27.2)(rollup@4.57.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0))": dependencies: - storybook: 9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) - unplugin: 1.16.1 + storybook: 10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + unplugin: 2.3.11 + optionalDependencies: + esbuild: 0.27.2 + rollup: 4.57.1 + vite: 6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0) "@storybook/global@5.0.0": {} - "@storybook/react-dom-shim@9.0.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))": + "@storybook/icons@2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": + dependencies: + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + + "@storybook/react-dom-shim@10.2.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))": dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - storybook: 9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + storybook: 10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - "@storybook/react-vite@9.0.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.53.3)(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1))": + "@storybook/react-vite@10.2.4(esbuild@0.27.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.57.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0))": dependencies: - "@joshwooding/vite-plugin-react-docgen-typescript": 0.6.1(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) - "@rollup/pluginutils": 5.3.0(rollup@4.53.3) - "@storybook/builder-vite": 9.0.18(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) - "@storybook/react": 9.0.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))(typescript@5.8.3) - find-up: 7.0.0 + "@joshwooding/vite-plugin-react-docgen-typescript": 0.6.3(typescript@5.8.3)(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0)) + "@rollup/pluginutils": 5.3.0(rollup@4.57.1) + "@storybook/builder-vite": 10.2.4(esbuild@0.27.2)(rollup@4.57.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0)) + "@storybook/react": 10.2.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.8.3) + empathic: 2.0.0 magic-string: 0.30.21 react: 18.3.1 react-docgen: 8.0.2 react-dom: 18.3.1(react@18.3.1) resolve: 1.22.11 - storybook: 9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + storybook: 10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) tsconfig-paths: 4.2.0 - vite: 6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1) + vite: 6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0) transitivePeerDependencies: + - esbuild - rollup - supports-color - typescript + - webpack - "@storybook/react@9.0.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)))(typescript@5.8.3)": + "@storybook/react@10.2.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.8.3)": dependencies: "@storybook/global": 5.0.0 - "@storybook/react-dom-shim": 9.0.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1))) + "@storybook/react-dom-shim": 10.2.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)) react: 18.3.1 + react-docgen: 8.0.2 react-dom: 18.3.1(react@18.3.1) - storybook: 9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) + storybook: 10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) optionalDependencies: typescript: 5.8.3 + transitivePeerDependencies: + - supports-color - "@swc/core-darwin-arm64@1.15.3": + "@swc/core-darwin-arm64@1.15.11": optional: true - "@swc/core-darwin-x64@1.15.3": + "@swc/core-darwin-x64@1.15.11": optional: true - "@swc/core-linux-arm-gnueabihf@1.15.3": + "@swc/core-linux-arm-gnueabihf@1.15.11": optional: true - "@swc/core-linux-arm64-gnu@1.15.3": + "@swc/core-linux-arm64-gnu@1.15.11": optional: true - "@swc/core-linux-arm64-musl@1.15.3": + "@swc/core-linux-arm64-musl@1.15.11": optional: true - "@swc/core-linux-x64-gnu@1.15.3": + "@swc/core-linux-x64-gnu@1.15.11": optional: true - "@swc/core-linux-x64-musl@1.15.3": + "@swc/core-linux-x64-musl@1.15.11": optional: true - "@swc/core-win32-arm64-msvc@1.15.3": + "@swc/core-win32-arm64-msvc@1.15.11": optional: true - "@swc/core-win32-ia32-msvc@1.15.3": + "@swc/core-win32-ia32-msvc@1.15.11": optional: true - "@swc/core-win32-x64-msvc@1.15.3": + "@swc/core-win32-x64-msvc@1.15.11": optional: true - "@swc/core@1.15.3": + "@swc/core@1.15.11": dependencies: "@swc/counter": 0.1.3 "@swc/types": 0.1.25 optionalDependencies: - "@swc/core-darwin-arm64": 1.15.3 - "@swc/core-darwin-x64": 1.15.3 - "@swc/core-linux-arm-gnueabihf": 1.15.3 - "@swc/core-linux-arm64-gnu": 1.15.3 - "@swc/core-linux-arm64-musl": 1.15.3 - "@swc/core-linux-x64-gnu": 1.15.3 - "@swc/core-linux-x64-musl": 1.15.3 - "@swc/core-win32-arm64-msvc": 1.15.3 - "@swc/core-win32-ia32-msvc": 1.15.3 - "@swc/core-win32-x64-msvc": 1.15.3 + "@swc/core-darwin-arm64": 1.15.11 + "@swc/core-darwin-x64": 1.15.11 + "@swc/core-linux-arm-gnueabihf": 1.15.11 + "@swc/core-linux-arm64-gnu": 1.15.11 + "@swc/core-linux-arm64-musl": 1.15.11 + "@swc/core-linux-x64-gnu": 1.15.11 + "@swc/core-linux-x64-musl": 1.15.11 + "@swc/core-win32-arm64-msvc": 1.15.11 + "@swc/core-win32-ia32-msvc": 1.15.11 + "@swc/core-win32-x64-msvc": 1.15.11 "@swc/counter@0.1.3": {} - "@swc/jest@0.2.39(@swc/core@1.15.3)": + "@swc/jest@0.2.39(@swc/core@1.15.11)": dependencies: "@jest/create-cache-key-function": 30.2.0 - "@swc/core": 1.15.3 + "@swc/core": 1.15.11 "@swc/counter": 0.1.3 jsonc-parser: 3.3.1 @@ -16557,8 +17322,8 @@ snapshots: "@testing-library/dom@8.20.1": dependencies: - "@babel/code-frame": 7.27.1 - "@babel/runtime": 7.28.4 + "@babel/code-frame": 7.29.0 + "@babel/runtime": 7.28.6 "@types/aria-query": 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -16569,7 +17334,7 @@ snapshots: "@testing-library/jest-dom@5.17.0": dependencies: "@adobe/css-tools": 4.4.4 - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@types/testing-library__jest-dom": 5.14.9 aria-query: 5.3.2 chalk: 3.0.0 @@ -16590,7 +17355,7 @@ snapshots: "@testing-library/react-hooks@8.0.1(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 react: 18.3.1 react-error-boundary: 3.1.4(react@18.3.1) optionalDependencies: @@ -16600,7 +17365,7 @@ snapshots: "@testing-library/react@12.1.5(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@testing-library/dom": 8.20.1 "@types/react-dom": 17.0.26(@types/react@18.3.23) react: 18.3.1 @@ -16613,7 +17378,7 @@ snapshots: dependencies: "@testing-library/dom": 8.20.1 - "@theguild/federation-composition@0.21.0(graphql@16.11.0)": + "@theguild/federation-composition@0.21.3(graphql@16.11.0)": dependencies: constant-case: 3.0.4 debug: 4.4.3 @@ -16625,7 +17390,7 @@ snapshots: "@toast-ui/editor@3.1.10": dependencies: - dompurify: 3.3.0 + dompurify: 3.3.1 prosemirror-commands: 1.1.12 prosemirror-history: 1.1.3 prosemirror-inputrules: 1.1.3 @@ -16656,9 +17421,9 @@ snapshots: tslib: 2.8.1 optional: true - "@types/apollo-upload-client@17.0.5(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": + "@types/apollo-upload-client@17.0.5(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@apollo/client": 3.14.0(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + "@apollo/client": 3.14.0(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@types/extract-files": 13.0.2 graphql: 16.11.0 transitivePeerDependencies: @@ -16672,24 +17437,24 @@ snapshots: "@types/babel__core@7.20.5": dependencies: - "@babel/parser": 7.28.5 - "@babel/types": 7.28.5 + "@babel/parser": 7.29.0 + "@babel/types": 7.29.0 "@types/babel__generator": 7.27.0 "@types/babel__template": 7.4.4 "@types/babel__traverse": 7.28.0 "@types/babel__generator@7.27.0": dependencies: - "@babel/types": 7.28.5 + "@babel/types": 7.29.0 "@types/babel__template@7.4.4": dependencies: - "@babel/parser": 7.28.5 - "@babel/types": 7.28.5 + "@babel/parser": 7.29.0 + "@babel/types": 7.29.0 "@types/babel__traverse@7.28.0": dependencies: - "@babel/types": 7.28.5 + "@babel/types": 7.29.0 "@types/chai@5.2.3": dependencies: @@ -16731,11 +17496,11 @@ snapshots: "@types/fs-extra@9.0.13": dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 "@types/graceful-fs@4.1.9": dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 optional: true "@types/history@4.7.11": {} @@ -16775,9 +17540,9 @@ snapshots: "@types/lodash-es@4.17.12": dependencies: - "@types/lodash": 4.17.21 + "@types/lodash": 4.17.23 - "@types/lodash@4.17.21": {} + "@types/lodash@4.17.23": {} "@types/ms@2.1.0": {} @@ -16785,11 +17550,11 @@ snapshots: "@types/node@14.18.63": {} - "@types/node@20.19.25": + "@types/node@20.19.31": dependencies: undici-types: 6.21.0 - "@types/node@22.19.1": + "@types/node@22.19.8": dependencies: undici-types: 6.21.0 @@ -16843,7 +17608,7 @@ snapshots: "@types/set-cookie-parser@2.4.10": dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 optional: true "@types/setup-polly-jest@0.5.5": @@ -16876,7 +17641,7 @@ snapshots: "@types/ws@8.18.1": dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 "@types/yargs-parser@21.0.3": {} @@ -16896,103 +17661,102 @@ snapshots: "@types/zen-observable@0.8.3": {} - "@typescript-eslint/eslint-plugin@8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3)": + "@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)": dependencies: "@eslint-community/regexpp": 4.12.2 - "@typescript-eslint/parser": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - "@typescript-eslint/scope-manager": 8.48.1 - "@typescript-eslint/type-utils": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - "@typescript-eslint/utils": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - "@typescript-eslint/visitor-keys": 8.48.1 - eslint: 9.39.1(jiti@2.6.1) - graphemer: 1.4.0 + "@typescript-eslint/parser": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/scope-manager": 8.54.0 + "@typescript-eslint/type-utils": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/utils": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/visitor-keys": 8.54.0 + eslint: 9.39.2(jiti@2.6.1) ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.8.3) + ts-api-utils: 2.4.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color - "@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3)": + "@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)": dependencies: - "@typescript-eslint/scope-manager": 8.48.1 - "@typescript-eslint/types": 8.48.1 - "@typescript-eslint/typescript-estree": 8.48.1(typescript@5.8.3) - "@typescript-eslint/visitor-keys": 8.48.1 + "@typescript-eslint/scope-manager": 8.54.0 + "@typescript-eslint/types": 8.54.0 + "@typescript-eslint/typescript-estree": 8.54.0(typescript@5.8.3) + "@typescript-eslint/visitor-keys": 8.54.0 debug: 4.4.3 - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) typescript: 5.8.3 transitivePeerDependencies: - supports-color - "@typescript-eslint/project-service@8.48.1(typescript@5.8.3)": + "@typescript-eslint/project-service@8.54.0(typescript@5.8.3)": dependencies: - "@typescript-eslint/tsconfig-utils": 8.48.1(typescript@5.8.3) - "@typescript-eslint/types": 8.48.1 + "@typescript-eslint/tsconfig-utils": 8.54.0(typescript@5.8.3) + "@typescript-eslint/types": 8.54.0 debug: 4.4.3 typescript: 5.8.3 transitivePeerDependencies: - supports-color - "@typescript-eslint/scope-manager@8.48.1": + "@typescript-eslint/scope-manager@8.54.0": dependencies: - "@typescript-eslint/types": 8.48.1 - "@typescript-eslint/visitor-keys": 8.48.1 + "@typescript-eslint/types": 8.54.0 + "@typescript-eslint/visitor-keys": 8.54.0 - "@typescript-eslint/tsconfig-utils@8.48.1(typescript@5.8.3)": + "@typescript-eslint/tsconfig-utils@8.54.0(typescript@5.8.3)": dependencies: typescript: 5.8.3 - "@typescript-eslint/type-utils@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3)": + "@typescript-eslint/type-utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)": dependencies: - "@typescript-eslint/types": 8.48.1 - "@typescript-eslint/typescript-estree": 8.48.1(typescript@5.8.3) - "@typescript-eslint/utils": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/types": 8.54.0 + "@typescript-eslint/typescript-estree": 8.54.0(typescript@5.8.3) + "@typescript-eslint/utils": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) debug: 4.4.3 - eslint: 9.39.1(jiti@2.6.1) - ts-api-utils: 2.1.0(typescript@5.8.3) + eslint: 9.39.2(jiti@2.6.1) + ts-api-utils: 2.4.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color - "@typescript-eslint/types@8.48.1": {} + "@typescript-eslint/types@8.54.0": {} - "@typescript-eslint/typescript-estree@8.48.1(typescript@5.8.3)": + "@typescript-eslint/typescript-estree@8.54.0(typescript@5.8.3)": dependencies: - "@typescript-eslint/project-service": 8.48.1(typescript@5.8.3) - "@typescript-eslint/tsconfig-utils": 8.48.1(typescript@5.8.3) - "@typescript-eslint/types": 8.48.1 - "@typescript-eslint/visitor-keys": 8.48.1 + "@typescript-eslint/project-service": 8.54.0(typescript@5.8.3) + "@typescript-eslint/tsconfig-utils": 8.54.0(typescript@5.8.3) + "@typescript-eslint/types": 8.54.0 + "@typescript-eslint/visitor-keys": 8.54.0 debug: 4.4.3 minimatch: 9.0.5 semver: 7.7.3 tinyglobby: 0.2.15 - ts-api-utils: 2.1.0(typescript@5.8.3) + ts-api-utils: 2.4.0(typescript@5.8.3) typescript: 5.8.3 transitivePeerDependencies: - supports-color - "@typescript-eslint/utils@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3)": + "@typescript-eslint/utils@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3)": dependencies: - "@eslint-community/eslint-utils": 4.9.0(eslint@9.39.1(jiti@2.6.1)) - "@typescript-eslint/scope-manager": 8.48.1 - "@typescript-eslint/types": 8.48.1 - "@typescript-eslint/typescript-estree": 8.48.1(typescript@5.8.3) - eslint: 9.39.1(jiti@2.6.1) + "@eslint-community/eslint-utils": 4.9.1(eslint@9.39.2(jiti@2.6.1)) + "@typescript-eslint/scope-manager": 8.54.0 + "@typescript-eslint/types": 8.54.0 + "@typescript-eslint/typescript-estree": 8.54.0(typescript@5.8.3) + eslint: 9.39.2(jiti@2.6.1) typescript: 5.8.3 transitivePeerDependencies: - supports-color - "@typescript-eslint/visitor-keys@8.48.1": + "@typescript-eslint/visitor-keys@8.54.0": dependencies: - "@typescript-eslint/types": 8.48.1 + "@typescript-eslint/types": 8.54.0 eslint-visitor-keys: 4.2.1 "@uiw/color-convert@0.0.34": {} "@uiw/react-color-alpha@0.0.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@uiw/color-convert": 0.0.34 "@uiw/react-drag-event-interactive": 0.0.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 @@ -17000,7 +17764,7 @@ snapshots: "@uiw/react-color-hue@0.0.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@uiw/color-convert": 0.0.34 "@uiw/react-color-alpha": 0.0.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 @@ -17008,7 +17772,7 @@ snapshots: "@uiw/react-color-saturation@0.0.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@uiw/color-convert": 0.0.34 "@uiw/react-drag-event-interactive": 0.0.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 @@ -17016,20 +17780,20 @@ snapshots: "@uiw/react-drag-event-interactive@0.0.34(react-dom@18.3.1(react@18.3.1))(react@18.3.1)": dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) "@vanilla-extract/css-utils@0.1.6": {} - "@vanilla-extract/css@1.17.5(babel-plugin-macros@3.1.0)": + "@vanilla-extract/css@1.18.0(babel-plugin-macros@3.1.0)": dependencies: "@emotion/hash": 0.9.2 "@vanilla-extract/private": 1.0.9 css-what: 6.2.2 cssesc: 3.0.0 csstype: 3.2.3 - dedent: 1.7.0(babel-plugin-macros@3.1.0) + dedent: 1.7.1(babel-plugin-macros@3.1.0) deep-object-diff: 1.1.9 deepmerge: 4.3.1 lru-cache: 10.4.3 @@ -17041,15 +17805,15 @@ snapshots: "@vanilla-extract/private@1.0.9": {} - "@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.17.5(babel-plugin-macros@3.1.0))": + "@vanilla-extract/recipes@0.5.7(@vanilla-extract/css@1.18.0(babel-plugin-macros@3.1.0))": dependencies: - "@vanilla-extract/css": 1.17.5(babel-plugin-macros@3.1.0) + "@vanilla-extract/css": 1.18.0(babel-plugin-macros@3.1.0) - "@vitejs/plugin-react-swc@3.11.0(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1))": + "@vitejs/plugin-react-swc@3.11.0(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0))": dependencies: "@rolldown/pluginutils": 1.0.0-beta.27 - "@swc/core": 1.15.3 - vite: 6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1) + "@swc/core": 1.15.11 + vite: 6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0) transitivePeerDependencies: - "@swc/helpers" @@ -17061,14 +17825,6 @@ snapshots: chai: 5.3.3 tinyrainbow: 2.0.0 - "@vitest/mocker@3.2.4(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1))": - dependencies: - "@vitest/spy": 3.2.4 - estree-walker: 3.0.3 - magic-string: 0.30.21 - optionalDependencies: - vite: 6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1) - "@vitest/pretty-format@3.2.4": dependencies: tinyrainbow: 2.0.0 @@ -17083,59 +17839,59 @@ snapshots: loupe: 3.2.1 tinyrainbow: 2.0.0 - "@vue/compiler-core@3.5.25": + "@vue/compiler-core@3.5.27": dependencies: - "@babel/parser": 7.28.5 - "@vue/shared": 3.5.25 - entities: 4.5.0 + "@babel/parser": 7.29.0 + "@vue/shared": 3.5.27 + entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 - "@vue/compiler-dom@3.5.25": + "@vue/compiler-dom@3.5.27": dependencies: - "@vue/compiler-core": 3.5.25 - "@vue/shared": 3.5.25 + "@vue/compiler-core": 3.5.27 + "@vue/shared": 3.5.27 - "@vue/compiler-sfc@3.5.25": + "@vue/compiler-sfc@3.5.27": dependencies: - "@babel/parser": 7.28.5 - "@vue/compiler-core": 3.5.25 - "@vue/compiler-dom": 3.5.25 - "@vue/compiler-ssr": 3.5.25 - "@vue/shared": 3.5.25 + "@babel/parser": 7.29.0 + "@vue/compiler-core": 3.5.27 + "@vue/compiler-dom": 3.5.27 + "@vue/compiler-ssr": 3.5.27 + "@vue/shared": 3.5.27 estree-walker: 2.0.2 magic-string: 0.30.21 postcss: 8.5.6 source-map-js: 1.2.1 - "@vue/compiler-ssr@3.5.25": + "@vue/compiler-ssr@3.5.27": dependencies: - "@vue/compiler-dom": 3.5.25 - "@vue/shared": 3.5.25 + "@vue/compiler-dom": 3.5.27 + "@vue/shared": 3.5.27 - "@vue/reactivity@3.5.25": + "@vue/reactivity@3.5.27": dependencies: - "@vue/shared": 3.5.25 + "@vue/shared": 3.5.27 - "@vue/runtime-core@3.5.25": + "@vue/runtime-core@3.5.27": dependencies: - "@vue/reactivity": 3.5.25 - "@vue/shared": 3.5.25 + "@vue/reactivity": 3.5.27 + "@vue/shared": 3.5.27 - "@vue/runtime-dom@3.5.25": + "@vue/runtime-dom@3.5.27": dependencies: - "@vue/reactivity": 3.5.25 - "@vue/runtime-core": 3.5.25 - "@vue/shared": 3.5.25 + "@vue/reactivity": 3.5.27 + "@vue/runtime-core": 3.5.27 + "@vue/shared": 3.5.27 csstype: 3.2.3 - "@vue/server-renderer@3.5.25(vue@3.5.25(typescript@5.8.3))": + "@vue/server-renderer@3.5.27(vue@3.5.27(typescript@5.8.3))": dependencies: - "@vue/compiler-ssr": 3.5.25 - "@vue/shared": 3.5.25 - vue: 3.5.25(typescript@4.9.5) + "@vue/compiler-ssr": 3.5.27 + "@vue/shared": 3.5.27 + vue: 3.5.27(typescript@4.9.5) - "@vue/shared@3.5.25": {} + "@vue/shared@3.5.27": {} "@whatwg-node/disposablestack@0.0.6": dependencies: @@ -17148,13 +17904,13 @@ snapshots: "@whatwg-node/fetch@0.10.13": dependencies: - "@whatwg-node/node-fetch": 0.8.4 + "@whatwg-node/node-fetch": 0.8.5 urlpattern-polyfill: 10.1.0 - "@whatwg-node/fetch@0.6.9(@types/node@20.19.25)": + "@whatwg-node/fetch@0.6.9(@types/node@20.19.31)": dependencies: "@peculiar/webcrypto": 1.5.0 - "@whatwg-node/node-fetch": 0.0.5(@types/node@20.19.25) + "@whatwg-node/node-fetch": 0.0.5(@types/node@20.19.31) busboy: 1.6.0 urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.3.3 @@ -17169,9 +17925,9 @@ snapshots: urlpattern-polyfill: 8.0.2 web-streams-polyfill: 3.3.3 - "@whatwg-node/node-fetch@0.0.5(@types/node@20.19.25)": + "@whatwg-node/node-fetch@0.0.5(@types/node@20.19.31)": dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 "@whatwg-node/events": 0.0.2 busboy: 1.6.0 tslib: 2.8.1 @@ -17184,7 +17940,7 @@ snapshots: fast-url-parser: 1.1.3 tslib: 2.8.1 - "@whatwg-node/node-fetch@0.8.4": + "@whatwg-node/node-fetch@0.8.5": dependencies: "@fastify/busboy": 3.2.0 "@whatwg-node/disposablestack": 0.0.6 @@ -17295,12 +18051,16 @@ snapshots: ansi-regex@5.0.1: {} + ansi-regex@6.2.2: {} + ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 ansi-styles@5.2.0: {} + ansi-styles@6.2.3: {} + anymatch@3.1.3: dependencies: normalize-path: 3.0.0 @@ -17338,7 +18098,7 @@ snapshots: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 is-string: 1.1.1 @@ -17350,7 +18110,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 @@ -17360,7 +18120,7 @@ snapshots: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 es-shim-unscopables: 1.1.0 @@ -17369,21 +18129,21 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-shim-unscopables: 1.1.0 array.prototype.flatmap@1.3.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-shim-unscopables: 1.1.0 array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-shim-unscopables: 1.1.0 @@ -17392,7 +18152,7 @@ snapshots: array-buffer-byte-length: 1.0.2 call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 get-intrinsic: 1.3.0 is-array-buffer: 3.0.5 @@ -17401,7 +18161,7 @@ snapshots: asap@2.0.6: {} - asn1js@3.0.6: + asn1js@3.0.7: dependencies: pvtsutils: 1.3.6 pvutils: 1.1.5 @@ -17430,14 +18190,14 @@ snapshots: dependencies: possible-typed-array-names: 1.1.0 - babel-jest@27.5.1(@babel/core@7.28.5): + babel-jest@27.5.1(@babel/core@7.29.0): dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 "@types/babel__core": 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1(@babel/core@7.28.5) + babel-preset-jest: 27.5.1(@babel/core@7.29.0) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -17447,7 +18207,7 @@ snapshots: babel-plugin-istanbul@6.1.1: dependencies: - "@babel/helper-plugin-utils": 7.27.1 + "@babel/helper-plugin-utils": 7.28.6 "@istanbuljs/load-nyc-config": 1.1.0 "@istanbuljs/schema": 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -17458,89 +18218,85 @@ snapshots: babel-plugin-jest-hoist@27.5.1: dependencies: - "@babel/template": 7.27.2 - "@babel/types": 7.28.5 + "@babel/template": 7.28.6 + "@babel/types": 7.29.0 "@types/babel__core": 7.20.5 "@types/babel__traverse": 7.28.0 optional: true babel-plugin-macros@3.1.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 cosmiconfig: 7.1.0 resolve: 1.22.11 babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: {} - babel-preset-current-node-syntax@1.2.0(@babel/core@7.28.5): - dependencies: - "@babel/core": 7.28.5 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.28.5) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.28.5) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.28.5) - "@babel/plugin-syntax-import-attributes": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.28.5) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.28.5) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.28.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.28.5) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.28.5) - optional: true - - babel-preset-fbjs@3.4.0(@babel/core@7.28.5): - dependencies: - "@babel/core": 7.28.5 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.28.5) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.28.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.28.5) - "@babel/plugin-syntax-flow": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-syntax-jsx": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.28.5) - "@babel/plugin-transform-arrow-functions": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-block-scoped-functions": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-block-scoping": 7.28.5(@babel/core@7.28.5) - "@babel/plugin-transform-classes": 7.28.4(@babel/core@7.28.5) - "@babel/plugin-transform-computed-properties": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-destructuring": 7.28.5(@babel/core@7.28.5) - "@babel/plugin-transform-flow-strip-types": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-for-of": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-function-name": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-literals": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-member-expression-literals": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-modules-commonjs": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-object-super": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-parameters": 7.27.7(@babel/core@7.28.5) - "@babel/plugin-transform-property-literals": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-react-display-name": 7.28.0(@babel/core@7.28.5) - "@babel/plugin-transform-react-jsx": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-shorthand-properties": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-spread": 7.27.1(@babel/core@7.28.5) - "@babel/plugin-transform-template-literals": 7.27.1(@babel/core@7.28.5) + babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.0): + dependencies: + "@babel/core": 7.29.0 + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.29.0) + "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.29.0) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.29.0) + "@babel/plugin-syntax-import-attributes": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.29.0) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.29.0) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.29.0) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.29.0) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.29.0) + optional: true + + babel-preset-fbjs@3.4.0(@babel/core@7.29.0): + dependencies: + "@babel/core": 7.29.0 + "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.29.0) + "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.29.0) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.29.0) + "@babel/plugin-syntax-flow": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-syntax-jsx": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.29.0) + "@babel/plugin-transform-arrow-functions": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-block-scoped-functions": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-block-scoping": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-transform-classes": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-transform-computed-properties": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-transform-destructuring": 7.28.5(@babel/core@7.29.0) + "@babel/plugin-transform-flow-strip-types": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-for-of": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-function-name": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-literals": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-member-expression-literals": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-modules-commonjs": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-transform-object-super": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-parameters": 7.27.7(@babel/core@7.29.0) + "@babel/plugin-transform-property-literals": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-react-display-name": 7.28.0(@babel/core@7.29.0) + "@babel/plugin-transform-react-jsx": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-transform-shorthand-properties": 7.27.1(@babel/core@7.29.0) + "@babel/plugin-transform-spread": 7.28.6(@babel/core@7.29.0) + "@babel/plugin-transform-template-literals": 7.27.1(@babel/core@7.29.0) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color - babel-preset-jest@27.5.1(@babel/core@7.28.5): + babel-preset-jest@27.5.1(@babel/core@7.29.0): dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.5) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) optional: true balanced-match@1.0.2: {} base64-js@1.5.1: {} - baseline-browser-mapping@2.9.0: {} - - better-opn@3.0.2: - dependencies: - open: 8.4.2 + baseline-browser-mapping@2.9.19: {} better-path-resolve@1.0.0: dependencies: @@ -17585,11 +18341,11 @@ snapshots: browserslist@4.28.1: dependencies: - baseline-browser-mapping: 2.9.0 - caniuse-lite: 1.0.30001759 - electron-to-chromium: 1.5.264 + baseline-browser-mapping: 2.9.19 + caniuse-lite: 1.0.30001767 + electron-to-chromium: 1.5.286 node-releases: 2.0.27 - update-browserslist-db: 1.2.2(browserslist@4.28.1) + update-browserslist-db: 1.2.3(browserslist@4.28.1) bs-logger@0.2.6: dependencies: @@ -17609,6 +18365,10 @@ snapshots: builtin-modules@5.0.0: {} + bundle-name@4.1.0: + dependencies: + run-applescript: 7.1.0 + busboy@1.6.0: dependencies: streamsearch: 1.1.0 @@ -17644,7 +18404,7 @@ snapshots: camelcase@6.3.0: optional: true - caniuse-lite@1.0.30001759: {} + caniuse-lite@1.0.30001767: {} canvas-hypertxt@0.0.7: {} @@ -17657,7 +18417,7 @@ snapshots: chai@5.3.3: dependencies: assertion-error: 2.0.1 - check-error: 2.1.1 + check-error: 2.1.3 deep-eql: 5.0.2 loupe: 3.2.1 pathval: 2.0.1 @@ -17725,7 +18485,7 @@ snapshots: chardet@2.1.1: {} - check-error@2.1.1: {} + check-error@2.1.3: {} chokidar@3.6.0: dependencies: @@ -17743,7 +18503,7 @@ snapshots: ci-info@3.9.0: {} - ci-info@4.3.1: {} + ci-info@4.4.0: {} cjs-module-lexer@1.4.3: optional: true @@ -17800,7 +18560,7 @@ snapshots: code-inspector-core@0.6.5: dependencies: - "@vue/compiler-dom": 3.5.25 + "@vue/compiler-dom": 3.5.27 chalk: 4.1.1 portfinder: 1.0.38 transitivePeerDependencies: @@ -17876,17 +18636,17 @@ snapshots: dependencies: toggle-selection: 1.0.6 - core-js-compat@3.47.0: + core-js-compat@3.48.0: dependencies: browserslist: 4.28.1 - core-js@3.47.0: {} + core-js@3.48.0: {} - cosmiconfig-typescript-loader@4.4.0(@types/node@20.19.25)(cosmiconfig@7.1.0)(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3))(typescript@5.8.3): + cosmiconfig-typescript-loader@4.4.0(@types/node@20.19.31)(cosmiconfig@7.1.0)(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3))(typescript@5.8.3): dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 cosmiconfig: 7.1.0 - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3) typescript: 5.8.3 cosmiconfig@7.1.0: @@ -17947,7 +18707,7 @@ snapshots: css-vendor@2.0.8: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 is-in-browser: 1.1.3 css-what@6.2.2: {} @@ -18039,7 +18799,7 @@ snapshots: dedent@0.7.0: optional: true - dedent@1.7.0(babel-plugin-macros@3.1.0): + dedent@1.7.1(babel-plugin-macros@3.1.0): optionalDependencies: babel-plugin-macros: 3.1.0 @@ -18064,7 +18824,7 @@ snapshots: side-channel: 1.1.0 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 deep-is@0.1.4: {} @@ -18072,6 +18832,13 @@ snapshots: deepmerge@4.3.1: {} + default-browser-id@5.0.1: {} + + default-browser@5.5.0: + dependencies: + bundle-name: 4.1.0 + default-browser-id: 5.0.1 + defaults@1.0.4: dependencies: clone: 1.0.4 @@ -18082,7 +18849,7 @@ snapshots: es-errors: 1.3.0 gopd: 1.2.0 - define-lazy-prop@2.0.0: {} + define-lazy-prop@3.0.0: {} define-properties@1.2.1: dependencies: @@ -18145,7 +18912,7 @@ snapshots: diff-sequences@27.5.1: optional: true - diff@4.0.2: {} + diff@4.0.4: {} dir-glob@3.0.1: dependencies: @@ -18165,7 +18932,7 @@ snapshots: dom-helpers@5.2.1: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 csstype: 3.2.3 dom-serializer@1.4.1: @@ -18195,7 +18962,7 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.3.0: + dompurify@3.3.1: optionalDependencies: "@types/trusted-types": 2.0.7 @@ -18226,16 +18993,16 @@ snapshots: downshift@6.1.12(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 compute-scroll-into-view: 1.0.20 prop-types: 15.8.1 react: 18.3.1 react-is: 17.0.2 tslib: 2.8.1 - downshift@9.0.12(react@18.3.1): + downshift@9.2.0(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 compute-scroll-into-view: 3.1.1 prop-types: 15.8.1 react: 18.3.1 @@ -18250,6 +19017,8 @@ snapshots: es-errors: 1.3.0 gopd: 1.2.0 + eastasianwidth@0.2.0: {} + editorjs-inline-tool@0.4.0(@editorjs/editorjs@2.30.7): dependencies: "@editorjs/editorjs": 2.30.7 @@ -18258,7 +19027,7 @@ snapshots: dependencies: jake: 10.9.4 - electron-to-chromium@1.5.264: {} + electron-to-chromium@1.5.286: {} emittery@0.8.1: optional: true @@ -18267,6 +19036,10 @@ snapshots: emoji-regex@8.0.0: {} + emoji-regex@9.2.2: {} + + empathic@2.0.0: {} + end-of-stream@1.4.5: dependencies: once: 1.4.0 @@ -18287,11 +19060,13 @@ snapshots: entities@4.5.0: {} + entities@7.0.1: {} + error-ex@1.3.4: dependencies: is-arrayish: 0.2.1 - es-abstract@1.24.0: + es-abstract@1.24.1: dependencies: array-buffer-byte-length: 1.0.2 arraybuffer.prototype.slice: 1.0.4 @@ -18346,7 +19121,7 @@ snapshots: typed-array-byte-offset: 1.0.4 typed-array-length: 1.0.7 unbox-primitive: 1.1.0 - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 es-define-property@1.0.1: {} @@ -18364,12 +19139,12 @@ snapshots: isarray: 2.0.5 stop-iteration-iterator: 1.1.0 - es-iterator-helpers@1.2.1: + es-iterator-helpers@1.2.2: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-set-tostringtag: 2.1.0 function-bind: 1.1.2 @@ -18404,13 +19179,6 @@ snapshots: is-date-object: 1.1.0 is-symbol: 1.1.1 - esbuild-register@3.6.0(esbuild@0.25.12): - dependencies: - debug: 4.4.3 - esbuild: 0.25.12 - transitivePeerDependencies: - - supports-color - esbuild@0.25.12: optionalDependencies: "@esbuild/aix-ppc64": 0.25.12 @@ -18440,6 +19208,35 @@ snapshots: "@esbuild/win32-ia32": 0.25.12 "@esbuild/win32-x64": 0.25.12 + esbuild@0.27.2: + optionalDependencies: + "@esbuild/aix-ppc64": 0.27.2 + "@esbuild/android-arm": 0.27.2 + "@esbuild/android-arm64": 0.27.2 + "@esbuild/android-x64": 0.27.2 + "@esbuild/darwin-arm64": 0.27.2 + "@esbuild/darwin-x64": 0.27.2 + "@esbuild/freebsd-arm64": 0.27.2 + "@esbuild/freebsd-x64": 0.27.2 + "@esbuild/linux-arm": 0.27.2 + "@esbuild/linux-arm64": 0.27.2 + "@esbuild/linux-ia32": 0.27.2 + "@esbuild/linux-loong64": 0.27.2 + "@esbuild/linux-mips64el": 0.27.2 + "@esbuild/linux-ppc64": 0.27.2 + "@esbuild/linux-riscv64": 0.27.2 + "@esbuild/linux-s390x": 0.27.2 + "@esbuild/linux-x64": 0.27.2 + "@esbuild/netbsd-arm64": 0.27.2 + "@esbuild/netbsd-x64": 0.27.2 + "@esbuild/openbsd-arm64": 0.27.2 + "@esbuild/openbsd-x64": 0.27.2 + "@esbuild/openharmony-arm64": 0.27.2 + "@esbuild/sunos-x64": 0.27.2 + "@esbuild/win32-arm64": 0.27.2 + "@esbuild/win32-ia32": 0.27.2 + "@esbuild/win32-x64": 0.27.2 + escalade@3.2.0: {} escape-string-regexp@1.0.5: {} @@ -18458,9 +19255,9 @@ snapshots: source-map: 0.6.1 optional: true - eslint-config-prettier@10.1.8(eslint@9.39.1(jiti@2.6.1)): + eslint-config-prettier@10.1.8(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node@0.3.9: dependencies: @@ -18470,24 +19267,24 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.12.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.1(jiti@2.6.1)): + eslint-module-utils@2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)): dependencies: debug: 3.2.7 optionalDependencies: - "@typescript-eslint/parser": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - eslint: 9.39.1(jiti@2.6.1) + "@typescript-eslint/parser": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - eslint-plugin-formatjs@5.4.2(eslint@9.39.1(jiti@2.6.1))(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3))(typescript@5.8.3): + eslint-plugin-formatjs@5.4.2(eslint@9.39.2(jiti@2.6.1))(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3))(typescript@5.8.3): dependencies: "@formatjs/icu-messageformat-parser": 2.11.4 - "@formatjs/ts-transformer": 3.14.2(ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3)) + "@formatjs/ts-transformer": 3.14.2(ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3)) "@types/eslint": 9.6.1 "@types/picomatch": 3.0.2 - "@typescript-eslint/utils": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - eslint: 9.39.1(jiti@2.6.1) + "@typescript-eslint/utils": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + eslint: 9.39.2(jiti@2.6.1) magic-string: 0.30.21 picomatch: 4.0.3 tslib: 2.8.1 @@ -18497,7 +19294,7 @@ snapshots: - ts-jest - typescript - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: "@rtsao/scc": 1.1.0 array-includes: 3.1.9 @@ -18506,9 +19303,9 @@ snapshots: array.prototype.flatmap: 1.3.3 debug: 3.2.7 doctrine: 2.1.0 - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.1(jiti@2.6.1)) + eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.2(jiti@2.6.1)) hasown: 2.0.2 is-core-module: 2.16.1 is-glob: 4.0.3 @@ -18520,42 +19317,42 @@ snapshots: string.prototype.trimend: 1.0.9 tsconfig-paths: 3.15.0 optionalDependencies: - "@typescript-eslint/parser": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/parser": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-react-hooks@7.0.1(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-react-hooks@7.0.1(eslint@9.39.2(jiti@2.6.1)): dependencies: - "@babel/core": 7.28.5 - "@babel/parser": 7.28.5 - eslint: 9.39.1(jiti@2.6.1) + "@babel/core": 7.29.0 + "@babel/parser": 7.29.0 + eslint: 9.39.2(jiti@2.6.1) hermes-parser: 0.25.1 zod: 3.25.76 zod-validation-error: 3.5.3(zod@3.25.76) transitivePeerDependencies: - supports-color - eslint-plugin-react-refresh@0.4.24(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-react-refresh@0.4.26(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) - eslint-plugin-react-you-might-not-need-an-effect@0.5.6(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-react-you-might-not-need-an-effect@0.5.6(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.39.1(jiti@2.6.1) - eslint-utils: 3.0.0(eslint@9.39.1(jiti@2.6.1)) + eslint: 9.39.2(jiti@2.6.1) + eslint-utils: 3.0.0(eslint@9.39.2(jiti@2.6.1)) globals: 16.5.0 - eslint-plugin-react@7.37.5(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-react@7.37.5(eslint@9.39.2(jiti@2.6.1)): dependencies: array-includes: 3.1.9 array.prototype.findlast: 1.2.5 array.prototype.flatmap: 1.3.3 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 - es-iterator-helpers: 1.2.1 - eslint: 9.39.1(jiti@2.6.1) + es-iterator-helpers: 1.2.2 + eslint: 9.39.2(jiti@2.6.1) estraverse: 5.3.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 @@ -18569,21 +19366,30 @@ snapshots: string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-simple-import-sort@12.1.1(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-simple-import-sort@12.1.1(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) + + eslint-plugin-storybook@10.2.4(eslint@9.39.2(jiti@2.6.1))(storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(typescript@5.8.3): + dependencies: + "@typescript-eslint/utils": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + eslint: 9.39.2(jiti@2.6.1) + storybook: 10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + transitivePeerDependencies: + - supports-color + - typescript - eslint-plugin-unicorn@61.0.2(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-unicorn@61.0.2(eslint@9.39.2(jiti@2.6.1)): dependencies: "@babel/helper-validator-identifier": 7.28.5 - "@eslint-community/eslint-utils": 4.9.0(eslint@9.39.1(jiti@2.6.1)) + "@eslint-community/eslint-utils": 4.9.1(eslint@9.39.2(jiti@2.6.1)) "@eslint/plugin-kit": 0.3.5 change-case: 5.4.4 - ci-info: 4.3.1 + ci-info: 4.4.0 clean-regexp: 1.0.0 - core-js-compat: 3.47.0 - eslint: 9.39.1(jiti@2.6.1) - esquery: 1.6.0 + core-js-compat: 3.48.0 + eslint: 9.39.2(jiti@2.6.1) + esquery: 1.7.0 find-up-simple: 1.0.1 globals: 16.5.0 indent-string: 5.0.0 @@ -18595,20 +19401,20 @@ snapshots: semver: 7.7.3 strip-indent: 4.1.1 - eslint-plugin-unused-imports@4.3.0(@typescript-eslint/eslint-plugin@8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1)): + eslint-plugin-unused-imports@4.3.0(@typescript-eslint/eslint-plugin@8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) optionalDependencies: - "@typescript-eslint/eslint-plugin": 8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/eslint-plugin": 8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) eslint-scope@8.4.0: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 - eslint-utils@3.0.0(eslint@9.39.1(jiti@2.6.1)): + eslint-utils@3.0.0(eslint@9.39.2(jiti@2.6.1)): dependencies: - eslint: 9.39.1(jiti@2.6.1) + eslint: 9.39.2(jiti@2.6.1) eslint-visitor-keys: 2.1.0 eslint-visitor-keys@2.1.0: {} @@ -18617,15 +19423,15 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint@9.39.1(jiti@2.6.1): + eslint@9.39.2(jiti@2.6.1): dependencies: - "@eslint-community/eslint-utils": 4.9.0(eslint@9.39.1(jiti@2.6.1)) + "@eslint-community/eslint-utils": 4.9.1(eslint@9.39.2(jiti@2.6.1)) "@eslint-community/regexpp": 4.12.2 "@eslint/config-array": 0.21.1 "@eslint/config-helpers": 0.4.2 "@eslint/core": 0.17.0 "@eslint/eslintrc": 3.3.3 - "@eslint/js": 9.39.1 + "@eslint/js": 9.39.2 "@eslint/plugin-kit": 0.4.1 "@humanfs/node": 0.16.7 "@humanwhocodes/module-importer": 1.0.1 @@ -18639,7 +19445,7 @@ snapshots: eslint-scope: 8.4.0 eslint-visitor-keys: 4.2.1 espree: 10.4.0 - esquery: 1.6.0 + esquery: 1.7.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 8.0.0 @@ -18666,7 +19472,7 @@ snapshots: esprima@4.0.1: {} - esquery@1.6.0: + esquery@1.7.0: dependencies: estraverse: 5.3.0 @@ -18678,10 +19484,6 @@ snapshots: estree-walker@2.0.2: {} - estree-walker@3.0.3: - dependencies: - "@types/estree": 1.0.8 - esutils@2.0.3: {} execa@4.1.0: @@ -18754,7 +19556,7 @@ snapshots: dependencies: punycode: 1.4.1 - fastq@1.19.1: + fastq@1.20.1: dependencies: reusify: 1.1.0 @@ -18828,12 +19630,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@7.0.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - unicorn-magic: 0.1.0 - first-match@0.0.1: {} flat-cache@4.0.1: @@ -18851,6 +19647,11 @@ snapshots: dependencies: is-callable: 1.2.7 + foreground-child@3.3.1: + dependencies: + cross-spawn: 7.0.6 + signal-exit: 4.1.0 + form-data@3.0.4: dependencies: asynckit: 0.4.0 @@ -18895,7 +19696,7 @@ snapshots: fsevents@1.2.13: dependencies: bindings: 1.5.0 - nan: 2.24.0 + nan: 2.25.0 optional: true fsevents@2.3.2: @@ -18963,7 +19764,7 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.3.0 - git-hooks-list@4.1.1: {} + git-hooks-list@4.2.1: {} glob-parent@5.1.2: dependencies: @@ -18973,10 +19774,13 @@ snapshots: dependencies: is-glob: 4.0.3 - glob@13.0.0: + glob@11.1.0: dependencies: - minimatch: 10.1.1 + foreground-child: 3.3.1 + jackspeak: 4.1.1 + minimatch: 10.1.2 minipass: 7.1.2 + package-json-from-dist: 1.0.1 path-scurry: 2.0.1 glob@7.2.0: @@ -19030,18 +19834,16 @@ snapshots: graceful-fs@4.2.11: {} - graphemer@1.4.0: {} - graphiql-explorer@0.9.0(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: graphql: 16.11.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - graphiql@2.4.7(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1): + graphiql@2.4.7(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1): dependencies: - "@graphiql/react": 0.17.6(@codemirror/language@6.0.0)(@types/node@20.19.25)(@types/react@18.3.23)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) - "@graphiql/toolkit": 0.8.4(@types/node@20.19.25)(graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3))(graphql@16.11.0) + "@graphiql/react": 0.17.6(@codemirror/language@6.0.0)(@types/node@20.19.31)(@types/react@18.3.23)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0)(react-dom@18.3.1(react@18.3.1))(react-is@18.2.0)(react@18.3.1) + "@graphiql/toolkit": 0.8.4(@types/node@20.19.31)(graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0))(graphql@16.11.0) graphql: 16.11.0 graphql-language-service: 5.5.0(graphql@16.11.0) markdown-it: 12.3.2 @@ -19054,13 +19856,13 @@ snapshots: - graphql-ws - react-is - graphql-config@4.5.0(@types/node@20.19.25)(graphql@16.11.0): + graphql-config@4.5.0(@types/node@20.19.31)(graphql@16.11.0): dependencies: "@graphql-tools/graphql-file-loader": 7.5.17(graphql@16.11.0) "@graphql-tools/json-file-loader": 7.4.18(graphql@16.11.0) "@graphql-tools/load": 7.8.14(graphql@16.11.0) "@graphql-tools/merge": 8.4.2(graphql@16.11.0) - "@graphql-tools/url-loader": 7.17.18(@types/node@20.19.25)(graphql@16.11.0) + "@graphql-tools/url-loader": 7.17.18(@types/node@20.19.31)(graphql@16.11.0) "@graphql-tools/utils": 9.2.1(graphql@16.11.0) cosmiconfig: 8.0.0 graphql: 16.11.0 @@ -19074,13 +19876,13 @@ snapshots: - encoding - utf-8-validate - graphql-config@5.1.5(@types/node@20.19.25)(graphql@16.11.0)(typescript@5.8.3): + graphql-config@5.1.5(@types/node@20.19.31)(graphql@16.11.0)(typescript@5.8.3): dependencies: - "@graphql-tools/graphql-file-loader": 8.1.8(graphql@16.11.0) - "@graphql-tools/json-file-loader": 8.0.25(graphql@16.11.0) - "@graphql-tools/load": 8.1.7(graphql@16.11.0) - "@graphql-tools/merge": 9.1.6(graphql@16.11.0) - "@graphql-tools/url-loader": 8.0.33(@types/node@20.19.25)(graphql@16.11.0) + "@graphql-tools/graphql-file-loader": 8.1.9(graphql@16.11.0) + "@graphql-tools/json-file-loader": 8.0.26(graphql@16.11.0) + "@graphql-tools/load": 8.1.8(graphql@16.11.0) + "@graphql-tools/merge": 9.1.7(graphql@16.11.0) + "@graphql-tools/url-loader": 8.0.33(@types/node@20.19.31)(graphql@16.11.0) "@graphql-tools/utils": 10.11.0(graphql@16.11.0) cosmiconfig: 8.3.6(typescript@5.8.3) graphql: 16.11.0 @@ -19095,7 +19897,6 @@ snapshots: - crossws - supports-color - typescript - - uWebSockets.js - utf-8-validate graphql-depth-limit@1.1.0(graphql@16.11.0): @@ -19127,11 +19928,11 @@ snapshots: dependencies: graphql: 16.11.0 - graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3): + graphql-ws@6.0.7(graphql@16.11.0)(ws@8.19.0): dependencies: graphql: 16.11.0 optionalDependencies: - ws: 8.18.3 + ws: 8.19.0 graphql@16.11.0: {} @@ -19183,7 +19984,7 @@ snapshots: history@4.10.1: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.3 @@ -19210,7 +20011,7 @@ snapshots: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.44.1 + terser: 5.46.0 html-to-react@1.7.0(react@18.3.1): dependencies: @@ -19285,7 +20086,7 @@ snapshots: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.7.0: + iconv-lite@0.7.2: dependencies: safer-buffer: 2.1.2 @@ -19331,9 +20132,9 @@ snapshots: ini@2.0.0: {} - inquirer@8.2.7(@types/node@20.19.25): + inquirer@8.2.7(@types/node@20.19.31): dependencies: - "@inquirer/external-editor": 1.0.3(@types/node@20.19.25) + "@inquirer/external-editor": 1.0.3(@types/node@20.19.31) ansi-escapes: 4.3.2 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -19437,7 +20238,7 @@ snapshots: call-bound: 1.0.4 has-tostringtag: 1.0.2 - is-docker@2.2.1: {} + is-docker@3.0.0: {} is-extglob@2.1.1: {} @@ -19464,6 +20265,10 @@ snapshots: is-in-browser@1.1.3: {} + is-inside-container@1.0.0: + dependencies: + is-docker: 3.0.0 + is-installed-globally@0.4.0: dependencies: global-dirs: 3.0.1 @@ -19541,7 +20346,7 @@ snapshots: is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 is-typedarray@1.0.0: optional: true @@ -19571,9 +20376,9 @@ snapshots: is-windows@1.0.2: {} - is-wsl@2.2.0: + is-wsl@3.1.0: dependencies: - is-docker: 2.2.1 + is-inside-container: 1.0.0 isarray@0.0.1: {} @@ -19583,17 +20388,17 @@ snapshots: isobject@3.0.1: {} - isomorphic-ws@5.0.0(ws@8.18.3): + isomorphic-ws@5.0.0(ws@8.19.0): dependencies: - ws: 8.18.3 + ws: 8.19.0 istanbul-lib-coverage@3.2.2: optional: true istanbul-lib-instrument@5.2.1: dependencies: - "@babel/core": 7.28.5 - "@babel/parser": 7.28.5 + "@babel/core": 7.29.0 + "@babel/parser": 7.29.0 "@istanbuljs/schema": 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -19632,6 +20437,10 @@ snapshots: has-symbols: 1.1.0 set-function-name: 2.0.2 + jackspeak@4.1.1: + dependencies: + "@isaacs/cliui": 8.0.2 + jake@10.9.4: dependencies: async: 3.2.6 @@ -19656,7 +20465,7 @@ snapshots: "@jest/environment": 27.5.1 "@jest/test-result": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -19676,16 +20485,16 @@ snapshots: - supports-color optional: true - jest-cli@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)): + jest-cli@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)): dependencies: - "@jest/core": 27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)) + "@jest/core": 27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)) "@jest/test-result": 27.5.1 "@jest/types": 27.5.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.2.0 - jest-config: 27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)) + jest-config: 27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)) jest-util: 27.5.1 jest-validate: 27.5.1 prompts: 2.4.2 @@ -19698,12 +20507,12 @@ snapshots: - utf-8-validate optional: true - jest-config@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)): + jest-config@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)): dependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@jest/test-sequencer": 27.5.1 "@jest/types": 27.5.1 - babel-jest: 27.5.1(@babel/core@7.28.5) + babel-jest: 27.5.1(@babel/core@7.29.0) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -19725,7 +20534,7 @@ snapshots: slash: 3.0.0 strip-json-comments: 3.1.1 optionalDependencies: - ts-node: 10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3) + ts-node: 10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3) transitivePeerDependencies: - bufferutil - canvas @@ -19768,7 +20577,7 @@ snapshots: "@jest/environment": 27.5.1 "@jest/fake-timers": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -19784,7 +20593,7 @@ snapshots: "@jest/environment": 27.5.1 "@jest/fake-timers": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 jest-mock: 27.5.1 jest-util: 27.5.1 optional: true @@ -19802,7 +20611,7 @@ snapshots: dependencies: "@jest/types": 27.5.1 "@types/graceful-fs": 4.1.9 - "@types/node": 20.19.25 + "@types/node": 20.19.31 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -19822,7 +20631,7 @@ snapshots: "@jest/source-map": 27.5.1 "@jest/test-result": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -19858,7 +20667,7 @@ snapshots: jest-message-util@27.5.1: dependencies: - "@babel/code-frame": 7.27.1 + "@babel/code-frame": 7.29.0 "@jest/types": 27.5.1 "@types/stack-utils": 2.0.3 chalk: 4.1.2 @@ -19872,7 +20681,7 @@ snapshots: jest-mock@27.5.1: dependencies: "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 optional: true jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): @@ -19915,7 +20724,7 @@ snapshots: "@jest/test-result": 27.5.1 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -19968,22 +20777,22 @@ snapshots: jest-serializer@27.5.1: dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 graceful-fs: 4.2.11 optional: true jest-snapshot@27.5.1: dependencies: - "@babel/core": 7.28.5 - "@babel/generator": 7.28.5 - "@babel/plugin-syntax-typescript": 7.27.1(@babel/core@7.28.5) - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 + "@babel/core": 7.29.0 + "@babel/generator": 7.29.0 + "@babel/plugin-syntax-typescript": 7.28.6(@babel/core@7.29.0) + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 "@types/babel__traverse": 7.28.0 "@types/prettier": 2.7.3 - babel-preset-current-node-syntax: 1.2.0(@babel/core@7.28.5) + babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.0) chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.11 @@ -20003,7 +20812,7 @@ snapshots: jest-util@27.5.1: dependencies: "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -20024,7 +20833,7 @@ snapshots: dependencies: "@jest/test-result": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 20.19.25 + "@types/node": 20.19.31 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -20033,16 +20842,16 @@ snapshots: jest-worker@27.5.1: dependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 merge-stream: 2.0.0 supports-color: 8.1.1 optional: true - jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)): + jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)): dependencies: - "@jest/core": 27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)) + "@jest/core": 27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)) import-local: 3.2.0 - jest-cli: 27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)) + jest-cli: 27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)) transitivePeerDependencies: - bufferutil - canvas @@ -20059,10 +20868,10 @@ snapshots: jose@5.10.0: {} - jotai@2.14.0(@babel/core@7.28.5)(@babel/template@7.27.2)(@types/react@18.3.23)(react@18.3.1): + jotai@2.14.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@18.3.23)(react@18.3.1): optionalDependencies: - "@babel/core": 7.28.5 - "@babel/template": 7.27.2 + "@babel/core": 7.29.0 + "@babel/template": 7.28.6 "@types/react": 18.3.23 react: 18.3.1 @@ -20088,7 +20897,7 @@ snapshots: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.22 + nwsapi: 2.2.23 parse5: 6.0.1 saxes: 5.0.1 symbol-tree: 3.2.4 @@ -20156,46 +20965,46 @@ snapshots: jss-plugin-camel-case@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 hyphenate-style-name: 1.1.0 jss: 10.10.0 jss-plugin-default-unit@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 jss: 10.10.0 jss-plugin-global@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 jss: 10.10.0 jss-plugin-nested@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-props-sort@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 jss: 10.10.0 jss-plugin-rule-value-function@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 jss: 10.10.0 tiny-warning: 1.0.3 jss-plugin-vendor-prefixer@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 css-vendor: 2.0.8 jss: 10.10.0 jss@10.10.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 csstype: 3.2.3 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -20217,22 +21026,22 @@ snapshots: kleur@3.0.3: {} - knip@5.71.0(@types/node@20.19.25)(typescript@5.8.3): + knip@5.83.0(@types/node@20.19.31)(typescript@5.8.3): dependencies: "@nodelib/fs.walk": 1.2.8 - "@types/node": 20.19.25 + "@types/node": 20.19.31 fast-glob: 3.3.3 formatly: 0.3.0 jiti: 2.6.1 js-yaml: 4.1.1 minimist: 1.2.8 - oxc-resolver: 11.14.2 + oxc-resolver: 11.17.0 picocolors: 1.1.1 picomatch: 4.0.3 - smol-toml: 1.5.2 + smol-toml: 1.6.0 strip-json-comments: 5.0.3 typescript: 5.8.3 - zod: 4.1.13 + zod: 4.3.6 leven@3.1.0: optional: true @@ -20304,11 +21113,7 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - - lodash-es@4.17.21: {} + lodash-es@4.17.23: {} lodash.camelcase@4.3.0: {} @@ -20340,6 +21145,8 @@ snapshots: loglevel@1.9.2: optional: true + long@5.3.2: {} + loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 @@ -20361,7 +21168,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.2.4: {} + lru-cache@11.2.5: {} lru-cache@5.1.1: dependencies: @@ -20411,7 +21218,7 @@ snapshots: media-query-parser@2.0.2: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 memoize-one@6.0.0: {} @@ -20419,9 +21226,9 @@ snapshots: merge2@1.4.1: {} - meros@1.3.2(@types/node@20.19.25): + meros@1.3.2(@types/node@20.19.31): optionalDependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 micromatch@4.0.8: dependencies: @@ -20440,9 +21247,9 @@ snapshots: min-indent@1.0.1: {} - minimatch@10.1.1: + minimatch@10.1.2: dependencies: - "@isaacs/brace-expansion": 5.0.0 + "@isaacs/brace-expansion": 5.0.1 minimatch@3.1.2: dependencies: @@ -20489,7 +21296,7 @@ snapshots: mute-stream@0.0.8: {} - nan@2.24.0: + nan@2.25.0: optional: true nanoid@3.3.11: {} @@ -20542,7 +21349,7 @@ snapshots: nullthrows@1.1.1: {} - nwsapi@2.2.22: + nwsapi@2.2.23: optional: true object-assign@4.1.1: {} @@ -20576,14 +21383,14 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-object-atoms: 1.1.1 object.groupby@1.0.3: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 object.values@1.2.1: dependencies: @@ -20600,11 +21407,12 @@ snapshots: dependencies: mimic-fn: 2.1.0 - open@8.4.2: + open@10.2.0: dependencies: - define-lazy-prop: 2.0.0 - is-docker: 2.2.1 - is-wsl: 2.2.0 + default-browser: 5.5.0 + define-lazy-prop: 3.0.0 + is-inside-container: 1.0.0 + wsl-utils: 0.1.0 optimism@0.16.2: dependencies: @@ -20649,28 +21457,28 @@ snapshots: object-keys: 1.1.1 safe-push-apply: 1.0.0 - oxc-resolver@11.14.2: + oxc-resolver@11.17.0: optionalDependencies: - "@oxc-resolver/binding-android-arm-eabi": 11.14.2 - "@oxc-resolver/binding-android-arm64": 11.14.2 - "@oxc-resolver/binding-darwin-arm64": 11.14.2 - "@oxc-resolver/binding-darwin-x64": 11.14.2 - "@oxc-resolver/binding-freebsd-x64": 11.14.2 - "@oxc-resolver/binding-linux-arm-gnueabihf": 11.14.2 - "@oxc-resolver/binding-linux-arm-musleabihf": 11.14.2 - "@oxc-resolver/binding-linux-arm64-gnu": 11.14.2 - "@oxc-resolver/binding-linux-arm64-musl": 11.14.2 - "@oxc-resolver/binding-linux-ppc64-gnu": 11.14.2 - "@oxc-resolver/binding-linux-riscv64-gnu": 11.14.2 - "@oxc-resolver/binding-linux-riscv64-musl": 11.14.2 - "@oxc-resolver/binding-linux-s390x-gnu": 11.14.2 - "@oxc-resolver/binding-linux-x64-gnu": 11.14.2 - "@oxc-resolver/binding-linux-x64-musl": 11.14.2 - "@oxc-resolver/binding-openharmony-arm64": 11.14.2 - "@oxc-resolver/binding-wasm32-wasi": 11.14.2 - "@oxc-resolver/binding-win32-arm64-msvc": 11.14.2 - "@oxc-resolver/binding-win32-ia32-msvc": 11.14.2 - "@oxc-resolver/binding-win32-x64-msvc": 11.14.2 + "@oxc-resolver/binding-android-arm-eabi": 11.17.0 + "@oxc-resolver/binding-android-arm64": 11.17.0 + "@oxc-resolver/binding-darwin-arm64": 11.17.0 + "@oxc-resolver/binding-darwin-x64": 11.17.0 + "@oxc-resolver/binding-freebsd-x64": 11.17.0 + "@oxc-resolver/binding-linux-arm-gnueabihf": 11.17.0 + "@oxc-resolver/binding-linux-arm-musleabihf": 11.17.0 + "@oxc-resolver/binding-linux-arm64-gnu": 11.17.0 + "@oxc-resolver/binding-linux-arm64-musl": 11.17.0 + "@oxc-resolver/binding-linux-ppc64-gnu": 11.17.0 + "@oxc-resolver/binding-linux-riscv64-gnu": 11.17.0 + "@oxc-resolver/binding-linux-riscv64-musl": 11.17.0 + "@oxc-resolver/binding-linux-s390x-gnu": 11.17.0 + "@oxc-resolver/binding-linux-x64-gnu": 11.17.0 + "@oxc-resolver/binding-linux-x64-musl": 11.17.0 + "@oxc-resolver/binding-openharmony-arm64": 11.17.0 + "@oxc-resolver/binding-wasm32-wasi": 11.17.0 + "@oxc-resolver/binding-win32-arm64-msvc": 11.17.0 + "@oxc-resolver/binding-win32-ia32-msvc": 11.17.0 + "@oxc-resolver/binding-win32-x64-msvc": 11.17.0 p-filter@2.1.0: dependencies: @@ -20684,10 +21492,6 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.2.2 - p-locate@4.1.0: dependencies: p-limit: 2.3.0 @@ -20696,10 +21500,6 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map@2.1.0: {} p-map@4.0.0: @@ -20708,6 +21508,8 @@ snapshots: p-try@2.2.0: {} + package-json-from-dist@1.0.1: {} + package-manager-detector@0.2.11: dependencies: quansync: 0.2.11 @@ -20729,7 +21531,7 @@ snapshots: parse-json@5.2.0: dependencies: - "@babel/code-frame": 7.27.1 + "@babel/code-frame": 7.29.0 error-ex: 1.3.4 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -20749,8 +21551,6 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} - path-is-absolute@1.0.1: {} path-key@3.1.1: {} @@ -20770,7 +21570,7 @@ snapshots: path-scurry@2.0.1: dependencies: - lru-cache: 11.2.4 + lru-cache: 11.2.5 minipass: 7.1.2 path-to-regexp@1.9.0: @@ -20831,15 +21631,23 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 - posthog-js@1.301.1: + posthog-js@1.339.1: dependencies: - "@posthog/core": 1.7.0 - core-js: 3.47.0 + "@opentelemetry/api": 1.9.0 + "@opentelemetry/api-logs": 0.208.0 + "@opentelemetry/exporter-logs-otlp-http": 0.208.0(@opentelemetry/api@1.9.0) + "@opentelemetry/resources": 2.5.0(@opentelemetry/api@1.9.0) + "@opentelemetry/sdk-logs": 0.208.0(@opentelemetry/api@1.9.0) + "@posthog/core": 1.19.0 + "@posthog/types": 1.339.1 + core-js: 3.48.0 + dompurify: 3.3.1 fflate: 0.4.8 - preact: 10.28.2 - web-vitals: 4.2.4 + preact: 10.28.3 + query-selector-shadow-dom: 1.0.1 + web-vitals: 5.1.0 - preact@10.28.2: {} + preact@10.28.3: {} prelude-ls@1.2.1: {} @@ -20920,6 +21728,21 @@ snapshots: prosemirror-state: 1.3.4 prosemirror-transform: 1.3.4 + protobufjs@7.5.4: + dependencies: + "@protobufjs/aspromise": 1.1.2 + "@protobufjs/base64": 1.1.2 + "@protobufjs/codegen": 2.0.4 + "@protobufjs/eventemitter": 1.1.0 + "@protobufjs/fetch": 1.1.0 + "@protobufjs/float": 1.0.2 + "@protobufjs/inquire": 1.1.0 + "@protobufjs/path": 1.1.2 + "@protobufjs/pool": 1.1.0 + "@protobufjs/utf8": 1.1.0 + "@types/node": 20.19.31 + long: 5.3.2 + proxy-from-env@1.1.0: {} psl@1.15.0: @@ -20948,6 +21771,8 @@ snapshots: quansync@0.2.11: {} + query-selector-shadow-dom@1.0.1: {} + querystringify@2.2.0: optional: true @@ -20962,7 +21787,7 @@ snapshots: react-clientside-effect@1.2.8(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 react: 18.3.1 react-docgen-typescript@2.4.0(typescript@5.8.3): @@ -20971,9 +21796,9 @@ snapshots: react-docgen@8.0.2: dependencies: - "@babel/core": 7.28.5 - "@babel/traverse": 7.28.5 - "@babel/types": 7.28.5 + "@babel/core": 7.29.0 + "@babel/traverse": 7.29.0 + "@babel/types": 7.29.0 "@types/babel__core": 7.20.5 "@types/babel__traverse": 7.28.0 "@types/doctrine": 0.0.9 @@ -21013,14 +21838,14 @@ snapshots: react-error-boundary@3.1.4(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 react: 18.3.1 react-fast-compare@3.2.2: {} react-focus-lock@2.13.7(@types/react@18.3.23)(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 focus-lock: 1.3.6 prop-types: 15.8.1 react: 18.3.1 @@ -21044,16 +21869,16 @@ snapshots: react-fast-compare: 3.2.2 react-side-effect: 2.1.2(react@18.3.1) - react-hook-form@7.68.0(react@18.3.1): + react-hook-form@7.71.1(react@18.3.1): dependencies: react: 18.3.1 - react-hotkeys-hook@5.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-hotkeys-hook@5.2.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-infinite-scroll-component@6.1.0(react@18.3.1): + react-infinite-scroll-component@6.1.1(react@18.3.1): dependencies: react: 18.3.1 throttle-debounce: 2.3.0 @@ -21086,7 +21911,7 @@ snapshots: react-is@18.2.0: {} - react-moment@1.1.3(moment@2.30.1)(prop-types@15.8.1)(react@18.3.1): + react-moment@1.2.1(moment@2.30.1)(prop-types@15.8.1)(react@18.3.1): dependencies: moment: 2.30.1 prop-types: 15.8.1 @@ -21124,7 +21949,7 @@ snapshots: react-router-dom@5.3.4(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -21135,7 +21960,7 @@ snapshots: react-router@5.3.4(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -21148,10 +21973,10 @@ snapshots: react-select@5.10.2(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 "@emotion/cache": 11.14.0 "@emotion/react": 11.14.0(@types/react@18.3.23)(react@18.3.1) - "@floating-ui/dom": 1.7.4 + "@floating-ui/dom": 1.7.5 "@types/react-transition-group": 4.4.12(@types/react@18.3.23) memoize-one: 6.0.0 prop-types: 15.8.1 @@ -21169,7 +21994,7 @@ snapshots: react-sortable-hoc@1.11.0(prop-types@15.8.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 invariant: 2.2.4 prop-types: 15.8.1 react: 18.3.1 @@ -21185,7 +22010,7 @@ snapshots: react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -21232,7 +22057,7 @@ snapshots: dependencies: call-bind: 1.0.8 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 @@ -21263,7 +22088,7 @@ snapshots: relay-runtime@12.0.0: dependencies: - "@babel/runtime": 7.28.4 + "@babel/runtime": 7.28.6 fbjs: 3.0.5 invariant: 2.2.4 transitivePeerDependencies: @@ -21324,37 +22149,40 @@ snapshots: glob: 7.2.3 optional: true - rollup-plugin-polyfill-node@0.11.0(rollup@4.53.3): + rollup-plugin-polyfill-node@0.11.0(rollup@4.57.1): dependencies: - "@rollup/plugin-inject": 5.0.5(rollup@4.53.3) - rollup: 4.53.3 + "@rollup/plugin-inject": 5.0.5(rollup@4.57.1) + rollup: 4.57.1 - rollup@4.53.3: + rollup@4.57.1: dependencies: "@types/estree": 1.0.8 optionalDependencies: - "@rollup/rollup-android-arm-eabi": 4.53.3 - "@rollup/rollup-android-arm64": 4.53.3 - "@rollup/rollup-darwin-arm64": 4.53.3 - "@rollup/rollup-darwin-x64": 4.53.3 - "@rollup/rollup-freebsd-arm64": 4.53.3 - "@rollup/rollup-freebsd-x64": 4.53.3 - "@rollup/rollup-linux-arm-gnueabihf": 4.53.3 - "@rollup/rollup-linux-arm-musleabihf": 4.53.3 - "@rollup/rollup-linux-arm64-gnu": 4.53.3 - "@rollup/rollup-linux-arm64-musl": 4.53.3 - "@rollup/rollup-linux-loong64-gnu": 4.53.3 - "@rollup/rollup-linux-ppc64-gnu": 4.53.3 - "@rollup/rollup-linux-riscv64-gnu": 4.53.3 - "@rollup/rollup-linux-riscv64-musl": 4.53.3 - "@rollup/rollup-linux-s390x-gnu": 4.53.3 - "@rollup/rollup-linux-x64-gnu": 4.53.3 - "@rollup/rollup-linux-x64-musl": 4.53.3 - "@rollup/rollup-openharmony-arm64": 4.53.3 - "@rollup/rollup-win32-arm64-msvc": 4.53.3 - "@rollup/rollup-win32-ia32-msvc": 4.53.3 - "@rollup/rollup-win32-x64-gnu": 4.53.3 - "@rollup/rollup-win32-x64-msvc": 4.53.3 + "@rollup/rollup-android-arm-eabi": 4.57.1 + "@rollup/rollup-android-arm64": 4.57.1 + "@rollup/rollup-darwin-arm64": 4.57.1 + "@rollup/rollup-darwin-x64": 4.57.1 + "@rollup/rollup-freebsd-arm64": 4.57.1 + "@rollup/rollup-freebsd-x64": 4.57.1 + "@rollup/rollup-linux-arm-gnueabihf": 4.57.1 + "@rollup/rollup-linux-arm-musleabihf": 4.57.1 + "@rollup/rollup-linux-arm64-gnu": 4.57.1 + "@rollup/rollup-linux-arm64-musl": 4.57.1 + "@rollup/rollup-linux-loong64-gnu": 4.57.1 + "@rollup/rollup-linux-loong64-musl": 4.57.1 + "@rollup/rollup-linux-ppc64-gnu": 4.57.1 + "@rollup/rollup-linux-ppc64-musl": 4.57.1 + "@rollup/rollup-linux-riscv64-gnu": 4.57.1 + "@rollup/rollup-linux-riscv64-musl": 4.57.1 + "@rollup/rollup-linux-s390x-gnu": 4.57.1 + "@rollup/rollup-linux-x64-gnu": 4.57.1 + "@rollup/rollup-linux-x64-musl": 4.57.1 + "@rollup/rollup-openbsd-x64": 4.57.1 + "@rollup/rollup-openharmony-arm64": 4.57.1 + "@rollup/rollup-win32-arm64-msvc": 4.57.1 + "@rollup/rollup-win32-ia32-msvc": 4.57.1 + "@rollup/rollup-win32-x64-gnu": 4.57.1 + "@rollup/rollup-win32-x64-msvc": 4.57.1 fsevents: 2.3.3 rope-sequence@1.3.4: {} @@ -21362,6 +22190,8 @@ snapshots: route-recognizer@0.3.4: optional: true + run-applescript@7.1.0: {} + run-async@2.4.1: {} run-parallel@1.2.0: @@ -21528,7 +22358,7 @@ snapshots: slugify@1.6.6: {} - smol-toml@1.5.2: {} + smol-toml@1.6.0: {} snake-case@3.0.4: dependencies: @@ -21546,7 +22376,7 @@ snapshots: dependencies: detect-indent: 7.0.2 detect-newline: 4.0.1 - git-hooks-list: 4.1.1 + git-hooks-list: 4.2.1 is-plain-obj: 4.1.0 semver: 7.7.3 sort-object-keys: 1.1.3 @@ -21587,29 +22417,28 @@ snapshots: es-errors: 1.3.0 internal-slot: 1.1.0 - storybook@9.1.17(@testing-library/dom@8.20.1)(prettier@3.6.2)(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)): + storybook@10.2.4(@testing-library/dom@8.20.1)(prettier@3.6.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: "@storybook/global": 5.0.0 + "@storybook/icons": 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) "@testing-library/jest-dom": 6.9.1 "@testing-library/user-event": 14.6.1(@testing-library/dom@8.20.1) "@vitest/expect": 3.2.4 - "@vitest/mocker": 3.2.4(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)) "@vitest/spy": 3.2.4 - better-opn: 3.0.2 - esbuild: 0.25.12 - esbuild-register: 3.6.0(esbuild@0.25.12) + esbuild: 0.27.2 + open: 10.2.0 recast: 0.23.11 semver: 7.7.3 - ws: 8.18.3 + use-sync-external-store: 1.6.0(react@18.3.1) + ws: 8.19.0 optionalDependencies: prettier: 3.6.2 transitivePeerDependencies: - "@testing-library/dom" - bufferutil - - msw - - supports-color + - react + - react-dom - utf-8-validate - - vite streamsearch@1.1.0: {} @@ -21630,12 +22459,18 @@ snapshots: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.2 + string.prototype.matchall@4.0.12: dependencies: call-bind: 1.0.8 call-bound: 1.0.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-errors: 1.3.0 es-object-atoms: 1.1.1 get-intrinsic: 1.3.0 @@ -21649,7 +22484,7 @@ snapshots: string.prototype.repeat@1.0.0: dependencies: define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 string.prototype.trim@1.2.10: dependencies: @@ -21657,7 +22492,7 @@ snapshots: call-bound: 1.0.4 define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.24.0 + es-abstract: 1.24.1 es-object-atoms: 1.1.1 has-property-descriptors: 1.0.2 @@ -21689,6 +22524,10 @@ snapshots: dependencies: ansi-regex: 5.0.1 + strip-ansi@7.1.2: + dependencies: + ansi-regex: 6.2.2 + strip-bom@3.0.0: {} strip-bom@4.0.0: {} @@ -21755,7 +22594,7 @@ snapshots: supports-hyperlinks: 2.3.0 optional: true - terser@5.44.1: + terser@5.46.0: dependencies: "@jridgewell/source-map": 0.3.11 acorn: 8.15.0 @@ -21821,7 +22660,7 @@ snapshots: punycode: 2.3.1 optional: true - ts-api-utils@2.1.0(typescript@5.8.3): + ts-api-utils@2.4.0(typescript@5.8.3): dependencies: typescript: 5.8.3 @@ -21835,11 +22674,11 @@ snapshots: dependencies: tslib: 2.8.1 - ts-jest@27.1.5(@babel/core@7.28.5)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.28.5))(esbuild@0.25.12)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)))(typescript@5.8.3): + ts-jest@27.1.5(@babel/core@7.29.0)(@types/jest@26.0.24)(babel-jest@27.5.1(@babel/core@7.29.0))(esbuild@0.27.2)(jest@27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)))(typescript@5.8.3): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 27.5.1(ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3)) + jest: 27.5.1(ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3)) jest-util: 27.5.1 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -21848,33 +22687,33 @@ snapshots: typescript: 5.8.3 yargs-parser: 20.2.9 optionalDependencies: - "@babel/core": 7.28.5 + "@babel/core": 7.29.0 "@types/jest": 26.0.24 - babel-jest: 27.5.1(@babel/core@7.28.5) - esbuild: 0.25.12 + babel-jest: 27.5.1(@babel/core@7.29.0) + esbuild: 0.27.2 optional: true ts-log@2.2.7: {} - ts-node@10.9.2(@swc/core@1.15.3)(@types/node@20.19.25)(typescript@5.8.3): + ts-node@10.9.2(@swc/core@1.15.11)(@types/node@20.19.31)(typescript@5.8.3): dependencies: "@cspotcode/source-map-support": 0.8.1 "@tsconfig/node10": 1.0.12 "@tsconfig/node12": 1.0.11 "@tsconfig/node14": 1.0.3 "@tsconfig/node16": 1.0.4 - "@types/node": 20.19.25 + "@types/node": 20.19.31 acorn: 8.15.0 acorn-walk: 8.3.4 arg: 4.1.3 create-require: 1.1.1 - diff: 4.0.2 + diff: 4.0.4 make-error: 1.3.6 typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - "@swc/core": 1.15.3 + "@swc/core": 1.15.11 tsconfig-paths-webpack-plugin@4.0.1: dependencies: @@ -21946,13 +22785,13 @@ snapshots: is-typedarray: 1.0.0 optional: true - typescript-eslint@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3): + typescript-eslint@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3): dependencies: - "@typescript-eslint/eslint-plugin": 8.48.1(@typescript-eslint/parser@8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - "@typescript-eslint/parser": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - "@typescript-eslint/typescript-estree": 8.48.1(typescript@5.8.3) - "@typescript-eslint/utils": 8.48.1(eslint@9.39.1(jiti@2.6.1))(typescript@5.8.3) - eslint: 9.39.1(jiti@2.6.1) + "@typescript-eslint/eslint-plugin": 8.54.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/parser": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + "@typescript-eslint/typescript-estree": 8.54.0(typescript@5.8.3) + "@typescript-eslint/utils": 8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.8.3) + eslint: 9.39.2(jiti@2.6.1) typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -21991,8 +22830,6 @@ snapshots: dependencies: emoji-regex-xs: 2.0.1 - unicorn-magic@0.1.0: {} - universalify@0.1.2: {} universalify@0.2.0: @@ -22013,12 +22850,14 @@ snapshots: webpack-sources: 3.3.3 webpack-virtual-modules: 0.5.0 - unplugin@1.16.1: + unplugin@2.3.11: dependencies: + "@jridgewell/remapping": 2.3.5 acorn: 8.15.0 + picomatch: 4.0.3 webpack-virtual-modules: 0.6.2 - update-browserslist-db@1.2.2(browserslist@4.28.1): + update-browserslist-db@1.2.3(browserslist@4.28.1): dependencies: browserslist: 4.28.1 escalade: 3.2.0 @@ -22083,6 +22922,10 @@ snapshots: optionalDependencies: "@types/react": 18.3.23 + use-sync-external-store@1.6.0(react@18.3.1): + dependencies: + react: 18.3.1 + utf8-byte-length@1.0.5: optional: true @@ -22109,7 +22952,7 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-html@3.2.2(vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1)): + vite-plugin-html@3.2.2(vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0)): dependencies: "@rollup/pluginutils": 4.2.1 colorette: 2.0.20 @@ -22123,31 +22966,31 @@ snapshots: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1) + vite: 6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0) - vite@6.4.1(@types/node@20.19.25)(jiti@2.6.1)(terser@5.44.1): + vite@6.4.1(@types/node@20.19.31)(jiti@2.6.1)(terser@5.46.0): dependencies: esbuild: 0.25.12 fdir: 6.5.0(picomatch@4.0.3) picomatch: 4.0.3 postcss: 8.5.6 - rollup: 4.53.3 + rollup: 4.57.1 tinyglobby: 0.2.15 optionalDependencies: - "@types/node": 20.19.25 + "@types/node": 20.19.31 fsevents: 2.3.3 jiti: 2.6.1 - terser: 5.44.1 + terser: 5.46.0 vscode-languageserver-types@3.17.5: {} - vue@3.5.25(typescript@4.9.5): + vue@3.5.27(typescript@4.9.5): dependencies: - "@vue/compiler-dom": 3.5.25 - "@vue/compiler-sfc": 3.5.25 - "@vue/runtime-dom": 3.5.25 - "@vue/server-renderer": 3.5.25(vue@3.5.25(typescript@5.8.3)) - "@vue/shared": 3.5.25 + "@vue/compiler-dom": 3.5.27 + "@vue/compiler-sfc": 3.5.27 + "@vue/runtime-dom": 3.5.27 + "@vue/server-renderer": 3.5.27(vue@3.5.27(typescript@5.8.3)) + "@vue/shared": 3.5.27 optionalDependencies: typescript: 4.9.5 @@ -22180,13 +23023,13 @@ snapshots: web-streams-polyfill@3.3.3: {} - web-vitals@4.2.4: {} + web-vitals@5.1.0: {} webcrypto-core@1.8.1: dependencies: "@peculiar/asn1-schema": 2.6.0 "@peculiar/json-schema": 1.1.12 - asn1js: 3.0.6 + asn1js: 3.0.7 pvtsutils: 1.3.6 tslib: 2.8.1 @@ -22254,7 +23097,7 @@ snapshots: isarray: 2.0.5 which-boxed-primitive: 1.1.1 which-collection: 1.0.2 - which-typed-array: 1.1.19 + which-typed-array: 1.1.20 which-collection@1.0.2: dependencies: @@ -22265,7 +23108,7 @@ snapshots: which-module@2.0.1: {} - which-typed-array@1.1.19: + which-typed-array@1.1.20: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.8 @@ -22295,6 +23138,12 @@ snapshots: string-width: 4.2.3 strip-ansi: 6.0.1 + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.3 + string-width: 5.1.2 + strip-ansi: 7.1.2 + wrappy@1.0.2: {} write-file-atomic@3.0.3: @@ -22308,7 +23157,11 @@ snapshots: ws@7.5.10: optional: true - ws@8.18.3: {} + ws@8.19.0: {} + + wsl-utils@0.1.0: + dependencies: + is-wsl: 3.1.0 xml-name-validator@3.0.0: optional: true @@ -22373,8 +23226,6 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.2.2: {} - zen-observable-ts@1.1.0: dependencies: "@types/zen-observable": 0.8.3 @@ -22392,4 +23243,4 @@ snapshots: zod@3.25.76: {} - zod@4.1.13: {} + zod@4.3.6: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e6e749c22fb..f53fff0d6f5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,6 +5,21 @@ minimumReleaseAgeExclude: - "@saleor/app-sdk" trustPolicy: no-downgrade +trustPolicyExclude: + - vite@6.4.1 + # due to "@types/node@20.19.31" + - "undici-types@6.21.0" + # due to eslint-plugin-import@2.32.0 + - "semver@6.3.1" + # due to @graphql-tools/url-loader@8.0.33 + - "jose@4.15.9" + - "@graphql-tools/executor-graphql-ws@2.0.7" + - "@graphql-tools/executor-http@1.3.3" + - "@graphql-tools/wrap@10.1.4" + - "@graphql-tools/delegate@10.2.23" + - "@graphql-tools/batch-execute@9.0.19" + # due to @graphql-codegen/import-types-preset@2.2.6 + - "ua-parser-js@1.0.41" packages: - "." From 9aa3a78b471c1938bb24c67cfba10e1dc982da26 Mon Sep 17 00:00:00 2001 From: Jonatan Witoszek Date: Wed, 4 Feb 2026 18:18:26 +0100 Subject: [PATCH 2/2] Add changeset --- .changeset/nine-queens-accept.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/nine-queens-accept.md diff --git a/.changeset/nine-queens-accept.md b/.changeset/nine-queens-accept.md new file mode 100644 index 00000000000..fcb9743f67b --- /dev/null +++ b/.changeset/nine-queens-accept.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Updated to storybook v10