From faceba8f44053b9bba1610582f316b92696f16a4 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Thu, 24 Jul 2025 13:20:07 +0700 Subject: [PATCH 01/12] Update NPM dependencies This updates Svelte to the latest (5.36) without encountering the Storybook errors we had been running into earlier. The eslint plugin errors do not yet go away, since that fix is apparently in version 3 of eslint-plugin-svelte and we're currently on version 2. Next commit will try the major version upgrade. --- frontend/package.json | 26 +- frontend/pnpm-lock.yaml | 4611 ++++++++++++++++++---------------- frontend/pnpm-workspace.yaml | 42 +- frontend/viewer/package.json | 60 +- 4 files changed, 2539 insertions(+), 2200 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 5b67e828d0..9d61f61a64 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,27 +32,27 @@ "@dotenvx/dotenvx": "^0.37.1", "@egoist/tailwindcss-icons": "^1.9.0", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.29.0", - "@graphql-codegen/cli": "^5.0.5", - "@graphql-codegen/client-preset": "^4.8.0", + "@eslint/js": "^9.31.0", + "@graphql-codegen/cli": "^5.0.7", + "@graphql-codegen/client-preset": "^4.8.3", "@graphql-codegen/schema-ast": "^4.1.0", "@graphql-codegen/typescript": "^4.1.6", "@graphql-typed-document-node/core": "^3.2.0", "@iconify-json/mdi": "^1.2.3", "@playwright/test": "catalog:", "@stylistic/eslint-plugin": "catalog:", - "@sveltejs/adapter-node": "^5.2.12", + "@sveltejs/adapter-node": "^5.2.13", "@sveltejs/kit": "2.20.7", "@sveltejs/vite-plugin-svelte": "catalog:", "@tailwindcss/typography": "^0.5.16", "@types/mjml": "^4.7.4", - "@types/node": "^20.17.32", + "@types/node": "^20.19.9", "@types/zxcvbn": "^4.4.5", "@typescript-eslint/eslint-plugin": "catalog:", "@typescript-eslint/parser": "catalog:", - "@urql/core": "^5.1.1", + "@urql/core": "^5.2.0", "@urql/devtools": "^2.0.3", - "@urql/exchange-graphcache": "^7.2.3", + "@urql/exchange-graphcache": "^7.2.4", "@urql/svelte": "^4.2.3", "autoprefixer": "^10.4.21", "daisyui": "^4.12.24", @@ -72,17 +72,17 @@ "sveltekit-superforms": "^1.13.4", "tailwindcss": "catalog:", "tslib": "catalog:", - "type-fest": "^4.40.1", + "type-fest": "^4.41.0", "typescript": "catalog:", "vite": "catalog:", - "vite-plugin-graphql-codegen": "^3.5.0", + "vite-plugin-graphql-codegen": "^3.6.3", "vitest": "catalog:", - "zod": "^3.24.3", + "zod": "^3.25.76", "zxcvbn": "^4.4.2" }, "type": "module", "dependencies": { - "@floating-ui/dom": "^1.6.13", + "@floating-ui/dom": "^1.7.2", "@opentelemetry/api": "^1.9.0", "@opentelemetry/auto-instrumentations-node": "^0.47.1", "@opentelemetry/auto-instrumentations-web": "^0.40.0", @@ -92,7 +92,7 @@ "@opentelemetry/resources": "^1.30.1", "@opentelemetry/sdk-node": "^0.51.1", "@opentelemetry/sdk-trace-web": "^1.30.1", - "@opentelemetry/semantic-conventions": "^1.32.0", + "@opentelemetry/semantic-conventions": "^1.36.0", "@tailwindcss/container-queries": "^0.1.1", "@types/js-cookie": "^3.0.6", "@types/set-cookie-parser": "^2.4.10", @@ -107,7 +107,7 @@ "set-cookie-parser": "^2.7.1", "svelte-exmarkdown": "catalog:", "svelte-intl-precompile": "^0.12.3", - "sveltekit-search-params": "^3", + "sveltekit-search-params": "^3.0.0", "tus-js-client": "^4.3.1" }, "pnpm": { diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index e324de939c..a4451cf6ff 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -7,52 +7,52 @@ settings: catalogs: default: '@playwright/test': - specifier: ^1.52.0 + specifier: ^1.54.1 version: 1.52.0 '@stylistic/eslint-plugin': - specifier: ^2.12.1 + specifier: ^2.13.0 version: 2.13.0 '@sveltejs/vite-plugin-svelte': - specifier: ^5.0.3 + specifier: ^5.1.1 version: 5.0.3 '@typescript-eslint/eslint-plugin': - specifier: ^8.24.0 + specifier: ^8.38.0 version: 8.24.0 '@typescript-eslint/parser': - specifier: ^8.24.0 + specifier: ^8.38.0 version: 8.24.0 '@vitejs/plugin-basic-ssl': specifier: ^1.2.0 version: 1.2.0 '@vitest/browser': - specifier: ^3.2.3 - version: 3.2.3 + specifier: ^3.2.4 + version: 3.2.4 '@vitest/ui': - specifier: ^3.2.3 - version: 3.2.3 + specifier: ^3.2.4 + version: 3.2.4 eslint: - specifier: ^9.29.0 + specifier: ^9.31.0 version: 9.29.0 eslint-plugin-svelte: - specifier: 2.46.1 + specifier: ^2.46.1 version: 2.46.1 playwright: - specifier: ^1.52.0 - version: 1.52.0 + specifier: ^1.54.1 + version: 1.54.1 postcss: - specifier: ^8.4.49 + specifier: ^8.5.6 version: 8.5.2 runed: specifier: ^0.27.0 version: 0.27.0 svelte: - specifier: ~5.33.19 - version: 5.33.19 + specifier: ^5.36.14 + version: 5.36.14 svelte-check: - specifier: ^4.1.4 + specifier: ^4.3.0 version: 4.1.4 svelte-eslint-parser: - specifier: ^1.0.0-next.0 + specifier: ^1.3.0 version: 1.0.0-next.13 svelte-exmarkdown: specifier: ^4.0.3 @@ -64,16 +64,16 @@ catalogs: specifier: ^3.4.17 version: 3.4.17 tslib: - specifier: ^2.6.2 + specifier: ^2.8.1 version: 2.8.1 typescript: - specifier: ^5.3.3 + specifier: ^5.8.3 version: 5.7.3 vite: - specifier: ^6.0.3 + specifier: ^6.3.5 version: 6.1.0 vitest: - specifier: ^3.2.3 + specifier: ^3.2.4 version: 3.2.3 importers: @@ -81,8 +81,8 @@ importers: .: dependencies: '@floating-ui/dom': - specifier: ^1.6.13 - version: 1.6.13 + specifier: ^1.7.2 + version: 1.7.2 '@opentelemetry/api': specifier: ^1.9.0 version: 1.9.0 @@ -91,7 +91,7 @@ importers: version: 0.47.1(@opentelemetry/api@1.9.0) '@opentelemetry/auto-instrumentations-web': specifier: ^0.40.0 - version: 0.40.0(@opentelemetry/api@1.9.0)(zone.js@0.15.0) + version: 0.40.0(@opentelemetry/api@1.9.0)(zone.js@0.15.1) '@opentelemetry/context-zone': specifier: ^1.30.1 version: 1.30.1(@opentelemetry/api@1.9.0) @@ -111,8 +111,8 @@ importers: specifier: ^1.30.1 version: 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': - specifier: ^1.32.0 - version: 1.32.0 + specifier: ^1.36.0 + version: 1.36.0 '@tailwindcss/container-queries': specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.17) @@ -124,7 +124,7 @@ importers: version: 2.4.10 '@vitejs/plugin-basic-ssl': specifier: 'catalog:' - version: 1.2.0(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 1.2.0(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) css-tree: specifier: ^2.3.1 version: 2.3.1 @@ -145,19 +145,19 @@ importers: version: 4.15.3 runed: specifier: 'catalog:' - version: 0.27.0(svelte@5.33.19) + version: 0.27.0(svelte@5.36.14) set-cookie-parser: specifier: ^2.7.1 version: 2.7.1 svelte-exmarkdown: specifier: 'catalog:' - version: 4.0.3(svelte@5.33.19) + version: 4.0.3(svelte@5.36.14) svelte-intl-precompile: specifier: ^0.12.3 - version: 0.12.3(@babel/core@7.26.10)(svelte@5.33.19) + version: 0.12.3(@babel/core@7.28.0)(svelte@5.36.14) sveltekit-search-params: - specifier: ^3 - version: 3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^3.0.0 + version: 3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) tus-js-client: specifier: ^4.3.1 version: 4.3.1 @@ -172,14 +172,14 @@ importers: specifier: ^3.3.1 version: 3.3.1 '@eslint/js': - specifier: ^9.29.0 - version: 9.29.0 + specifier: ^9.31.0 + version: 9.31.0 '@graphql-codegen/cli': - specifier: ^5.0.5 - version: 5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) + specifier: ^5.0.7 + version: 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) '@graphql-codegen/client-preset': - specifier: ^4.8.0 - version: 4.8.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) + specifier: ^4.8.3 + version: 4.8.3(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) '@graphql-codegen/schema-ast': specifier: ^4.1.0 version: 4.1.0(graphql@16.11.0) @@ -197,16 +197,16 @@ importers: version: 1.52.0 '@stylistic/eslint-plugin': specifier: 'catalog:' - version: 2.13.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 2.13.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@sveltejs/adapter-node': - specifier: ^5.2.12 - version: 5.2.12(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))) + specifier: ^5.2.13 + version: 5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))) '@sveltejs/kit': specifier: 2.20.7 - version: 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@sveltejs/vite-plugin-svelte': specifier: 'catalog:' - version: 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@tailwindcss/typography': specifier: ^0.5.16 version: 0.5.16(tailwindcss@3.4.17) @@ -214,29 +214,29 @@ importers: specifier: ^4.7.4 version: 4.7.4 '@types/node': - specifier: ^20.17.32 - version: 20.17.32 + specifier: ^20.19.9 + version: 20.19.9 '@types/zxcvbn': specifier: ^4.4.5 version: 4.4.5 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3))(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@urql/core': - specifier: ^5.1.1 - version: 5.1.1(graphql@16.11.0) + specifier: ^5.2.0 + version: 5.2.0(graphql@16.11.0) '@urql/devtools': specifier: ^2.0.3 - version: 2.0.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0) + version: 2.0.3(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0) '@urql/exchange-graphcache': - specifier: ^7.2.3 - version: 7.2.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0) + specifier: ^7.2.4 + version: 7.2.4(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0) '@urql/svelte': specifier: ^4.2.3 - version: 4.2.3(@urql/core@5.1.1(graphql@16.11.0))(svelte@5.33.19) + version: 4.2.3(@urql/core@5.2.0(graphql@16.11.0))(svelte@5.36.14) autoprefixer: specifier: ^10.4.21 version: 10.4.21(postcss@8.5.2) @@ -245,10 +245,10 @@ importers: version: 4.12.24(postcss@8.5.2) eslint: specifier: 'catalog:' - version: 9.29.0(jiti@2.4.2) + version: 9.29.0(jiti@2.5.0) eslint-plugin-svelte: specifier: 'catalog:' - version: 2.46.1(eslint@9.29.0(jiti@2.4.2))(svelte@5.33.19) + version: 2.46.1(eslint@9.29.0(jiti@2.5.0))(svelte@5.36.14) globals: specifier: ^13.24.0 version: 13.24.0 @@ -269,22 +269,22 @@ importers: version: 5.0.10 svelte: specifier: 'catalog:' - version: 5.33.19 + version: 5.36.14 svelte-check: specifier: 'catalog:' - version: 4.1.4(picomatch@4.0.2)(svelte@5.33.19)(typescript@5.7.3) + version: 4.1.4(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.7.3) svelte-eslint-parser: specifier: 'catalog:' - version: 1.0.0-next.13(svelte@5.33.19) + version: 1.0.0-next.13(svelte@5.36.14) svelte-preprocess: specifier: 'catalog:' - version: 6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3) + version: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14)(typescript@5.7.3) svelte-turnstile: specifier: ^0.9.0 - version: 0.9.0(svelte@5.33.19) + version: 0.9.0(svelte@5.36.14) sveltekit-superforms: specifier: ^1.13.4 - version: 1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(zod@3.24.3) + version: 1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(zod@3.25.76) tailwindcss: specifier: 'catalog:' version: 3.4.17 @@ -292,23 +292,23 @@ importers: specifier: 'catalog:' version: 2.8.1 type-fest: - specifier: ^4.40.1 - version: 4.40.1 + specifier: ^4.41.0 + version: 4.41.0 typescript: specifier: 'catalog:' version: 5.7.3 vite: specifier: 'catalog:' - version: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + version: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) vite-plugin-graphql-codegen: - specifier: ^3.5.0 - version: 3.5.0(@graphql-codegen/cli@5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^3.6.3 + version: 3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) vitest: specifier: 'catalog:' - version: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + version: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) zod: - specifier: ^3.24.3 - version: 3.24.3 + specifier: ^3.25.76 + version: 3.25.76 zxcvbn: specifier: ^4.4.2 version: 4.4.2 @@ -317,13 +317,13 @@ importers: devDependencies: '@vitejs/plugin-basic-ssl': specifier: 'catalog:' - version: 1.2.0(vite@6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1)) + version: 1.2.0(vite@6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0)) typescript: specifier: 'catalog:' version: 5.7.3 vite: specifier: 'catalog:' - version: 6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1) + version: 6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0) viewer: dependencies: @@ -331,17 +331,17 @@ importers: specifier: ^0.7.4 version: 0.7.4 '@lingui/core': - specifier: ^5.2.0 - version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) + specifier: ^5.3.3 + version: 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) '@microsoft/dotnet-js-interop': specifier: ^8.0.0 version: 8.0.0 '@microsoft/signalr': - specifier: ^8.0.0 + specifier: ^8.0.7 version: 8.0.7 autoprefixer: - specifier: ^10.4.19 - version: 10.4.20(postcss@8.5.2) + specifier: ^10.4.21 + version: 10.4.21(postcss@8.5.6) fast-json-patch: specifier: ^3.1.1 version: 3.1.1 @@ -353,107 +353,107 @@ importers: version: 4.2.0 postcss: specifier: 'catalog:' - version: 8.5.2 + version: 8.5.6 prosemirror-commands: - specifier: ^1.7.0 - version: 1.7.0 + specifier: ^1.7.1 + version: 1.7.1 prosemirror-history: specifier: ^1.4.1 version: 1.4.1 prosemirror-keymap: - specifier: ^1.2.2 - version: 1.2.2 + specifier: ^1.2.3 + version: 1.2.3 prosemirror-model: - specifier: ^1.25.0 - version: 1.25.0 + specifier: ^1.25.2 + version: 1.25.2 prosemirror-state: specifier: ^1.4.3 version: 1.4.3 prosemirror-view: - specifier: ^1.38.1 - version: 1.38.1 + specifier: ^1.40.1 + version: 1.40.1 runed: specifier: 'catalog:' - version: 0.27.0(svelte@5.33.19) + version: 0.27.0(svelte@5.36.14) svelte-dnd-action: - specifier: ^0.9.57 - version: 0.9.57(svelte@5.33.19) + specifier: ^0.9.64 + version: 0.9.64(svelte@5.36.14) svelte-exmarkdown: specifier: 'catalog:' - version: 4.0.3(svelte@5.33.19) + version: 4.0.3(svelte@5.36.14) svelte-i18n-lingui: specifier: ^0.2.2 - version: 0.2.2(@lingui/cli@5.2.0(typescript@5.7.3))(@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(svelte@5.33.19)(typescript@5.7.3) + version: 0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0))(svelte@5.36.14)(typescript@5.8.3) svelte-preprocess: specifier: 'catalog:' - version: 6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3) + version: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14)(typescript@5.8.3) svelte-routing: - specifier: ^2.12.0 + specifier: ^2.13.0 version: 2.13.0 svelte-ux: specifier: ^0.76.0 - version: 0.76.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19) + version: 0.76.0(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14) tabbable: specifier: ^6.2.0 version: 6.2.0 type-fest: - specifier: ^4.18.2 - version: 4.34.1 + specifier: ^4.41.0 + version: 4.41.0 virtua: - specifier: ^0.41.2 - version: 0.41.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.33.19) + specifier: ^0.41.5 + version: 0.41.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.36.14) wavesurfer.js: - specifier: ^7.9.9 - version: 7.10.0 + specifier: ^7.10.1 + version: 7.10.1 devDependencies: '@argos-ci/playwright': - specifier: ^5.0.4 - version: 5.0.4 + specifier: ^5.0.8 + version: 5.0.8 '@chromatic-com/storybook': - specifier: ^4 - version: 4.0.0(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + specifier: ^4.0.1 + version: 4.0.1(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) '@egoist/tailwindcss-icons': specifier: ^1.9.0 version: 1.9.0(tailwindcss@3.4.17) '@iconify-json/mdi': - specifier: ^1.1.66 + specifier: ^1.2.3 version: 1.2.3 '@lingui/cli': - specifier: ^5.2.0 - version: 5.2.0(typescript@5.7.3) + specifier: ^5.3.3 + version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) '@lingui/format-json': - specifier: ^5.2.0 - version: 5.2.0(typescript@5.7.3) + specifier: ^5.3.3 + version: 5.3.3(typescript@5.8.3) '@lingui/vite-plugin': - specifier: ^5.2.0 - version: 5.2.0(typescript@5.7.3)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^5.3.3 + version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@mdi/js': specifier: ^7.4.47 version: 7.4.47 '@playwright/test': specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 '@storybook/addon-a11y': - specifier: ^9.0.8 - version: 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + specifier: ^9.0.18 + version: 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) '@storybook/addon-docs': - specifier: ^9.0.8 - version: 9.0.8(@types/react@19.1.6)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + specifier: ^9.0.18 + version: 9.0.18(@types/react@19.1.6)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) '@storybook/addon-svelte-csf': - specifier: ^5.0.3 - version: 5.0.3(@storybook/svelte@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19))(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(babel-plugin-macros@3.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^5.0.7 + version: 5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14))(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@storybook/addon-vitest': - specifier: ^9.0.8 - version: 9.0.8(@vitest/browser@3.2.3)(@vitest/runner@3.2.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vitest@3.2.3) + specifier: ^9.0.18 + version: 9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.4) '@storybook/svelte-vite': - specifier: ^9.0.8 - version: 9.0.8(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^9.0.18 + version: 9.0.18(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@stylistic/eslint-plugin': specifier: 'catalog:' - version: 2.13.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 2.13.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@sveltejs/vite-plugin-svelte': specifier: 'catalog:' - version: 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@tailwindcss/container-queries': specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.17) @@ -464,62 +464,62 @@ importers: specifier: ^5.0.4 version: 5.0.4 '@types/node': - specifier: ^20 - version: 20.17.32 + specifier: ^20.19.9 + version: 20.19.9 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@vitest/browser': specifier: 'catalog:' - version: 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) + version: 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) '@vitest/ui': specifier: 'catalog:' - version: 3.2.3(vitest@3.2.3) + version: 3.2.4(vitest@3.2.4) bits-ui: specifier: 2.8.11 - version: 2.8.11(@internationalized/date@3.8.1)(svelte@5.33.19) + version: 2.8.11(@internationalized/date@3.8.1)(svelte@5.36.14) clsx: specifier: ^2.1.1 version: 2.1.1 eslint: specifier: 'catalog:' - version: 9.29.0(jiti@2.4.2) + version: 9.31.0(jiti@2.5.0) eslint-plugin-storybook: - specifier: ^9.0.8 - version: 9.0.8(eslint@9.29.0(jiti@2.4.2))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(typescript@5.7.3) + specifier: ^9.0.18 + version: 9.0.18(eslint@9.31.0(jiti@2.5.0))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3) eslint-plugin-svelte: specifier: 'catalog:' - version: 2.46.1(eslint@9.29.0(jiti@2.4.2))(svelte@5.33.19) + version: 2.46.1(eslint@9.31.0(jiti@2.5.0))(svelte@5.36.14) mode-watcher: - specifier: ^1.0.7 - version: 1.0.7(svelte@5.33.19) + specifier: ^1.1.0 + version: 1.1.0(svelte@5.36.14) paneforge: specifier: 1.0.0-next.4 - version: 1.0.0-next.4(svelte@5.33.19) + version: 1.0.0-next.4(svelte@5.36.14) playwright: specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 storybook: - specifier: ^9.0.8 - version: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + specifier: ^9.0.18 + version: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) svelte: specifier: 'catalog:' - version: 5.33.19 + version: 5.36.14 svelte-check: specifier: 'catalog:' - version: 4.1.4(picomatch@4.0.2)(svelte@5.33.19)(typescript@5.7.3) + version: 4.3.0(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.8.3) svelte-eslint-parser: specifier: 'catalog:' - version: 1.0.0-next.13(svelte@5.33.19) + version: 1.3.0(svelte@5.36.14) svelte-sonner: specifier: ^1.0.5 - version: 1.0.5(svelte@5.33.19) + version: 1.0.5(svelte@5.36.14) tailwind-merge: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.3.1 + version: 3.3.1 tailwind-variants: specifier: ^1.0.0 version: 1.0.0(tailwindcss@3.4.17) @@ -533,26 +533,26 @@ importers: specifier: 'catalog:' version: 2.8.1 tw-colors: - specifier: ^3.3.1 + specifier: ^3.3.2 version: 3.3.2(tailwindcss@3.4.17) typescript: specifier: 'catalog:' - version: 5.7.3 + version: 5.8.3 vaul-svelte: specifier: 1.0.0-next.6 - version: 1.0.0-next.6(svelte@5.33.19) + version: 1.0.0-next.6(svelte@5.36.14) vite: specifier: 'catalog:' - version: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + version: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) vite-plugin-webfont-dl: - specifier: ^3.10.4 - version: 3.10.4(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^3.11.1 + version: 3.11.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) vitest: specifier: 'catalog:' - version: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) vitest-browser-svelte: specifier: ^0.1.0 - version: 0.1.0(@vitest/browser@3.2.3)(svelte@5.33.19)(vitest@3.2.3) + version: 0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.4) packages: @@ -564,8 +564,8 @@ packages: graphql: optional: true - '@adobe/css-tools@4.4.1': - resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==} + '@adobe/css-tools@4.4.3': + resolution: {integrity: sha512-VQKMkwriZbaOgVCby1UDY/LDk5fIjhQicCvVPFqfe+69fWaPWydbWJ3wRt59/YzIwda1I81loas3oCoHxnqvdA==} '@alloc/quick-lru@5.2.0': resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} @@ -575,8 +575,8 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@antfu/install-pkg@1.0.0': - resolution: {integrity: sha512-xvX6P/lo1B3ej0OsaErAjqgFYzYVcJpamjLAFLYh9vRJngBrMoUG7aVnrGTeqM7yxbyTD5p3F2+0/QUEh8Vzhw==} + '@antfu/install-pkg@1.1.0': + resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==} '@antfu/utils@8.1.1': resolution: {integrity: sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==} @@ -591,137 +591,108 @@ packages: resolution: {integrity: sha512-3IHv7ANSPNO6OwWgwULlHbP9/tFV9kQDu6+nL9jysfPkGj0GgtrOsyBb+iU931c7wSMo1OD+XNujCnRzDD968w==} engines: {node: '>=18.0.0'} - '@argos-ci/browser@4.1.1': - resolution: {integrity: sha512-UyKdnprGftUjWQkb0jqJ0zGHJmcWBzdko8zRy4y+4efukVX4jjC/Px2HvWW8aqwjoR4aplouMZuzhmOkq2SCsA==} + '@argos-ci/browser@4.1.4': + resolution: {integrity: sha512-ayV7kcnk8Xm0y1FlTKzr7XLkxmUnLIjzmPCLuGarOYzpy2KdPr6Q/ay8UkwfyAL3yswdWVRZwaqb7kZrrgbKcA==} engines: {node: '>=18.0.0'} - '@argos-ci/core@3.2.0': - resolution: {integrity: sha512-wraH5RGFpoU7zcKV2BVi4LvY+5bWR/Ds6OVhUtq3jtd7I3qJRFVFq2IX1TfPPvBBA7wX0OqcrqgIWAQwy+vsoA==} + '@argos-ci/core@3.2.1': + resolution: {integrity: sha512-P+tGofNLAtH0+e87M8sZc+juAtbOcnV6z2nA2MwB2OzUVVXGINJHAF2cK0ZUyXC9d8a7RL0+rQWkP4vXDA/gBw==} engines: {node: '>=18.0.0'} - '@argos-ci/playwright@5.0.4': - resolution: {integrity: sha512-mfbEg6RgQb4ciihozEJ+F1guA4MNphzDfefRpxQuwt+P5eczTxkhgUCO94glk4+dqWoHQDbdNf2N33sL9Zsuew==} + '@argos-ci/playwright@5.0.8': + resolution: {integrity: sha512-MXoEVVX+0sz7KbZHMQlPO0xSu1hx3KcyHlHpOVYEZzeSmOT8YVgDO2lAevSZU0vjAF/WzIO7lmyy5tHXWOHOtg==} engines: {node: '>=18.16.0'} - '@argos-ci/util@2.3.1': - resolution: {integrity: sha512-kE61HU2480fbAnimmA4x9HK45ZJvkoqLdW5GxT5uvwhkclQykVd2S6WfGFUr3JokTXfZ5LZEEfoWgtGA316KSQ==} + '@argos-ci/util@2.3.2': + resolution: {integrity: sha512-xtNHJxpWYNst/sMNn4Jv/vkODuFsJ+APr4FBeoFUdIa+Izjl4ZFHsYA2PUyu+ygIpQCkof8yZLL9U1/VpiyyIw==} engines: {node: '>=18.0.0'} '@asamuzakjp/css-color@3.2.0': resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==} - '@babel/code-frame@7.26.2': - resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + '@babel/code-frame@7.27.1': + resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.26.8': - resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==} + '@babel/compat-data@7.28.0': + resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} + '@babel/core@7.28.0': + resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.8': - resolution: {integrity: sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==} + '@babel/generator@7.28.0': + resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.8': - resolution: {integrity: sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==} + '@babel/helper-compilation-targets@7.27.2': + resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - '@babel/generator@7.27.0': - resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} + '@babel/helper-globals@7.28.0': + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.26.5': - resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} + '@babel/helper-module-imports@7.27.1': + resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.27.0': - resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-module-imports@7.25.9': - resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-module-transforms@7.26.0': - resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} + '@babel/helper-module-transforms@7.27.3': + resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-plugin-utils@7.26.5': - resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} + '@babel/helper-plugin-utils@7.27.1': + resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.25.9': - resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + '@babel/helper-string-parser@7.27.1': + resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.9': - resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} + '@babel/helper-validator-identifier@7.27.1': + resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.25.9': - resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} + '@babel/helper-validator-option@7.27.1': + resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.7': - resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==} + '@babel/helpers@7.27.6': + resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.27.0': - resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} - engines: {node: '>=6.9.0'} - - '@babel/parser@7.26.8': - resolution: {integrity: sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.27.0': - resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} + '@babel/parser@7.28.0': + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/plugin-syntax-import-assertions@7.26.0': - resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==} + '@babel/plugin-syntax-import-assertions@7.27.1': + resolution: {integrity: sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/runtime@7.26.7': - resolution: {integrity: sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==} - engines: {node: '>=6.9.0'} - - '@babel/runtime@7.27.0': - resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==} - engines: {node: '>=6.9.0'} - - '@babel/template@7.27.0': - resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} - engines: {node: '>=6.9.0'} - - '@babel/traverse@7.26.8': - resolution: {integrity: sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==} + '@babel/runtime@7.27.6': + resolution: {integrity: sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.27.0': - resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} + '@babel/template@7.27.2': + resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.8': - resolution: {integrity: sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==} + '@babel/traverse@7.28.0': + resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} engines: {node: '>=6.9.0'} - '@babel/types@7.27.0': - resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} + '@babel/types@7.28.1': + resolution: {integrity: sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==} engines: {node: '>=6.9.0'} - '@chromatic-com/storybook@4.0.0': - resolution: {integrity: sha512-FfyMHK/lz/dHezWxwNZv4ReFORWVvv+bJx71NT2BSfLhOKOaoZnKJOe4QLyGxWAB7ynnedrM9V9qea3FPFj+rQ==} + '@chromatic-com/storybook@4.0.1': + resolution: {integrity: sha512-GQXe5lyZl3yLewLJQyFXEpOp2h+mfN2bPrzYaOFNCJjO4Js9deKbRHTOSaiP2FRwZqDLdQwy2+SEGeXPZ94yYw==} engines: {node: '>=20.0.0', yarn: '>=1.22.18'} peerDependencies: storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 @@ -770,11 +741,11 @@ packages: peerDependencies: tailwindcss: '*' - '@emnapi/runtime@1.4.3': - resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} + '@emnapi/runtime@1.4.5': + resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} - '@envelop/core@5.2.3': - resolution: {integrity: sha512-KfoGlYD/XXQSc3BkM1/k15+JQbkQ4ateHazeZoWl9P71FsLTDXSjGy6j7QqfhpIDSbxNISqhPMfZHYSbDFOofQ==} + '@envelop/core@5.3.0': + resolution: {integrity: sha512-xvUkOWXI8JsG2OOnqiI2tOkEc52wbmIqWORr7yGc8B8E53Oh1MMGGGck4mbR80s25LnHVzfNIiIlNkuDgZRuuA==} engines: {node: '>=18.0.0'} '@envelop/instrumentation@1.0.0': @@ -785,23 +756,17 @@ packages: resolution: {integrity: sha512-CsFmA3u3c2QoLDTfEpGr4t25fjMU31nyvse7IzWTvb0ZycuPjMjb0fjlheh+PbhBYb9YLugnT2uY6Mwcg1o+Zg==} engines: {node: '>=18.0.0'} - '@esbuild/aix-ppc64@0.21.5': - resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.24.2': resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.21.5': - resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] + '@esbuild/aix-ppc64@0.25.8': + resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] '@esbuild/android-arm64@0.24.2': resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} @@ -809,10 +774,10 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm@0.21.5': - resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/android-arm64@0.25.8': + resolution: {integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==} + engines: {node: '>=18'} + cpu: [arm64] os: [android] '@esbuild/android-arm@0.24.2': @@ -821,10 +786,10 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-x64@0.21.5': - resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/android-arm@0.25.8': + resolution: {integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==} + engines: {node: '>=18'} + cpu: [arm] os: [android] '@esbuild/android-x64@0.24.2': @@ -833,11 +798,11 @@ packages: cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.21.5': - resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] + '@esbuild/android-x64@0.25.8': + resolution: {integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] '@esbuild/darwin-arm64@0.24.2': resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} @@ -845,10 +810,10 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.21.5': - resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/darwin-arm64@0.25.8': + resolution: {integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==} + engines: {node: '>=18'} + cpu: [arm64] os: [darwin] '@esbuild/darwin-x64@0.24.2': @@ -857,11 +822,11 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.21.5': - resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] + '@esbuild/darwin-x64@0.25.8': + resolution: {integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] '@esbuild/freebsd-arm64@0.24.2': resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} @@ -869,10 +834,10 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.21.5': - resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/freebsd-arm64@0.25.8': + resolution: {integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==} + engines: {node: '>=18'} + cpu: [arm64] os: [freebsd] '@esbuild/freebsd-x64@0.24.2': @@ -881,11 +846,11 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.21.5': - resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] + '@esbuild/freebsd-x64@0.25.8': + resolution: {integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] '@esbuild/linux-arm64@0.24.2': resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} @@ -893,10 +858,10 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.21.5': - resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/linux-arm64@0.25.8': + resolution: {integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==} + engines: {node: '>=18'} + cpu: [arm64] os: [linux] '@esbuild/linux-arm@0.24.2': @@ -905,10 +870,10 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.21.5': - resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/linux-arm@0.25.8': + resolution: {integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==} + engines: {node: '>=18'} + cpu: [arm] os: [linux] '@esbuild/linux-ia32@0.24.2': @@ -917,10 +882,10 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.21.5': - resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} - engines: {node: '>=12'} - cpu: [loong64] + '@esbuild/linux-ia32@0.25.8': + resolution: {integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==} + engines: {node: '>=18'} + cpu: [ia32] os: [linux] '@esbuild/linux-loong64@0.24.2': @@ -929,10 +894,10 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.21.5': - resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} - engines: {node: '>=12'} - cpu: [mips64el] + '@esbuild/linux-loong64@0.25.8': + resolution: {integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==} + engines: {node: '>=18'} + cpu: [loong64] os: [linux] '@esbuild/linux-mips64el@0.24.2': @@ -941,10 +906,10 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.21.5': - resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} - engines: {node: '>=12'} - cpu: [ppc64] + '@esbuild/linux-mips64el@0.25.8': + resolution: {integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==} + engines: {node: '>=18'} + cpu: [mips64el] os: [linux] '@esbuild/linux-ppc64@0.24.2': @@ -953,10 +918,10 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.21.5': - resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} - engines: {node: '>=12'} - cpu: [riscv64] + '@esbuild/linux-ppc64@0.25.8': + resolution: {integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==} + engines: {node: '>=18'} + cpu: [ppc64] os: [linux] '@esbuild/linux-riscv64@0.24.2': @@ -965,10 +930,10 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.21.5': - resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} - engines: {node: '>=12'} - cpu: [s390x] + '@esbuild/linux-riscv64@0.25.8': + resolution: {integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==} + engines: {node: '>=18'} + cpu: [riscv64] os: [linux] '@esbuild/linux-s390x@0.24.2': @@ -977,10 +942,10 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.21.5': - resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/linux-s390x@0.25.8': + resolution: {integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==} + engines: {node: '>=18'} + cpu: [s390x] os: [linux] '@esbuild/linux-x64@0.24.2': @@ -989,16 +954,22 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.25.8': + resolution: {integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.24.2': resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.21.5': - resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/netbsd-arm64@0.25.8': + resolution: {integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==} + engines: {node: '>=18'} + cpu: [arm64] os: [netbsd] '@esbuild/netbsd-x64@0.24.2': @@ -1007,16 +978,22 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.25.8': + resolution: {integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.24.2': resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.21.5': - resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/openbsd-arm64@0.25.8': + resolution: {integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==} + engines: {node: '>=18'} + cpu: [arm64] os: [openbsd] '@esbuild/openbsd-x64@0.24.2': @@ -1025,11 +1002,17 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.21.5': - resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} - engines: {node: '>=12'} + '@esbuild/openbsd-x64@0.25.8': + resolution: {integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==} + engines: {node: '>=18'} cpu: [x64] - os: [sunos] + os: [openbsd] + + '@esbuild/openharmony-arm64@0.25.8': + resolution: {integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] '@esbuild/sunos-x64@0.24.2': resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} @@ -1037,11 +1020,11 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.21.5': - resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] + '@esbuild/sunos-x64@0.25.8': + resolution: {integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] '@esbuild/win32-arm64@0.24.2': resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} @@ -1049,10 +1032,10 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.21.5': - resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/win32-arm64@0.25.8': + resolution: {integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==} + engines: {node: '>=18'} + cpu: [arm64] os: [win32] '@esbuild/win32-ia32@0.24.2': @@ -1061,10 +1044,10 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.21.5': - resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/win32-ia32@0.25.8': + resolution: {integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==} + engines: {node: '>=18'} + cpu: [ia32] os: [win32] '@esbuild/win32-x64@0.24.2': @@ -1073,8 +1056,14 @@ packages: cpu: [x64] os: [win32] - '@eslint-community/eslint-utils@4.6.1': - resolution: {integrity: sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==} + '@esbuild/win32-x64@0.25.8': + resolution: {integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + + '@eslint-community/eslint-utils@4.7.0': + resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 @@ -1087,10 +1076,18 @@ packages: resolution: {integrity: sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-array@0.21.0': + resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-helpers@0.2.3': resolution: {integrity: sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-helpers@0.3.0': + resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@0.14.0': resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1107,12 +1104,16 @@ packages: resolution: {integrity: sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@9.31.0': + resolution: {integrity: sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@2.1.6': resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.3.3': - resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==} + '@eslint/plugin-kit@0.3.4': + resolution: {integrity: sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@fastify/busboy@2.1.1': @@ -1122,24 +1123,15 @@ packages: '@fastify/busboy@3.1.1': resolution: {integrity: sha512-5DGmA8FTdB2XbDeEwc/5ZXBl6UbBAyBOOLlPuBnZ/N1SwdH9Ii+cOX3tBROlDgcTXxjOYnLMVoKk9+FXAw0CJw==} - '@floating-ui/core@1.6.9': - resolution: {integrity: sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==} - '@floating-ui/core@1.7.2': resolution: {integrity: sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==} - '@floating-ui/dom@1.6.13': - resolution: {integrity: sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==} - '@floating-ui/dom@1.7.2': resolution: {integrity: sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==} '@floating-ui/utils@0.2.10': resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} - '@floating-ui/utils@0.2.9': - resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} - '@formatjs/ecma402-abstract@2.3.4': resolution: {integrity: sha512-qrycXDeaORzIqNhBOx0btnhpD1c+/qFIHAN9znofuMJX6QBwtbrmlpWfD4oiUUD2vJUOIYFA/gYtg2KAMGG7sA==} @@ -1167,8 +1159,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/cli@5.0.5': - resolution: {integrity: sha512-9p9SI5dPhJdyU+O6p1LUqi5ajDwpm6pUhutb1fBONd0GZltLFwkgWFiFtM6smxkYXlYVzw61p1kTtwqsuXO16w==} + '@graphql-codegen/cli@5.0.7': + resolution: {integrity: sha512-h/sxYvSaWtxZxo8GtaA8SvcHTyViaaPd7dweF/hmRDpaQU1o3iU3EZxlcJ+oLTunU0tSMFsnrIXm/mhXxI11Cw==} engines: {node: '>=16'} hasBin: true peerDependencies: @@ -1178,12 +1170,15 @@ packages: '@parcel/watcher': optional: true - '@graphql-codegen/client-preset@4.8.0': - resolution: {integrity: sha512-IVtTl7GsPMbQihk5+l5fDYksnPPOoC52sKxzquyIyuecZLEB7W3nNLV29r6+y+tjXTRPA774FR7CHGA2adzhjw==} + '@graphql-codegen/client-preset@4.8.3': + resolution: {integrity: sha512-QpEsPSO9fnRxA6Z66AmBuGcwHjZ6dYSxYo5ycMlYgSPzAbyG8gn/kWljofjJfWqSY+T/lRn+r8IXTH14ml24vQ==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true '@graphql-codegen/core@4.0.2': resolution: {integrity: sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==} @@ -1196,8 +1191,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/plugin-helpers@5.1.0': - resolution: {integrity: sha512-Y7cwEAkprbTKzVIe436TIw4w03jorsMruvCvu0HJkavaKMQbWY+lQ1RIuROgszDbxAyM35twB5/sUvYG5oW+yg==} + '@graphql-codegen/plugin-helpers@5.1.1': + resolution: {integrity: sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -1207,18 +1202,21 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typed-document-node@5.1.1': - resolution: {integrity: sha512-Bp/BrMZDKRwzuVeLv+pSljneqONM7gqu57ZaV34Jbncu2hZWMRDMfizTKghoEwwZbRCYYfJO9tA0sYVVIfI1kg==} + '@graphql-codegen/typed-document-node@5.1.2': + resolution: {integrity: sha512-jaxfViDqFRbNQmfKwUY8hDyjnLTw2Z7DhGutxoOiiAI0gE/LfPe0LYaVFKVmVOOD7M3bWxoWfu4slrkbWbUbEw==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-operations@4.6.0': - resolution: {integrity: sha512-/EltSdE/uPoEAblRTVLABVDhsrE//Kl3pCflyG1PWl4gWL9/OzQXYGjo6TF6bPMVn/QBWoO0FeboWf+bk84SXA==} + '@graphql-codegen/typescript-operations@4.6.1': + resolution: {integrity: sha512-k92laxhih7s0WZ8j5WMIbgKwhe64C0As6x+PdcvgZFMudDJ7rPJ/hFqJ9DCRxNjXoHmSjnr6VUuQZq4lT1RzCA==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true '@graphql-codegen/typescript@4.1.6': resolution: {integrity: sha512-vpw3sfwf9A7S+kIUjyFxuvrywGxd4lmwmyYnnDVjVE4kSQ6Td3DpqaPTy8aNQ6O96vFoi/bxbZS2BW49PwSUUA==} @@ -1236,26 +1234,26 @@ packages: resolution: {integrity: sha512-RiwLMc89lTjvyLEivZ/qxAC5nBHoS2CtsWFSOsN35sxG9zoo5Z+JsFHM8MlvmO9yt+MJNIyC5MLE1rsbOphlag==} engines: {node: '>=18.0.0'} - '@graphql-tools/apollo-engine-loader@8.0.20': - resolution: {integrity: sha512-m5k9nXSyjq31yNsEqDXLyykEjjn3K3Mo73oOKI+Xjy8cpnsgbT4myeUJIYYQdLrp7fr9Y9p7ZgwT5YcnwmnAbA==} + '@graphql-tools/apollo-engine-loader@8.0.22': + resolution: {integrity: sha512-ssD2wNxeOTRcUEkuGcp0KfZAGstL9YLTe/y3erTDZtOs2wL1TJESw8NVAp+3oUHPeHKBZQB4Z6RFEbPgMdT2wA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/batch-execute@9.0.15': - resolution: {integrity: sha512-qlWUl6yi87FU5WvyJ0uD81R4Y30oQIuW3mJCjOrEvifyT+f/rEqSZFOhYrofYoZAoTcwqOhy6WgH+b9+AtRYjA==} + '@graphql-tools/batch-execute@9.0.18': + resolution: {integrity: sha512-KtBglqPGR/3CZtQevFRBBc6MJpIgxBqfCrUV5sdC3oJsafmPShgr+lxM178SW5i1QHmiVAScOWGWqWp9HbnpoQ==} engines: {node: '>=18.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/code-file-loader@8.1.20': - resolution: {integrity: sha512-GzIbjjWJIc04KWnEr8VKuPe0FA2vDTlkaeub5p4lLimljnJ6C0QSkOyCUnFmsB9jetQcHm0Wfmn/akMnFUG+wA==} + '@graphql-tools/code-file-loader@8.1.22': + resolution: {integrity: sha512-FSka29kqFkfFmw36CwoQ+4iyhchxfEzPbXOi37lCEjWLHudGaPkXc3RyB9LdmBxx3g3GHEu43a5n5W8gfcrMdA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/delegate@10.2.17': - resolution: {integrity: sha512-z+LpZrTQCEXA4fbdJcSsvhaMqT4xi/O8B0mP30ENGyTbSfa20QamOQx9jgCiw2ii/ucwxfGMhygwlpZG36EU4w==} + '@graphql-tools/delegate@10.2.22': + resolution: {integrity: sha512-1jkTF5DIhO1YJ0dlgY03DZYAiSwlu5D2mdjeq+f6oyflyKG9E4SPmkLgVdDSNSfGxFHHrjIvYjUhPYV0vAOiDg==} engines: {node: '>=18.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1272,8 +1270,14 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor-graphql-ws@2.0.5': - resolution: {integrity: sha512-gI/D9VUzI1Jt1G28GYpvm5ckupgJ5O8mi5Y657UyuUozX34ErfVdZ81g6oVcKFQZ60LhCzk7jJeykK48gaLhDw==} + '@graphql-tools/executor-common@0.0.5': + resolution: {integrity: sha512-DBTQDGYajhUd4iBZ/yYc1LY85QTVhgTpGPCFT5iz0CPObgye0smsE5nd/BIcdbML7SXv2wFvQhVA3mCJJ32WuQ==} + engines: {node: '>=18.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + + '@graphql-tools/executor-graphql-ws@2.0.6': + resolution: {integrity: sha512-hLmY+h1HDM4+y4EXP0SgNFd6hXEs4LCMAxvvdfPAwrzHNM04B0wnlcOi8Rze3e7AA9edxXQsm3UN4BE04U2OMg==} engines: {node: '>=18.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1284,62 +1288,62 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor-legacy-ws@1.1.17': - resolution: {integrity: sha512-TvltY6eL4DY1Vt66Z8kt9jVmNcI+WkvVPQZrPbMCM3rv2Jw/sWvSwzUBezRuWX0sIckMifYVh23VPcGBUKX/wg==} + '@graphql-tools/executor-legacy-ws@1.1.19': + resolution: {integrity: sha512-bEbv/SlEdhWQD0WZLUX1kOenEdVZk1yYtilrAWjRUgfHRZoEkY9s+oiqOxnth3z68wC2MWYx7ykkS5hhDamixg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor@1.4.7': - resolution: {integrity: sha512-U0nK9jzJRP9/9Izf1+0Gggd6K6RNRsheFo1gC/VWzfnsr0qjcOSS9qTjY0OTC5iTPt4tQ+W5Zpw/uc7mebI6aA==} + '@graphql-tools/executor@1.4.9': + resolution: {integrity: sha512-SAUlDT70JAvXeqV87gGzvDzUGofn39nvaVcVhNf12Dt+GfWHtNNO/RCn/Ea4VJaSLGzraUd41ObnN3i80EBU7w==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/git-loader@8.0.24': - resolution: {integrity: sha512-ypLC9N2bKNC0QNbrEBTbWKwbV607f7vK2rSGi9uFeGr8E29tWplo6or9V/+TM0ZfIkUsNp/4QX/zKTgo8SbwQg==} + '@graphql-tools/git-loader@8.0.26': + resolution: {integrity: sha512-0g+9eng8DaT4ZmZvUmPgjLTgesUa6M8xrDjNBltRldZkB055rOeUgJiKmL6u8PjzI5VxkkVsn0wtAHXhDI2UXQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/github-loader@8.0.20': - resolution: {integrity: sha512-Icch8bKZ1iP3zXCB9I0ded1hda9NPskSSalw7ZM21kXvLiOR5nZhdqPF65gCFkIKo+O4NR4Bp51MkKj+wl+vpg==} + '@graphql-tools/github-loader@8.0.22': + resolution: {integrity: sha512-uQ4JNcNPsyMkTIgzeSbsoT9hogLjYrZooLUYd173l5eUGUi49EAcsGdiBCKaKfEjanv410FE8hjaHr7fjSRkJw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/graphql-file-loader@8.0.19': - resolution: {integrity: sha512-kyEZL4rRJ5LelfCXL3GLgbMiu5Zd7memZaL8ZxPXGI7DA8On1e5IVBH3zZJwf7LzhjSVnPaHM7O/bRzGvTbXzQ==} + '@graphql-tools/graphql-file-loader@8.0.22': + resolution: {integrity: sha512-KFUbjXgWr5+w/AioOuIuULy4LwcyDuQqTRFQGe+US1d9Z4+ZopcJLwsJTqp5B+icDkCqld4paN0y0qi9MrIvbg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/graphql-tag-pluck@8.3.19': - resolution: {integrity: sha512-LEw/6IYOUz48HjbWntZXDCzSXsOIM1AyWZrlLoJOrA8QAlhFd8h5Tny7opCypj8FO9VvpPFugWoNDh5InPOEQA==} + '@graphql-tools/graphql-tag-pluck@8.3.21': + resolution: {integrity: sha512-TJhELNvR1tmghXMi6HVKp/Swxbx1rcSp/zdkuJZT0DCM3vOY11FXY6NW3aoxumcuYDNN3jqXcCPKstYGFPi5GQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/import@7.0.18': - resolution: {integrity: sha512-1tw1/1QLB0n5bPWfIrhCRnrHIlbMvbwuifDc98g4FPhJ7OXD+iUQe+IpmD5KHVwYWXWhZOuJuq45DfV/WLNq3A==} + '@graphql-tools/import@7.0.21': + resolution: {integrity: sha512-bcAqNWm/gLVEOy55o/WdaROERpDyUEmIfZ9E6NDjVk1ZGWfZe47+RgriTV80j6J5S5J1g+6loFkVWGAMqdN06g==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/json-file-loader@8.0.18': - resolution: {integrity: sha512-JjjIxxewgk8HeMR3npR3YbOkB7fxmdgmqB9kZLWdkRKBxrRXVzhryyq+mhmI0Evzt6pNoHIc3vqwmSctG2sddg==} + '@graphql-tools/json-file-loader@8.0.20': + resolution: {integrity: sha512-5v6W+ZLBBML5SgntuBDLsYoqUvwfNboAwL6BwPHi3z/hH1f8BS9/0+MCW9OGY712g7E4pc3y9KqS67mWF753eA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/load@8.1.0': - resolution: {integrity: sha512-OGfOm09VyXdNGJS/rLqZ6ztCiG2g6AMxhwtET8GZXTbnjptFc17GtKwJ3Jv5w7mjJ8dn0BHydvIuEKEUK4ciYw==} + '@graphql-tools/load@8.1.2': + resolution: {integrity: sha512-WhDPv25/jRND+0uripofMX0IEwo6mrv+tJg6HifRmDu8USCD7nZhufT0PP7lIcuutqjIQFyogqT70BQsy6wOgw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/merge@9.0.24': - resolution: {integrity: sha512-NzWx/Afl/1qHT3Nm1bghGG2l4jub28AdvtG11PoUlmjcIjnFBJMv4vqL0qnxWe8A82peWo4/TkVdjJRLXwgGEw==} + '@graphql-tools/merge@9.1.1': + resolution: {integrity: sha512-BJ5/7Y7GOhTuvzzO5tSBFL4NGr7PVqTJY3KeIDlVTT8YLcTXtBR+hlrC3uyEym7Ragn+zyWdHeJ9ev+nRX1X2w==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1356,32 +1360,32 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/relay-operation-optimizer@7.0.19': - resolution: {integrity: sha512-xnjLpfzw63yIX1bo+BVh4j1attSwqEkUbpJ+HAhdiSUa3FOQFfpWgijRju+3i87CwhjBANqdTZbcsqLT1hEXig==} + '@graphql-tools/relay-operation-optimizer@7.0.21': + resolution: {integrity: sha512-vMdU0+XfeBh9RCwPqRsr3A05hPA3MsahFn/7OAwXzMySA5EVnSH5R4poWNs3h1a0yT0tDPLhxORhK7qJdSWj2A==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/schema@10.0.23': - resolution: {integrity: sha512-aEGVpd1PCuGEwqTXCStpEkmheTHNdMayiIKH1xDWqYp9i8yKv9FRDgkGrY4RD8TNxnf7iII+6KOBGaJ3ygH95A==} + '@graphql-tools/schema@10.0.25': + resolution: {integrity: sha512-/PqE8US8kdQ7lB9M5+jlW8AyVjRGCKU7TSktuW3WNKSKmDO0MK1wakvb5gGdyT49MjAIb4a3LWxIpwo5VygZuw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/url-loader@8.0.31': - resolution: {integrity: sha512-QGP3py6DAdKERHO5D38Oi+6j+v0O3rkBbnLpyOo87rmIRbwE6sOkL5JeHegHs7EEJ279fBX6lMt8ry0wBMGtyA==} + '@graphql-tools/url-loader@8.0.33': + resolution: {integrity: sha512-Fu626qcNHcqAj8uYd7QRarcJn5XZ863kmxsg1sm0fyjyfBJnsvC7ddFt6Hayz5kxVKfsnjxiDfPMXanvsQVBKw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/utils@10.8.6': - resolution: {integrity: sha512-Alc9Vyg0oOsGhRapfL3xvqh1zV8nKoFUdtLhXX7Ki4nClaIJXckrA86j+uxEuG3ic6j4jlM1nvcWXRn/71AVLQ==} + '@graphql-tools/utils@10.9.1': + resolution: {integrity: sha512-B1wwkXk9UvU7LCBkPs8513WxOQ2H8Fo5p8HR1+Id9WmYE5+bd51vqN+MbrqvWczHCH2gwkREgHJN88tE0n1FCw==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/wrap@10.0.35': - resolution: {integrity: sha512-qBga3wo7+GqY+ClGexiyRz9xgy1RWozZryTuGX8usGWPa4wKi/tJS4rKWQQesgB3Fh//SZUCRA5u2nwZaZQw1Q==} + '@graphql-tools/wrap@10.1.3': + resolution: {integrity: sha512-YIcw7oZPlmlZKRBOQGNqKNY4lehB+U4NOP0BSuOd+23EZb8X7JjkruYUOjYsQ7GxS7aKmQpFbuqrfsLp9TRZnA==} engines: {node: '>=18.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1391,8 +1395,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@grpc/grpc-js@1.13.3': - resolution: {integrity: sha512-FTXHdOoPbZrBjlVLHuKbDZnsTxXv2BlHF57xw6LuThXacXvtkahEPED0CKMk6obZDf65Hv4k3z62eyPNpvinIg==} + '@grpc/grpc-js@1.13.4': + resolution: {integrity: sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==} engines: {node: '>=12.10.0'} '@grpc/proto-loader@0.7.15': @@ -1416,8 +1420,8 @@ packages: resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==} engines: {node: '>=18.18'} - '@humanwhocodes/retry@0.4.2': - resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==} + '@humanwhocodes/retry@0.4.3': + resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} '@iconify-json/mdi@1.2.3': @@ -1549,6 +1553,14 @@ packages: '@internationalized/date@3.8.1': resolution: {integrity: sha512-PgVE6B6eIZtzf9Gu5HvJxRK3ufUFz9DhspELuhW/N0GuMGMTLvPQNRkHP2hTuP9lblOk+f+1xi96sPiPXANXAA==} + '@isaacs/balanced-match@4.0.1': + resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} + engines: {node: 20 || >=22} + + '@isaacs/brace-expansion@5.0.0': + resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==} + engines: {node: 20 || >=22} + '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -1561,36 +1573,31 @@ packages: resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - '@jridgewell/gen-mapping@0.3.8': - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} - engines: {node: '>=6.0.0'} + '@jridgewell/gen-mapping@0.3.12': + resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} - '@jridgewell/set-array@1.2.1': - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} - engines: {node: '>=6.0.0'} - - '@jridgewell/sourcemap-codec@1.5.0': - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + '@jridgewell/sourcemap-codec@1.5.4': + resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} - '@jridgewell/trace-mapping@0.3.25': - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.29': + resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==} '@js-sdsl/ordered-map@4.4.2': resolution: {integrity: sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==} - '@keyv/serialize@1.0.3': - resolution: {integrity: sha512-qnEovoOp5Np2JDGonIDL6Ayihw0RhnRh6vxPuHo4RDn1UOzwEo4AeIfpL6UGIrsceWrCMiVPgwRjbHu4vYFc3g==} + '@keyv/serialize@1.1.0': + resolution: {integrity: sha512-RlDgexML7Z63Q8BSaqhXdCYNBy/JQnqYIwxofUrNLGCblOMHp+xux2Q8nLMLlPpgHQPoU0Do8Z6btCpRBEqZ8g==} - '@lingui/babel-plugin-extract-messages@5.2.0': - resolution: {integrity: sha512-hQ6tFK72ZXX2813PU9thJbnwJ+SjSrfR3/tt4aqHJcOUdrb67wMVY/0xiUe+vb5y6kVZjZ4oPqdgCfGZ2jWBEw==} + '@lingui/babel-plugin-extract-messages@5.3.3': + resolution: {integrity: sha512-Cgac9D9ZrTrNdQPxRc5gmZXVUnofBoSUC7CHSEuua5tPolr20oP4snYEnpOvs2D/sM6AWTbM199i7F2e5m4HYA==} engines: {node: '>=20.0.0'} - '@lingui/babel-plugin-lingui-macro@5.2.0': - resolution: {integrity: sha512-IEpEfKW2WoGiK30dbovwXaPj69dKUP+GEAk00/6KUMB0sonaBWO4NO3Bj9G6NSdA6fB1lm9BtvuPqJQ2DvjF5g==} + '@lingui/babel-plugin-lingui-macro@5.3.3': + resolution: {integrity: sha512-LSdJVBchjHPtFemQJiykDlpSksN9jusKcLbkuhdpgMETNMS5EyFwLTud7YUo5qkOIhtpYIf9mj94t1vGRVeSYQ==} engines: {node: '>=20.0.0'} peerDependencies: babel-plugin-macros: 2 || 3 @@ -1598,20 +1605,20 @@ packages: babel-plugin-macros: optional: true - '@lingui/cli@5.2.0': - resolution: {integrity: sha512-SLMPi9VMNAmhKRGt3HCGIZVHHmxfAcb7zNK9qwrEhlvcwxNmtsPtLb4iJvKy/VpdCQYm7C6D34tFjyVjUZ4ROg==} + '@lingui/cli@5.3.3': + resolution: {integrity: sha512-db3aI637XO7z5QeZkrj9pEI3diTuXp0FVHn8TdFgKzQqmKLcv0CgJNftMoQ+DiibifOApyl01ZX81UVXtnQNdA==} engines: {node: '>=20.0.0'} hasBin: true - '@lingui/conf@5.2.0': - resolution: {integrity: sha512-3biQJxGntCP+EnOe9jjlquGCBfk6ogq+I8ZduHwmBceY5aQ0OR7V23ItDrMz0NBy8dFNk5YoeHun3CYKYOS/Jg==} + '@lingui/conf@5.3.3': + resolution: {integrity: sha512-YVjGeGQg4BrHrC+/s7kHYYjcBzAPFoGWl/ujdp05J6+PjV7yXnwUaMa3A7XhKFdRqpJReXf9FOWZUsIIBcPSEQ==} engines: {node: '>=20.0.0'} - '@lingui/core@5.2.0': - resolution: {integrity: sha512-cz35uKDxIGb/CPvgwn7BM/QYpxtARmQm7n+mHUoNJdNKSrg9R7vKkLRG7k9dukZwix2Mdjh+2dPIJnAkor2CiA==} + '@lingui/core@5.3.3': + resolution: {integrity: sha512-H2PAJrbcPBjJg2q3JqMS9OndPkx0kUV+zDLSguONNFGYbe/G7vcNpgEfyYfcCoJBrWaZzJ0iy3Se6LdFbvn6nA==} engines: {node: '>=20.0.0'} peerDependencies: - '@lingui/babel-plugin-lingui-macro': 5.2.0 + '@lingui/babel-plugin-lingui-macro': 5.3.3 babel-plugin-macros: 2 || 3 peerDependenciesMeta: '@lingui/babel-plugin-lingui-macro': @@ -1619,25 +1626,25 @@ packages: babel-plugin-macros: optional: true - '@lingui/format-json@5.2.0': - resolution: {integrity: sha512-Km5KdDkPcHTQXZBNt1YhIAdAustPpfCB6o+7kCyRJqZ2uZE7uuC3EA2M6gTLXNTz8+1ynYIVGmy7zIgixcD4hw==} + '@lingui/format-json@5.3.3': + resolution: {integrity: sha512-WOjasQJzzvdDOflYREYaJxwRIuBl/RWbuIRGlrUu7rWpggjoYS8BemL1XLnl9mbqmi6W7f/4vqW3Jy5tfLxnpQ==} engines: {node: '>=20.0.0'} - '@lingui/format-po@5.2.0': - resolution: {integrity: sha512-viUQaoRa8UxSghayTY7xjtwXbfXIVdlM8C4HsxmozQnl5TXnPVEwlaPYds3sdJ8PmQGcYCm35r8EsmuKBoWYDQ==} + '@lingui/format-po@5.3.3': + resolution: {integrity: sha512-sKGJqsIJLPMKwtSP1js7cfFzEXsNSppzYxDPVO06i71Xd0jn8a+KXLMaSAQj9jY/dpxN8wKsCt26gOnHYi5c5g==} engines: {node: '>=20.0.0'} - '@lingui/message-utils@5.2.0': - resolution: {integrity: sha512-qJFKNc1b7SRX6y5ywtA1x+2/gaY22e09hjC6fiDvDpAFdEguI4qAJGmBmqlAZG/kcokR0tmMpo9zYUF8jjcHEA==} + '@lingui/message-utils@5.3.3': + resolution: {integrity: sha512-Xn1jFX9pworCEKvPwyEo/YJEp8qjELoRkFMUQ+D9AMi8jpaBUbcJpKdJ/TcIt7SKfk8koR/TMxoayMVsh++KCw==} engines: {node: '>=20.0.0'} bundledDependencies: - '@messageformat/date-skeleton' - '@lingui/vite-plugin@5.2.0': - resolution: {integrity: sha512-jMpf6JJY1s3t4eFRBseTyuQNxy6ERRwg+uLi8EZ/qcaQgQW+GK6qWX/Qg5xQ8k1mJpaP6ihanMQMrkS6d5oR/A==} + '@lingui/vite-plugin@5.3.3': + resolution: {integrity: sha512-CHn/8+2SdLxDVYdtUrUQ0DUVhdG0e+U83bqr8OG6JMmlLxLccWGu9JLLloDN34bsGAZqJ1vkEaZ59UHfbtWUaw==} engines: {node: '>=20.0.0'} peerDependencies: - vite: ^3 || ^4 || ^5.0.9 || ^6 + vite: ^3 || ^4 || ^5.0.9 || ^6 || ^7 '@mdi/js@7.4.47': resolution: {integrity: sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==} @@ -2281,8 +2288,8 @@ packages: resolution: {integrity: sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==} engines: {node: '>=14'} - '@opentelemetry/semantic-conventions@1.32.0': - resolution: {integrity: sha512-s0OpmpQFSfMrmedAn9Lhg4KWJELHCU6uU9dtIJ28N8UGhf9Y55im5X8fEzwhwDwiSqN+ZPSNrDJF7ivf/AuRPQ==} + '@opentelemetry/semantic-conventions@1.36.0': + resolution: {integrity: sha512-TtxJSRD8Ohxp6bKkhrm27JRHAxPczQA7idtcTOMYI+wQRRrfgqxHv1cFbCApcSnNjtXkmzFozn6jQtFrOmbjPQ==} engines: {node: '>=14'} '@opentelemetry/sql-common@0.40.1': @@ -2300,6 +2307,11 @@ packages: engines: {node: '>=18'} hasBin: true + '@playwright/test@1.54.1': + resolution: {integrity: sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==} + engines: {node: '>=18'} + hasBin: true + '@polka/url@1.0.0-next.29': resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} @@ -2336,8 +2348,8 @@ packages: '@repeaterjs/repeater@3.0.6': resolution: {integrity: sha512-Javneu5lsuhwNCryN+pXH93VPQ8g0dBX7wItHFgYiwQmzE1sVdg5tWHiOgHywzL2W21XQopa7IwIEnNbmeUJYA==} - '@rollup/plugin-commonjs@28.0.3': - resolution: {integrity: sha512-pyltgilam1QPdn+Zd9gaCfOLcnjMEJ9gV+bTw6/r73INdvzf1ah9zLIJBm+kW7R6IUFIQ1YO+VqZtYxZNWFPEQ==} + '@rollup/plugin-commonjs@28.0.6': + resolution: {integrity: sha512-XSQB1K7FUU5QP+3lOQmVCE3I0FcbbNvmNT4VJSj93iUjayaARrTQeoRdiYQoftAJBLrR9t2agwAd3ekaTgHNlw==} engines: {node: '>=16.0.0 || 14 >= 14.17'} peerDependencies: rollup: ^2.68.0||^3.0.0||^4.0.0 @@ -2379,8 +2391,8 @@ packages: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} engines: {node: '>= 8.0.0'} - '@rollup/pluginutils@5.1.4': - resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} + '@rollup/pluginutils@5.2.0': + resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -2388,103 +2400,103 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.40.1': - resolution: {integrity: sha512-kxz0YeeCrRUHz3zyqvd7n+TVRlNyTifBsmnmNPtk3hQURUyG9eAB+usz6DAwagMusjx/zb3AjvDUvhFGDAexGw==} + '@rollup/rollup-android-arm-eabi@4.45.1': + resolution: {integrity: sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.40.1': - resolution: {integrity: sha512-PPkxTOisoNC6TpnDKatjKkjRMsdaWIhyuMkA4UsBXT9WEZY4uHezBTjs6Vl4PbqQQeu6oION1w2voYZv9yquCw==} + '@rollup/rollup-android-arm64@4.45.1': + resolution: {integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.40.1': - resolution: {integrity: sha512-VWXGISWFY18v/0JyNUy4A46KCFCb9NVsH+1100XP31lud+TzlezBbz24CYzbnA4x6w4hx+NYCXDfnvDVO6lcAA==} + '@rollup/rollup-darwin-arm64@4.45.1': + resolution: {integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.40.1': - resolution: {integrity: sha512-nIwkXafAI1/QCS7pxSpv/ZtFW6TXcNUEHAIA9EIyw5OzxJZQ1YDrX+CL6JAIQgZ33CInl1R6mHet9Y/UZTg2Bw==} + '@rollup/rollup-darwin-x64@4.45.1': + resolution: {integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==} cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.40.1': - resolution: {integrity: sha512-BdrLJ2mHTrIYdaS2I99mriyJfGGenSaP+UwGi1kB9BLOCu9SR8ZpbkmmalKIALnRw24kM7qCN0IOm6L0S44iWw==} + '@rollup/rollup-freebsd-arm64@4.45.1': + resolution: {integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==} cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.40.1': - resolution: {integrity: sha512-VXeo/puqvCG8JBPNZXZf5Dqq7BzElNJzHRRw3vjBE27WujdzuOPecDPc/+1DcdcTptNBep3861jNq0mYkT8Z6Q==} + '@rollup/rollup-freebsd-x64@4.45.1': + resolution: {integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==} cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.40.1': - resolution: {integrity: sha512-ehSKrewwsESPt1TgSE/na9nIhWCosfGSFqv7vwEtjyAqZcvbGIg4JAcV7ZEh2tfj/IlfBeZjgOXm35iOOjadcg==} + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': + resolution: {integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.40.1': - resolution: {integrity: sha512-m39iO/aaurh5FVIu/F4/Zsl8xppd76S4qoID8E+dSRQvTyZTOI2gVk3T4oqzfq1PtcvOfAVlwLMK3KRQMaR8lg==} + '@rollup/rollup-linux-arm-musleabihf@4.45.1': + resolution: {integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.40.1': - resolution: {integrity: sha512-Y+GHnGaku4aVLSgrT0uWe2o2Rq8te9hi+MwqGF9r9ORgXhmHK5Q71N757u0F8yU1OIwUIFy6YiJtKjtyktk5hg==} + '@rollup/rollup-linux-arm64-gnu@4.45.1': + resolution: {integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.40.1': - resolution: {integrity: sha512-jEwjn3jCA+tQGswK3aEWcD09/7M5wGwc6+flhva7dsQNRZZTe30vkalgIzV4tjkopsTS9Jd7Y1Bsj6a4lzz8gQ==} + '@rollup/rollup-linux-arm64-musl@4.45.1': + resolution: {integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.40.1': - resolution: {integrity: sha512-ySyWikVhNzv+BV/IDCsrraOAZ3UaC8SZB67FZlqVwXwnFhPihOso9rPOxzZbjp81suB1O2Topw+6Ug3JNegejQ==} + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': + resolution: {integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==} cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.40.1': - resolution: {integrity: sha512-BvvA64QxZlh7WZWqDPPdt0GH4bznuL6uOO1pmgPnnv86rpUpc8ZxgZwcEgXvo02GRIZX1hQ0j0pAnhwkhwPqWg==} + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': + resolution: {integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.40.1': - resolution: {integrity: sha512-EQSP+8+1VuSulm9RKSMKitTav89fKbHymTf25n5+Yr6gAPZxYWpj3DzAsQqoaHAk9YX2lwEyAf9S4W8F4l3VBQ==} + '@rollup/rollup-linux-riscv64-gnu@4.45.1': + resolution: {integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.40.1': - resolution: {integrity: sha512-n/vQ4xRZXKuIpqukkMXZt9RWdl+2zgGNx7Uda8NtmLJ06NL8jiHxUawbwC+hdSq1rrw/9CghCpEONor+l1e2gA==} + '@rollup/rollup-linux-riscv64-musl@4.45.1': + resolution: {integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.40.1': - resolution: {integrity: sha512-h8d28xzYb98fMQKUz0w2fMc1XuGzLLjdyxVIbhbil4ELfk5/orZlSTpF/xdI9C8K0I8lCkq+1En2RJsawZekkg==} + '@rollup/rollup-linux-s390x-gnu@4.45.1': + resolution: {integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.40.1': - resolution: {integrity: sha512-XiK5z70PEFEFqcNj3/zRSz/qX4bp4QIraTy9QjwJAb/Z8GM7kVUsD0Uk8maIPeTyPCP03ChdI+VVmJriKYbRHQ==} + '@rollup/rollup-linux-x64-gnu@4.45.1': + resolution: {integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.40.1': - resolution: {integrity: sha512-2BRORitq5rQ4Da9blVovzNCMaUlyKrzMSvkVR0D4qPuOy/+pMCrh1d7o01RATwVy+6Fa1WBw+da7QPeLWU/1mQ==} + '@rollup/rollup-linux-x64-musl@4.45.1': + resolution: {integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.40.1': - resolution: {integrity: sha512-b2bcNm9Kbde03H+q+Jjw9tSfhYkzrDUf2d5MAd1bOJuVplXvFhWz7tRtWvD8/ORZi7qSCy0idW6tf2HgxSXQSg==} + '@rollup/rollup-win32-arm64-msvc@4.45.1': + resolution: {integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.40.1': - resolution: {integrity: sha512-DfcogW8N7Zg7llVEfpqWMZcaErKfsj9VvmfSyRjCyo4BI3wPEfrzTtJkZG6gKP/Z92wFm6rz2aDO7/JfiR/whA==} + '@rollup/rollup-win32-ia32-msvc@4.45.1': + resolution: {integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.40.1': - resolution: {integrity: sha512-ECyOuDeH3C1I8jH2MK1RtBJW+YPMvSfT0a5NN0nHfQYnDSJ6tUiZH3gzwVP5/Kfh/+Tt7tpWVF9LXNTnhTJ3kA==} + '@rollup/rollup-win32-x64-msvc@4.45.1': + resolution: {integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==} cpu: [x64] os: [win32] @@ -2494,31 +2506,31 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@storybook/addon-a11y@9.0.8': - resolution: {integrity: sha512-5wFBlISLUDykvpzATR0m7DbvD2+ImiqVx3EfoamrRqzuStTYh/5eEKYvbTznPFBrgvvboCzvVWT2ZqNByeQhxw==} + '@storybook/addon-a11y@9.0.18': + resolution: {integrity: sha512-msbsTI9TmePQ5ElVclLi7ns5WaAntouJFaj9ElNugFWME21k68RiyXnioDjDfEoi/+y8tthQNNqjsHoX/Ev0Og==} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 - '@storybook/addon-docs@9.0.8': - resolution: {integrity: sha512-YRR8qHitwXVTJyn02YMrzd9mCKcuZWSKWt+J/ddFb8khGfLcAW+O0NohGeqMyM6XStLVDKKIKsMoTHggUwIFsA==} + '@storybook/addon-docs@9.0.18': + resolution: {integrity: sha512-1mLhaRDx8s1JAF51o56OmwMnIsg4BOQJ8cn+4wbMjh14pDFALrovlFl/BpAXnV1VaZqHjCB4ZWuP+y5CwXEpeQ==} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 - '@storybook/addon-svelte-csf@5.0.3': - resolution: {integrity: sha512-P6f/fCqL0Wq79LTe1EjSjKppKE5h8Dz5+x9R/NK7+5PyQI4NS1RNwMnppUJeJhF4CqV7BLjsFGr88DT3AAdytw==} + '@storybook/addon-svelte-csf@5.0.7': + resolution: {integrity: sha512-6Zmy5HjOlrrG6OoKRTGDr9LR6zRK4/Sa7raFzQRKHGASgMlfKsMdNTNO0sxnMUWCu2JMS6HsuoLtB3Ma8SlYtg==} peerDependencies: '@storybook/svelte': ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 - '@sveltejs/vite-plugin-svelte': ^4.0.0 || ^5.0.0 + '@sveltejs/vite-plugin-svelte': ^4.0.0 || ^5.0.0 || ^6.0.0 storybook: ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 svelte: ^5.0.0 - vite: ^5.0.0 || ^6.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/addon-vitest@9.0.8': - resolution: {integrity: sha512-LfO98ZbXwMknEnN9ICOj2UodVyr/62Q1o64WQyuktVZVZ4fXQXtPZO7uP9F4TX5HuvNWIiaxGlhBYfEzcErbUA==} + '@storybook/addon-vitest@9.0.18': + resolution: {integrity: sha512-uPLh9H7kRho+raxyIBCm8Ymd3j0VPuWIQ1HSAkdx8itmNafNqs4HE67Z8Cfl259YzdWU/j5BhZqoiT62BCbIDw==} peerDependencies: '@vitest/browser': ^3.0.0 '@vitest/runner': ^3.0.0 - storybook: ^9.0.8 + storybook: ^9.0.18 vitest: ^3.0.0 peerDependenciesMeta: '@vitest/browser': @@ -2528,16 +2540,16 @@ packages: vitest: optional: true - '@storybook/builder-vite@9.0.8': - resolution: {integrity: sha512-dbwDfBUwLW8I71h0Y9r+twtEdjKC+oBP1YweS26ET78qc6qXMFsK5Tfh6lzj/vQbmxY0YhnTVrrkXgfR0erLPA==} + '@storybook/builder-vite@9.0.18': + resolution: {integrity: sha512-lfbrozA6UPVizDrgbPEe04WMtxIraESwUkmwW3+Lxh8rKEUj5cXngcrJUW+meQNNaggdZZWEqeEtweuaLIR+Hg==} peerDependencies: - storybook: ^9.0.8 - vite: ^5.0.0 || ^6.0.0 + storybook: ^9.0.18 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/csf-plugin@9.0.8': - resolution: {integrity: sha512-mNjo4t9liAbQvhE9ni87NU2sz9tqFU4Y54ioSFDlW24wpubsvnhBi5h4z3EkeQJSzIzNMRym9SC7Elbqa3Kf+g==} + '@storybook/csf-plugin@9.0.18': + resolution: {integrity: sha512-MQ3WwXnMua5sX0uYyuO7dC5WOWuJCLqf8CsOn3zQ2ptNoH6hD7DFx5ZOa1uD6VxIuJ3LkA+YqfSRBncomJoRnA==} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 '@storybook/csf@0.1.13': resolution: {integrity: sha512-7xOOwCLGB3ebM87eemep89MYRFTko+D8qE7EdAAq74lgdqRR5cOUtYWJLjO2dLtP94nqoOdHJo6MdLLKzg412Q==} @@ -2552,27 +2564,27 @@ packages: 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/react-dom-shim@9.0.8': - resolution: {integrity: sha512-SYyjRagHZx724hGEWSZcXRzj82am77OpqeA9ps6ZsCSn4cVY9FORGEeY2bnlQkpLnDUH5yjdV/oh+0fXDbl/8g==} + '@storybook/react-dom-shim@9.0.18': + resolution: {integrity: sha512-qGR/d9x9qWRRxITaBVQkMnb73kwOm+N8fkbZRxc7U4lxupXRvkMIDh247nn71SYVBnvbh6//AL7P6ghiPWZYjA==} 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.8 + storybook: ^9.0.18 - '@storybook/svelte-vite@9.0.8': - resolution: {integrity: sha512-erOrMhuiElM7/vvcIyhGaVZuWQayYAG17Noa4H2IugAoXtZ0ptYmcmjqay98wua+VyX4xIESi601J5ZYdTylHA==} + '@storybook/svelte-vite@9.0.18': + resolution: {integrity: sha512-N6u7otsQmYv1GyFkkxTlHULywuF9s6v/VP/PCPuMvbVqAhYooZ/67Y67r+pp1zE26ZMrp3yDAy5h9evu/1aCCg==} engines: {node: '>=20.0.0'} peerDependencies: '@sveltejs/vite-plugin-svelte': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 - storybook: ^9.0.8 + storybook: ^9.0.18 svelte: ^5.0.0 - vite: ^5.0.0 || ^6.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/svelte@9.0.8': - resolution: {integrity: sha512-afkG3GlUF6U9qTyfhY92NUlZpmmps0kyCSTs/sLncXZE/D8Ca6Cl00+xhAtGbBui2hoJM6tsYGNL+bLUKWiGUA==} + '@storybook/svelte@9.0.18': + resolution: {integrity: sha512-03ccuYa2/KACwf0HymF2x7d+PaGKOrGe93RzQEbX0s+hKwgHUoDcejT5jlqBTYHiVsp1RW0jida3EPaeppyyfA==} engines: {node: '>=20.0.0'} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 svelte: ^5.0.0 '@stylistic/eslint-plugin@2.13.0': @@ -2586,8 +2598,8 @@ packages: peerDependencies: acorn: ^8.9.0 - '@sveltejs/adapter-node@5.2.12': - resolution: {integrity: sha512-0bp4Yb3jKIEcZWVcJC/L1xXp9zzJS4hDwfb4VITAkfT4OVdkspSHsx7YhqJDbb2hgLl6R9Vs7VQR+fqIVOxPUQ==} + '@sveltejs/adapter-node@5.2.13': + resolution: {integrity: sha512-yS2TVFmIrxjGhYaV5/iIUrJ3mJl6zjaYn0lBD70vTLnYvJeqf3cjvLXeXCUCuYinhSBoyF4DpfGla49BnIy7sQ==} peerDependencies: '@sveltejs/kit': ^2.4.0 @@ -2630,8 +2642,15 @@ packages: svelte: ^5.0.0 vite: ^6.0.0 - '@swc/helpers@0.5.15': - resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==} + '@sveltejs/vite-plugin-svelte@5.1.1': + resolution: {integrity: sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22} + peerDependencies: + svelte: ^5.0.0 + vite: ^6.0.0 + + '@swc/helpers@0.5.17': + resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} '@tailwindcss/container-queries@0.1.1': resolution: {integrity: sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==} @@ -2657,6 +2676,12 @@ packages: peerDependencies: '@testing-library/dom': '>=7.21.4' + '@theguild/federation-composition@0.19.1': + resolution: {integrity: sha512-E4kllHSRYh+FsY0VR+fwl0rmWhDV8xUgWawLZTXmy15nCWQwj0BDsoEpdEXjPh7xes+75cRaeJcSbZ4jkBuSdg==} + engines: {node: '>=18'} + peerDependencies: + graphql: ^16.0.0 + '@tsconfig/svelte@5.0.4': resolution: {integrity: sha512-BV9NplVgLmSi4mwKzD8BD/NQ8erOY/nUE/GpgWe2ckx+wIQF5RyRirn/QsSSCPeulVpc3RA/iJt6DpfTIZps0Q==} @@ -2669,8 +2694,8 @@ packages: '@types/aws-lambda@8.10.122': resolution: {integrity: sha512-vBkIh9AY22kVOCEKo5CJlyCgmSWvasC+SWUxL/x/vOwRobMpI/HG1xp/Ae3AqmSiZeLUbOhW0FCD3ZjqqUxmXw==} - '@types/body-parser@1.19.5': - resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} + '@types/body-parser@1.19.6': + resolution: {integrity: sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==} '@types/bunyan@1.8.9': resolution: {integrity: sha512-ZqS9JGpBxVOvsawzmVt30sP++gSQMTejCkIAQ3VdadOcRE8izTyW66hufvwLeH+YEGP6Js2AW7Gz+RMyvrEbmw==} @@ -2684,14 +2709,14 @@ packages: '@types/connect@3.4.38': resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} - '@types/content-disposition@0.5.8': - resolution: {integrity: sha512-QVSSvno3dE0MgO76pJhmv4Qyi/j0Yk9pBp0Y7TJ2Tlj+KCgJWY6qX7nnxCOLkZ3VYRSIk1WTxCvwUSdx6CCLdg==} + '@types/content-disposition@0.5.9': + resolution: {integrity: sha512-8uYXI3Gw35MhiVYhG3s295oihrxRyytcRHjSjqnqZVDDy/xcGBRny7+Xj1Wgfhv5QzRtN2hB2dVRBUX9XW3UcQ==} '@types/cookie@0.6.0': resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} - '@types/cookies@0.9.0': - resolution: {integrity: sha512-40Zk8qR147RABiQ7NQnBzWzDcjKzNrntB5BAmeGCb2p/MIyOE+4BVvc17wumsUqUw00bJYqoXFHYygQnEFh4/Q==} + '@types/cookies@0.9.1': + resolution: {integrity: sha512-E/DPgzifH4sM1UMadJMWd6mO2jOd4g1Ejwzx8/uRCDpJis1IrlyQEcGAYEomtAqRYmD5ORbNXMeI9U0RiVGZbg==} '@types/debug@4.1.12': resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} @@ -2702,17 +2727,14 @@ packages: '@types/estree@0.0.39': resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} - '@types/estree@1.0.7': - resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} - - '@types/express-serve-static-core@5.0.6': - resolution: {integrity: sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==} + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} - '@types/express@5.0.1': - resolution: {integrity: sha512-UZUw8vjpWFXuDnjFTh7/5c2TWDlQqeXHi6hcN7F2XSVT5P+WmUnnbFS3KA6Jnc6IsEqI2qCVu2bK0R0J4A8ZQQ==} + '@types/express-serve-static-core@5.0.7': + resolution: {integrity: sha512-R+33OsgWw7rOhD1emjU7dzCDHucJrgJXMA5PYCzJxVil0dsyx5iBEPHqpPfiKNJQb7lZ1vxwoLR4Z87bBUpeGQ==} - '@types/gensync@1.0.4': - resolution: {integrity: sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==} + '@types/express@5.0.3': + resolution: {integrity: sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw==} '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} @@ -2720,8 +2742,8 @@ packages: '@types/http-assert@1.5.6': resolution: {integrity: sha512-TTEwmtjgVbYAzZYWyeHPrrtWnfVkm8tQkP8P21uQifPgMRgjrow3XDEYqucuC8SKZJT7pUnhU/JymvjggxO9vw==} - '@types/http-errors@2.0.4': - resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} + '@types/http-errors@2.0.5': + resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==} '@types/istanbul-lib-coverage@2.0.6': resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} @@ -2765,8 +2787,8 @@ packages: '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/mjml-core@4.15.1': - resolution: {integrity: sha512-qu8dUksU8yXX18qMTFINkM4uoz7WQYC5F14lcWeSNmWbulaGG0KG19yeZwpx75b9RJXr8WI/FRHH0LyQTU9JbA==} + '@types/mjml-core@4.15.2': + resolution: {integrity: sha512-Q7SxFXgoX979HP57DEVsRI50TV8x1V4lfCA4Up9AvfINDM5oD/X9ARgfoyX1qS987JCnDLv85JjkqAjt3hZSiQ==} '@types/mjml@4.7.4': resolution: {integrity: sha512-vyi1vzWgMzFMwZY7GSZYX0GU0dmtC8vLHwpgk+NWmwbwRSrlieVyJ9sn5elodwUfklJM7yGl0zQeet1brKTWaQ==} @@ -2780,8 +2802,8 @@ packages: '@types/mysql@2.15.22': resolution: {integrity: sha512-wK1pzsJVVAjYCSZWQoWHziQZbNggXFDUEIGf54g4ZM/ERuP86uGdWeKZWMYlqTPMZfHJJvLPyogXGvCOg87yLQ==} - '@types/node@20.17.32': - resolution: {integrity: sha512-zeMXFn8zQ+UkjK4ws0RiOC9EWByyW1CcVmLe+2rQocXRsGEDxUCwPEIVgpsGcLHS/P8JkT0oa3839BRABS0oPw==} + '@types/node@20.19.9': + resolution: {integrity: sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==} '@types/node@22.15.3': resolution: {integrity: sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==} @@ -2795,8 +2817,8 @@ packages: '@types/pg@8.6.1': resolution: {integrity: sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==} - '@types/qs@6.9.18': - resolution: {integrity: sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==} + '@types/qs@6.14.0': + resolution: {integrity: sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==} '@types/range-parser@1.2.7': resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} @@ -2810,11 +2832,11 @@ packages: '@types/resolve@1.20.2': resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} - '@types/send@0.17.4': - resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} + '@types/send@0.17.5': + resolution: {integrity: sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==} - '@types/serve-static@1.15.7': - resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} + '@types/serve-static@1.15.8': + resolution: {integrity: sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==} '@types/set-cookie-parser@2.4.10': resolution: {integrity: sha512-GGmQVGpQWUe5qglJozEjZV/5dyxbOOZ0LHe/lqyWssB88Y4svNfst0uqBVscdDeIKl5Jy5+aPSvy7mI9tYRguw==} @@ -2854,6 +2876,14 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' + '@typescript-eslint/eslint-plugin@8.38.0': + resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + '@typescript-eslint/parser': ^8.38.0 + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.9.0' + '@typescript-eslint/parser@8.24.0': resolution: {integrity: sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2861,13 +2891,32 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' + '@typescript-eslint/parser@8.38.0': + resolution: {integrity: sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.9.0' + + '@typescript-eslint/project-service@8.38.0': + resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <5.9.0' + '@typescript-eslint/scope-manager@8.24.0': resolution: {integrity: sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/scope-manager@8.31.0': - resolution: {integrity: sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==} + '@typescript-eslint/scope-manager@8.38.0': + resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/tsconfig-utils@8.38.0': + resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <5.9.0' '@typescript-eslint/type-utils@8.24.0': resolution: {integrity: sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==} @@ -2876,12 +2925,19 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' + '@typescript-eslint/type-utils@8.38.0': + resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.9.0' + '@typescript-eslint/types@8.24.0': resolution: {integrity: sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/types@8.31.0': - resolution: {integrity: sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==} + '@typescript-eslint/types@8.38.0': + resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@8.24.0': @@ -2890,8 +2946,8 @@ packages: peerDependencies: typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/typescript-estree@8.31.0': - resolution: {integrity: sha512-xLmgn4Yl46xi6aDSZ9KkyfhhtnYI15/CvHbpOy/eR5NWhK/BK8wc709KKwhAR0m4ZKRP7h07bm4BWUYOCuRpQQ==} + '@typescript-eslint/typescript-estree@8.38.0': + resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.9.0' @@ -2903,8 +2959,8 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.31.0': - resolution: {integrity: sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==} + '@typescript-eslint/utils@8.38.0': + resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -2914,15 +2970,15 @@ packages: resolution: {integrity: sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/visitor-keys@8.31.0': - resolution: {integrity: sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==} + '@typescript-eslint/visitor-keys@8.38.0': + resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@urql/core@5.1.1': - resolution: {integrity: sha512-aGh024z5v2oINGD/In6rAtVKTm4VmQ2TxKQBAtk2ZSME5dunZFcjltw4p5ENQg+5CBhZ3FHMzl0Oa+rwqiWqlg==} + '@urql/core@5.2.0': + resolution: {integrity: sha512-/n0ieD0mvvDnVAXEQgX/7qJiVcvYvNkOHeBvkwtylfjydar123caCXcl58PXFY11oU1oquJocVXHxLAbtv4x1A==} '@urql/devtools@2.0.3': resolution: {integrity: sha512-TktPLiBS9LcBPHD6qcnb8wqOVcg3Bx0iCtvQ80uPpfofwwBGJmqnQTjUdEFU6kwaLOFZULQ9+Uo4831G823mQw==} @@ -2930,8 +2986,8 @@ packages: '@urql/core': '>= 1.14.0' graphql: '>= 0.11.0' - '@urql/exchange-graphcache@7.2.3': - resolution: {integrity: sha512-ClxbxlONfcGZOgZQxUIJ2hvy82mwuljQLVd957TgpSDzSCMLWCklWFubnSC5YFvQLR1kZJW+sbhWKd4ZpndF9w==} + '@urql/exchange-graphcache@7.2.4': + resolution: {integrity: sha512-kiKbT0ZrtyQmmgNLYR0qkZAJjWHQOtrd+6Dt9JMtm3L/A8r3D6ptcJn668BADP6J+vkxcfNFtdI+0OdmBBkRgw==} peerDependencies: '@urql/core': ^5.0.0 @@ -2947,12 +3003,12 @@ packages: peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - '@vitest/browser@3.2.3': - resolution: {integrity: sha512-5HpUb0ixGF8JWSAjb/P1x/VPuTYUkL4pL0+YO6DJiuvQgqJN3PREaUEcXwfXjU4nBc37EahfpRbAwdE9pHs9lQ==} + '@vitest/browser@3.2.4': + resolution: {integrity: sha512-tJxiPrWmzH8a+w9nLKlQMzAKX/7VjFs50MWgcAj7p9XQ7AQ9/35fByFYptgPELyLw+0aixTnC4pUWV+APcZ/kw==} peerDependencies: playwright: '*' safaridriver: '*' - vitest: 3.2.3 + vitest: 3.2.4 webdriverio: ^7.0.0 || ^8.0.0 || ^9.0.0 peerDependenciesMeta: playwright: @@ -2962,12 +3018,12 @@ packages: webdriverio: optional: true - '@vitest/expect@3.0.9': - resolution: {integrity: sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==} - '@vitest/expect@3.2.3': resolution: {integrity: sha512-W2RH2TPWVHA1o7UmaFKISPvdicFJH+mjykctJFoAkUw+SPTJTGjUNdKscFBrqM7IPnCVu6zihtKYa7TkZS1dkQ==} + '@vitest/expect@3.2.4': + resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} + '@vitest/mocker@3.2.3': resolution: {integrity: sha512-cP6fIun+Zx8he4rbWvi+Oya6goKQDZK+Yq4hhlggwQBbrlOQ4qtZ+G4nxB6ZnzI9lyIb+JnvyiJnPC2AGbKSPA==} peerDependencies: @@ -2979,49 +3035,66 @@ packages: vite: optional: true - '@vitest/pretty-format@3.0.9': - resolution: {integrity: sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==} + '@vitest/mocker@3.2.4': + resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} + peerDependencies: + msw: ^2.4.9 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 + peerDependenciesMeta: + msw: + optional: true + vite: + optional: true '@vitest/pretty-format@3.2.3': resolution: {integrity: sha512-yFglXGkr9hW/yEXngO+IKMhP0jxyFw2/qys/CK4fFUZnSltD+MU7dVYGrH8rvPcK/O6feXQA+EU33gjaBBbAng==} + '@vitest/pretty-format@3.2.4': + resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} + '@vitest/runner@3.2.3': resolution: {integrity: sha512-83HWYisT3IpMaU9LN+VN+/nLHVBCSIUKJzGxC5RWUOsK1h3USg7ojL+UXQR3b4o4UBIWCYdD2fxuzM7PQQ1u8w==} + '@vitest/runner@3.2.4': + resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==} + '@vitest/snapshot@3.2.3': resolution: {integrity: sha512-9gIVWx2+tysDqUmmM1L0hwadyumqssOL1r8KJipwLx5JVYyxvVRfxvMq7DaWbZZsCqZnu/dZedaZQh4iYTtneA==} - '@vitest/spy@3.0.9': - resolution: {integrity: sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==} + '@vitest/snapshot@3.2.4': + resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==} '@vitest/spy@3.2.3': resolution: {integrity: sha512-JHu9Wl+7bf6FEejTCREy+DmgWe+rQKbK+y32C/k5f4TBIAlijhJbRBIRIOCEpVevgRsCQR2iHRUH2/qKVM/plw==} - '@vitest/ui@3.2.3': - resolution: {integrity: sha512-9aR2tY/WT7GRHGEH/9sSIipJqeA21Eh3C6xmiOVmfyBCFmezUSUFLalpaSmRHlRzWCKQU10yz3AHhKuYcdnZGQ==} - peerDependencies: - vitest: 3.2.3 + '@vitest/spy@3.2.4': + resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} - '@vitest/utils@3.0.9': - resolution: {integrity: sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==} + '@vitest/ui@3.2.4': + resolution: {integrity: sha512-hGISOaP18plkzbWEcP/QvtRW1xDXF2+96HbEX6byqQhAUbiS5oH6/9JwW+QsQCIYON2bI6QZBF+2PvOmrRZ9wA==} + peerDependencies: + vitest: 3.2.4 '@vitest/utils@3.2.3': resolution: {integrity: sha512-4zFBCU5Pf+4Z6v+rwnZ1HU1yzOKKvDkMXZrymE2PBlbjKJRlrOxbvpfPSvJTGRIwGoahaOGvp+kbCoxifhzJ1Q==} + '@vitest/utils@3.2.4': + resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} + '@whatwg-node/disposablestack@0.0.6': resolution: {integrity: sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==} engines: {node: '>=18.0.0'} - '@whatwg-node/fetch@0.10.6': - resolution: {integrity: sha512-6uzhO2aQ757p3bSHcemA8C4pqEXuyBqyGAM7cYpO0c6/igRMV9As9XL0W12h5EPYMclgr7FgjmbVQBoWEdJ/yA==} + '@whatwg-node/fetch@0.10.9': + resolution: {integrity: sha512-2TaXKmjy53cybNtaAtzbPOzwIPkjXbzvZcimnaJxQwYXKSC8iYnWoZOyT4+CFt8w0KDieg5J5dIMNzUrW/UZ5g==} engines: {node: '>=18.0.0'} - '@whatwg-node/node-fetch@0.7.18': - resolution: {integrity: sha512-IxKdVWfZYasGiyxBcsROxq6FmDQu3MNNiOYJ/yqLKhe+Qq27IIWsK7ItbjS2M9L5aM5JxjWkIS7JDh7wnsn+CQ==} + '@whatwg-node/node-fetch@0.7.22': + resolution: {integrity: sha512-h4GGjGF2vH3kGJ/fEOeg9Xfu4ncoyRwFcjGIxr/5dTBgZNVwq888byIsZ+XXRDJnNnRlzVVVQDcqrZpY2yctGA==} engines: {node: '>=18.0.0'} - '@whatwg-node/promise-helpers@1.3.1': - resolution: {integrity: sha512-D+OwTEunoQhVHVToD80dPhfz9xgPLqJyEA3F5jCRM14A2u8tBBQVdZekqfqx6ZAfZ+POT4Hb0dn601UKMsvADw==} + '@whatwg-node/promise-helpers@1.3.2': + resolution: {integrity: sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==} engines: {node: '>=16.0.0'} abbrev@2.0.0: @@ -3042,18 +3115,13 @@ packages: peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - acorn@8.14.1: - resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} - engines: {node: '>=0.4.0'} - hasBin: true - acorn@8.15.0: resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} engines: {node: '>=0.4.0'} hasBin: true - agent-base@7.1.3: - resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} + agent-base@7.1.4: + resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} aggregate-error@3.1.0: @@ -3158,13 +3226,6 @@ packages: resolution: {integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==} engines: {node: '>=8'} - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.21: resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} @@ -3176,11 +3237,8 @@ packages: resolution: {integrity: sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==} engines: {node: '>=4'} - axios@1.7.9: - resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==} - - axios@1.9.0: - resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==} + axios@1.11.0: + resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==} axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} @@ -3208,8 +3266,8 @@ packages: resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} engines: {node: '>=12.0.0'} - bignumber.js@9.3.0: - resolution: {integrity: sha512-EM7aMFTXbptt/wZdMlBv2t8IViwQL+h6SLHosp8Yf0dqJMTnY6iL32opnAB6kAdL0SZPuvcAzFr31o0c/R3/RA==} + bignumber.js@9.3.1: + resolution: {integrity: sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==} binary-extensions@2.3.0: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} @@ -3228,18 +3286,18 @@ packages: boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} - brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + brace-expansion@1.1.12: + resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==} - brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + brace-expansion@2.0.2: + resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==} braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.24.4: - resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} + browserslist@4.25.1: + resolution: {integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -3252,9 +3310,6 @@ packages: buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} - buffer@6.0.3: - resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} - builtin-modules@3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} @@ -3263,8 +3318,8 @@ packages: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} - cacheable@1.8.9: - resolution: {integrity: sha512-FicwAUyWnrtnd4QqYAoRlNs44/a1jTL7XDKqm5gJ90wz1DQPlC7U2Rd1Tydpv+E7WAr4sQHuw8Q8M3nZMAyecQ==} + cacheable@1.10.3: + resolution: {integrity: sha512-M6p10iJ/VT0wT7TLIGUnm958oVrU2cUK8pQAVU21Zu7h8rbk/PeRtRWrvHJBql97Bhzk3g1N6+2VKC+Rjxna9Q==} call-bind-apply-helpers@1.0.2: resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} @@ -3288,11 +3343,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001699: - resolution: {integrity: sha512-b+uH5BakXZ9Do9iK+CkDmctUSEqZl+SP056vc5usa0PL+ev5OHw003rZXcnjNDv3L8P5j6rwT6C0BPKSikW08w==} - - caniuse-lite@1.0.30001715: - resolution: {integrity: sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==} + caniuse-lite@1.0.30001727: + resolution: {integrity: sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==} capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -3300,9 +3352,9 @@ packages: ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} - chai@5.2.0: - resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} - engines: {node: '>=12'} + chai@5.2.1: + resolution: {integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==} + engines: {node: '>=18'} chalk@3.0.0: resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} @@ -3351,8 +3403,8 @@ packages: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} - chromatic@12.1.0: - resolution: {integrity: sha512-X45IVEb8mX3J+iDEpb6dY6CUvqWm5jlo8QqzgUGFYlcO7A327Ve3G4dzuu96f/hcXifZ0T1E7BMN6/z0iO4V2A==} + chromatic@12.2.0: + resolution: {integrity: sha512-GswmBW9ZptAoTns1BMyjbm55Z7EsIJnUvYKdQqXIBZIKbGErmpA+p4c0BYA+nzw5B0M+rb3Iqp1IaH8TFwIQew==} hasBin: true peerDependencies: '@chromatic-com/cypress': ^0.*.* || ^1.0.0 @@ -3530,15 +3582,6 @@ packages: typescript: optional: true - cosmiconfig@9.0.0: - resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=4.9.5' - peerDependenciesMeta: - typescript: - optional: true - cross-fetch@3.2.0: resolution: {integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==} @@ -3550,8 +3593,8 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + css-select@5.2.2: + resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==} css-selector-tokenizer@0.8.0: resolution: {integrity: sha512-Jd6Ig3/pe62/qe5SBPTN8h8LeUg/pT4lLgtavPf7updwwHpvFzxvOQBHYj2LZDMjUnBzgvIUSjRcf6oT5HzHFg==} @@ -3560,8 +3603,8 @@ packages: resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - css-what@6.1.0: - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + css-what@6.2.2: + resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==} engines: {node: '>= 6'} css.escape@1.5.1: @@ -3572,8 +3615,8 @@ packages: engines: {node: '>=4'} hasBin: true - cssstyle@4.4.0: - resolution: {integrity: sha512-W0Y2HOXlPkb2yaKrCVRjinYKciu/qSLEmK0K9mcfDei3zwlnHFEHAs/Du3cIRwPqY+J4JsiBzUjoHyc8RsJ03A==} + cssstyle@4.6.0: + resolution: {integrity: sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==} engines: {node: '>=18'} csstype@3.1.3: @@ -3586,8 +3629,8 @@ packages: resolution: {integrity: sha512-pHJg+jbuFsCjz9iclQBqyL3B2HLCBF71BwVNujUYEvCeQMvV97R59MNK3R2+jgJ3a1fcZgI9B3vYgz8lzr/BFQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - culori@4.0.1: - resolution: {integrity: sha512-LSnjA6HuIUOlkfKVbzi2OlToZE8OjFi667JWN9qNymXVXzGDmvuP60SSgC+e92sd7B7158f7Fy3Mb6rXS5EDPw==} + culori@4.0.2: + resolution: {integrity: sha512-1+BhOB8ahCn4O0cep0Sh2l9KCOfOdY+BXJnKMHFFzDEouSr/el18QwXEMRlOj9UY5nCeA8UN3a/82rUWRBeyBw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} custom-error-instance@2.1.1: @@ -3649,8 +3692,8 @@ packages: debounce@1.2.1: resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} - debug@4.4.0: - resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + debug@4.4.1: + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} engines: {node: '>=6.0'} peerDependencies: supports-color: '*' @@ -3658,20 +3701,11 @@ packages: supports-color: optional: true - debug@4.4.1: - resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - - decimal.js@10.5.0: - resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==} + decimal.js@10.6.0: + resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==} - decode-named-character-reference@1.1.0: - resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==} + decode-named-character-reference@1.2.0: + resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==} dedent-js@1.0.1: resolution: {integrity: sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==} @@ -3792,8 +3826,8 @@ packages: resolution: {integrity: sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==} engines: {node: '>=12'} - dotenv@16.5.0: - resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==} + dotenv@16.6.1: + resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} engines: {node: '>=12'} dset@3.1.4: @@ -3815,8 +3849,8 @@ packages: engines: {node: '>=14'} hasBin: true - electron-to-chromium@1.5.143: - resolution: {integrity: sha512-QqklJMOFBMqe46k8iIOwA9l2hz57V2OKMmP5eSWcUvwx+mASAsbU+wkF1pHjn9ZVSBPrsYWr4/W/95y5SwYg2g==} + electron-to-chromium@1.5.190: + resolution: {integrity: sha512-k4McmnB2091YIsdCgkS0fMVMPOJgxl93ltFzaryXqwip1AaxeDqKCGLxkXODDA5Ab/D+tV5EL5+aTx76RvLRxw==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -3838,8 +3872,8 @@ packages: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} - entities@6.0.0: - resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==} + entities@6.0.1: + resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==} engines: {node: '>=0.12'} env-paths@2.2.1: @@ -3868,24 +3902,24 @@ packages: resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} engines: {node: '>= 0.4'} - es-toolkit@1.39.0: - resolution: {integrity: sha512-EoVtfsblZAUBu1pLM7SS0JH6mOUSln+l7IPkdTAasDFO1jYJIrdFv6usRuGbUFKIuA78OVlvpGldGSztAihQQQ==} + es-toolkit@1.39.7: + resolution: {integrity: sha512-ek/wWryKouBrZIjkwW2BFf91CWOIMvoy2AE5YYgUrfWsJQM2Su1LoLtrw8uusEpN9RfqLlV/0FVNjT0WMv8Bxw==} esbuild-register@3.6.0: resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} peerDependencies: esbuild: '>=0.12 <1' - esbuild@0.21.5: - resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} - engines: {node: '>=12'} - hasBin: true - esbuild@0.24.2: resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} engines: {node: '>=18'} hasBin: true + esbuild@0.25.8: + resolution: {integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -3912,12 +3946,12 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-plugin-storybook@9.0.8: - resolution: {integrity: sha512-JQeVZFw2+z1BFs+qlzsrhPy5xNz6p/8IuwBipnGlzC86Flj6WwQmj4ZVOIupsf0D6kiVjuEQOaiYSMYTR0KCDQ==} + eslint-plugin-storybook@9.0.18: + resolution: {integrity: sha512-f2FnWjTQkM9kYtbpChVuEo8F04QATBiuxYUdSBR58lWb3NprPKBfmRZC1dTA5NVeLY6geXduDLIPXefwXFz6Ag==} engines: {node: '>=20.0.0'} peerDependencies: eslint: '>=8' - storybook: ^9.0.8 + storybook: ^9.0.18 eslint-plugin-svelte@2.46.1: resolution: {integrity: sha512-7xYr2o4NID/f9OEYMqxsEQsCsj4KaMy4q5sANaKkAb6/QeCjYFxRmDm2S3YC3A3pl1kyPZ/syOx/i7LcWYSbIw==} @@ -3933,10 +3967,6 @@ packages: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-scope@8.3.0: - resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-scope@8.4.0: resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3945,10 +3975,6 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-visitor-keys@4.2.0: - resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-visitor-keys@4.2.1: resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3963,13 +3989,19 @@ packages: jiti: optional: true + eslint@9.31.0: + resolution: {integrity: sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + hasBin: true + peerDependencies: + jiti: '*' + peerDependenciesMeta: + jiti: + optional: true + esm-env@1.2.2: resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==} - espree@10.3.0: - resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@10.4.0: resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3990,12 +4022,12 @@ packages: esrap@1.2.2: resolution: {integrity: sha512-F2pSJklxx1BlQIQgooczXCPHmcWpn6EsP5oo73LQfonG9fIlIENQ8vMmfGXeojP9MrkzUNAfyU5vdFlR9shHAw==} - esrap@1.4.6: - resolution: {integrity: sha512-F/D2mADJ9SHY3IwksD4DAXjTt7qt7GWUf3/8RhCNWmC/67tyb55dpimHmy7EplakFaflV0R/PC+fdSPqrRHAQw==} - esrap@1.4.9: resolution: {integrity: sha512-3OMlcd0a03UGuZpPeUC1HxR3nA23l+HEyCiZw3b3FumJIN9KphoGzDJKMXI1S72jVS1dsenDyQC0kJlO1U9E1g==} + esrap@2.1.0: + resolution: {integrity: sha512-yzmPNpl7TBbMRC5Lj2JlJZNPml0tzqoqP5B1JXycNUwtqma9AKCO0M2wHrdgsHcy1WRW7S9rJknAMtByg3usgA==} + esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} @@ -4032,12 +4064,12 @@ packages: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - expect-type@1.2.1: - resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==} + expect-type@1.2.2: + resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==} engines: {node: '>=12.0.0'} - exsolve@1.0.5: - resolution: {integrity: sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==} + exsolve@1.0.7: + resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==} extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} @@ -4080,8 +4112,8 @@ packages: fbjs@3.0.5: resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} - fdir@6.4.4: - resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==} + fdir@6.4.6: + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -4129,8 +4161,8 @@ packages: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} - flat-cache@6.1.7: - resolution: {integrity: sha512-qwZ4xf1v1m7Rc9XiORly31YaChvKt6oNVHuqqZcoED/7O+ToyNVGobKsIAopY9ODcWpEDKEBAbrSOCBHtNQvew==} + flat-cache@6.1.12: + resolution: {integrity: sha512-U+HqqpZPPXP5d24bWuRzjGqVqUcw64k4nZAbruniDwdRg0H10tvN7H6ku1tjhA4rg5B9GS3siEvwO2qjJJ6f8Q==} flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} @@ -4151,20 +4183,12 @@ packages: debug: optional: true - foreground-child@3.3.0: - resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} - engines: {node: '>=14'} - foreground-child@3.3.1: resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} engines: {node: '>=14'} - form-data@4.0.1: - resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} - engines: {node: '>= 6'} - - form-data@4.0.2: - resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} + form-data@4.0.4: + resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} engines: {node: '>= 6'} formdata-polyfill@4.0.10: @@ -4227,15 +4251,11 @@ packages: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true - glob@11.0.1: - resolution: {integrity: sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==} + glob@11.0.3: + resolution: {integrity: sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==} engines: {node: 20 || >=22} hasBin: true - globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} - globals@13.24.0: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} @@ -4266,8 +4286,8 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - graphql-config@5.1.4: - resolution: {integrity: sha512-ObdBeL3ycddHrNbFvhGZ12pK8jUzWvvyN2A+6ij3XrtLH/KrkXt+BboEAEgXmeUrTcD5RjJnz8IZu3Cgc/oX/w==} + graphql-config@5.1.5: + resolution: {integrity: sha512-mG2LL1HccpU8qg5ajLROgdsBzx/o2M6kgI3uAmoaXiSH9PCUbtIyLomLqUtCFaAeG2YCFsl0M5cfQ9rKmDoMVA==} engines: {node: '>= 16.0.0'} peerDependencies: cosmiconfig-toml-loader: ^1.0.0 @@ -4293,17 +4313,20 @@ packages: peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - graphql-ws@6.0.4: - resolution: {integrity: sha512-8b4OZtNOvv8+NZva8HXamrc0y1jluYC0+13gdh7198FKjVzXyTvVc95DCwGzaKEfn3YuWZxUqjJlHe3qKM/F2g==} + graphql-ws@6.0.6: + resolution: {integrity: sha512-zgfER9s+ftkGKUZgc0xbx8T7/HMO4AV5/YuYiFc+AtgcO5T0v8AxYYNQ+ltzuzDZgNkYJaFspm5MMYLjQzrkmw==} engines: {node: '>=20'} peerDependencies: '@fastify/websocket': ^10 || ^11 + crossws: ~0.3 graphql: ^15.10.1 || ^16 uWebSockets.js: ^20 ws: ^8 peerDependenciesMeta: '@fastify/websocket': optional: true + crossws: + optional: true uWebSockets.js: optional: true ws: @@ -4340,8 +4363,8 @@ packages: header-case@2.0.4: resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} - hookified@1.8.1: - resolution: {integrity: sha512-GrO2l93P8xCWBSTBX9l2BxI78VU/MAAYag+pG8curS3aBGy0++ZlxrQ7PdUOUVMbn5BwkGb6+eRrnf43ipnFEA==} + hookified@1.10.0: + resolution: {integrity: sha512-dJw0492Iddsj56U1JsSTm9E/0B/29a1AuoSLRAte8vQg/kaTGF3IgjEWT8c8yG4cC10+HisE1x5QAwR0Xwc+DA==} html-encoding-sniffer@4.0.0: resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} @@ -4392,6 +4415,10 @@ packages: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} + ignore@7.0.5: + resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} + engines: {node: '>= 4'} + immer@10.1.1: resolution: {integrity: sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==} @@ -4407,8 +4434,8 @@ packages: resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==} engines: {node: '>=12.2'} - import-in-the-middle@1.13.1: - resolution: {integrity: sha512-k2V9wNm9B+ysuelDTHjI9d5KPc4l8zAZTGqj+pcynvWkypZd857ryzN8jNC7Pg2YZXNMJcHRPpaDyCBbNyVRpA==} + import-in-the-middle@1.14.2: + resolution: {integrity: sha512-5tCuY9BV8ujfOpwtAGgsTx9CGUapcFMEEyByLv1B+v2+6DhAcw+Zr0nhQT7uwaZ7DiourxFEscghOR8e1aPLQw==} import-in-the-middle@1.7.4: resolution: {integrity: sha512-Lk+qzWmiQuRPPulGQeK5qq0v32k2bHnWrRPFgqyvhw7Kkov5L6MOLOIU3pcWeujc9W4q54Cp3Q2WV16eQkc7Bg==} @@ -4433,10 +4460,6 @@ packages: inline-style-parser@0.2.4: resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} - inquirer@7.3.3: - resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} - engines: {node: '>=8.0.0'} - inquirer@8.2.6: resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} engines: {node: '>=12.0.0'} @@ -4560,8 +4583,8 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jackspeak@4.1.0: - resolution: {integrity: sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==} + jackspeak@4.1.1: + resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==} engines: {node: 20 || >=22} jest-get-type@29.6.3: @@ -4576,8 +4599,8 @@ packages: resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} hasBin: true - jiti@2.4.2: - resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} + jiti@2.5.0: + resolution: {integrity: sha512-NWDAhdnATItTnRhip9VTd8oXDjVcbhetRN6YzckApnXGxpGUooKMAaf0KVvlZG0+KlJMGkeLElVn4M1ReuxKUQ==} hasBin: true jose@5.10.0: @@ -4673,8 +4696,8 @@ packages: keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - keyv@5.3.2: - resolution: {integrity: sha512-Lji2XRxqqa5Wg+CHLVfFKBImfJZ4pCSccu9eVWK6w4c2SDFLd8JAn1zqTuSFnsxb7ope6rMsnIHfp+eBbRBRZQ==} + keyv@5.4.0: + resolution: {integrity: sha512-TMckyVjEoacG5IteUpUrOBsFORtheqziVyyY2dLUwg1jwTb8u48LX4TgmtogkNl9Y9unaEJ1luj10fGyjMGFOQ==} kleur@3.0.3: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} @@ -4711,8 +4734,8 @@ packages: libbase64@1.3.0: resolution: {integrity: sha512-GgOXd0Eo6phYgh0DJtjQ2tO8dc0IVINtZJeARPeiIJqge+HdsWSuaDTe8ztQ7j/cONByDZ3zeB325AHiv5O0dg==} - libmime@5.3.6: - resolution: {integrity: sha512-j9mBC7eiqi6fgBPAGvKCXJKJSIASanYF4EeA4iBzSG0HxQxmXnR3KbyWqTn4CwsKSebqCv2f5XZfAO6sKzgvwA==} + libmime@5.3.7: + resolution: {integrity: sha512-FlDb3Wtha8P01kTL3P9M+ZDNDWPKPmKHWaU/cG/lg5pfuAwdflVpZE+wm9m7pKmC5ww6s+zTxBKS1p6yl3KpSw==} libqp@2.1.1: resolution: {integrity: sha512-0Wd+GPz1O134cP62YU2GTOPNA7Qgl09XwCqM5zpBv87ERCXdfDtyKXvV7c9U22yWJh44QZqBocFnXN11K96qow==} @@ -4788,10 +4811,6 @@ packages: lodash.foreach@4.5.0: resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==} - lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - deprecated: This package is deprecated. Use the optional chaining (?.) operator instead. - lodash.isplainobject@4.0.6: resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} @@ -4832,8 +4851,8 @@ packages: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true - loupe@3.1.3: - resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==} + loupe@3.2.0: + resolution: {integrity: sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==} lower-case-first@2.0.2: resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==} @@ -4847,8 +4866,8 @@ packages: lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} - lru-cache@11.0.2: - resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} + lru-cache@11.1.0: + resolution: {integrity: sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==} engines: {node: 20 || >=22} lru-cache@5.1.1: @@ -4861,11 +4880,11 @@ packages: magic-string@0.30.17: resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} - mailparser@3.7.2: - resolution: {integrity: sha512-iI0p2TCcIodR1qGiRoDBBwboSSff50vQAWytM5JRggLfABa4hHYCf3YVujtuzV454xrOP352VsAPIzviqMTo4Q==} + mailparser@3.7.4: + resolution: {integrity: sha512-Beh4yyR4jLq3CZZ32asajByrXnW8dLyKCAQD3WvtTiBnMtFWhxO+wa93F6sJNjDmfjxXs4NRNjw3XAGLqZR3Vg==} - mailsplit@5.4.2: - resolution: {integrity: sha512-4cczG/3Iu3pyl8JgQ76dKkisurZTmxMrA4dj/e8d2jKYcFTZ7MxOzg1gTioTDMPuFXwTrVuN/gxhkrO7wLg7qA==} + mailsplit@5.4.5: + resolution: {integrity: sha512-oMfhmvclR689IIaQmIcR5nODnZRRVwAKtqFT407TIvmhX2OLUBnshUTcxzQBt3+96sZVDud9NfSe1NxAkUNXEQ==} map-cache@0.2.2: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} @@ -4927,8 +4946,8 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - meros@1.3.0: - resolution: {integrity: sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==} + meros@1.3.1: + resolution: {integrity: sha512-eV7dRObfTrckdmAz4/n7pT1njIsIJXRIZkgCiX43xEsPNy4gjXQzOYYxmGcolAMtF7HyfqRuDBh3Lgs4hmhVEw==} engines: {node: '>=13'} peerDependencies: '@types/node': '>=13' @@ -5049,8 +5068,8 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - minimatch@10.0.1: - resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + minimatch@10.0.3: + resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==} engines: {node: 20 || >=22} minimatch@3.1.2: @@ -5170,13 +5189,13 @@ packages: mlly@1.7.4: resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} - mode-watcher@1.0.7: - resolution: {integrity: sha512-ZGA7ZGdOvBJeTQkzdBOnXSgTkO6U6iIFWJoyGCTt6oHNg9XP9NBvS26De+V4W2aqI+B0yYXUskFG2VnEo3zyMQ==} + mode-watcher@1.1.0: + resolution: {integrity: sha512-mUT9RRGPDYenk59qJauN1rhsIMKBmWA3xMF+uRwE8MW/tjhaDSCCARqkSuDTq8vr4/2KcAxIGVjACxTjdk5C3g==} peerDependencies: svelte: ^5.27.0 - module-details-from-path@1.0.3: - resolution: {integrity: sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==} + module-details-from-path@1.0.4: + resolution: {integrity: sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==} moo@0.5.2: resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} @@ -5240,8 +5259,8 @@ packages: node-releases@2.0.19: resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} - nodemailer@6.9.16: - resolution: {integrity: sha512-psAuZdTIRN08HKVd/E8ObdV6NO7NTBY3KsC30F7M4H1OnmLCUNaS56FpYxyb26zWLSyYF9Ozch9KYHhHegsiOQ==} + nodemailer@7.0.4: + resolution: {integrity: sha512-9O00Vh89/Ld2EcVCqJ/etd7u20UhME0f/NToPfArwPEe1Don1zy4mAIz6ariRr7mJ2RDxtaDzN0WJVdVXPtZaw==} engines: {node: '>=6.0.0'} nopt@7.2.1: @@ -5345,8 +5364,8 @@ packages: package-json-from-dist@1.0.1: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - package-manager-detector@0.2.11: - resolution: {integrity: sha512-BEnLolu+yuz22S56CU1SUKq3XC3PkwD5wv4ikR4MfGvnRVcmzXR9DwSlW2fEamyTPyXHomBJRzgapeuBvRNzJQ==} + package-manager-detector@1.3.0: + resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==} paneforge@1.0.0-next.4: resolution: {integrity: sha512-xB7iqIx6sT+XDRx/Eps+lddN3X7zRy8RIqXXFimGuFF6d+3s4YoXrk8SdNwEK5U/mqwupeKX0BbSfy0z9W9feA==} @@ -5425,14 +5444,11 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} - pathval@2.0.0: - resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} + pathval@2.0.1: + resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==} engines: {node: '>= 14.16'} peberminta@0.9.0: @@ -5445,8 +5461,8 @@ packages: resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==} engines: {node: '>=4.0.0'} - pg-protocol@1.9.5: - resolution: {integrity: sha512-DYTWtWpfd5FOro3UnAfwvhD8jh59r2ig8bPtc9H8Ds7MscE/9NYruUQWFAOuraRl29jwcT2kyMFQ3MxeaVjUhg==} + pg-protocol@1.10.3: + resolution: {integrity: sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==} pg-types@2.2.0: resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} @@ -5459,8 +5475,8 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - picomatch@4.0.2: - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + picomatch@4.0.3: + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} pify@2.3.0: @@ -5474,8 +5490,8 @@ packages: pkg-types@1.3.1: resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} - pkg-types@2.1.0: - resolution: {integrity: sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==} + pkg-types@2.2.0: + resolution: {integrity: sha512-2SM/GZGAEkPp3KWORxQZns4M+WSeXbC2HEvmOIJe3Cmiv6ieAJvdVhDldtHqM5J1Y7MrR1XhkBT/rMlhh9FdqQ==} pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} @@ -5486,11 +5502,21 @@ packages: engines: {node: '>=18'} hasBin: true + playwright-core@1.54.1: + resolution: {integrity: sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==} + engines: {node: '>=18'} + hasBin: true + playwright@1.52.0: resolution: {integrity: sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==} engines: {node: '>=18'} hasBin: true + playwright@1.54.1: + resolution: {integrity: sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==} + engines: {node: '>=18'} + hasBin: true + pofile@1.1.4: resolution: {integrity: sha512-r6Q21sKsY1AjTVVjOuU02VYKVNQGJNQHjTIvs4dEbeuuYfxgYk/DGD2mqqq4RDaVkwdSq0VEtmQUOPe/wH8X3g==} @@ -5567,6 +5593,10 @@ packages: resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.6: + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} + engines: {node: ^10 || ^12 || >=14} + postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} engines: {node: '>=4'} @@ -5592,8 +5622,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.5.0: - resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==} + prettier@3.6.2: + resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} engines: {node: '>=14'} hasBin: true @@ -5611,8 +5641,8 @@ packages: prism-themes@1.9.0: resolution: {integrity: sha512-tX2AYsehKDw1EORwBps+WhBFKc2kxfoFpQAjxBndbZKr4fRmMkv47XN0BghC/K1qwodB1otbe4oF23vUTFDokw==} - prismjs@1.29.0: - resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} + prismjs@1.30.0: + resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} engines: {node: '>=6'} promise@7.3.1: @@ -5625,32 +5655,32 @@ packages: proper-lockfile@4.1.2: resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} - prosemirror-commands@1.7.0: - resolution: {integrity: sha512-6toodS4R/Aah5pdsrIwnTYPEjW70SlO5a66oo5Kk+CIrgJz3ukOoS+FYDGqvQlAX5PxoGWDX1oD++tn5X3pyRA==} + prosemirror-commands@1.7.1: + resolution: {integrity: sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==} prosemirror-history@1.4.1: resolution: {integrity: sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==} - prosemirror-keymap@1.2.2: - resolution: {integrity: sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ==} + prosemirror-keymap@1.2.3: + resolution: {integrity: sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==} - prosemirror-model@1.25.0: - resolution: {integrity: sha512-/8XUmxWf0pkj2BmtqZHYJipTBMHIdVjuvFzMvEoxrtyGNmfvdhBiRwYt/eFwy2wA9DtBW3RLqvZnjurEkHaFCw==} + prosemirror-model@1.25.2: + resolution: {integrity: sha512-BVypCAJ4SL6jOiTsDffP3Wp6wD69lRhI4zg/iT8JXjp3ccZFiq5WyguxvMKmdKFC3prhaig7wSr8dneDToHE1Q==} prosemirror-state@1.4.3: resolution: {integrity: sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==} - prosemirror-transform@1.10.3: - resolution: {integrity: sha512-Nhh/+1kZGRINbEHmVu39oynhcap4hWTs/BlU7NnxWj3+l0qi8I1mu67v6mMdEe/ltD8hHvU4FV6PHiCw2VSpMw==} + prosemirror-transform@1.10.4: + resolution: {integrity: sha512-pwDy22nAnGqNR1feOQKHxoFkkUtepoFAd3r2hbEDsnf4wp57kKA36hXsB3njA9FtONBEwSDnDeCiJe+ItD+ykw==} - prosemirror-view@1.38.1: - resolution: {integrity: sha512-4FH/uM1A4PNyrxXbD+RAbAsf0d/mM0D/wAKSVVWK7o0A9Q/oOXJBrw786mBf2Vnrs/Edly6dH6Z2gsb7zWwaUw==} + prosemirror-view@1.40.1: + resolution: {integrity: sha512-pbwUjt3G7TlsQQHDiYSupWBhJswpLVB09xXm1YiJPdkjkh9Pe7Y51XdLh5VWIZmROLY8UpUpG03lkdhm9lzIBA==} proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} - protobufjs@7.5.0: - resolution: {integrity: sha512-Z2E/kOY1QjoMlCytmexzYfDm/w5fKAiRwpSzGtdnXW1zC88Z2yXazHHrOtwCzn+7wSxyE8PYM4rvVcMphF9sOA==} + protobufjs@7.5.3: + resolution: {integrity: sha512-sildjKwVqOI2kmFDiXQ6aEB0fjYTafpEvIBs8tOR8qI4spuL9OPROLVu2qZqi/xgCfsHIwVqlaF8JBjWFHnKbw==} engines: {node: '>=12.0.0'} proxy-from-env@1.1.0: @@ -5723,9 +5753,6 @@ packages: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} - regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - relateurl@0.2.7: resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} @@ -5817,8 +5844,8 @@ packages: engines: {node: '>=10.0.0'} hasBin: true - rollup@4.40.1: - resolution: {integrity: sha512-C5VvvgCCyfyotVITIAv+4efVytl5F7wt+/I2i9q9GZcEXW9BP52YYOXC58igUi+LFZVHukErIIqQSWwv/M3WRw==} + rollup@4.45.1: + resolution: {integrity: sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -5864,10 +5891,6 @@ packages: peerDependencies: svelte: ^5.7.0 - rxjs@6.6.7: - resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} - engines: {npm: '>=2.0.0'} - rxjs@7.8.2: resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} @@ -5902,8 +5925,8 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.7.1: - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} + semver@7.7.2: + resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==} engines: {node: '>=10'} hasBin: true @@ -5928,8 +5951,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shell-quote@1.8.2: - resolution: {integrity: sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==} + shell-quote@1.8.3: + resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==} engines: {node: '>= 0.4'} shimmer@1.2.1: @@ -6000,8 +6023,8 @@ packages: std-env@3.9.0: resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} - storybook@9.0.8: - resolution: {integrity: sha512-GlOB3HAtzRYc237+o46nnETNkc2Qckh3UrIJ1rJyAzagIlPWau/jTxjSz76sqRODEnt01m8CyIkw3PGv0q1UpQ==} + storybook@9.0.18: + resolution: {integrity: sha512-ruxpEpizwoYQTt1hBOrWyp9trPYWD9Apt1TJ37rs1rzmNQWpSNGJDMg91JV4mUhBChzRvnid/oRBFFCWJz/dfw==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -6050,8 +6073,8 @@ packages: strip-literal@3.0.0: resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==} - style-to-object@1.0.8: - resolution: {integrity: sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==} + style-to-object@1.0.9: + resolution: {integrity: sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==} sucrase@3.35.0: resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} @@ -6066,8 +6089,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - sveld@0.22.0: - resolution: {integrity: sha512-oejfWV7//gqgyFDe09qyInaSKBYCjfJ2xTgZS8oWyYTmpy4Eyi4s0Rh9IJbSHxtlAjcmWpIGKiKwVb6cjxgtfw==} + sveld@0.22.1: + resolution: {integrity: sha512-81zODtru1jsOujk+RUgj4RT3fXaG2nFZIWkeVkm0ZyqsrHxTNUfGJEQgkj6jcvwiEEVbYLUHvehnkfCbKDnarQ==} hasBin: true svelte-ast-print@0.4.2: @@ -6084,8 +6107,16 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 typescript: '>=5.0.0' - svelte-dnd-action@0.9.57: - resolution: {integrity: sha512-H1QPlthwAH+xjaISKbp/dQJYeC3Jt1mlTNqJDko0f7XgEyi5ee3PMEuAfF1soJXA0Y5ceb+W8xJXiSZ+2CeMNA==} + svelte-check@4.3.0: + resolution: {integrity: sha512-Iz8dFXzBNAM7XlEIsUjUGQhbEE+Pvv9odb9+0+ITTgFWZBGeJRRYqHUUglwe2EkLD5LIsQaAc4IUJyvtKuOO5w==} + engines: {node: '>= 18.0.0'} + hasBin: true + peerDependencies: + svelte: ^4.0.0 || ^5.0.0-next.0 + typescript: '>=5.0.0' + + svelte-dnd-action@0.9.64: + resolution: {integrity: sha512-kbbnOTuVc+VINheraVyEQ7K11jXdQii6JNTGpsyIuwUqmda030eT3rPpqckD8UVh1DuyYH3xqyJDTWb8S610Jg==} peerDependencies: svelte: '>=3.23.0 || ^5.0.0-next.0' @@ -6107,6 +6138,15 @@ packages: svelte: optional: true + svelte-eslint-parser@1.3.0: + resolution: {integrity: sha512-VCgMHKV7UtOGcGLGNFSbmdm6kEKjtzo5nnpGU/mnx4OsFY6bZ7QwRF5DUx+Hokw5Lvdyo8dpk8B1m8mliomrNg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + svelte: ^3.37.0 || ^4.0.0 || ^5.0.0 + peerDependenciesMeta: + svelte: + optional: true + svelte-exmarkdown@4.0.3: resolution: {integrity: sha512-lUyxDpJAkNTifL5Dw2HY3iHI9grUIfpd16ptJ//sea8ujjbgQU8SMvGmevUyop4Mn5nsBobQZEKdSCLraHjjHQ==} peerDependencies: @@ -6195,18 +6235,18 @@ packages: peerDependencies: svelte: ^3.56.0 || ^4.0.0 || ^5.0.0 - svelte2tsx@0.7.39: - resolution: {integrity: sha512-NX8a7eSqF1hr6WKArvXr7TV7DeE+y0kDFD7L5JP7TWqlwFidzGKaG415p992MHREiiEWOv2xIWXJ+mlONofs0A==} + svelte2tsx@0.7.41: + resolution: {integrity: sha512-/TUwpyn/Qc1wcGuayf2GSwvZ7htdAOzpo0JFFm96srKnRXoTD0gy4n06g+XgH8w016S3lPtyFVtFAm+0yJ0BZw==} peerDependencies: svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0 typescript: ^4.9.4 || ^5.0.0 - svelte@4.2.19: - resolution: {integrity: sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw==} + svelte@4.2.20: + resolution: {integrity: sha512-eeEgGc2DtiUil5ANdtd8vPwt9AgaMdnuUFnPft9F5oMvU/FHu5IHFic+p1dR/UOB7XU2mX2yHW+NcTch4DCh5Q==} engines: {node: '>=16'} - svelte@5.33.19: - resolution: {integrity: sha512-udmgc1nnGeAgnfVJjOMfSOAqPAKv8N65MWN2kDuxo6BZthTaUcsLh4vP8bdZC0bMXLGn69smSZXgQOeuZBOn4Q==} + svelte@5.36.14: + resolution: {integrity: sha512-okgNwfVa4FfDGOgd0ndooKjQz1LknUFDGfEJp6QNjYP6B4hDG0KktOP+Pta3ZtE8s+JELsYP+7nqMrJzQLkf5A==} engines: {node: '>=18'} sveltekit-search-params@3.0.0: @@ -6241,6 +6281,9 @@ packages: tailwind-merge@3.0.2: resolution: {integrity: sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==} + tailwind-merge@3.3.1: + resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==} + tailwind-variants@1.0.0: resolution: {integrity: sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==} engines: {node: '>=16.x', pnpm: '>=7.x'} @@ -6283,22 +6326,21 @@ packages: tinyexec@0.3.2: resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + tinyexec@1.0.1: + resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==} + tinyglobby@0.2.14: resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} engines: {node: '>=12.0.0'} - tinypool@1.1.0: - resolution: {integrity: sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==} + tinypool@1.1.1: + resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==} engines: {node: ^18.0.0 || >=20.0.0} tinyrainbow@2.0.0: resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} - tinyspy@3.0.2: - resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} - engines: {node: '>=14.0.0'} - tinyspy@4.0.3: resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==} engines: {node: '>=14.0.0'} @@ -6306,8 +6348,8 @@ packages: title-case@3.0.3: resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==} - tlds@1.255.0: - resolution: {integrity: sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==} + tlds@1.259.0: + resolution: {integrity: sha512-AldGGlDP0PNgwppe2quAvuBl18UcjuNtOnDuUkqhd6ipPqrYYBt3aTxK1QTsBVknk97lS2JcafWMghjGWFtunw==} hasBin: true tldts-core@6.1.86: @@ -6377,9 +6419,6 @@ packages: ts-log@2.2.7: resolution: {integrity: sha512-320x5Ggei84AxzlXp91QkIGSw5wgaLT6GeAH0KsqDmRZdVWW2OiSeVvElVoatk3f7nicwXlElXsoFkARiGE2yg==} - tslib@1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} @@ -6414,12 +6453,8 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - type-fest@4.34.1: - resolution: {integrity: sha512-6kSc32kT0rbwxD6QL1CYe8IqdzN/J/ILMrNK+HMQCKH3insCDRY/3ITb0vcBss0a3t72fzh2YSzj8ko1HgwT3g==} - engines: {node: '>=16'} - - type-fest@4.40.1: - resolution: {integrity: sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==} + type-fest@4.41.0: + resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} engines: {node: '>=16'} typescript@5.7.3: @@ -6427,6 +6462,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + typescript@5.8.3: + resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} + engines: {node: '>=14.17'} + hasBin: true + ua-parser-js@1.0.40: resolution: {integrity: sha512-z6PJ8Lml+v3ichVojCiB8toQJBuwR42ySM4ezjXIqXK3M0HczmKQ3LF4rhU55PfD99KEEXQG6yb7iOMyvYuHew==} hasBin: true @@ -6446,9 +6486,6 @@ packages: resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} engines: {node: '>=0.10.0'} - undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} @@ -6490,9 +6527,6 @@ packages: resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==} engines: {node: '>=14.0.0'} - unraw@3.0.0: - resolution: {integrity: sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==} - update-browserslist-db@1.1.3: resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} hasBin: true @@ -6514,8 +6548,8 @@ packages: url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} - urlpattern-polyfill@10.0.0: - resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==} + urlpattern-polyfill@10.1.0: + resolution: {integrity: sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==} util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -6540,8 +6574,8 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - virtua@0.41.2: - resolution: {integrity: sha512-48jgdeXKagXEVxalTFf1bJe/5JZq41QG9LcwDweFJwOZgOvIgoHhBR+IMZPOVd0AjtwvLOaS3O7MYNdti9c4VQ==} + virtua@0.41.5: + resolution: {integrity: sha512-x1vsA9qIQNBFcCs1rzCjyYdMvDu/kT6o6zwwQnyqFOFdOyIzqyzU3WfR/hJC8WxUZXSCo2LkuoqapL8VDDMQPg==} peerDependencies: react: '>=16.14.0' react-dom: '>=16.14.0' @@ -6565,17 +6599,22 @@ packages: engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true - vite-plugin-graphql-codegen@3.5.0: - resolution: {integrity: sha512-K9SDS30BTdzHEjPDlfyB2K7zTBSrB8jBWxM+uR1Jo/bIZPT5IZKbZeTS2R1fGTIFbAuYUf4AWOVMsOZ4v/XcTw==} + vite-node@3.2.4: + resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + hasBin: true + + vite-plugin-graphql-codegen@3.6.3: + resolution: {integrity: sha512-A6C5fEGg26jG4bUhxTRH3KegFXNJ4Vxy4x/F/UKTfl73wOeb64qA3/rJFybyambvjNFndyameNazyeUglfH4Qg==} peerDependencies: '@graphql-codegen/cli': '>=1.0.0 <6.0.0' graphql: '>=14.0.0 <17.0.0' - vite: '>=2.7.0 <7.0.0' + vite: '>=2.7.0 <8.0.0' - vite-plugin-webfont-dl@3.10.4: - resolution: {integrity: sha512-Odn+9JO0Wz67pSiGGA0IZS7c+m3/KFRFI370WRiP5x20TZFobtaLdIcvfb1pZelRhOIzKndfsoLWrq8144mjzw==} + vite-plugin-webfont-dl@3.11.1: + resolution: {integrity: sha512-5eQaMn3mJ0qNnL64R6wZouh0I4zkvK8aS+GsoCDLY4WYfWCYvNpf6TyauxEsMlbwwfznkKjXTd1DNBGs4fKAhQ==} peerDependencies: - vite: ^2 || ^3 || ^4 || ^5 || ^6 + vite: ^2 || ^3 || ^4 || ^5 || ^6 || ^7 vite@6.1.0: resolution: {integrity: sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==} @@ -6617,6 +6656,46 @@ packages: yaml: optional: true + vite@6.3.5: + resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: '>=1.21.0' + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.16.0 + tsx: ^4.8.1 + yaml: ^2.4.2 + peerDependenciesMeta: + '@types/node': + optional: true + jiti: + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + tsx: + optional: true + yaml: + optional: true + vitefu@0.2.5: resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} peerDependencies: @@ -6625,10 +6704,10 @@ packages: vite: optional: true - vitefu@1.0.6: - resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} + vitefu@1.1.1: + resolution: {integrity: sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==} peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0 peerDependenciesMeta: vite: optional: true @@ -6669,6 +6748,34 @@ packages: jsdom: optional: true + vitest@3.2.4: + resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@types/debug': ^4.1.12 + '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + '@vitest/browser': 3.2.4 + '@vitest/ui': 3.2.4 + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@types/debug': + optional: true + '@types/node': + optional: true + '@vitest/browser': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + w3c-keyname@2.2.8: resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==} @@ -6676,8 +6783,8 @@ packages: resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} engines: {node: '>=18'} - wavesurfer.js@7.10.0: - resolution: {integrity: sha512-GiyAHdorqGtUYG5fe4BfTf5lmtSLhrXoHeNlMsR80JOiOZxOrIOv9QaIR8RnqlleJ6D8R9cqvZKR9lfJcWcapg==} + wavesurfer.js@7.10.1: + resolution: {integrity: sha512-tF1ptFCAi8SAqKbM1e7705zouLC3z4ulXCg15kSP5dQ7VDV30Q3x/xFRcuVIYTT5+jB/PdkhiBRCfsMshZG1Ug==} wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} @@ -6779,20 +6886,8 @@ packages: utf-8-validate: optional: true - ws@8.18.1: - resolution: {integrity: sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - - ws@8.18.2: - resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} + ws@8.18.3: + resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -6831,9 +6926,9 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - yaml@2.7.1: - resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==} - engines: {node: '>= 14'} + yaml@2.8.0: + resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==} + engines: {node: '>= 14.6'} hasBin: true yargs-parser@20.2.9: @@ -6855,11 +6950,11 @@ packages: zimmerframe@1.1.2: resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==} - zod@3.24.3: - resolution: {integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==} + zod@3.25.76: + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} - zone.js@0.15.0: - resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} + zone.js@0.15.1: + resolution: {integrity: sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==} zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -6873,27 +6968,27 @@ snapshots: optionalDependencies: graphql: 16.11.0 - '@adobe/css-tools@4.4.1': {} + '@adobe/css-tools@4.4.3': {} '@alloc/quick-lru@5.2.0': {} '@ampproject/remapping@2.3.0': dependencies: - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 - '@antfu/install-pkg@1.0.0': + '@antfu/install-pkg@1.1.0': dependencies: - package-manager-detector: 0.2.11 - tinyexec: 0.3.2 + package-manager-detector: 1.3.0 + tinyexec: 1.0.1 '@antfu/utils@8.1.1': {} '@ardatan/relay-compiler@12.0.3(graphql@16.11.0)': dependencies: - '@babel/generator': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/runtime': 7.27.0 + '@babel/generator': 7.28.0 + '@babel/parser': 7.28.0 + '@babel/runtime': 7.27.6 chalk: 4.1.2 fb-watchman: 2.0.2 graphql: 16.11.0 @@ -6912,13 +7007,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@argos-ci/browser@4.1.1': {} + '@argos-ci/browser@4.1.4': {} - '@argos-ci/core@3.2.0': + '@argos-ci/core@3.2.1': dependencies: '@argos-ci/api-client': 0.8.1 - '@argos-ci/util': 2.3.1 - axios: 1.9.0(debug@4.4.1) + '@argos-ci/util': 2.3.2 + axios: 1.11.0(debug@4.4.1) convict: 6.2.4 debug: 4.4.1 fast-glob: 3.3.3 @@ -6927,17 +7022,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@argos-ci/playwright@5.0.4': + '@argos-ci/playwright@5.0.8': dependencies: - '@argos-ci/browser': 4.1.1 - '@argos-ci/core': 3.2.0 - '@argos-ci/util': 2.3.1 + '@argos-ci/browser': 4.1.4 + '@argos-ci/core': 3.2.1 + '@argos-ci/util': 2.3.2 chalk: 5.4.1 - debug: 4.4.0 + debug: 4.4.1 transitivePeerDependencies: - supports-color - '@argos-ci/util@2.3.1': {} + '@argos-ci/util@2.3.2': {} '@asamuzakjp/css-color@3.2.0': dependencies: @@ -6947,47 +7042,26 @@ snapshots: '@csstools/css-tokenizer': 3.0.4 lru-cache: 10.4.3 - '@babel/code-frame@7.26.2': + '@babel/code-frame@7.27.1': dependencies: - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-validator-identifier': 7.27.1 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.8': {} - - '@babel/core@7.26.10': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.27.0 - '@babel/helper-compilation-targets': 7.27.0 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) - '@babel/helpers': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/template': 7.27.0 - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 - convert-source-map: 2.0.0 - debug: 4.4.1 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + '@babel/compat-data@7.28.0': {} - '@babel/core@7.26.8': + '@babel/core@7.28.0': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.8 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8) - '@babel/helpers': 7.26.7 - '@babel/parser': 7.26.8 - '@babel/template': 7.27.0 - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 - '@types/gensync': 1.0.4 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) + '@babel/helpers': 7.27.6 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.1 convert-source-map: 2.0.0 debug: 4.4.1 gensync: 1.0.0-beta.2 @@ -6996,149 +7070,94 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.26.8': + '@babel/generator@7.28.0': dependencies: - '@babel/parser': 7.26.8 - '@babel/types': 7.26.8 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.1 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 jsesc: 3.1.0 - '@babel/generator@7.27.0': - dependencies: - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.1.0 - - '@babel/helper-compilation-targets@7.26.5': - dependencies: - '@babel/compat-data': 7.26.8 - '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.4 - lru-cache: 5.1.1 - semver: 6.3.1 - - '@babel/helper-compilation-targets@7.27.0': + '@babel/helper-compilation-targets@7.27.2': dependencies: - '@babel/compat-data': 7.26.8 - '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.4 + '@babel/compat-data': 7.28.0 + '@babel/helper-validator-option': 7.27.1 + browserslist: 4.25.1 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-module-imports@7.25.9': - dependencies: - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 - transitivePeerDependencies: - - supports-color + '@babel/helper-globals@7.28.0': {} - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': + '@babel/helper-module-imports@7.27.1': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.1 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.8)': + '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.26.8 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/core': 7.28.0 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/helper-plugin-utils@7.26.5': {} - - '@babel/helper-string-parser@7.25.9': {} - - '@babel/helper-validator-identifier@7.25.9': {} - - '@babel/helper-validator-option@7.25.9': {} - - '@babel/helpers@7.26.7': - dependencies: - '@babel/template': 7.27.0 - '@babel/types': 7.26.8 + '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helpers@7.27.0': - dependencies: - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/helper-string-parser@7.27.1': {} - '@babel/parser@7.26.8': - dependencies: - '@babel/types': 7.26.8 + '@babel/helper-validator-identifier@7.27.1': {} - '@babel/parser@7.27.0': - dependencies: - '@babel/types': 7.27.0 + '@babel/helper-validator-option@7.27.1': {} - '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.10)': + '@babel/helpers@7.27.6': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/template': 7.27.2 + '@babel/types': 7.28.1 - '@babel/runtime@7.26.7': + '@babel/parser@7.28.0': dependencies: - regenerator-runtime: 0.14.1 + '@babel/types': 7.28.1 - '@babel/runtime@7.27.0': + '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.0)': dependencies: - regenerator-runtime: 0.14.1 + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/template@7.27.0': - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/parser': 7.27.0 - '@babel/types': 7.27.0 + '@babel/runtime@7.27.6': {} - '@babel/traverse@7.26.8': + '@babel/template@7.27.2': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.8 - '@babel/parser': 7.26.8 - '@babel/template': 7.27.0 - '@babel/types': 7.26.8 - debug: 4.4.1 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/code-frame': 7.27.1 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.1 - '@babel/traverse@7.27.0': + '@babel/traverse@7.28.0': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.27.0 - '@babel/parser': 7.27.0 - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/types': 7.28.1 debug: 4.4.1 - globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.26.8': - dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - - '@babel/types@7.27.0': + '@babel/types@7.28.1': dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 - '@chromatic-com/storybook@4.0.0(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@chromatic-com/storybook@4.0.1(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': dependencies: '@neoconfetti/react': 1.0.0 - chromatic: 12.1.0 + chromatic: 12.2.0 filesize: 10.1.6 jsonfile: 6.1.0 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) strip-ansi: 7.1.0 transitivePeerDependencies: - '@chromatic-com/cypress' @@ -7180,7 +7199,7 @@ snapshots: commander: 11.1.0 conf: 10.2.0 diff: 5.2.0 - dotenv: 16.5.0 + dotenv: 16.6.1 dotenv-expand: 11.0.7 execa: 5.1.1 glob: 10.4.5 @@ -7189,7 +7208,7 @@ snapshots: object-treeify: 1.1.33 open: 8.4.2 ora: 5.4.1 - semver: 7.7.1 + semver: 7.7.2 undici: 5.29.0 which: 4.0.0 winston: 3.17.0 @@ -7202,175 +7221,189 @@ snapshots: transitivePeerDependencies: - supports-color - '@emnapi/runtime@1.4.3': + '@emnapi/runtime@1.4.5': dependencies: tslib: 2.8.1 optional: true - '@envelop/core@5.2.3': + '@envelop/core@5.3.0': dependencies: '@envelop/instrumentation': 1.0.0 '@envelop/types': 5.2.1 - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 tslib: 2.8.1 '@envelop/instrumentation@1.0.0': dependencies: - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 tslib: 2.8.1 '@envelop/types@5.2.1': dependencies: - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 tslib: 2.8.1 - '@esbuild/aix-ppc64@0.21.5': - optional: true - '@esbuild/aix-ppc64@0.24.2': optional: true - '@esbuild/android-arm64@0.21.5': + '@esbuild/aix-ppc64@0.25.8': optional: true '@esbuild/android-arm64@0.24.2': optional: true - '@esbuild/android-arm@0.21.5': + '@esbuild/android-arm64@0.25.8': optional: true '@esbuild/android-arm@0.24.2': optional: true - '@esbuild/android-x64@0.21.5': + '@esbuild/android-arm@0.25.8': optional: true '@esbuild/android-x64@0.24.2': optional: true - '@esbuild/darwin-arm64@0.21.5': + '@esbuild/android-x64@0.25.8': optional: true '@esbuild/darwin-arm64@0.24.2': optional: true - '@esbuild/darwin-x64@0.21.5': + '@esbuild/darwin-arm64@0.25.8': optional: true '@esbuild/darwin-x64@0.24.2': optional: true - '@esbuild/freebsd-arm64@0.21.5': + '@esbuild/darwin-x64@0.25.8': optional: true '@esbuild/freebsd-arm64@0.24.2': optional: true - '@esbuild/freebsd-x64@0.21.5': + '@esbuild/freebsd-arm64@0.25.8': optional: true '@esbuild/freebsd-x64@0.24.2': optional: true - '@esbuild/linux-arm64@0.21.5': + '@esbuild/freebsd-x64@0.25.8': optional: true '@esbuild/linux-arm64@0.24.2': optional: true - '@esbuild/linux-arm@0.21.5': + '@esbuild/linux-arm64@0.25.8': optional: true '@esbuild/linux-arm@0.24.2': optional: true - '@esbuild/linux-ia32@0.21.5': + '@esbuild/linux-arm@0.25.8': optional: true '@esbuild/linux-ia32@0.24.2': optional: true - '@esbuild/linux-loong64@0.21.5': + '@esbuild/linux-ia32@0.25.8': optional: true '@esbuild/linux-loong64@0.24.2': optional: true - '@esbuild/linux-mips64el@0.21.5': + '@esbuild/linux-loong64@0.25.8': optional: true '@esbuild/linux-mips64el@0.24.2': optional: true - '@esbuild/linux-ppc64@0.21.5': + '@esbuild/linux-mips64el@0.25.8': optional: true '@esbuild/linux-ppc64@0.24.2': optional: true - '@esbuild/linux-riscv64@0.21.5': + '@esbuild/linux-ppc64@0.25.8': optional: true '@esbuild/linux-riscv64@0.24.2': optional: true - '@esbuild/linux-s390x@0.21.5': + '@esbuild/linux-riscv64@0.25.8': optional: true '@esbuild/linux-s390x@0.24.2': optional: true - '@esbuild/linux-x64@0.21.5': + '@esbuild/linux-s390x@0.25.8': optional: true '@esbuild/linux-x64@0.24.2': optional: true + '@esbuild/linux-x64@0.25.8': + optional: true + '@esbuild/netbsd-arm64@0.24.2': optional: true - '@esbuild/netbsd-x64@0.21.5': + '@esbuild/netbsd-arm64@0.25.8': optional: true '@esbuild/netbsd-x64@0.24.2': optional: true + '@esbuild/netbsd-x64@0.25.8': + optional: true + '@esbuild/openbsd-arm64@0.24.2': optional: true - '@esbuild/openbsd-x64@0.21.5': + '@esbuild/openbsd-arm64@0.25.8': optional: true '@esbuild/openbsd-x64@0.24.2': optional: true - '@esbuild/sunos-x64@0.21.5': + '@esbuild/openbsd-x64@0.25.8': + optional: true + + '@esbuild/openharmony-arm64@0.25.8': optional: true '@esbuild/sunos-x64@0.24.2': optional: true - '@esbuild/win32-arm64@0.21.5': + '@esbuild/sunos-x64@0.25.8': optional: true '@esbuild/win32-arm64@0.24.2': optional: true - '@esbuild/win32-ia32@0.21.5': + '@esbuild/win32-arm64@0.25.8': optional: true '@esbuild/win32-ia32@0.24.2': optional: true - '@esbuild/win32-x64@0.21.5': + '@esbuild/win32-ia32@0.25.8': optional: true '@esbuild/win32-x64@0.24.2': optional: true - '@eslint-community/eslint-utils@4.6.1(eslint@9.29.0(jiti@2.4.2))': + '@esbuild/win32-x64@0.25.8': + optional: true + + '@eslint-community/eslint-utils@4.7.0(eslint@9.29.0(jiti@2.5.0))': dependencies: - eslint: 9.29.0(jiti@2.4.2) + eslint: 9.29.0(jiti@2.5.0) + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.7.0(eslint@9.31.0(jiti@2.5.0))': + dependencies: + eslint: 9.31.0(jiti@2.5.0) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} @@ -7383,8 +7416,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@eslint/config-array@0.21.0': + dependencies: + '@eslint/object-schema': 2.1.6 + debug: 4.4.1 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + '@eslint/config-helpers@0.2.3': {} + '@eslint/config-helpers@0.3.0': {} + '@eslint/core@0.14.0': dependencies: '@types/json-schema': 7.0.15 @@ -7409,9 +7452,11 @@ snapshots: '@eslint/js@9.29.0': {} + '@eslint/js@9.31.0': {} + '@eslint/object-schema@2.1.6': {} - '@eslint/plugin-kit@0.3.3': + '@eslint/plugin-kit@0.3.4': dependencies: '@eslint/core': 0.15.1 levn: 0.4.1 @@ -7420,19 +7465,10 @@ snapshots: '@fastify/busboy@3.1.1': {} - '@floating-ui/core@1.6.9': - dependencies: - '@floating-ui/utils': 0.2.9 - '@floating-ui/core@1.7.2': dependencies: '@floating-ui/utils': 0.2.10 - '@floating-ui/dom@1.6.13': - dependencies: - '@floating-ui/core': 1.6.9 - '@floating-ui/utils': 0.2.9 - '@floating-ui/dom@1.7.2': dependencies: '@floating-ui/core': 1.7.2 @@ -7440,13 +7476,11 @@ snapshots: '@floating-ui/utils@0.2.10': {} - '@floating-ui/utils@0.2.9': {} - '@formatjs/ecma402-abstract@2.3.4': dependencies: '@formatjs/fast-memoize': 2.2.7 '@formatjs/intl-localematcher': 0.6.1 - decimal.js: 10.5.0 + decimal.js: 10.6.0 tslib: 2.8.1 '@formatjs/fast-memoize@2.2.7': @@ -7478,35 +7512,35 @@ snapshots: '@graphql-codegen/add@5.0.3(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3)': + '@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3)': dependencies: - '@babel/generator': 7.27.0 - '@babel/template': 7.27.0 - '@babel/types': 7.27.0 - '@graphql-codegen/client-preset': 4.8.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) + '@babel/generator': 7.28.0 + '@babel/template': 7.27.2 + '@babel/types': 7.28.1 + '@graphql-codegen/client-preset': 4.8.3(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) '@graphql-codegen/core': 4.0.2(graphql@16.11.0) - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) - '@graphql-tools/apollo-engine-loader': 8.0.20(graphql@16.11.0) - '@graphql-tools/code-file-loader': 8.1.20(graphql@16.11.0) - '@graphql-tools/git-loader': 8.0.24(graphql@16.11.0) - '@graphql-tools/github-loader': 8.0.20(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/graphql-file-loader': 8.0.19(graphql@16.11.0) - '@graphql-tools/json-file-loader': 8.0.18(graphql@16.11.0) - '@graphql-tools/load': 8.1.0(graphql@16.11.0) - '@graphql-tools/prisma-loader': 8.0.17(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/url-loader': 8.0.31(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - '@whatwg-node/fetch': 0.10.6 + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) + '@graphql-tools/apollo-engine-loader': 8.0.22(graphql@16.11.0) + '@graphql-tools/code-file-loader': 8.1.22(graphql@16.11.0) + '@graphql-tools/git-loader': 8.0.26(graphql@16.11.0) + '@graphql-tools/github-loader': 8.0.22(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/graphql-file-loader': 8.0.22(graphql@16.11.0) + '@graphql-tools/json-file-loader': 8.0.20(graphql@16.11.0) + '@graphql-tools/load': 8.1.2(graphql@16.11.0) + '@graphql-tools/prisma-loader': 8.0.17(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/url-loader': 8.0.33(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + '@whatwg-node/fetch': 0.10.9 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.7.3) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.11.0 - graphql-config: 5.1.4(@types/node@20.17.32)(graphql@16.11.0)(typescript@5.7.3) + graphql-config: 5.1.5(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.7.3) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.7 @@ -7514,17 +7548,18 @@ snapshots: listr2: 4.0.5 log-symbols: 4.1.0 micromatch: 4.0.8 - shell-quote: 1.8.2 + shell-quote: 1.8.3 string-env-interpolation: 1.0.1 ts-log: 2.2.7 tslib: 2.8.1 - yaml: 2.7.1 + yaml: 2.8.0 yargs: 17.7.2 transitivePeerDependencies: - '@fastify/websocket' - '@types/node' - bufferutil - cosmiconfig-toml-loader + - crossws - encoding - enquirer - graphql-sock @@ -7533,48 +7568,49 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-codegen/client-preset@4.8.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': + '@graphql-codegen/client-preset@4.8.3(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': dependencies: - '@babel/helper-plugin-utils': 7.26.5 - '@babel/template': 7.27.0 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/template': 7.27.2 '@graphql-codegen/add': 5.0.3(graphql@16.11.0) '@graphql-codegen/gql-tag-operations': 4.0.17(graphql@16.11.0) - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) - '@graphql-codegen/typed-document-node': 5.1.1(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) + '@graphql-codegen/typed-document-node': 5.1.2(graphql@16.11.0) '@graphql-codegen/typescript': 4.1.6(graphql@16.11.0) - '@graphql-codegen/typescript-operations': 4.6.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) + '@graphql-codegen/typescript-operations': 4.6.1(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) '@graphql-tools/documents': 1.0.1(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0) graphql: 16.11.0 - graphql-sock: 1.0.1(graphql@16.11.0) tslib: 2.6.3 + optionalDependencies: + graphql-sock: 1.0.1(graphql@16.11.0) transitivePeerDependencies: - encoding '@graphql-codegen/core@4.0.2(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) - '@graphql-tools/schema': 10.0.23(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) + '@graphql-tools/schema': 10.0.25(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.6.3 '@graphql-codegen/gql-tag-operations@4.0.17(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) auto-bind: 4.0.0 graphql: 16.11.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - '@graphql-codegen/plugin-helpers@5.1.0(graphql@16.11.0)': + '@graphql-codegen/plugin-helpers@5.1.1(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 16.11.0 @@ -7584,14 +7620,14 @@ snapshots: '@graphql-codegen/schema-ast@4.1.0(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.6.3 - '@graphql-codegen/typed-document-node@5.1.1(graphql@16.11.0)': + '@graphql-codegen/typed-document-node@5.1.2(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) auto-bind: 4.0.0 change-case-all: 1.0.15 @@ -7600,21 +7636,22 @@ snapshots: transitivePeerDependencies: - encoding - '@graphql-codegen/typescript-operations@4.6.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': + '@graphql-codegen/typescript-operations@4.6.1(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-codegen/typescript': 4.1.6(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) auto-bind: 4.0.0 graphql: 16.11.0 - graphql-sock: 1.0.1(graphql@16.11.0) tslib: 2.6.3 + optionalDependencies: + graphql-sock: 1.0.1(graphql@16.11.0) transitivePeerDependencies: - encoding '@graphql-codegen/typescript@4.1.6(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-codegen/schema-ast': 4.1.0(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) auto-bind: 4.0.0 @@ -7625,10 +7662,10 @@ snapshots: '@graphql-codegen/visitor-plugin-common@5.8.0(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-tools/optimize': 2.0.0(graphql@16.11.0) - '@graphql-tools/relay-operation-optimizer': 7.0.19(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/relay-operation-optimizer': 7.0.21(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 @@ -7641,26 +7678,26 @@ snapshots: '@graphql-hive/signal@1.0.0': {} - '@graphql-tools/apollo-engine-loader@8.0.20(graphql@16.11.0)': + '@graphql-tools/apollo-engine-loader@8.0.22(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - '@whatwg-node/fetch': 0.10.6 + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + '@whatwg-node/fetch': 0.10.9 graphql: 16.11.0 sync-fetch: 0.6.0-2 tslib: 2.8.1 - '@graphql-tools/batch-execute@9.0.15(graphql@16.11.0)': + '@graphql-tools/batch-execute@9.0.18(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - '@whatwg-node/promise-helpers': 1.3.1 + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 graphql: 16.11.0 tslib: 2.8.1 - '@graphql-tools/code-file-loader@8.1.20(graphql@16.11.0)': + '@graphql-tools/code-file-loader@8.1.22(graphql@16.11.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.19(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) globby: 11.1.0 graphql: 16.11.0 tslib: 2.8.1 @@ -7668,14 +7705,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/delegate@10.2.17(graphql@16.11.0)': + '@graphql-tools/delegate@10.2.22(graphql@16.11.0)': dependencies: - '@graphql-tools/batch-execute': 9.0.15(graphql@16.11.0) - '@graphql-tools/executor': 1.4.7(graphql@16.11.0) - '@graphql-tools/schema': 10.0.23(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/batch-execute': 9.0.18(graphql@16.11.0) + '@graphql-tools/executor': 1.4.9(graphql@16.11.0) + '@graphql-tools/schema': 10.0.25(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) '@repeaterjs/repeater': 3.0.6 - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 dataloader: 2.2.3 dset: 3.1.4 graphql: 16.11.0 @@ -7689,67 +7726,74 @@ snapshots: '@graphql-tools/executor-common@0.0.4(graphql@16.11.0)': dependencies: - '@envelop/core': 5.2.3 - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@envelop/core': 5.3.0 + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 - '@graphql-tools/executor-graphql-ws@2.0.5(graphql@16.11.0)': + '@graphql-tools/executor-common@0.0.5(graphql@16.11.0)': dependencies: - '@graphql-tools/executor-common': 0.0.4(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@envelop/core': 5.3.0 + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + graphql: 16.11.0 + + '@graphql-tools/executor-graphql-ws@2.0.6(graphql@16.11.0)': + dependencies: + '@graphql-tools/executor-common': 0.0.5(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) '@whatwg-node/disposablestack': 0.0.6 graphql: 16.11.0 - graphql-ws: 6.0.4(graphql@16.11.0)(ws@8.18.2) - isomorphic-ws: 5.0.0(ws@8.18.2) + graphql-ws: 6.0.6(graphql@16.11.0)(ws@8.18.3) + isomorphic-ws: 5.0.0(ws@8.18.3) tslib: 2.8.1 - ws: 8.18.2 + ws: 8.18.3 transitivePeerDependencies: - '@fastify/websocket' - bufferutil + - crossws - uWebSockets.js - utf-8-validate - '@graphql-tools/executor-http@1.3.3(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/executor-http@1.3.3(@types/node@20.19.9)(graphql@16.11.0)': dependencies: '@graphql-hive/signal': 1.0.0 '@graphql-tools/executor-common': 0.0.4(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/disposablestack': 0.0.6 - '@whatwg-node/fetch': 0.10.6 - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/fetch': 0.10.9 + '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.11.0 - meros: 1.3.0(@types/node@20.17.32) + meros: 1.3.1(@types/node@20.19.9) tslib: 2.8.1 transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-legacy-ws@1.1.17(graphql@16.11.0)': + '@graphql-tools/executor-legacy-ws@1.1.19(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) '@types/ws': 8.18.1 graphql: 16.11.0 - isomorphic-ws: 5.0.0(ws@8.18.2) + isomorphic-ws: 5.0.0(ws@8.18.3) tslib: 2.8.1 - ws: 8.18.2 + ws: 8.18.3 transitivePeerDependencies: - bufferutil - utf-8-validate - '@graphql-tools/executor@1.4.7(graphql@16.11.0)': + '@graphql-tools/executor@1.4.9(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(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 - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.11.0 tslib: 2.8.1 - '@graphql-tools/git-loader@8.0.24(graphql@16.11.0)': + '@graphql-tools/git-loader@8.0.26(graphql@16.11.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.19(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 is-glob: 4.0.3 micromatch: 4.0.8 @@ -7758,13 +7802,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@8.0.20(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/github-loader@8.0.22(@types/node@20.19.9)(graphql@16.11.0)': dependencies: - '@graphql-tools/executor-http': 1.3.3(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/graphql-tag-pluck': 8.3.19(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - '@whatwg-node/fetch': 0.10.6 - '@whatwg-node/promise-helpers': 1.3.1 + '@graphql-tools/executor-http': 1.3.3(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/graphql-tag-pluck': 8.3.21(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + '@whatwg-node/fetch': 0.10.9 + '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.11.0 sync-fetch: 0.6.0-2 tslib: 2.8.1 @@ -7772,54 +7816,59 @@ snapshots: - '@types/node' - supports-color - '@graphql-tools/graphql-file-loader@8.0.19(graphql@16.11.0)': + '@graphql-tools/graphql-file-loader@8.0.22(graphql@16.11.0)': dependencies: - '@graphql-tools/import': 7.0.18(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/import': 7.0.21(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) globby: 11.1.0 graphql: 16.11.0 tslib: 2.8.1 unixify: 1.0.0 + transitivePeerDependencies: + - supports-color - '@graphql-tools/graphql-tag-pluck@8.3.19(graphql@16.11.0)': + '@graphql-tools/graphql-tag-pluck@8.3.21(graphql@16.11.0)': dependencies: - '@babel/core': 7.26.10 - '@babel/parser': 7.27.0 - '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.26.10) - '@babel/traverse': 7.27.0 - '@babel/types': 7.27.0 - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@babel/core': 7.28.0 + '@babel/parser': 7.28.0 + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.0) + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.1 + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@graphql-tools/import@7.0.18(graphql@16.11.0)': + '@graphql-tools/import@7.0.21(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + '@theguild/federation-composition': 0.19.1(graphql@16.11.0) graphql: 16.11.0 resolve-from: 5.0.0 tslib: 2.8.1 + transitivePeerDependencies: + - supports-color - '@graphql-tools/json-file-loader@8.0.18(graphql@16.11.0)': + '@graphql-tools/json-file-loader@8.0.20(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) globby: 11.1.0 graphql: 16.11.0 tslib: 2.8.1 unixify: 1.0.0 - '@graphql-tools/load@8.1.0(graphql@16.11.0)': + '@graphql-tools/load@8.1.2(graphql@16.11.0)': dependencies: - '@graphql-tools/schema': 10.0.23(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/schema': 10.0.25(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 p-limit: 3.1.0 tslib: 2.8.1 - '@graphql-tools/merge@9.0.24(graphql@16.11.0)': + '@graphql-tools/merge@9.1.1(graphql@16.11.0)': dependencies: - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 @@ -7828,15 +7877,15 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 - '@graphql-tools/prisma-loader@8.0.17(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/prisma-loader@8.0.17(@types/node@20.19.9)(graphql@16.11.0)': dependencies: - '@graphql-tools/url-loader': 8.0.31(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/url-loader': 8.0.33(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) '@types/js-yaml': 4.0.9 - '@whatwg-node/fetch': 0.10.6 + '@whatwg-node/fetch': 0.10.9 chalk: 4.1.2 debug: 4.4.1 - dotenv: 16.5.0 + dotenv: 16.6.1 graphql: 16.11.0 graphql-request: 6.1.0(graphql@16.11.0) http-proxy-agent: 7.0.2 @@ -7851,64 +7900,66 @@ snapshots: - '@fastify/websocket' - '@types/node' - bufferutil + - crossws - encoding - supports-color - uWebSockets.js - utf-8-validate - '@graphql-tools/relay-operation-optimizer@7.0.19(graphql@16.11.0)': + '@graphql-tools/relay-operation-optimizer@7.0.21(graphql@16.11.0)': dependencies: '@ardatan/relay-compiler': 12.0.3(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 transitivePeerDependencies: - encoding - '@graphql-tools/schema@10.0.23(graphql@16.11.0)': + '@graphql-tools/schema@10.0.25(graphql@16.11.0)': dependencies: - '@graphql-tools/merge': 9.0.24(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + '@graphql-tools/merge': 9.1.1(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.8.1 - '@graphql-tools/url-loader@8.0.31(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/url-loader@8.0.33(@types/node@20.19.9)(graphql@16.11.0)': dependencies: - '@graphql-tools/executor-graphql-ws': 2.0.5(graphql@16.11.0) - '@graphql-tools/executor-http': 1.3.3(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/executor-legacy-ws': 1.1.17(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - '@graphql-tools/wrap': 10.0.35(graphql@16.11.0) + '@graphql-tools/executor-graphql-ws': 2.0.6(graphql@16.11.0) + '@graphql-tools/executor-http': 1.3.3(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/executor-legacy-ws': 1.1.19(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + '@graphql-tools/wrap': 10.1.3(graphql@16.11.0) '@types/ws': 8.18.1 - '@whatwg-node/fetch': 0.10.6 - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/fetch': 0.10.9 + '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.11.0 - isomorphic-ws: 5.0.0(ws@8.18.2) + isomorphic-ws: 5.0.0(ws@8.18.3) sync-fetch: 0.6.0-2 tslib: 2.8.1 - ws: 8.18.2 + ws: 8.18.3 transitivePeerDependencies: - '@fastify/websocket' - '@types/node' - bufferutil + - crossws - uWebSockets.js - utf-8-validate - '@graphql-tools/utils@10.8.6(graphql@16.11.0)': + '@graphql-tools/utils@10.9.1(graphql@16.11.0)': dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0) - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 cross-inspect: 1.0.1 dset: 3.1.4 graphql: 16.11.0 tslib: 2.8.1 - '@graphql-tools/wrap@10.0.35(graphql@16.11.0)': + '@graphql-tools/wrap@10.1.3(graphql@16.11.0)': dependencies: - '@graphql-tools/delegate': 10.2.17(graphql@16.11.0) - '@graphql-tools/schema': 10.0.23(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - '@whatwg-node/promise-helpers': 1.3.1 + '@graphql-tools/delegate': 10.2.22(graphql@16.11.0) + '@graphql-tools/schema': 10.0.25(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + '@whatwg-node/promise-helpers': 1.3.2 graphql: 16.11.0 tslib: 2.8.1 @@ -7916,7 +7967,7 @@ snapshots: dependencies: graphql: 16.11.0 - '@grpc/grpc-js@1.13.3': + '@grpc/grpc-js@1.13.4': dependencies: '@grpc/proto-loader': 0.7.15 '@js-sdsl/ordered-map': 4.4.2 @@ -7925,7 +7976,7 @@ snapshots: dependencies: lodash.camelcase: 4.3.0 long: 5.3.2 - protobufjs: 7.5.0 + protobufjs: 7.5.3 yargs: 17.7.2 '@humanfs/core@0.19.1': {} @@ -7939,7 +7990,7 @@ snapshots: '@humanwhocodes/retry@0.3.1': {} - '@humanwhocodes/retry@0.4.2': {} + '@humanwhocodes/retry@0.4.3': {} '@iconify-json/mdi@1.2.3': dependencies: @@ -7949,10 +8000,10 @@ snapshots: '@iconify/utils@2.3.0': dependencies: - '@antfu/install-pkg': 1.0.0 + '@antfu/install-pkg': 1.1.0 '@antfu/utils': 8.1.1 '@iconify/types': 2.0.0 - debug: 4.4.0 + debug: 4.4.1 globals: 15.15.0 kolorist: 1.8.0 local-pkg: 1.1.1 @@ -8026,7 +8077,7 @@ snapshots: '@img/sharp-wasm32@0.33.5': dependencies: - '@emnapi/runtime': 1.4.3 + '@emnapi/runtime': 1.4.5 optional: true '@img/sharp-win32-ia32@0.33.5': @@ -8045,7 +8096,7 @@ snapshots: dependencies: '@inquirer/type': 1.5.5 '@types/mute-stream': 0.0.4 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -8064,7 +8115,13 @@ snapshots: '@internationalized/date@3.8.1': dependencies: - '@swc/helpers': 0.5.15 + '@swc/helpers': 0.5.17 + + '@isaacs/balanced-match@4.0.1': {} + + '@isaacs/brace-expansion@5.0.0': + dependencies: + '@isaacs/balanced-match': 4.0.1 '@isaacs/cliui@8.0.2': dependencies: @@ -8084,130 +8141,121 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/yargs': 17.0.33 chalk: 4.1.2 - '@jridgewell/gen-mapping@0.3.8': + '@jridgewell/gen-mapping@0.3.12': dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/sourcemap-codec': 1.5.4 + '@jridgewell/trace-mapping': 0.3.29 '@jridgewell/resolve-uri@3.1.2': {} - '@jridgewell/set-array@1.2.1': {} + '@jridgewell/sourcemap-codec@1.5.4': {} - '@jridgewell/sourcemap-codec@1.5.0': {} - - '@jridgewell/trace-mapping@0.3.25': + '@jridgewell/trace-mapping@0.3.29': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 '@js-sdsl/ordered-map@4.4.2': {} - '@keyv/serialize@1.0.3': - dependencies: - buffer: 6.0.3 + '@keyv/serialize@1.1.0': {} - '@lingui/babel-plugin-extract-messages@5.2.0': {} + '@lingui/babel-plugin-extract-messages@5.3.3': {} - '@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3)': + '@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.26.8 - '@babel/runtime': 7.26.7 - '@babel/types': 7.26.8 - '@lingui/conf': 5.2.0(typescript@5.7.3) - '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) - '@lingui/message-utils': 5.2.0 + '@babel/core': 7.28.0 + '@babel/runtime': 7.27.6 + '@babel/types': 7.28.1 + '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + '@lingui/message-utils': 5.3.3 optionalDependencies: babel-plugin-macros: 3.1.0 transitivePeerDependencies: - supports-color - typescript - '@lingui/cli@5.2.0(typescript@5.7.3)': - dependencies: - '@babel/core': 7.26.8 - '@babel/generator': 7.26.8 - '@babel/parser': 7.26.8 - '@babel/runtime': 7.26.7 - '@babel/types': 7.26.8 - '@lingui/babel-plugin-extract-messages': 5.2.0 - '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) - '@lingui/conf': 5.2.0(typescript@5.7.3) - '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) - '@lingui/format-po': 5.2.0(typescript@5.7.3) - '@lingui/message-utils': 5.2.0 - babel-plugin-macros: 3.1.0 - chalk: 4.1.2 + '@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)': + dependencies: + '@babel/core': 7.28.0 + '@babel/generator': 7.28.0 + '@babel/parser': 7.28.0 + '@babel/runtime': 7.27.6 + '@babel/types': 7.28.1 + '@lingui/babel-plugin-extract-messages': 5.3.3 + '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + '@lingui/format-po': 5.3.3(typescript@5.8.3) + '@lingui/message-utils': 5.3.3 chokidar: 3.5.1 cli-table: 0.3.11 commander: 10.0.1 convert-source-map: 2.0.0 date-fns: 3.6.0 - esbuild: 0.21.5 - glob: 11.0.1 - inquirer: 7.3.3 + esbuild: 0.25.8 + glob: 11.0.3 micromatch: 4.0.8 normalize-path: 3.0.0 ora: 5.4.1 - pathe: 1.1.2 - pkg-up: 3.1.0 + picocolors: 1.1.1 pofile: 1.1.4 pseudolocale: 2.1.0 source-map: 0.8.0-beta.0 transitivePeerDependencies: + - babel-plugin-macros - supports-color - typescript - '@lingui/conf@5.2.0(typescript@5.7.3)': + '@lingui/conf@5.3.3(typescript@5.8.3)': dependencies: - '@babel/runtime': 7.26.7 - chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.7.3) + '@babel/runtime': 7.27.6 + cosmiconfig: 8.3.6(typescript@5.8.3) jest-validate: 29.7.0 jiti: 1.21.7 - lodash.get: 4.4.2 + picocolors: 1.1.1 transitivePeerDependencies: - typescript - '@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)': + '@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0)': dependencies: - '@babel/runtime': 7.26.7 - '@lingui/message-utils': 5.2.0 - unraw: 3.0.0 + '@babel/runtime': 7.27.6 + '@lingui/message-utils': 5.3.3 optionalDependencies: - '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) + '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) babel-plugin-macros: 3.1.0 - '@lingui/format-json@5.2.0(typescript@5.7.3)': + '@lingui/format-json@5.3.3(typescript@5.8.3)': dependencies: - '@lingui/conf': 5.2.0(typescript@5.7.3) + '@lingui/conf': 5.3.3(typescript@5.8.3) transitivePeerDependencies: - typescript - '@lingui/format-po@5.2.0(typescript@5.7.3)': + '@lingui/format-po@5.3.3(typescript@5.8.3)': dependencies: - '@lingui/conf': 5.2.0(typescript@5.7.3) - '@lingui/message-utils': 5.2.0 + '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/message-utils': 5.3.3 date-fns: 3.6.0 pofile: 1.1.4 transitivePeerDependencies: - typescript - '@lingui/message-utils@5.2.0': + '@lingui/message-utils@5.3.3': dependencies: '@messageformat/parser': 5.1.1 js-sha256: 0.10.1 - '@lingui/vite-plugin@5.2.0(typescript@5.7.3)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@lingui/vite-plugin@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@lingui/cli': 5.2.0(typescript@5.7.3) - '@lingui/conf': 5.2.0(typescript@5.7.3) - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + '@lingui/conf': 5.3.3(typescript@5.8.3) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: + - babel-plugin-macros - supports-color - typescript @@ -8316,15 +8364,15 @@ snapshots: - encoding - supports-color - '@opentelemetry/auto-instrumentations-web@0.40.0(@opentelemetry/api@1.9.0)(zone.js@0.15.0)': + '@opentelemetry/auto-instrumentations-web@0.40.0(@opentelemetry/api@1.9.0)(zone.js@0.15.1)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation-document-load': 0.39.0(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation-fetch': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/instrumentation-user-interaction': 0.39.0(@opentelemetry/api@1.9.0)(zone.js@0.15.0) + '@opentelemetry/instrumentation-user-interaction': 0.39.0(@opentelemetry/api@1.9.0)(zone.js@0.15.1) '@opentelemetry/instrumentation-xml-http-request': 0.52.1(@opentelemetry/api@1.9.0) - zone.js: 0.15.0 + zone.js: 0.15.1 transitivePeerDependencies: - supports-color @@ -8336,15 +8384,15 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 - '@opentelemetry/context-zone-peer-dep@1.30.1(@opentelemetry/api@1.9.0)(zone.js@0.15.0)': + '@opentelemetry/context-zone-peer-dep@1.30.1(@opentelemetry/api@1.9.0)(zone.js@0.15.1)': dependencies: '@opentelemetry/api': 1.9.0 - zone.js: 0.15.0 + zone.js: 0.15.1 '@opentelemetry/context-zone@1.30.1(@opentelemetry/api@1.9.0)': dependencies: - '@opentelemetry/context-zone-peer-dep': 1.30.1(@opentelemetry/api@1.9.0)(zone.js@0.15.0) - zone.js: 0.15.0 + '@opentelemetry/context-zone-peer-dep': 1.30.1(@opentelemetry/api@1.9.0)(zone.js@0.15.1) + zone.js: 0.15.1 transitivePeerDependencies: - '@opentelemetry/api' @@ -8365,7 +8413,7 @@ snapshots: '@opentelemetry/exporter-trace-otlp-grpc@0.51.1(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.3 + '@grpc/grpc-js': 1.13.4 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.24.1(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-grpc-exporter-base': 0.51.1(@opentelemetry/api@1.9.0) @@ -8375,7 +8423,7 @@ snapshots: '@opentelemetry/exporter-trace-otlp-grpc@0.52.1(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.3 + '@grpc/grpc-js': 1.13.4 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-grpc-exporter-base': 0.52.1(@opentelemetry/api@1.9.0) @@ -8441,7 +8489,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8451,7 +8499,7 @@ snapshots: '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/propagator-aws-xray': 1.26.2(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/aws-lambda': 8.10.122 transitivePeerDependencies: - supports-color @@ -8462,7 +8510,7 @@ snapshots: '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/propagation-utils': 0.30.16(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8479,7 +8527,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8488,7 +8536,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/connect': 3.4.36 transitivePeerDependencies: - supports-color @@ -8497,7 +8545,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8512,7 +8560,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - semver: 7.7.1 + semver: 7.7.2 transitivePeerDependencies: - supports-color @@ -8523,7 +8571,7 @@ snapshots: '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-web': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8532,7 +8580,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8541,7 +8589,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8590,7 +8638,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8600,7 +8648,7 @@ snapshots: '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.25.1 - semver: 7.7.1 + semver: 7.7.2 transitivePeerDependencies: - supports-color @@ -8609,7 +8657,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/redis-common': 0.36.2 - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8617,7 +8665,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8626,7 +8674,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/koa': 2.14.0 '@types/koa__router': 12.0.3 transitivePeerDependencies: @@ -8643,7 +8691,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/memcached': 2.2.10 transitivePeerDependencies: - supports-color @@ -8653,7 +8701,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-metrics': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8662,7 +8710,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8670,7 +8718,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0) transitivePeerDependencies: - supports-color @@ -8679,7 +8727,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/mysql': 2.15.22 transitivePeerDependencies: - supports-color @@ -8688,7 +8736,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8696,7 +8744,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8704,7 +8752,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0) '@types/pg': 8.6.1 '@types/pg-pool': 2.0.4 @@ -8723,7 +8771,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/redis-common': 0.36.2 - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8732,7 +8780,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/redis-common': 0.36.2 - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8741,7 +8789,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8749,7 +8797,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8757,7 +8805,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8765,7 +8813,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/tedious': 4.0.14 transitivePeerDependencies: - supports-color @@ -8778,13 +8826,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@opentelemetry/instrumentation-user-interaction@0.39.0(@opentelemetry/api@1.9.0)(zone.js@0.15.0)': + '@opentelemetry/instrumentation-user-interaction@0.39.0(@opentelemetry/api@1.9.0)(zone.js@0.15.1)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-web': 1.30.1(@opentelemetry/api@1.9.0) - zone.js: 0.15.0 + zone.js: 0.15.1 transitivePeerDependencies: - supports-color @@ -8813,7 +8861,7 @@ snapshots: '@types/shimmer': 1.2.0 import-in-the-middle: 1.7.4 require-in-the-middle: 7.5.2 - semver: 7.7.1 + semver: 7.7.2 shimmer: 1.2.1 transitivePeerDependencies: - supports-color @@ -8823,9 +8871,9 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/api-logs': 0.52.1 '@types/shimmer': 1.2.0 - import-in-the-middle: 1.13.1 + import-in-the-middle: 1.14.2 require-in-the-middle: 7.5.2 - semver: 7.7.1 + semver: 7.7.2 shimmer: 1.2.1 transitivePeerDependencies: - supports-color @@ -8843,15 +8891,15 @@ snapshots: '@opentelemetry/otlp-grpc-exporter-base@0.51.1(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.3 + '@grpc/grpc-js': 1.13.4 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.24.1(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-exporter-base': 0.51.1(@opentelemetry/api@1.9.0) - protobufjs: 7.5.0 + protobufjs: 7.5.3 '@opentelemetry/otlp-grpc-exporter-base@0.52.1(@opentelemetry/api@1.9.0)': dependencies: - '@grpc/grpc-js': 1.13.3 + '@grpc/grpc-js': 1.13.4 '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-exporter-base': 0.52.1(@opentelemetry/api@1.9.0) @@ -8862,7 +8910,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.24.1(@opentelemetry/api@1.9.0) '@opentelemetry/otlp-exporter-base': 0.51.1(@opentelemetry/api@1.9.0) - protobufjs: 7.5.0 + protobufjs: 7.5.3 '@opentelemetry/otlp-transformer@0.51.1(@opentelemetry/api@1.9.0)': dependencies: @@ -8883,7 +8931,7 @@ snapshots: '@opentelemetry/sdk-logs': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-metrics': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0) - protobufjs: 7.5.0 + protobufjs: 7.5.3 '@opentelemetry/propagation-utils@0.30.16(@opentelemetry/api@1.9.0)': dependencies: @@ -8919,34 +8967,34 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-aws@1.12.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-azure@0.2.12(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-container@0.3.11(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-gcp@0.29.13(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 gcp-metadata: 6.1.1 transitivePeerDependencies: - encoding @@ -9071,7 +9119,7 @@ snapshots: '@opentelemetry/propagator-b3': 1.24.1(@opentelemetry/api@1.9.0) '@opentelemetry/propagator-jaeger': 1.24.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.24.1(@opentelemetry/api@1.9.0) - semver: 7.7.1 + semver: 7.7.2 '@opentelemetry/sdk-trace-node@1.25.1(@opentelemetry/api@1.9.0)': dependencies: @@ -9081,7 +9129,7 @@ snapshots: '@opentelemetry/propagator-b3': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/propagator-jaeger': 1.25.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.25.1(@opentelemetry/api@1.9.0) - semver: 7.7.1 + semver: 7.7.2 '@opentelemetry/sdk-trace-web@1.25.1(@opentelemetry/api@1.9.0)': dependencies: @@ -9103,7 +9151,7 @@ snapshots: '@opentelemetry/semantic-conventions@1.28.0': {} - '@opentelemetry/semantic-conventions@1.32.0': {} + '@opentelemetry/semantic-conventions@1.36.0': {} '@opentelemetry/sql-common@0.40.1(@opentelemetry/api@1.9.0)': dependencies: @@ -9117,6 +9165,10 @@ snapshots: dependencies: playwright: 1.52.0 + '@playwright/test@1.54.1': + dependencies: + playwright: 1.54.1 + '@polka/url@1.0.0-next.29': {} '@protobufjs/aspromise@1.1.2': {} @@ -9144,23 +9196,23 @@ snapshots: '@repeaterjs/repeater@3.0.6': {} - '@rollup/plugin-commonjs@28.0.3(rollup@4.40.1)': + '@rollup/plugin-commonjs@28.0.6(rollup@4.45.1)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.40.1) + '@rollup/pluginutils': 5.2.0(rollup@4.45.1) commondir: 1.0.1 estree-walker: 2.0.2 - fdir: 6.4.4(picomatch@4.0.2) + fdir: 6.4.6(picomatch@4.0.3) is-reference: 1.2.1 magic-string: 0.30.17 - picomatch: 4.0.2 + picomatch: 4.0.3 optionalDependencies: - rollup: 4.40.1 + rollup: 4.45.1 - '@rollup/plugin-json@6.1.0(rollup@4.40.1)': + '@rollup/plugin-json@6.1.0(rollup@4.45.1)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.40.1) + '@rollup/pluginutils': 5.2.0(rollup@4.45.1) optionalDependencies: - rollup: 4.40.1 + rollup: 4.45.1 '@rollup/plugin-node-resolve@13.3.0(rollup@2.79.2)': dependencies: @@ -9172,15 +9224,15 @@ snapshots: resolve: 1.22.10 rollup: 2.79.2 - '@rollup/plugin-node-resolve@16.0.1(rollup@4.40.1)': + '@rollup/plugin-node-resolve@16.0.1(rollup@4.45.1)': dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.40.1) + '@rollup/pluginutils': 5.2.0(rollup@4.45.1) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.10 optionalDependencies: - rollup: 4.40.1 + rollup: 4.45.1 '@rollup/pluginutils@3.1.0(rollup@2.79.2)': dependencies: @@ -9194,72 +9246,72 @@ snapshots: estree-walker: 2.0.2 picomatch: 2.3.1 - '@rollup/pluginutils@5.1.4(rollup@4.40.1)': + '@rollup/pluginutils@5.2.0(rollup@4.45.1)': dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 estree-walker: 2.0.2 - picomatch: 4.0.2 + picomatch: 4.0.3 optionalDependencies: - rollup: 4.40.1 + rollup: 4.45.1 - '@rollup/rollup-android-arm-eabi@4.40.1': + '@rollup/rollup-android-arm-eabi@4.45.1': optional: true - '@rollup/rollup-android-arm64@4.40.1': + '@rollup/rollup-android-arm64@4.45.1': optional: true - '@rollup/rollup-darwin-arm64@4.40.1': + '@rollup/rollup-darwin-arm64@4.45.1': optional: true - '@rollup/rollup-darwin-x64@4.40.1': + '@rollup/rollup-darwin-x64@4.45.1': optional: true - '@rollup/rollup-freebsd-arm64@4.40.1': + '@rollup/rollup-freebsd-arm64@4.45.1': optional: true - '@rollup/rollup-freebsd-x64@4.40.1': + '@rollup/rollup-freebsd-x64@4.45.1': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.40.1': + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.40.1': + '@rollup/rollup-linux-arm-musleabihf@4.45.1': optional: true - '@rollup/rollup-linux-arm64-gnu@4.40.1': + '@rollup/rollup-linux-arm64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-arm64-musl@4.40.1': + '@rollup/rollup-linux-arm64-musl@4.45.1': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.40.1': + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.40.1': + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.40.1': + '@rollup/rollup-linux-riscv64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-riscv64-musl@4.40.1': + '@rollup/rollup-linux-riscv64-musl@4.45.1': optional: true - '@rollup/rollup-linux-s390x-gnu@4.40.1': + '@rollup/rollup-linux-s390x-gnu@4.45.1': optional: true - '@rollup/rollup-linux-x64-gnu@4.40.1': + '@rollup/rollup-linux-x64-gnu@4.45.1': optional: true - '@rollup/rollup-linux-x64-musl@4.40.1': + '@rollup/rollup-linux-x64-musl@4.45.1': optional: true - '@rollup/rollup-win32-arm64-msvc@4.40.1': + '@rollup/rollup-win32-arm64-msvc@4.45.1': optional: true - '@rollup/rollup-win32-ia32-msvc@4.40.1': + '@rollup/rollup-win32-ia32-msvc@4.45.1': optional: true - '@rollup/rollup-win32-x64-msvc@4.40.1': + '@rollup/rollup-win32-x64-msvc@4.45.1': optional: true '@selderee/plugin-htmlparser2@0.11.0': @@ -9269,67 +9321,67 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@storybook/addon-a11y@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/addon-a11y@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': dependencies: '@storybook/global': 5.0.0 axe-core: 4.10.3 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) - '@storybook/addon-docs@9.0.8(@types/react@19.1.6)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/addon-docs@9.0.18(@types/react@19.1.6)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': dependencies: '@mdx-js/react': 3.1.0(@types/react@19.1.6)(react@19.1.0) - '@storybook/csf-plugin': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + '@storybook/csf-plugin': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@storybook/react-dom-shim': 9.0.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + '@storybook/react-dom-shim': 9.0.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - '@storybook/addon-svelte-csf@5.0.3(@storybook/svelte@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19))(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(babel-plugin-macros@3.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@storybook/addon-svelte-csf@5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14))(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: '@storybook/csf': 0.1.13 - '@storybook/svelte': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19) - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@storybook/svelte': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) dedent: 1.6.0(babel-plugin-macros@3.1.0) - es-toolkit: 1.39.0 - esrap: 1.4.6 + es-toolkit: 1.39.7 + esrap: 1.4.9 magic-string: 0.30.17 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) - svelte: 5.33.19 - svelte-ast-print: 0.4.2(svelte@5.33.19) - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + svelte: 5.36.14 + svelte-ast-print: 0.4.2(svelte@5.36.14) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) zimmerframe: 1.1.2 transitivePeerDependencies: - babel-plugin-macros - '@storybook/addon-vitest@9.0.8(@vitest/browser@3.2.3)(@vitest/runner@3.2.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vitest@3.2.3)': + '@storybook/addon-vitest@9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.4)': dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) prompts: 2.4.2 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 optionalDependencies: - '@vitest/browser': 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) - '@vitest/runner': 3.2.3 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + '@vitest/runner': 3.2.4 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) transitivePeerDependencies: - react - react-dom - '@storybook/builder-vite@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@storybook/builder-vite@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@storybook/csf-plugin': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + '@storybook/csf-plugin': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@storybook/csf-plugin@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/csf-plugin@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': dependencies: - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) unplugin: 1.16.1 '@storybook/csf@0.1.13': @@ -9343,39 +9395,51 @@ snapshots: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@storybook/react-dom-shim@9.0.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/react-dom-shim@9.0.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': dependencies: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) - '@storybook/svelte-vite@9.0.8(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@storybook/svelte-vite@9.0.18(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@storybook/builder-vite': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@storybook/svelte': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19) - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@storybook/builder-vite': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@storybook/svelte': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) magic-string: 0.30.17 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) - svelte: 5.33.19 - svelte2tsx: 0.7.39(svelte@5.33.19)(typescript@5.7.3) - typescript: 5.7.3 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + svelte: 5.36.14 + svelte2tsx: 0.7.41(svelte@5.36.14)(typescript@5.8.3) + typescript: 5.8.3 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@storybook/svelte@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)': + '@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)': dependencies: - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) - svelte: 5.33.19 + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) + svelte: 5.36.14 ts-dedent: 2.2.0 type-fest: 2.19.0 - '@stylistic/eslint-plugin@2.13.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@stylistic/eslint-plugin@2.13.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: - '@typescript-eslint/utils': 8.31.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + '@typescript-eslint/utils': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + eslint: 9.29.0(jiti@2.5.0) + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 + estraverse: 5.3.0 + picomatch: 4.0.3 + transitivePeerDependencies: + - supports-color + - typescript + + '@stylistic/eslint-plugin@2.13.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3)': + dependencies: + '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + eslint: 9.31.0(jiti@2.5.0) + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 estraverse: 5.3.0 - picomatch: 4.0.2 + picomatch: 4.0.3 transitivePeerDependencies: - supports-color - typescript @@ -9384,17 +9448,17 @@ snapshots: dependencies: acorn: 8.15.0 - '@sveltejs/adapter-node@5.2.12(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))': + '@sveltejs/adapter-node@5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))': dependencies: - '@rollup/plugin-commonjs': 28.0.3(rollup@4.40.1) - '@rollup/plugin-json': 6.1.0(rollup@4.40.1) - '@rollup/plugin-node-resolve': 16.0.1(rollup@4.40.1) - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - rollup: 4.40.1 + '@rollup/plugin-commonjs': 28.0.6(rollup@4.45.1) + '@rollup/plugin-json': 6.1.0(rollup@4.45.1) + '@rollup/plugin-node-resolve': 16.0.1(rollup@4.45.1) + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + rollup: 4.45.1 - '@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@types/cookie': 0.6.0 cookie: 0.6.0 devalue: 5.1.1 @@ -9406,55 +9470,77 @@ snapshots: sade: 1.8.1 set-cookie-parser: 2.7.1 sirv: 3.0.1 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + svelte: 5.36.14 + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + dependencies: + '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + debug: 4.4.1 + svelte: 5.36.14 + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + transitivePeerDependencies: + - supports-color - '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) debug: 4.4.1 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + svelte: 5.36.14 + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) debug: 4.4.1 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + svelte: 5.36.14 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) debug: 4.4.1 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.17 - svelte: 5.33.19 - svelte-hmr: 0.16.0(svelte@5.33.19) - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) - vitefu: 0.2.5(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + svelte: 5.36.14 + svelte-hmr: 0.16.0(svelte@5.36.14) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vitefu: 0.2.5(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - debug: 4.4.0 + '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + debug: 4.4.1 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.17 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) - vitefu: 1.0.6(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + svelte: 5.36.14 + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vitefu: 1.1.1(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) transitivePeerDependencies: - supports-color - '@swc/helpers@0.5.15': + '@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + dependencies: + '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + debug: 4.4.1 + deepmerge: 4.3.1 + kleur: 4.1.5 + magic-string: 0.30.17 + svelte: 5.36.14 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vitefu: 1.1.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + transitivePeerDependencies: + - supports-color + + '@swc/helpers@0.5.17': dependencies: tslib: 2.8.1 @@ -9472,8 +9558,8 @@ snapshots: '@testing-library/dom@10.4.0': dependencies: - '@babel/code-frame': 7.26.2 - '@babel/runtime': 7.27.0 + '@babel/code-frame': 7.27.1 + '@babel/runtime': 7.27.6 '@types/aria-query': 5.0.4 aria-query: 5.3.0 chalk: 4.1.2 @@ -9483,7 +9569,7 @@ snapshots: '@testing-library/jest-dom@6.6.3': dependencies: - '@adobe/css-tools': 4.4.1 + '@adobe/css-tools': 4.4.3 aria-query: 5.3.2 chalk: 3.0.0 css.escape: 1.5.1 @@ -9495,24 +9581,34 @@ snapshots: dependencies: '@testing-library/dom': 10.4.0 + '@theguild/federation-composition@0.19.1(graphql@16.11.0)': + dependencies: + constant-case: 3.0.4 + debug: 4.4.1 + graphql: 16.11.0 + json5: 2.2.3 + lodash.sortby: 4.7.0 + transitivePeerDependencies: + - supports-color + '@tsconfig/svelte@5.0.4': {} '@types/accepts@1.3.7': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/aria-query@5.0.4': {} '@types/aws-lambda@8.10.122': {} - '@types/body-parser@1.19.5': + '@types/body-parser@1.19.6': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/bunyan@1.8.9': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/chai@5.2.2': dependencies: @@ -9520,22 +9616,22 @@ snapshots: '@types/connect@3.4.36': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/connect@3.4.38': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 - '@types/content-disposition@0.5.8': {} + '@types/content-disposition@0.5.9': {} '@types/cookie@0.6.0': {} - '@types/cookies@0.9.0': + '@types/cookies@0.9.1': dependencies: '@types/connect': 3.4.38 - '@types/express': 5.0.1 + '@types/express': 5.0.3 '@types/keygrip': 1.0.6 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/debug@4.1.12': dependencies: @@ -9545,22 +9641,20 @@ snapshots: '@types/estree@0.0.39': {} - '@types/estree@1.0.7': {} + '@types/estree@1.0.8': {} - '@types/express-serve-static-core@5.0.6': + '@types/express-serve-static-core@5.0.7': dependencies: - '@types/node': 20.17.32 - '@types/qs': 6.9.18 + '@types/node': 20.19.9 + '@types/qs': 6.14.0 '@types/range-parser': 1.2.7 - '@types/send': 0.17.4 + '@types/send': 0.17.5 - '@types/express@5.0.1': + '@types/express@5.0.3': dependencies: - '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 5.0.6 - '@types/serve-static': 1.15.7 - - '@types/gensync@1.0.4': {} + '@types/body-parser': 1.19.6 + '@types/express-serve-static-core': 5.0.7 + '@types/serve-static': 1.15.8 '@types/hast@3.0.4': dependencies: @@ -9568,7 +9662,7 @@ snapshots: '@types/http-assert@1.5.6': {} - '@types/http-errors@2.0.4': {} + '@types/http-errors@2.0.5': {} '@types/istanbul-lib-coverage@2.0.6': {} @@ -9595,13 +9689,13 @@ snapshots: '@types/koa@2.14.0': dependencies: '@types/accepts': 1.3.7 - '@types/content-disposition': 0.5.8 - '@types/cookies': 0.9.0 + '@types/content-disposition': 0.5.9 + '@types/cookies': 0.9.1 '@types/http-assert': 1.5.6 - '@types/http-errors': 2.0.4 + '@types/http-errors': 2.0.5 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/koa__router@12.0.3': dependencies: @@ -9615,36 +9709,37 @@ snapshots: '@types/memcached@2.2.10': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/mime@1.3.5': {} - '@types/mjml-core@4.15.1': {} + '@types/mjml-core@4.15.2': {} '@types/mjml@4.7.4': dependencies: - '@types/mjml-core': 4.15.1 + '@types/mjml-core': 4.15.2 '@types/ms@2.1.0': {} '@types/mute-stream@0.0.4': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/mysql@2.15.22': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 - '@types/node@20.17.32': + '@types/node@20.19.9': dependencies: - undici-types: 6.19.8 + undici-types: 6.21.0 '@types/node@22.15.3': dependencies: undici-types: 6.21.0 optional: true - '@types/parse-json@4.0.2': {} + '@types/parse-json@4.0.2': + optional: true '@types/pg-pool@2.0.4': dependencies: @@ -9652,11 +9747,11 @@ snapshots: '@types/pg@8.6.1': dependencies: - '@types/node': 20.17.32 - pg-protocol: 1.9.5 + '@types/node': 20.19.9 + pg-protocol: 1.10.3 pg-types: 2.2.0 - '@types/qs@6.9.18': {} + '@types/qs@6.14.0': {} '@types/range-parser@1.2.7': {} @@ -9666,30 +9761,30 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/resolve@1.20.2': {} - '@types/send@0.17.4': + '@types/send@0.17.5': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.17.32 + '@types/node': 20.19.9 - '@types/serve-static@1.15.7': + '@types/serve-static@1.15.8': dependencies: - '@types/http-errors': 2.0.4 - '@types/node': 20.17.32 - '@types/send': 0.17.4 + '@types/http-errors': 2.0.5 + '@types/node': 20.19.9 + '@types/send': 0.17.5 '@types/set-cookie-parser@2.4.10': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/shimmer@1.2.0': {} '@types/tedious@4.0.14': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/triple-beam@1.3.5': {} @@ -9699,7 +9794,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/yargs-parser@21.0.3': {} @@ -9709,15 +9804,15 @@ snapshots: '@types/zxcvbn@4.4.5': {} - '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3))(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/parser': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/type-utils': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/type-utils': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.24.0 - eslint: 9.29.0(jiti@2.4.2) + eslint: 9.29.0(jiti@2.5.0) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 @@ -9726,42 +9821,109 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3)': + dependencies: + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/type-utils': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + '@typescript-eslint/visitor-keys': 8.38.0 + eslint: 9.31.0(jiti@2.5.0) + graphemer: 1.4.0 + ignore: 7.0.5 + natural-compare: 1.4.0 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: '@typescript-eslint/scope-manager': 8.24.0 '@typescript-eslint/types': 8.24.0 '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) '@typescript-eslint/visitor-keys': 8.24.0 - debug: 4.4.0 - eslint: 9.29.0(jiti@2.4.2) + debug: 4.4.1 + eslint: 9.29.0(jiti@2.5.0) + typescript: 5.7.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3)': + dependencies: + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + '@typescript-eslint/visitor-keys': 8.38.0 + debug: 4.4.1 + eslint: 9.31.0(jiti@2.5.0) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/project-service@8.38.0(typescript@5.7.3)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.7.3) + '@typescript-eslint/types': 8.38.0 + debug: 4.4.1 typescript: 5.7.3 transitivePeerDependencies: - supports-color + '@typescript-eslint/project-service@8.38.0(typescript@5.8.3)': + dependencies: + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3) + '@typescript-eslint/types': 8.38.0 + debug: 4.4.1 + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/scope-manager@8.24.0': dependencies: '@typescript-eslint/types': 8.24.0 '@typescript-eslint/visitor-keys': 8.24.0 - '@typescript-eslint/scope-manager@8.31.0': + '@typescript-eslint/scope-manager@8.38.0': dependencies: - '@typescript-eslint/types': 8.31.0 - '@typescript-eslint/visitor-keys': 8.31.0 + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/visitor-keys': 8.38.0 - '@typescript-eslint/type-utils@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.7.3)': + dependencies: + typescript: 5.7.3 + + '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.8.3)': + dependencies: + typescript: 5.8.3 + + '@typescript-eslint/type-utils@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) debug: 4.4.1 - eslint: 9.29.0(jiti@2.4.2) + eslint: 9.29.0(jiti@2.5.0) ts-api-utils: 2.1.0(typescript@5.7.3) typescript: 5.7.3 transitivePeerDependencies: - supports-color + '@typescript-eslint/type-utils@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3)': + dependencies: + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + debug: 4.4.1 + eslint: 9.31.0(jiti@2.5.0) + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/types@8.24.0': {} - '@typescript-eslint/types@8.31.0': {} + '@typescript-eslint/types@8.38.0': {} '@typescript-eslint/typescript-estree@8.24.0(typescript@5.7.3)': dependencies: @@ -9771,206 +9933,256 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.1 + semver: 7.7.2 ts-api-utils: 2.1.0(typescript@5.7.3) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.31.0(typescript@5.7.3)': + '@typescript-eslint/typescript-estree@8.38.0(typescript@5.7.3)': dependencies: - '@typescript-eslint/types': 8.31.0 - '@typescript-eslint/visitor-keys': 8.31.0 + '@typescript-eslint/project-service': 8.38.0(typescript@5.7.3) + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.7.3) + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/visitor-keys': 8.38.0 debug: 4.4.1 fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.1 + semver: 7.7.2 ts-api-utils: 2.1.0(typescript@5.7.3) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/typescript-estree@8.38.0(typescript@5.8.3)': + dependencies: + '@typescript-eslint/project-service': 8.38.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3) + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/visitor-keys': 8.38.0 + debug: 4.4.1 + fast-glob: 3.3.3 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.7.2 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.5.0)) '@typescript-eslint/scope-manager': 8.24.0 '@typescript-eslint/types': 8.24.0 '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) + eslint: 9.29.0(jiti@2.5.0) typescript: 5.7.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.31.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/utils@8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) - '@typescript-eslint/scope-manager': 8.31.0 - '@typescript-eslint/types': 8.31.0 - '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.5.0)) + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.7.3) + eslint: 9.29.0(jiti@2.5.0) typescript: 5.7.3 transitivePeerDependencies: - supports-color + '@typescript-eslint/utils@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3)': + dependencies: + '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.0)) + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + eslint: 9.31.0(jiti@2.5.0) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/visitor-keys@8.24.0': dependencies: '@typescript-eslint/types': 8.24.0 - eslint-visitor-keys: 4.2.0 + eslint-visitor-keys: 4.2.1 - '@typescript-eslint/visitor-keys@8.31.0': + '@typescript-eslint/visitor-keys@8.38.0': dependencies: - '@typescript-eslint/types': 8.31.0 + '@typescript-eslint/types': 8.38.0 eslint-visitor-keys: 4.2.1 '@ungap/structured-clone@1.3.0': {} - '@urql/core@5.1.1(graphql@16.11.0)': + '@urql/core@5.2.0(graphql@16.11.0)': dependencies: '@0no-co/graphql.web': 1.1.2(graphql@16.11.0) wonka: 6.3.5 transitivePeerDependencies: - graphql - '@urql/devtools@2.0.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0)': + '@urql/devtools@2.0.3(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0)': dependencies: - '@urql/core': 5.1.1(graphql@16.11.0) + '@urql/core': 5.2.0(graphql@16.11.0) graphql: 16.11.0 wonka: 6.3.5 - '@urql/exchange-graphcache@7.2.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0)': + '@urql/exchange-graphcache@7.2.4(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0)': dependencies: '@0no-co/graphql.web': 1.1.2(graphql@16.11.0) - '@urql/core': 5.1.1(graphql@16.11.0) + '@urql/core': 5.2.0(graphql@16.11.0) wonka: 6.3.5 transitivePeerDependencies: - graphql - '@urql/svelte@4.2.3(@urql/core@5.1.1(graphql@16.11.0))(svelte@5.33.19)': + '@urql/svelte@4.2.3(@urql/core@5.2.0(graphql@16.11.0))(svelte@5.36.14)': dependencies: - '@urql/core': 5.1.1(graphql@16.11.0) - svelte: 5.33.19 + '@urql/core': 5.2.0(graphql@16.11.0) + svelte: 5.36.14 wonka: 6.3.5 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1))': + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - vite: 6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0) - '@vitest/browser@3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3)': + '@vitest/browser@3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4)': dependencies: '@testing-library/dom': 10.4.0 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) - '@vitest/mocker': 3.2.3(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@vitest/utils': 3.2.3 + '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@vitest/utils': 3.2.4 magic-string: 0.30.17 sirv: 3.0.1 tinyrainbow: 2.0.0 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) - ws: 8.18.2 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + ws: 8.18.3 optionalDependencies: - playwright: 1.52.0 + playwright: 1.54.1 transitivePeerDependencies: - bufferutil - msw - utf-8-validate - vite - '@vitest/expect@3.0.9': - dependencies: - '@vitest/spy': 3.0.9 - '@vitest/utils': 3.0.9 - chai: 5.2.0 - tinyrainbow: 2.0.0 - '@vitest/expect@3.2.3': dependencies: '@types/chai': 5.2.2 '@vitest/spy': 3.2.3 '@vitest/utils': 3.2.3 - chai: 5.2.0 + chai: 5.2.1 + tinyrainbow: 2.0.0 + + '@vitest/expect@3.2.4': + dependencies: + '@types/chai': 5.2.2 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 + chai: 5.2.1 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.3(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@vitest/mocker@3.2.3(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: '@vitest/spy': 3.2.3 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitest/pretty-format@3.0.9': + '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - tinyrainbow: 2.0.0 + '@vitest/spy': 3.2.4 + estree-walker: 3.0.3 + magic-string: 0.30.17 + optionalDependencies: + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) '@vitest/pretty-format@3.2.3': dependencies: tinyrainbow: 2.0.0 + '@vitest/pretty-format@3.2.4': + dependencies: + tinyrainbow: 2.0.0 + '@vitest/runner@3.2.3': dependencies: '@vitest/utils': 3.2.3 pathe: 2.0.3 strip-literal: 3.0.0 + '@vitest/runner@3.2.4': + dependencies: + '@vitest/utils': 3.2.4 + pathe: 2.0.3 + strip-literal: 3.0.0 + '@vitest/snapshot@3.2.3': dependencies: '@vitest/pretty-format': 3.2.3 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.0.9': + '@vitest/snapshot@3.2.4': dependencies: - tinyspy: 3.0.2 + '@vitest/pretty-format': 3.2.4 + magic-string: 0.30.17 + pathe: 2.0.3 '@vitest/spy@3.2.3': dependencies: tinyspy: 4.0.3 - '@vitest/ui@3.2.3(vitest@3.2.3)': + '@vitest/spy@3.2.4': + dependencies: + tinyspy: 4.0.3 + + '@vitest/ui@3.2.4(vitest@3.2.4)': dependencies: - '@vitest/utils': 3.2.3 + '@vitest/utils': 3.2.4 fflate: 0.8.2 flatted: 3.3.3 pathe: 2.0.3 sirv: 3.0.1 tinyglobby: 0.2.14 tinyrainbow: 2.0.0 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) - '@vitest/utils@3.0.9': + '@vitest/utils@3.2.3': dependencies: - '@vitest/pretty-format': 3.0.9 - loupe: 3.1.3 + '@vitest/pretty-format': 3.2.3 + loupe: 3.2.0 tinyrainbow: 2.0.0 - '@vitest/utils@3.2.3': + '@vitest/utils@3.2.4': dependencies: - '@vitest/pretty-format': 3.2.3 - loupe: 3.1.3 + '@vitest/pretty-format': 3.2.4 + loupe: 3.2.0 tinyrainbow: 2.0.0 '@whatwg-node/disposablestack@0.0.6': dependencies: - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 tslib: 2.8.1 - '@whatwg-node/fetch@0.10.6': + '@whatwg-node/fetch@0.10.9': dependencies: - '@whatwg-node/node-fetch': 0.7.18 - urlpattern-polyfill: 10.0.0 + '@whatwg-node/node-fetch': 0.7.22 + urlpattern-polyfill: 10.1.0 - '@whatwg-node/node-fetch@0.7.18': + '@whatwg-node/node-fetch@0.7.22': dependencies: '@fastify/busboy': 3.1.1 '@whatwg-node/disposablestack': 0.0.6 - '@whatwg-node/promise-helpers': 1.3.1 + '@whatwg-node/promise-helpers': 1.3.2 tslib: 2.8.1 - '@whatwg-node/promise-helpers@1.3.1': + '@whatwg-node/promise-helpers@1.3.2': dependencies: tslib: 2.8.1 @@ -9980,27 +10192,17 @@ snapshots: dependencies: event-target-shim: 5.0.1 - acorn-import-attributes@1.9.5(acorn@8.14.1): - dependencies: - acorn: 8.14.1 - acorn-import-attributes@1.9.5(acorn@8.15.0): dependencies: acorn: 8.15.0 - acorn-jsx@5.3.2(acorn@8.14.1): - dependencies: - acorn: 8.14.1 - acorn-jsx@5.3.2(acorn@8.15.0): dependencies: acorn: 8.15.0 - acorn@8.14.1: {} - acorn@8.15.0: {} - agent-base@7.1.3: {} + agent-base@7.1.4: {} aggregate-error@3.1.0: dependencies: @@ -10082,40 +10284,32 @@ snapshots: auto-bind@4.0.0: {} - autoprefixer@10.4.20(postcss@8.5.2): + autoprefixer@10.4.21(postcss@8.5.2): dependencies: - browserslist: 4.24.4 - caniuse-lite: 1.0.30001699 + browserslist: 4.25.1 + caniuse-lite: 1.0.30001727 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 postcss: 8.5.2 postcss-value-parser: 4.2.0 - autoprefixer@10.4.21(postcss@8.5.2): + autoprefixer@10.4.21(postcss@8.5.6): dependencies: - browserslist: 4.24.4 - caniuse-lite: 1.0.30001715 + browserslist: 4.25.1 + caniuse-lite: 1.0.30001727 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.2 + postcss: 8.5.6 postcss-value-parser: 4.2.0 axe-core@4.10.3: {} - axios@1.7.9: - dependencies: - follow-redirects: 1.15.9(debug@4.4.1) - form-data: 4.0.1 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - - axios@1.9.0(debug@4.4.1): + axios@1.11.0(debug@4.4.1): dependencies: follow-redirects: 1.15.9(debug@4.4.1) - form-data: 4.0.2 + form-data: 4.0.4 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug @@ -10124,14 +10318,15 @@ snapshots: babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.26.7 + '@babel/runtime': 7.27.6 cosmiconfig: 7.1.0 resolve: 1.22.10 + optional: true - babel-plugin-precompile-intl@0.5.2(@babel/core@7.26.10): + babel-plugin-precompile-intl@0.5.2(@babel/core@7.28.0): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.26.5 + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.27.1 '@formatjs/icu-messageformat-parser': 2.11.2 bail@2.0.2: {} @@ -10144,19 +10339,19 @@ snapshots: dependencies: open: 8.4.2 - bignumber.js@9.3.0: {} + bignumber.js@9.3.1: {} binary-extensions@2.3.0: {} - bits-ui@2.8.11(@internationalized/date@3.8.1)(svelte@5.33.19): + bits-ui@2.8.11(@internationalized/date@3.8.1)(svelte@5.36.14): dependencies: '@floating-ui/core': 1.7.2 '@floating-ui/dom': 1.7.2 '@internationalized/date': 3.8.1 esm-env: 1.2.2 - runed: 0.29.2(svelte@5.33.19) - svelte: 5.33.19 - svelte-toolbelt: 0.9.3(svelte@5.33.19) + runed: 0.29.2(svelte@5.36.14) + svelte: 5.36.14 + svelte-toolbelt: 0.9.3(svelte@5.36.14) tabbable: 6.2.0 bl@4.1.0: @@ -10167,12 +10362,12 @@ snapshots: boolbase@1.0.0: {} - brace-expansion@1.1.11: + brace-expansion@1.1.12: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - brace-expansion@2.0.1: + brace-expansion@2.0.2: dependencies: balanced-match: 1.0.2 @@ -10180,12 +10375,12 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.24.4: + browserslist@4.25.1: dependencies: - caniuse-lite: 1.0.30001715 - electron-to-chromium: 1.5.143 + caniuse-lite: 1.0.30001727 + electron-to-chromium: 1.5.190 node-releases: 2.0.19 - update-browserslist-db: 1.1.3(browserslist@4.24.4) + update-browserslist-db: 1.1.3(browserslist@4.25.1) bser@2.1.1: dependencies: @@ -10198,19 +10393,14 @@ snapshots: base64-js: 1.5.1 ieee754: 1.2.1 - buffer@6.0.3: - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - builtin-modules@3.3.0: {} cac@6.7.14: {} - cacheable@1.8.9: + cacheable@1.10.3: dependencies: - hookified: 1.8.1 - keyv: 5.3.2 + hookified: 1.10.0 + keyv: 5.4.0 call-bind-apply-helpers@1.0.2: dependencies: @@ -10233,9 +10423,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001699: {} - - caniuse-lite@1.0.30001715: {} + caniuse-lite@1.0.30001727: {} capital-case@1.0.4: dependencies: @@ -10245,13 +10433,13 @@ snapshots: ccount@2.0.1: {} - chai@5.2.0: + chai@5.2.1: dependencies: assertion-error: 2.0.1 check-error: 2.1.1 deep-eql: 5.0.2 - loupe: 3.1.3 - pathval: 2.0.0 + loupe: 3.2.0 + pathval: 2.0.1 chalk@3.0.0: dependencies: @@ -10302,8 +10490,8 @@ snapshots: cheerio-select@2.1.0: dependencies: boolbase: 1.0.0 - css-select: 5.1.0 - css-what: 6.1.0 + css-select: 5.2.2 + css-what: 6.2.2 domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.2.2 @@ -10346,7 +10534,7 @@ snapshots: dependencies: readdirp: 4.1.2 - chromatic@12.1.0: {} + chromatic@12.2.0: {} cjs-module-lexer@1.4.3: {} @@ -10391,8 +10579,8 @@ snapshots: code-red@1.0.4: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 - '@types/estree': 1.0.7 + '@jridgewell/sourcemap-codec': 1.5.4 + '@types/estree': 1.0.8 acorn: 8.15.0 estree-walker: 3.0.3 periscopic: 3.1.0 @@ -10471,7 +10659,7 @@ snapshots: json-schema-typed: 7.0.3 onetime: 5.1.2 pkg-up: 3.1.0 - semver: 7.7.1 + semver: 7.7.2 confbox@0.1.8: {} @@ -10504,6 +10692,7 @@ snapshots: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 + optional: true cosmiconfig@8.3.6(typescript@5.7.3): dependencies: @@ -10514,14 +10703,14 @@ snapshots: optionalDependencies: typescript: 5.7.3 - cosmiconfig@9.0.0(typescript@5.7.3): + cosmiconfig@8.3.6(typescript@5.8.3): dependencies: - env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 + path-type: 4.0.0 optionalDependencies: - typescript: 5.7.3 + typescript: 5.8.3 cross-fetch@3.2.0: dependencies: @@ -10539,10 +10728,10 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - css-select@5.1.0: + css-select@5.2.2: dependencies: boolbase: 1.0.0 - css-what: 6.1.0 + css-what: 6.2.2 domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 @@ -10557,13 +10746,13 @@ snapshots: mdn-data: 2.0.30 source-map-js: 1.2.1 - css-what@6.1.0: {} + css-what@6.2.2: {} css.escape@1.5.1: {} cssesc@3.0.0: {} - cssstyle@4.4.0: + cssstyle@4.6.0: dependencies: '@asamuzakjp/css-color': 3.2.0 rrweb-cssom: 0.8.0 @@ -10574,7 +10763,7 @@ snapshots: culori@3.3.0: {} - culori@4.0.1: {} + culori@4.0.2: {} custom-error-instance@2.1.1: {} @@ -10634,17 +10823,13 @@ snapshots: debounce@1.2.1: {} - debug@4.4.0: - dependencies: - ms: 2.1.3 - debug@4.4.1: dependencies: ms: 2.1.3 - decimal.js@10.5.0: {} + decimal.js@10.6.0: {} - decode-named-character-reference@1.1.0: + decode-named-character-reference@1.2.0: dependencies: character-entities: 2.0.2 @@ -10749,9 +10934,9 @@ snapshots: dotenv-expand@11.0.7: dependencies: - dotenv: 16.5.0 + dotenv: 16.6.1 - dotenv@16.5.0: {} + dotenv@16.6.1: {} dset@3.1.4: {} @@ -10763,8 +10948,8 @@ snapshots: e2e-mailbox@1.1.5: dependencies: - axios: 1.9.0(debug@4.4.1) - mailparser: 3.7.2 + axios: 1.11.0(debug@4.4.1) + mailparser: 3.7.4 transitivePeerDependencies: - debug @@ -10775,9 +10960,9 @@ snapshots: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.1 - semver: 7.7.1 + semver: 7.7.2 - electron-to-chromium@1.5.143: {} + electron-to-chromium@1.5.190: {} emoji-regex@8.0.0: {} @@ -10791,7 +10976,7 @@ snapshots: entities@4.5.0: {} - entities@6.0.0: {} + entities@6.0.1: {} env-paths@2.2.1: {} @@ -10816,41 +11001,15 @@ snapshots: has-tostringtag: 1.0.2 hasown: 2.0.2 - es-toolkit@1.39.0: {} + es-toolkit@1.39.7: {} - esbuild-register@3.6.0(esbuild@0.24.2): + esbuild-register@3.6.0(esbuild@0.25.8): dependencies: debug: 4.4.1 - esbuild: 0.24.2 + esbuild: 0.25.8 transitivePeerDependencies: - supports-color - esbuild@0.21.5: - optionalDependencies: - '@esbuild/aix-ppc64': 0.21.5 - '@esbuild/android-arm': 0.21.5 - '@esbuild/android-arm64': 0.21.5 - '@esbuild/android-x64': 0.21.5 - '@esbuild/darwin-arm64': 0.21.5 - '@esbuild/darwin-x64': 0.21.5 - '@esbuild/freebsd-arm64': 0.21.5 - '@esbuild/freebsd-x64': 0.21.5 - '@esbuild/linux-arm': 0.21.5 - '@esbuild/linux-arm64': 0.21.5 - '@esbuild/linux-ia32': 0.21.5 - '@esbuild/linux-loong64': 0.21.5 - '@esbuild/linux-mips64el': 0.21.5 - '@esbuild/linux-ppc64': 0.21.5 - '@esbuild/linux-riscv64': 0.21.5 - '@esbuild/linux-s390x': 0.21.5 - '@esbuild/linux-x64': 0.21.5 - '@esbuild/netbsd-x64': 0.21.5 - '@esbuild/openbsd-x64': 0.21.5 - '@esbuild/sunos-x64': 0.21.5 - '@esbuild/win32-arm64': 0.21.5 - '@esbuild/win32-ia32': 0.21.5 - '@esbuild/win32-x64': 0.21.5 - esbuild@0.24.2: optionalDependencies: '@esbuild/aix-ppc64': 0.24.2 @@ -10879,6 +11038,35 @@ snapshots: '@esbuild/win32-ia32': 0.24.2 '@esbuild/win32-x64': 0.24.2 + esbuild@0.25.8: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.8 + '@esbuild/android-arm': 0.25.8 + '@esbuild/android-arm64': 0.25.8 + '@esbuild/android-x64': 0.25.8 + '@esbuild/darwin-arm64': 0.25.8 + '@esbuild/darwin-x64': 0.25.8 + '@esbuild/freebsd-arm64': 0.25.8 + '@esbuild/freebsd-x64': 0.25.8 + '@esbuild/linux-arm': 0.25.8 + '@esbuild/linux-arm64': 0.25.8 + '@esbuild/linux-ia32': 0.25.8 + '@esbuild/linux-loong64': 0.25.8 + '@esbuild/linux-mips64el': 0.25.8 + '@esbuild/linux-ppc64': 0.25.8 + '@esbuild/linux-riscv64': 0.25.8 + '@esbuild/linux-s390x': 0.25.8 + '@esbuild/linux-x64': 0.25.8 + '@esbuild/netbsd-arm64': 0.25.8 + '@esbuild/netbsd-x64': 0.25.8 + '@esbuild/openbsd-arm64': 0.25.8 + '@esbuild/openbsd-x64': 0.25.8 + '@esbuild/openharmony-arm64': 0.25.8 + '@esbuild/sunos-x64': 0.25.8 + '@esbuild/win32-arm64': 0.25.8 + '@esbuild/win32-ia32': 0.25.8 + '@esbuild/win32-x64': 0.25.8 + escalade@3.2.0: {} escape-goat@3.0.0: {} @@ -10889,45 +11077,64 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.29.0(jiti@2.4.2)): + eslint-compat-utils@0.5.1(eslint@9.29.0(jiti@2.5.0)): + dependencies: + eslint: 9.29.0(jiti@2.5.0) + semver: 7.7.2 + + eslint-compat-utils@0.5.1(eslint@9.31.0(jiti@2.5.0)): dependencies: - eslint: 9.29.0(jiti@2.4.2) - semver: 7.7.1 + eslint: 9.31.0(jiti@2.5.0) + semver: 7.7.2 - eslint-plugin-storybook@9.0.8(eslint@9.29.0(jiti@2.4.2))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(typescript@5.7.3): + eslint-plugin-storybook@9.0.18(eslint@9.31.0(jiti@2.5.0))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.31.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + eslint: 9.31.0(jiti@2.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-svelte@2.46.1(eslint@9.29.0(jiti@2.4.2))(svelte@5.33.19): + eslint-plugin-svelte@2.46.1(eslint@9.29.0(jiti@2.5.0))(svelte@5.36.14): dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) - '@jridgewell/sourcemap-codec': 1.5.0 - eslint: 9.29.0(jiti@2.4.2) - eslint-compat-utils: 0.5.1(eslint@9.29.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.5.0)) + '@jridgewell/sourcemap-codec': 1.5.4 + eslint: 9.29.0(jiti@2.5.0) + eslint-compat-utils: 0.5.1(eslint@9.29.0(jiti@2.5.0)) esutils: 2.0.3 known-css-properties: 0.35.0 - postcss: 8.5.2 - postcss-load-config: 3.1.4(postcss@8.5.2) - postcss-safe-parser: 6.0.0(postcss@8.5.2) + postcss: 8.5.6 + postcss-load-config: 3.1.4(postcss@8.5.6) + postcss-safe-parser: 6.0.0(postcss@8.5.6) postcss-selector-parser: 6.1.2 - semver: 7.7.1 - svelte-eslint-parser: 0.43.0(svelte@5.33.19) + semver: 7.7.2 + svelte-eslint-parser: 0.43.0(svelte@5.36.14) optionalDependencies: - svelte: 5.33.19 + svelte: 5.36.14 transitivePeerDependencies: - ts-node - eslint-scope@7.2.2: + eslint-plugin-svelte@2.46.1(eslint@9.31.0(jiti@2.5.0))(svelte@5.36.14): dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.0)) + '@jridgewell/sourcemap-codec': 1.5.4 + eslint: 9.31.0(jiti@2.5.0) + eslint-compat-utils: 0.5.1(eslint@9.31.0(jiti@2.5.0)) + esutils: 2.0.3 + known-css-properties: 0.35.0 + postcss: 8.5.6 + postcss-load-config: 3.1.4(postcss@8.5.6) + postcss-safe-parser: 6.0.0(postcss@8.5.6) + postcss-selector-parser: 6.1.2 + semver: 7.7.2 + svelte-eslint-parser: 0.43.0(svelte@5.36.14) + optionalDependencies: + svelte: 5.36.14 + transitivePeerDependencies: + - ts-node - eslint-scope@8.3.0: + eslint-scope@7.2.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 @@ -10939,24 +11146,22 @@ snapshots: eslint-visitor-keys@3.4.3: {} - eslint-visitor-keys@4.2.0: {} - eslint-visitor-keys@4.2.1: {} - eslint@9.29.0(jiti@2.4.2): + eslint@9.29.0(jiti@2.5.0): dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.5.0)) '@eslint-community/regexpp': 4.12.1 '@eslint/config-array': 0.20.1 '@eslint/config-helpers': 0.2.3 '@eslint/core': 0.14.0 '@eslint/eslintrc': 3.3.1 '@eslint/js': 9.29.0 - '@eslint/plugin-kit': 0.3.3 + '@eslint/plugin-kit': 0.3.4 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.4.2 - '@types/estree': 1.0.7 + '@humanwhocodes/retry': 0.4.3 + '@types/estree': 1.0.8 '@types/json-schema': 7.0.15 ajv: 6.12.6 chalk: 4.1.2 @@ -10981,17 +11186,53 @@ snapshots: natural-compare: 1.4.0 optionator: 0.9.4 optionalDependencies: - jiti: 2.4.2 + jiti: 2.5.0 transitivePeerDependencies: - supports-color - esm-env@1.2.2: {} - - espree@10.3.0: + eslint@9.31.0(jiti@2.5.0): dependencies: - acorn: 8.14.1 - acorn-jsx: 5.3.2(acorn@8.14.1) - eslint-visitor-keys: 4.2.0 + '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.0)) + '@eslint-community/regexpp': 4.12.1 + '@eslint/config-array': 0.21.0 + '@eslint/config-helpers': 0.3.0 + '@eslint/core': 0.15.1 + '@eslint/eslintrc': 3.3.1 + '@eslint/js': 9.31.0 + '@eslint/plugin-kit': 0.3.4 + '@humanfs/node': 0.16.6 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.4.3 + '@types/estree': 1.0.8 + '@types/json-schema': 7.0.15 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.6 + debug: 4.4.1 + escape-string-regexp: 4.0.0 + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 8.0.0 + find-up: 5.0.0 + glob-parent: 6.0.2 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + optionalDependencies: + jiti: 2.5.0 + transitivePeerDependencies: + - supports-color + + esm-env@1.2.2: {} espree@10.4.0: dependencies: @@ -11013,16 +11254,16 @@ snapshots: esrap@1.2.2: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 - '@types/estree': 1.0.7 + '@jridgewell/sourcemap-codec': 1.5.4 + '@types/estree': 1.0.8 - esrap@1.4.6: + esrap@1.4.9: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 - esrap@1.4.9: + esrap@2.1.0: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 esrecurse@4.3.0: dependencies: @@ -11038,7 +11279,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 esutils@2.0.3: {} @@ -11058,9 +11299,9 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - expect-type@1.2.1: {} + expect-type@1.2.2: {} - exsolve@1.0.5: {} + exsolve@1.0.7: {} extend@3.0.2: {} @@ -11112,9 +11353,9 @@ snapshots: transitivePeerDependencies: - encoding - fdir@6.4.4(picomatch@4.0.2): + fdir@6.4.6(picomatch@4.0.3): optionalDependencies: - picomatch: 4.0.2 + picomatch: 4.0.3 fecha@4.2.3: {} @@ -11158,11 +11399,11 @@ snapshots: flatted: 3.3.3 keyv: 4.5.4 - flat-cache@6.1.7: + flat-cache@6.1.12: dependencies: - cacheable: 1.8.9 + cacheable: 1.10.3 flatted: 3.3.3 - hookified: 1.8.1 + hookified: 1.10.0 flat@5.0.2: {} @@ -11174,27 +11415,17 @@ snapshots: optionalDependencies: debug: 4.4.1 - foreground-child@3.3.0: - dependencies: - cross-spawn: 7.0.6 - signal-exit: 4.1.0 - foreground-child@3.3.1: dependencies: cross-spawn: 7.0.6 signal-exit: 4.1.0 - form-data@4.0.1: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - - form-data@4.0.2: + form-data@4.0.4: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 es-set-tostringtag: 2.1.0 + hasown: 2.0.2 mime-types: 2.1.35 formdata-polyfill@4.0.10: @@ -11272,17 +11503,15 @@ snapshots: package-json-from-dist: 1.0.1 path-scurry: 1.11.1 - glob@11.0.1: + glob@11.0.3: dependencies: - foreground-child: 3.3.0 - jackspeak: 4.1.0 - minimatch: 10.0.1 + foreground-child: 3.3.1 + jackspeak: 4.1.1 + minimatch: 10.0.3 minipass: 7.1.2 package-json-from-dist: 1.0.1 path-scurry: 2.0.0 - globals@11.12.0: {} - globals@13.24.0: dependencies: type-fest: 0.20.2 @@ -11308,24 +11537,26 @@ snapshots: graphemer@1.4.0: {} - graphql-config@5.1.4(@types/node@20.17.32)(graphql@16.11.0)(typescript@5.7.3): + graphql-config@5.1.5(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.7.3): dependencies: - '@graphql-tools/graphql-file-loader': 8.0.19(graphql@16.11.0) - '@graphql-tools/json-file-loader': 8.0.18(graphql@16.11.0) - '@graphql-tools/load': 8.1.0(graphql@16.11.0) - '@graphql-tools/merge': 9.0.24(graphql@16.11.0) - '@graphql-tools/url-loader': 8.0.31(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - cosmiconfig: 9.0.0(typescript@5.7.3) + '@graphql-tools/graphql-file-loader': 8.0.22(graphql@16.11.0) + '@graphql-tools/json-file-loader': 8.0.20(graphql@16.11.0) + '@graphql-tools/load': 8.1.2(graphql@16.11.0) + '@graphql-tools/merge': 9.1.1(graphql@16.11.0) + '@graphql-tools/url-loader': 8.0.33(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/utils': 10.9.1(graphql@16.11.0) + cosmiconfig: 8.3.6(typescript@5.7.3) graphql: 16.11.0 - jiti: 2.4.2 - minimatch: 10.0.1 + jiti: 2.5.0 + minimatch: 9.0.5 string-env-interpolation: 1.0.1 tslib: 2.8.1 transitivePeerDependencies: - '@fastify/websocket' - '@types/node' - bufferutil + - crossws + - supports-color - typescript - uWebSockets.js - utf-8-validate @@ -11341,17 +11572,18 @@ snapshots: graphql-sock@1.0.1(graphql@16.11.0): dependencies: graphql: 16.11.0 + optional: true graphql-tag@2.12.6(graphql@16.11.0): dependencies: graphql: 16.11.0 tslib: 2.8.1 - graphql-ws@6.0.4(graphql@16.11.0)(ws@8.18.2): + graphql-ws@6.0.6(graphql@16.11.0)(ws@8.18.3): dependencies: graphql: 16.11.0 optionalDependencies: - ws: 8.18.2 + ws: 8.18.3 graphql@16.11.0: {} @@ -11380,7 +11612,7 @@ snapshots: capital-case: 1.0.4 tslib: 2.8.1 - hookified@1.8.1: {} + hookified@1.10.0: {} html-encoding-sniffer@4.0.0: dependencies: @@ -11427,14 +11659,14 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 debug: 4.4.1 transitivePeerDependencies: - supports-color https-proxy-agent@7.0.6: dependencies: - agent-base: 7.1.3 + agent-base: 7.1.4 debug: 4.4.1 transitivePeerDependencies: - supports-color @@ -11453,6 +11685,8 @@ snapshots: ignore@5.3.2: {} + ignore@7.0.5: {} + immer@10.1.1: {} immutable@3.7.6: {} @@ -11464,19 +11698,19 @@ snapshots: import-from@4.0.0: {} - import-in-the-middle@1.13.1: + import-in-the-middle@1.14.2: dependencies: acorn: 8.15.0 acorn-import-attributes: 1.9.5(acorn@8.15.0) cjs-module-lexer: 1.4.3 - module-details-from-path: 1.0.3 + module-details-from-path: 1.0.4 import-in-the-middle@1.7.4: dependencies: - acorn: 8.14.1 - acorn-import-attributes: 1.9.5(acorn@8.14.1) + acorn: 8.15.0 + acorn-import-attributes: 1.9.5(acorn@8.15.0) cjs-module-lexer: 1.4.3 - module-details-from-path: 1.0.3 + module-details-from-path: 1.0.4 import-meta-resolve@4.1.0: {} @@ -11490,22 +11724,6 @@ snapshots: inline-style-parser@0.2.4: {} - inquirer@7.3.3: - dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - through: 2.3.8 - inquirer@8.2.6: dependencies: ansi-escapes: 4.3.2 @@ -11579,11 +11797,11 @@ snapshots: is-reference@1.2.1: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 is-reference@3.0.3: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 is-relative@1.0.0: dependencies: @@ -11611,9 +11829,9 @@ snapshots: isexe@3.1.1: {} - isomorphic-ws@5.0.0(ws@8.18.2): + isomorphic-ws@5.0.0(ws@8.18.3): dependencies: - ws: 8.18.2 + ws: 8.18.3 jackspeak@3.4.3: dependencies: @@ -11621,7 +11839,7 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jackspeak@4.1.0: + jackspeak@4.1.1: dependencies: '@isaacs/cliui': 8.0.2 @@ -11638,7 +11856,7 @@ snapshots: jiti@1.21.7: {} - jiti@2.4.2: {} + jiti@2.5.0: {} jose@5.10.0: {} @@ -11666,9 +11884,9 @@ snapshots: jsdom@26.1.0: dependencies: - cssstyle: 4.4.0 + cssstyle: 4.6.0 data-urls: 5.0.0 - decimal.js: 10.5.0 + decimal.js: 10.6.0 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -11684,7 +11902,7 @@ snapshots: whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.2.0 - ws: 8.18.2 + ws: 8.18.3 xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -11695,7 +11913,7 @@ snapshots: json-bigint@1.0.0: dependencies: - bignumber.js: 9.3.0 + bignumber.js: 9.3.1 json-buffer@3.0.1: {} @@ -11742,9 +11960,9 @@ snapshots: dependencies: json-buffer: 3.0.1 - keyv@5.3.2: + keyv@5.4.0: dependencies: - '@keyv/serialize': 1.0.3 + '@keyv/serialize': 1.1.0 kleur@3.0.3: {} @@ -11769,7 +11987,7 @@ snapshots: libbase64@1.3.0: {} - libmime@5.3.6: + libmime@5.3.7: dependencies: encoding-japanese: 2.2.0 iconv-lite: 0.6.3 @@ -11802,7 +12020,7 @@ snapshots: local-pkg@1.1.1: dependencies: mlly: 1.7.4 - pkg-types: 2.1.0 + pkg-types: 2.2.0 quansync: 0.2.10 locate-character@3.0.0: {} @@ -11845,8 +12063,6 @@ snapshots: lodash.foreach@4.5.0: {} - lodash.get@4.4.2: {} - lodash.isplainobject@4.0.6: {} lodash.merge@4.6.2: {} @@ -11891,7 +12107,7 @@ snapshots: dependencies: js-tokens: 4.0.0 - loupe@3.1.3: {} + loupe@3.2.0: {} lower-case-first@2.0.2: dependencies: @@ -11905,7 +12121,7 @@ snapshots: lru-cache@10.4.3: {} - lru-cache@11.0.2: {} + lru-cache@11.1.0: {} lru-cache@5.1.1: dependencies: @@ -11915,25 +12131,25 @@ snapshots: magic-string@0.30.17: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 - mailparser@3.7.2: + mailparser@3.7.4: dependencies: encoding-japanese: 2.2.0 he: 1.2.0 html-to-text: 9.0.5 iconv-lite: 0.6.3 - libmime: 5.3.6 + libmime: 5.3.7 linkify-it: 5.0.0 - mailsplit: 5.4.2 - nodemailer: 6.9.16 + mailsplit: 5.4.5 + nodemailer: 7.0.4 punycode.js: 2.3.1 - tlds: 1.255.0 + tlds: 1.259.0 - mailsplit@5.4.2: + mailsplit@5.4.5: dependencies: libbase64: 1.3.0 - libmime: 5.3.6 + libmime: 5.3.7 libqp: 2.1.1 map-cache@0.2.2: {} @@ -11953,7 +12169,7 @@ snapshots: dependencies: '@types/mdast': 4.0.4 '@types/unist': 3.0.3 - decode-named-character-reference: 1.1.0 + decode-named-character-reference: 1.2.0 devlop: 1.1.0 mdast-util-to-string: 4.0.0 micromark: 4.0.2 @@ -12064,13 +12280,13 @@ snapshots: merge2@1.4.1: {} - meros@1.3.0(@types/node@20.17.32): + meros@1.3.1(@types/node@20.19.9): optionalDependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 micromark-core-commonmark@2.0.3: dependencies: - decode-named-character-reference: 1.1.0 + decode-named-character-reference: 1.2.0 devlop: 1.1.0 micromark-factory-destination: 2.0.1 micromark-factory-label: 2.0.1 @@ -12203,7 +12419,7 @@ snapshots: micromark-util-decode-string@2.0.1: dependencies: - decode-named-character-reference: 1.1.0 + decode-named-character-reference: 1.2.0 micromark-util-character: 2.1.1 micromark-util-decode-numeric-character-reference: 2.0.2 micromark-util-symbol: 2.0.1 @@ -12241,7 +12457,7 @@ snapshots: dependencies: '@types/debug': 4.1.12 debug: 4.4.1 - decode-named-character-reference: 1.1.0 + decode-named-character-reference: 1.2.0 devlop: 1.1.0 micromark-core-commonmark: 2.0.3 micromark-factory-space: 2.0.1 @@ -12278,27 +12494,27 @@ snapshots: min-indent@1.0.1: {} - minimatch@10.0.1: + minimatch@10.0.3: dependencies: - brace-expansion: 2.0.1 + '@isaacs/brace-expansion': 5.0.0 minimatch@3.1.2: dependencies: - brace-expansion: 1.1.11 + brace-expansion: 1.1.12 minimatch@9.0.1: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 2.0.2 minimatch@9.0.5: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 2.0.2 minipass@7.1.2: {} mjml-accordion@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12306,7 +12522,7 @@ snapshots: mjml-body@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12314,7 +12530,7 @@ snapshots: mjml-button@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12322,7 +12538,7 @@ snapshots: mjml-carousel@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12330,7 +12546,7 @@ snapshots: mjml-cli@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 chokidar: 3.6.0 glob: 10.4.5 html-minifier: 4.0.0 @@ -12347,7 +12563,7 @@ snapshots: mjml-column@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12355,7 +12571,7 @@ snapshots: mjml-core@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 cheerio: 1.0.0-rc.12 detect-node: 2.1.0 html-minifier: 4.0.0 @@ -12370,7 +12586,7 @@ snapshots: mjml-divider@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12378,7 +12594,7 @@ snapshots: mjml-group@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12386,7 +12602,7 @@ snapshots: mjml-head-attributes@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12394,7 +12610,7 @@ snapshots: mjml-head-breakpoint@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12402,7 +12618,7 @@ snapshots: mjml-head-font@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12410,7 +12626,7 @@ snapshots: mjml-head-html-attributes@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12418,7 +12634,7 @@ snapshots: mjml-head-preview@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12426,7 +12642,7 @@ snapshots: mjml-head-style@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12434,7 +12650,7 @@ snapshots: mjml-head-title@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12442,7 +12658,7 @@ snapshots: mjml-head@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12450,7 +12666,7 @@ snapshots: mjml-hero@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12458,7 +12674,7 @@ snapshots: mjml-image@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12466,7 +12682,7 @@ snapshots: mjml-migrate@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 js-beautify: 1.15.4 lodash: 4.17.21 mjml-core: 4.15.3 @@ -12477,7 +12693,7 @@ snapshots: mjml-navbar@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12485,14 +12701,14 @@ snapshots: mjml-parser-xml@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 detect-node: 2.1.0 htmlparser2: 9.1.0 lodash: 4.17.21 mjml-preset-core@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 mjml-accordion: 4.15.3 mjml-body: 4.15.3 mjml-button: 4.15.3 @@ -12523,7 +12739,7 @@ snapshots: mjml-raw@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12531,7 +12747,7 @@ snapshots: mjml-section@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12539,7 +12755,7 @@ snapshots: mjml-social@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12547,7 +12763,7 @@ snapshots: mjml-spacer@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12555,7 +12771,7 @@ snapshots: mjml-table@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12563,7 +12779,7 @@ snapshots: mjml-text@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 transitivePeerDependencies: @@ -12571,11 +12787,11 @@ snapshots: mjml-validator@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 mjml-wrapper@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 lodash: 4.17.21 mjml-core: 4.15.3 mjml-section: 4.15.3 @@ -12584,7 +12800,7 @@ snapshots: mjml@4.15.3: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 mjml-cli: 4.15.3 mjml-core: 4.15.3 mjml-migrate: 4.15.3 @@ -12595,18 +12811,18 @@ snapshots: mlly@1.7.4: dependencies: - acorn: 8.14.1 + acorn: 8.15.0 pathe: 2.0.3 pkg-types: 1.3.1 ufo: 1.6.1 - mode-watcher@1.0.7(svelte@5.33.19): + mode-watcher@1.1.0(svelte@5.36.14): dependencies: - runed: 0.25.0(svelte@5.33.19) - svelte: 5.33.19 - svelte-toolbelt: 0.7.1(svelte@5.33.19) + runed: 0.25.0(svelte@5.36.14) + svelte: 5.36.14 + svelte-toolbelt: 0.7.1(svelte@5.36.14) - module-details-from-path@1.0.3: {} + module-details-from-path@1.0.4: {} moo@0.5.2: {} @@ -12655,7 +12871,7 @@ snapshots: node-releases@2.0.19: {} - nodemailer@6.9.16: {} + nodemailer@7.0.4: {} nopt@7.2.1: dependencies: @@ -12756,14 +12972,12 @@ snapshots: package-json-from-dist@1.0.1: {} - package-manager-detector@0.2.11: - dependencies: - quansync: 0.2.10 + package-manager-detector@1.3.0: {} - paneforge@1.0.0-next.4(svelte@5.33.19): + paneforge@1.0.0-next.4(svelte@5.36.14): dependencies: - svelte: 5.33.19 - svelte-toolbelt: 0.7.1(svelte@5.33.19) + svelte: 5.36.14 + svelte-toolbelt: 0.7.1(svelte@5.36.14) param-case@2.1.1: dependencies: @@ -12786,7 +13000,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.26.2 + '@babel/code-frame': 7.27.1 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -12798,7 +13012,7 @@ snapshots: parse5@7.3.0: dependencies: - entities: 6.0.0 + entities: 6.0.1 parseley@0.12.1: dependencies: @@ -12836,30 +13050,28 @@ snapshots: path-scurry@2.0.0: dependencies: - lru-cache: 11.0.2 + lru-cache: 11.1.0 minipass: 7.1.2 path-starts-with@2.0.1: {} path-type@4.0.0: {} - pathe@1.1.2: {} - pathe@2.0.3: {} - pathval@2.0.0: {} + pathval@2.0.1: {} peberminta@0.9.0: {} periscopic@3.1.0: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 estree-walker: 3.0.3 is-reference: 3.0.3 pg-int8@1.0.1: {} - pg-protocol@1.9.5: {} + pg-protocol@1.10.3: {} pg-types@2.2.0: dependencies: @@ -12873,7 +13085,7 @@ snapshots: picomatch@2.3.1: {} - picomatch@4.0.2: {} + picomatch@4.0.3: {} pify@2.3.0: {} @@ -12885,10 +13097,10 @@ snapshots: mlly: 1.7.4 pathe: 2.0.3 - pkg-types@2.1.0: + pkg-types@2.2.0: dependencies: confbox: 0.2.2 - exsolve: 1.0.5 + exsolve: 1.0.7 pathe: 2.0.3 pkg-up@3.1.0: @@ -12897,17 +13109,25 @@ snapshots: playwright-core@1.52.0: {} + playwright-core@1.54.1: {} + playwright@1.52.0: dependencies: playwright-core: 1.52.0 optionalDependencies: fsevents: 2.3.2 + playwright@1.54.1: + dependencies: + playwright-core: 1.54.1 + optionalDependencies: + fsevents: 2.3.2 + pofile@1.1.4: {} - postcss-import@15.1.0(postcss@8.5.2): + postcss-import@15.1.0(postcss@8.5.6): dependencies: - postcss: 8.5.2 + postcss: 8.5.6 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.10 @@ -12917,33 +13137,50 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.5.2 - postcss-load-config@3.1.4(postcss@8.5.2): + postcss-js@4.0.1(postcss@8.5.6): + dependencies: + camelcase-css: 2.0.1 + postcss: 8.5.6 + + postcss-load-config@3.1.4(postcss@8.5.6): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: - postcss: 8.5.2 + postcss: 8.5.6 postcss-load-config@4.0.2(postcss@8.5.2): dependencies: lilconfig: 3.1.3 - yaml: 2.7.1 + yaml: 2.8.0 optionalDependencies: postcss: 8.5.2 + optional: true - postcss-nested@6.2.0(postcss@8.5.2): + postcss-load-config@4.0.2(postcss@8.5.6): dependencies: - postcss: 8.5.2 + lilconfig: 3.1.3 + yaml: 2.8.0 + optionalDependencies: + postcss: 8.5.6 + + postcss-nested@6.2.0(postcss@8.5.6): + dependencies: + postcss: 8.5.6 postcss-selector-parser: 6.1.2 - postcss-safe-parser@6.0.0(postcss@8.5.2): + postcss-safe-parser@6.0.0(postcss@8.5.6): dependencies: - postcss: 8.5.2 + postcss: 8.5.6 postcss-scss@4.0.9(postcss@8.5.2): dependencies: postcss: 8.5.2 + postcss-scss@4.0.9(postcss@8.5.6): + dependencies: + postcss: 8.5.6 + postcss-selector-parser@6.0.10: dependencies: cssesc: 3.0.0 @@ -12967,6 +13204,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.6: + dependencies: + nanoid: 3.3.11 + picocolors: 1.1.1 + source-map-js: 1.2.1 + postgres-array@2.0.0: {} postgres-bytea@1.0.0: {} @@ -12977,13 +13220,13 @@ snapshots: dependencies: xtend: 4.0.2 - precompile-intl-runtime@0.8.5(svelte@5.33.19): + precompile-intl-runtime@0.8.5(svelte@5.36.14): dependencies: - svelte: 5.33.19 + svelte: 5.36.14 prelude-ls@1.2.1: {} - prettier@3.5.0: {} + prettier@3.6.2: {} pretty-format@27.5.1: dependencies: @@ -13001,7 +13244,7 @@ snapshots: prism-themes@1.9.0: {} - prismjs@1.29.0: {} + prismjs@1.30.0: {} promise@7.3.1: dependencies: @@ -13018,47 +13261,47 @@ snapshots: retry: 0.12.0 signal-exit: 3.0.7 - prosemirror-commands@1.7.0: + prosemirror-commands@1.7.1: dependencies: - prosemirror-model: 1.25.0 + prosemirror-model: 1.25.2 prosemirror-state: 1.4.3 - prosemirror-transform: 1.10.3 + prosemirror-transform: 1.10.4 prosemirror-history@1.4.1: dependencies: prosemirror-state: 1.4.3 - prosemirror-transform: 1.10.3 - prosemirror-view: 1.38.1 + prosemirror-transform: 1.10.4 + prosemirror-view: 1.40.1 rope-sequence: 1.3.4 - prosemirror-keymap@1.2.2: + prosemirror-keymap@1.2.3: dependencies: prosemirror-state: 1.4.3 w3c-keyname: 2.2.8 - prosemirror-model@1.25.0: + prosemirror-model@1.25.2: dependencies: orderedmap: 2.1.1 prosemirror-state@1.4.3: dependencies: - prosemirror-model: 1.25.0 - prosemirror-transform: 1.10.3 - prosemirror-view: 1.38.1 + prosemirror-model: 1.25.2 + prosemirror-transform: 1.10.4 + prosemirror-view: 1.40.1 - prosemirror-transform@1.10.3: + prosemirror-transform@1.10.4: dependencies: - prosemirror-model: 1.25.0 + prosemirror-model: 1.25.2 - prosemirror-view@1.38.1: + prosemirror-view@1.40.1: dependencies: - prosemirror-model: 1.25.0 + prosemirror-model: 1.25.2 prosemirror-state: 1.4.3 - prosemirror-transform: 1.10.3 + prosemirror-transform: 1.10.4 proto-list@1.2.4: {} - protobufjs@7.5.0: + protobufjs@7.5.3: dependencies: '@protobufjs/aspromise': 1.1.2 '@protobufjs/base64': 1.1.2 @@ -13070,7 +13313,7 @@ snapshots: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 20.17.32 + '@types/node': 20.19.9 long: 5.3.2 proxy-from-env@1.1.0: {} @@ -13137,13 +13380,11 @@ snapshots: indent-string: 4.0.0 strip-indent: 3.0.0 - regenerator-runtime@0.14.1: {} - relateurl@0.2.7: {} relay-runtime@12.0.0: dependencies: - '@babel/runtime': 7.27.0 + '@babel/runtime': 7.27.6 fbjs: 3.0.5 invariant: 2.2.4 transitivePeerDependencies: @@ -13196,7 +13437,7 @@ snapshots: require-in-the-middle@7.5.2: dependencies: debug: 4.4.1 - module-details-from-path: 1.0.3 + module-details-from-path: 1.0.4 resolve: 1.22.10 transitivePeerDependencies: - supports-color @@ -13230,41 +13471,41 @@ snapshots: dependencies: glob: 10.4.5 - rollup-plugin-svelte@7.2.2(rollup@2.79.2)(svelte@4.2.19): + rollup-plugin-svelte@7.2.2(rollup@2.79.2)(svelte@4.2.20): dependencies: '@rollup/pluginutils': 4.2.1 resolve.exports: 2.0.3 rollup: 2.79.2 - svelte: 4.2.19 + svelte: 4.2.20 rollup@2.79.2: optionalDependencies: fsevents: 2.3.3 - rollup@4.40.1: + rollup@4.45.1: dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.40.1 - '@rollup/rollup-android-arm64': 4.40.1 - '@rollup/rollup-darwin-arm64': 4.40.1 - '@rollup/rollup-darwin-x64': 4.40.1 - '@rollup/rollup-freebsd-arm64': 4.40.1 - '@rollup/rollup-freebsd-x64': 4.40.1 - '@rollup/rollup-linux-arm-gnueabihf': 4.40.1 - '@rollup/rollup-linux-arm-musleabihf': 4.40.1 - '@rollup/rollup-linux-arm64-gnu': 4.40.1 - '@rollup/rollup-linux-arm64-musl': 4.40.1 - '@rollup/rollup-linux-loongarch64-gnu': 4.40.1 - '@rollup/rollup-linux-powerpc64le-gnu': 4.40.1 - '@rollup/rollup-linux-riscv64-gnu': 4.40.1 - '@rollup/rollup-linux-riscv64-musl': 4.40.1 - '@rollup/rollup-linux-s390x-gnu': 4.40.1 - '@rollup/rollup-linux-x64-gnu': 4.40.1 - '@rollup/rollup-linux-x64-musl': 4.40.1 - '@rollup/rollup-win32-arm64-msvc': 4.40.1 - '@rollup/rollup-win32-ia32-msvc': 4.40.1 - '@rollup/rollup-win32-x64-msvc': 4.40.1 + '@rollup/rollup-android-arm-eabi': 4.45.1 + '@rollup/rollup-android-arm64': 4.45.1 + '@rollup/rollup-darwin-arm64': 4.45.1 + '@rollup/rollup-darwin-x64': 4.45.1 + '@rollup/rollup-freebsd-arm64': 4.45.1 + '@rollup/rollup-freebsd-x64': 4.45.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.1 + '@rollup/rollup-linux-arm-musleabihf': 4.45.1 + '@rollup/rollup-linux-arm64-gnu': 4.45.1 + '@rollup/rollup-linux-arm64-musl': 4.45.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-musl': 4.45.1 + '@rollup/rollup-linux-s390x-gnu': 4.45.1 + '@rollup/rollup-linux-x64-gnu': 4.45.1 + '@rollup/rollup-linux-x64-musl': 4.45.1 + '@rollup/rollup-win32-arm64-msvc': 4.45.1 + '@rollup/rollup-win32-ia32-msvc': 4.45.1 + '@rollup/rollup-win32-x64-msvc': 4.45.1 fsevents: 2.3.3 rope-sequence@1.3.4: {} @@ -13279,34 +13520,30 @@ snapshots: dependencies: queue-microtask: 1.2.3 - runed@0.23.4(svelte@5.33.19): + runed@0.23.4(svelte@5.36.14): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.36.14 - runed@0.25.0(svelte@5.33.19): + runed@0.25.0(svelte@5.36.14): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.36.14 - runed@0.27.0(svelte@5.33.19): + runed@0.27.0(svelte@5.36.14): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.36.14 - runed@0.28.0(svelte@5.33.19): + runed@0.28.0(svelte@5.36.14): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.36.14 - runed@0.29.2(svelte@5.33.19): + runed@0.29.2(svelte@5.36.14): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 - - rxjs@6.6.7: - dependencies: - tslib: 1.14.1 + svelte: 5.36.14 rxjs@7.8.2: dependencies: @@ -13336,7 +13573,7 @@ snapshots: semver@6.3.1: {} - semver@7.7.1: {} + semver@7.7.2: {} sentence-case@3.0.4: dependencies: @@ -13352,7 +13589,7 @@ snapshots: dependencies: color: 4.2.3 detect-libc: 2.0.4 - semver: 7.7.1 + semver: 7.7.2 optionalDependencies: '@img/sharp-darwin-arm64': 0.33.5 '@img/sharp-darwin-x64': 0.33.5 @@ -13380,7 +13617,7 @@ snapshots: shebang-regex@3.0.0: {} - shell-quote@1.8.2: {} + shell-quote@1.8.3: {} shimmer@1.2.1: {} @@ -13443,21 +13680,21 @@ snapshots: std-env@3.9.0: {} - storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0): + storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2): dependencies: '@storybook/global': 5.0.0 '@testing-library/jest-dom': 6.6.3 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) - '@vitest/expect': 3.0.9 - '@vitest/spy': 3.0.9 + '@vitest/expect': 3.2.4 + '@vitest/spy': 3.2.4 better-opn: 3.0.2 - esbuild: 0.24.2 - esbuild-register: 3.6.0(esbuild@0.24.2) + esbuild: 0.25.8 + esbuild-register: 3.6.0(esbuild@0.25.8) recast: 0.23.11 - semver: 7.7.1 - ws: 8.18.1 + semver: 7.7.2 + ws: 8.18.3 optionalDependencies: - prettier: 3.5.0 + prettier: 3.6.2 transitivePeerDependencies: - '@testing-library/dom' - bufferutil @@ -13504,13 +13741,13 @@ snapshots: dependencies: js-tokens: 9.0.1 - style-to-object@1.0.8: + style-to-object@1.0.9: dependencies: inline-style-parser: 0.2.4 sucrase@3.35.0: dependencies: - '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/gen-mapping': 0.3.12 commander: 4.1.1 glob: 10.4.5 lines-and-columns: 1.2.4 @@ -13524,18 +13761,18 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - sveld@0.22.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2): + sveld@0.22.1(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6): dependencies: '@rollup/plugin-node-resolve': 13.3.0(rollup@2.79.2) acorn: 8.15.0 comment-parser: 1.4.1 - prettier: 3.5.0 + prettier: 3.6.2 rollup: 2.79.2 - rollup-plugin-svelte: 7.2.2(rollup@2.79.2)(svelte@4.2.19) - svelte: 4.2.19 - svelte-preprocess: 6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@4.2.19)(typescript@5.7.3) + rollup-plugin-svelte: 7.2.2(rollup@2.79.2)(svelte@4.2.20) + svelte: 4.2.20 + svelte-preprocess: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@4.2.20)(typescript@5.8.3) tinyglobby: 0.2.14 - typescript: 5.7.3 + typescript: 5.8.3 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13547,147 +13784,170 @@ snapshots: - stylus - sugarss - svelte-ast-print@0.4.2(svelte@5.33.19): + svelte-ast-print@0.4.2(svelte@5.36.14): dependencies: esrap: 1.2.2 - svelte: 5.33.19 + svelte: 5.36.14 zimmerframe: 1.1.2 - svelte-check@4.1.4(picomatch@4.0.2)(svelte@5.33.19)(typescript@5.7.3): + svelte-check@4.1.4(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.7.3): dependencies: - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.29 chokidar: 4.0.3 - fdir: 6.4.4(picomatch@4.0.2) + fdir: 6.4.6(picomatch@4.0.3) picocolors: 1.1.1 sade: 1.8.1 - svelte: 5.33.19 + svelte: 5.36.14 typescript: 5.7.3 transitivePeerDependencies: - picomatch - svelte-dnd-action@0.9.57(svelte@5.33.19): + svelte-check@4.3.0(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.8.3): + dependencies: + '@jridgewell/trace-mapping': 0.3.29 + chokidar: 4.0.3 + fdir: 6.4.6(picomatch@4.0.3) + picocolors: 1.1.1 + sade: 1.8.1 + svelte: 5.36.14 + typescript: 5.8.3 + transitivePeerDependencies: + - picomatch + + svelte-dnd-action@0.9.64(svelte@5.36.14): dependencies: - svelte: 5.33.19 + svelte: 5.36.14 - svelte-eslint-parser@0.43.0(svelte@5.33.19): + svelte-eslint-parser@0.43.0(svelte@5.36.14): dependencies: eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - postcss: 8.5.2 - postcss-scss: 4.0.9(postcss@8.5.2) + postcss: 8.5.6 + postcss-scss: 4.0.9(postcss@8.5.6) optionalDependencies: - svelte: 5.33.19 + svelte: 5.36.14 - svelte-eslint-parser@1.0.0-next.13(svelte@5.33.19): + svelte-eslint-parser@1.0.0-next.13(svelte@5.36.14): dependencies: - eslint-scope: 8.3.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 postcss: 8.5.2 postcss-scss: 4.0.9(postcss@8.5.2) postcss-selector-parser: 7.1.0 optionalDependencies: - svelte: 5.33.19 + svelte: 5.36.14 + + svelte-eslint-parser@1.3.0(svelte@5.36.14): + dependencies: + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 + postcss: 8.5.6 + postcss-scss: 4.0.9(postcss@8.5.6) + postcss-selector-parser: 7.1.0 + optionalDependencies: + svelte: 5.36.14 - svelte-exmarkdown@4.0.3(svelte@5.33.19): + svelte-exmarkdown@4.0.3(svelte@5.36.14): dependencies: remark-gfm: 4.0.1 remark-parse: 11.0.0 remark-rehype: 11.1.2 - svelte: 5.33.19 + svelte: 5.36.14 unified: 11.0.5 transitivePeerDependencies: - supports-color - svelte-hmr@0.16.0(svelte@5.33.19): + svelte-hmr@0.16.0(svelte@5.36.14): dependencies: - svelte: 5.33.19 + svelte: 5.36.14 - svelte-i18n-lingui@0.2.2(@lingui/cli@5.2.0(typescript@5.7.3))(@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(svelte@5.33.19)(typescript@5.7.3): + svelte-i18n-lingui@0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0))(svelte@5.36.14)(typescript@5.8.3): dependencies: - '@lingui/cli': 5.2.0(typescript@5.7.3) - '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) + '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) estree-walker-ts: 1.1.0 js-sha256: 0.10.1 - svelte: 5.33.19 + svelte: 5.36.14 transitivePeerDependencies: - supports-color - typescript - svelte-intl-precompile@0.12.3(@babel/core@7.26.10)(svelte@5.33.19): + svelte-intl-precompile@0.12.3(@babel/core@7.28.0)(svelte@5.36.14): dependencies: - babel-plugin-precompile-intl: 0.5.2(@babel/core@7.26.10) + babel-plugin-precompile-intl: 0.5.2(@babel/core@7.28.0) js-yaml: 4.1.0 json5: 2.2.3 path-starts-with: 2.0.1 - precompile-intl-runtime: 0.8.5(svelte@5.33.19) + precompile-intl-runtime: 0.8.5(svelte@5.36.14) strip-bom: 5.0.0 transitivePeerDependencies: - '@babel/core' - svelte - svelte-preprocess@6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3): + svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14)(typescript@5.7.3): dependencies: - svelte: 5.33.19 + svelte: 5.36.14 optionalDependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.28.0 postcss: 8.5.2 postcss-load-config: 4.0.2(postcss@8.5.2) typescript: 5.7.3 - svelte-preprocess@6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@4.2.19)(typescript@5.7.3): + svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@4.2.20)(typescript@5.8.3): dependencies: - svelte: 4.2.19 + svelte: 4.2.20 optionalDependencies: - '@babel/core': 7.26.8 - postcss: 8.5.2 - postcss-load-config: 4.0.2(postcss@8.5.2) - typescript: 5.7.3 + '@babel/core': 7.28.0 + postcss: 8.5.6 + postcss-load-config: 4.0.2(postcss@8.5.6) + typescript: 5.8.3 - svelte-preprocess@6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3): + svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14)(typescript@5.8.3): dependencies: - svelte: 5.33.19 + svelte: 5.36.14 optionalDependencies: - '@babel/core': 7.26.8 - postcss: 8.5.2 - postcss-load-config: 4.0.2(postcss@8.5.2) - typescript: 5.7.3 + '@babel/core': 7.28.0 + postcss: 8.5.6 + postcss-load-config: 4.0.2(postcss@8.5.6) + typescript: 5.8.3 svelte-routing@2.13.0: {} - svelte-sonner@1.0.5(svelte@5.33.19): + svelte-sonner@1.0.5(svelte@5.36.14): dependencies: - runed: 0.28.0(svelte@5.33.19) - svelte: 5.33.19 + runed: 0.28.0(svelte@5.36.14) + svelte: 5.36.14 - svelte-toolbelt@0.7.1(svelte@5.33.19): + svelte-toolbelt@0.7.1(svelte@5.36.14): dependencies: clsx: 2.1.1 - runed: 0.23.4(svelte@5.33.19) - style-to-object: 1.0.8 - svelte: 5.33.19 + runed: 0.23.4(svelte@5.36.14) + style-to-object: 1.0.9 + svelte: 5.36.14 - svelte-toolbelt@0.9.3(svelte@5.33.19): + svelte-toolbelt@0.9.3(svelte@5.36.14): dependencies: clsx: 2.1.1 - runed: 0.29.2(svelte@5.33.19) - style-to-object: 1.0.8 - svelte: 5.33.19 + runed: 0.29.2(svelte@5.36.14) + style-to-object: 1.0.9 + svelte: 5.36.14 - svelte-turnstile@0.9.0(svelte@5.33.19): + svelte-turnstile@0.9.0(svelte@5.36.14): dependencies: - svelte: 5.33.19 + svelte: 5.36.14 turnstile-types: 1.2.3 - svelte-ux@0.76.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19): + svelte-ux@0.76.0(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14): dependencies: - '@floating-ui/dom': 1.6.13 + '@floating-ui/dom': 1.7.2 '@fortawesome/fontawesome-common-types': 6.7.2 '@mdi/js': 7.4.47 clsx: 2.1.1 - culori: 4.0.1 + culori: 4.0.2 d3-array: 3.2.4 d3-scale: 4.0.2 date-fns: 4.1.0 @@ -13696,11 +13956,11 @@ snapshots: lodash-es: 4.17.21 prism-svelte: 0.5.0 prism-themes: 1.9.0 - prismjs: 1.29.0 - sveld: 0.22.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2) - svelte: 5.33.19 + prismjs: 1.30.0 + sveld: 0.22.1(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6) + svelte: 5.36.14 tailwind-merge: 2.6.0 - zod: 3.24.3 + zod: 3.25.76 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13712,19 +13972,19 @@ snapshots: - stylus - sugarss - svelte2tsx@0.7.39(svelte@5.33.19)(typescript@5.7.3): + svelte2tsx@0.7.41(svelte@5.36.14)(typescript@5.8.3): dependencies: dedent-js: 1.0.1 pascal-case: 3.1.2 - svelte: 5.33.19 - typescript: 5.7.3 + svelte: 5.36.14 + typescript: 5.8.3 - svelte@4.2.19: + svelte@4.2.20: dependencies: '@ampproject/remapping': 2.3.0 - '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.25 - '@types/estree': 1.0.7 + '@jridgewell/sourcemap-codec': 1.5.4 + '@jridgewell/trace-mapping': 0.3.29 + '@types/estree': 1.0.8 acorn: 8.15.0 aria-query: 5.3.2 axobject-query: 4.1.0 @@ -13736,39 +13996,39 @@ snapshots: magic-string: 0.30.17 periscopic: 3.1.0 - svelte@5.33.19: + svelte@5.36.14: dependencies: '@ampproject/remapping': 2.3.0 - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.4 '@sveltejs/acorn-typescript': 1.0.5(acorn@8.15.0) - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 acorn: 8.15.0 aria-query: 5.3.2 axobject-query: 4.1.0 clsx: 2.1.1 esm-env: 1.2.2 - esrap: 1.4.9 + esrap: 2.1.0 is-reference: 3.0.3 locate-character: 3.0.0 magic-string: 0.30.17 zimmerframe: 1.1.2 - sveltekit-search-params@3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + sveltekit-search-params@3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): dependencies: - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - svelte: 5.33.19 + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + svelte: 5.36.14 transitivePeerDependencies: - supports-color - vite - sveltekit-superforms@1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(zod@3.24.3): + sveltekit-superforms@1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(zod@3.25.76): dependencies: - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) devalue: 4.3.3 klona: 2.0.6 - svelte: 5.33.19 - zod: 3.24.3 + svelte: 5.36.14 + zod: 3.25.76 swap-case@2.0.2: dependencies: @@ -13788,6 +14048,8 @@ snapshots: tailwind-merge@3.0.2: {} + tailwind-merge@3.3.1: {} + tailwind-variants@1.0.0(tailwindcss@3.4.17): dependencies: tailwind-merge: 3.0.2 @@ -13813,11 +14075,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.2 - postcss-import: 15.1.0(postcss@8.5.2) - postcss-js: 4.0.1(postcss@8.5.2) - postcss-load-config: 4.0.2(postcss@8.5.2) - postcss-nested: 6.2.0(postcss@8.5.2) + postcss: 8.5.6 + postcss-import: 15.1.0(postcss@8.5.6) + postcss-js: 4.0.1(postcss@8.5.6) + postcss-load-config: 4.0.2(postcss@8.5.6) + postcss-nested: 6.2.0(postcss@8.5.6) postcss-selector-parser: 6.1.2 resolve: 1.22.10 sucrase: 3.35.0 @@ -13844,24 +14106,24 @@ snapshots: tinyexec@0.3.2: {} + tinyexec@1.0.1: {} + tinyglobby@0.2.14: dependencies: - fdir: 6.4.4(picomatch@4.0.2) - picomatch: 4.0.2 + fdir: 6.4.6(picomatch@4.0.3) + picomatch: 4.0.3 - tinypool@1.1.0: {} + tinypool@1.1.1: {} tinyrainbow@2.0.0: {} - tinyspy@3.0.2: {} - tinyspy@4.0.3: {} title-case@3.0.3: dependencies: tslib: 2.8.1 - tlds@1.255.0: {} + tlds@1.259.0: {} tldts-core@6.1.86: {} @@ -13912,14 +14174,16 @@ snapshots: dependencies: typescript: 5.7.3 + ts-api-utils@2.1.0(typescript@5.8.3): + dependencies: + typescript: 5.8.3 + ts-dedent@2.2.0: {} ts-interface-checker@0.1.13: {} ts-log@2.2.7: {} - tslib@1.14.1: {} - tslib@2.6.3: {} tslib@2.8.1: {} @@ -13953,12 +14217,12 @@ snapshots: type-fest@2.19.0: {} - type-fest@4.34.1: {} - - type-fest@4.40.1: {} + type-fest@4.41.0: {} typescript@5.7.3: {} + typescript@5.8.3: {} + ua-parser-js@1.0.40: {} uc.micro@2.1.0: {} @@ -13969,10 +14233,7 @@ snapshots: unc-path-regex@0.1.2: {} - undici-types@6.19.8: {} - - undici-types@6.21.0: - optional: true + undici-types@6.21.0: {} undici@5.29.0: dependencies: @@ -14024,11 +14285,9 @@ snapshots: acorn: 8.15.0 webpack-virtual-modules: 0.6.2 - unraw@3.0.0: {} - - update-browserslist-db@1.1.3(browserslist@4.24.4): + update-browserslist-db@1.1.3(browserslist@4.25.1): dependencies: - browserslist: 4.24.4 + browserslist: 4.25.1 escalade: 3.2.0 picocolors: 1.1.1 @@ -14051,7 +14310,7 @@ snapshots: querystringify: 2.2.0 requires-port: 1.0.0 - urlpattern-polyfill@10.0.0: {} + urlpattern-polyfill@10.1.0: {} util-deprecate@1.0.2: {} @@ -14059,11 +14318,11 @@ snapshots: valid-data-url@3.0.1: {} - vaul-svelte@1.0.0-next.6(svelte@5.33.19): + vaul-svelte@1.0.0-next.6(svelte@5.36.14): dependencies: - runed: 0.23.4(svelte@5.33.19) - svelte: 5.33.19 - svelte-toolbelt: 0.7.1(svelte@5.33.19) + runed: 0.23.4(svelte@5.36.14) + svelte: 5.36.14 + svelte-toolbelt: 0.7.1(svelte@5.36.14) vfile-message@4.0.2: dependencies: @@ -14075,19 +14334,40 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - virtua@0.41.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.33.19): + virtua@0.41.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.36.14): optionalDependencies: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - svelte: 5.33.19 + svelte: 5.36.14 + + vite-node@3.2.3(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0): + dependencies: + cac: 6.7.14 + debug: 4.4.1 + es-module-lexer: 1.7.0 + pathe: 2.0.3 + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + transitivePeerDependencies: + - '@types/node' + - jiti + - less + - lightningcss + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + - tsx + - yaml - vite-node@3.2.3(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1): + vite-node@3.2.4(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0): dependencies: cac: 6.7.14 debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: - '@types/node' - jiti @@ -14102,89 +14382,150 @@ snapshots: - tsx - yaml - vite-plugin-graphql-codegen@3.5.0(@graphql-codegen/cli@5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vite-plugin-graphql-codegen@3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): dependencies: - '@graphql-codegen/cli': 5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/cli': 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) graphql: 16.11.0 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vite-plugin-webfont-dl@3.10.4(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vite-plugin-webfont-dl@3.11.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): dependencies: - axios: 1.7.9 + axios: 1.11.0(debug@4.4.1) clean-css: 5.3.3 - flat-cache: 6.1.7 + flat-cache: 6.1.12 picocolors: 1.1.1 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: - debug - vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1): + vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0): dependencies: esbuild: 0.24.2 postcss: 8.5.2 - rollup: 4.40.1 + rollup: 4.45.1 optionalDependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 fsevents: 2.3.3 - jiti: 2.4.2 - yaml: 2.7.1 + jiti: 2.5.0 + yaml: 2.8.0 - vite@6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1): + vite@6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0): dependencies: esbuild: 0.24.2 postcss: 8.5.2 - rollup: 4.40.1 + rollup: 4.45.1 optionalDependencies: '@types/node': 22.15.3 fsevents: 2.3.3 - jiti: 2.4.2 - yaml: 2.7.1 + jiti: 2.5.0 + yaml: 2.8.0 + + vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0): + dependencies: + esbuild: 0.25.8 + fdir: 6.4.6(picomatch@4.0.3) + picomatch: 4.0.3 + postcss: 8.5.6 + rollup: 4.45.1 + tinyglobby: 0.2.14 + optionalDependencies: + '@types/node': 20.19.9 + fsevents: 2.3.3 + jiti: 2.5.0 + yaml: 2.8.0 + + vitefu@0.2.5(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): + optionalDependencies: + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vitefu@0.2.5(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vitefu@1.1.1(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): optionalDependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vitefu@1.0.6(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vitefu@1.1.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): optionalDependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vitest-browser-svelte@0.1.0(@vitest/browser@3.2.3)(svelte@5.33.19)(vitest@3.2.3): + vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.4): dependencies: - '@vitest/browser': 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) - svelte: 5.33.19 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + svelte: 5.36.14 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) - vitest@3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1): + vitest@3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.3 - '@vitest/mocker': 3.2.3(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@vitest/pretty-format': 3.2.3 + '@vitest/mocker': 3.2.3(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.3 '@vitest/snapshot': 3.2.3 '@vitest/spy': 3.2.3 '@vitest/utils': 3.2.3 - chai: 5.2.0 + chai: 5.2.1 + debug: 4.4.1 + expect-type: 1.2.2 + magic-string: 0.30.17 + pathe: 2.0.3 + picomatch: 4.0.3 + std-env: 3.9.0 + tinybench: 2.9.0 + tinyexec: 0.3.2 + tinyglobby: 0.2.14 + tinypool: 1.1.1 + tinyrainbow: 2.0.0 + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite-node: 3.2.3(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + why-is-node-running: 2.3.0 + optionalDependencies: + '@types/debug': 4.1.12 + '@types/node': 20.19.9 + happy-dom: 17.1.0 + jsdom: 26.1.0 + transitivePeerDependencies: + - jiti + - less + - lightningcss + - msw + - sass + - sass-embedded + - stylus + - sugarss + - supports-color + - terser + - tsx + - yaml + + vitest@3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0): + dependencies: + '@types/chai': 5.2.2 + '@vitest/expect': 3.2.4 + '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@vitest/pretty-format': 3.2.4 + '@vitest/runner': 3.2.4 + '@vitest/snapshot': 3.2.4 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 + chai: 5.2.1 debug: 4.4.1 - expect-type: 1.2.1 + expect-type: 1.2.2 magic-string: 0.30.17 pathe: 2.0.3 - picomatch: 4.0.2 + picomatch: 4.0.3 std-env: 3.9.0 tinybench: 2.9.0 tinyexec: 0.3.2 tinyglobby: 0.2.14 - tinypool: 1.1.0 + tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) - vite-node: 3.2.3(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite-node: 3.2.4(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 - '@types/node': 20.17.32 - '@vitest/browser': 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) - '@vitest/ui': 3.2.3(vitest@3.2.3) + '@types/node': 20.19.9 + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + '@vitest/ui': 3.2.4(vitest@3.2.4) happy-dom: 17.1.0 jsdom: 26.1.0 transitivePeerDependencies: @@ -14207,7 +14548,7 @@ snapshots: dependencies: xml-name-validator: 5.0.0 - wavesurfer.js@7.10.0: {} + wavesurfer.js@7.10.1: {} wcwidth@1.0.1: dependencies: @@ -14316,9 +14657,7 @@ snapshots: ws@7.5.10: {} - ws@8.18.1: {} - - ws@8.18.2: {} + ws@8.18.3: {} xml-name-validator@5.0.0: {} @@ -14338,7 +14677,7 @@ snapshots: yaml@1.10.2: {} - yaml@2.7.1: {} + yaml@2.8.0: {} yargs-parser@20.2.9: {} @@ -14358,9 +14697,9 @@ snapshots: zimmerframe@1.1.2: {} - zod@3.24.3: {} + zod@3.25.76: {} - zone.js@0.15.0: {} + zone.js@0.15.1: {} zwitch@2.0.4: {} diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index fbafc8dc6c..9ea40ccb6c 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -1,28 +1,28 @@ packages: - - 'https-proxy' - - 'viewer' + - https-proxy + - viewer catalog: - vite: ^6.0.3 - svelte: ~5.33.19 - svelte-check: ^4.1.4 + vite: ^6.3.5 + svelte: ^5.36.14 + svelte-check: ^4.3.0 svelte-preprocess: ^6.0.3 - "@sveltejs/vite-plugin-svelte": ^5.0.3 - postcss: ^8.4.49 - typescript: ^5.3.3 - tslib: ^2.6.2 + '@sveltejs/vite-plugin-svelte': ^5.1.1 + postcss: ^8.5.6 + typescript: ^5.8.3 + tslib: ^2.8.1 tailwindcss: ^3.4.17 - eslint: ^9.29.0 - vitest: ^3.2.3 - "@vitest/ui": ^3.2.3 - "@vitest/browser": ^3.2.3 + eslint: ^9.31.0 + vitest: ^3.2.4 + '@vitest/ui': ^3.2.4 + '@vitest/browser': ^3.2.4 svelte-exmarkdown: ^4.0.3 - "@typescript-eslint/eslint-plugin": ^8.24.0 - "@typescript-eslint/parser": ^8.24.0 - "eslint-plugin-svelte": 2.46.1 - "svelte-eslint-parser": ^1.0.0-next.0 - "@stylistic/eslint-plugin": ^2.12.1 - "@vitejs/plugin-basic-ssl": ^1.2.0 - playwright: ^1.52.0 - "@playwright/test": ^1.52.0 + '@typescript-eslint/eslint-plugin': ^8.38.0 + '@typescript-eslint/parser': ^8.38.0 + eslint-plugin-svelte: ^2.46.1 + svelte-eslint-parser: ^1.3.0 + '@stylistic/eslint-plugin': ^2.13.0 + '@vitejs/plugin-basic-ssl': ^1.2.0 + playwright: ^1.54.1 + '@playwright/test': ^1.54.1 runed: ^0.27.0 diff --git a/frontend/viewer/package.json b/frontend/viewer/package.json index 234526a818..fa0fd973c4 100644 --- a/frontend/viewer/package.json +++ b/frontend/viewer/package.json @@ -31,26 +31,26 @@ "build-storybook": "storybook build" }, "devDependencies": { - "@argos-ci/playwright": "^5.0.4", - "@chromatic-com/storybook": "^4", + "@argos-ci/playwright": "^5.0.8", + "@chromatic-com/storybook": "^4.0.1", "@egoist/tailwindcss-icons": "^1.9.0", - "@iconify-json/mdi": "^1.1.66", - "@lingui/cli": "^5.2.0", - "@lingui/format-json": "^5.2.0", - "@lingui/vite-plugin": "^5.2.0", + "@iconify-json/mdi": "^1.2.3", + "@lingui/cli": "^5.3.3", + "@lingui/format-json": "^5.3.3", + "@lingui/vite-plugin": "^5.3.3", "@mdi/js": "^7.4.47", "@playwright/test": "catalog:", - "@storybook/addon-a11y": "^9.0.8", - "@storybook/addon-docs": "^9.0.8", - "@storybook/addon-svelte-csf": "^5.0.3", - "@storybook/addon-vitest": "^9.0.8", - "@storybook/svelte-vite": "^9.0.8", + "@storybook/addon-a11y": "^9.0.18", + "@storybook/addon-docs": "^9.0.18", + "@storybook/addon-svelte-csf": "^5.0.7", + "@storybook/addon-vitest": "^9.0.18", + "@storybook/svelte-vite": "^9.0.18", "@stylistic/eslint-plugin": "catalog:", "@sveltejs/vite-plugin-svelte": "catalog:", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.16", "@tsconfig/svelte": "^5.0.4", - "@types/node": "^20", + "@types/node": "^20.19.9", "@typescript-eslint/eslint-plugin": "catalog:", "@typescript-eslint/parser": "catalog:", "@vitest/browser": "catalog:", @@ -59,55 +59,55 @@ "bits-ui": "2.8.11", "clsx": "^2.1.1", "eslint": "catalog:", - "eslint-plugin-storybook": "^9.0.8", + "eslint-plugin-storybook": "^9.0.18", "eslint-plugin-svelte": "catalog:", - "mode-watcher": "^1.0.7", + "mode-watcher": "^1.1.0", "paneforge": "1.0.0-next.4", "playwright": "catalog:", - "storybook": "^9.0.8", + "storybook": "^9.0.18", "svelte": "catalog:", "svelte-check": "catalog:", "svelte-eslint-parser": "catalog:", "svelte-sonner": "^1.0.5", - "tailwind-merge": "^3.0.2", + "tailwind-merge": "^3.3.1", "tailwind-variants": "^1.0.0", "tailwindcss": "catalog:", "tailwindcss-animate": "^1.0.7", "tslib": "catalog:", - "tw-colors": "^3.3.1", + "tw-colors": "^3.3.2", "typescript": "catalog:", "vaul-svelte": "1.0.0-next.6", "vite": "catalog:", - "vite-plugin-webfont-dl": "^3.10.4", + "vite-plugin-webfont-dl": "^3.11.1", "vitest": "catalog:", "vitest-browser-svelte": "^0.1.0" }, "dependencies": { "@formatjs/intl-durationformat": "^0.7.4", - "@lingui/core": "^5.2.0", + "@lingui/core": "^5.3.3", "@microsoft/dotnet-js-interop": "^8.0.0", - "@microsoft/signalr": "^8.0.0", - "autoprefixer": "^10.4.19", + "@microsoft/signalr": "^8.0.7", + "autoprefixer": "^10.4.21", "fast-json-patch": "^3.1.1", "jsdom": "^26.1.0", "just-throttle": "^4.2.0", "postcss": "catalog:", - "prosemirror-commands": "^1.7.0", + "prosemirror-commands": "^1.7.1", "prosemirror-history": "^1.4.1", - "prosemirror-keymap": "^1.2.2", - "prosemirror-model": "^1.25.0", + "prosemirror-keymap": "^1.2.3", + "prosemirror-model": "^1.25.2", "prosemirror-state": "^1.4.3", - "prosemirror-view": "^1.38.1", + "prosemirror-view": "^1.40.1", "runed": "catalog:", - "svelte-dnd-action": "^0.9.57", + "svelte-dnd-action": "^0.9.64", "svelte-exmarkdown": "catalog:", "svelte-i18n-lingui": "^0.2.2", "svelte-preprocess": "catalog:", - "svelte-routing": "^2.12.0", + "svelte-routing": "^2.13.0", "svelte-ux": "^0.76.0", "tabbable": "^6.2.0", - "type-fest": "^4.18.2", - "virtua": "^0.41.2", - "wavesurfer.js": "^7.9.9" + "type-fest": "^4.41.0", + "virtua": "^0.41.5", + "wavesurfer.js": "^7.10.1" } } From 45d50bba12fc34dc70e85a5127aa8c238417e0d0 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Thu, 24 Jul 2025 14:49:05 +0700 Subject: [PATCH 02/12] Update eslint-plugin-svelte to v3 Also requires updating eslint.config.js to eslint's new config format, which means we can get rid of the @eslint/eslintrc requirement. Many new lint errors in this commit, due to new lint rules that we don't have ignored yet. --- frontend/eslint.config.js | 49 ++- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 561 +++++++++++++++---------------- frontend/pnpm-workspace.yaml | 3 +- frontend/viewer/eslint.config.js | 49 ++- frontend/viewer/package.json | 2 +- 6 files changed, 330 insertions(+), 336 deletions(-) diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index dffae623f2..20decc3ca4 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -1,4 +1,3 @@ -import {FlatCompat} from '@eslint/eslintrc'; import {fileURLToPath} from 'url'; import globals from 'globals'; import js from '@eslint/js'; @@ -6,13 +5,13 @@ import path from 'path'; import svelteParser from 'svelte-eslint-parser'; import tsParser from '@typescript-eslint/parser'; import svelteConfig from './svelte.config.js'; +import typescript from 'typescript-eslint'; +import stylistic from '@stylistic/eslint-plugin'; +import svelte from 'eslint-plugin-svelte'; // mimic CommonJS variables const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); -const compat = new FlatCompat({ - baseDirectory: __dirname -}); export default [ { @@ -27,28 +26,26 @@ export default [ ], }, js.configs.recommended, - // TypeScript and Svelte plugins don't seem to support the new config format yet - // So, using backwards compatibility util: https://eslint.org/blog/2022/08/new-config-system-part-2/#backwards-compatibility-utility - ...compat.config({ - plugins: ['@typescript-eslint', '@stylistic'], - extends: ['plugin:@typescript-eslint/recommended', 'plugin:@typescript-eslint/recommended-requiring-type-checking'], - overrides: [ - { - files: ['*.svelte'], - rules: { - // The Svelte plugin doesn't seem to have typing quite figured out - '@typescript-eslint/no-unsafe-assignment': 'off', - '@typescript-eslint/no-unsafe-member-access': 'off', - '@typescript-eslint/no-unsafe-call': 'off', - '@typescript-eslint/no-unsafe-return': 'off', - '@typescript-eslint/no-unsafe-argument': 'off', - }, - } - ] - }), - ...compat.config({ - extends: ['plugin:svelte/recommended'], - }), + { + plugins: { + // '@typescript-eslint': typescript, // Included in ...typescript.configs.recommended + '@stylistic': stylistic, + }, + }, + ...typescript.configs.recommended, + ...typescript.configs.recommendedTypeChecked, + { + files: ['**/*.svelte'], + rules: { + // The Svelte plugin doesn't seem to have typing quite figured out + '@typescript-eslint/no-unsafe-assignment': 'off', + '@typescript-eslint/no-unsafe-member-access': 'off', + '@typescript-eslint/no-unsafe-call': 'off', + '@typescript-eslint/no-unsafe-return': 'off', + '@typescript-eslint/no-unsafe-argument': 'off', + }, + }, + ...svelte.configs.recommended, { rules: { // https://typescript-eslint.io/rules/ diff --git a/frontend/package.json b/frontend/package.json index 9d61f61a64..a8b302155b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,6 @@ "devDependencies": { "@dotenvx/dotenvx": "^0.37.1", "@egoist/tailwindcss-icons": "^1.9.0", - "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.31.0", "@graphql-codegen/cli": "^5.0.7", "@graphql-codegen/client-preset": "^4.8.3", @@ -74,6 +73,7 @@ "tslib": "catalog:", "type-fest": "^4.41.0", "typescript": "catalog:", + "typescript-eslint": "catalog:", "vite": "catalog:", "vite-plugin-graphql-codegen": "^3.6.3", "vitest": "catalog:", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index a4451cf6ff..c4e4e41fbf 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -17,7 +17,7 @@ catalogs: version: 5.0.3 '@typescript-eslint/eslint-plugin': specifier: ^8.38.0 - version: 8.24.0 + version: 8.38.0 '@typescript-eslint/parser': specifier: ^8.38.0 version: 8.24.0 @@ -34,8 +34,8 @@ catalogs: specifier: ^9.31.0 version: 9.29.0 eslint-plugin-svelte: - specifier: ^2.46.1 - version: 2.46.1 + specifier: ^3.11.0 + version: 3.11.0 playwright: specifier: ^1.54.1 version: 1.54.1 @@ -69,6 +69,9 @@ catalogs: typescript: specifier: ^5.8.3 version: 5.7.3 + typescript-eslint: + specifier: ^8.38.0 + version: 8.38.0 vite: specifier: ^6.3.5 version: 6.1.0 @@ -124,7 +127,7 @@ importers: version: 2.4.10 '@vitejs/plugin-basic-ssl': specifier: 'catalog:' - version: 1.2.0(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 1.2.0(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) css-tree: specifier: ^2.3.1 version: 2.3.1 @@ -157,7 +160,7 @@ importers: version: 0.12.3(@babel/core@7.28.0)(svelte@5.36.14) sveltekit-search-params: specifier: ^3.0.0 - version: 3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) tus-js-client: specifier: ^4.3.1 version: 4.3.1 @@ -168,15 +171,12 @@ importers: '@egoist/tailwindcss-icons': specifier: ^1.9.0 version: 1.9.0(tailwindcss@3.4.17) - '@eslint/eslintrc': - specifier: ^3.3.1 - version: 3.3.1 '@eslint/js': specifier: ^9.31.0 version: 9.31.0 '@graphql-codegen/cli': specifier: ^5.0.7 - version: 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) + version: 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3) '@graphql-codegen/client-preset': specifier: ^4.8.3 version: 4.8.3(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) @@ -194,19 +194,19 @@ importers: version: 1.2.3 '@playwright/test': specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 '@stylistic/eslint-plugin': specifier: 'catalog:' - version: 2.13.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + version: 2.13.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@sveltejs/adapter-node': specifier: ^5.2.13 - version: 5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))) + version: 5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))) '@sveltejs/kit': specifier: 2.20.7 - version: 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@sveltejs/vite-plugin-svelte': specifier: 'catalog:' - version: 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@tailwindcss/typography': specifier: ^0.5.16 version: 0.5.16(tailwindcss@3.4.17) @@ -221,10 +221,10 @@ importers: version: 4.4.5 '@typescript-eslint/eslint-plugin': specifier: 'catalog:' - version: 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3))(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + version: 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + version: 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@urql/core': specifier: ^5.2.0 version: 5.2.0(graphql@16.11.0) @@ -239,16 +239,16 @@ importers: version: 4.2.3(@urql/core@5.2.0(graphql@16.11.0))(svelte@5.36.14) autoprefixer: specifier: ^10.4.21 - version: 10.4.21(postcss@8.5.2) + version: 10.4.21(postcss@8.5.6) daisyui: specifier: ^4.12.24 - version: 4.12.24(postcss@8.5.2) + version: 4.12.24(postcss@8.5.6) eslint: specifier: 'catalog:' - version: 9.29.0(jiti@2.5.0) + version: 9.31.0(jiti@2.5.0) eslint-plugin-svelte: specifier: 'catalog:' - version: 2.46.1(eslint@9.29.0(jiti@2.5.0))(svelte@5.36.14) + version: 3.11.0(eslint@9.31.0(jiti@2.5.0))(svelte@5.36.14) globals: specifier: ^13.24.0 version: 13.24.0 @@ -263,7 +263,7 @@ importers: version: 4.0.0 postcss: specifier: 'catalog:' - version: 8.5.2 + version: 8.5.6 rimraf: specifier: ^5.0.10 version: 5.0.10 @@ -272,19 +272,19 @@ importers: version: 5.36.14 svelte-check: specifier: 'catalog:' - version: 4.1.4(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.7.3) + version: 4.3.0(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.8.3) svelte-eslint-parser: specifier: 'catalog:' - version: 1.0.0-next.13(svelte@5.36.14) + version: 1.3.0(svelte@5.36.14) svelte-preprocess: specifier: 'catalog:' - version: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14)(typescript@5.7.3) + version: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14)(typescript@5.8.3) svelte-turnstile: specifier: ^0.9.0 version: 0.9.0(svelte@5.36.14) sveltekit-superforms: specifier: ^1.13.4 - version: 1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(zod@3.25.76) + version: 1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(zod@3.25.76) tailwindcss: specifier: 'catalog:' version: 3.4.17 @@ -296,16 +296,19 @@ importers: version: 4.41.0 typescript: specifier: 'catalog:' - version: 5.7.3 + version: 5.8.3 + typescript-eslint: + specifier: 'catalog:' + version: 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) vite: specifier: 'catalog:' - version: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + version: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) vite-plugin-graphql-codegen: specifier: ^3.6.3 - version: 3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3))(graphql@16.11.0)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) vitest: specifier: 'catalog:' - version: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) zod: specifier: ^3.25.76 version: 3.25.76 @@ -332,7 +335,7 @@ importers: version: 0.7.4 '@lingui/core': specifier: ^5.3.3 - version: 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + version: 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@microsoft/dotnet-js-interop': specifier: ^8.0.0 version: 8.0.0 @@ -341,7 +344,7 @@ importers: version: 8.0.7 autoprefixer: specifier: ^10.4.21 - version: 10.4.21(postcss@8.5.6) + version: 10.4.21(postcss@8.5.2) fast-json-patch: specifier: ^3.1.1 version: 3.1.1 @@ -353,7 +356,7 @@ importers: version: 4.2.0 postcss: specifier: 'catalog:' - version: 8.5.6 + version: 8.5.2 prosemirror-commands: specifier: ^1.7.1 version: 1.7.1 @@ -383,16 +386,16 @@ importers: version: 4.0.3(svelte@5.36.14) svelte-i18n-lingui: specifier: ^0.2.2 - version: 0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0))(svelte@5.36.14)(typescript@5.8.3) + version: 0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(svelte@5.36.14)(typescript@5.7.3) svelte-preprocess: specifier: 'catalog:' - version: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14)(typescript@5.8.3) + version: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14)(typescript@5.7.3) svelte-routing: specifier: ^2.13.0 version: 2.13.0 svelte-ux: specifier: ^0.76.0 - version: 0.76.0(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14) + version: 0.76.0(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14) tabbable: specifier: ^6.2.0 version: 6.2.0 @@ -420,19 +423,19 @@ importers: version: 1.2.3 '@lingui/cli': specifier: ^5.3.3 - version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3) '@lingui/format-json': specifier: ^5.3.3 - version: 5.3.3(typescript@5.8.3) + version: 5.3.3(typescript@5.7.3) '@lingui/vite-plugin': specifier: ^5.3.3 - version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@mdi/js': specifier: ^7.4.47 version: 7.4.47 '@playwright/test': specifier: 'catalog:' - version: 1.54.1 + version: 1.52.0 '@storybook/addon-a11y': specifier: ^9.0.18 version: 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) @@ -441,19 +444,19 @@ importers: version: 9.0.18(@types/react@19.1.6)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) '@storybook/addon-svelte-csf': specifier: ^5.0.7 - version: 5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14))(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14))(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@storybook/addon-vitest': specifier: ^9.0.18 - version: 9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.4) + version: 9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.3) '@storybook/svelte-vite': specifier: ^9.0.18 - version: 9.0.18(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 9.0.18(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@stylistic/eslint-plugin': specifier: 'catalog:' - version: 2.13.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + version: 2.13.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@sveltejs/vite-plugin-svelte': specifier: 'catalog:' - version: 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@tailwindcss/container-queries': specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.17) @@ -466,18 +469,15 @@ importers: '@types/node': specifier: ^20.19.9 version: 20.19.9 - '@typescript-eslint/eslint-plugin': - specifier: 'catalog:' - version: 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + version: 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@vitest/browser': specifier: 'catalog:' - version: 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + version: 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) '@vitest/ui': specifier: 'catalog:' - version: 3.2.4(vitest@3.2.4) + version: 3.2.4(vitest@3.2.3) bits-ui: specifier: 2.8.11 version: 2.8.11(@internationalized/date@3.8.1)(svelte@5.36.14) @@ -486,13 +486,13 @@ importers: version: 2.1.1 eslint: specifier: 'catalog:' - version: 9.31.0(jiti@2.5.0) + version: 9.29.0(jiti@2.5.0) eslint-plugin-storybook: specifier: ^9.0.18 - version: 9.0.18(eslint@9.31.0(jiti@2.5.0))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3) + version: 9.0.18(eslint@9.29.0(jiti@2.5.0))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.7.3) eslint-plugin-svelte: specifier: 'catalog:' - version: 2.46.1(eslint@9.31.0(jiti@2.5.0))(svelte@5.36.14) + version: 3.11.0(eslint@9.29.0(jiti@2.5.0))(svelte@5.36.14) mode-watcher: specifier: ^1.1.0 version: 1.1.0(svelte@5.36.14) @@ -510,10 +510,10 @@ importers: version: 5.36.14 svelte-check: specifier: 'catalog:' - version: 4.3.0(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.8.3) + version: 4.1.4(picomatch@4.0.3)(svelte@5.36.14)(typescript@5.7.3) svelte-eslint-parser: specifier: 'catalog:' - version: 1.3.0(svelte@5.36.14) + version: 1.0.0-next.13(svelte@5.36.14) svelte-sonner: specifier: ^1.0.5 version: 1.0.5(svelte@5.36.14) @@ -537,22 +537,25 @@ importers: version: 3.3.2(tailwindcss@3.4.17) typescript: specifier: 'catalog:' - version: 5.8.3 + version: 5.7.3 + typescript-eslint: + specifier: 'catalog:' + version: 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) vaul-svelte: specifier: 1.0.0-next.6 version: 1.0.0-next.6(svelte@5.36.14) vite: specifier: 'catalog:' - version: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + version: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) vite-plugin-webfont-dl: specifier: ^3.11.1 - version: 3.11.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + version: 3.11.1(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) vitest: specifier: 'catalog:' - version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + version: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) vitest-browser-svelte: specifier: ^0.1.0 - version: 0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.4) + version: 0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.3) packages: @@ -2868,14 +2871,6 @@ packages: '@types/zxcvbn@4.4.5': resolution: {integrity: sha512-FZJgC5Bxuqg7Rhsm/bx6gAruHHhDQ55r+s0JhDh8CQ16fD7NsJJ+p8YMMQDhSQoIrSmjpqqYWA96oQVMNkjRyA==} - '@typescript-eslint/eslint-plugin@8.24.0': - resolution: {integrity: sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 - eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/eslint-plugin@8.38.0': resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2918,13 +2913,6 @@ packages: peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/type-utils@8.24.0': - resolution: {integrity: sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/type-utils@8.38.0': resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2952,13 +2940,6 @@ packages: peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/utils@8.24.0': - resolution: {integrity: sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.38.0': resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3940,12 +3921,6 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-compat-utils@0.5.1: - resolution: {integrity: sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=6.0.0' - eslint-plugin-storybook@9.0.18: resolution: {integrity: sha512-f2FnWjTQkM9kYtbpChVuEo8F04QATBiuxYUdSBR58lWb3NprPKBfmRZC1dTA5NVeLY6geXduDLIPXefwXFz6Ag==} engines: {node: '>=20.0.0'} @@ -3953,20 +3928,16 @@ packages: eslint: '>=8' storybook: ^9.0.18 - eslint-plugin-svelte@2.46.1: - resolution: {integrity: sha512-7xYr2o4NID/f9OEYMqxsEQsCsj4KaMy4q5sANaKkAb6/QeCjYFxRmDm2S3YC3A3pl1kyPZ/syOx/i7LcWYSbIw==} - engines: {node: ^14.17.0 || >=16.0.0} + eslint-plugin-svelte@3.11.0: + resolution: {integrity: sha512-KliWlkieHyEa65aQIkRwUFfHzT5Cn4u3BQQsu3KlkJOs7c1u7ryn84EWaOjEzilbKgttT4OfBURA8Uc4JBSQIw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0-0 || ^9.0.0-0 + eslint: ^8.57.1 || ^9.0.0 svelte: ^3.37.0 || ^4.0.0 || ^5.0.0 peerDependenciesMeta: svelte: optional: true - eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint-scope@8.4.0: resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -4006,10 +3977,6 @@ packages: resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -4268,6 +4235,10 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} + globals@16.3.0: + resolution: {integrity: sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==} + engines: {node: '>=18'} + globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} @@ -4711,8 +4682,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - known-css-properties@0.35.0: - resolution: {integrity: sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==} + known-css-properties@0.37.0: + resolution: {integrity: sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==} kolorist@1.8.0: resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} @@ -5562,11 +5533,11 @@ packages: peerDependencies: postcss: ^8.2.14 - postcss-safe-parser@6.0.0: - resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} - engines: {node: '>=12.0'} + postcss-safe-parser@7.0.1: + resolution: {integrity: sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==} + engines: {node: '>=18.0'} peerDependencies: - postcss: ^8.3.3 + postcss: ^8.4.31 postcss-scss@4.0.9: resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==} @@ -6120,15 +6091,6 @@ packages: peerDependencies: svelte: '>=3.23.0 || ^5.0.0-next.0' - svelte-eslint-parser@0.43.0: - resolution: {integrity: sha512-GpU52uPKKcVnh8tKN5P4UZpJ/fUDndmq7wfsvoVXsyP+aY0anol7Yqo01fyrlaWGMFfm4av5DyrjlaXdLRJvGA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - svelte: ^3.37.0 || ^4.0.0 || ^5.0.0 - peerDependenciesMeta: - svelte: - optional: true - svelte-eslint-parser@1.0.0-next.13: resolution: {integrity: sha512-ZcxpplZNwh0ORcn9Lxwj0+3RhcrkSGgM6s1LKijsFCRMNjy2racIPC/OlmYL1R81Xu0/SPMEMvei0e2xfJi6IQ==} engines: {node: ^18.20.4 || ^20.18.0 || >=22.10.0} @@ -6457,6 +6419,13 @@ packages: resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} engines: {node: '>=16'} + typescript-eslint@8.38.0: + resolution: {integrity: sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.9.0' + typescript@5.7.3: resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} engines: {node: '>=14.17'} @@ -7516,7 +7485,7 @@ snapshots: graphql: 16.11.0 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3)': + '@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3)': dependencies: '@babel/generator': 7.28.0 '@babel/template': 7.27.2 @@ -7536,11 +7505,11 @@ snapshots: '@graphql-tools/utils': 10.9.1(graphql@16.11.0) '@whatwg-node/fetch': 0.10.9 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.7.3) + cosmiconfig: 8.3.6(typescript@5.8.3) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.11.0 - graphql-config: 5.1.5(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.7.3) + graphql-config: 5.1.5(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.8.3) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.7 @@ -8165,13 +8134,13 @@ snapshots: '@lingui/babel-plugin-extract-messages@5.3.3': {} - '@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)': + '@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3)': dependencies: '@babel/core': 7.28.0 '@babel/runtime': 7.27.6 '@babel/types': 7.28.1 - '@lingui/conf': 5.3.3(typescript@5.8.3) - '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + '@lingui/conf': 5.3.3(typescript@5.7.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) '@lingui/message-utils': 5.3.3 optionalDependencies: babel-plugin-macros: 3.1.0 @@ -8179,7 +8148,7 @@ snapshots: - supports-color - typescript - '@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)': + '@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3)': dependencies: '@babel/core': 7.28.0 '@babel/generator': 7.28.0 @@ -8187,10 +8156,10 @@ snapshots: '@babel/runtime': 7.27.6 '@babel/types': 7.28.1 '@lingui/babel-plugin-extract-messages': 5.3.3 - '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) - '@lingui/conf': 5.3.3(typescript@5.8.3) - '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) - '@lingui/format-po': 5.3.3(typescript@5.8.3) + '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3) + '@lingui/conf': 5.3.3(typescript@5.7.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) + '@lingui/format-po': 5.3.3(typescript@5.7.3) '@lingui/message-utils': 5.3.3 chokidar: 3.5.1 cli-table: 0.3.11 @@ -8211,33 +8180,33 @@ snapshots: - supports-color - typescript - '@lingui/conf@5.3.3(typescript@5.8.3)': + '@lingui/conf@5.3.3(typescript@5.7.3)': dependencies: '@babel/runtime': 7.27.6 - cosmiconfig: 8.3.6(typescript@5.8.3) + cosmiconfig: 8.3.6(typescript@5.7.3) jest-validate: 29.7.0 jiti: 1.21.7 picocolors: 1.1.1 transitivePeerDependencies: - typescript - '@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0)': + '@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)': dependencies: '@babel/runtime': 7.27.6 '@lingui/message-utils': 5.3.3 optionalDependencies: - '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3) babel-plugin-macros: 3.1.0 - '@lingui/format-json@5.3.3(typescript@5.8.3)': + '@lingui/format-json@5.3.3(typescript@5.7.3)': dependencies: - '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/conf': 5.3.3(typescript@5.7.3) transitivePeerDependencies: - typescript - '@lingui/format-po@5.3.3(typescript@5.8.3)': + '@lingui/format-po@5.3.3(typescript@5.7.3)': dependencies: - '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/conf': 5.3.3(typescript@5.7.3) '@lingui/message-utils': 5.3.3 date-fns: 3.6.0 pofile: 1.1.4 @@ -8249,11 +8218,11 @@ snapshots: '@messageformat/parser': 5.1.1 js-sha256: 0.10.1 - '@lingui/vite-plugin@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + '@lingui/vite-plugin@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) - '@lingui/conf': 5.3.3(typescript@5.8.3) - vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3) + '@lingui/conf': 5.3.3(typescript@5.7.3) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -9340,11 +9309,11 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@storybook/addon-svelte-csf@5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14))(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + '@storybook/addon-svelte-csf@5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14))(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: '@storybook/csf': 0.1.13 '@storybook/svelte': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14) - '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) dedent: 1.6.0(babel-plugin-macros@3.1.0) es-toolkit: 1.39.7 esrap: 1.4.9 @@ -9352,12 +9321,12 @@ snapshots: storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) svelte: 5.36.14 svelte-ast-print: 0.4.2(svelte@5.36.14) - vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) zimmerframe: 1.1.2 transitivePeerDependencies: - babel-plugin-macros - '@storybook/addon-vitest@9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.4)': + '@storybook/addon-vitest@9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.3)': dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -9365,19 +9334,19 @@ snapshots: storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 optionalDependencies: - '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) '@vitest/runner': 3.2.4 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) transitivePeerDependencies: - react - react-dom - '@storybook/builder-vite@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + '@storybook/builder-vite@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: '@storybook/csf-plugin': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 - vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) '@storybook/csf-plugin@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))': dependencies: @@ -9401,17 +9370,17 @@ snapshots: react-dom: 19.1.0(react@19.1.0) storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) - '@storybook/svelte-vite@9.0.18(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + '@storybook/svelte-vite@9.0.18(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@storybook/builder-vite': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@storybook/builder-vite': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@storybook/svelte': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14) - '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) magic-string: 0.30.17 storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) svelte: 5.36.14 - svelte2tsx: 0.7.41(svelte@5.36.14)(typescript@5.8.3) - typescript: 5.8.3 - vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + svelte2tsx: 0.7.41(svelte@5.36.14)(typescript@5.7.3) + typescript: 5.7.3 + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) '@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)': dependencies: @@ -9448,17 +9417,17 @@ snapshots: dependencies: acorn: 8.15.0 - '@sveltejs/adapter-node@5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))': + '@sveltejs/adapter-node@5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))': dependencies: '@rollup/plugin-commonjs': 28.0.6(rollup@4.45.1) '@rollup/plugin-json': 6.1.0(rollup@4.45.1) '@rollup/plugin-node-resolve': 16.0.1(rollup@4.45.1) - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) rollup: 4.45.1 - '@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + '@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@types/cookie': 0.6.0 cookie: 0.6.0 devalue: 5.1.1 @@ -9471,14 +9440,14 @@ snapshots: set-cookie-parser: 2.7.1 sirv: 3.0.1 svelte: 5.36.14 - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) debug: 4.4.1 svelte: 5.36.14 - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color @@ -9500,17 +9469,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + '@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) debug: 4.4.1 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.17 svelte: 5.36.14 svelte-hmr: 0.16.0(svelte@5.36.14) - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vitefu: 0.2.5(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vitefu: 0.2.5(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) transitivePeerDependencies: - supports-color @@ -9804,17 +9773,17 @@ snapshots: '@types/zxcvbn@4.4.5': {} - '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3))(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': + '@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3))(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/type-utils': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) - '@typescript-eslint/visitor-keys': 8.24.0 + '@typescript-eslint/parser': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/type-utils': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.38.0 eslint: 9.29.0(jiti@2.5.0) graphemer: 1.4.0 - ignore: 5.3.2 + ignore: 7.0.5 natural-compare: 1.4.0 ts-api-utils: 2.1.0(typescript@5.7.3) typescript: 5.7.3 @@ -9850,6 +9819,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@typescript-eslint/parser@8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': + dependencies: + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.7.3) + '@typescript-eslint/visitor-keys': 8.38.0 + debug: 4.4.1 + eslint: 9.29.0(jiti@2.5.0) + typescript: 5.7.3 + transitivePeerDependencies: + - supports-color + '@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3)': dependencies: '@typescript-eslint/scope-manager': 8.38.0 @@ -9898,10 +9879,11 @@ snapshots: dependencies: typescript: 5.8.3 - '@typescript-eslint/type-utils@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': + '@typescript-eslint/type-utils@8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.7.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) debug: 4.4.1 eslint: 9.29.0(jiti@2.5.0) ts-api-utils: 2.1.0(typescript@5.7.3) @@ -9971,17 +9953,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': - dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.5.0)) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) - eslint: 9.29.0(jiti@2.5.0) - typescript: 5.7.3 - transitivePeerDependencies: - - supports-color - '@typescript-eslint/utils@8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3)': dependencies: '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.5.0)) @@ -10043,14 +10014,33 @@ snapshots: svelte: 5.36.14 wonka: 6.3.5 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': - dependencies: - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0))': dependencies: vite: 6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0) + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + dependencies: + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + + '@vitest/browser@3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3)': + dependencies: + '@testing-library/dom': 10.4.0 + '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) + '@vitest/mocker': 3.2.4(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@vitest/utils': 3.2.4 + magic-string: 0.30.17 + sirv: 3.0.1 + tinyrainbow: 2.0.0 + vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + ws: 8.18.3 + optionalDependencies: + playwright: 1.54.1 + transitivePeerDependencies: + - bufferutil + - msw + - utf-8-validate + - vite + '@vitest/browser@3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4)': dependencies: '@testing-library/dom': 10.4.0 @@ -10069,6 +10059,7 @@ snapshots: - msw - utf-8-validate - vite + optional: true '@vitest/expect@3.2.3': dependencies: @@ -10094,6 +10085,14 @@ snapshots: optionalDependencies: vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + '@vitest/mocker@3.2.4(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': + dependencies: + '@vitest/spy': 3.2.4 + estree-walker: 3.0.3 + magic-string: 0.30.17 + optionalDependencies: + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: '@vitest/spy': 3.2.4 @@ -10142,6 +10141,17 @@ snapshots: dependencies: tinyspy: 4.0.3 + '@vitest/ui@3.2.4(vitest@3.2.3)': + dependencies: + '@vitest/utils': 3.2.4 + fflate: 0.8.2 + flatted: 3.3.3 + pathe: 2.0.3 + sirv: 3.0.1 + tinyglobby: 0.2.14 + tinyrainbow: 2.0.0 + vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + '@vitest/ui@3.2.4(vitest@3.2.4)': dependencies: '@vitest/utils': 3.2.4 @@ -10152,6 +10162,7 @@ snapshots: tinyglobby: 0.2.14 tinyrainbow: 2.0.0 vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + optional: true '@vitest/utils@3.2.3': dependencies: @@ -10795,12 +10806,12 @@ snapshots: dependencies: d3-array: 3.2.4 - daisyui@4.12.24(postcss@8.5.2): + daisyui@4.12.24(postcss@8.5.6): dependencies: css-selector-tokenizer: 0.8.0 culori: 3.3.0 picocolors: 1.1.1 - postcss-js: 4.0.1(postcss@8.5.2) + postcss-js: 4.0.1(postcss@8.5.6) transitivePeerDependencies: - postcss @@ -11077,68 +11088,51 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.29.0(jiti@2.5.0)): + eslint-plugin-storybook@9.0.18(eslint@9.29.0(jiti@2.5.0))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.7.3): dependencies: + '@typescript-eslint/utils': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) eslint: 9.29.0(jiti@2.5.0) - semver: 7.7.2 - - eslint-compat-utils@0.5.1(eslint@9.31.0(jiti@2.5.0)): - dependencies: - eslint: 9.31.0(jiti@2.5.0) - semver: 7.7.2 - - eslint-plugin-storybook@9.0.18(eslint@9.31.0(jiti@2.5.0))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(typescript@5.8.3): - dependencies: - '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) - eslint: 9.31.0(jiti@2.5.0) storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-svelte@2.46.1(eslint@9.29.0(jiti@2.5.0))(svelte@5.36.14): + eslint-plugin-svelte@3.11.0(eslint@9.29.0(jiti@2.5.0))(svelte@5.36.14): dependencies: '@eslint-community/eslint-utils': 4.7.0(eslint@9.29.0(jiti@2.5.0)) '@jridgewell/sourcemap-codec': 1.5.4 eslint: 9.29.0(jiti@2.5.0) - eslint-compat-utils: 0.5.1(eslint@9.29.0(jiti@2.5.0)) esutils: 2.0.3 - known-css-properties: 0.35.0 + globals: 16.3.0 + known-css-properties: 0.37.0 postcss: 8.5.6 postcss-load-config: 3.1.4(postcss@8.5.6) - postcss-safe-parser: 6.0.0(postcss@8.5.6) - postcss-selector-parser: 6.1.2 + postcss-safe-parser: 7.0.1(postcss@8.5.6) semver: 7.7.2 - svelte-eslint-parser: 0.43.0(svelte@5.36.14) + svelte-eslint-parser: 1.3.0(svelte@5.36.14) optionalDependencies: svelte: 5.36.14 transitivePeerDependencies: - ts-node - eslint-plugin-svelte@2.46.1(eslint@9.31.0(jiti@2.5.0))(svelte@5.36.14): + eslint-plugin-svelte@3.11.0(eslint@9.31.0(jiti@2.5.0))(svelte@5.36.14): dependencies: '@eslint-community/eslint-utils': 4.7.0(eslint@9.31.0(jiti@2.5.0)) '@jridgewell/sourcemap-codec': 1.5.4 eslint: 9.31.0(jiti@2.5.0) - eslint-compat-utils: 0.5.1(eslint@9.31.0(jiti@2.5.0)) esutils: 2.0.3 - known-css-properties: 0.35.0 + globals: 16.3.0 + known-css-properties: 0.37.0 postcss: 8.5.6 postcss-load-config: 3.1.4(postcss@8.5.6) - postcss-safe-parser: 6.0.0(postcss@8.5.6) - postcss-selector-parser: 6.1.2 + postcss-safe-parser: 7.0.1(postcss@8.5.6) semver: 7.7.2 - svelte-eslint-parser: 0.43.0(svelte@5.36.14) + svelte-eslint-parser: 1.3.0(svelte@5.36.14) optionalDependencies: svelte: 5.36.14 transitivePeerDependencies: - ts-node - eslint-scope@7.2.2: - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - eslint-scope@8.4.0: dependencies: esrecurse: 4.3.0 @@ -11240,12 +11234,6 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.15.0) eslint-visitor-keys: 4.2.1 - espree@9.6.1: - dependencies: - acorn: 8.15.0 - acorn-jsx: 5.3.2(acorn@8.15.0) - eslint-visitor-keys: 3.4.3 - esprima@4.0.1: {} esquery@1.6.0: @@ -11520,6 +11508,8 @@ snapshots: globals@15.15.0: {} + globals@16.3.0: {} + globby@11.1.0: dependencies: array-union: 2.1.0 @@ -11537,7 +11527,7 @@ snapshots: graphemer@1.4.0: {} - graphql-config@5.1.5(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.7.3): + graphql-config@5.1.5(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.8.3): dependencies: '@graphql-tools/graphql-file-loader': 8.0.22(graphql@16.11.0) '@graphql-tools/json-file-loader': 8.0.20(graphql@16.11.0) @@ -11545,7 +11535,7 @@ snapshots: '@graphql-tools/merge': 9.1.1(graphql@16.11.0) '@graphql-tools/url-loader': 8.0.33(@types/node@20.19.9)(graphql@16.11.0) '@graphql-tools/utils': 10.9.1(graphql@16.11.0) - cosmiconfig: 8.3.6(typescript@5.7.3) + cosmiconfig: 8.3.6(typescript@5.8.3) graphql: 16.11.0 jiti: 2.5.0 minimatch: 9.0.5 @@ -11970,7 +11960,7 @@ snapshots: klona@2.0.6: {} - known-css-properties@0.35.0: {} + known-css-properties@0.37.0: {} kolorist@1.8.0: {} @@ -13132,11 +13122,6 @@ snapshots: read-cache: 1.0.0 resolve: 1.22.10 - postcss-js@4.0.1(postcss@8.5.2): - dependencies: - camelcase-css: 2.0.1 - postcss: 8.5.2 - postcss-js@4.0.1(postcss@8.5.6): dependencies: camelcase-css: 2.0.1 @@ -13169,7 +13154,7 @@ snapshots: postcss: 8.5.6 postcss-selector-parser: 6.1.2 - postcss-safe-parser@6.0.0(postcss@8.5.6): + postcss-safe-parser@7.0.1(postcss@8.5.6): dependencies: postcss: 8.5.6 @@ -13761,7 +13746,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - sveld@0.22.1(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6): + sveld@0.22.1(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2): dependencies: '@rollup/plugin-node-resolve': 13.3.0(rollup@2.79.2) acorn: 8.15.0 @@ -13770,9 +13755,9 @@ snapshots: rollup: 2.79.2 rollup-plugin-svelte: 7.2.2(rollup@2.79.2)(svelte@4.2.20) svelte: 4.2.20 - svelte-preprocess: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@4.2.20)(typescript@5.8.3) + svelte-preprocess: 6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@4.2.20)(typescript@5.7.3) tinyglobby: 0.2.14 - typescript: 5.8.3 + typescript: 5.7.3 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13818,16 +13803,6 @@ snapshots: dependencies: svelte: 5.36.14 - svelte-eslint-parser@0.43.0(svelte@5.36.14): - dependencies: - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - postcss: 8.5.6 - postcss-scss: 4.0.9(postcss@8.5.6) - optionalDependencies: - svelte: 5.36.14 - svelte-eslint-parser@1.0.0-next.13(svelte@5.36.14): dependencies: eslint-scope: 8.4.0 @@ -13864,11 +13839,11 @@ snapshots: dependencies: svelte: 5.36.14 - svelte-i18n-lingui@0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0))(svelte@5.36.14)(typescript@5.8.3): + svelte-i18n-lingui@0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(svelte@5.36.14)(typescript@5.7.3): dependencies: - '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) - '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) - '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.7.3) estree-walker-ts: 1.1.0 js-sha256: 0.10.1 svelte: 5.36.14 @@ -13888,23 +13863,23 @@ snapshots: - '@babel/core' - svelte - svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14)(typescript@5.7.3): + svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@4.2.20)(typescript@5.7.3): dependencies: - svelte: 5.36.14 + svelte: 4.2.20 optionalDependencies: '@babel/core': 7.28.0 postcss: 8.5.2 postcss-load-config: 4.0.2(postcss@8.5.2) typescript: 5.7.3 - svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@4.2.20)(typescript@5.8.3): + svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14)(typescript@5.7.3): dependencies: - svelte: 4.2.20 + svelte: 5.36.14 optionalDependencies: '@babel/core': 7.28.0 - postcss: 8.5.6 - postcss-load-config: 4.0.2(postcss@8.5.6) - typescript: 5.8.3 + postcss: 8.5.2 + postcss-load-config: 4.0.2(postcss@8.5.2) + typescript: 5.7.3 svelte-preprocess@6.0.3(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14)(typescript@5.8.3): dependencies: @@ -13941,7 +13916,7 @@ snapshots: svelte: 5.36.14 turnstile-types: 1.2.3 - svelte-ux@0.76.0(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.36.14): + svelte-ux@0.76.0(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.36.14): dependencies: '@floating-ui/dom': 1.7.2 '@fortawesome/fontawesome-common-types': 6.7.2 @@ -13957,7 +13932,7 @@ snapshots: prism-svelte: 0.5.0 prism-themes: 1.9.0 prismjs: 1.30.0 - sveld: 0.22.1(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6) + sveld: 0.22.1(@babel/core@7.28.0)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2) svelte: 5.36.14 tailwind-merge: 2.6.0 zod: 3.25.76 @@ -13972,12 +13947,12 @@ snapshots: - stylus - sugarss - svelte2tsx@0.7.41(svelte@5.36.14)(typescript@5.8.3): + svelte2tsx@0.7.41(svelte@5.36.14)(typescript@5.7.3): dependencies: dedent-js: 1.0.1 pascal-case: 3.1.2 svelte: 5.36.14 - typescript: 5.8.3 + typescript: 5.7.3 svelte@4.2.20: dependencies: @@ -14013,18 +13988,18 @@ snapshots: magic-string: 0.30.17 zimmerframe: 1.1.2 - sveltekit-search-params@3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): + sveltekit-search-params@3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): dependencies: - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) - '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) svelte: 5.36.14 transitivePeerDependencies: - supports-color - vite - sveltekit-superforms@1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(zod@3.25.76): + sveltekit-superforms@1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(zod@3.25.76): dependencies: - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(svelte@5.36.14)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) devalue: 4.3.3 klona: 2.0.6 svelte: 5.36.14 @@ -14219,6 +14194,28 @@ snapshots: type-fest@4.41.0: {} + typescript-eslint@8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3): + dependencies: + '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3))(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + '@typescript-eslint/parser': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.7.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) + eslint: 9.29.0(jiti@2.5.0) + typescript: 5.7.3 + transitivePeerDependencies: + - supports-color + + typescript-eslint@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3): + dependencies: + '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + '@typescript-eslint/parser': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) + eslint: 9.31.0(jiti@2.5.0) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + typescript@5.7.3: {} typescript@5.8.3: {} @@ -14382,26 +14379,26 @@ snapshots: - tsx - yaml - vite-plugin-graphql-codegen@3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): + vite-plugin-graphql-codegen@3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3))(graphql@16.11.0)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): dependencies: - '@graphql-codegen/cli': 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) + '@graphql-codegen/cli': 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3) graphql: 16.11.0 - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vite-plugin-webfont-dl@3.11.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): + vite-plugin-webfont-dl@3.11.1(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): dependencies: axios: 1.11.0(debug@4.4.1) clean-css: 5.3.3 flat-cache: 6.1.12 picocolors: 1.1.1 - vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) transitivePeerDependencies: - debug vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0): dependencies: esbuild: 0.24.2 - postcss: 8.5.2 + postcss: 8.5.6 rollup: 4.45.1 optionalDependencies: '@types/node': 20.19.9 @@ -14412,7 +14409,7 @@ snapshots: vite@6.1.0(@types/node@22.15.3)(jiti@2.5.0)(yaml@2.8.0): dependencies: esbuild: 0.24.2 - postcss: 8.5.2 + postcss: 8.5.6 rollup: 4.45.1 optionalDependencies: '@types/node': 22.15.3 @@ -14434,9 +14431,9 @@ snapshots: jiti: 2.5.0 yaml: 2.8.0 - vitefu@0.2.5(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): + vitefu@0.2.5(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): optionalDependencies: - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) vitefu@1.1.1(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)): optionalDependencies: @@ -14446,13 +14443,13 @@ snapshots: optionalDependencies: vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.4): + vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.3): dependencies: - '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) svelte: 5.36.14 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) - vitest@3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0): + vitest@3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.3 @@ -14480,6 +14477,8 @@ snapshots: optionalDependencies: '@types/debug': 4.1.12 '@types/node': 20.19.9 + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + '@vitest/ui': 3.2.4(vitest@3.2.3) happy-dom: 17.1.0 jsdom: 26.1.0 transitivePeerDependencies: diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index 9ea40ccb6c..8b6efc7968 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -19,7 +19,8 @@ catalog: svelte-exmarkdown: ^4.0.3 '@typescript-eslint/eslint-plugin': ^8.38.0 '@typescript-eslint/parser': ^8.38.0 - eslint-plugin-svelte: ^2.46.1 + typescript-eslint: ^8.38.0 + eslint-plugin-svelte: ^3.11.0 svelte-eslint-parser: ^1.3.0 '@stylistic/eslint-plugin': ^2.13.0 '@vitejs/plugin-basic-ssl': ^1.2.0 diff --git a/frontend/viewer/eslint.config.js b/frontend/viewer/eslint.config.js index ce16816bae..9db20ea3fe 100644 --- a/frontend/viewer/eslint.config.js +++ b/frontend/viewer/eslint.config.js @@ -1,6 +1,5 @@ // For more info, see https://github.com/storybookjs/eslint-plugin-storybook#configuration-flat-config-format -import {FlatCompat} from '@eslint/eslintrc'; import {fileURLToPath} from 'url'; import globals from 'globals'; import js from '@eslint/js'; @@ -8,13 +7,13 @@ import path from 'path'; import storybook from "eslint-plugin-storybook"; import svelteParser from 'svelte-eslint-parser'; import tsParser from '@typescript-eslint/parser'; +import typescript from 'typescript-eslint'; +import stylistic from '@stylistic/eslint-plugin'; +import svelte from 'eslint-plugin-svelte'; // mimic CommonJS variables const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); -const compat = new FlatCompat({ - baseDirectory: __dirname -}); export default [ { @@ -26,28 +25,26 @@ export default [ ], }, js.configs.recommended, - // TypeScript and Svelte plugins don't seem to support the new config format yet - // So, using backwards compatibility util: https://eslint.org/blog/2022/08/new-config-system-part-2/#backwards-compatibility-utility - ...compat.config({ - plugins: ['@typescript-eslint', '@stylistic'], - extends: ['plugin:@typescript-eslint/recommended', 'plugin:@typescript-eslint/recommended-requiring-type-checking'], - overrides: [ - { - files: ['*.svelte'], - rules: { - // The Svelte plugin doesn't seem to have typing quite figured out - '@typescript-eslint/no-unsafe-assignment': 'off', - '@typescript-eslint/no-unsafe-member-access': 'off', - '@typescript-eslint/no-unsafe-call': 'off', - '@typescript-eslint/no-unsafe-return': 'off', - '@typescript-eslint/no-unsafe-argument': 'off', - }, - } - ] - }), - ...compat.config({ - extends: ['plugin:svelte/recommended'], - }), + { + plugins: { + // '@typescript-eslint': typescript, // Included in ...typescript.configs.recommended + '@stylistic': stylistic, + }, + }, + ...typescript.configs.recommended, + ...typescript.configs.recommendedTypeChecked, + { + files: ['**/*.svelte'], + rules: { + // The Svelte plugin doesn't seem to have typing quite figured out + '@typescript-eslint/no-unsafe-assignment': 'off', + '@typescript-eslint/no-unsafe-member-access': 'off', + '@typescript-eslint/no-unsafe-call': 'off', + '@typescript-eslint/no-unsafe-return': 'off', + '@typescript-eslint/no-unsafe-argument': 'off', + }, + }, + ...svelte.configs.recommended, { rules: { // https://typescript-eslint.io/rules/ diff --git a/frontend/viewer/package.json b/frontend/viewer/package.json index fa0fd973c4..3657ba6c21 100644 --- a/frontend/viewer/package.json +++ b/frontend/viewer/package.json @@ -51,7 +51,6 @@ "@tailwindcss/typography": "^0.5.16", "@tsconfig/svelte": "^5.0.4", "@types/node": "^20.19.9", - "@typescript-eslint/eslint-plugin": "catalog:", "@typescript-eslint/parser": "catalog:", "@vitest/browser": "catalog:", "@vitest/ui": "catalog:", @@ -74,6 +73,7 @@ "tailwindcss": "catalog:", "tailwindcss-animate": "^1.0.7", "tslib": "catalog:", + "typescript-eslint": "catalog:", "tw-colors": "^3.3.2", "typescript": "catalog:", "vaul-svelte": "1.0.0-next.6", From cae0dca35859a8121c723c60c89080abe13cd4bf Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Thu, 24 Jul 2025 15:07:41 +0700 Subject: [PATCH 03/12] Temporarily ignore new lint errors Will fix them in a new PR --- frontend/eslint.config.js | 8 ++++++++ frontend/viewer/eslint.config.js | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index 20decc3ca4..16be318dfa 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -143,4 +143,12 @@ export default [ } }, }, + { + // TEMPORARY IGNORES, to be gotten rid of as soon as possible - 2025-07-24 RM + files: ['**/*.svelte', '**/*.svelte.ts'], + rules: { + 'svelte/require-each-key': 'off', + 'svelte/no-useless-mustaches': 'off', + }, + }, ]; diff --git a/frontend/viewer/eslint.config.js b/frontend/viewer/eslint.config.js index 9db20ea3fe..a2918fe5d8 100644 --- a/frontend/viewer/eslint.config.js +++ b/frontend/viewer/eslint.config.js @@ -154,4 +154,14 @@ export default [ }, }, ...storybook.configs["flat/recommended"], + { + // TEMPORARY IGNORES, to be gotten rid of as soon as possible - 2025-07-24 RM + files: ['**/*.svelte', '**/*.svelte.ts'], + rules: { + 'svelte/require-each-key': 'off', + 'svelte/no-useless-mustaches': 'off', + 'svelte/prefer-svelte-reactivity': 'off', + 'svelte/no-unused-props': 'off', + }, + }, ]; From 081b34dfc1593ad334de6fd33da150a4105d5c6a Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Thu, 24 Jul 2025 15:15:02 +0700 Subject: [PATCH 04/12] Hold Playwright at 1.52.0 --- frontend/pnpm-lock.yaml | 35 ++++++++++++++--------------------- frontend/pnpm-workspace.yaml | 4 ++-- 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index c4e4e41fbf..913ef60db7 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -7,7 +7,7 @@ settings: catalogs: default: '@playwright/test': - specifier: ^1.54.1 + specifier: 1.52.0 version: 1.52.0 '@stylistic/eslint-plugin': specifier: ^2.13.0 @@ -37,8 +37,8 @@ catalogs: specifier: ^3.11.0 version: 3.11.0 playwright: - specifier: ^1.54.1 - version: 1.54.1 + specifier: 1.52.0 + version: 1.52.0 postcss: specifier: ^8.5.6 version: 8.5.2 @@ -194,7 +194,7 @@ importers: version: 1.2.3 '@playwright/test': specifier: 'catalog:' - version: 1.54.1 + version: 1.52.0 '@stylistic/eslint-plugin': specifier: 'catalog:' version: 2.13.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) @@ -474,7 +474,7 @@ importers: version: 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@vitest/browser': specifier: 'catalog:' - version: 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + version: 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) '@vitest/ui': specifier: 'catalog:' version: 3.2.4(vitest@3.2.3) @@ -501,7 +501,7 @@ importers: version: 1.0.0-next.4(svelte@5.36.14) playwright: specifier: 'catalog:' - version: 1.54.1 + version: 1.52.0 storybook: specifier: ^9.0.18 version: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) @@ -2310,11 +2310,6 @@ packages: engines: {node: '>=18'} hasBin: true - '@playwright/test@1.54.1': - resolution: {integrity: sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==} - engines: {node: '>=18'} - hasBin: true - '@polka/url@1.0.0-next.29': resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} @@ -9134,10 +9129,6 @@ snapshots: dependencies: playwright: 1.52.0 - '@playwright/test@1.54.1': - dependencies: - playwright: 1.54.1 - '@polka/url@1.0.0-next.29': {} '@protobufjs/aspromise@1.1.2': {} @@ -9334,7 +9325,7 @@ snapshots: storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 optionalDependencies: - '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) '@vitest/runner': 3.2.4 vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) transitivePeerDependencies: @@ -10022,7 +10013,7 @@ snapshots: dependencies: vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitest/browser@3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3)': + '@vitest/browser@3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3)': dependencies: '@testing-library/dom': 10.4.0 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) @@ -10034,7 +10025,7 @@ snapshots: vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) ws: 8.18.3 optionalDependencies: - playwright: 1.54.1 + playwright: 1.52.0 transitivePeerDependencies: - bufferutil - msw @@ -13099,7 +13090,8 @@ snapshots: playwright-core@1.52.0: {} - playwright-core@1.54.1: {} + playwright-core@1.54.1: + optional: true playwright@1.52.0: dependencies: @@ -13112,6 +13104,7 @@ snapshots: playwright-core: 1.54.1 optionalDependencies: fsevents: 2.3.2 + optional: true pofile@1.1.4: {} @@ -14445,7 +14438,7 @@ snapshots: vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.3): dependencies: - '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) svelte: 5.36.14 vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) @@ -14477,7 +14470,7 @@ snapshots: optionalDependencies: '@types/debug': 4.1.12 '@types/node': 20.19.9 - '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) '@vitest/ui': 3.2.4(vitest@3.2.3) happy-dom: 17.1.0 jsdom: 26.1.0 diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index 8b6efc7968..c3252938b8 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -24,6 +24,6 @@ catalog: svelte-eslint-parser: ^1.3.0 '@stylistic/eslint-plugin': ^2.13.0 '@vitejs/plugin-basic-ssl': ^1.2.0 - playwright: ^1.54.1 - '@playwright/test': ^1.54.1 + playwright: 1.52.0 + '@playwright/test': 1.52.0 runed: ^0.27.0 From eb743801a2c049ff4f970e759cac6f8d70cbf0e9 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Thu, 24 Jul 2025 15:25:00 +0700 Subject: [PATCH 05/12] Fix vitest version in pnpm-lock --- frontend/pnpm-lock.yaml | 211 +++------------------------------------- 1 file changed, 14 insertions(+), 197 deletions(-) diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 913ef60db7..c65299b853 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -77,7 +77,7 @@ catalogs: version: 6.1.0 vitest: specifier: ^3.2.4 - version: 3.2.3 + version: 3.2.4 importers: @@ -447,7 +447,7 @@ importers: version: 5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14))(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) '@storybook/addon-vitest': specifier: ^9.0.18 - version: 9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.3) + version: 9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.4) '@storybook/svelte-vite': specifier: ^9.0.18 version: 9.0.18(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(svelte@5.36.14)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) @@ -474,10 +474,10 @@ importers: version: 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@vitest/browser': specifier: 'catalog:' - version: 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + version: 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) '@vitest/ui': specifier: 'catalog:' - version: 3.2.4(vitest@3.2.3) + version: 3.2.4(vitest@3.2.4) bits-ui: specifier: 2.8.11 version: 2.8.11(@internationalized/date@3.8.1)(svelte@5.36.14) @@ -552,10 +552,10 @@ importers: version: 3.11.1(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) vitest: specifier: 'catalog:' - version: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) vitest-browser-svelte: specifier: ^0.1.0 - version: 0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.3) + version: 0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.4) packages: @@ -2994,23 +2994,9 @@ packages: webdriverio: optional: true - '@vitest/expect@3.2.3': - resolution: {integrity: sha512-W2RH2TPWVHA1o7UmaFKISPvdicFJH+mjykctJFoAkUw+SPTJTGjUNdKscFBrqM7IPnCVu6zihtKYa7TkZS1dkQ==} - '@vitest/expect@3.2.4': resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} - '@vitest/mocker@3.2.3': - resolution: {integrity: sha512-cP6fIun+Zx8he4rbWvi+Oya6goKQDZK+Yq4hhlggwQBbrlOQ4qtZ+G4nxB6ZnzI9lyIb+JnvyiJnPC2AGbKSPA==} - peerDependencies: - msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 - peerDependenciesMeta: - msw: - optional: true - vite: - optional: true - '@vitest/mocker@3.2.4': resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} peerDependencies: @@ -3022,27 +3008,15 @@ packages: vite: optional: true - '@vitest/pretty-format@3.2.3': - resolution: {integrity: sha512-yFglXGkr9hW/yEXngO+IKMhP0jxyFw2/qys/CK4fFUZnSltD+MU7dVYGrH8rvPcK/O6feXQA+EU33gjaBBbAng==} - '@vitest/pretty-format@3.2.4': resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} - '@vitest/runner@3.2.3': - resolution: {integrity: sha512-83HWYisT3IpMaU9LN+VN+/nLHVBCSIUKJzGxC5RWUOsK1h3USg7ojL+UXQR3b4o4UBIWCYdD2fxuzM7PQQ1u8w==} - '@vitest/runner@3.2.4': resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==} - '@vitest/snapshot@3.2.3': - resolution: {integrity: sha512-9gIVWx2+tysDqUmmM1L0hwadyumqssOL1r8KJipwLx5JVYyxvVRfxvMq7DaWbZZsCqZnu/dZedaZQh4iYTtneA==} - '@vitest/snapshot@3.2.4': resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==} - '@vitest/spy@3.2.3': - resolution: {integrity: sha512-JHu9Wl+7bf6FEejTCREy+DmgWe+rQKbK+y32C/k5f4TBIAlijhJbRBIRIOCEpVevgRsCQR2iHRUH2/qKVM/plw==} - '@vitest/spy@3.2.4': resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} @@ -3051,9 +3025,6 @@ packages: peerDependencies: vitest: 3.2.4 - '@vitest/utils@3.2.3': - resolution: {integrity: sha512-4zFBCU5Pf+4Z6v+rwnZ1HU1yzOKKvDkMXZrymE2PBlbjKJRlrOxbvpfPSvJTGRIwGoahaOGvp+kbCoxifhzJ1Q==} - '@vitest/utils@3.2.4': resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} @@ -6558,11 +6529,6 @@ packages: vue: optional: true - vite-node@3.2.3: - resolution: {integrity: sha512-gc8aAifGuDIpZHrPjuHyP4dpQmYXqWw7D1GmDnWeNWP654UEXzVfQ5IHPSK5HaHkwB/+p1atpYpSdw/2kOv8iQ==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} - hasBin: true - vite-node@3.2.4: resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -6684,34 +6650,6 @@ packages: svelte: '>3.0.0' vitest: ^2.1.0 || ^3.0.0-0 - vitest@3.2.3: - resolution: {integrity: sha512-E6U2ZFXe3N/t4f5BwUaVCKRLHqUpk1CBWeMh78UT4VaTPH/2dyvH6ALl29JTovEPu9dVKr/K/J4PkXgrMbw4Ww==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@types/debug': ^4.1.12 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.2.3 - '@vitest/ui': 3.2.3 - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@types/debug': - optional: true - '@types/node': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - vitest@3.2.4: resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} @@ -9317,7 +9255,7 @@ snapshots: transitivePeerDependencies: - babel-plugin-macros - '@storybook/addon-vitest@9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.3)': + '@storybook/addon-vitest@9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2))(vitest@3.2.4)': dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) @@ -9325,9 +9263,9 @@ snapshots: storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 optionalDependencies: - '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) '@vitest/runner': 3.2.4 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) transitivePeerDependencies: - react - react-dom @@ -10013,7 +9951,7 @@ snapshots: dependencies: vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitest/browser@3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3)': + '@vitest/browser@3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4)': dependencies: '@testing-library/dom': 10.4.0 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) @@ -10022,7 +9960,7 @@ snapshots: magic-string: 0.30.17 sirv: 3.0.1 tinyrainbow: 2.0.0 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) ws: 8.18.3 optionalDependencies: playwright: 1.52.0 @@ -10052,14 +9990,6 @@ snapshots: - vite optional: true - '@vitest/expect@3.2.3': - dependencies: - '@types/chai': 5.2.2 - '@vitest/spy': 3.2.3 - '@vitest/utils': 3.2.3 - chai: 5.2.1 - tinyrainbow: 2.0.0 - '@vitest/expect@3.2.4': dependencies: '@types/chai': 5.2.2 @@ -10068,14 +9998,6 @@ snapshots: chai: 5.2.1 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.3(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': - dependencies: - '@vitest/spy': 3.2.3 - estree-walker: 3.0.3 - magic-string: 0.30.17 - optionalDependencies: - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitest/mocker@3.2.4(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))': dependencies: '@vitest/spy': 3.2.4 @@ -10092,57 +10014,26 @@ snapshots: optionalDependencies: vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitest/pretty-format@3.2.3': - dependencies: - tinyrainbow: 2.0.0 - '@vitest/pretty-format@3.2.4': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.2.3': - dependencies: - '@vitest/utils': 3.2.3 - pathe: 2.0.3 - strip-literal: 3.0.0 - '@vitest/runner@3.2.4': dependencies: '@vitest/utils': 3.2.4 pathe: 2.0.3 strip-literal: 3.0.0 - '@vitest/snapshot@3.2.3': - dependencies: - '@vitest/pretty-format': 3.2.3 - magic-string: 0.30.17 - pathe: 2.0.3 - '@vitest/snapshot@3.2.4': dependencies: '@vitest/pretty-format': 3.2.4 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.2.3': - dependencies: - tinyspy: 4.0.3 - '@vitest/spy@3.2.4': dependencies: tinyspy: 4.0.3 - '@vitest/ui@3.2.4(vitest@3.2.3)': - dependencies: - '@vitest/utils': 3.2.4 - fflate: 0.8.2 - flatted: 3.3.3 - pathe: 2.0.3 - sirv: 3.0.1 - tinyglobby: 0.2.14 - tinyrainbow: 2.0.0 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) - '@vitest/ui@3.2.4(vitest@3.2.4)': dependencies: '@vitest/utils': 3.2.4 @@ -10153,13 +10044,6 @@ snapshots: tinyglobby: 0.2.14 tinyrainbow: 2.0.0 vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) - optional: true - - '@vitest/utils@3.2.3': - dependencies: - '@vitest/pretty-format': 3.2.3 - loupe: 3.2.0 - tinyrainbow: 2.0.0 '@vitest/utils@3.2.4': dependencies: @@ -14330,27 +14214,6 @@ snapshots: react-dom: 19.1.0(react@19.1.0) svelte: 5.36.14 - vite-node@3.2.3(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0): - dependencies: - cac: 6.7.14 - debug: 4.4.1 - es-module-lexer: 1.7.0 - pathe: 2.0.3 - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - transitivePeerDependencies: - - '@types/node' - - jiti - - less - - lightningcss - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tsx - - yaml - vite-node@3.2.4(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0): dependencies: cac: 6.7.14 @@ -14436,57 +14299,11 @@ snapshots: optionalDependencies: vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.3): + vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.4): dependencies: - '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) + '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) svelte: 5.36.14 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) - - vitest@3.2.3(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0): - dependencies: - '@types/chai': 5.2.2 - '@vitest/expect': 3.2.3 - '@vitest/mocker': 3.2.3(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0)) - '@vitest/pretty-format': 3.2.4 - '@vitest/runner': 3.2.3 - '@vitest/snapshot': 3.2.3 - '@vitest/spy': 3.2.3 - '@vitest/utils': 3.2.3 - chai: 5.2.1 - debug: 4.4.1 - expect-type: 1.2.2 - magic-string: 0.30.17 - pathe: 2.0.3 - picomatch: 4.0.3 - std-env: 3.9.0 - tinybench: 2.9.0 - tinyexec: 0.3.2 - tinyglobby: 0.2.14 - tinypool: 1.1.1 - tinyrainbow: 2.0.0 - vite: 6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - vite-node: 3.2.3(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - why-is-node-running: 2.3.0 - optionalDependencies: - '@types/debug': 4.1.12 - '@types/node': 20.19.9 - '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.3) - '@vitest/ui': 3.2.4(vitest@3.2.3) - happy-dom: 17.1.0 - jsdom: 26.1.0 - transitivePeerDependencies: - - jiti - - less - - lightningcss - - msw - - sass - - sass-embedded - - stylus - - sugarss - - supports-color - - terser - - tsx - - yaml + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) vitest@3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0): dependencies: From ac062d2bd869bc79468798fc38e510882b97f595 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Thu, 24 Jul 2025 16:16:33 +0700 Subject: [PATCH 06/12] Try Playwright 1.54.1 again --- frontend/pnpm-lock.yaml | 54 ++++++++++++------------------------ frontend/pnpm-workspace.yaml | 4 +-- 2 files changed, 19 insertions(+), 39 deletions(-) diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index c65299b853..f69132073d 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -7,8 +7,8 @@ settings: catalogs: default: '@playwright/test': - specifier: 1.52.0 - version: 1.52.0 + specifier: ^1.54.0 + version: 1.54.1 '@stylistic/eslint-plugin': specifier: ^2.13.0 version: 2.13.0 @@ -37,8 +37,8 @@ catalogs: specifier: ^3.11.0 version: 3.11.0 playwright: - specifier: 1.52.0 - version: 1.52.0 + specifier: ^1.54.0 + version: 1.54.1 postcss: specifier: ^8.5.6 version: 8.5.2 @@ -194,7 +194,7 @@ importers: version: 1.2.3 '@playwright/test': specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 '@stylistic/eslint-plugin': specifier: 'catalog:' version: 2.13.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) @@ -435,7 +435,7 @@ importers: version: 7.4.47 '@playwright/test': specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 '@storybook/addon-a11y': specifier: ^9.0.18 version: 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2)) @@ -474,7 +474,7 @@ importers: version: 8.24.0(eslint@9.29.0(jiti@2.5.0))(typescript@5.7.3) '@vitest/browser': specifier: 'catalog:' - version: 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + version: 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) '@vitest/ui': specifier: 'catalog:' version: 3.2.4(vitest@3.2.4) @@ -501,7 +501,7 @@ importers: version: 1.0.0-next.4(svelte@5.36.14) playwright: specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 storybook: specifier: ^9.0.18 version: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) @@ -2305,8 +2305,8 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.52.0': - resolution: {integrity: sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==} + '@playwright/test@1.54.1': + resolution: {integrity: sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==} engines: {node: '>=18'} hasBin: true @@ -5434,21 +5434,11 @@ packages: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} - playwright-core@1.52.0: - resolution: {integrity: sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==} - engines: {node: '>=18'} - hasBin: true - playwright-core@1.54.1: resolution: {integrity: sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==} engines: {node: '>=18'} hasBin: true - playwright@1.52.0: - resolution: {integrity: sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==} - engines: {node: '>=18'} - hasBin: true - playwright@1.54.1: resolution: {integrity: sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==} engines: {node: '>=18'} @@ -9063,9 +9053,9 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.52.0': + '@playwright/test@1.54.1': dependencies: - playwright: 1.52.0 + playwright: 1.54.1 '@polka/url@1.0.0-next.29': {} @@ -9263,7 +9253,7 @@ snapshots: storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.6.2) ts-dedent: 2.2.0 optionalDependencies: - '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) '@vitest/runner': 3.2.4 vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) transitivePeerDependencies: @@ -9951,7 +9941,7 @@ snapshots: dependencies: vite: 6.3.5(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0) - '@vitest/browser@3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4)': + '@vitest/browser@3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4)': dependencies: '@testing-library/dom': 10.4.0 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) @@ -9963,7 +9953,7 @@ snapshots: vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) ws: 8.18.3 optionalDependencies: - playwright: 1.52.0 + playwright: 1.54.1 transitivePeerDependencies: - bufferutil - msw @@ -12972,23 +12962,13 @@ snapshots: dependencies: find-up: 3.0.0 - playwright-core@1.52.0: {} - - playwright-core@1.54.1: - optional: true - - playwright@1.52.0: - dependencies: - playwright-core: 1.52.0 - optionalDependencies: - fsevents: 2.3.2 + playwright-core@1.54.1: {} playwright@1.54.1: dependencies: playwright-core: 1.54.1 optionalDependencies: fsevents: 2.3.2 - optional: true pofile@1.1.4: {} @@ -14301,7 +14281,7 @@ snapshots: vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.36.14)(vitest@3.2.4): dependencies: - '@vitest/browser': 3.2.4(playwright@1.52.0)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.1.0(@types/node@20.19.9)(jiti@2.5.0)(yaml@2.8.0))(vitest@3.2.4) svelte: 5.36.14 vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.5.0)(jsdom@26.1.0)(yaml@2.8.0) diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index c3252938b8..618edee680 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -24,6 +24,6 @@ catalog: svelte-eslint-parser: ^1.3.0 '@stylistic/eslint-plugin': ^2.13.0 '@vitejs/plugin-basic-ssl': ^1.2.0 - playwright: 1.52.0 - '@playwright/test': 1.52.0 + playwright: ^1.54.0 + '@playwright/test': ^1.54.0 runed: ^0.27.0 From c20ece7403152e8196b3e7643ec9dfc8de56ffee Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Fri, 25 Jul 2025 14:50:32 +0700 Subject: [PATCH 07/12] Remove old eslint plugins consistently --- frontend/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a8b302155b..0f4f1944a9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,7 +47,6 @@ "@types/mjml": "^4.7.4", "@types/node": "^20.19.9", "@types/zxcvbn": "^4.4.5", - "@typescript-eslint/eslint-plugin": "catalog:", "@typescript-eslint/parser": "catalog:", "@urql/core": "^5.2.0", "@urql/devtools": "^2.0.3", From 53258b95b8630a216433d5e54d561bcd844c0640 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Fri, 25 Jul 2025 17:21:21 +0700 Subject: [PATCH 08/12] Commit pnpm-lock changes from previous commit --- frontend/pnpm-lock.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index f69132073d..8c44e86bc0 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -15,9 +15,6 @@ catalogs: '@sveltejs/vite-plugin-svelte': specifier: ^5.1.1 version: 5.0.3 - '@typescript-eslint/eslint-plugin': - specifier: ^8.38.0 - version: 8.38.0 '@typescript-eslint/parser': specifier: ^8.38.0 version: 8.24.0 @@ -219,9 +216,6 @@ importers: '@types/zxcvbn': specifier: ^4.4.5 version: 4.4.5 - '@typescript-eslint/eslint-plugin': - specifier: 'catalog:' - version: 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3))(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) '@typescript-eslint/parser': specifier: 'catalog:' version: 8.38.0(eslint@9.31.0(jiti@2.5.0))(typescript@5.8.3) From 889eaf026e71b50df2b7877eb8d87a7f544b82df Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Tue, 29 Jul 2025 11:18:51 +0700 Subject: [PATCH 09/12] Use bits-ui version with onCloseAutoFocus bugfix --- frontend/pnpm-lock.yaml | 10 +++++----- frontend/viewer/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 8c44e86bc0..a8c6d2fdff 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -473,8 +473,8 @@ importers: specifier: 'catalog:' version: 3.2.4(vitest@3.2.4) bits-ui: - specifier: 2.8.11 - version: 2.8.11(@internationalized/date@3.8.1)(svelte@5.36.14) + specifier: 2.8.13 + version: 2.8.13(@internationalized/date@3.8.1)(svelte@5.36.14) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -3214,8 +3214,8 @@ packages: resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} - bits-ui@2.8.11: - resolution: {integrity: sha512-lKN9rAk69my6j7H1D4B87r8LrHuEtfEsf1xCixBj9yViql2BdI3f04HyyyT7T1GOCpgb9+8b0B+nm3LN81Konw==} + bits-ui@2.8.13: + resolution: {integrity: sha512-YC3DiatZzREdbTZR8IuxbQeYg+/MNcyQeuS6Hycl+ufoG7eiV66qICx210plFER9B776FEYSHXSYuQdlvWODpw==} engines: {node: '>=20'} peerDependencies: '@internationalized/date': ^3.8.1 @@ -10213,7 +10213,7 @@ snapshots: binary-extensions@2.3.0: {} - bits-ui@2.8.11(@internationalized/date@3.8.1)(svelte@5.36.14): + bits-ui@2.8.13(@internationalized/date@3.8.1)(svelte@5.36.14): dependencies: '@floating-ui/core': 1.7.2 '@floating-ui/dom': 1.7.2 diff --git a/frontend/viewer/package.json b/frontend/viewer/package.json index 3657ba6c21..fa45661115 100644 --- a/frontend/viewer/package.json +++ b/frontend/viewer/package.json @@ -55,7 +55,7 @@ "@vitest/browser": "catalog:", "@vitest/ui": "catalog:", "autoprefixer": "^10.4.20", - "bits-ui": "2.8.11", + "bits-ui": "2.8.13", "clsx": "^2.1.1", "eslint": "catalog:", "eslint-plugin-storybook": "^9.0.18", From 12122828597d91ad7cae1462841fe24ca572afe6 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Tue, 29 Jul 2025 14:30:30 +0700 Subject: [PATCH 10/12] remove unused package from pnpm workspace, add autoprefixer --- frontend/package.json | 2 +- frontend/pnpm-workspace.yaml | 2 +- frontend/viewer/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0f4f1944a9..c7a9797228 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,7 @@ "@urql/devtools": "^2.0.3", "@urql/exchange-graphcache": "^7.2.4", "@urql/svelte": "^4.2.3", - "autoprefixer": "^10.4.21", + "autoprefixer": "catalog:", "daisyui": "^4.12.24", "eslint": "catalog:", "eslint-plugin-svelte": "catalog:", diff --git a/frontend/pnpm-workspace.yaml b/frontend/pnpm-workspace.yaml index 618edee680..71c7afa417 100644 --- a/frontend/pnpm-workspace.yaml +++ b/frontend/pnpm-workspace.yaml @@ -17,7 +17,6 @@ catalog: '@vitest/ui': ^3.2.4 '@vitest/browser': ^3.2.4 svelte-exmarkdown: ^4.0.3 - '@typescript-eslint/eslint-plugin': ^8.38.0 '@typescript-eslint/parser': ^8.38.0 typescript-eslint: ^8.38.0 eslint-plugin-svelte: ^3.11.0 @@ -27,3 +26,4 @@ catalog: playwright: ^1.54.0 '@playwright/test': ^1.54.0 runed: ^0.27.0 + autoprefixer: ^10.4.21 diff --git a/frontend/viewer/package.json b/frontend/viewer/package.json index fa45661115..5e4986284e 100644 --- a/frontend/viewer/package.json +++ b/frontend/viewer/package.json @@ -54,7 +54,7 @@ "@typescript-eslint/parser": "catalog:", "@vitest/browser": "catalog:", "@vitest/ui": "catalog:", - "autoprefixer": "^10.4.20", + "autoprefixer": "catalog:", "bits-ui": "2.8.13", "clsx": "^2.1.1", "eslint": "catalog:", From 9371ec2dccf23c8a12a66834b34b1b72b24ea311 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Tue, 29 Jul 2025 14:34:42 +0700 Subject: [PATCH 11/12] update lockfile --- frontend/pnpm-lock.yaml | 2677 ++++++++++++++++++--------------------- 1 file changed, 1230 insertions(+), 1447 deletions(-) diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 77060d9e4d..5d24de6e10 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -7,53 +7,53 @@ settings: catalogs: default: '@playwright/test': - specifier: ^1.52.0 - version: 1.52.0 + specifier: ^1.54.0 + version: 1.54.1 '@stylistic/eslint-plugin': - specifier: ^2.12.1 + specifier: ^2.13.0 version: 2.13.0 '@sveltejs/vite-plugin-svelte': - specifier: ^5.0.3 - version: 5.0.3 - '@typescript-eslint/eslint-plugin': - specifier: ^8.24.0 - version: 8.24.0 + specifier: ^5.1.1 + version: 5.1.1 '@typescript-eslint/parser': - specifier: ^8.24.0 - version: 8.24.0 + specifier: ^8.38.0 + version: 8.38.0 '@vitejs/plugin-basic-ssl': specifier: ^1.2.0 version: 1.2.0 '@vitest/browser': - specifier: ^3.2.3 - version: 3.2.3 + specifier: ^3.2.4 + version: 3.2.4 '@vitest/ui': - specifier: ^3.2.3 - version: 3.2.3 + specifier: ^3.2.4 + version: 3.2.4 + autoprefixer: + specifier: ^10.4.21 + version: 10.4.21 eslint: - specifier: ^9.29.0 - version: 9.29.0 + specifier: ^9.31.0 + version: 9.32.0 eslint-plugin-svelte: - specifier: 2.46.1 - version: 2.46.1 + specifier: ^3.11.0 + version: 3.11.0 playwright: - specifier: ^1.52.0 - version: 1.52.0 + specifier: ^1.54.0 + version: 1.54.1 postcss: - specifier: ^8.4.49 - version: 8.5.2 + specifier: ^8.5.6 + version: 8.5.6 runed: specifier: ^0.27.0 version: 0.27.0 svelte: - specifier: ~5.33.19 - version: 5.33.19 + specifier: ^5.36.14 + version: 5.37.1 svelte-check: - specifier: ^4.1.4 - version: 4.1.4 + specifier: ^4.3.0 + version: 4.3.0 svelte-eslint-parser: - specifier: ^1.0.0-next.0 - version: 1.0.0-next.13 + specifier: ^1.3.0 + version: 1.3.0 svelte-exmarkdown: specifier: ^4.0.3 version: 4.0.3 @@ -64,25 +64,28 @@ catalogs: specifier: ^3.4.17 version: 3.4.17 tslib: - specifier: ^2.6.2 + specifier: ^2.8.1 version: 2.8.1 typescript: - specifier: ^5.3.3 - version: 5.7.3 + specifier: ^5.8.3 + version: 5.8.3 + typescript-eslint: + specifier: ^8.38.0 + version: 8.38.0 vite: - specifier: ^6.0.3 - version: 6.1.0 + specifier: ^6.3.5 + version: 6.3.5 vitest: - specifier: ^3.2.3 - version: 3.2.3 + specifier: ^3.2.4 + version: 3.2.4 importers: .: dependencies: '@floating-ui/dom': - specifier: ^1.6.13 - version: 1.6.13 + specifier: ^1.7.2 + version: 1.7.2 '@opentelemetry/api': specifier: ^1.9.0 version: 1.9.0 @@ -111,8 +114,8 @@ importers: specifier: ^1.30.1 version: 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': - specifier: ^1.32.0 - version: 1.32.0 + specifier: ^1.36.0 + version: 1.36.0 '@tailwindcss/container-queries': specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.17) @@ -124,7 +127,7 @@ importers: version: 2.4.10 '@vitejs/plugin-basic-ssl': specifier: 'catalog:' - version: 1.2.0(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 1.2.0(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) css-tree: specifier: ^2.3.1 version: 2.3.1 @@ -145,19 +148,19 @@ importers: version: 4.15.3 runed: specifier: 'catalog:' - version: 0.27.0(svelte@5.33.19) + version: 0.27.0(svelte@5.37.1) set-cookie-parser: specifier: ^2.7.1 version: 2.7.1 svelte-exmarkdown: specifier: 'catalog:' - version: 4.0.3(svelte@5.33.19) + version: 4.0.3(svelte@5.37.1) svelte-intl-precompile: specifier: ^0.12.3 - version: 0.12.3(@babel/core@7.26.10)(svelte@5.33.19) + version: 0.12.3(@babel/core@7.26.10)(svelte@5.37.1) sveltekit-search-params: - specifier: ^3 - version: 3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^3.0.0 + version: 3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) tus-js-client: specifier: ^4.3.1 version: 4.3.1 @@ -168,18 +171,15 @@ importers: '@egoist/tailwindcss-icons': specifier: ^1.9.0 version: 1.9.0(tailwindcss@3.4.17) - '@eslint/eslintrc': - specifier: ^3.3.1 - version: 3.3.1 '@eslint/js': - specifier: ^9.29.0 - version: 9.29.0 + specifier: ^9.31.0 + version: 9.32.0 '@graphql-codegen/cli': - specifier: ^5.0.5 - version: 5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) + specifier: ^5.0.7 + version: 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3) '@graphql-codegen/client-preset': - specifier: ^4.8.0 - version: 4.8.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) + specifier: ^4.8.3 + version: 4.8.3(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) '@graphql-codegen/schema-ast': specifier: ^4.1.0 version: 4.1.0(graphql@16.11.0) @@ -194,19 +194,19 @@ importers: version: 1.2.3 '@playwright/test': specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 '@stylistic/eslint-plugin': specifier: 'catalog:' - version: 2.13.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 2.13.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) '@sveltejs/adapter-node': - specifier: ^5.2.12 - version: 5.2.12(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))) + specifier: ^5.2.13 + version: 5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))) '@sveltejs/kit': specifier: 2.20.7 - version: 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) '@sveltejs/vite-plugin-svelte': specifier: 'catalog:' - version: 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) '@tailwindcss/typography': specifier: ^0.5.16 version: 0.5.16(tailwindcss@3.4.17) @@ -214,41 +214,38 @@ importers: specifier: ^4.7.4 version: 4.7.4 '@types/node': - specifier: ^20.17.32 - version: 20.17.32 + specifier: ^20.19.9 + version: 20.19.9 '@types/zxcvbn': specifier: ^4.4.5 version: 4.4.5 - '@typescript-eslint/eslint-plugin': - specifier: 'catalog:' - version: 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) '@urql/core': - specifier: ^5.1.1 - version: 5.1.1(graphql@16.11.0) + specifier: ^5.2.0 + version: 5.2.0(graphql@16.11.0) '@urql/devtools': specifier: ^2.0.3 - version: 2.0.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0) + version: 2.0.3(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0) '@urql/exchange-graphcache': - specifier: ^7.2.3 - version: 7.2.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0) + specifier: ^7.2.4 + version: 7.2.4(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0) '@urql/svelte': specifier: ^4.2.3 - version: 4.2.3(@urql/core@5.1.1(graphql@16.11.0))(svelte@5.33.19) + version: 4.2.3(@urql/core@5.2.0(graphql@16.11.0))(svelte@5.37.1) autoprefixer: - specifier: ^10.4.21 - version: 10.4.21(postcss@8.5.2) + specifier: 'catalog:' + version: 10.4.21(postcss@8.5.6) daisyui: specifier: ^4.12.24 - version: 4.12.24(postcss@8.5.2) + version: 4.12.24(postcss@8.5.6) eslint: specifier: 'catalog:' - version: 9.29.0(jiti@2.4.2) + version: 9.32.0(jiti@2.4.2) eslint-plugin-svelte: specifier: 'catalog:' - version: 2.46.1(eslint@9.29.0(jiti@2.4.2))(svelte@5.33.19) + version: 3.11.0(eslint@9.32.0(jiti@2.4.2))(svelte@5.37.1) globals: specifier: ^13.24.0 version: 13.24.0 @@ -263,28 +260,28 @@ importers: version: 4.0.0 postcss: specifier: 'catalog:' - version: 8.5.2 + version: 8.5.6 rimraf: specifier: ^5.0.10 version: 5.0.10 svelte: specifier: 'catalog:' - version: 5.33.19 + version: 5.37.1 svelte-check: specifier: 'catalog:' - version: 4.1.4(picomatch@4.0.2)(svelte@5.33.19)(typescript@5.7.3) + version: 4.3.0(picomatch@4.0.2)(svelte@5.37.1)(typescript@5.8.3) svelte-eslint-parser: specifier: 'catalog:' - version: 1.0.0-next.13(svelte@5.33.19) + version: 1.3.0(svelte@5.37.1) svelte-preprocess: specifier: 'catalog:' - version: 6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3) + version: 6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.37.1)(typescript@5.8.3) svelte-turnstile: specifier: ^0.9.0 - version: 0.9.0(svelte@5.33.19) + version: 0.9.0(svelte@5.37.1) sveltekit-superforms: specifier: ^1.13.4 - version: 1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(zod@3.24.3) + version: 1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(zod@3.25.76) tailwindcss: specifier: 'catalog:' version: 3.4.17 @@ -292,23 +289,26 @@ importers: specifier: 'catalog:' version: 2.8.1 type-fest: - specifier: ^4.40.1 - version: 4.40.1 + specifier: ^4.41.0 + version: 4.41.0 typescript: specifier: 'catalog:' - version: 5.7.3 + version: 5.8.3 + typescript-eslint: + specifier: 'catalog:' + version: 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) vite: specifier: 'catalog:' - version: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + version: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) vite-plugin-graphql-codegen: - specifier: ^3.5.0 - version: 3.5.0(@graphql-codegen/cli@5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^3.6.3 + version: 3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3))(graphql@16.11.0)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) vitest: specifier: 'catalog:' - version: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) zod: - specifier: ^3.24.3 - version: 3.24.3 + specifier: ^3.25.76 + version: 3.25.76 zxcvbn: specifier: ^4.4.2 version: 4.4.2 @@ -317,13 +317,13 @@ importers: devDependencies: '@vitejs/plugin-basic-ssl': specifier: 'catalog:' - version: 1.2.0(vite@6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1)) + version: 1.2.0(vite@6.3.5(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1)) typescript: specifier: 'catalog:' - version: 5.7.3 + version: 5.8.3 vite: specifier: 'catalog:' - version: 6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1) + version: 6.3.5(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1) viewer: dependencies: @@ -331,17 +331,17 @@ importers: specifier: ^0.7.4 version: 0.7.4 '@lingui/core': - specifier: ^5.2.0 - version: 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) + specifier: ^5.3.3 + version: 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) '@microsoft/dotnet-js-interop': specifier: ^8.0.0 version: 8.0.0 '@microsoft/signalr': - specifier: ^8.0.0 + specifier: ^8.0.7 version: 8.0.7 autoprefixer: - specifier: ^10.4.19 - version: 10.4.20(postcss@8.5.2) + specifier: ^10.4.21 + version: 10.4.21(postcss@8.5.6) fast-json-patch: specifier: ^3.1.1 version: 3.1.1 @@ -353,107 +353,107 @@ importers: version: 4.2.0 postcss: specifier: 'catalog:' - version: 8.5.2 + version: 8.5.6 prosemirror-commands: - specifier: ^1.7.0 - version: 1.7.0 + specifier: ^1.7.1 + version: 1.7.1 prosemirror-history: specifier: ^1.4.1 version: 1.4.1 prosemirror-keymap: - specifier: ^1.2.2 - version: 1.2.2 + specifier: ^1.2.3 + version: 1.2.3 prosemirror-model: - specifier: ^1.25.0 - version: 1.25.0 + specifier: ^1.25.2 + version: 1.25.2 prosemirror-state: specifier: ^1.4.3 version: 1.4.3 prosemirror-view: - specifier: ^1.38.1 - version: 1.38.1 + specifier: ^1.40.1 + version: 1.40.1 runed: specifier: 'catalog:' - version: 0.27.0(svelte@5.33.19) + version: 0.27.0(svelte@5.37.1) svelte-dnd-action: - specifier: ^0.9.57 - version: 0.9.57(svelte@5.33.19) + specifier: ^0.9.64 + version: 0.9.64(svelte@5.37.1) svelte-exmarkdown: specifier: 'catalog:' - version: 4.0.3(svelte@5.33.19) + version: 4.0.3(svelte@5.37.1) svelte-i18n-lingui: specifier: ^0.2.2 - version: 0.2.2(@lingui/cli@5.2.0(typescript@5.7.3))(@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(svelte@5.33.19)(typescript@5.7.3) + version: 0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0))(svelte@5.37.1)(typescript@5.8.3) svelte-preprocess: specifier: 'catalog:' - version: 6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3) + version: 6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.37.1)(typescript@5.8.3) svelte-routing: - specifier: ^2.12.0 + specifier: ^2.13.0 version: 2.13.0 svelte-ux: specifier: ^0.76.0 - version: 0.76.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19) + version: 0.76.0(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.37.1) tabbable: specifier: ^6.2.0 version: 6.2.0 type-fest: - specifier: ^4.18.2 - version: 4.34.1 + specifier: ^4.41.0 + version: 4.41.0 virtua: - specifier: ^0.41.2 - version: 0.41.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.33.19) + specifier: ^0.41.5 + version: 0.41.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.37.1) wavesurfer.js: - specifier: ^7.9.9 - version: 7.10.0 + specifier: ^7.10.1 + version: 7.10.1 devDependencies: '@argos-ci/playwright': - specifier: ^5.0.4 - version: 5.0.4 + specifier: ^5.0.8 + version: 5.0.8 '@chromatic-com/storybook': - specifier: ^4 - version: 4.0.0(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + specifier: ^4.0.1 + version: 4.0.1(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0)) '@egoist/tailwindcss-icons': specifier: ^1.9.0 version: 1.9.0(tailwindcss@3.4.17) '@iconify-json/mdi': - specifier: ^1.1.66 + specifier: ^1.2.3 version: 1.2.3 '@lingui/cli': - specifier: ^5.2.0 - version: 5.2.0(typescript@5.7.3) + specifier: ^5.3.3 + version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) '@lingui/format-json': - specifier: ^5.2.0 - version: 5.2.0(typescript@5.7.3) + specifier: ^5.3.3 + version: 5.3.3(typescript@5.8.3) '@lingui/vite-plugin': - specifier: ^5.2.0 - version: 5.2.0(typescript@5.7.3)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^5.3.3 + version: 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) '@mdi/js': specifier: ^7.4.47 version: 7.4.47 '@playwright/test': specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 '@storybook/addon-a11y': - specifier: ^9.0.8 - version: 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + specifier: ^9.0.18 + version: 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0)) '@storybook/addon-docs': - specifier: ^9.0.8 - version: 9.0.8(@types/react@19.1.6)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + specifier: ^9.0.18 + version: 9.0.18(@types/react@19.1.6)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0)) '@storybook/addon-svelte-csf': - specifier: ^5.0.3 - version: 5.0.3(@storybook/svelte@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19))(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(babel-plugin-macros@3.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^5.0.7 + version: 5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1))(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) '@storybook/addon-vitest': - specifier: ^9.0.8 - version: 9.0.8(@vitest/browser@3.2.3)(@vitest/runner@3.2.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vitest@3.2.3) + specifier: ^9.0.18 + version: 9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(vitest@3.2.4) '@storybook/svelte-vite': - specifier: ^9.0.8 - version: 9.0.8(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^9.0.18 + version: 9.0.18(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) '@stylistic/eslint-plugin': specifier: 'catalog:' - version: 2.13.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 2.13.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) '@sveltejs/vite-plugin-svelte': specifier: 'catalog:' - version: 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + version: 5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) '@tailwindcss/container-queries': specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.17) @@ -464,62 +464,59 @@ importers: specifier: ^5.0.4 version: 5.0.4 '@types/node': - specifier: ^20 - version: 20.17.32 - '@typescript-eslint/eslint-plugin': - specifier: 'catalog:' - version: 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + specifier: ^20.19.9 + version: 20.19.9 '@typescript-eslint/parser': specifier: 'catalog:' - version: 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + version: 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) '@vitest/browser': specifier: 'catalog:' - version: 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) + version: 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.4) '@vitest/ui': specifier: 'catalog:' - version: 3.2.3(vitest@3.2.3) + version: 3.2.4(vitest@3.2.4) bits-ui: specifier: 2.8.13 - version: 2.8.13(@internationalized/date@3.8.1)(svelte@5.33.19) + version: 2.8.13(@internationalized/date@3.8.1)(svelte@5.37.1) clsx: specifier: ^2.1.1 version: 2.1.1 eslint: specifier: 'catalog:' - version: 9.29.0(jiti@2.4.2) + version: 9.32.0(jiti@2.4.2) eslint-plugin-storybook: - specifier: ^9.0.8 - version: 9.0.8(eslint@9.29.0(jiti@2.4.2))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(typescript@5.7.3) + specifier: ^9.0.18 + version: 9.0.18(eslint@9.32.0(jiti@2.4.2))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(typescript@5.8.3) eslint-plugin-svelte: specifier: 'catalog:' - version: 2.46.1(eslint@9.29.0(jiti@2.4.2))(svelte@5.33.19) + version: 3.11.0(eslint@9.32.0(jiti@2.4.2))(svelte@5.37.1) mode-watcher: - specifier: ^1.0.7 - version: 1.0.7(svelte@5.33.19) + specifier: ^1.1.0 + version: 1.1.0(svelte@5.37.1) paneforge: specifier: 1.0.0-next.4 - version: 1.0.0-next.4(svelte@5.33.19) + version: 1.0.0-next.4(svelte@5.37.1) playwright: specifier: 'catalog:' - version: 1.52.0 + version: 1.54.1 storybook: - specifier: ^9.0.8 - version: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + specifier: ^9.0.18 + version: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) svelte: specifier: 'catalog:' - version: 5.33.19 + version: 5.37.1 svelte-check: specifier: 'catalog:' - version: 4.1.4(picomatch@4.0.2)(svelte@5.33.19)(typescript@5.7.3) + version: 4.3.0(picomatch@4.0.2)(svelte@5.37.1)(typescript@5.8.3) svelte-eslint-parser: specifier: 'catalog:' - version: 1.0.0-next.13(svelte@5.33.19) + version: 1.3.0(svelte@5.37.1) svelte-sonner: specifier: ^1.0.5 - version: 1.0.5(svelte@5.33.19) + version: 1.0.5(svelte@5.37.1) tailwind-merge: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.3.1 + version: 3.3.1 tailwind-variants: specifier: ^1.0.0 version: 1.0.0(tailwindcss@3.4.17) @@ -533,26 +530,29 @@ importers: specifier: 'catalog:' version: 2.8.1 tw-colors: - specifier: ^3.3.1 + specifier: ^3.3.2 version: 3.3.2(tailwindcss@3.4.17) typescript: specifier: 'catalog:' - version: 5.7.3 + version: 5.8.3 + typescript-eslint: + specifier: 'catalog:' + version: 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) vaul-svelte: specifier: 1.0.0-next.6 - version: 1.0.0-next.6(svelte@5.33.19) + version: 1.0.0-next.6(svelte@5.37.1) vite: specifier: 'catalog:' - version: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + version: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) vite-plugin-webfont-dl: - specifier: ^3.10.4 - version: 3.10.4(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + specifier: ^3.11.1 + version: 3.11.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) vitest: specifier: 'catalog:' - version: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) vitest-browser-svelte: specifier: ^0.1.0 - version: 0.1.0(@vitest/browser@3.2.3)(svelte@5.33.19)(vitest@3.2.3) + version: 0.1.0(@vitest/browser@3.2.4)(svelte@5.37.1)(vitest@3.2.4) packages: @@ -591,20 +591,20 @@ packages: resolution: {integrity: sha512-3IHv7ANSPNO6OwWgwULlHbP9/tFV9kQDu6+nL9jysfPkGj0GgtrOsyBb+iU931c7wSMo1OD+XNujCnRzDD968w==} engines: {node: '>=18.0.0'} - '@argos-ci/browser@4.1.1': - resolution: {integrity: sha512-UyKdnprGftUjWQkb0jqJ0zGHJmcWBzdko8zRy4y+4efukVX4jjC/Px2HvWW8aqwjoR4aplouMZuzhmOkq2SCsA==} + '@argos-ci/browser@4.1.4': + resolution: {integrity: sha512-ayV7kcnk8Xm0y1FlTKzr7XLkxmUnLIjzmPCLuGarOYzpy2KdPr6Q/ay8UkwfyAL3yswdWVRZwaqb7kZrrgbKcA==} engines: {node: '>=18.0.0'} - '@argos-ci/core@3.2.0': - resolution: {integrity: sha512-wraH5RGFpoU7zcKV2BVi4LvY+5bWR/Ds6OVhUtq3jtd7I3qJRFVFq2IX1TfPPvBBA7wX0OqcrqgIWAQwy+vsoA==} + '@argos-ci/core@3.2.1': + resolution: {integrity: sha512-P+tGofNLAtH0+e87M8sZc+juAtbOcnV6z2nA2MwB2OzUVVXGINJHAF2cK0ZUyXC9d8a7RL0+rQWkP4vXDA/gBw==} engines: {node: '>=18.0.0'} - '@argos-ci/playwright@5.0.4': - resolution: {integrity: sha512-mfbEg6RgQb4ciihozEJ+F1guA4MNphzDfefRpxQuwt+P5eczTxkhgUCO94glk4+dqWoHQDbdNf2N33sL9Zsuew==} + '@argos-ci/playwright@5.0.8': + resolution: {integrity: sha512-MXoEVVX+0sz7KbZHMQlPO0xSu1hx3KcyHlHpOVYEZzeSmOT8YVgDO2lAevSZU0vjAF/WzIO7lmyy5tHXWOHOtg==} engines: {node: '>=18.16.0'} - '@argos-ci/util@2.3.1': - resolution: {integrity: sha512-kE61HU2480fbAnimmA4x9HK45ZJvkoqLdW5GxT5uvwhkclQykVd2S6WfGFUr3JokTXfZ5LZEEfoWgtGA316KSQ==} + '@argos-ci/util@2.3.2': + resolution: {integrity: sha512-xtNHJxpWYNst/sMNn4Jv/vkODuFsJ+APr4FBeoFUdIa+Izjl4ZFHsYA2PUyu+ygIpQCkof8yZLL9U1/VpiyyIw==} engines: {node: '>=18.0.0'} '@asamuzakjp/css-color@3.2.0': @@ -622,22 +622,10 @@ packages: resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.8': - resolution: {integrity: sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==} - engines: {node: '>=6.9.0'} - - '@babel/generator@7.26.8': - resolution: {integrity: sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.27.0': resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.26.5': - resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} - engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.27.0': resolution: {integrity: sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==} engines: {node: '>=6.9.0'} @@ -668,19 +656,10 @@ packages: resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.7': - resolution: {integrity: sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==} - engines: {node: '>=6.9.0'} - '@babel/helpers@7.27.0': resolution: {integrity: sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==} engines: {node: '>=6.9.0'} - '@babel/parser@7.26.8': - resolution: {integrity: sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.27.0': resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} engines: {node: '>=6.0.0'} @@ -692,10 +671,6 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/runtime@7.26.7': - resolution: {integrity: sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==} - engines: {node: '>=6.9.0'} - '@babel/runtime@7.27.0': resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==} engines: {node: '>=6.9.0'} @@ -704,24 +679,16 @@ packages: resolution: {integrity: sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.8': - resolution: {integrity: sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.27.0': resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.8': - resolution: {integrity: sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==} - engines: {node: '>=6.9.0'} - '@babel/types@7.27.0': resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} engines: {node: '>=6.9.0'} - '@chromatic-com/storybook@4.0.0': - resolution: {integrity: sha512-FfyMHK/lz/dHezWxwNZv4ReFORWVvv+bJx71NT2BSfLhOKOaoZnKJOe4QLyGxWAB7ynnedrM9V9qea3FPFj+rQ==} + '@chromatic-com/storybook@4.0.1': + resolution: {integrity: sha512-GQXe5lyZl3yLewLJQyFXEpOp2h+mfN2bPrzYaOFNCJjO4Js9deKbRHTOSaiP2FRwZqDLdQwy2+SEGeXPZ94yYw==} engines: {node: '>=20.0.0', yarn: '>=1.22.18'} peerDependencies: storybook: ^0.0.0-0 || ^9.0.0 || ^9.1.0-0 @@ -785,23 +752,17 @@ packages: resolution: {integrity: sha512-CsFmA3u3c2QoLDTfEpGr4t25fjMU31nyvse7IzWTvb0ZycuPjMjb0fjlheh+PbhBYb9YLugnT2uY6Mwcg1o+Zg==} engines: {node: '>=18.0.0'} - '@esbuild/aix-ppc64@0.21.5': - resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - '@esbuild/aix-ppc64@0.24.2': resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.21.5': - resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] + '@esbuild/aix-ppc64@0.25.8': + resolution: {integrity: sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] '@esbuild/android-arm64@0.24.2': resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} @@ -809,10 +770,10 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm@0.21.5': - resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/android-arm64@0.25.8': + resolution: {integrity: sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==} + engines: {node: '>=18'} + cpu: [arm64] os: [android] '@esbuild/android-arm@0.24.2': @@ -821,10 +782,10 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-x64@0.21.5': - resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/android-arm@0.25.8': + resolution: {integrity: sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==} + engines: {node: '>=18'} + cpu: [arm] os: [android] '@esbuild/android-x64@0.24.2': @@ -833,11 +794,11 @@ packages: cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.21.5': - resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] + '@esbuild/android-x64@0.25.8': + resolution: {integrity: sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] '@esbuild/darwin-arm64@0.24.2': resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} @@ -845,10 +806,10 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.21.5': - resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/darwin-arm64@0.25.8': + resolution: {integrity: sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==} + engines: {node: '>=18'} + cpu: [arm64] os: [darwin] '@esbuild/darwin-x64@0.24.2': @@ -857,11 +818,11 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.21.5': - resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] + '@esbuild/darwin-x64@0.25.8': + resolution: {integrity: sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] '@esbuild/freebsd-arm64@0.24.2': resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} @@ -869,10 +830,10 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.21.5': - resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/freebsd-arm64@0.25.8': + resolution: {integrity: sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==} + engines: {node: '>=18'} + cpu: [arm64] os: [freebsd] '@esbuild/freebsd-x64@0.24.2': @@ -881,11 +842,11 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.21.5': - resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] + '@esbuild/freebsd-x64@0.25.8': + resolution: {integrity: sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] '@esbuild/linux-arm64@0.24.2': resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} @@ -893,10 +854,10 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.21.5': - resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} - engines: {node: '>=12'} - cpu: [arm] + '@esbuild/linux-arm64@0.25.8': + resolution: {integrity: sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==} + engines: {node: '>=18'} + cpu: [arm64] os: [linux] '@esbuild/linux-arm@0.24.2': @@ -905,10 +866,10 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.21.5': - resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/linux-arm@0.25.8': + resolution: {integrity: sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==} + engines: {node: '>=18'} + cpu: [arm] os: [linux] '@esbuild/linux-ia32@0.24.2': @@ -917,10 +878,10 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.21.5': - resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} - engines: {node: '>=12'} - cpu: [loong64] + '@esbuild/linux-ia32@0.25.8': + resolution: {integrity: sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==} + engines: {node: '>=18'} + cpu: [ia32] os: [linux] '@esbuild/linux-loong64@0.24.2': @@ -929,10 +890,10 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.21.5': - resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} - engines: {node: '>=12'} - cpu: [mips64el] + '@esbuild/linux-loong64@0.25.8': + resolution: {integrity: sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==} + engines: {node: '>=18'} + cpu: [loong64] os: [linux] '@esbuild/linux-mips64el@0.24.2': @@ -941,10 +902,10 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.21.5': - resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} - engines: {node: '>=12'} - cpu: [ppc64] + '@esbuild/linux-mips64el@0.25.8': + resolution: {integrity: sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==} + engines: {node: '>=18'} + cpu: [mips64el] os: [linux] '@esbuild/linux-ppc64@0.24.2': @@ -953,10 +914,10 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.21.5': - resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} - engines: {node: '>=12'} - cpu: [riscv64] + '@esbuild/linux-ppc64@0.25.8': + resolution: {integrity: sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==} + engines: {node: '>=18'} + cpu: [ppc64] os: [linux] '@esbuild/linux-riscv64@0.24.2': @@ -965,10 +926,10 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.21.5': - resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} - engines: {node: '>=12'} - cpu: [s390x] + '@esbuild/linux-riscv64@0.25.8': + resolution: {integrity: sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==} + engines: {node: '>=18'} + cpu: [riscv64] os: [linux] '@esbuild/linux-s390x@0.24.2': @@ -977,10 +938,10 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.21.5': - resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/linux-s390x@0.25.8': + resolution: {integrity: sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==} + engines: {node: '>=18'} + cpu: [s390x] os: [linux] '@esbuild/linux-x64@0.24.2': @@ -989,16 +950,22 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.25.8': + resolution: {integrity: sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.24.2': resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.21.5': - resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/netbsd-arm64@0.25.8': + resolution: {integrity: sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==} + engines: {node: '>=18'} + cpu: [arm64] os: [netbsd] '@esbuild/netbsd-x64@0.24.2': @@ -1007,16 +974,22 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.25.8': + resolution: {integrity: sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.24.2': resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.21.5': - resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/openbsd-arm64@0.25.8': + resolution: {integrity: sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==} + engines: {node: '>=18'} + cpu: [arm64] os: [openbsd] '@esbuild/openbsd-x64@0.24.2': @@ -1025,11 +998,17 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.21.5': - resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} - engines: {node: '>=12'} + '@esbuild/openbsd-x64@0.25.8': + resolution: {integrity: sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==} + engines: {node: '>=18'} cpu: [x64] - os: [sunos] + os: [openbsd] + + '@esbuild/openharmony-arm64@0.25.8': + resolution: {integrity: sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] '@esbuild/sunos-x64@0.24.2': resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} @@ -1037,11 +1016,11 @@ packages: cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.21.5': - resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] + '@esbuild/sunos-x64@0.25.8': + resolution: {integrity: sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] '@esbuild/win32-arm64@0.24.2': resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} @@ -1049,10 +1028,10 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.21.5': - resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} - engines: {node: '>=12'} - cpu: [ia32] + '@esbuild/win32-arm64@0.25.8': + resolution: {integrity: sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==} + engines: {node: '>=18'} + cpu: [arm64] os: [win32] '@esbuild/win32-ia32@0.24.2': @@ -1061,10 +1040,10 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.21.5': - resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} - engines: {node: '>=12'} - cpu: [x64] + '@esbuild/win32-ia32@0.25.8': + resolution: {integrity: sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==} + engines: {node: '>=18'} + cpu: [ia32] os: [win32] '@esbuild/win32-x64@0.24.2': @@ -1073,26 +1052,34 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.25.8': + resolution: {integrity: sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@eslint-community/eslint-utils@4.6.1': resolution: {integrity: sha512-KTsJMmobmbrFLe3LDh0PC2FXpcSYJt/MLjlkh/9LEnmKYLSYmT/0EW9JWANjeoemiuZrmogti0tW5Ch+qNUYDw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.7.0': + resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/regexpp@4.12.1': resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/config-array@0.20.1': - resolution: {integrity: sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@eslint/config-helpers@0.2.3': - resolution: {integrity: sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==} + '@eslint/config-array@0.21.0': + resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/core@0.14.0': - resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} + '@eslint/config-helpers@0.3.0': + resolution: {integrity: sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/core@0.15.1': @@ -1103,16 +1090,16 @@ packages: resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.29.0': - resolution: {integrity: sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==} + '@eslint/js@9.32.0': + resolution: {integrity: sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.6': resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/plugin-kit@0.3.3': - resolution: {integrity: sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==} + '@eslint/plugin-kit@0.3.4': + resolution: {integrity: sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@fastify/busboy@2.1.1': @@ -1122,24 +1109,15 @@ packages: '@fastify/busboy@3.1.1': resolution: {integrity: sha512-5DGmA8FTdB2XbDeEwc/5ZXBl6UbBAyBOOLlPuBnZ/N1SwdH9Ii+cOX3tBROlDgcTXxjOYnLMVoKk9+FXAw0CJw==} - '@floating-ui/core@1.6.9': - resolution: {integrity: sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==} - '@floating-ui/core@1.7.2': resolution: {integrity: sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==} - '@floating-ui/dom@1.6.13': - resolution: {integrity: sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==} - '@floating-ui/dom@1.7.2': resolution: {integrity: sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==} '@floating-ui/utils@0.2.10': resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==} - '@floating-ui/utils@0.2.9': - resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==} - '@formatjs/ecma402-abstract@2.3.4': resolution: {integrity: sha512-qrycXDeaORzIqNhBOx0btnhpD1c+/qFIHAN9znofuMJX6QBwtbrmlpWfD4oiUUD2vJUOIYFA/gYtg2KAMGG7sA==} @@ -1167,8 +1145,8 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/cli@5.0.5': - resolution: {integrity: sha512-9p9SI5dPhJdyU+O6p1LUqi5ajDwpm6pUhutb1fBONd0GZltLFwkgWFiFtM6smxkYXlYVzw61p1kTtwqsuXO16w==} + '@graphql-codegen/cli@5.0.7': + resolution: {integrity: sha512-h/sxYvSaWtxZxo8GtaA8SvcHTyViaaPd7dweF/hmRDpaQU1o3iU3EZxlcJ+oLTunU0tSMFsnrIXm/mhXxI11Cw==} engines: {node: '>=16'} hasBin: true peerDependencies: @@ -1178,12 +1156,15 @@ packages: '@parcel/watcher': optional: true - '@graphql-codegen/client-preset@4.8.0': - resolution: {integrity: sha512-IVtTl7GsPMbQihk5+l5fDYksnPPOoC52sKxzquyIyuecZLEB7W3nNLV29r6+y+tjXTRPA774FR7CHGA2adzhjw==} + '@graphql-codegen/client-preset@4.8.3': + resolution: {integrity: sha512-QpEsPSO9fnRxA6Z66AmBuGcwHjZ6dYSxYo5ycMlYgSPzAbyG8gn/kWljofjJfWqSY+T/lRn+r8IXTH14ml24vQ==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true '@graphql-codegen/core@4.0.2': resolution: {integrity: sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==} @@ -1202,23 +1183,32 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + '@graphql-codegen/plugin-helpers@5.1.1': + resolution: {integrity: sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg==} + engines: {node: '>=16'} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + '@graphql-codegen/schema-ast@4.1.0': resolution: {integrity: sha512-kZVn0z+th9SvqxfKYgztA6PM7mhnSZaj4fiuBWvMTqA+QqQ9BBed6Pz41KuD/jr0gJtnlr2A4++/0VlpVbCTmQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typed-document-node@5.1.1': - resolution: {integrity: sha512-Bp/BrMZDKRwzuVeLv+pSljneqONM7gqu57ZaV34Jbncu2hZWMRDMfizTKghoEwwZbRCYYfJO9tA0sYVVIfI1kg==} + '@graphql-codegen/typed-document-node@5.1.2': + resolution: {integrity: sha512-jaxfViDqFRbNQmfKwUY8hDyjnLTw2Z7DhGutxoOiiAI0gE/LfPe0LYaVFKVmVOOD7M3bWxoWfu4slrkbWbUbEw==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-operations@4.6.0': - resolution: {integrity: sha512-/EltSdE/uPoEAblRTVLABVDhsrE//Kl3pCflyG1PWl4gWL9/OzQXYGjo6TF6bPMVn/QBWoO0FeboWf+bk84SXA==} + '@graphql-codegen/typescript-operations@4.6.1': + resolution: {integrity: sha512-k92laxhih7s0WZ8j5WMIbgKwhe64C0As6x+PdcvgZFMudDJ7rPJ/hFqJ9DCRxNjXoHmSjnr6VUuQZq4lT1RzCA==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true '@graphql-codegen/typescript@4.1.6': resolution: {integrity: sha512-vpw3sfwf9A7S+kIUjyFxuvrywGxd4lmwmyYnnDVjVE4kSQ6Td3DpqaPTy8aNQ6O96vFoi/bxbZS2BW49PwSUUA==} @@ -1585,12 +1575,12 @@ packages: '@keyv/serialize@1.0.3': resolution: {integrity: sha512-qnEovoOp5Np2JDGonIDL6Ayihw0RhnRh6vxPuHo4RDn1UOzwEo4AeIfpL6UGIrsceWrCMiVPgwRjbHu4vYFc3g==} - '@lingui/babel-plugin-extract-messages@5.2.0': - resolution: {integrity: sha512-hQ6tFK72ZXX2813PU9thJbnwJ+SjSrfR3/tt4aqHJcOUdrb67wMVY/0xiUe+vb5y6kVZjZ4oPqdgCfGZ2jWBEw==} + '@lingui/babel-plugin-extract-messages@5.3.3': + resolution: {integrity: sha512-Cgac9D9ZrTrNdQPxRc5gmZXVUnofBoSUC7CHSEuua5tPolr20oP4snYEnpOvs2D/sM6AWTbM199i7F2e5m4HYA==} engines: {node: '>=20.0.0'} - '@lingui/babel-plugin-lingui-macro@5.2.0': - resolution: {integrity: sha512-IEpEfKW2WoGiK30dbovwXaPj69dKUP+GEAk00/6KUMB0sonaBWO4NO3Bj9G6NSdA6fB1lm9BtvuPqJQ2DvjF5g==} + '@lingui/babel-plugin-lingui-macro@5.3.3': + resolution: {integrity: sha512-LSdJVBchjHPtFemQJiykDlpSksN9jusKcLbkuhdpgMETNMS5EyFwLTud7YUo5qkOIhtpYIf9mj94t1vGRVeSYQ==} engines: {node: '>=20.0.0'} peerDependencies: babel-plugin-macros: 2 || 3 @@ -1598,20 +1588,20 @@ packages: babel-plugin-macros: optional: true - '@lingui/cli@5.2.0': - resolution: {integrity: sha512-SLMPi9VMNAmhKRGt3HCGIZVHHmxfAcb7zNK9qwrEhlvcwxNmtsPtLb4iJvKy/VpdCQYm7C6D34tFjyVjUZ4ROg==} + '@lingui/cli@5.3.3': + resolution: {integrity: sha512-db3aI637XO7z5QeZkrj9pEI3diTuXp0FVHn8TdFgKzQqmKLcv0CgJNftMoQ+DiibifOApyl01ZX81UVXtnQNdA==} engines: {node: '>=20.0.0'} hasBin: true - '@lingui/conf@5.2.0': - resolution: {integrity: sha512-3biQJxGntCP+EnOe9jjlquGCBfk6ogq+I8ZduHwmBceY5aQ0OR7V23ItDrMz0NBy8dFNk5YoeHun3CYKYOS/Jg==} + '@lingui/conf@5.3.3': + resolution: {integrity: sha512-YVjGeGQg4BrHrC+/s7kHYYjcBzAPFoGWl/ujdp05J6+PjV7yXnwUaMa3A7XhKFdRqpJReXf9FOWZUsIIBcPSEQ==} engines: {node: '>=20.0.0'} - '@lingui/core@5.2.0': - resolution: {integrity: sha512-cz35uKDxIGb/CPvgwn7BM/QYpxtARmQm7n+mHUoNJdNKSrg9R7vKkLRG7k9dukZwix2Mdjh+2dPIJnAkor2CiA==} + '@lingui/core@5.3.3': + resolution: {integrity: sha512-H2PAJrbcPBjJg2q3JqMS9OndPkx0kUV+zDLSguONNFGYbe/G7vcNpgEfyYfcCoJBrWaZzJ0iy3Se6LdFbvn6nA==} engines: {node: '>=20.0.0'} peerDependencies: - '@lingui/babel-plugin-lingui-macro': 5.2.0 + '@lingui/babel-plugin-lingui-macro': 5.3.3 babel-plugin-macros: 2 || 3 peerDependenciesMeta: '@lingui/babel-plugin-lingui-macro': @@ -1619,25 +1609,25 @@ packages: babel-plugin-macros: optional: true - '@lingui/format-json@5.2.0': - resolution: {integrity: sha512-Km5KdDkPcHTQXZBNt1YhIAdAustPpfCB6o+7kCyRJqZ2uZE7uuC3EA2M6gTLXNTz8+1ynYIVGmy7zIgixcD4hw==} + '@lingui/format-json@5.3.3': + resolution: {integrity: sha512-WOjasQJzzvdDOflYREYaJxwRIuBl/RWbuIRGlrUu7rWpggjoYS8BemL1XLnl9mbqmi6W7f/4vqW3Jy5tfLxnpQ==} engines: {node: '>=20.0.0'} - '@lingui/format-po@5.2.0': - resolution: {integrity: sha512-viUQaoRa8UxSghayTY7xjtwXbfXIVdlM8C4HsxmozQnl5TXnPVEwlaPYds3sdJ8PmQGcYCm35r8EsmuKBoWYDQ==} + '@lingui/format-po@5.3.3': + resolution: {integrity: sha512-sKGJqsIJLPMKwtSP1js7cfFzEXsNSppzYxDPVO06i71Xd0jn8a+KXLMaSAQj9jY/dpxN8wKsCt26gOnHYi5c5g==} engines: {node: '>=20.0.0'} - '@lingui/message-utils@5.2.0': - resolution: {integrity: sha512-qJFKNc1b7SRX6y5ywtA1x+2/gaY22e09hjC6fiDvDpAFdEguI4qAJGmBmqlAZG/kcokR0tmMpo9zYUF8jjcHEA==} + '@lingui/message-utils@5.3.3': + resolution: {integrity: sha512-Xn1jFX9pworCEKvPwyEo/YJEp8qjELoRkFMUQ+D9AMi8jpaBUbcJpKdJ/TcIt7SKfk8koR/TMxoayMVsh++KCw==} engines: {node: '>=20.0.0'} bundledDependencies: - '@messageformat/date-skeleton' - '@lingui/vite-plugin@5.2.0': - resolution: {integrity: sha512-jMpf6JJY1s3t4eFRBseTyuQNxy6ERRwg+uLi8EZ/qcaQgQW+GK6qWX/Qg5xQ8k1mJpaP6ihanMQMrkS6d5oR/A==} + '@lingui/vite-plugin@5.3.3': + resolution: {integrity: sha512-CHn/8+2SdLxDVYdtUrUQ0DUVhdG0e+U83bqr8OG6JMmlLxLccWGu9JLLloDN34bsGAZqJ1vkEaZ59UHfbtWUaw==} engines: {node: '>=20.0.0'} peerDependencies: - vite: ^3 || ^4 || ^5.0.9 || ^6 + vite: ^3 || ^4 || ^5.0.9 || ^6 || ^7 '@mdi/js@7.4.47': resolution: {integrity: sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==} @@ -2281,8 +2271,8 @@ packages: resolution: {integrity: sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==} engines: {node: '>=14'} - '@opentelemetry/semantic-conventions@1.32.0': - resolution: {integrity: sha512-s0OpmpQFSfMrmedAn9Lhg4KWJELHCU6uU9dtIJ28N8UGhf9Y55im5X8fEzwhwDwiSqN+ZPSNrDJF7ivf/AuRPQ==} + '@opentelemetry/semantic-conventions@1.36.0': + resolution: {integrity: sha512-TtxJSRD8Ohxp6bKkhrm27JRHAxPczQA7idtcTOMYI+wQRRrfgqxHv1cFbCApcSnNjtXkmzFozn6jQtFrOmbjPQ==} engines: {node: '>=14'} '@opentelemetry/sql-common@0.40.1': @@ -2295,8 +2285,8 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.52.0': - resolution: {integrity: sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==} + '@playwright/test@1.54.1': + resolution: {integrity: sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==} engines: {node: '>=18'} hasBin: true @@ -2494,31 +2484,31 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@storybook/addon-a11y@9.0.8': - resolution: {integrity: sha512-5wFBlISLUDykvpzATR0m7DbvD2+ImiqVx3EfoamrRqzuStTYh/5eEKYvbTznPFBrgvvboCzvVWT2ZqNByeQhxw==} + '@storybook/addon-a11y@9.0.18': + resolution: {integrity: sha512-msbsTI9TmePQ5ElVclLi7ns5WaAntouJFaj9ElNugFWME21k68RiyXnioDjDfEoi/+y8tthQNNqjsHoX/Ev0Og==} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 - '@storybook/addon-docs@9.0.8': - resolution: {integrity: sha512-YRR8qHitwXVTJyn02YMrzd9mCKcuZWSKWt+J/ddFb8khGfLcAW+O0NohGeqMyM6XStLVDKKIKsMoTHggUwIFsA==} + '@storybook/addon-docs@9.0.18': + resolution: {integrity: sha512-1mLhaRDx8s1JAF51o56OmwMnIsg4BOQJ8cn+4wbMjh14pDFALrovlFl/BpAXnV1VaZqHjCB4ZWuP+y5CwXEpeQ==} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 - '@storybook/addon-svelte-csf@5.0.3': - resolution: {integrity: sha512-P6f/fCqL0Wq79LTe1EjSjKppKE5h8Dz5+x9R/NK7+5PyQI4NS1RNwMnppUJeJhF4CqV7BLjsFGr88DT3AAdytw==} + '@storybook/addon-svelte-csf@5.0.7': + resolution: {integrity: sha512-6Zmy5HjOlrrG6OoKRTGDr9LR6zRK4/Sa7raFzQRKHGASgMlfKsMdNTNO0sxnMUWCu2JMS6HsuoLtB3Ma8SlYtg==} peerDependencies: '@storybook/svelte': ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 - '@sveltejs/vite-plugin-svelte': ^4.0.0 || ^5.0.0 + '@sveltejs/vite-plugin-svelte': ^4.0.0 || ^5.0.0 || ^6.0.0 storybook: ^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 svelte: ^5.0.0 - vite: ^5.0.0 || ^6.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/addon-vitest@9.0.8': - resolution: {integrity: sha512-LfO98ZbXwMknEnN9ICOj2UodVyr/62Q1o64WQyuktVZVZ4fXQXtPZO7uP9F4TX5HuvNWIiaxGlhBYfEzcErbUA==} + '@storybook/addon-vitest@9.0.18': + resolution: {integrity: sha512-uPLh9H7kRho+raxyIBCm8Ymd3j0VPuWIQ1HSAkdx8itmNafNqs4HE67Z8Cfl259YzdWU/j5BhZqoiT62BCbIDw==} peerDependencies: '@vitest/browser': ^3.0.0 '@vitest/runner': ^3.0.0 - storybook: ^9.0.8 + storybook: ^9.0.18 vitest: ^3.0.0 peerDependenciesMeta: '@vitest/browser': @@ -2528,16 +2518,16 @@ packages: vitest: optional: true - '@storybook/builder-vite@9.0.8': - resolution: {integrity: sha512-dbwDfBUwLW8I71h0Y9r+twtEdjKC+oBP1YweS26ET78qc6qXMFsK5Tfh6lzj/vQbmxY0YhnTVrrkXgfR0erLPA==} + '@storybook/builder-vite@9.0.18': + resolution: {integrity: sha512-lfbrozA6UPVizDrgbPEe04WMtxIraESwUkmwW3+Lxh8rKEUj5cXngcrJUW+meQNNaggdZZWEqeEtweuaLIR+Hg==} peerDependencies: - storybook: ^9.0.8 - vite: ^5.0.0 || ^6.0.0 + storybook: ^9.0.18 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/csf-plugin@9.0.8': - resolution: {integrity: sha512-mNjo4t9liAbQvhE9ni87NU2sz9tqFU4Y54ioSFDlW24wpubsvnhBi5h4z3EkeQJSzIzNMRym9SC7Elbqa3Kf+g==} + '@storybook/csf-plugin@9.0.18': + resolution: {integrity: sha512-MQ3WwXnMua5sX0uYyuO7dC5WOWuJCLqf8CsOn3zQ2ptNoH6hD7DFx5ZOa1uD6VxIuJ3LkA+YqfSRBncomJoRnA==} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 '@storybook/csf@0.1.13': resolution: {integrity: sha512-7xOOwCLGB3ebM87eemep89MYRFTko+D8qE7EdAAq74lgdqRR5cOUtYWJLjO2dLtP94nqoOdHJo6MdLLKzg412Q==} @@ -2552,27 +2542,27 @@ packages: 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/react-dom-shim@9.0.8': - resolution: {integrity: sha512-SYyjRagHZx724hGEWSZcXRzj82am77OpqeA9ps6ZsCSn4cVY9FORGEeY2bnlQkpLnDUH5yjdV/oh+0fXDbl/8g==} + '@storybook/react-dom-shim@9.0.18': + resolution: {integrity: sha512-qGR/d9x9qWRRxITaBVQkMnb73kwOm+N8fkbZRxc7U4lxupXRvkMIDh247nn71SYVBnvbh6//AL7P6ghiPWZYjA==} 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.8 + storybook: ^9.0.18 - '@storybook/svelte-vite@9.0.8': - resolution: {integrity: sha512-erOrMhuiElM7/vvcIyhGaVZuWQayYAG17Noa4H2IugAoXtZ0ptYmcmjqay98wua+VyX4xIESi601J5ZYdTylHA==} + '@storybook/svelte-vite@9.0.18': + resolution: {integrity: sha512-N6u7otsQmYv1GyFkkxTlHULywuF9s6v/VP/PCPuMvbVqAhYooZ/67Y67r+pp1zE26ZMrp3yDAy5h9evu/1aCCg==} engines: {node: '>=20.0.0'} peerDependencies: '@sveltejs/vite-plugin-svelte': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 - storybook: ^9.0.8 + storybook: ^9.0.18 svelte: ^5.0.0 - vite: ^5.0.0 || ^6.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 - '@storybook/svelte@9.0.8': - resolution: {integrity: sha512-afkG3GlUF6U9qTyfhY92NUlZpmmps0kyCSTs/sLncXZE/D8Ca6Cl00+xhAtGbBui2hoJM6tsYGNL+bLUKWiGUA==} + '@storybook/svelte@9.0.18': + resolution: {integrity: sha512-03ccuYa2/KACwf0HymF2x7d+PaGKOrGe93RzQEbX0s+hKwgHUoDcejT5jlqBTYHiVsp1RW0jida3EPaeppyyfA==} engines: {node: '>=20.0.0'} peerDependencies: - storybook: ^9.0.8 + storybook: ^9.0.18 svelte: ^5.0.0 '@stylistic/eslint-plugin@2.13.0': @@ -2586,8 +2576,8 @@ packages: peerDependencies: acorn: ^8.9.0 - '@sveltejs/adapter-node@5.2.12': - resolution: {integrity: sha512-0bp4Yb3jKIEcZWVcJC/L1xXp9zzJS4hDwfb4VITAkfT4OVdkspSHsx7YhqJDbb2hgLl6R9Vs7VQR+fqIVOxPUQ==} + '@sveltejs/adapter-node@5.2.13': + resolution: {integrity: sha512-yS2TVFmIrxjGhYaV5/iIUrJ3mJl6zjaYn0lBD70vTLnYvJeqf3cjvLXeXCUCuYinhSBoyF4DpfGla49BnIy7sQ==} peerDependencies: '@sveltejs/kit': ^2.4.0 @@ -2623,8 +2613,8 @@ packages: svelte: ^4.0.0 || ^5.0.0-next.0 vite: ^5.0.0 - '@sveltejs/vite-plugin-svelte@5.0.3': - resolution: {integrity: sha512-MCFS6CrQDu1yGwspm4qtli0e63vaPCehf6V7pIMP15AsWgMKrqDGCPFF/0kn4SP0ii4aySu4Pa62+fIRGFMjgw==} + '@sveltejs/vite-plugin-svelte@5.1.1': + resolution: {integrity: sha512-Y1Cs7hhTc+a5E9Va/xwKlAJoariQyHY+5zBgCZg4PFWNYQ1nMN9sjK1zhw1gK69DuqVP++sht/1GZg1aRwmAXQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22} peerDependencies: svelte: ^5.0.0 @@ -2711,9 +2701,6 @@ packages: '@types/express@5.0.1': resolution: {integrity: sha512-UZUw8vjpWFXuDnjFTh7/5c2TWDlQqeXHi6hcN7F2XSVT5P+WmUnnbFS3KA6Jnc6IsEqI2qCVu2bK0R0J4A8ZQQ==} - '@types/gensync@1.0.4': - resolution: {integrity: sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==} - '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} @@ -2780,8 +2767,8 @@ packages: '@types/mysql@2.15.22': resolution: {integrity: sha512-wK1pzsJVVAjYCSZWQoWHziQZbNggXFDUEIGf54g4ZM/ERuP86uGdWeKZWMYlqTPMZfHJJvLPyogXGvCOg87yLQ==} - '@types/node@20.17.32': - resolution: {integrity: sha512-zeMXFn8zQ+UkjK4ws0RiOC9EWByyW1CcVmLe+2rQocXRsGEDxUCwPEIVgpsGcLHS/P8JkT0oa3839BRABS0oPw==} + '@types/node@20.19.9': + resolution: {integrity: sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==} '@types/node@22.15.3': resolution: {integrity: sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==} @@ -2846,35 +2833,47 @@ packages: '@types/zxcvbn@4.4.5': resolution: {integrity: sha512-FZJgC5Bxuqg7Rhsm/bx6gAruHHhDQ55r+s0JhDh8CQ16fD7NsJJ+p8YMMQDhSQoIrSmjpqqYWA96oQVMNkjRyA==} - '@typescript-eslint/eslint-plugin@8.24.0': - resolution: {integrity: sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==} + '@typescript-eslint/eslint-plugin@8.38.0': + resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 + '@typescript-eslint/parser': ^8.38.0 eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/parser@8.24.0': - resolution: {integrity: sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==} + '@typescript-eslint/parser@8.38.0': + resolution: {integrity: sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/scope-manager@8.24.0': - resolution: {integrity: sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==} + '@typescript-eslint/project-service@8.38.0': + resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <5.9.0' '@typescript-eslint/scope-manager@8.31.0': resolution: {integrity: sha512-knO8UyF78Nt8O/B64i7TlGXod69ko7z6vJD9uhSlm0qkAbGeRUSudcm0+K/4CrRjrpiHfBCjMWlc08Vav1xwcw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.24.0': - resolution: {integrity: sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==} + '@typescript-eslint/scope-manager@8.38.0': + resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/tsconfig-utils@8.38.0': + resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <5.9.0' + + '@typescript-eslint/type-utils@8.38.0': + resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' '@typescript-eslint/types@8.24.0': resolution: {integrity: sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==} @@ -2884,6 +2883,10 @@ packages: resolution: {integrity: sha512-Ch8oSjVyYyJxPQk8pMiP2FFGYatqXQfQIaMp+TpuuLlDachRWpUAeEu1u9B/v/8LToehUIWyiKcA/w5hUFRKuQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/types@8.38.0': + resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/typescript-estree@8.24.0': resolution: {integrity: sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2896,12 +2899,11 @@ packages: peerDependencies: typescript: '>=4.8.4 <5.9.0' - '@typescript-eslint/utils@8.24.0': - resolution: {integrity: sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==} + '@typescript-eslint/typescript-estree@8.38.0': + resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.57.0 || ^9.0.0 - typescript: '>=4.8.4 <5.8.0' + typescript: '>=4.8.4 <5.9.0' '@typescript-eslint/utils@8.31.0': resolution: {integrity: sha512-qi6uPLt9cjTFxAb1zGNgTob4x9ur7xC6mHQJ8GwEzGMGE9tYniublmJaowOJ9V2jUzxrltTPfdG2nKlWsq0+Ww==} @@ -2910,6 +2912,13 @@ packages: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.9.0' + '@typescript-eslint/utils@8.38.0': + resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.9.0' + '@typescript-eslint/visitor-keys@8.24.0': resolution: {integrity: sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -2918,11 +2927,15 @@ packages: resolution: {integrity: sha512-QcGHmlRHWOl93o64ZUMNewCdwKGU6WItOU52H0djgNmn1EOrhVudrDzXz4OycCRSCPwFCDrE2iIt5vmuUdHxuQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@typescript-eslint/visitor-keys@8.38.0': + resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@ungap/structured-clone@1.3.0': resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==} - '@urql/core@5.1.1': - resolution: {integrity: sha512-aGh024z5v2oINGD/In6rAtVKTm4VmQ2TxKQBAtk2ZSME5dunZFcjltw4p5ENQg+5CBhZ3FHMzl0Oa+rwqiWqlg==} + '@urql/core@5.2.0': + resolution: {integrity: sha512-/n0ieD0mvvDnVAXEQgX/7qJiVcvYvNkOHeBvkwtylfjydar123caCXcl58PXFY11oU1oquJocVXHxLAbtv4x1A==} '@urql/devtools@2.0.3': resolution: {integrity: sha512-TktPLiBS9LcBPHD6qcnb8wqOVcg3Bx0iCtvQ80uPpfofwwBGJmqnQTjUdEFU6kwaLOFZULQ9+Uo4831G823mQw==} @@ -2930,8 +2943,8 @@ packages: '@urql/core': '>= 1.14.0' graphql: '>= 0.11.0' - '@urql/exchange-graphcache@7.2.3': - resolution: {integrity: sha512-ClxbxlONfcGZOgZQxUIJ2hvy82mwuljQLVd957TgpSDzSCMLWCklWFubnSC5YFvQLR1kZJW+sbhWKd4ZpndF9w==} + '@urql/exchange-graphcache@7.2.4': + resolution: {integrity: sha512-kiKbT0ZrtyQmmgNLYR0qkZAJjWHQOtrd+6Dt9JMtm3L/A8r3D6ptcJn668BADP6J+vkxcfNFtdI+0OdmBBkRgw==} peerDependencies: '@urql/core': ^5.0.0 @@ -2947,12 +2960,12 @@ packages: peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 - '@vitest/browser@3.2.3': - resolution: {integrity: sha512-5HpUb0ixGF8JWSAjb/P1x/VPuTYUkL4pL0+YO6DJiuvQgqJN3PREaUEcXwfXjU4nBc37EahfpRbAwdE9pHs9lQ==} + '@vitest/browser@3.2.4': + resolution: {integrity: sha512-tJxiPrWmzH8a+w9nLKlQMzAKX/7VjFs50MWgcAj7p9XQ7AQ9/35fByFYptgPELyLw+0aixTnC4pUWV+APcZ/kw==} peerDependencies: playwright: '*' safaridriver: '*' - vitest: 3.2.3 + vitest: 3.2.4 webdriverio: ^7.0.0 || ^8.0.0 || ^9.0.0 peerDependenciesMeta: playwright: @@ -2962,14 +2975,11 @@ packages: webdriverio: optional: true - '@vitest/expect@3.0.9': - resolution: {integrity: sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==} - - '@vitest/expect@3.2.3': - resolution: {integrity: sha512-W2RH2TPWVHA1o7UmaFKISPvdicFJH+mjykctJFoAkUw+SPTJTGjUNdKscFBrqM7IPnCVu6zihtKYa7TkZS1dkQ==} + '@vitest/expect@3.2.4': + resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} - '@vitest/mocker@3.2.3': - resolution: {integrity: sha512-cP6fIun+Zx8he4rbWvi+Oya6goKQDZK+Yq4hhlggwQBbrlOQ4qtZ+G4nxB6ZnzI9lyIb+JnvyiJnPC2AGbKSPA==} + '@vitest/mocker@3.2.4': + resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 @@ -2979,34 +2989,25 @@ packages: vite: optional: true - '@vitest/pretty-format@3.0.9': - resolution: {integrity: sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==} - - '@vitest/pretty-format@3.2.3': - resolution: {integrity: sha512-yFglXGkr9hW/yEXngO+IKMhP0jxyFw2/qys/CK4fFUZnSltD+MU7dVYGrH8rvPcK/O6feXQA+EU33gjaBBbAng==} + '@vitest/pretty-format@3.2.4': + resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} - '@vitest/runner@3.2.3': - resolution: {integrity: sha512-83HWYisT3IpMaU9LN+VN+/nLHVBCSIUKJzGxC5RWUOsK1h3USg7ojL+UXQR3b4o4UBIWCYdD2fxuzM7PQQ1u8w==} + '@vitest/runner@3.2.4': + resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==} - '@vitest/snapshot@3.2.3': - resolution: {integrity: sha512-9gIVWx2+tysDqUmmM1L0hwadyumqssOL1r8KJipwLx5JVYyxvVRfxvMq7DaWbZZsCqZnu/dZedaZQh4iYTtneA==} + '@vitest/snapshot@3.2.4': + resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==} - '@vitest/spy@3.0.9': - resolution: {integrity: sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==} + '@vitest/spy@3.2.4': + resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} - '@vitest/spy@3.2.3': - resolution: {integrity: sha512-JHu9Wl+7bf6FEejTCREy+DmgWe+rQKbK+y32C/k5f4TBIAlijhJbRBIRIOCEpVevgRsCQR2iHRUH2/qKVM/plw==} - - '@vitest/ui@3.2.3': - resolution: {integrity: sha512-9aR2tY/WT7GRHGEH/9sSIipJqeA21Eh3C6xmiOVmfyBCFmezUSUFLalpaSmRHlRzWCKQU10yz3AHhKuYcdnZGQ==} + '@vitest/ui@3.2.4': + resolution: {integrity: sha512-hGISOaP18plkzbWEcP/QvtRW1xDXF2+96HbEX6byqQhAUbiS5oH6/9JwW+QsQCIYON2bI6QZBF+2PvOmrRZ9wA==} peerDependencies: - vitest: 3.2.3 - - '@vitest/utils@3.0.9': - resolution: {integrity: sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==} + vitest: 3.2.4 - '@vitest/utils@3.2.3': - resolution: {integrity: sha512-4zFBCU5Pf+4Z6v+rwnZ1HU1yzOKKvDkMXZrymE2PBlbjKJRlrOxbvpfPSvJTGRIwGoahaOGvp+kbCoxifhzJ1Q==} + '@vitest/utils@3.2.4': + resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} '@whatwg-node/disposablestack@0.0.6': resolution: {integrity: sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==} @@ -3158,13 +3159,6 @@ packages: resolution: {integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==} engines: {node: '>=8'} - autoprefixer@10.4.20: - resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - autoprefixer@10.4.21: resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==} engines: {node: ^10 || ^12 || >=14} @@ -3176,9 +3170,6 @@ packages: resolution: {integrity: sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==} engines: {node: '>=4'} - axios@1.7.9: - resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==} - axios@1.9.0: resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==} @@ -3288,9 +3279,6 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001699: - resolution: {integrity: sha512-b+uH5BakXZ9Do9iK+CkDmctUSEqZl+SP056vc5usa0PL+ev5OHw003rZXcnjNDv3L8P5j6rwT6C0BPKSikW08w==} - caniuse-lite@1.0.30001715: resolution: {integrity: sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==} @@ -3876,16 +3864,16 @@ packages: peerDependencies: esbuild: '>=0.12 <1' - esbuild@0.21.5: - resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} - engines: {node: '>=12'} - hasBin: true - esbuild@0.24.2: resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} engines: {node: '>=18'} hasBin: true + esbuild@0.25.8: + resolution: {integrity: sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==} + engines: {node: '>=18'} + hasBin: true + escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} engines: {node: '>=6'} @@ -3906,37 +3894,23 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-compat-utils@0.5.1: - resolution: {integrity: sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=6.0.0' - - eslint-plugin-storybook@9.0.8: - resolution: {integrity: sha512-JQeVZFw2+z1BFs+qlzsrhPy5xNz6p/8IuwBipnGlzC86Flj6WwQmj4ZVOIupsf0D6kiVjuEQOaiYSMYTR0KCDQ==} + eslint-plugin-storybook@9.0.18: + resolution: {integrity: sha512-f2FnWjTQkM9kYtbpChVuEo8F04QATBiuxYUdSBR58lWb3NprPKBfmRZC1dTA5NVeLY6geXduDLIPXefwXFz6Ag==} engines: {node: '>=20.0.0'} peerDependencies: eslint: '>=8' - storybook: ^9.0.8 + storybook: ^9.0.18 - eslint-plugin-svelte@2.46.1: - resolution: {integrity: sha512-7xYr2o4NID/f9OEYMqxsEQsCsj4KaMy4q5sANaKkAb6/QeCjYFxRmDm2S3YC3A3pl1kyPZ/syOx/i7LcWYSbIw==} - engines: {node: ^14.17.0 || >=16.0.0} + eslint-plugin-svelte@3.11.0: + resolution: {integrity: sha512-KliWlkieHyEa65aQIkRwUFfHzT5Cn4u3BQQsu3KlkJOs7c1u7ryn84EWaOjEzilbKgttT4OfBURA8Uc4JBSQIw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0-0 || ^9.0.0-0 + eslint: ^8.57.1 || ^9.0.0 svelte: ^3.37.0 || ^4.0.0 || ^5.0.0 peerDependenciesMeta: svelte: optional: true - eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - - eslint-scope@8.3.0: - resolution: {integrity: sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint-scope@8.4.0: resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3953,8 +3927,8 @@ packages: resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.29.0: - resolution: {integrity: sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==} + eslint@9.32.0: + resolution: {integrity: sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true peerDependencies: @@ -3966,18 +3940,10 @@ packages: esm-env@1.2.2: resolution: {integrity: sha512-Epxrv+Nr/CaL4ZcFGPJIYLWFom+YeV1DqMLHJoEd9SYRxNbaFruBwfEX/kkHUJf55j2+TUbmDcmuilbP1TmXHA==} - espree@10.3.0: - resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@10.4.0: resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -3990,12 +3956,12 @@ packages: esrap@1.2.2: resolution: {integrity: sha512-F2pSJklxx1BlQIQgooczXCPHmcWpn6EsP5oo73LQfonG9fIlIENQ8vMmfGXeojP9MrkzUNAfyU5vdFlR9shHAw==} - esrap@1.4.6: - resolution: {integrity: sha512-F/D2mADJ9SHY3IwksD4DAXjTt7qt7GWUf3/8RhCNWmC/67tyb55dpimHmy7EplakFaflV0R/PC+fdSPqrRHAQw==} - esrap@1.4.9: resolution: {integrity: sha512-3OMlcd0a03UGuZpPeUC1HxR3nA23l+HEyCiZw3b3FumJIN9KphoGzDJKMXI1S72jVS1dsenDyQC0kJlO1U9E1g==} + esrap@2.1.0: + resolution: {integrity: sha512-yzmPNpl7TBbMRC5Lj2JlJZNPml0tzqoqP5B1JXycNUwtqma9AKCO0M2wHrdgsHcy1WRW7S9rJknAMtByg3usgA==} + esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} @@ -4151,18 +4117,10 @@ packages: debug: optional: true - foreground-child@3.3.0: - resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} - engines: {node: '>=14'} - foreground-child@3.3.1: resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} engines: {node: '>=14'} - form-data@4.0.1: - resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} - engines: {node: '>= 6'} - form-data@4.0.2: resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} engines: {node: '>= 6'} @@ -4248,6 +4206,10 @@ packages: resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==} engines: {node: '>=18'} + globals@16.3.0: + resolution: {integrity: sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==} + engines: {node: '>=18'} + globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} @@ -4392,6 +4354,10 @@ packages: resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} engines: {node: '>= 4'} + ignore@7.0.5: + resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} + engines: {node: '>= 4'} + immer@10.1.1: resolution: {integrity: sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==} @@ -4433,10 +4399,6 @@ packages: inline-style-parser@0.2.4: resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} - inquirer@7.3.3: - resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} - engines: {node: '>=8.0.0'} - inquirer@8.2.6: resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} engines: {node: '>=12.0.0'} @@ -4688,8 +4650,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - known-css-properties@0.35.0: - resolution: {integrity: sha512-a/RAk2BfKk+WFGhhOCAYqSiFLc34k8Mt/6NWRI4joER0EYUzXIcFivjjnoD3+XU1DggLn/tZc3DOAgke7l8a4A==} + known-css-properties@0.37.0: + resolution: {integrity: sha512-JCDrsP4Z1Sb9JwG0aJ8Eo2r7k4Ou5MwmThS/6lcIe1ICyb7UBJKGRIUUdqc2ASdE/42lgz6zFUnzAIhtXnBVrQ==} kolorist@1.8.0: resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} @@ -4788,10 +4750,6 @@ packages: lodash.foreach@4.5.0: resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==} - lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - deprecated: This package is deprecated. Use the optional chaining (?.) operator instead. - lodash.isplainobject@4.0.6: resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} @@ -4835,6 +4793,9 @@ packages: loupe@3.1.3: resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==} + loupe@3.2.0: + resolution: {integrity: sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw==} + lower-case-first@2.0.2: resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==} @@ -5170,8 +5131,8 @@ packages: mlly@1.7.4: resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} - mode-watcher@1.0.7: - resolution: {integrity: sha512-ZGA7ZGdOvBJeTQkzdBOnXSgTkO6U6iIFWJoyGCTt6oHNg9XP9NBvS26De+V4W2aqI+B0yYXUskFG2VnEo3zyMQ==} + mode-watcher@1.1.0: + resolution: {integrity: sha512-mUT9RRGPDYenk59qJauN1rhsIMKBmWA3xMF+uRwE8MW/tjhaDSCCARqkSuDTq8vr4/2KcAxIGVjACxTjdk5C3g==} peerDependencies: svelte: ^5.27.0 @@ -5425,9 +5386,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} @@ -5481,13 +5439,13 @@ packages: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} - playwright-core@1.52.0: - resolution: {integrity: sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==} + playwright-core@1.54.1: + resolution: {integrity: sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==} engines: {node: '>=18'} hasBin: true - playwright@1.52.0: - resolution: {integrity: sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==} + playwright@1.54.1: + resolution: {integrity: sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==} engines: {node: '>=18'} hasBin: true @@ -5536,11 +5494,11 @@ packages: peerDependencies: postcss: ^8.2.14 - postcss-safe-parser@6.0.0: - resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} - engines: {node: '>=12.0'} + postcss-safe-parser@7.0.1: + resolution: {integrity: sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==} + engines: {node: '>=18.0'} peerDependencies: - postcss: ^8.3.3 + postcss: ^8.4.31 postcss-scss@4.0.9: resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==} @@ -5563,8 +5521,8 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.5.2: - resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==} + postcss@8.5.6: + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} engines: {node: ^10 || ^12 || >=14} postgres-array@2.0.0: @@ -5625,17 +5583,17 @@ packages: proper-lockfile@4.1.2: resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} - prosemirror-commands@1.7.0: - resolution: {integrity: sha512-6toodS4R/Aah5pdsrIwnTYPEjW70SlO5a66oo5Kk+CIrgJz3ukOoS+FYDGqvQlAX5PxoGWDX1oD++tn5X3pyRA==} + prosemirror-commands@1.7.1: + resolution: {integrity: sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==} prosemirror-history@1.4.1: resolution: {integrity: sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==} - prosemirror-keymap@1.2.2: - resolution: {integrity: sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ==} + prosemirror-keymap@1.2.3: + resolution: {integrity: sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==} - prosemirror-model@1.25.0: - resolution: {integrity: sha512-/8XUmxWf0pkj2BmtqZHYJipTBMHIdVjuvFzMvEoxrtyGNmfvdhBiRwYt/eFwy2wA9DtBW3RLqvZnjurEkHaFCw==} + prosemirror-model@1.25.2: + resolution: {integrity: sha512-BVypCAJ4SL6jOiTsDffP3Wp6wD69lRhI4zg/iT8JXjp3ccZFiq5WyguxvMKmdKFC3prhaig7wSr8dneDToHE1Q==} prosemirror-state@1.4.3: resolution: {integrity: sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==} @@ -5643,8 +5601,8 @@ packages: prosemirror-transform@1.10.3: resolution: {integrity: sha512-Nhh/+1kZGRINbEHmVu39oynhcap4hWTs/BlU7NnxWj3+l0qi8I1mu67v6mMdEe/ltD8hHvU4FV6PHiCw2VSpMw==} - prosemirror-view@1.38.1: - resolution: {integrity: sha512-4FH/uM1A4PNyrxXbD+RAbAsf0d/mM0D/wAKSVVWK7o0A9Q/oOXJBrw786mBf2Vnrs/Edly6dH6Z2gsb7zWwaUw==} + prosemirror-view@1.40.1: + resolution: {integrity: sha512-pbwUjt3G7TlsQQHDiYSupWBhJswpLVB09xXm1YiJPdkjkh9Pe7Y51XdLh5VWIZmROLY8UpUpG03lkdhm9lzIBA==} proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} @@ -5864,10 +5822,6 @@ packages: peerDependencies: svelte: ^5.7.0 - rxjs@6.6.7: - resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} - engines: {npm: '>=2.0.0'} - rxjs@7.8.2: resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} @@ -6000,8 +5954,8 @@ packages: std-env@3.9.0: resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} - storybook@9.0.8: - resolution: {integrity: sha512-GlOB3HAtzRYc237+o46nnETNkc2Qckh3UrIJ1rJyAzagIlPWau/jTxjSz76sqRODEnt01m8CyIkw3PGv0q1UpQ==} + storybook@9.0.18: + resolution: {integrity: sha512-ruxpEpizwoYQTt1hBOrWyp9trPYWD9Apt1TJ37rs1rzmNQWpSNGJDMg91JV4mUhBChzRvnid/oRBFFCWJz/dfw==} hasBin: true peerDependencies: prettier: ^2 || ^3 @@ -6076,31 +6030,22 @@ packages: peerDependencies: svelte: ^5.0.0 - svelte-check@4.1.4: - resolution: {integrity: sha512-v0j7yLbT29MezzaQJPEDwksybTE2Ups9rUxEXy92T06TiA0cbqcO8wAOwNUVkFW6B0hsYHA+oAX3BS8b/2oHtw==} + svelte-check@4.3.0: + resolution: {integrity: sha512-Iz8dFXzBNAM7XlEIsUjUGQhbEE+Pvv9odb9+0+ITTgFWZBGeJRRYqHUUglwe2EkLD5LIsQaAc4IUJyvtKuOO5w==} engines: {node: '>= 18.0.0'} hasBin: true peerDependencies: svelte: ^4.0.0 || ^5.0.0-next.0 typescript: '>=5.0.0' - svelte-dnd-action@0.9.57: - resolution: {integrity: sha512-H1QPlthwAH+xjaISKbp/dQJYeC3Jt1mlTNqJDko0f7XgEyi5ee3PMEuAfF1soJXA0Y5ceb+W8xJXiSZ+2CeMNA==} + svelte-dnd-action@0.9.64: + resolution: {integrity: sha512-kbbnOTuVc+VINheraVyEQ7K11jXdQii6JNTGpsyIuwUqmda030eT3rPpqckD8UVh1DuyYH3xqyJDTWb8S610Jg==} peerDependencies: svelte: '>=3.23.0 || ^5.0.0-next.0' - svelte-eslint-parser@0.43.0: - resolution: {integrity: sha512-GpU52uPKKcVnh8tKN5P4UZpJ/fUDndmq7wfsvoVXsyP+aY0anol7Yqo01fyrlaWGMFfm4av5DyrjlaXdLRJvGA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - svelte: ^3.37.0 || ^4.0.0 || ^5.0.0 - peerDependenciesMeta: - svelte: - optional: true - - svelte-eslint-parser@1.0.0-next.13: - resolution: {integrity: sha512-ZcxpplZNwh0ORcn9Lxwj0+3RhcrkSGgM6s1LKijsFCRMNjy2racIPC/OlmYL1R81Xu0/SPMEMvei0e2xfJi6IQ==} - engines: {node: ^18.20.4 || ^20.18.0 || >=22.10.0} + svelte-eslint-parser@1.3.0: + resolution: {integrity: sha512-VCgMHKV7UtOGcGLGNFSbmdm6kEKjtzo5nnpGU/mnx4OsFY6bZ7QwRF5DUx+Hokw5Lvdyo8dpk8B1m8mliomrNg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: svelte: ^3.37.0 || ^4.0.0 || ^5.0.0 peerDependenciesMeta: @@ -6205,8 +6150,8 @@ packages: resolution: {integrity: sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw==} engines: {node: '>=16'} - svelte@5.33.19: - resolution: {integrity: sha512-udmgc1nnGeAgnfVJjOMfSOAqPAKv8N65MWN2kDuxo6BZthTaUcsLh4vP8bdZC0bMXLGn69smSZXgQOeuZBOn4Q==} + svelte@5.37.1: + resolution: {integrity: sha512-h8arWpQZ+3z8eahyBT5KkiBOUsG6xvI5Ykg0ozRr9xEdImgSMUPUlOFWRNkUsT7Ti0DSUCTEbPoped0aoxFyWA==} engines: {node: '>=18'} sveltekit-search-params@3.0.0: @@ -6241,6 +6186,9 @@ packages: tailwind-merge@3.0.2: resolution: {integrity: sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==} + tailwind-merge@3.3.1: + resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==} + tailwind-variants@1.0.0: resolution: {integrity: sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==} engines: {node: '>=16.x', pnpm: '>=7.x'} @@ -6287,18 +6235,14 @@ packages: resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} engines: {node: '>=12.0.0'} - tinypool@1.1.0: - resolution: {integrity: sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==} + tinypool@1.1.1: + resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==} engines: {node: ^18.0.0 || >=20.0.0} tinyrainbow@2.0.0: resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} - tinyspy@3.0.2: - resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} - engines: {node: '>=14.0.0'} - tinyspy@4.0.3: resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==} engines: {node: '>=14.0.0'} @@ -6377,9 +6321,6 @@ packages: ts-log@2.2.7: resolution: {integrity: sha512-320x5Ggei84AxzlXp91QkIGSw5wgaLT6GeAH0KsqDmRZdVWW2OiSeVvElVoatk3f7nicwXlElXsoFkARiGE2yg==} - tslib@1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} @@ -6414,16 +6355,19 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - type-fest@4.34.1: - resolution: {integrity: sha512-6kSc32kT0rbwxD6QL1CYe8IqdzN/J/ILMrNK+HMQCKH3insCDRY/3ITb0vcBss0a3t72fzh2YSzj8ko1HgwT3g==} + type-fest@4.41.0: + resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==} engines: {node: '>=16'} - type-fest@4.40.1: - resolution: {integrity: sha512-9YvLNnORDpI+vghLU/Nf+zSv0kL47KbVJ1o3sKgoTefl6i+zebxbiDQWoe/oWWqPhIgQdRZRT1KA9sCPL810SA==} - engines: {node: '>=16'} + typescript-eslint@8.38.0: + resolution: {integrity: sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <5.9.0' - typescript@5.7.3: - resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} + typescript@5.8.3: + resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==} engines: {node: '>=14.17'} hasBin: true @@ -6446,9 +6390,6 @@ packages: resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} engines: {node: '>=0.10.0'} - undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} @@ -6490,9 +6431,6 @@ packages: resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==} engines: {node: '>=14.0.0'} - unraw@3.0.0: - resolution: {integrity: sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==} - update-browserslist-db@1.1.3: resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} hasBin: true @@ -6540,8 +6478,8 @@ packages: vfile@6.0.3: resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - virtua@0.41.2: - resolution: {integrity: sha512-48jgdeXKagXEVxalTFf1bJe/5JZq41QG9LcwDweFJwOZgOvIgoHhBR+IMZPOVd0AjtwvLOaS3O7MYNdti9c4VQ==} + virtua@0.41.5: + resolution: {integrity: sha512-x1vsA9qIQNBFcCs1rzCjyYdMvDu/kT6o6zwwQnyqFOFdOyIzqyzU3WfR/hJC8WxUZXSCo2LkuoqapL8VDDMQPg==} peerDependencies: react: '>=16.14.0' react-dom: '>=16.14.0' @@ -6560,25 +6498,25 @@ packages: vue: optional: true - vite-node@3.2.3: - resolution: {integrity: sha512-gc8aAifGuDIpZHrPjuHyP4dpQmYXqWw7D1GmDnWeNWP654UEXzVfQ5IHPSK5HaHkwB/+p1atpYpSdw/2kOv8iQ==} + vite-node@3.2.4: + resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true - vite-plugin-graphql-codegen@3.5.0: - resolution: {integrity: sha512-K9SDS30BTdzHEjPDlfyB2K7zTBSrB8jBWxM+uR1Jo/bIZPT5IZKbZeTS2R1fGTIFbAuYUf4AWOVMsOZ4v/XcTw==} + vite-plugin-graphql-codegen@3.6.3: + resolution: {integrity: sha512-A6C5fEGg26jG4bUhxTRH3KegFXNJ4Vxy4x/F/UKTfl73wOeb64qA3/rJFybyambvjNFndyameNazyeUglfH4Qg==} peerDependencies: '@graphql-codegen/cli': '>=1.0.0 <6.0.0' graphql: '>=14.0.0 <17.0.0' - vite: '>=2.7.0 <7.0.0' + vite: '>=2.7.0 <8.0.0' - vite-plugin-webfont-dl@3.10.4: - resolution: {integrity: sha512-Odn+9JO0Wz67pSiGGA0IZS7c+m3/KFRFI370WRiP5x20TZFobtaLdIcvfb1pZelRhOIzKndfsoLWrq8144mjzw==} + vite-plugin-webfont-dl@3.11.1: + resolution: {integrity: sha512-5eQaMn3mJ0qNnL64R6wZouh0I4zkvK8aS+GsoCDLY4WYfWCYvNpf6TyauxEsMlbwwfznkKjXTd1DNBGs4fKAhQ==} peerDependencies: - vite: ^2 || ^3 || ^4 || ^5 || ^6 + vite: ^2 || ^3 || ^4 || ^5 || ^6 || ^7 - vite@6.1.0: - resolution: {integrity: sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==} + vite@6.3.5: + resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -6641,16 +6579,16 @@ packages: svelte: '>3.0.0' vitest: ^2.1.0 || ^3.0.0-0 - vitest@3.2.3: - resolution: {integrity: sha512-E6U2ZFXe3N/t4f5BwUaVCKRLHqUpk1CBWeMh78UT4VaTPH/2dyvH6ALl29JTovEPu9dVKr/K/J4PkXgrMbw4Ww==} + vitest@3.2.4: + resolution: {integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/debug': ^4.1.12 '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.2.3 - '@vitest/ui': 3.2.3 + '@vitest/browser': 3.2.4 + '@vitest/ui': 3.2.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -6676,8 +6614,8 @@ packages: resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} engines: {node: '>=18'} - wavesurfer.js@7.10.0: - resolution: {integrity: sha512-GiyAHdorqGtUYG5fe4BfTf5lmtSLhrXoHeNlMsR80JOiOZxOrIOv9QaIR8RnqlleJ6D8R9cqvZKR9lfJcWcapg==} + wavesurfer.js@7.10.1: + resolution: {integrity: sha512-tF1ptFCAi8SAqKbM1e7705zouLC3z4ulXCg15kSP5dQ7VDV30Q3x/xFRcuVIYTT5+jB/PdkhiBRCfsMshZG1Ug==} wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} @@ -6779,18 +6717,6 @@ packages: utf-8-validate: optional: true - ws@8.18.1: - resolution: {integrity: sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - ws@8.18.2: resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} engines: {node: '>=10.0.0'} @@ -6855,8 +6781,8 @@ packages: zimmerframe@1.1.2: resolution: {integrity: sha512-rAbqEGa8ovJy4pyBxZM70hg4pE6gDgaQ0Sl9M3enG3I0d6H4XSAM3GeNGLKnsBpuijUow064sf7ww1nutC5/3w==} - zod@3.24.3: - resolution: {integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==} + zod@3.25.76: + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} zone.js@0.15.0: resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} @@ -6912,12 +6838,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@argos-ci/browser@4.1.1': {} + '@argos-ci/browser@4.1.4': {} - '@argos-ci/core@3.2.0': + '@argos-ci/core@3.2.1': dependencies: '@argos-ci/api-client': 0.8.1 - '@argos-ci/util': 2.3.1 + '@argos-ci/util': 2.3.2 axios: 1.9.0(debug@4.4.1) convict: 6.2.4 debug: 4.4.1 @@ -6927,17 +6853,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@argos-ci/playwright@5.0.4': + '@argos-ci/playwright@5.0.8': dependencies: - '@argos-ci/browser': 4.1.1 - '@argos-ci/core': 3.2.0 - '@argos-ci/util': 2.3.1 + '@argos-ci/browser': 4.1.4 + '@argos-ci/core': 3.2.1 + '@argos-ci/util': 2.3.2 chalk: 5.4.1 - debug: 4.4.0 + debug: 4.4.1 transitivePeerDependencies: - supports-color - '@argos-ci/util@2.3.1': {} + '@argos-ci/util@2.3.2': {} '@asamuzakjp/css-color@3.2.0': dependencies: @@ -6975,35 +6901,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/core@7.26.8': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.8 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.8) - '@babel/helpers': 7.26.7 - '@babel/parser': 7.26.8 - '@babel/template': 7.27.0 - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 - '@types/gensync': 1.0.4 - convert-source-map: 2.0.0 - debug: 4.4.1 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - '@babel/generator@7.26.8': - dependencies: - '@babel/parser': 7.26.8 - '@babel/types': 7.26.8 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.1.0 - '@babel/generator@7.27.0': dependencies: '@babel/parser': 7.27.0 @@ -7012,14 +6909,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/helper-compilation-targets@7.26.5': - dependencies: - '@babel/compat-data': 7.26.8 - '@babel/helper-validator-option': 7.25.9 - browserslist: 4.24.4 - lru-cache: 5.1.1 - semver: 6.3.1 - '@babel/helper-compilation-targets@7.27.0': dependencies: '@babel/compat-data': 7.26.8 @@ -7030,26 +6919,17 @@ snapshots: '@babel/helper-module-imports@7.25.9': dependencies: - '@babel/traverse': 7.26.8 - '@babel/types': 7.26.8 - transitivePeerDependencies: - - supports-color - - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.27.0 + '@babel/types': 7.27.0 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.8)': + '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': dependencies: - '@babel/core': 7.26.8 + '@babel/core': 7.26.10 '@babel/helper-module-imports': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/traverse': 7.26.8 + '@babel/traverse': 7.27.0 transitivePeerDependencies: - supports-color @@ -7061,20 +6941,11 @@ snapshots: '@babel/helper-validator-option@7.25.9': {} - '@babel/helpers@7.26.7': - dependencies: - '@babel/template': 7.27.0 - '@babel/types': 7.26.8 - '@babel/helpers@7.27.0': dependencies: '@babel/template': 7.27.0 '@babel/types': 7.27.0 - '@babel/parser@7.26.8': - dependencies: - '@babel/types': 7.26.8 - '@babel/parser@7.27.0': dependencies: '@babel/types': 7.27.0 @@ -7084,10 +6955,6 @@ snapshots: '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.26.5 - '@babel/runtime@7.26.7': - dependencies: - regenerator-runtime: 0.14.1 - '@babel/runtime@7.27.0': dependencies: regenerator-runtime: 0.14.1 @@ -7098,18 +6965,6 @@ snapshots: '@babel/parser': 7.27.0 '@babel/types': 7.27.0 - '@babel/traverse@7.26.8': - dependencies: - '@babel/code-frame': 7.26.2 - '@babel/generator': 7.26.8 - '@babel/parser': 7.26.8 - '@babel/template': 7.27.0 - '@babel/types': 7.26.8 - debug: 4.4.1 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.27.0': dependencies: '@babel/code-frame': 7.26.2 @@ -7122,23 +6977,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/types@7.26.8': - dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 - '@babel/types@7.27.0': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@chromatic-com/storybook@4.0.0(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@chromatic-com/storybook@4.0.1(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))': dependencies: '@neoconfetti/react': 1.0.0 chromatic: 12.1.0 filesize: 10.1.6 jsonfile: 6.1.0 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) strip-ansi: 7.1.0 transitivePeerDependencies: - '@chromatic-com/cypress' @@ -7224,158 +7074,172 @@ snapshots: '@whatwg-node/promise-helpers': 1.3.1 tslib: 2.8.1 - '@esbuild/aix-ppc64@0.21.5': - optional: true - '@esbuild/aix-ppc64@0.24.2': optional: true - '@esbuild/android-arm64@0.21.5': + '@esbuild/aix-ppc64@0.25.8': optional: true '@esbuild/android-arm64@0.24.2': optional: true - '@esbuild/android-arm@0.21.5': + '@esbuild/android-arm64@0.25.8': optional: true '@esbuild/android-arm@0.24.2': optional: true - '@esbuild/android-x64@0.21.5': + '@esbuild/android-arm@0.25.8': optional: true '@esbuild/android-x64@0.24.2': optional: true - '@esbuild/darwin-arm64@0.21.5': + '@esbuild/android-x64@0.25.8': optional: true '@esbuild/darwin-arm64@0.24.2': optional: true - '@esbuild/darwin-x64@0.21.5': + '@esbuild/darwin-arm64@0.25.8': optional: true '@esbuild/darwin-x64@0.24.2': optional: true - '@esbuild/freebsd-arm64@0.21.5': + '@esbuild/darwin-x64@0.25.8': optional: true '@esbuild/freebsd-arm64@0.24.2': optional: true - '@esbuild/freebsd-x64@0.21.5': + '@esbuild/freebsd-arm64@0.25.8': optional: true '@esbuild/freebsd-x64@0.24.2': optional: true - '@esbuild/linux-arm64@0.21.5': + '@esbuild/freebsd-x64@0.25.8': optional: true '@esbuild/linux-arm64@0.24.2': optional: true - '@esbuild/linux-arm@0.21.5': + '@esbuild/linux-arm64@0.25.8': optional: true '@esbuild/linux-arm@0.24.2': optional: true - '@esbuild/linux-ia32@0.21.5': + '@esbuild/linux-arm@0.25.8': optional: true '@esbuild/linux-ia32@0.24.2': optional: true - '@esbuild/linux-loong64@0.21.5': + '@esbuild/linux-ia32@0.25.8': optional: true '@esbuild/linux-loong64@0.24.2': optional: true - '@esbuild/linux-mips64el@0.21.5': + '@esbuild/linux-loong64@0.25.8': optional: true '@esbuild/linux-mips64el@0.24.2': optional: true - '@esbuild/linux-ppc64@0.21.5': + '@esbuild/linux-mips64el@0.25.8': optional: true '@esbuild/linux-ppc64@0.24.2': optional: true - '@esbuild/linux-riscv64@0.21.5': + '@esbuild/linux-ppc64@0.25.8': optional: true '@esbuild/linux-riscv64@0.24.2': optional: true - '@esbuild/linux-s390x@0.21.5': + '@esbuild/linux-riscv64@0.25.8': optional: true '@esbuild/linux-s390x@0.24.2': optional: true - '@esbuild/linux-x64@0.21.5': + '@esbuild/linux-s390x@0.25.8': optional: true '@esbuild/linux-x64@0.24.2': optional: true + '@esbuild/linux-x64@0.25.8': + optional: true + '@esbuild/netbsd-arm64@0.24.2': optional: true - '@esbuild/netbsd-x64@0.21.5': + '@esbuild/netbsd-arm64@0.25.8': optional: true '@esbuild/netbsd-x64@0.24.2': optional: true + '@esbuild/netbsd-x64@0.25.8': + optional: true + '@esbuild/openbsd-arm64@0.24.2': optional: true - '@esbuild/openbsd-x64@0.21.5': + '@esbuild/openbsd-arm64@0.25.8': optional: true '@esbuild/openbsd-x64@0.24.2': optional: true - '@esbuild/sunos-x64@0.21.5': + '@esbuild/openbsd-x64@0.25.8': + optional: true + + '@esbuild/openharmony-arm64@0.25.8': optional: true '@esbuild/sunos-x64@0.24.2': optional: true - '@esbuild/win32-arm64@0.21.5': + '@esbuild/sunos-x64@0.25.8': optional: true '@esbuild/win32-arm64@0.24.2': optional: true - '@esbuild/win32-ia32@0.21.5': + '@esbuild/win32-arm64@0.25.8': optional: true '@esbuild/win32-ia32@0.24.2': optional: true - '@esbuild/win32-x64@0.21.5': + '@esbuild/win32-ia32@0.25.8': optional: true '@esbuild/win32-x64@0.24.2': optional: true - '@eslint-community/eslint-utils@4.6.1(eslint@9.29.0(jiti@2.4.2))': + '@esbuild/win32-x64@0.25.8': + optional: true + + '@eslint-community/eslint-utils@4.6.1(eslint@9.32.0(jiti@2.4.2))': + dependencies: + eslint: 9.32.0(jiti@2.4.2) + eslint-visitor-keys: 3.4.3 + + '@eslint-community/eslint-utils@4.7.0(eslint@9.32.0(jiti@2.4.2))': dependencies: - eslint: 9.29.0(jiti@2.4.2) + eslint: 9.32.0(jiti@2.4.2) eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.12.1': {} - '@eslint/config-array@0.20.1': + '@eslint/config-array@0.21.0': dependencies: '@eslint/object-schema': 2.1.6 debug: 4.4.1 @@ -7383,11 +7247,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/config-helpers@0.2.3': {} - - '@eslint/core@0.14.0': - dependencies: - '@types/json-schema': 7.0.15 + '@eslint/config-helpers@0.3.0': {} '@eslint/core@0.15.1': dependencies: @@ -7407,11 +7267,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.29.0': {} + '@eslint/js@9.32.0': {} '@eslint/object-schema@2.1.6': {} - '@eslint/plugin-kit@0.3.3': + '@eslint/plugin-kit@0.3.4': dependencies: '@eslint/core': 0.15.1 levn: 0.4.1 @@ -7420,19 +7280,10 @@ snapshots: '@fastify/busboy@3.1.1': {} - '@floating-ui/core@1.6.9': - dependencies: - '@floating-ui/utils': 0.2.9 - '@floating-ui/core@1.7.2': dependencies: '@floating-ui/utils': 0.2.10 - '@floating-ui/dom@1.6.13': - dependencies: - '@floating-ui/core': 1.6.9 - '@floating-ui/utils': 0.2.9 - '@floating-ui/dom@1.7.2': dependencies: '@floating-ui/core': 1.7.2 @@ -7440,8 +7291,6 @@ snapshots: '@floating-ui/utils@0.2.10': {} - '@floating-ui/utils@0.2.9': {} - '@formatjs/ecma402-abstract@2.3.4': dependencies: '@formatjs/fast-memoize': 2.2.7 @@ -7478,35 +7327,35 @@ snapshots: '@graphql-codegen/add@5.0.3(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) graphql: 16.11.0 tslib: 2.6.3 - '@graphql-codegen/cli@5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3)': + '@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3)': dependencies: '@babel/generator': 7.27.0 '@babel/template': 7.27.0 '@babel/types': 7.27.0 - '@graphql-codegen/client-preset': 4.8.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) + '@graphql-codegen/client-preset': 4.8.3(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) '@graphql-codegen/core': 4.0.2(graphql@16.11.0) - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-tools/apollo-engine-loader': 8.0.20(graphql@16.11.0) '@graphql-tools/code-file-loader': 8.1.20(graphql@16.11.0) '@graphql-tools/git-loader': 8.0.24(graphql@16.11.0) - '@graphql-tools/github-loader': 8.0.20(@types/node@20.17.32)(graphql@16.11.0) + '@graphql-tools/github-loader': 8.0.20(@types/node@20.19.9)(graphql@16.11.0) '@graphql-tools/graphql-file-loader': 8.0.19(graphql@16.11.0) '@graphql-tools/json-file-loader': 8.0.18(graphql@16.11.0) '@graphql-tools/load': 8.1.0(graphql@16.11.0) - '@graphql-tools/prisma-loader': 8.0.17(@types/node@20.17.32)(graphql@16.11.0) - '@graphql-tools/url-loader': 8.0.31(@types/node@20.17.32)(graphql@16.11.0) + '@graphql-tools/prisma-loader': 8.0.17(@types/node@20.19.9)(graphql@16.11.0) + '@graphql-tools/url-loader': 8.0.31(@types/node@20.19.9)(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) '@whatwg-node/fetch': 0.10.6 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.7.3) + cosmiconfig: 8.3.6(typescript@5.8.3) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.11.0 - graphql-config: 5.1.4(@types/node@20.17.32)(graphql@16.11.0)(typescript@5.7.3) + graphql-config: 5.1.4(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.8.3) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.7 @@ -7533,29 +7382,30 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-codegen/client-preset@4.8.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': + '@graphql-codegen/client-preset@4.8.3(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': dependencies: '@babel/helper-plugin-utils': 7.26.5 '@babel/template': 7.27.0 '@graphql-codegen/add': 5.0.3(graphql@16.11.0) '@graphql-codegen/gql-tag-operations': 4.0.17(graphql@16.11.0) - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) - '@graphql-codegen/typed-document-node': 5.1.1(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) + '@graphql-codegen/typed-document-node': 5.1.2(graphql@16.11.0) '@graphql-codegen/typescript': 4.1.6(graphql@16.11.0) - '@graphql-codegen/typescript-operations': 4.6.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) + '@graphql-codegen/typescript-operations': 4.6.1(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) '@graphql-tools/documents': 1.0.1(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0) graphql: 16.11.0 - graphql-sock: 1.0.1(graphql@16.11.0) tslib: 2.6.3 + optionalDependencies: + graphql-sock: 1.0.1(graphql@16.11.0) transitivePeerDependencies: - encoding '@graphql-codegen/core@4.0.2(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-tools/schema': 10.0.23(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) graphql: 16.11.0 @@ -7563,7 +7413,7 @@ snapshots: '@graphql-codegen/gql-tag-operations@4.0.17(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) auto-bind: 4.0.0 @@ -7582,6 +7432,16 @@ snapshots: lodash: 4.17.21 tslib: 2.6.3 + '@graphql-codegen/plugin-helpers@5.1.1(graphql@16.11.0)': + dependencies: + '@graphql-tools/utils': 10.8.6(graphql@16.11.0) + change-case-all: 1.0.15 + common-tags: 1.8.2 + graphql: 16.11.0 + import-from: 4.0.0 + lodash: 4.17.21 + tslib: 2.6.3 + '@graphql-codegen/schema-ast@4.1.0(graphql@16.11.0)': dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) @@ -7589,9 +7449,9 @@ snapshots: graphql: 16.11.0 tslib: 2.6.3 - '@graphql-codegen/typed-document-node@5.1.1(graphql@16.11.0)': + '@graphql-codegen/typed-document-node@5.1.2(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) auto-bind: 4.0.0 change-case-all: 1.0.15 @@ -7600,15 +7460,16 @@ snapshots: transitivePeerDependencies: - encoding - '@graphql-codegen/typescript-operations@4.6.0(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': + '@graphql-codegen/typescript-operations@4.6.1(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/plugin-helpers': 5.1.1(graphql@16.11.0) '@graphql-codegen/typescript': 4.1.6(graphql@16.11.0) '@graphql-codegen/visitor-plugin-common': 5.8.0(graphql@16.11.0) auto-bind: 4.0.0 graphql: 16.11.0 - graphql-sock: 1.0.1(graphql@16.11.0) tslib: 2.6.3 + optionalDependencies: + graphql-sock: 1.0.1(graphql@16.11.0) transitivePeerDependencies: - encoding @@ -7709,7 +7570,7 @@ snapshots: - uWebSockets.js - utf-8-validate - '@graphql-tools/executor-http@1.3.3(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/executor-http@1.3.3(@types/node@20.19.9)(graphql@16.11.0)': dependencies: '@graphql-hive/signal': 1.0.0 '@graphql-tools/executor-common': 0.0.4(graphql@16.11.0) @@ -7719,7 +7580,7 @@ snapshots: '@whatwg-node/fetch': 0.10.6 '@whatwg-node/promise-helpers': 1.3.1 graphql: 16.11.0 - meros: 1.3.0(@types/node@20.17.32) + meros: 1.3.0(@types/node@20.19.9) tslib: 2.8.1 transitivePeerDependencies: - '@types/node' @@ -7758,9 +7619,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphql-tools/github-loader@8.0.20(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/github-loader@8.0.20(@types/node@20.19.9)(graphql@16.11.0)': dependencies: - '@graphql-tools/executor-http': 1.3.3(@types/node@20.17.32)(graphql@16.11.0) + '@graphql-tools/executor-http': 1.3.3(@types/node@20.19.9)(graphql@16.11.0) '@graphql-tools/graphql-tag-pluck': 8.3.19(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) '@whatwg-node/fetch': 0.10.6 @@ -7828,9 +7689,9 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 - '@graphql-tools/prisma-loader@8.0.17(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/prisma-loader@8.0.17(@types/node@20.19.9)(graphql@16.11.0)': dependencies: - '@graphql-tools/url-loader': 8.0.31(@types/node@20.17.32)(graphql@16.11.0) + '@graphql-tools/url-loader': 8.0.31(@types/node@20.19.9)(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.10.6 @@ -7872,10 +7733,10 @@ snapshots: graphql: 16.11.0 tslib: 2.8.1 - '@graphql-tools/url-loader@8.0.31(@types/node@20.17.32)(graphql@16.11.0)': + '@graphql-tools/url-loader@8.0.31(@types/node@20.19.9)(graphql@16.11.0)': dependencies: '@graphql-tools/executor-graphql-ws': 2.0.5(graphql@16.11.0) - '@graphql-tools/executor-http': 1.3.3(@types/node@20.17.32)(graphql@16.11.0) + '@graphql-tools/executor-http': 1.3.3(@types/node@20.19.9)(graphql@16.11.0) '@graphql-tools/executor-legacy-ws': 1.1.17(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) '@graphql-tools/wrap': 10.0.35(graphql@16.11.0) @@ -8045,7 +7906,7 @@ snapshots: dependencies: '@inquirer/type': 1.5.5 '@types/mute-stream': 0.0.4 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/wrap-ansi': 3.0.0 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -8084,7 +7945,7 @@ snapshots: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -8111,103 +7972,99 @@ snapshots: dependencies: buffer: 6.0.3 - '@lingui/babel-plugin-extract-messages@5.2.0': {} + '@lingui/babel-plugin-extract-messages@5.3.3': {} - '@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3)': + '@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)': dependencies: - '@babel/core': 7.26.8 - '@babel/runtime': 7.26.7 - '@babel/types': 7.26.8 - '@lingui/conf': 5.2.0(typescript@5.7.3) - '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) - '@lingui/message-utils': 5.2.0 + '@babel/core': 7.26.10 + '@babel/runtime': 7.27.0 + '@babel/types': 7.27.0 + '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + '@lingui/message-utils': 5.3.3 optionalDependencies: babel-plugin-macros: 3.1.0 transitivePeerDependencies: - supports-color - typescript - '@lingui/cli@5.2.0(typescript@5.7.3)': - dependencies: - '@babel/core': 7.26.8 - '@babel/generator': 7.26.8 - '@babel/parser': 7.26.8 - '@babel/runtime': 7.26.7 - '@babel/types': 7.26.8 - '@lingui/babel-plugin-extract-messages': 5.2.0 - '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) - '@lingui/conf': 5.2.0(typescript@5.7.3) - '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) - '@lingui/format-po': 5.2.0(typescript@5.7.3) - '@lingui/message-utils': 5.2.0 - babel-plugin-macros: 3.1.0 - chalk: 4.1.2 + '@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)': + dependencies: + '@babel/core': 7.26.10 + '@babel/generator': 7.27.0 + '@babel/parser': 7.27.0 + '@babel/runtime': 7.27.0 + '@babel/types': 7.27.0 + '@lingui/babel-plugin-extract-messages': 5.3.3 + '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + '@lingui/format-po': 5.3.3(typescript@5.8.3) + '@lingui/message-utils': 5.3.3 chokidar: 3.5.1 cli-table: 0.3.11 commander: 10.0.1 convert-source-map: 2.0.0 date-fns: 3.6.0 - esbuild: 0.21.5 + esbuild: 0.25.8 glob: 11.0.1 - inquirer: 7.3.3 micromatch: 4.0.8 normalize-path: 3.0.0 ora: 5.4.1 - pathe: 1.1.2 - pkg-up: 3.1.0 + picocolors: 1.1.1 pofile: 1.1.4 pseudolocale: 2.1.0 source-map: 0.8.0-beta.0 transitivePeerDependencies: + - babel-plugin-macros - supports-color - typescript - '@lingui/conf@5.2.0(typescript@5.7.3)': + '@lingui/conf@5.3.3(typescript@5.8.3)': dependencies: - '@babel/runtime': 7.26.7 - chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.7.3) + '@babel/runtime': 7.27.0 + cosmiconfig: 8.3.6(typescript@5.8.3) jest-validate: 29.7.0 jiti: 1.21.7 - lodash.get: 4.4.2 + picocolors: 1.1.1 transitivePeerDependencies: - typescript - '@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0)': + '@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0)': dependencies: - '@babel/runtime': 7.26.7 - '@lingui/message-utils': 5.2.0 - unraw: 3.0.0 + '@babel/runtime': 7.27.0 + '@lingui/message-utils': 5.3.3 optionalDependencies: - '@lingui/babel-plugin-lingui-macro': 5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3) + '@lingui/babel-plugin-lingui-macro': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) babel-plugin-macros: 3.1.0 - '@lingui/format-json@5.2.0(typescript@5.7.3)': + '@lingui/format-json@5.3.3(typescript@5.8.3)': dependencies: - '@lingui/conf': 5.2.0(typescript@5.7.3) + '@lingui/conf': 5.3.3(typescript@5.8.3) transitivePeerDependencies: - typescript - '@lingui/format-po@5.2.0(typescript@5.7.3)': + '@lingui/format-po@5.3.3(typescript@5.8.3)': dependencies: - '@lingui/conf': 5.2.0(typescript@5.7.3) - '@lingui/message-utils': 5.2.0 + '@lingui/conf': 5.3.3(typescript@5.8.3) + '@lingui/message-utils': 5.3.3 date-fns: 3.6.0 pofile: 1.1.4 transitivePeerDependencies: - typescript - '@lingui/message-utils@5.2.0': + '@lingui/message-utils@5.3.3': dependencies: '@messageformat/parser': 5.1.1 js-sha256: 0.10.1 - '@lingui/vite-plugin@5.2.0(typescript@5.7.3)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@lingui/vite-plugin@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@lingui/cli': 5.2.0(typescript@5.7.3) - '@lingui/conf': 5.2.0(typescript@5.7.3) - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + '@lingui/conf': 5.3.3(typescript@5.8.3) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) transitivePeerDependencies: + - babel-plugin-macros - supports-color - typescript @@ -8441,7 +8298,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8451,7 +8308,7 @@ snapshots: '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/propagator-aws-xray': 1.26.2(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/aws-lambda': 8.10.122 transitivePeerDependencies: - supports-color @@ -8462,7 +8319,7 @@ snapshots: '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/propagation-utils': 0.30.16(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8479,7 +8336,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8488,7 +8345,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/connect': 3.4.36 transitivePeerDependencies: - supports-color @@ -8497,7 +8354,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8523,7 +8380,7 @@ snapshots: '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-base': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-trace-web': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8532,7 +8389,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8541,7 +8398,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8590,7 +8447,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8609,7 +8466,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/redis-common': 0.36.2 - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8617,7 +8474,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8626,7 +8483,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/koa': 2.14.0 '@types/koa__router': 12.0.3 transitivePeerDependencies: @@ -8643,7 +8500,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/memcached': 2.2.10 transitivePeerDependencies: - supports-color @@ -8653,7 +8510,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/sdk-metrics': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8662,7 +8519,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8670,7 +8527,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0) transitivePeerDependencies: - supports-color @@ -8679,7 +8536,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/mysql': 2.15.22 transitivePeerDependencies: - supports-color @@ -8688,7 +8545,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8696,7 +8553,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8704,7 +8561,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/sql-common': 0.40.1(@opentelemetry/api@1.9.0) '@types/pg': 8.6.1 '@types/pg-pool': 2.0.4 @@ -8723,7 +8580,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/redis-common': 0.36.2 - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8732,7 +8589,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) '@opentelemetry/redis-common': 0.36.2 - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8741,7 +8598,7 @@ snapshots: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8749,7 +8606,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8757,7 +8614,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 transitivePeerDependencies: - supports-color @@ -8765,7 +8622,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/instrumentation': 0.52.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@types/tedious': 4.0.14 transitivePeerDependencies: - supports-color @@ -8919,34 +8776,34 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-aws@1.12.0(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-azure@0.2.12(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-container@0.3.11(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 '@opentelemetry/resource-detector-gcp@0.29.13(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) - '@opentelemetry/semantic-conventions': 1.32.0 + '@opentelemetry/semantic-conventions': 1.36.0 gcp-metadata: 6.1.1 transitivePeerDependencies: - encoding @@ -9103,7 +8960,7 @@ snapshots: '@opentelemetry/semantic-conventions@1.28.0': {} - '@opentelemetry/semantic-conventions@1.32.0': {} + '@opentelemetry/semantic-conventions@1.36.0': {} '@opentelemetry/sql-common@0.40.1(@opentelemetry/api@1.9.0)': dependencies: @@ -9113,9 +8970,9 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.52.0': + '@playwright/test@1.54.1': dependencies: - playwright: 1.52.0 + playwright: 1.54.1 '@polka/url@1.0.0-next.29': {} @@ -9269,67 +9126,67 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@storybook/addon-a11y@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/addon-a11y@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))': dependencies: '@storybook/global': 5.0.0 axe-core: 4.10.3 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) - '@storybook/addon-docs@9.0.8(@types/react@19.1.6)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/addon-docs@9.0.18(@types/react@19.1.6)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))': dependencies: '@mdx-js/react': 3.1.0(@types/react@19.1.6)(react@19.1.0) - '@storybook/csf-plugin': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + '@storybook/csf-plugin': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0)) '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) - '@storybook/react-dom-shim': 9.0.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) + '@storybook/react-dom-shim': 9.0.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0)) react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) ts-dedent: 2.2.0 transitivePeerDependencies: - '@types/react' - '@storybook/addon-svelte-csf@5.0.3(@storybook/svelte@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19))(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(babel-plugin-macros@3.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@storybook/addon-svelte-csf@5.0.7(@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1))(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(babel-plugin-macros@3.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: '@storybook/csf': 0.1.13 - '@storybook/svelte': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19) - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@storybook/svelte': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) dedent: 1.6.0(babel-plugin-macros@3.1.0) es-toolkit: 1.39.0 - esrap: 1.4.6 + esrap: 1.4.9 magic-string: 0.30.17 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) - svelte: 5.33.19 - svelte-ast-print: 0.4.2(svelte@5.33.19) - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) + svelte: 5.37.1 + svelte-ast-print: 0.4.2(svelte@5.37.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) zimmerframe: 1.1.2 transitivePeerDependencies: - babel-plugin-macros - '@storybook/addon-vitest@9.0.8(@vitest/browser@3.2.3)(@vitest/runner@3.2.3)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vitest@3.2.3)': + '@storybook/addon-vitest@9.0.18(@vitest/browser@3.2.4)(@vitest/runner@3.2.4)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(vitest@3.2.4)': dependencies: '@storybook/global': 5.0.0 '@storybook/icons': 1.4.0(react-dom@19.1.0(react@19.1.0))(react@19.1.0) prompts: 2.4.2 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) ts-dedent: 2.2.0 optionalDependencies: - '@vitest/browser': 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) - '@vitest/runner': 3.2.3 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.4) + '@vitest/runner': 3.2.4 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) transitivePeerDependencies: - react - react-dom - '@storybook/builder-vite@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@storybook/builder-vite@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@storybook/csf-plugin': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0)) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + '@storybook/csf-plugin': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0)) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) ts-dedent: 2.2.0 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - '@storybook/csf-plugin@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/csf-plugin@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))': dependencies: - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) unplugin: 1.16.1 '@storybook/csf@0.1.13': @@ -9343,37 +9200,37 @@ snapshots: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - '@storybook/react-dom-shim@9.0.8(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))': + '@storybook/react-dom-shim@9.0.18(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))': dependencies: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) - '@storybook/svelte-vite@9.0.8(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@storybook/svelte-vite@9.0.18(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@storybook/builder-vite': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@storybook/svelte': 9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19) - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@storybook/builder-vite': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) + '@storybook/svelte': 9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) magic-string: 0.30.17 - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) - svelte: 5.33.19 - svelte2tsx: 0.7.39(svelte@5.33.19)(typescript@5.7.3) - typescript: 5.7.3 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) + svelte: 5.37.1 + svelte2tsx: 0.7.39(svelte@5.37.1)(typescript@5.8.3) + typescript: 5.8.3 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - '@storybook/svelte@9.0.8(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.33.19)': + '@storybook/svelte@9.0.18(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(svelte@5.37.1)': dependencies: - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) - svelte: 5.33.19 + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) + svelte: 5.37.1 ts-dedent: 2.2.0 type-fest: 2.19.0 - '@stylistic/eslint-plugin@2.13.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@stylistic/eslint-plugin@2.13.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3)': dependencies: - '@typescript-eslint/utils': 8.31.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 + '@typescript-eslint/utils': 8.31.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + eslint: 9.32.0(jiti@2.4.2) + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 estraverse: 5.3.0 picomatch: 4.0.2 transitivePeerDependencies: @@ -9384,17 +9241,17 @@ snapshots: dependencies: acorn: 8.15.0 - '@sveltejs/adapter-node@5.2.12(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))': + '@sveltejs/adapter-node@5.2.13(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))': dependencies: '@rollup/plugin-commonjs': 28.0.3(rollup@4.40.1) '@rollup/plugin-json': 6.1.0(rollup@4.40.1) '@rollup/plugin-node-resolve': 16.0.1(rollup@4.40.1) - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) rollup: 4.40.1 - '@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) '@types/cookie': 0.6.0 cookie: 0.6.0 devalue: 5.1.1 @@ -9406,51 +9263,51 @@ snapshots: sade: 1.8.1 set-cookie-parser: 2.7.1 sirv: 3.0.1 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + svelte: 5.37.1 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte-inspector@2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) debug: 4.4.1 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + svelte: 5.37.1 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte-inspector@4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte': 5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) debug: 4.4.1 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + svelte: 5.37.1 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte-inspector': 2.1.0(@sveltejs/vite-plugin-svelte@3.1.2(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) debug: 4.4.1 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.17 - svelte: 5.33.19 - svelte-hmr: 0.16.0(svelte@5.33.19) - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) - vitefu: 0.2.5(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + svelte: 5.37.1 + svelte-hmr: 0.16.0(svelte@5.37.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) + vitefu: 0.2.5(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - debug: 4.4.0 + '@sveltejs/vite-plugin-svelte-inspector': 4.0.1(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) + debug: 4.4.1 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.17 - svelte: 5.33.19 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) - vitefu: 1.0.6(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + svelte: 5.37.1 + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) + vitefu: 1.0.6(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) transitivePeerDependencies: - supports-color @@ -9499,7 +9356,7 @@ snapshots: '@types/accepts@1.3.7': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/aria-query@5.0.4': {} @@ -9508,11 +9365,11 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/bunyan@1.8.9': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/chai@5.2.2': dependencies: @@ -9520,11 +9377,11 @@ snapshots: '@types/connect@3.4.36': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/connect@3.4.38': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/content-disposition@0.5.8': {} @@ -9535,7 +9392,7 @@ snapshots: '@types/connect': 3.4.38 '@types/express': 5.0.1 '@types/keygrip': 1.0.6 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/debug@4.1.12': dependencies: @@ -9549,7 +9406,7 @@ snapshots: '@types/express-serve-static-core@5.0.6': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/qs': 6.9.18 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -9560,8 +9417,6 @@ snapshots: '@types/express-serve-static-core': 5.0.6 '@types/serve-static': 1.15.7 - '@types/gensync@1.0.4': {} - '@types/hast@3.0.4': dependencies: '@types/unist': 3.0.3 @@ -9601,7 +9456,7 @@ snapshots: '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/koa__router@12.0.3': dependencies: @@ -9615,7 +9470,7 @@ snapshots: '@types/memcached@2.2.10': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/mime@1.3.5': {} @@ -9629,22 +9484,23 @@ snapshots: '@types/mute-stream@0.0.4': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/mysql@2.15.22': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 - '@types/node@20.17.32': + '@types/node@20.19.9': dependencies: - undici-types: 6.19.8 + undici-types: 6.21.0 '@types/node@22.15.3': dependencies: undici-types: 6.21.0 optional: true - '@types/parse-json@4.0.2': {} + '@types/parse-json@4.0.2': + optional: true '@types/pg-pool@2.0.4': dependencies: @@ -9652,7 +9508,7 @@ snapshots: '@types/pg@8.6.1': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 pg-protocol: 1.9.5 pg-types: 2.2.0 @@ -9666,30 +9522,30 @@ snapshots: '@types/resolve@1.17.1': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/resolve@1.20.2': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/send': 0.17.4 '@types/set-cookie-parser@2.4.10': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/shimmer@1.2.0': {} '@types/tedious@4.0.14': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/triple-beam@1.3.5': {} @@ -9699,7 +9555,7 @@ snapshots: '@types/ws@8.18.1': dependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 '@types/yargs-parser@21.0.3': {} @@ -9709,53 +9565,67 @@ snapshots: '@types/zxcvbn@4.4.5': {} - '@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/type-utils': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/visitor-keys': 8.24.0 - eslint: 9.29.0(jiti@2.4.2) + '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/type-utils': 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/visitor-keys': 8.38.0 + eslint: 9.32.0(jiti@2.4.2) graphemer: 1.4.0 - ignore: 5.3.2 + ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.7.3) - typescript: 5.7.3 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3)': dependencies: - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) - '@typescript-eslint/visitor-keys': 8.24.0 - debug: 4.4.0 - eslint: 9.29.0(jiti@2.4.2) - typescript: 5.7.3 + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + '@typescript-eslint/visitor-keys': 8.38.0 + debug: 4.4.1 + eslint: 9.32.0(jiti@2.4.2) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.24.0': + '@typescript-eslint/project-service@8.38.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/visitor-keys': 8.24.0 + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3) + '@typescript-eslint/types': 8.38.0 + debug: 4.4.1 + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color '@typescript-eslint/scope-manager@8.31.0': dependencies: '@typescript-eslint/types': 8.31.0 '@typescript-eslint/visitor-keys': 8.31.0 - '@typescript-eslint/type-utils@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/scope-manager@8.38.0': + dependencies: + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/visitor-keys': 8.38.0 + + '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.8.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) - '@typescript-eslint/utils': 8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) + typescript: 5.8.3 + + '@typescript-eslint/type-utils@8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3)': + dependencies: + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) debug: 4.4.1 - eslint: 9.29.0(jiti@2.4.2) - ts-api-utils: 2.1.0(typescript@5.7.3) - typescript: 5.7.3 + eslint: 9.32.0(jiti@2.4.2) + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -9763,7 +9633,9 @@ snapshots: '@typescript-eslint/types@8.31.0': {} - '@typescript-eslint/typescript-estree@8.24.0(typescript@5.7.3)': + '@typescript-eslint/types@8.38.0': {} + + '@typescript-eslint/typescript-estree@8.24.0(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.24.0 '@typescript-eslint/visitor-keys': 8.24.0 @@ -9772,12 +9644,12 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.1 - ts-api-utils: 2.1.0(typescript@5.7.3) - typescript: 5.7.3 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.31.0(typescript@5.7.3)': + '@typescript-eslint/typescript-estree@8.31.0(typescript@5.8.3)': dependencies: '@typescript-eslint/types': 8.31.0 '@typescript-eslint/visitor-keys': 8.31.0 @@ -9786,30 +9658,46 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.7.1 - ts-api-utils: 2.1.0(typescript@5.7.3) - typescript: 5.7.3 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.24.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/typescript-estree@8.38.0(typescript@5.8.3)': dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) - '@typescript-eslint/scope-manager': 8.24.0 - '@typescript-eslint/types': 8.24.0 - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) - typescript: 5.7.3 + '@typescript-eslint/project-service': 8.38.0(typescript@5.8.3) + '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3) + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/visitor-keys': 8.38.0 + debug: 4.4.1 + fast-glob: 3.3.3 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.7.1 + ts-api-utils: 2.1.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.31.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/utils@8.31.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3)': dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.6.1(eslint@9.32.0(jiti@2.4.2)) '@typescript-eslint/scope-manager': 8.31.0 '@typescript-eslint/types': 8.31.0 - '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) - typescript: 5.7.3 + '@typescript-eslint/typescript-estree': 8.31.0(typescript@5.8.3) + eslint: 9.32.0(jiti@2.4.2) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3)': + dependencies: + '@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.4.2)) + '@typescript-eslint/scope-manager': 8.38.0 + '@typescript-eslint/types': 8.38.0 + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + eslint: 9.32.0(jiti@2.4.2) + typescript: 5.8.3 transitivePeerDependencies: - supports-color @@ -9823,134 +9711,118 @@ snapshots: '@typescript-eslint/types': 8.31.0 eslint-visitor-keys: 4.2.1 + '@typescript-eslint/visitor-keys@8.38.0': + dependencies: + '@typescript-eslint/types': 8.38.0 + eslint-visitor-keys: 4.2.1 + '@ungap/structured-clone@1.3.0': {} - '@urql/core@5.1.1(graphql@16.11.0)': + '@urql/core@5.2.0(graphql@16.11.0)': dependencies: '@0no-co/graphql.web': 1.1.2(graphql@16.11.0) wonka: 6.3.5 transitivePeerDependencies: - graphql - '@urql/devtools@2.0.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0)': + '@urql/devtools@2.0.3(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0)': dependencies: - '@urql/core': 5.1.1(graphql@16.11.0) + '@urql/core': 5.2.0(graphql@16.11.0) graphql: 16.11.0 wonka: 6.3.5 - '@urql/exchange-graphcache@7.2.3(@urql/core@5.1.1(graphql@16.11.0))(graphql@16.11.0)': + '@urql/exchange-graphcache@7.2.4(@urql/core@5.2.0(graphql@16.11.0))(graphql@16.11.0)': dependencies: '@0no-co/graphql.web': 1.1.2(graphql@16.11.0) - '@urql/core': 5.1.1(graphql@16.11.0) + '@urql/core': 5.2.0(graphql@16.11.0) wonka: 6.3.5 transitivePeerDependencies: - graphql - '@urql/svelte@4.2.3(@urql/core@5.1.1(graphql@16.11.0))(svelte@5.33.19)': + '@urql/svelte@4.2.3(@urql/core@5.2.0(graphql@16.11.0))(svelte@5.37.1)': dependencies: - '@urql/core': 5.1.1(graphql@16.11.0) - svelte: 5.33.19 + '@urql/core': 5.2.0(graphql@16.11.0) + svelte: 5.37.1 wonka: 6.3.5 - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - '@vitejs/plugin-basic-ssl@1.2.0(vite@6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1))': + '@vitejs/plugin-basic-ssl@1.2.0(vite@6.3.5(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - vite: 6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1) - '@vitest/browser@3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3)': + '@vitest/browser@3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.4)': dependencies: '@testing-library/dom': 10.4.0 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) - '@vitest/mocker': 3.2.3(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@vitest/utils': 3.2.3 + '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) + '@vitest/utils': 3.2.4 magic-string: 0.30.17 sirv: 3.0.1 tinyrainbow: 2.0.0 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) ws: 8.18.2 optionalDependencies: - playwright: 1.52.0 + playwright: 1.54.1 transitivePeerDependencies: - bufferutil - msw - utf-8-validate - vite - '@vitest/expect@3.0.9': - dependencies: - '@vitest/spy': 3.0.9 - '@vitest/utils': 3.0.9 - chai: 5.2.0 - tinyrainbow: 2.0.0 - - '@vitest/expect@3.2.3': + '@vitest/expect@3.2.4': dependencies: '@types/chai': 5.2.2 - '@vitest/spy': 3.2.3 - '@vitest/utils': 3.2.3 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.3(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))': + '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))': dependencies: - '@vitest/spy': 3.2.3 + '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - '@vitest/pretty-format@3.0.9': + '@vitest/pretty-format@3.2.4': dependencies: tinyrainbow: 2.0.0 - '@vitest/pretty-format@3.2.3': + '@vitest/runner@3.2.4': dependencies: - tinyrainbow: 2.0.0 - - '@vitest/runner@3.2.3': - dependencies: - '@vitest/utils': 3.2.3 + '@vitest/utils': 3.2.4 pathe: 2.0.3 strip-literal: 3.0.0 - '@vitest/snapshot@3.2.3': + '@vitest/snapshot@3.2.4': dependencies: - '@vitest/pretty-format': 3.2.3 + '@vitest/pretty-format': 3.2.4 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.0.9': - dependencies: - tinyspy: 3.0.2 - - '@vitest/spy@3.2.3': + '@vitest/spy@3.2.4': dependencies: tinyspy: 4.0.3 - '@vitest/ui@3.2.3(vitest@3.2.3)': + '@vitest/ui@3.2.4(vitest@3.2.4)': dependencies: - '@vitest/utils': 3.2.3 + '@vitest/utils': 3.2.4 fflate: 0.8.2 flatted: 3.3.3 pathe: 2.0.3 sirv: 3.0.1 tinyglobby: 0.2.14 tinyrainbow: 2.0.0 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) - - '@vitest/utils@3.0.9': - dependencies: - '@vitest/pretty-format': 3.0.9 - loupe: 3.1.3 - tinyrainbow: 2.0.0 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) - '@vitest/utils@3.2.3': + '@vitest/utils@3.2.4': dependencies: - '@vitest/pretty-format': 3.2.3 - loupe: 3.1.3 + '@vitest/pretty-format': 3.2.4 + loupe: 3.2.0 tinyrainbow: 2.0.0 '@whatwg-node/disposablestack@0.0.6': @@ -9988,10 +9860,6 @@ snapshots: dependencies: acorn: 8.15.0 - acorn-jsx@5.3.2(acorn@8.14.1): - dependencies: - acorn: 8.14.1 - acorn-jsx@5.3.2(acorn@8.15.0): dependencies: acorn: 8.15.0 @@ -10082,36 +9950,18 @@ snapshots: auto-bind@4.0.0: {} - autoprefixer@10.4.20(postcss@8.5.2): - dependencies: - browserslist: 4.24.4 - caniuse-lite: 1.0.30001699 - fraction.js: 4.3.7 - normalize-range: 0.1.2 - picocolors: 1.1.1 - postcss: 8.5.2 - postcss-value-parser: 4.2.0 - - autoprefixer@10.4.21(postcss@8.5.2): + autoprefixer@10.4.21(postcss@8.5.6): dependencies: browserslist: 4.24.4 caniuse-lite: 1.0.30001715 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.5.2 + postcss: 8.5.6 postcss-value-parser: 4.2.0 axe-core@4.10.3: {} - axios@1.7.9: - dependencies: - follow-redirects: 1.15.9(debug@4.4.1) - form-data: 4.0.1 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - axios@1.9.0(debug@4.4.1): dependencies: follow-redirects: 1.15.9(debug@4.4.1) @@ -10124,9 +9974,10 @@ snapshots: babel-plugin-macros@3.1.0: dependencies: - '@babel/runtime': 7.26.7 + '@babel/runtime': 7.27.0 cosmiconfig: 7.1.0 resolve: 1.22.10 + optional: true babel-plugin-precompile-intl@0.5.2(@babel/core@7.26.10): dependencies: @@ -10148,15 +9999,15 @@ snapshots: binary-extensions@2.3.0: {} - bits-ui@2.8.13(@internationalized/date@3.8.1)(svelte@5.33.19): + bits-ui@2.8.13(@internationalized/date@3.8.1)(svelte@5.37.1): dependencies: '@floating-ui/core': 1.7.2 '@floating-ui/dom': 1.7.2 '@internationalized/date': 3.8.1 esm-env: 1.2.2 - runed: 0.29.2(svelte@5.33.19) - svelte: 5.33.19 - svelte-toolbelt: 0.9.3(svelte@5.33.19) + runed: 0.29.2(svelte@5.37.1) + svelte: 5.37.1 + svelte-toolbelt: 0.9.3(svelte@5.37.1) tabbable: 6.2.0 bl@4.1.0: @@ -10233,8 +10084,6 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001699: {} - caniuse-lite@1.0.30001715: {} capital-case@1.0.4: @@ -10504,24 +10353,25 @@ snapshots: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 + optional: true - cosmiconfig@8.3.6(typescript@5.7.3): + cosmiconfig@8.3.6(typescript@5.8.3): dependencies: import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.7.3 + typescript: 5.8.3 - cosmiconfig@9.0.0(typescript@5.7.3): + cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.1 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.7.3 + typescript: 5.8.3 cross-fetch@3.2.0: dependencies: @@ -10606,12 +10456,12 @@ snapshots: dependencies: d3-array: 3.2.4 - daisyui@4.12.24(postcss@8.5.2): + daisyui@4.12.24(postcss@8.5.6): dependencies: css-selector-tokenizer: 0.8.0 culori: 3.3.0 picocolors: 1.1.1 - postcss-js: 4.0.1(postcss@8.5.2) + postcss-js: 4.0.1(postcss@8.5.6) transitivePeerDependencies: - postcss @@ -10825,32 +10675,6 @@ snapshots: transitivePeerDependencies: - supports-color - esbuild@0.21.5: - optionalDependencies: - '@esbuild/aix-ppc64': 0.21.5 - '@esbuild/android-arm': 0.21.5 - '@esbuild/android-arm64': 0.21.5 - '@esbuild/android-x64': 0.21.5 - '@esbuild/darwin-arm64': 0.21.5 - '@esbuild/darwin-x64': 0.21.5 - '@esbuild/freebsd-arm64': 0.21.5 - '@esbuild/freebsd-x64': 0.21.5 - '@esbuild/linux-arm': 0.21.5 - '@esbuild/linux-arm64': 0.21.5 - '@esbuild/linux-ia32': 0.21.5 - '@esbuild/linux-loong64': 0.21.5 - '@esbuild/linux-mips64el': 0.21.5 - '@esbuild/linux-ppc64': 0.21.5 - '@esbuild/linux-riscv64': 0.21.5 - '@esbuild/linux-s390x': 0.21.5 - '@esbuild/linux-x64': 0.21.5 - '@esbuild/netbsd-x64': 0.21.5 - '@esbuild/openbsd-x64': 0.21.5 - '@esbuild/sunos-x64': 0.21.5 - '@esbuild/win32-arm64': 0.21.5 - '@esbuild/win32-ia32': 0.21.5 - '@esbuild/win32-x64': 0.21.5 - esbuild@0.24.2: optionalDependencies: '@esbuild/aix-ppc64': 0.24.2 @@ -10879,6 +10703,35 @@ snapshots: '@esbuild/win32-ia32': 0.24.2 '@esbuild/win32-x64': 0.24.2 + esbuild@0.25.8: + optionalDependencies: + '@esbuild/aix-ppc64': 0.25.8 + '@esbuild/android-arm': 0.25.8 + '@esbuild/android-arm64': 0.25.8 + '@esbuild/android-x64': 0.25.8 + '@esbuild/darwin-arm64': 0.25.8 + '@esbuild/darwin-x64': 0.25.8 + '@esbuild/freebsd-arm64': 0.25.8 + '@esbuild/freebsd-x64': 0.25.8 + '@esbuild/linux-arm': 0.25.8 + '@esbuild/linux-arm64': 0.25.8 + '@esbuild/linux-ia32': 0.25.8 + '@esbuild/linux-loong64': 0.25.8 + '@esbuild/linux-mips64el': 0.25.8 + '@esbuild/linux-ppc64': 0.25.8 + '@esbuild/linux-riscv64': 0.25.8 + '@esbuild/linux-s390x': 0.25.8 + '@esbuild/linux-x64': 0.25.8 + '@esbuild/netbsd-arm64': 0.25.8 + '@esbuild/netbsd-x64': 0.25.8 + '@esbuild/openbsd-arm64': 0.25.8 + '@esbuild/openbsd-x64': 0.25.8 + '@esbuild/openharmony-arm64': 0.25.8 + '@esbuild/sunos-x64': 0.25.8 + '@esbuild/win32-arm64': 0.25.8 + '@esbuild/win32-ia32': 0.25.8 + '@esbuild/win32-x64': 0.25.8 + escalade@3.2.0: {} escape-goat@3.0.0: {} @@ -10889,49 +10742,33 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-compat-utils@0.5.1(eslint@9.29.0(jiti@2.4.2)): - dependencies: - eslint: 9.29.0(jiti@2.4.2) - semver: 7.7.1 - - eslint-plugin-storybook@9.0.8(eslint@9.29.0(jiti@2.4.2))(storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0))(typescript@5.7.3): + eslint-plugin-storybook@9.0.18(eslint@9.32.0(jiti@2.4.2))(storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0))(typescript@5.8.3): dependencies: - '@typescript-eslint/utils': 8.31.0(eslint@9.29.0(jiti@2.4.2))(typescript@5.7.3) - eslint: 9.29.0(jiti@2.4.2) - storybook: 9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0) + '@typescript-eslint/utils': 8.31.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + eslint: 9.32.0(jiti@2.4.2) + storybook: 9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0) transitivePeerDependencies: - supports-color - typescript - eslint-plugin-svelte@2.46.1(eslint@9.29.0(jiti@2.4.2))(svelte@5.33.19): + eslint-plugin-svelte@3.11.0(eslint@9.32.0(jiti@2.4.2))(svelte@5.37.1): dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.6.1(eslint@9.32.0(jiti@2.4.2)) '@jridgewell/sourcemap-codec': 1.5.0 - eslint: 9.29.0(jiti@2.4.2) - eslint-compat-utils: 0.5.1(eslint@9.29.0(jiti@2.4.2)) + eslint: 9.32.0(jiti@2.4.2) esutils: 2.0.3 - known-css-properties: 0.35.0 - postcss: 8.5.2 - postcss-load-config: 3.1.4(postcss@8.5.2) - postcss-safe-parser: 6.0.0(postcss@8.5.2) - postcss-selector-parser: 6.1.2 + globals: 16.3.0 + known-css-properties: 0.37.0 + postcss: 8.5.6 + postcss-load-config: 3.1.4(postcss@8.5.6) + postcss-safe-parser: 7.0.1(postcss@8.5.6) semver: 7.7.1 - svelte-eslint-parser: 0.43.0(svelte@5.33.19) + svelte-eslint-parser: 1.3.0(svelte@5.37.1) optionalDependencies: - svelte: 5.33.19 + svelte: 5.37.1 transitivePeerDependencies: - ts-node - eslint-scope@7.2.2: - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - - eslint-scope@8.3.0: - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - eslint-scope@8.4.0: dependencies: esrecurse: 4.3.0 @@ -10943,16 +10780,16 @@ snapshots: eslint-visitor-keys@4.2.1: {} - eslint@9.29.0(jiti@2.4.2): + eslint@9.32.0(jiti@2.4.2): dependencies: - '@eslint-community/eslint-utils': 4.6.1(eslint@9.29.0(jiti@2.4.2)) + '@eslint-community/eslint-utils': 4.6.1(eslint@9.32.0(jiti@2.4.2)) '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.20.1 - '@eslint/config-helpers': 0.2.3 - '@eslint/core': 0.14.0 + '@eslint/config-array': 0.21.0 + '@eslint/config-helpers': 0.3.0 + '@eslint/core': 0.15.1 '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.29.0 - '@eslint/plugin-kit': 0.3.3 + '@eslint/js': 9.32.0 + '@eslint/plugin-kit': 0.3.4 '@humanfs/node': 0.16.6 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.4.2 @@ -10987,24 +10824,12 @@ snapshots: esm-env@1.2.2: {} - espree@10.3.0: - dependencies: - acorn: 8.14.1 - acorn-jsx: 5.3.2(acorn@8.14.1) - eslint-visitor-keys: 4.2.0 - espree@10.4.0: dependencies: acorn: 8.15.0 acorn-jsx: 5.3.2(acorn@8.15.0) eslint-visitor-keys: 4.2.1 - espree@9.6.1: - dependencies: - acorn: 8.15.0 - acorn-jsx: 5.3.2(acorn@8.15.0) - eslint-visitor-keys: 3.4.3 - esprima@4.0.1: {} esquery@1.6.0: @@ -11016,11 +10841,11 @@ snapshots: '@jridgewell/sourcemap-codec': 1.5.0 '@types/estree': 1.0.7 - esrap@1.4.6: + esrap@1.4.9: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - esrap@1.4.9: + esrap@2.1.0: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -11174,22 +10999,11 @@ snapshots: optionalDependencies: debug: 4.4.1 - foreground-child@3.3.0: - dependencies: - cross-spawn: 7.0.6 - signal-exit: 4.1.0 - foreground-child@3.3.1: dependencies: cross-spawn: 7.0.6 signal-exit: 4.1.0 - form-data@4.0.1: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - form-data@4.0.2: dependencies: asynckit: 0.4.0 @@ -11274,7 +11088,7 @@ snapshots: glob@11.0.1: dependencies: - foreground-child: 3.3.0 + foreground-child: 3.3.1 jackspeak: 4.1.0 minimatch: 10.0.1 minipass: 7.1.2 @@ -11291,6 +11105,8 @@ snapshots: globals@15.15.0: {} + globals@16.3.0: {} + globby@11.1.0: dependencies: array-union: 2.1.0 @@ -11308,15 +11124,15 @@ snapshots: graphemer@1.4.0: {} - graphql-config@5.1.4(@types/node@20.17.32)(graphql@16.11.0)(typescript@5.7.3): + graphql-config@5.1.4(@types/node@20.19.9)(graphql@16.11.0)(typescript@5.8.3): dependencies: '@graphql-tools/graphql-file-loader': 8.0.19(graphql@16.11.0) '@graphql-tools/json-file-loader': 8.0.18(graphql@16.11.0) '@graphql-tools/load': 8.1.0(graphql@16.11.0) '@graphql-tools/merge': 9.0.24(graphql@16.11.0) - '@graphql-tools/url-loader': 8.0.31(@types/node@20.17.32)(graphql@16.11.0) + '@graphql-tools/url-loader': 8.0.31(@types/node@20.19.9)(graphql@16.11.0) '@graphql-tools/utils': 10.8.6(graphql@16.11.0) - cosmiconfig: 9.0.0(typescript@5.7.3) + cosmiconfig: 9.0.0(typescript@5.8.3) graphql: 16.11.0 jiti: 2.4.2 minimatch: 10.0.1 @@ -11341,6 +11157,7 @@ snapshots: graphql-sock@1.0.1(graphql@16.11.0): dependencies: graphql: 16.11.0 + optional: true graphql-tag@2.12.6(graphql@16.11.0): dependencies: @@ -11453,6 +11270,8 @@ snapshots: ignore@5.3.2: {} + ignore@7.0.5: {} + immer@10.1.1: {} immutable@3.7.6: {} @@ -11490,22 +11309,6 @@ snapshots: inline-style-parser@0.2.4: {} - inquirer@7.3.3: - dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - run-async: 2.4.1 - rxjs: 6.6.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - through: 2.3.8 - inquirer@8.2.6: dependencies: ansi-escapes: 4.3.2 @@ -11752,7 +11555,7 @@ snapshots: klona@2.0.6: {} - known-css-properties@0.35.0: {} + known-css-properties@0.37.0: {} kolorist@1.8.0: {} @@ -11845,8 +11648,6 @@ snapshots: lodash.foreach@4.5.0: {} - lodash.get@4.4.2: {} - lodash.isplainobject@4.0.6: {} lodash.merge@4.6.2: {} @@ -11893,6 +11694,8 @@ snapshots: loupe@3.1.3: {} + loupe@3.2.0: {} + lower-case-first@2.0.2: dependencies: tslib: 2.8.1 @@ -12064,9 +11867,9 @@ snapshots: merge2@1.4.1: {} - meros@1.3.0(@types/node@20.17.32): + meros@1.3.0(@types/node@20.19.9): optionalDependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 micromark-core-commonmark@2.0.3: dependencies: @@ -12600,11 +12403,11 @@ snapshots: pkg-types: 1.3.1 ufo: 1.6.1 - mode-watcher@1.0.7(svelte@5.33.19): + mode-watcher@1.1.0(svelte@5.37.1): dependencies: - runed: 0.25.0(svelte@5.33.19) - svelte: 5.33.19 - svelte-toolbelt: 0.7.1(svelte@5.33.19) + runed: 0.25.0(svelte@5.37.1) + svelte: 5.37.1 + svelte-toolbelt: 0.7.1(svelte@5.37.1) module-details-from-path@1.0.3: {} @@ -12760,10 +12563,10 @@ snapshots: dependencies: quansync: 0.2.10 - paneforge@1.0.0-next.4(svelte@5.33.19): + paneforge@1.0.0-next.4(svelte@5.37.1): dependencies: - svelte: 5.33.19 - svelte-toolbelt: 0.7.1(svelte@5.33.19) + svelte: 5.37.1 + svelte-toolbelt: 0.7.1(svelte@5.37.1) param-case@2.1.1: dependencies: @@ -12843,8 +12646,6 @@ snapshots: path-type@4.0.0: {} - pathe@1.1.2: {} - pathe@2.0.3: {} pathval@2.0.0: {} @@ -12895,54 +12696,54 @@ snapshots: dependencies: find-up: 3.0.0 - playwright-core@1.52.0: {} + playwright-core@1.54.1: {} - playwright@1.52.0: + playwright@1.54.1: dependencies: - playwright-core: 1.52.0 + playwright-core: 1.54.1 optionalDependencies: fsevents: 2.3.2 pofile@1.1.4: {} - postcss-import@15.1.0(postcss@8.5.2): + postcss-import@15.1.0(postcss@8.5.6): dependencies: - postcss: 8.5.2 + postcss: 8.5.6 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.10 - postcss-js@4.0.1(postcss@8.5.2): + postcss-js@4.0.1(postcss@8.5.6): dependencies: camelcase-css: 2.0.1 - postcss: 8.5.2 + postcss: 8.5.6 - postcss-load-config@3.1.4(postcss@8.5.2): + postcss-load-config@3.1.4(postcss@8.5.6): dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: - postcss: 8.5.2 + postcss: 8.5.6 - postcss-load-config@4.0.2(postcss@8.5.2): + postcss-load-config@4.0.2(postcss@8.5.6): dependencies: lilconfig: 3.1.3 yaml: 2.7.1 optionalDependencies: - postcss: 8.5.2 + postcss: 8.5.6 - postcss-nested@6.2.0(postcss@8.5.2): + postcss-nested@6.2.0(postcss@8.5.6): dependencies: - postcss: 8.5.2 + postcss: 8.5.6 postcss-selector-parser: 6.1.2 - postcss-safe-parser@6.0.0(postcss@8.5.2): + postcss-safe-parser@7.0.1(postcss@8.5.6): dependencies: - postcss: 8.5.2 + postcss: 8.5.6 - postcss-scss@4.0.9(postcss@8.5.2): + postcss-scss@4.0.9(postcss@8.5.6): dependencies: - postcss: 8.5.2 + postcss: 8.5.6 postcss-selector-parser@6.0.10: dependencies: @@ -12961,7 +12762,7 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.5.2: + postcss@8.5.6: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 @@ -12977,9 +12778,9 @@ snapshots: dependencies: xtend: 4.0.2 - precompile-intl-runtime@0.8.5(svelte@5.33.19): + precompile-intl-runtime@0.8.5(svelte@5.37.1): dependencies: - svelte: 5.33.19 + svelte: 5.37.1 prelude-ls@1.2.1: {} @@ -13018,9 +12819,9 @@ snapshots: retry: 0.12.0 signal-exit: 3.0.7 - prosemirror-commands@1.7.0: + prosemirror-commands@1.7.1: dependencies: - prosemirror-model: 1.25.0 + prosemirror-model: 1.25.2 prosemirror-state: 1.4.3 prosemirror-transform: 1.10.3 @@ -13028,31 +12829,31 @@ snapshots: dependencies: prosemirror-state: 1.4.3 prosemirror-transform: 1.10.3 - prosemirror-view: 1.38.1 + prosemirror-view: 1.40.1 rope-sequence: 1.3.4 - prosemirror-keymap@1.2.2: + prosemirror-keymap@1.2.3: dependencies: prosemirror-state: 1.4.3 w3c-keyname: 2.2.8 - prosemirror-model@1.25.0: + prosemirror-model@1.25.2: dependencies: orderedmap: 2.1.1 prosemirror-state@1.4.3: dependencies: - prosemirror-model: 1.25.0 + prosemirror-model: 1.25.2 prosemirror-transform: 1.10.3 - prosemirror-view: 1.38.1 + prosemirror-view: 1.40.1 prosemirror-transform@1.10.3: dependencies: - prosemirror-model: 1.25.0 + prosemirror-model: 1.25.2 - prosemirror-view@1.38.1: + prosemirror-view@1.40.1: dependencies: - prosemirror-model: 1.25.0 + prosemirror-model: 1.25.2 prosemirror-state: 1.4.3 prosemirror-transform: 1.10.3 @@ -13070,7 +12871,7 @@ snapshots: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 20.17.32 + '@types/node': 20.19.9 long: 5.3.2 proxy-from-env@1.1.0: {} @@ -13279,34 +13080,30 @@ snapshots: dependencies: queue-microtask: 1.2.3 - runed@0.23.4(svelte@5.33.19): + runed@0.23.4(svelte@5.37.1): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.37.1 - runed@0.25.0(svelte@5.33.19): + runed@0.25.0(svelte@5.37.1): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.37.1 - runed@0.27.0(svelte@5.33.19): + runed@0.27.0(svelte@5.37.1): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.37.1 - runed@0.28.0(svelte@5.33.19): + runed@0.28.0(svelte@5.37.1): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 + svelte: 5.37.1 - runed@0.29.2(svelte@5.33.19): + runed@0.29.2(svelte@5.37.1): dependencies: esm-env: 1.2.2 - svelte: 5.33.19 - - rxjs@6.6.7: - dependencies: - tslib: 1.14.1 + svelte: 5.37.1 rxjs@7.8.2: dependencies: @@ -13443,19 +13240,19 @@ snapshots: std-env@3.9.0: {} - storybook@9.0.8(@testing-library/dom@10.4.0)(prettier@3.5.0): + storybook@9.0.18(@testing-library/dom@10.4.0)(prettier@3.5.0): dependencies: '@storybook/global': 5.0.0 '@testing-library/jest-dom': 6.6.3 '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.0) - '@vitest/expect': 3.0.9 - '@vitest/spy': 3.0.9 + '@vitest/expect': 3.2.4 + '@vitest/spy': 3.2.4 better-opn: 3.0.2 esbuild: 0.24.2 esbuild-register: 3.6.0(esbuild@0.24.2) recast: 0.23.11 semver: 7.7.1 - ws: 8.18.1 + ws: 8.18.2 optionalDependencies: prettier: 3.5.0 transitivePeerDependencies: @@ -13524,7 +13321,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - sveld@0.22.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2): + sveld@0.22.0(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6): dependencies: '@rollup/plugin-node-resolve': 13.3.0(rollup@2.79.2) acorn: 8.15.0 @@ -13533,9 +13330,9 @@ snapshots: rollup: 2.79.2 rollup-plugin-svelte: 7.2.2(rollup@2.79.2)(svelte@4.2.19) svelte: 4.2.19 - svelte-preprocess: 6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@4.2.19)(typescript@5.7.3) + svelte-preprocess: 6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@4.2.19)(typescript@5.8.3) tinyglobby: 0.2.14 - typescript: 5.7.3 + typescript: 5.8.3 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13547,143 +13344,124 @@ snapshots: - stylus - sugarss - svelte-ast-print@0.4.2(svelte@5.33.19): + svelte-ast-print@0.4.2(svelte@5.37.1): dependencies: esrap: 1.2.2 - svelte: 5.33.19 + svelte: 5.37.1 zimmerframe: 1.1.2 - svelte-check@4.1.4(picomatch@4.0.2)(svelte@5.33.19)(typescript@5.7.3): + svelte-check@4.3.0(picomatch@4.0.2)(svelte@5.37.1)(typescript@5.8.3): dependencies: '@jridgewell/trace-mapping': 0.3.25 chokidar: 4.0.3 fdir: 6.4.4(picomatch@4.0.2) picocolors: 1.1.1 sade: 1.8.1 - svelte: 5.33.19 - typescript: 5.7.3 + svelte: 5.37.1 + typescript: 5.8.3 transitivePeerDependencies: - picomatch - svelte-dnd-action@0.9.57(svelte@5.33.19): - dependencies: - svelte: 5.33.19 - - svelte-eslint-parser@0.43.0(svelte@5.33.19): + svelte-dnd-action@0.9.64(svelte@5.37.1): dependencies: - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - postcss: 8.5.2 - postcss-scss: 4.0.9(postcss@8.5.2) - optionalDependencies: - svelte: 5.33.19 + svelte: 5.37.1 - svelte-eslint-parser@1.0.0-next.13(svelte@5.33.19): + svelte-eslint-parser@1.3.0(svelte@5.37.1): dependencies: - eslint-scope: 8.3.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.0 - postcss: 8.5.2 - postcss-scss: 4.0.9(postcss@8.5.2) + eslint-scope: 8.4.0 + eslint-visitor-keys: 4.2.1 + espree: 10.4.0 + postcss: 8.5.6 + postcss-scss: 4.0.9(postcss@8.5.6) postcss-selector-parser: 7.1.0 optionalDependencies: - svelte: 5.33.19 + svelte: 5.37.1 - svelte-exmarkdown@4.0.3(svelte@5.33.19): + svelte-exmarkdown@4.0.3(svelte@5.37.1): dependencies: remark-gfm: 4.0.1 remark-parse: 11.0.0 remark-rehype: 11.1.2 - svelte: 5.33.19 + svelte: 5.37.1 unified: 11.0.5 transitivePeerDependencies: - supports-color - svelte-hmr@0.16.0(svelte@5.33.19): + svelte-hmr@0.16.0(svelte@5.37.1): dependencies: - svelte: 5.33.19 + svelte: 5.37.1 - svelte-i18n-lingui@0.2.2(@lingui/cli@5.2.0(typescript@5.7.3))(@lingui/core@5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0))(svelte@5.33.19)(typescript@5.7.3): + svelte-i18n-lingui@0.2.2(@lingui/cli@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(@lingui/core@5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0))(svelte@5.37.1)(typescript@5.8.3): dependencies: - '@lingui/cli': 5.2.0(typescript@5.7.3) - '@lingui/core': 5.2.0(@lingui/babel-plugin-lingui-macro@5.2.0(babel-plugin-macros@3.1.0)(typescript@5.7.3))(babel-plugin-macros@3.1.0) - '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3) + '@lingui/cli': 5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3) + '@lingui/core': 5.3.3(@lingui/babel-plugin-lingui-macro@5.3.3(babel-plugin-macros@3.1.0)(typescript@5.8.3))(babel-plugin-macros@3.1.0) + '@typescript-eslint/typescript-estree': 8.24.0(typescript@5.8.3) estree-walker-ts: 1.1.0 js-sha256: 0.10.1 - svelte: 5.33.19 + svelte: 5.37.1 transitivePeerDependencies: - supports-color - typescript - svelte-intl-precompile@0.12.3(@babel/core@7.26.10)(svelte@5.33.19): + svelte-intl-precompile@0.12.3(@babel/core@7.26.10)(svelte@5.37.1): dependencies: babel-plugin-precompile-intl: 0.5.2(@babel/core@7.26.10) js-yaml: 4.1.0 json5: 2.2.3 path-starts-with: 2.0.1 - precompile-intl-runtime: 0.8.5(svelte@5.33.19) + precompile-intl-runtime: 0.8.5(svelte@5.37.1) strip-bom: 5.0.0 transitivePeerDependencies: - '@babel/core' - svelte - svelte-preprocess@6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3): - dependencies: - svelte: 5.33.19 - optionalDependencies: - '@babel/core': 7.26.10 - postcss: 8.5.2 - postcss-load-config: 4.0.2(postcss@8.5.2) - typescript: 5.7.3 - - svelte-preprocess@6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@4.2.19)(typescript@5.7.3): + svelte-preprocess@6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@4.2.19)(typescript@5.8.3): dependencies: svelte: 4.2.19 optionalDependencies: - '@babel/core': 7.26.8 - postcss: 8.5.2 - postcss-load-config: 4.0.2(postcss@8.5.2) - typescript: 5.7.3 + '@babel/core': 7.26.10 + postcss: 8.5.6 + postcss-load-config: 4.0.2(postcss@8.5.6) + typescript: 5.8.3 - svelte-preprocess@6.0.3(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19)(typescript@5.7.3): + svelte-preprocess@6.0.3(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.37.1)(typescript@5.8.3): dependencies: - svelte: 5.33.19 + svelte: 5.37.1 optionalDependencies: - '@babel/core': 7.26.8 - postcss: 8.5.2 - postcss-load-config: 4.0.2(postcss@8.5.2) - typescript: 5.7.3 + '@babel/core': 7.26.10 + postcss: 8.5.6 + postcss-load-config: 4.0.2(postcss@8.5.6) + typescript: 5.8.3 svelte-routing@2.13.0: {} - svelte-sonner@1.0.5(svelte@5.33.19): + svelte-sonner@1.0.5(svelte@5.37.1): dependencies: - runed: 0.28.0(svelte@5.33.19) - svelte: 5.33.19 + runed: 0.28.0(svelte@5.37.1) + svelte: 5.37.1 - svelte-toolbelt@0.7.1(svelte@5.33.19): + svelte-toolbelt@0.7.1(svelte@5.37.1): dependencies: clsx: 2.1.1 - runed: 0.23.4(svelte@5.33.19) + runed: 0.23.4(svelte@5.37.1) style-to-object: 1.0.8 - svelte: 5.33.19 + svelte: 5.37.1 - svelte-toolbelt@0.9.3(svelte@5.33.19): + svelte-toolbelt@0.9.3(svelte@5.37.1): dependencies: clsx: 2.1.1 - runed: 0.29.2(svelte@5.33.19) + runed: 0.29.2(svelte@5.37.1) style-to-object: 1.0.8 - svelte: 5.33.19 + svelte: 5.37.1 - svelte-turnstile@0.9.0(svelte@5.33.19): + svelte-turnstile@0.9.0(svelte@5.37.1): dependencies: - svelte: 5.33.19 + svelte: 5.37.1 turnstile-types: 1.2.3 - svelte-ux@0.76.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2)(svelte@5.33.19): + svelte-ux@0.76.0(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6)(svelte@5.37.1): dependencies: - '@floating-ui/dom': 1.6.13 + '@floating-ui/dom': 1.7.2 '@fortawesome/fontawesome-common-types': 6.7.2 '@mdi/js': 7.4.47 clsx: 2.1.1 @@ -13697,10 +13475,10 @@ snapshots: prism-svelte: 0.5.0 prism-themes: 1.9.0 prismjs: 1.29.0 - sveld: 0.22.0(@babel/core@7.26.8)(postcss-load-config@4.0.2(postcss@8.5.2))(postcss@8.5.2) - svelte: 5.33.19 + sveld: 0.22.0(@babel/core@7.26.10)(postcss-load-config@4.0.2(postcss@8.5.6))(postcss@8.5.6) + svelte: 5.37.1 tailwind-merge: 2.6.0 - zod: 3.24.3 + zod: 3.25.76 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -13712,12 +13490,12 @@ snapshots: - stylus - sugarss - svelte2tsx@0.7.39(svelte@5.33.19)(typescript@5.7.3): + svelte2tsx@0.7.39(svelte@5.37.1)(typescript@5.8.3): dependencies: dedent-js: 1.0.1 pascal-case: 3.1.2 - svelte: 5.33.19 - typescript: 5.7.3 + svelte: 5.37.1 + typescript: 5.8.3 svelte@4.2.19: dependencies: @@ -13736,7 +13514,7 @@ snapshots: magic-string: 0.30.17 periscopic: 3.1.0 - svelte@5.33.19: + svelte@5.37.1: dependencies: '@ampproject/remapping': 2.3.0 '@jridgewell/sourcemap-codec': 1.5.0 @@ -13747,28 +13525,28 @@ snapshots: axobject-query: 4.1.0 clsx: 2.1.1 esm-env: 1.2.2 - esrap: 1.4.9 + esrap: 2.1.0 is-reference: 3.0.3 locate-character: 3.0.0 magic-string: 0.30.17 zimmerframe: 1.1.2 - sveltekit-search-params@3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + sveltekit-search-params@3.0.0(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)): dependencies: - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - svelte: 5.33.19 + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/vite-plugin-svelte': 3.1.2(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) + svelte: 5.37.1 transitivePeerDependencies: - supports-color - vite - sveltekit-superforms@1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(zod@3.24.3): + sveltekit-superforms@1.13.4(@sveltejs/kit@2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(zod@3.25.76): dependencies: - '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.0.3(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.33.19)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) + '@sveltejs/kit': 2.20.7(@sveltejs/vite-plugin-svelte@5.1.1(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)))(svelte@5.37.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) devalue: 4.3.3 klona: 2.0.6 - svelte: 5.33.19 - zod: 3.24.3 + svelte: 5.37.1 + zod: 3.25.76 swap-case@2.0.2: dependencies: @@ -13788,6 +13566,8 @@ snapshots: tailwind-merge@3.0.2: {} + tailwind-merge@3.3.1: {} + tailwind-variants@1.0.0(tailwindcss@3.4.17): dependencies: tailwind-merge: 3.0.2 @@ -13813,11 +13593,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.1.1 - postcss: 8.5.2 - postcss-import: 15.1.0(postcss@8.5.2) - postcss-js: 4.0.1(postcss@8.5.2) - postcss-load-config: 4.0.2(postcss@8.5.2) - postcss-nested: 6.2.0(postcss@8.5.2) + postcss: 8.5.6 + postcss-import: 15.1.0(postcss@8.5.6) + postcss-js: 4.0.1(postcss@8.5.6) + postcss-load-config: 4.0.2(postcss@8.5.6) + postcss-nested: 6.2.0(postcss@8.5.6) postcss-selector-parser: 6.1.2 resolve: 1.22.10 sucrase: 3.35.0 @@ -13849,12 +13629,10 @@ snapshots: fdir: 6.4.4(picomatch@4.0.2) picomatch: 4.0.2 - tinypool@1.1.0: {} + tinypool@1.1.1: {} tinyrainbow@2.0.0: {} - tinyspy@3.0.2: {} - tinyspy@4.0.3: {} title-case@3.0.3: @@ -13908,9 +13686,9 @@ snapshots: trough@2.2.0: {} - ts-api-utils@2.1.0(typescript@5.7.3): + ts-api-utils@2.1.0(typescript@5.8.3): dependencies: - typescript: 5.7.3 + typescript: 5.8.3 ts-dedent@2.2.0: {} @@ -13918,8 +13696,6 @@ snapshots: ts-log@2.2.7: {} - tslib@1.14.1: {} - tslib@2.6.3: {} tslib@2.8.1: {} @@ -13953,11 +13729,20 @@ snapshots: type-fest@2.19.0: {} - type-fest@4.34.1: {} + type-fest@4.41.0: {} - type-fest@4.40.1: {} + typescript-eslint@8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3): + dependencies: + '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3) + '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.4.2))(typescript@5.8.3) + eslint: 9.32.0(jiti@2.4.2) + typescript: 5.8.3 + transitivePeerDependencies: + - supports-color - typescript@5.7.3: {} + typescript@5.8.3: {} ua-parser-js@1.0.40: {} @@ -13969,10 +13754,7 @@ snapshots: unc-path-regex@0.1.2: {} - undici-types@6.19.8: {} - - undici-types@6.21.0: - optional: true + undici-types@6.21.0: {} undici@5.29.0: dependencies: @@ -14024,8 +13806,6 @@ snapshots: acorn: 8.15.0 webpack-virtual-modules: 0.6.2 - unraw@3.0.0: {} - update-browserslist-db@1.1.3(browserslist@4.24.4): dependencies: browserslist: 4.24.4 @@ -14059,11 +13839,11 @@ snapshots: valid-data-url@3.0.1: {} - vaul-svelte@1.0.0-next.6(svelte@5.33.19): + vaul-svelte@1.0.0-next.6(svelte@5.37.1): dependencies: - runed: 0.23.4(svelte@5.33.19) - svelte: 5.33.19 - svelte-toolbelt: 0.7.1(svelte@5.33.19) + runed: 0.23.4(svelte@5.37.1) + svelte: 5.37.1 + svelte-toolbelt: 0.7.1(svelte@5.37.1) vfile-message@4.0.2: dependencies: @@ -14075,19 +13855,19 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.2 - virtua@0.41.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.33.19): + virtua@0.41.5(react-dom@19.1.0(react@19.1.0))(react@19.1.0)(svelte@5.37.1): optionalDependencies: react: 19.1.0 react-dom: 19.1.0(react@19.1.0) - svelte: 5.33.19 + svelte: 5.37.1 - vite-node@3.2.3(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1): + vite-node@3.2.4(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1): dependencies: cac: 6.7.14 debug: 4.4.1 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) transitivePeerDependencies: - '@types/node' - jiti @@ -14102,69 +13882,74 @@ snapshots: - tsx - yaml - vite-plugin-graphql-codegen@3.5.0(@graphql-codegen/cli@5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3))(graphql@16.11.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vite-plugin-graphql-codegen@3.6.3(@graphql-codegen/cli@5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3))(graphql@16.11.0)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)): dependencies: - '@graphql-codegen/cli': 5.0.5(@types/node@20.17.32)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.7.3) - '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.11.0) + '@graphql-codegen/cli': 5.0.7(@types/node@20.19.9)(graphql-sock@1.0.1(graphql@16.11.0))(graphql@16.11.0)(typescript@5.8.3) graphql: 16.11.0 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - vite-plugin-webfont-dl@3.10.4(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vite-plugin-webfont-dl@3.11.1(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)): dependencies: - axios: 1.7.9 + axios: 1.9.0(debug@4.4.1) clean-css: 5.3.3 flat-cache: 6.1.7 picocolors: 1.1.1 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) transitivePeerDependencies: - debug - vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1): + vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1): dependencies: - esbuild: 0.24.2 - postcss: 8.5.2 + esbuild: 0.25.8 + fdir: 6.4.4(picomatch@4.0.2) + picomatch: 4.0.2 + postcss: 8.5.6 rollup: 4.40.1 + tinyglobby: 0.2.14 optionalDependencies: - '@types/node': 20.17.32 + '@types/node': 20.19.9 fsevents: 2.3.3 jiti: 2.4.2 yaml: 2.7.1 - vite@6.1.0(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1): + vite@6.3.5(@types/node@22.15.3)(jiti@2.4.2)(yaml@2.7.1): dependencies: - esbuild: 0.24.2 - postcss: 8.5.2 + esbuild: 0.25.8 + fdir: 6.4.4(picomatch@4.0.2) + picomatch: 4.0.2 + postcss: 8.5.6 rollup: 4.40.1 + tinyglobby: 0.2.14 optionalDependencies: '@types/node': 22.15.3 fsevents: 2.3.3 jiti: 2.4.2 yaml: 2.7.1 - vitefu@0.2.5(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vitefu@0.2.5(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)): optionalDependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - vitefu@1.0.6(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)): + vitefu@1.0.6(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)): optionalDependencies: - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) - vitest-browser-svelte@0.1.0(@vitest/browser@3.2.3)(svelte@5.33.19)(vitest@3.2.3): + vitest-browser-svelte@0.1.0(@vitest/browser@3.2.4)(svelte@5.37.1)(vitest@3.2.4): dependencies: - '@vitest/browser': 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) - svelte: 5.33.19 - vitest: 3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.4) + svelte: 5.37.1 + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1) - vitest@3.2.3(@types/debug@4.1.12)(@types/node@20.17.32)(@vitest/browser@3.2.3)(@vitest/ui@3.2.3)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@20.19.9)(@vitest/browser@3.2.4)(@vitest/ui@3.2.4)(happy-dom@17.1.0)(jiti@2.4.2)(jsdom@26.1.0)(yaml@2.7.1): dependencies: '@types/chai': 5.2.2 - '@vitest/expect': 3.2.3 - '@vitest/mocker': 3.2.3(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1)) - '@vitest/pretty-format': 3.2.3 - '@vitest/runner': 3.2.3 - '@vitest/snapshot': 3.2.3 - '@vitest/spy': 3.2.3 - '@vitest/utils': 3.2.3 + '@vitest/expect': 3.2.4 + '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1)) + '@vitest/pretty-format': 3.2.4 + '@vitest/runner': 3.2.4 + '@vitest/snapshot': 3.2.4 + '@vitest/spy': 3.2.4 + '@vitest/utils': 3.2.4 chai: 5.2.0 debug: 4.4.1 expect-type: 1.2.1 @@ -14175,16 +13960,16 @@ snapshots: tinybench: 2.9.0 tinyexec: 0.3.2 tinyglobby: 0.2.14 - tinypool: 1.1.0 + tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) - vite-node: 3.2.3(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1) + vite: 6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) + vite-node: 3.2.4(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 - '@types/node': 20.17.32 - '@vitest/browser': 3.2.3(playwright@1.52.0)(vite@6.1.0(@types/node@20.17.32)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.3) - '@vitest/ui': 3.2.3(vitest@3.2.3) + '@types/node': 20.19.9 + '@vitest/browser': 3.2.4(playwright@1.54.1)(vite@6.3.5(@types/node@20.19.9)(jiti@2.4.2)(yaml@2.7.1))(vitest@3.2.4) + '@vitest/ui': 3.2.4(vitest@3.2.4) happy-dom: 17.1.0 jsdom: 26.1.0 transitivePeerDependencies: @@ -14207,7 +13992,7 @@ snapshots: dependencies: xml-name-validator: 5.0.0 - wavesurfer.js@7.10.0: {} + wavesurfer.js@7.10.1: {} wcwidth@1.0.1: dependencies: @@ -14316,8 +14101,6 @@ snapshots: ws@7.5.10: {} - ws@8.18.1: {} - ws@8.18.2: {} xml-name-validator@5.0.0: {} @@ -14358,7 +14141,7 @@ snapshots: zimmerframe@1.1.2: {} - zod@3.24.3: {} + zod@3.25.76: {} zone.js@0.15.0: {} From 20ccc0b437bfaca94822c06390b8e71763f73820 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Tue, 29 Jul 2025 14:43:40 +0700 Subject: [PATCH 12/12] avoid svelte error thinking a field had been defined twice --- .../viewer/src/lib/writing-system-service.svelte.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/viewer/src/lib/writing-system-service.svelte.ts b/frontend/viewer/src/lib/writing-system-service.svelte.ts index 032c70a97c..e1b5b479aa 100644 --- a/frontend/viewer/src/lib/writing-system-service.svelte.ts +++ b/frontend/viewer/src/lib/writing-system-service.svelte.ts @@ -105,14 +105,10 @@ export class WritingSystemService { headword(entry: IEntry, ws?: string): string { if (ws) { - return WritingSystemService.headword(entry, ws) || ''; + return headword(entry, ws) || ''; } - return firstTruthy(this.vernacularNoAudio, ws => WritingSystemService.headword(entry, ws.wsId)) || ''; - } - - private static headword(entry: IEntry, ws: string): string | undefined { - return entry.citationForm[ws] || entry.lexemeForm[ws]; + return firstTruthy(this.vernacularNoAudio, ws => headword(entry, ws.wsId)) || ''; } pickBestAlternative(value: IMultiString, wss: 'vernacular' | 'analysis'): string @@ -185,6 +181,10 @@ type WritingSystemColors = { analysis: Record; } +function headword(entry: IEntry, ws: string): string | undefined { + return entry.citationForm[ws] || entry.lexemeForm[ws]; +} + function calcWritingSystemColors(writingSystems: IWritingSystems): WritingSystemColors { const wsColors = { vernacular: {} as Record,