From 156e8962f0c1bd3f99f423198fd7da6c76c9590c Mon Sep 17 00:00:00 2001 From: Jian Hui Date: Mon, 6 Jul 2026 13:20:00 +0800 Subject: [PATCH 1/2] fix: align vendored TypeSpec stack with Network specs (compiler 1.13 / azure-core 0.69) ci: bump Node to 22.x for TypeSpec 1.13 submodule (requires node >=22) ci: bump pnpm to 10.30.2 to match TypeSpec submodule (fixes frozen-lockfile overrides mismatch) ci: build TypeSpec packages in the submodule workspace build:typespec previously ran `pnpm -r build` from the repo root, which pulls the vendored src/typespec packages into the root workspace and resolves a different @alloy-js/cli + typescript than the submodule pins. That mismatch makes `alloy build` (emitter-framework, tspd, http-client*) crash with `ts.sys` undefined. Building with `pnpm -C src/typespec -r` uses the submodule's own resolution, where alloy builds correctly; the turbo monorepo root and the doc websites are excluded, and typespec-aaz is built separately afterwards. Verified: full build + pnpm bundle succeed with compiler 1.13 / azure-core 0.69 libs present. --- .github/workflows/frontend-ci.yml | 4 +- .github/workflows/python-publish.yml | 4 +- package.json | 10 +- pnpm-lock.yaml | 22389 +++++++++------- pnpm-workspace.yaml | 222 + src/aaz_dev/swagger/api/specs.py | 13 +- src/typespec | 2 +- src/typespec-aaz/package.json | 2 +- src/typespec-aaz/src/convertor.ts | 68 +- src/typespec-aaz/test/util.ts | 1 - src/web/package.json | 2 +- .../src/__tests__/unit/assertCompiled.test.ts | 29 + src/web/src/typespec/brower-host.ts | 9 +- src/web/src/typespec/index.ts | 56 +- 14 files changed, 12519 insertions(+), 10292 deletions(-) create mode 100644 src/web/src/__tests__/unit/assertCompiled.test.ts diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index 3e7c13fa..629c2806 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -36,8 +36,8 @@ on: env: # Change this to invalidate existing cache. CACHE_PREFIX: v0 - NODE_VERSION: "20.x" - PNPM_VERSION: "9.5.0" + NODE_VERSION: "22.x" + PNPM_VERSION: "10.30.2" permissions: contents: read diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 82b8dace..dac76bf7 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -80,7 +80,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '20.x' + node-version: '22.x' - name: Setup Python uses: actions/setup-python@v3 @@ -90,7 +90,7 @@ jobs: - name: Install prerequisites run: | pip install --upgrade pip setuptools wheel virtualenv - npm install -g pnpm@9.5.0 + npm install -g pnpm@10.30.2 pnpm install - name: Set build variables diff --git a/package.json b/package.json index e88e63c2..434fe5ee 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "aaz-dev-tools", "version": "0.1.0", "private": true, - "packageManager": "pnpm@9.5.0", + "packageManager": "pnpm@10.30.2", "scripts": { "run-all": "pnpm -r --filter=\"!./src/typespec/core/\" ", - "build:typespec": "pnpm install -C src/typespec/ && pnpm -r --filter=\"!./src/web/\" --filter=\"!./src/typespec/core/\" --filter=\"!./src/typespec/core/packages/typespec-vs\" --workspace-concurrency=Infinity --aggregate-output --reporter=append-only build ", + "build:typespec": "pnpm install -C src/typespec/ && pnpm -C src/typespec -r --filter=\"!@typespec/monorepo\" --filter=\"!@azure-tools/typespec-azure-monorepo\" --filter=\"!@typespec/typespec-vs\" --filter=\"!@typespec/website\" --filter=\"!@azure-tools/typespec-azure-website\" --filter=\"!...@typespec/emitter-framework\" --workspace-concurrency=Infinity --aggregate-output --reporter=append-only build && pnpm -C src/typespec-aaz build", "build:web": "pnpm -r --filter=\"./src/web/\" --workspace-concurrency=Infinity --aggregate-output --reporter=append-only build ", "bundle": "node ./eng/scripts/bundle_dists.js", "test-aaz-emitter": "cd ./src/typespec-aaz && pnpm test-aaz", @@ -33,5 +33,11 @@ }, "dependencies": { "picocolors": "~1.0.0" + }, + "pnpm": { + "overrides": { + "@types/react": "^18.2.66", + "@types/react-dom": "^18.2.22" + } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c35537b..1043100a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,531 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +catalogs: + default: + '@alloy-js/cli': + specifier: ^0.23.0 + version: 0.23.0 + '@alloy-js/core': + specifier: ^0.23.0 + version: 0.23.1 + '@alloy-js/csharp': + specifier: ^0.23.0 + version: 0.23.0 + '@alloy-js/markdown': + specifier: ^0.23.0 + version: 0.23.0 + '@alloy-js/msbuild': + specifier: ^0.23.0 + version: 0.23.0 + '@alloy-js/python': + specifier: ^0.4.0 + version: 0.4.0 + '@alloy-js/rollup-plugin': + specifier: ^0.1.1 + version: 0.1.2 + '@alloy-js/typescript': + specifier: ^0.23.0 + version: 0.23.0 + '@astrojs/check': + specifier: ^0.9.8 + version: 0.9.9 + '@astrojs/starlight': + specifier: ^0.39.2 + version: 0.39.3 + '@azure-rest/core-client': + specifier: ^2.3.1 + version: 2.7.0 + '@azure/abort-controller': + specifier: ^2.1.2 + version: 2.1.2 + '@azure/core-auth': + specifier: ^1.6.0 + version: 1.10.1 + '@azure/core-lro': + specifier: ^3.1.0 + version: 3.3.1 + '@azure/core-paging': + specifier: ^1.5.0 + version: 1.6.2 + '@azure/core-rest-pipeline': + specifier: ^1.14.0 + version: 1.22.1 + '@azure/core-util': + specifier: ^1.4.0 + version: 1.13.1 + '@azure/identity': + specifier: ^4.13.1 + version: 4.13.1 + '@azure/logger': + specifier: ^1.0.4 + version: 1.3.0 + '@azure/storage-blob': + specifier: ^12.31.0 + version: 12.33.0 + '@babel/code-frame': + specifier: ^7.29.0 + version: 7.29.7 + '@babel/core': + specifier: ^7.29.0 + version: 7.29.7 + '@chronus/chronus': + specifier: ^1.3.1 + version: 1.3.1 + '@chronus/github': + specifier: ^1.0.6 + version: 1.0.6 + '@chronus/github-pr-commenter': + specifier: ^1.0.6 + version: 1.0.6 + '@eslint/js': + specifier: ^10.0.1 + version: 10.0.1 + '@expressive-code/core': + specifier: ^0.42.0 + version: 0.42.0 + '@fluentui/react-components': + specifier: ^9.73.7 + version: 9.74.3 + '@fluentui/react-icons': + specifier: ^2.0.323 + version: 2.0.331 + '@fluentui/react-list': + specifier: ^9.6.13 + version: 9.6.16 + '@inquirer/prompts': + specifier: ^8.4.1 + version: 8.5.2 + '@microsoft/api-extractor': + specifier: ^7.58.1 + version: 7.58.9 + '@microsoft/api-extractor-model': + specifier: ^7.33.5 + version: 7.33.8 + '@microsoft/tsdoc': + specifier: ^0.16.0 + version: 0.16.0 + '@microsoft/tsdoc-config': + specifier: ^0.18.1 + version: 0.18.1 + '@octokit/core': + specifier: ^7.0.6 + version: 7.0.6 + '@octokit/plugin-paginate-graphql': + specifier: ^6.0.0 + version: 6.0.0 + '@octokit/plugin-rest-endpoint-methods': + specifier: ^17.0.0 + version: 17.0.0 + '@playwright/test': + specifier: ^1.60.0 + version: 1.61.1 + '@pnpm/workspace.find-packages': + specifier: ^1000.0.65 + version: 1000.0.65 + '@scalar/json-magic': + specifier: ^0.12.15 + version: 0.12.17 + '@scalar/openapi-parser': + specifier: ^0.28.6 + version: 0.28.8 + '@scalar/openapi-types': + specifier: ^0.9.1 + version: 0.9.1 + '@storybook/cli': + specifier: ^10.3.5 + version: 10.4.6 + '@storybook/react-vite': + specifier: ^10.3.5 + version: 10.4.6 + '@testing-library/dom': + specifier: ^10.4.1 + version: 10.4.1 + '@testing-library/jest-dom': + specifier: ^6.9.1 + version: 6.9.1 + '@testing-library/react': + specifier: ^16.3.2 + version: 16.3.2 + '@types/babel__code-frame': + specifier: ^7.27.0 + version: 7.27.0 + '@types/cross-spawn': + specifier: ^6.0.6 + version: 6.0.6 + '@types/debounce': + specifier: ^1.2.4 + version: 1.2.4 + '@types/express': + specifier: ^5.0.6 + version: 5.0.6 + '@types/micromatch': + specifier: ^4.0.10 + version: 4.0.10 + '@types/morgan': + specifier: ^1.9.10 + version: 1.9.10 + '@types/multer': + specifier: ^2.1.0 + version: 2.2.0 + '@types/mustache': + specifier: ^4.2.6 + version: 4.2.6 + '@types/node': + specifier: ^25.5.2 + version: 25.9.4 + '@types/pluralize': + specifier: ^0.0.33 + version: 0.0.33 + '@types/semver': + specifier: ^7.7.1 + version: 7.7.1 + '@types/swagger-ui': + specifier: ^5.32.0 + version: 5.32.0 + '@types/swagger-ui-dist': + specifier: ^3.30.6 + version: 3.30.6 + '@types/swagger-ui-express': + specifier: ^4.1.8 + version: 4.1.8 + '@types/which': + specifier: ^3.0.4 + version: 3.0.4 + '@types/yargs': + specifier: ^17.0.35 + version: 17.0.35 + '@typescript-eslint/parser': + specifier: ^8.58.1 + version: 8.62.1 + '@typescript-eslint/rule-tester': + specifier: ^8.58.1 + version: 8.62.1 + '@typescript-eslint/types': + specifier: ^8.58.1 + version: 8.62.1 + '@typescript-eslint/utils': + specifier: ^8.58.1 + version: 8.62.1 + '@typespec/http-client-python': + specifier: ^0.31.1 + version: 0.31.1 + '@typespec/ts-http-runtime': + specifier: 0.3.5 + version: 0.3.5 + '@vitejs/plugin-react': + specifier: ^6.0.1 + version: 6.0.3 + '@vitest/coverage-v8': + specifier: ^4.1.3 + version: 4.1.9 + '@vitest/eslint-plugin': + specifier: ^1.6.16 + version: 1.6.20 + '@vitest/ui': + specifier: ^4.1.3 + version: 4.1.9 + '@vscode/extension-telemetry': + specifier: ^1.5.1 + version: 1.5.2 + '@vscode/test-electron': + specifier: ^2.5.2 + version: 2.5.2 + '@vscode/test-web': + specifier: ^0.0.80 + version: 0.0.80 + '@vscode/vsce': + specifier: ^3.7.1 + version: 3.9.2 + ajv: + specifier: ^8.18.0 + version: 8.18.0 + ajv-formats: + specifier: ^3.0.1 + version: 3.0.1 + astro: + specifier: ^6.1.10 + version: 6.4.8 + astro-expressive-code: + specifier: ^0.42.0 + version: 0.42.0 + autorest: + specifier: ^3.7.1 + version: 3.7.1 + c8: + specifier: ^11.0.0 + version: 11.0.0 + change-case: + specifier: ^5.4.4 + version: 5.4.4 + chokidar: + specifier: ^5.0.0 + version: 5.0.0 + clsx: + specifier: ^2.1.1 + version: 2.1.1 + concurrently: + specifier: ^10.0.0 + version: 10.0.3 + cross-env: + specifier: ^10.1.0 + version: 10.1.0 + cross-spawn: + specifier: ^7.0.6 + version: 7.0.6 + cspell: + specifier: ^10.0.0 + version: 10.0.1 + debounce: + specifier: ^3.0.0 + version: 3.0.0 + decimal.js: + specifier: ^10.6.0 + version: 10.6.0 + dotenv: + specifier: ^17.2.3 + version: 17.4.2 + ecmarkup: + specifier: ~23.0.2 + version: 23.0.2 + env-paths: + specifier: ^4.0.0 + version: 4.0.0 + es-module-shims: + specifier: ^2.8.0 + version: 2.8.1 + esbuild: + specifier: ^0.28.0 + version: 0.28.1 + esbuild-plugins-node-modules-polyfill: + specifier: ^1.8.1 + version: 1.8.2 + eslint: + specifier: ^10.2.0 + version: 10.6.0 + eslint-plugin-react-hooks: + specifier: 7.1.1 + version: 7.1.1 + eslint-plugin-unicorn: + specifier: ^64.0.0 + version: 64.0.0 + execa: + specifier: ^9.6.1 + version: 9.6.1 + express: + specifier: ^5.2.1 + version: 5.2.1 + fast-xml-parser: + specifier: ^5.7.0 + version: 5.9.3 + handlebars: + specifier: ^4.7.7 + version: 4.7.9 + happy-dom: + specifier: ^20.9.0 + version: 20.10.6 + is-unicode-supported: + specifier: ^2.1.0 + version: 2.1.0 + log-symbols: + specifier: ^7.0.1 + version: 7.0.1 + lzutf8: + specifier: 0.6.3 + version: 0.6.3 + micromatch: + specifier: ^4.0.8 + version: 4.0.8 + mkdirp: + specifier: ^3.0.1 + version: 3.0.1 + monaco-editor: + specifier: ^0.55.1 + version: 0.55.1 + monaco-editor-core: + specifier: ^0.55.1 + version: 0.55.1 + morgan: + specifier: ^1.10.1 + version: 1.11.0 + multer: + specifier: ^2.1.1 + version: 2.2.0 + mustache: + specifier: ^4.2.0 + version: 4.2.0 + npm-run-all: + specifier: ~4.1.5 + version: 4.1.5 + ora: + specifier: ^9.3.0 + version: 9.4.1 + p-limit: + specifier: ^7.3.0 + version: 7.3.0 + pathe: + specifier: ^2.0.3 + version: 2.0.3 + picocolors: + specifier: ^1.1.1 + version: 1.1.1 + playwright: + specifier: ^1.60.0 + version: 1.61.1 + plist: + specifier: ^5.0.0 + version: 5.0.0 + pluralize: + specifier: ^8.0.0 + version: 8.0.0 + prettier: + specifier: ^3.8.1 + version: 3.9.4 + prettier-plugin-astro: + specifier: ^0.14.1 + version: 0.14.1 + prettier-plugin-organize-imports: + specifier: ^4.3.0 + version: 4.3.0 + prettier-plugin-sh: + specifier: ^0.18.1 + version: 0.18.1 + react: + specifier: ^19.2.7 + version: 19.2.7 + react-dom: + specifier: ^19.2.7 + version: 19.2.7 + react-error-boundary: + specifier: ^6.1.1 + version: 6.1.2 + react-hotkeys-hook: + specifier: ^5.2.4 + version: 5.3.3 + react-markdown: + specifier: ^10.1.0 + version: 10.1.0 + rimraf: + specifier: ^6.1.3 + version: 6.1.3 + rollup-plugin-visualizer: + specifier: 7.0.1 + version: 7.0.1 + semver: + specifier: ^7.7.4 + version: 7.8.5 + simple-git: + specifier: ^3.36.0 + version: 3.36.0 + source-map-support: + specifier: ^0.5.21 + version: 0.5.21 + storybook: + specifier: ^10.3.5 + version: 10.4.6 + strip-json-comments: + specifier: ^5.0.3 + version: 5.0.3 + swagger-ui-dist: + specifier: ^5.32.2 + version: 5.32.8 + swagger-ui-express: + specifier: ^5.0.1 + version: 5.0.1 + tar: + specifier: ^7.5.13 + version: 7.5.19 + temporal-polyfill: + specifier: ^0.3.2 + version: 0.3.2 + tree-sitter-c-sharp: + specifier: ^0.23.1 + version: 0.23.1 + tree-sitter-java: + specifier: ^0.23.5 + version: 0.23.5 + tree-sitter-javascript: + specifier: ^0.25.0 + version: 0.25.0 + tree-sitter-python: + specifier: ^0.25.0 + version: 0.25.0 + tree-sitter-typescript: + specifier: ^0.23.2 + version: 0.23.2 + ts-morph: + specifier: ^23.0.0 + version: 23.0.0 + tslib: + specifier: ^2.3.1 + version: 2.8.1 + tsx: + specifier: ^4.21.0 + version: 4.22.4 + turbo: + specifier: 2.9.14 + version: 2.9.14 + typedoc: + specifier: ^0.28.19 + version: 0.28.19 + typedoc-plugin-markdown: + specifier: ^4.11.0 + version: 4.12.0 + typescript: + specifier: ~6.0.2 + version: 6.0.3 + typescript-eslint: + specifier: ^8.58.1 + version: 8.62.1 + uri-template: + specifier: ^2.0.0 + version: 2.0.0 + vite: + specifier: ^8.0.8 + version: 8.1.3 + vite-plugin-checker: + specifier: ^0.14.1 + version: 0.14.4 + vite-plugin-dts: + specifier: 5.0.1 + version: 5.0.1 + vitest: + specifier: ^4.1.3 + version: 4.1.9 + vscode-languageclient: + specifier: ^9.0.1 + version: 9.0.1 + vscode-languageserver: + specifier: ^9.0.1 + version: 9.0.1 + vscode-languageserver-textdocument: + specifier: ^1.0.12 + version: 1.0.12 + vscode-oniguruma: + specifier: ^2.0.1 + version: 2.0.1 + vscode-textmate: + specifier: ^9.3.2 + version: 9.3.2 + web-tree-sitter: + specifier: ^0.26.8 + version: 0.26.10 + which: + specifier: ^7.0.0 + version: 7.0.0 + yaml: + specifier: ^2.8.3 + version: 2.8.4 + yargs: + specifier: ^18.0.0 + version: 18.0.0 + +overrides: + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + +packageExtensionsChecksum: sha256-chi48hC3WkGAfpzV9/BLN8S/vj7c5WgquRMFdA5g5HA= + importers: .: @@ -60,16 +585,16 @@ importers: version: 24.6.0 '@typescript-eslint/eslint-plugin': specifier: ^6.0.0 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/parser': specifier: ^6.0.0 - version: 6.21.0(eslint@8.57.0)(typescript@5.4.5) + version: 6.21.0(eslint@8.57.0)(typescript@5.9.3) '@typespec/library-linter': specifier: workspace:~ version: link:../typespec/core/packages/library-linter '@vitest/coverage-v8': specifier: ^3.0.4 - version: 3.0.7(vitest@3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(tsx@4.19.3)(yaml@2.8.1)) + version: 3.0.7(vitest@3.0.7) '@vitest/ui': specifier: ^3.0.3 version: 3.0.7(vitest@3.0.7) @@ -83,250 +608,232 @@ importers: specifier: ^3.0.3 version: 3.2.5 typescript: - specifier: ^5.2.2 - version: 5.4.5 + specifier: ^5.9.0 + version: 5.9.3 vitest: specifier: ^3.0.5 - version: 3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(tsx@4.19.3)(yaml@2.8.1) + version: 3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@20.10.6)(jsdom@25.0.1)(lightningcss@1.32.0)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(tsx@4.22.4)(yaml@2.9.0) src/typespec/core: devDependencies: '@chronus/chronus': - specifier: ^1.0.1 - version: 1.0.2 + specifier: 'catalog:' + version: 1.3.1 '@chronus/github': - specifier: ^1.0.1 - version: 1.0.2 + specifier: 'catalog:' + version: 1.0.6 '@chronus/github-pr-commenter': - specifier: ^1.0.1 - version: 1.0.2 + specifier: 'catalog:' + version: 1.0.6 '@eslint/js': - specifier: ^9.23.0 - version: 9.27.0 + specifier: 'catalog:' + version: 10.0.1(eslint@10.6.0) '@microsoft/api-extractor': - specifier: ^7.52.1 - version: 7.52.8(@types/node@24.3.3) + specifier: 'catalog:' + version: 7.58.9(@types/node@25.9.4) '@octokit/core': - specifier: ^7.0.2 - version: 7.0.5 + specifier: 'catalog:' + version: 7.0.6 '@octokit/plugin-paginate-graphql': - specifier: ^6.0.0 - version: 6.0.0(@octokit/core@7.0.5) + specifier: 'catalog:' + version: 6.0.0(@octokit/core@7.0.6) '@octokit/plugin-rest-endpoint-methods': - specifier: ^16.0.0 - version: 16.1.0(@octokit/core@7.0.5) + specifier: 'catalog:' + version: 17.0.0(@octokit/core@7.0.6) '@types/micromatch': - specifier: ^4.0.9 - version: 4.0.9 + specifier: 'catalog:' + version: 4.0.10 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/eslint-plugin': - specifier: ^1.1.38 - version: 1.2.0(eslint@9.27.0)(typescript@5.9.3)(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 1.6.20(@typescript-eslint/eslint-plugin@8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)(vitest@4.1.9) c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 11.0.0 cspell: - specifier: ^9.0.1 - version: 9.2.1 + specifier: 'catalog:' + version: 10.0.1 eslint: - specifier: ^9.23.0 - version: 9.27.0 - eslint-plugin-import: - specifier: ^2.31.0 - version: 2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0)(typescript@5.9.3))(eslint@9.27.0) + specifier: 'catalog:' + version: 10.6.0 eslint-plugin-react-hooks: - specifier: 5.2.0 - version: 5.2.0(eslint@9.27.0) + specifier: 'catalog:' + version: 7.1.1(eslint@10.6.0) eslint-plugin-unicorn: - specifier: ^60.0.0 - version: 60.0.0(eslint@9.27.0) + specifier: 'catalog:' + version: 64.0.0(eslint@10.6.0) micromatch: - specifier: ^4.0.8 + specifier: 'catalog:' version: 4.0.8 picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 playwright: - specifier: ^1.51.1 - version: 1.52.0 + specifier: 'catalog:' + version: 1.61.1 prettier: - specifier: ~3.6.2 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.4 prettier-plugin-astro: - specifier: ^0.14.1 + specifier: 'catalog:' version: 0.14.1 prettier-plugin-organize-imports: - specifier: ~4.2.0 - version: 4.2.0(prettier@3.6.2)(typescript@5.9.3) + specifier: 'catalog:' + version: 4.3.0(prettier@3.9.4)(typescript@6.0.3) prettier-plugin-sh: - specifier: ^0.17.4 - version: 0.17.4(prettier@3.6.2) + specifier: 'catalog:' + version: 0.18.1(prettier@3.9.4) rimraf: - specifier: ~6.0.1 - version: 6.0.1 - syncpack: - specifier: ^13.0.3 - version: 13.0.3(typescript@5.9.3) + specifier: 'catalog:' + version: 6.1.3 tsx: - specifier: ^4.19.3 - version: 4.19.3 + specifier: 'catalog:' + version: 4.22.4 + turbo: + specifier: 'catalog:' + version: 2.9.14 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 typescript-eslint: - specifier: ^8.27.0 - version: 8.32.1(eslint@9.27.0)(typescript@5.9.3) - vite-plugin-node-polyfills: - specifier: ^0.24.0 - version: 0.24.0(rollup@4.52.4)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 8.62.1(eslint@10.6.0)(typescript@6.0.3) vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 src/typespec/core/packages/asset-emitter: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/astro-utils: dependencies: '@astrojs/check': - specifier: ^0.9.4 - version: 0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3) + specifier: 'catalog:' + version: 0.9.9(prettier-plugin-astro@0.14.1)(prettier@3.9.4)(typescript@6.0.3) '@astrojs/starlight': - specifier: ^0.35.1 - version: 0.35.3(astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 0.39.3(astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0))(typescript@6.0.3) '@expressive-code/core': - specifier: ^0.41.2 - version: 0.41.3 + specifier: 'catalog:' + version: 0.42.0 '@typespec/playground': specifier: workspace:^ version: link:../playground astro-expressive-code: - specifier: ^0.41.2 - version: 0.41.3(astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 0.42.0(astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0)) pathe: - specifier: ^2.0.3 + specifier: 'catalog:' version: 2.0.3 react: - specifier: ~18.3.1 - version: 18.3.1 + specifier: 'catalog:' + version: 19.2.7 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 devDependencies: '@types/react': - specifier: ~18.3.11 + specifier: ^18.2.66 version: 18.3.12 astro: - specifier: ^5.5.6 - version: 5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0) src/typespec/core/packages/best-practices: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/bundle-uploader: dependencies: '@azure/identity': - specifier: ~4.11.1 - version: 4.11.2 + specifier: 'catalog:' + version: 4.13.1 '@azure/storage-blob': - specifier: ~12.28.0 - version: 12.28.0 + specifier: 'catalog:' + version: 12.33.0 '@pnpm/workspace.find-packages': - specifier: ^1000.0.24 - version: 1000.0.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0) + specifier: 'catalog:' + version: 1000.0.65(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) '@typespec/bundler': specifier: workspace:^ version: link:../bundler - json5: - specifier: ^2.2.3 - version: 2.2.3 picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 semver: - specifier: ^7.7.1 - version: 7.7.1 + specifier: 'catalog:' + version: 7.8.5 devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/semver': - specifier: ^7.5.8 - version: 7.5.8 + specifier: 'catalog:' + version: 7.7.1 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/bundler: dependencies: @@ -334,258 +841,243 @@ importers: specifier: workspace:^ version: link:../compiler esbuild: - specifier: ^0.25.1 - version: 0.25.4 + specifier: 'catalog:' + version: 0.28.1 esbuild-plugins-node-modules-polyfill: - specifier: ^1.7.0 - version: 1.7.0(esbuild@0.25.4) - node-stdlib-browser: - specifier: ~1.3.1 - version: 1.3.1 + specifier: 'catalog:' + version: 1.8.2(esbuild@0.28.1) picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/compiler: dependencies: '@babel/code-frame': - specifier: ~7.27.1 - version: 7.27.1 + specifier: 'catalog:' + version: 7.29.7 '@inquirer/prompts': - specifier: ^7.4.0 - version: 7.4.0(@types/node@24.3.3) + specifier: 'catalog:' + version: 8.5.2(@types/node@25.9.4) ajv: - specifier: ~8.17.1 - version: 8.17.1 + specifier: 'catalog:' + version: 8.18.0 change-case: - specifier: ~5.4.4 + specifier: 'catalog:' version: 5.4.4 env-paths: - specifier: ^3.0.0 - version: 3.0.0 - globby: - specifier: ~14.1.0 - version: 14.1.0 + specifier: 'catalog:' + version: 4.0.0 is-unicode-supported: - specifier: ^2.1.0 + specifier: 'catalog:' version: 2.1.0 mustache: - specifier: ~4.2.0 + specifier: 'catalog:' version: 4.2.0 picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 prettier: - specifier: ~3.6.2 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.4 semver: - specifier: ^7.7.1 - version: 7.7.1 + specifier: 'catalog:' + version: 7.8.5 tar: - specifier: ^7.4.3 - version: 7.4.3 + specifier: 'catalog:' + version: 7.5.19 temporal-polyfill: - specifier: ^0.3.0 - version: 0.3.0 + specifier: 'catalog:' + version: 0.3.2 vscode-languageserver: - specifier: ~9.0.1 + specifier: 'catalog:' version: 9.0.1 vscode-languageserver-textdocument: - specifier: ~1.0.12 + specifier: 'catalog:' version: 1.0.12 yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 devDependencies: '@types/babel__code-frame': - specifier: ~7.0.6 - version: 7.0.6 + specifier: 'catalog:' + version: 7.27.0 '@types/mustache': - specifier: ~4.2.5 - version: 4.2.5 + specifier: 'catalog:' + version: 4.2.6 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/semver': - specifier: ^7.5.8 - version: 7.5.8 + specifier: 'catalog:' + version: 7.7.1 '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@typespec/internal-build-utils': specifier: workspace:^ version: link:../internal-build-utils '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 - grammarkdown: - specifier: ~3.3.2 - version: 3.3.2 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) pathe: - specifier: ^2.0.3 + specifier: 'catalog:' version: 2.0.3 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 source-map-support: - specifier: ~0.5.21 + specifier: 'catalog:' version: 0.5.21 tmlanguage-generator: specifier: workspace:^ version: link:../tmlanguage-generator typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) vscode-oniguruma: - specifier: ~2.0.1 + specifier: 'catalog:' version: 2.0.1 vscode-textmate: - specifier: ~9.2.0 - version: 9.2.0 + specifier: 'catalog:' + version: 9.3.2 src/typespec/core/packages/emitter-framework: dependencies: '@alloy-js/csharp': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 devDependencies: '@alloy-js/cli': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@alloy-js/core': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.1 + '@alloy-js/python': + specifier: 'catalog:' + version: 0.4.0 '@alloy-js/rollup-plugin': - specifier: ^0.1.0 - version: 0.1.0(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.52.4) + specifier: 'catalog:' + version: 0.1.2(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4) '@alloy-js/typescript': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@typespec/compiler': specifier: workspace:^ version: link:../compiler concurrently: - specifier: ^9.1.2 - version: 9.1.2 + specifier: 'catalog:' + version: 10.0.3 pathe: - specifier: ^2.0.3 + specifier: 'catalog:' version: 2.0.3 prettier: - specifier: ~3.6.2 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.4 tree-sitter-c-sharp: - specifier: ^0.23.0 + specifier: 'catalog:' version: 0.23.1 tree-sitter-java: - specifier: ^0.23.2 + specifier: 'catalog:' version: 0.23.5 tree-sitter-javascript: - specifier: ^0.23.0 - version: 0.23.1 + specifier: 'catalog:' + version: 0.25.0 tree-sitter-python: - specifier: ^0.23.2 - version: 0.23.6 + specifier: 'catalog:' + version: 0.25.0 tree-sitter-typescript: - specifier: ^0.23.0 + specifier: 'catalog:' version: 0.23.2 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) web-tree-sitter: - specifier: ^0.25.4 - version: 0.25.10 + specifier: 'catalog:' + version: 0.26.10 src/typespec/core/packages/eslint-plugin-typespec: dependencies: '@typescript-eslint/utils': - specifier: ^8.27.0 - version: 8.32.1(eslint@9.27.0)(typescript@5.9.3) + specifier: 'catalog:' + version: 8.62.1(eslint@10.6.0)(typescript@6.0.3) devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typescript-eslint/parser': - specifier: ^8.27.0 - version: 8.32.1(eslint@9.27.0)(typescript@5.9.3) + specifier: 'catalog:' + version: 8.62.1(eslint@10.6.0)(typescript@6.0.3) '@typescript-eslint/rule-tester': - specifier: ^8.27.0 - version: 8.32.1(eslint@9.27.0)(typescript@5.9.3) + specifier: 'catalog:' + version: 8.62.1(eslint@10.6.0)(typescript@6.0.3) '@typescript-eslint/types': - specifier: ^8.27.0 - version: 8.32.1 + specifier: 'catalog:' + version: 8.62.1 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) eslint: - specifier: ^9.23.0 - version: 9.27.0 + specifier: 'catalog:' + version: 10.6.0 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/events: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -596,66 +1088,63 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/html-program-viewer: dependencies: '@fluentui/react-components': - specifier: ~9.69.0 - version: 9.69.0(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) + specifier: 'catalog:' + version: 9.74.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) '@fluentui/react-icons': - specifier: ^2.0.292 - version: 2.0.292(react@18.3.1) + specifier: 'catalog:' + version: 2.0.331(react@19.2.7) '@fluentui/react-list': - specifier: ^9.1.2 - version: 9.1.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) + specifier: 'catalog:' + version: 9.6.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) react: - specifier: ~18.3.1 - version: 18.3.1 + specifier: 'catalog:' + version: 19.2.7 react-dom: - specifier: ~18.3.1 - version: 18.3.1(react@18.3.1) + specifier: 'catalog:' + version: 19.2.7(react@19.2.7) react-hotkeys-hook: - specifier: ^5.1.0 - version: 5.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 'catalog:' + version: 5.3.3(react-dom@19.2.7(react@19.2.7))(react@19.2.7) devDependencies: '@babel/core': - specifier: ^7.26.10 - version: 7.26.10 + specifier: 'catalog:' + version: 7.29.7 '@testing-library/dom': - specifier: ^10.4.0 - version: 10.4.0 + specifier: 'catalog:' + version: 10.4.1 '@testing-library/jest-dom': - specifier: ^6.6.3 - version: 6.6.3 + specifier: 'catalog:' + version: 6.9.1 '@testing-library/react': - specifier: ^16.2.0 - version: 16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 'catalog:' + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/react': - specifier: ~18.3.11 + specifier: ^18.2.66 version: 18.3.12 '@types/react-dom': - specifier: ~18.3.0 - version: 18.3.0 + specifier: ^18.2.22 + version: 18.2.25 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -663,44 +1152,38 @@ importers: specifier: workspace:^ version: link:../react-components '@vitejs/plugin-react': - specifier: ~4.7.0 - version: 4.7.0(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 6.0.3(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) vite-plugin-checker: - specifier: ^0.10.1 - version: 0.10.3(eslint@9.27.0)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 0.14.4(eslint@10.6.0)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) vite-plugin-dts: - specifier: 4.5.4 - version: 4.5.4(@types/node@24.3.3)(rollup@4.52.4)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) - vite-plugin-node-polyfills: - specifier: ^0.24.0 - version: 0.24.0(rollup@4.52.4)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 5.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/http: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -714,41 +1197,66 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + + src/typespec/core/packages/http-canonicalization: + dependencies: + '@typespec/compiler': + specifier: workspace:^ + version: link:../compiler + '@typespec/emitter-framework': + specifier: workspace:^ + version: link:../emitter-framework + '@typespec/http': + specifier: workspace:^ + version: link:../http + '@typespec/mutator-framework': + specifier: workspace:^ + version: link:../mutator-framework + devDependencies: + '@alloy-js/rollup-plugin': + specifier: 'catalog:' + version: 0.1.2(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4) + '@types/node': + specifier: 'catalog:' + version: 25.9.4 + concurrently: + specifier: 'catalog:' + version: 10.0.3 + prettier: + specifier: 'catalog:' + version: 3.9.4 src/typespec/core/packages/http-client: devDependencies: '@alloy-js/cli': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@alloy-js/core': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.1 '@alloy-js/rollup-plugin': - specifier: ^0.1.0 - version: 0.1.0(@babel/core@7.28.4)(@types/babel__core@7.20.5)(rollup@4.52.4) + specifier: 'catalog:' + version: 0.1.2(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4) '@alloy-js/typescript': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -758,27 +1266,27 @@ importers: '@typespec/http': specifier: workspace:^ version: link:../http - eslint: - specifier: ^9.23.0 - version: 9.27.0 - prettier: - specifier: ~3.6.2 - version: 3.6.2 + '@typespec/library-linter': + specifier: workspace:^ + version: link:../library-linter + '@typespec/tspd': + specifier: workspace:^ + version: link:../tspd typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/http-client-js: dependencies: '@alloy-js/core': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.1 '@alloy-js/typescript': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -792,18 +1300,21 @@ importers: specifier: workspace:^ version: link:../rest prettier: - specifier: ~3.6.2 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.4 devDependencies: '@alloy-js/cli': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@alloy-js/rollup-plugin': - specifier: ^0.1.0 - version: 0.1.0(@babel/core@7.28.4)(@types/babel__core@7.20.5)(rollup@4.52.4) + specifier: 'catalog:' + version: 0.1.2(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4) + '@inquirer/prompts': + specifier: 'catalog:' + version: 8.5.2(@types/node@26.1.0) '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@typespec/http': specifier: workspace:^ version: link:../http @@ -814,8 +1325,8 @@ importers: specifier: workspace:^ version: link:../spector '@typespec/ts-http-runtime': - specifier: 0.3.0 - version: 0.3.0 + specifier: 'catalog:' + version: 0.3.5 '@typespec/tspd': specifier: workspace:^ version: link:../tspd @@ -823,81 +1334,93 @@ importers: specifier: workspace:^ version: link:../versioning '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) change-case: - specifier: ~5.4.4 + specifier: 'catalog:' version: 5.4.4 concurrently: - specifier: ^9.1.2 - version: 9.1.2 + specifier: 'catalog:' + version: 10.0.3 cross-env: - specifier: ~10.0.0 - version: 10.0.0 + specifier: 'catalog:' + version: 10.1.0 execa: - specifier: ^9.5.2 - version: 9.5.2 - fs-extra: - specifier: ^11.2.0 - version: 11.3.0 - globby: - specifier: ~14.1.0 - version: 14.1.0 - inquirer: - specifier: ^12.5.0 - version: 12.5.0(@types/node@24.6.0) + specifier: 'catalog:' + version: 9.6.1 ora: - specifier: ^8.1.1 - version: 8.2.0 + specifier: 'catalog:' + version: 9.4.1 p-limit: - specifier: ^7.1.1 - version: 7.1.1 + specifier: 'catalog:' + version: 7.3.0 picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 uri-template: - specifier: ^2.0.0 + specifier: 'catalog:' version: 2.0.0 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 src/typespec/core/packages/http-server-csharp: dependencies: - '@typespec/asset-emitter': + '@alloy-js/core': + specifier: 'catalog:' + version: 0.23.1 + '@alloy-js/csharp': + specifier: 'catalog:' + version: 0.23.0 + '@alloy-js/msbuild': + specifier: 'catalog:' + version: 0.23.0 + '@typespec/emitter-framework': specifier: workspace:^ - version: link:../asset-emitter + version: link:../emitter-framework + '@typespec/http-canonicalization': + specifier: workspace:^ + version: link:../http-canonicalization change-case: - specifier: ~5.4.4 + specifier: 'catalog:' version: 5.4.4 cross-spawn: - specifier: ^7.0.6 + specifier: 'catalog:' version: 7.0.6 picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 devDependencies: + '@alloy-js/cli': + specifier: 'catalog:' + version: 0.23.0 + '@alloy-js/rollup-plugin': + specifier: 'catalog:' + version: 0.1.2(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4) + '@inquirer/prompts': + specifier: 'catalog:' + version: 8.5.2(@types/node@25.9.4) '@types/cross-spawn': - specifier: ~6.0.6 + specifier: 'catalog:' version: 6.0.6 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -932,56 +1455,50 @@ importers: specifier: workspace:^ version: link:../versioning '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - fs-extra: - specifier: ^11.2.0 - version: 11.3.0 - globby: - specifier: ~14.1.0 - version: 14.1.0 - inquirer: - specifier: ^12.5.0 - version: 12.5.0(@types/node@24.3.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) ora: - specifier: ^8.1.1 - version: 8.2.0 + specifier: 'catalog:' + version: 9.4.1 p-limit: - specifier: ^7.1.1 - version: 7.1.1 + specifier: 'catalog:' + version: 7.3.0 pathe: - specifier: ^2.0.3 + specifier: 'catalog:' version: 2.0.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) src/typespec/core/packages/http-server-js: dependencies: prettier: - specifier: ~3.6.2 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.4 yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 devDependencies: + '@inquirer/prompts': + specifier: 'catalog:' + version: 8.5.2(@types/node@25.9.4) '@types/express': - specifier: ^5.0.1 - version: 5.0.2 + specifier: 'catalog:' + version: 5.0.6 '@types/morgan': - specifier: ^1.9.9 - version: 1.9.9 + specifier: 'catalog:' + version: 1.9.10 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/swagger-ui-express': - specifier: ^4.1.8 + specifier: 'catalog:' version: 4.1.8 '@typespec/compiler': specifier: workspace:^ @@ -1005,58 +1522,49 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) decimal.js: - specifier: ^10.5.0 - version: 10.5.0 + specifier: 'catalog:' + version: 10.6.0 express: - specifier: ^5.1.0 - version: 5.1.0 - fs-extra: - specifier: ^11.2.0 - version: 11.3.0 - globby: - specifier: ~14.1.0 - version: 14.1.0 - inquirer: - specifier: ^12.5.0 - version: 12.5.0(@types/node@24.3.3) + specifier: 'catalog:' + version: 5.2.1 morgan: - specifier: ^1.10.0 - version: 1.10.0 + specifier: 'catalog:' + version: 1.11.0 ora: - specifier: ^8.1.1 - version: 8.2.0 + specifier: 'catalog:' + version: 9.4.1 p-limit: - specifier: ^7.1.1 - version: 7.1.1 + specifier: 'catalog:' + version: 7.3.0 pathe: - specifier: ^2.0.3 + specifier: 'catalog:' version: 2.0.3 picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 swagger-ui-express: - specifier: ^5.0.1 - version: 5.0.1(express@5.1.0) + specifier: 'catalog:' + version: 5.0.1(express@5.2.1) temporal-polyfill: - specifier: ^0.3.0 - version: 0.3.0 + specifier: 'catalog:' + version: 0.3.2 tsx: - specifier: ^4.19.3 - version: 4.19.3 + specifier: 'catalog:' + version: 4.22.4 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 src/typespec/core/packages/http-specs: @@ -1082,19 +1590,13 @@ importers: '@typespec/xml': specifier: workspace:^ version: link:../xml - deep-equal: - specifier: ^2.2.0 - version: 2.2.3 devDependencies: - '@types/deep-equal': - specifier: ^1.0.1 - version: 1.0.4 '@types/multer': - specifier: ^2.0.0 - version: 2.0.0 + specifier: 'catalog:' + version: 2.2.0 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/json-schema': specifier: workspace:^ version: link:../json-schema @@ -1105,69 +1607,66 @@ importers: specifier: workspace:^ version: link:../openapi3 concurrently: - specifier: ^9.1.2 - version: 9.1.2 + specifier: 'catalog:' + version: 10.0.3 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 src/typespec/core/packages/internal-build-utils: dependencies: '@pnpm/workspace.find-packages': - specifier: ^1000.0.24 - version: 1000.0.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0) + specifier: 'catalog:' + version: 1000.0.65(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) cross-spawn: - specifier: ^7.0.6 + specifier: 'catalog:' version: 7.0.6 cspell: - specifier: ^9.0.1 - version: 9.2.1 + specifier: 'catalog:' + version: 10.0.1 semver: - specifier: ^7.7.1 - version: 7.7.1 + specifier: 'catalog:' + version: 7.8.5 strip-json-comments: - specifier: ~5.0.1 - version: 5.0.1 + specifier: 'catalog:' + version: 5.0.3 yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 devDependencies: '@types/cross-spawn': - specifier: ~6.0.6 + specifier: 'catalog:' version: 6.0.6 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/semver': - specifier: ^7.5.8 - version: 7.5.8 + specifier: 'catalog:' + version: 7.7.1 '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) chokidar: - specifier: ~4.0.3 - version: 4.0.3 + specifier: 'catalog:' + version: 5.0.0 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/json-schema: dependencies: @@ -1175,12 +1674,12 @@ importers: specifier: workspace:^ version: link:../asset-emitter yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -1194,93 +1693,99 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) ajv: - specifier: ~8.17.1 - version: 8.17.1 + specifier: 'catalog:' + version: 8.18.0 ajv-formats: - specifier: ~3.0.1 - version: 3.0.1(ajv@8.17.1) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 3.0.1(ajv@8.18.0) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) src/typespec/core/packages/library-linter: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/monarch: dependencies: monaco-editor-core: - specifier: ^0.52.2 - version: 0.52.2 + specifier: 'catalog:' + version: 0.55.1 devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) happy-dom: - specifier: ^18.0.1 - version: 18.0.1 + specifier: 'catalog:' + version: 20.10.6 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + + src/typespec/core/packages/mutator-framework: + devDependencies: + '@types/node': + specifier: 'catalog:' + version: 25.9.4 + '@typespec/compiler': + specifier: workspace:^ + version: link:../compiler + concurrently: + specifier: 'catalog:' + version: 10.0.3 + prettier: + specifier: 'catalog:' + version: 3.9.4 src/typespec/core/packages/openapi: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -1297,48 +1802,51 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/openapi3: dependencies: - '@apidevtools/swagger-parser': - specifier: ~12.0.0 - version: 12.0.0(openapi-types@12.1.3) + '@scalar/json-magic': + specifier: 'catalog:' + version: 0.12.17 + '@scalar/openapi-parser': + specifier: 'catalog:' + version: 0.28.8 + '@scalar/openapi-types': + specifier: 'catalog:' + version: 0.9.1 '@typespec/asset-emitter': specifier: workspace:^ version: link:../asset-emitter - openapi-types: - specifier: ~12.1.3 - version: 12.1.3 yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@typespec/compiler': specifier: workspace:^ version: link:../compiler + '@typespec/events': + specifier: workspace:^ + version: link:../events '@typespec/http': specifier: workspace:^ version: link:../http @@ -1354,6 +1862,12 @@ importers: '@typespec/rest': specifier: workspace:^ version: link:../rest + '@typespec/sse': + specifier: workspace:^ + version: link:../sse + '@typespec/streams': + specifier: workspace:^ + version: link:../streams '@typespec/tspd': specifier: workspace:^ version: link:../tspd @@ -1364,26 +1878,23 @@ importers: specifier: workspace:^ version: link:../xml '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) cross-env: - specifier: ~10.0.0 - version: 10.0.0 + specifier: 'catalog:' + version: 10.1.0 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) src/typespec/core/packages/pack: dependencies: @@ -1391,45 +1902,42 @@ importers: specifier: workspace:^ version: link:../compiler picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.2.4(vitest@3.2.4) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 source-map-support: - specifier: ~0.5.21 + specifier: 'catalog:' version: 0.5.21 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) vitest: - specifier: ^3.1.2 - version: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/playground: dependencies: '@fluentui/react-components': - specifier: ~9.69.0 - version: 9.69.0(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) + specifier: 'catalog:' + version: 9.74.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) '@fluentui/react-icons': - specifier: ^2.0.292 - version: 2.0.292(react@18.3.1) + specifier: 'catalog:' + version: 2.0.331(react@19.2.7) '@typespec/bundler': specifier: workspace:^ version: link:../bundler @@ -1458,105 +1966,117 @@ importers: specifier: workspace:^ version: link:../versioning clsx: - specifier: ^2.1.1 + specifier: 'catalog:' version: 2.1.1 debounce: - specifier: ~2.2.0 - version: 2.2.0 + specifier: 'catalog:' + version: 3.0.0 lzutf8: - specifier: 0.6.3 + specifier: 'catalog:' version: 0.6.3 monaco-editor: - specifier: ~0.52.2 - version: 0.52.2 + specifier: 'catalog:' + version: 0.55.1 react: - specifier: ~18.3.1 - version: 18.3.1 + specifier: 'catalog:' + version: 19.2.7 react-dom: - specifier: ~18.3.1 - version: 18.3.1(react@18.3.1) + specifier: 'catalog:' + version: 19.2.7(react@19.2.7) react-error-boundary: - specifier: ^6.0.0 - version: 6.0.0(react@18.3.1) + specifier: 'catalog:' + version: 6.1.2(react@19.2.7) swagger-ui-dist: - specifier: ^5.20.1 - version: 5.21.0 + specifier: 'catalog:' + version: 5.32.8 vscode-languageserver: - specifier: ~9.0.1 + specifier: 'catalog:' version: 9.0.1 vscode-languageserver-textdocument: - specifier: ~1.0.12 + specifier: 'catalog:' version: 1.0.12 + yaml: + specifier: 'catalog:' + version: 2.8.4 devDependencies: '@babel/core': - specifier: ^7.26.10 - version: 7.26.10 + specifier: 'catalog:' + version: 7.29.7 '@playwright/test': - specifier: ^1.51.1 - version: 1.52.0 + specifier: 'catalog:' + version: 1.61.1 '@storybook/cli': - specifier: ^9.0.12 - version: 9.1.10(@babel/preset-env@7.24.7(@babel/core@7.26.10))(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 10.4.6(@babel/preset-env@7.24.7(@babel/core@7.29.7))(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) '@storybook/react-vite': - specifier: ^9.0.12 - version: 9.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.52.4)(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 10.4.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(esbuild@0.28.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(rollup@4.52.4)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + '@testing-library/dom': + specifier: 'catalog:' + version: 10.4.1 + '@testing-library/jest-dom': + specifier: 'catalog:' + version: 6.9.1 + '@testing-library/react': + specifier: 'catalog:' + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) '@types/debounce': - specifier: ~1.2.4 + specifier: 'catalog:' version: 1.2.4 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/react': - specifier: ~18.3.11 + specifier: ^18.2.66 version: 18.3.12 '@types/react-dom': - specifier: ~18.3.0 - version: 18.3.0 + specifier: ^18.2.22 + version: 18.2.25 '@types/swagger-ui-dist': - specifier: ~3.30.5 - version: 3.30.5 + specifier: 'catalog:' + version: 3.30.6 '@typespec/react-components': specifier: workspace:^ version: link:../react-components '@vitejs/plugin-react': - specifier: ~4.7.0 - version: 4.7.0(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 6.0.3(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) cross-env: - specifier: ~10.0.0 - version: 10.0.0 + specifier: 'catalog:' + version: 10.1.0 es-module-shims: - specifier: ~2.6.0 - version: 2.6.2 + specifier: 'catalog:' + version: 2.8.1 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 storybook: - specifier: ^9.0.12 - version: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) vite-plugin-checker: - specifier: ^0.10.1 - version: 0.10.3(eslint@9.27.0)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 0.14.4(eslint@10.6.0)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) vite-plugin-dts: - specifier: 4.5.4 - version: 4.5.4(@types/node@24.3.3)(rollup@4.52.4)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 5.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + vitest: + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) src/typespec/core/packages/playground-website: dependencies: '@fluentui/react-components': - specifier: ~9.69.0 - version: 9.69.0(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) + specifier: 'catalog:' + version: 9.74.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) '@fluentui/react-icons': - specifier: ^2.0.292 - version: 2.0.292(react@18.3.1) + specifier: 'catalog:' + version: 2.0.331(react@19.2.7) '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -1569,6 +2089,12 @@ importers: '@typespec/http': specifier: workspace:^ version: link:../http + '@typespec/http-client-js': + specifier: workspace:^ + version: link:../http-client-js + '@typespec/http-server-js': + specifier: workspace:^ + version: link:../http-server-js '@typespec/json-schema': specifier: workspace:^ version: link:../json-schema @@ -1603,78 +2129,72 @@ importers: specifier: workspace:^ version: link:../xml es-module-shims: - specifier: ~2.6.0 - version: 2.6.2 + specifier: 'catalog:' + version: 2.8.1 react: - specifier: ~18.3.1 - version: 18.3.1 + specifier: 'catalog:' + version: 19.2.7 react-dom: - specifier: ~18.3.1 - version: 18.3.1(react@18.3.1) + specifier: 'catalog:' + version: 19.2.7(react@19.2.7) devDependencies: '@babel/core': - specifier: ^7.26.10 - version: 7.26.10 + specifier: 'catalog:' + version: 7.29.7 '@playwright/test': - specifier: ^1.51.1 - version: 1.52.0 + specifier: 'catalog:' + version: 1.61.1 '@types/debounce': - specifier: ~1.2.4 + specifier: 'catalog:' version: 1.2.4 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/react': - specifier: ~18.3.11 + specifier: ^18.2.66 version: 18.3.12 '@types/react-dom': - specifier: ~18.3.0 - version: 18.3.0 + specifier: ^18.2.22 + version: 18.2.25 '@types/swagger-ui': - specifier: ~5.21.1 - version: 5.21.1 + specifier: 'catalog:' + version: 5.32.0 '@vitejs/plugin-react': - specifier: ~4.7.0 - version: 4.7.0(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 6.0.3(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) cross-env: - specifier: ~10.0.0 - version: 10.0.0 + specifier: 'catalog:' + version: 10.1.0 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 rollup-plugin-visualizer: - specifier: ~6.0.3 - version: 6.0.4(rollup@4.52.4) + specifier: 'catalog:' + version: 7.0.1(rolldown@1.1.4)(rollup@4.52.4) typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) vite-plugin-dts: - specifier: 4.5.4 - version: 4.5.4(@types/node@24.3.3)(rollup@4.52.4)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) - vite-plugin-node-polyfills: - specifier: ^0.24.0 - version: 0.24.0(rollup@4.52.4)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 5.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/prettier-plugin-typespec: dependencies: prettier: - specifier: ~3.6.2 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.4 devDependencies: '@typespec/compiler': specifier: workspace:^ @@ -1683,20 +2203,20 @@ importers: specifier: workspace:^ version: link:../internal-build-utils esbuild: - specifier: ^0.25.1 - version: 0.25.4 + specifier: 'catalog:' + version: 0.28.1 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)) + specifier: 'catalog:' + version: 4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/protobuf: devDependencies: '@types/micromatch': - specifier: ^4.0.9 - version: 4.0.9 + specifier: 'catalog:' + version: 4.0.10 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -1704,99 +2224,93 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) micromatch: - specifier: ^4.0.8 + specifier: 'catalog:' version: 4.0.8 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/react-components: dependencies: '@fluentui/react-components': - specifier: ~9.69.0 - version: 9.69.0(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) + specifier: 'catalog:' + version: 9.74.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) '@fluentui/react-icons': - specifier: ^2.0.292 - version: 2.0.292(react@18.3.1) + specifier: 'catalog:' + version: 2.0.331(react@19.2.7) react: - specifier: ~18.3.1 - version: 18.3.1 + specifier: 'catalog:' + version: 19.2.7 react-dom: - specifier: ~18.3.1 - version: 18.3.1(react@18.3.1) + specifier: 'catalog:' + version: 19.2.7(react@19.2.7) devDependencies: '@babel/core': - specifier: ^7.26.10 - version: 7.26.10 + specifier: 'catalog:' + version: 7.29.7 '@testing-library/dom': - specifier: ^10.4.0 - version: 10.4.0 + specifier: 'catalog:' + version: 10.4.1 '@testing-library/jest-dom': - specifier: ^6.6.3 - version: 6.6.3 + specifier: 'catalog:' + version: 6.9.1 '@testing-library/react': - specifier: ^16.2.0 - version: 16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 'catalog:' + version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/react': - specifier: ~18.3.11 + specifier: ^18.2.66 version: 18.3.12 '@types/react-dom': - specifier: ~18.3.0 - version: 18.3.0 + specifier: ^18.2.22 + version: 18.2.25 '@vitejs/plugin-react': - specifier: ~4.7.0 - version: 4.7.0(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 6.0.3(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) vite-plugin-checker: - specifier: ^0.10.1 - version: 0.10.3(eslint@9.27.0)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 0.14.4(eslint@10.6.0)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) vite-plugin-dts: - specifier: 4.5.4 - version: 4.5.4(@types/node@24.3.3)(rollup@4.52.4)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 5.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/rest: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -1810,23 +2324,20 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/samples: dependencies: @@ -1877,164 +2388,155 @@ importers: version: link:../versioning devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/internal-build-utils': specifier: workspace:^ version: link:../internal-build-utils '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) cross-env: - specifier: ~10.0.0 - version: 10.0.0 + specifier: 'catalog:' + version: 10.1.0 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/spec: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/internal-build-utils': specifier: workspace:^ version: link:../internal-build-utils ecmarkup: - specifier: ~21.3.0 - version: 21.3.1 + specifier: 'catalog:' + version: 23.0.2 src/typespec/core/packages/spec-api: dependencies: - deep-equal: - specifier: ^2.2.0 - version: 2.2.3 express: - specifier: ^5.1.0 - version: 5.1.0 - xml2js: - specifier: ^0.6.2 - version: 0.6.2 + specifier: 'catalog:' + version: 5.2.1 + fast-xml-parser: + specifier: 'catalog:' + version: 5.9.3 devDependencies: - '@types/deep-equal': - specifier: ^1.0.1 - version: 1.0.4 '@types/express': - specifier: ^5.0.1 - version: 5.0.2 + specifier: 'catalog:' + version: 5.0.6 '@types/multer': - specifier: ^2.0.0 - version: 2.0.0 + specifier: 'catalog:' + version: 2.2.0 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 - '@types/xml2js': - specifier: ^0.4.11 - version: 0.4.14 + specifier: 'catalog:' + version: 25.9.4 '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/spec-coverage-sdk: dependencies: '@azure/identity': - specifier: ~4.11.1 - version: 4.11.2 + specifier: 'catalog:' + version: 4.13.1 '@azure/storage-blob': - specifier: ~12.28.0 - version: 12.28.0 + specifier: 'catalog:' + version: 12.33.0 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 + '@types/semver': + specifier: 'catalog:' + version: 7.7.1 + semver: + specifier: 'catalog:' + version: 7.8.5 devDependencies: rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 src/typespec/core/packages/spec-dashboard: dependencies: - '@emotion/react': - specifier: ^11.14.0 - version: 11.14.0(@types/react@18.3.12)(react@18.3.1) '@fluentui/react-components': - specifier: ~9.69.0 - version: 9.69.0(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) + specifier: 'catalog:' + version: 9.74.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) '@fluentui/react-icons': - specifier: ^2.0.292 - version: 2.0.292(react@18.3.1) + specifier: 'catalog:' + version: 2.0.331(react@19.2.7) '@typespec/spec-coverage-sdk': specifier: workspace:^ version: link:../spec-coverage-sdk react: - specifier: ~18.3.1 - version: 18.3.1 + specifier: 'catalog:' + version: 19.2.7 react-dom: - specifier: ~18.3.1 - version: 18.3.1(react@18.3.1) + specifier: 'catalog:' + version: 19.2.7(react@19.2.7) react-markdown: - specifier: ^10.1.0 - version: 10.1.0(@types/react@18.3.12)(react@18.3.1) + specifier: 'catalog:' + version: 10.1.0(@types/react@18.3.12)(react@19.2.7) devDependencies: '@types/react': - specifier: ~18.3.11 + specifier: ^18.2.66 version: 18.3.12 '@types/react-dom': - specifier: ~18.3.0 - version: 18.3.0 + specifier: ^18.2.22 + version: 18.2.25 '@vitejs/plugin-react': - specifier: ~4.7.0 - version: 4.7.0(vite@7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 6.0.3(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 rollup-plugin-visualizer: - specifier: ~6.0.3 - version: 6.0.4(rollup@4.52.4) + specifier: 'catalog:' + version: 7.0.1(rolldown@1.1.4)(rollup@4.52.4) typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) vite-plugin-checker: - specifier: ^0.10.1 - version: 0.10.3(eslint@9.27.0)(typescript@5.9.3)(vite@7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 0.14.4(eslint@10.6.0)(typescript@6.0.3)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) vite-plugin-dts: - specifier: 4.5.4 - version: 4.5.4(@types/node@24.6.0)(rollup@4.52.4)(typescript@5.9.3)(vite@7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 5.0.1(@microsoft/api-extractor@7.58.9(@types/node@26.1.0))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/spector: dependencies: '@azure/identity': - specifier: ~4.11.1 - version: 4.11.2 - '@types/js-yaml': - specifier: ^4.0.5 - version: 4.0.9 + specifier: 'catalog:' + version: 4.13.1 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -2054,87 +2556,66 @@ importers: specifier: workspace:^ version: link:../versioning ajv: - specifier: ~8.17.1 - version: 8.17.1 - body-parser: - specifier: ^2.2.0 - version: 2.2.0 - deep-equal: - specifier: ^2.2.0 - version: 2.2.3 + specifier: 'catalog:' + version: 8.18.0 express: - specifier: ^5.1.0 - version: 5.1.0 - globby: - specifier: ~14.1.0 - version: 14.1.0 - js-yaml: - specifier: ^4.1.0 - version: 4.1.0 + specifier: 'catalog:' + version: 5.2.1 micromatch: - specifier: ^4.0.8 + specifier: 'catalog:' version: 4.0.8 morgan: - specifier: ^1.10.0 - version: 1.10.0 + specifier: 'catalog:' + version: 1.11.0 multer: - specifier: ^2.0.1 - version: 2.0.2 + specifier: 'catalog:' + version: 2.2.0 picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 source-map-support: - specifier: ~0.5.21 + specifier: 'catalog:' version: 0.5.21 - xml2js: - specifier: ^0.6.2 - version: 0.6.2 + yaml: + specifier: 'catalog:' + version: 2.8.4 yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 devDependencies: - '@types/body-parser': - specifier: ^1.19.2 - version: 1.19.5 - '@types/deep-equal': - specifier: ^1.0.1 - version: 1.0.4 '@types/express': - specifier: ^5.0.1 - version: 5.0.2 + specifier: 'catalog:' + version: 5.0.6 '@types/micromatch': - specifier: ^4.0.9 - version: 4.0.9 + specifier: 'catalog:' + version: 4.0.10 '@types/morgan': - specifier: ^1.9.9 - version: 1.9.9 + specifier: 'catalog:' + version: 1.9.10 '@types/multer': - specifier: ^2.0.0 - version: 2.0.0 + specifier: 'catalog:' + version: 2.2.0 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 - '@types/xml2js': - specifier: ^0.4.11 - version: 0.4.14 + specifier: 'catalog:' + version: 25.9.4 '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@typespec/tspd': specifier: workspace:^ version: link:../tspd rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 src/typespec/core/packages/sse: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -2154,29 +2635,26 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/streams: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -2187,127 +2665,155 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/tmlanguage-generator: dependencies: - onigasm: - specifier: ~2.2.5 - version: 2.2.5 plist: - specifier: ~3.1.0 - version: 3.1.0 + specifier: 'catalog:' + version: 5.0.0 + vscode-oniguruma: + specifier: 'catalog:' + version: 2.0.1 devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 - '@types/plist': - specifier: ~3.0.5 - version: 3.0.5 + specifier: 'catalog:' + version: 25.9.4 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 + + src/typespec/core/packages/tsp-integration: + dependencies: + '@pnpm/workspace.find-packages': + specifier: 'catalog:' + version: 1000.0.65(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + execa: + specifier: 'catalog:' + version: 9.6.1 + log-symbols: + specifier: 'catalog:' + version: 7.0.1 + ora: + specifier: 'catalog:' + version: 9.4.1 + pathe: + specifier: 'catalog:' + version: 2.0.3 + picocolors: + specifier: 'catalog:' + version: 1.1.1 + simple-git: + specifier: 'catalog:' + version: 3.36.0 + tar: + specifier: 'catalog:' + version: 7.5.19 + yaml: + specifier: 'catalog:' + version: 2.8.4 + devDependencies: + typescript: + specifier: 'catalog:' + version: 6.0.3 + vitest: + specifier: 'catalog:' + version: 4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) src/typespec/core/packages/tspd: dependencies: '@alloy-js/core': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.1 '@alloy-js/markdown': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@alloy-js/typescript': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@microsoft/api-extractor': - specifier: ^7.52.1 - version: 7.52.8(@types/node@24.3.3) + specifier: 'catalog:' + version: 7.58.9(@types/node@25.9.4) '@microsoft/api-extractor-model': - specifier: ^7.30.6 - version: 7.30.6(@types/node@24.3.3) + specifier: 'catalog:' + version: 7.33.8(@types/node@25.9.4) '@microsoft/tsdoc': - specifier: ^0.15.1 - version: 0.15.1 + specifier: 'catalog:' + version: 0.16.0 '@microsoft/tsdoc-config': - specifier: ^0.17.1 - version: 0.17.1 + specifier: 'catalog:' + version: 0.18.1 '@typespec/compiler': specifier: workspace:^ version: link:../compiler picocolors: - specifier: ~1.1.1 + specifier: 'catalog:' version: 1.1.1 prettier: - specifier: ~3.6.2 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.4 typedoc: - specifier: ^0.28.1 - version: 0.28.4(typescript@5.9.3) + specifier: 'catalog:' + version: 0.28.19(typescript@6.0.3) typedoc-plugin-markdown: - specifier: ^4.5.2 - version: 4.6.3(typedoc@0.28.4(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.12.0(typedoc@0.28.19(typescript@6.0.3)) yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 yargs: - specifier: ~18.0.0 + specifier: 'catalog:' version: 18.0.0 devDependencies: '@alloy-js/cli': - specifier: ^0.20.0 - version: 0.20.0 + specifier: 'catalog:' + version: 0.23.0 '@alloy-js/rollup-plugin': - specifier: ^0.1.0 - version: 0.1.0(@babel/core@7.28.4)(@types/babel__core@7.20.5)(rollup@4.52.4) + specifier: 'catalog:' + version: 0.1.2(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4) '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/yargs': - specifier: ~17.0.33 - version: 17.0.33 + specifier: 'catalog:' + version: 17.0.35 '@typespec/prettier-plugin-typespec': specifier: workspace:^ version: link:../prettier-plugin-typespec '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 source-map-support: - specifier: ~0.5.21 + specifier: 'catalog:' version: 0.5.21 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) src/typespec/core/packages/typespec-vs: devDependencies: @@ -2321,22 +2827,19 @@ importers: src/typespec/core/packages/typespec-vscode: devDependencies: '@types/cross-spawn': - specifier: ~6.0.6 + specifier: 'catalog:' version: 6.0.6 - '@types/mocha': - specifier: ^10.0.9 - version: 10.0.9 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/semver': - specifier: ^7.5.8 - version: 7.5.8 + specifier: 'catalog:' + version: 7.7.1 '@types/vscode': - specifier: ~1.103.0 - version: 1.103.0 + specifier: ~1.120.0 + version: 1.120.0 '@types/which': - specifier: ^3.0.4 + specifier: 'catalog:' version: 3.0.4 '@typespec/compiler': specifier: workspace:^ @@ -2345,71 +2848,65 @@ importers: specifier: workspace:^ version: link:../internal-build-utils '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vscode/extension-telemetry': - specifier: ^1.0.0 - version: 1.1.0(tslib@2.8.1) + specifier: 'catalog:' + version: 1.5.2(tslib@2.8.1) '@vscode/test-electron': - specifier: ^2.3.9 + specifier: 'catalog:' version: 2.5.2 '@vscode/test-web': - specifier: ^0.0.72 - version: 0.0.72 + specifier: 'catalog:' + version: 0.0.80 '@vscode/vsce': - specifier: ~3.6.0 - version: 3.6.2 + specifier: 'catalog:' + version: 3.9.2 ajv: - specifier: ~8.17.1 - version: 8.17.1 - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 8.18.0 cross-spawn: - specifier: ^7.0.6 + specifier: 'catalog:' version: 7.0.6 esbuild: - specifier: ^0.25.1 - version: 0.25.4 - mocha: - specifier: ^11.1.0 - version: 11.1.0 + specifier: 'catalog:' + version: 0.28.1 playwright: - specifier: ^1.51.1 - version: 1.52.0 + specifier: 'catalog:' + version: 1.61.1 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 semver: - specifier: ^7.7.1 - version: 7.7.1 + specifier: 'catalog:' + version: 7.8.5 swagger-ui-dist: - specifier: ^5.20.1 - version: 5.21.0 + specifier: 'catalog:' + version: 5.32.8 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) vscode-languageclient: - specifier: ~9.0.1 + specifier: 'catalog:' version: 9.0.1 which: - specifier: ^5.0.0 - version: 5.0.0 + specifier: 'catalog:' + version: 7.0.0 yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 src/typespec/core/packages/versioning: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -2420,29 +2917,26 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/core/packages/xml: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../compiler @@ -2453,23 +2947,20 @@ importers: specifier: workspace:^ version: link:../tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/azure-http-specs: dependencies: @@ -2507,12 +2998,9 @@ importers: '@azure-tools/typespec-client-generator-core': specifier: workspace:^ version: link:../typespec-client-generator-core - '@types/multer': - specifier: ^2.0.0 - version: 2.0.0 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/openapi': specifier: workspace:^ version: link:../../core/packages/openapi @@ -2520,66 +3008,81 @@ importers: specifier: workspace:^ version: link:../../core/packages/openapi3 concurrently: - specifier: ^9.1.2 - version: 9.1.2 + specifier: 'catalog:' + version: 10.0.3 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 - src/typespec/packages/e2e-tests: - devDependencies: + src/typespec/packages/benchmark: + dependencies: + '@azure-tools/typespec-autorest': + specifier: workspace:^ + version: link:../typespec-autorest + '@azure-tools/typespec-azure-core': + specifier: workspace:^ + version: link:../typespec-azure-core + '@azure-tools/typespec-azure-resource-manager': + specifier: workspace:^ + version: link:../typespec-azure-resource-manager + '@azure-tools/typespec-azure-rulesets': + specifier: workspace:^ + version: link:../typespec-azure-rulesets + '@azure-tools/typespec-client-generator-core': + specifier: workspace:^ + version: link:../typespec-client-generator-core + '@azure-tools/typespec-python': + specifier: workspace:^ + version: link:../typespec-python '@typespec/compiler': specifier: workspace:^ version: link:../../core/packages/compiler - dotenv: - specifier: ^16.4.7 - version: 16.4.7 - typescript: - specifier: ~5.9.2 - version: 5.9.3 - - src/typespec/packages/integration-tester: - dependencies: - '@pnpm/workspace.find-packages': - specifier: ^1000.0.24 - version: 1000.0.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0) - execa: - specifier: ^9.5.2 - version: 9.5.2 - globby: - specifier: ~14.1.0 - version: 14.1.0 - log-symbols: - specifier: ^7.0.1 - version: 7.0.1 - ora: - specifier: ^8.1.1 - version: 8.2.0 - pathe: - specifier: ^2.0.3 - version: 2.0.3 - picocolors: - specifier: ~1.1.1 - version: 1.1.1 - simple-git: - specifier: ^3.28.0 - version: 3.28.0 - tar: - specifier: ^7.4.3 - version: 7.4.3 - yaml: - specifier: ~2.8.0 - version: 2.8.1 + '@typespec/http': + specifier: workspace:^ + version: link:../../core/packages/http + '@typespec/http-client-js': + specifier: workspace:^ + version: link:../../core/packages/http-client-js + '@typespec/openapi': + specifier: workspace:^ + version: link:../../core/packages/openapi + '@typespec/openapi3': + specifier: workspace:^ + version: link:../../core/packages/openapi3 + '@typespec/rest': + specifier: workspace:^ + version: link:../../core/packages/rest + '@typespec/versioning': + specifier: workspace:^ + version: link:../../core/packages/versioning devDependencies: + '@types/node': + specifier: 'catalog:' + version: 25.9.4 + rimraf: + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.2.4(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + + src/typespec/packages/e2e-tests: + devDependencies: + '@typespec/compiler': + specifier: workspace:^ + version: link:../../core/packages/compiler + dotenv: + specifier: 'catalog:' + version: 17.4.2 + typescript: + specifier: 'catalog:' + version: 6.0.3 src/typespec/packages/samples: dependencies: @@ -2616,10 +3119,13 @@ importers: '@typespec/versioning': specifier: workspace:^ version: link:../../core/packages/versioning + '@typespec/xml': + specifier: workspace:^ + version: link:../../core/packages/xml devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/internal-build-utils': specifier: workspace:^ version: link:../../core/packages/internal-build-utils @@ -2627,28 +3133,32 @@ importers: specifier: workspace:^ version: link:../../core/packages/samples '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) autorest: - specifier: ~3.7.1 + specifier: 'catalog:' version: 3.7.1 cross-env: - specifier: ~10.0.0 - version: 10.0.0 + specifier: 'catalog:' + version: 10.1.0 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/typespec-autorest: + dependencies: + '@typespec/xml': + specifier: workspace:^ + version: link:../../core/packages/xml devDependencies: '@azure-tools/typespec-azure-core': specifier: workspace:^ @@ -2660,8 +3170,8 @@ importers: specifier: workspace:^ version: link:../typespec-client-generator-core '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../../core/packages/compiler @@ -2687,23 +3197,20 @@ importers: specifier: workspace:^ version: link:../../core/packages/versioning '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/typespec-autorest-canonical: devDependencies: @@ -2720,8 +3227,8 @@ importers: specifier: workspace:^ version: link:../typespec-client-generator-core '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../../core/packages/compiler @@ -2744,29 +3251,26 @@ importers: specifier: workspace:^ version: link:../../core/packages/versioning '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/typespec-azure-core: devDependencies: '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../../core/packages/compiler @@ -2789,23 +3293,20 @@ importers: specifier: workspace:^ version: link:../../core/packages/versioning '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/typespec-azure-playground-website: dependencies: @@ -2824,9 +3325,15 @@ importers: '@azure-tools/typespec-client-generator-core': specifier: workspace:^ version: link:../typespec-client-generator-core - '@emotion/react': - specifier: ^11.14.0 - version: 11.14.0(@types/react@18.3.12)(react@18.3.1) + '@azure-tools/typespec-ts': + specifier: workspace:^ + version: link:../typespec-ts + '@fluentui/react-components': + specifier: 'catalog:' + version: 9.74.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': + specifier: 'catalog:' + version: 2.0.331(react@19.2.7) '@typespec/compiler': specifier: workspace:^ version: link:../../core/packages/compiler @@ -2864,30 +3371,36 @@ importers: specifier: workspace:^ version: link:../../core/packages/xml '@vitejs/plugin-react': - specifier: ~4.7.0 - version: 4.7.0(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + specifier: 'catalog:' + version: 6.0.3(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) es-module-shims: - specifier: ~2.6.0 - version: 2.6.2 + specifier: 'catalog:' + version: 2.8.1 react: - specifier: ~18.3.1 - version: 18.3.1 + specifier: 'catalog:' + version: 19.2.7 react-dom: - specifier: ~18.3.1 - version: 18.3.1(react@18.3.1) + specifier: 'catalog:' + version: 19.2.7(react@19.2.7) vite: - specifier: ^7.0.5 - version: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + specifier: 'catalog:' + version: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) + yaml: + specifier: 'catalog:' + version: 2.8.4 devDependencies: '@playwright/test': - specifier: ^1.51.1 - version: 1.52.0 + specifier: 'catalog:' + version: 1.61.1 '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 + '@types/react': + specifier: ^18.2.66 + version: 18.3.12 '@types/react-dom': - specifier: ~18.3.0 - version: 18.3.0 + specifier: ^18.2.22 + version: 18.2.25 '@typespec/bundler': specifier: workspace:^ version: link:../../core/packages/bundler @@ -2895,23 +3408,26 @@ importers: specifier: workspace:^ version: link:../../core/packages/playground '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) cross-env: - specifier: ~10.0.0 - version: 10.0.0 + specifier: 'catalog:' + version: 10.1.0 + pathe: + specifier: 'catalog:' + version: 2.0.3 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) src/typespec/packages/typespec-azure-portal-core: devDependencies: @@ -2928,8 +3444,8 @@ importers: specifier: workspace:^ version: link:../typespec-client-generator-core '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../../core/packages/compiler @@ -2952,41 +3468,35 @@ importers: specifier: workspace:^ version: link:../../core/packages/versioning '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 - source-map-support: - specifier: ~0.5.21 - version: 0.5.21 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/typespec-azure-resource-manager: dependencies: change-case: - specifier: ~5.4.4 + specifier: 'catalog:' version: 5.4.4 pluralize: - specifier: ^8.0.0 + specifier: 'catalog:' version: 8.0.0 devDependencies: '@azure-tools/typespec-azure-core': specifier: workspace:^ version: link:../typespec-azure-core '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/pluralize': - specifier: ^0.0.33 + specifier: 'catalog:' version: 0.0.33 '@typespec/compiler': specifier: workspace:^ @@ -3010,23 +3520,20 @@ importers: specifier: workspace:^ version: link:../../core/packages/versioning '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/typespec-azure-rulesets: devDependencies: @@ -3040,8 +3547,8 @@ importers: specifier: workspace:^ version: link:../typespec-client-generator-core '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@typespec/compiler': specifier: workspace:^ version: link:../../core/packages/compiler @@ -3049,44 +3556,23 @@ importers: specifier: workspace:^ version: link:../../core/packages/tspd '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) - c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) change-case: - specifier: ~5.4.4 + specifier: 'catalog:' version: 5.4.4 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 6.0.3 vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) - - src/typespec/packages/typespec-azure-vscode: - devDependencies: - '@types/node': - specifier: ~24.3.0 - version: 24.3.3 - '@types/vscode': - specifier: ~1.103.0 - version: 1.103.0 - '@vscode/vsce': - specifier: ~3.6.0 - version: 3.6.2 - esbuild: - specifier: ^0.25.1 - version: 0.25.4 - typescript: - specifier: ~5.9.2 - version: 5.9.3 + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) src/typespec/packages/typespec-client-generator-core: dependencies: @@ -3094,14 +3580,14 @@ importers: specifier: workspace:^ version: link:../../core/packages/versioning change-case: - specifier: ~5.4.4 + specifier: 'catalog:' version: 5.4.4 pluralize: - specifier: ^8.0.0 + specifier: 'catalog:' version: 8.0.0 yaml: - specifier: ~2.8.0 - version: 2.8.1 + specifier: 'catalog:' + version: 2.8.4 devDependencies: '@azure-tools/typespec-azure-core': specifier: workspace:^ @@ -3110,10 +3596,10 @@ importers: specifier: workspace:^ version: link:../typespec-azure-resource-manager '@types/node': - specifier: ~24.3.0 - version: 24.3.3 + specifier: 'catalog:' + version: 25.9.4 '@types/pluralize': - specifier: ^0.0.33 + specifier: 'catalog:' version: 0.0.33 '@typespec/compiler': specifier: workspace:^ @@ -3149,23 +3635,260 @@ importers: specifier: workspace:^ version: link:../../core/packages/xml '@vitest/coverage-v8': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) + '@vitest/ui': + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) + rimraf: + specifier: 'catalog:' + version: 6.1.3 + typescript: + specifier: 'catalog:' + version: 6.0.3 + vitest: + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + + src/typespec/packages/typespec-metadata: + dependencies: + yaml: + specifier: 'catalog:' + version: 2.8.4 + devDependencies: + '@types/node': + specifier: 'catalog:' + version: 25.9.4 + '@typespec/compiler': + specifier: workspace:^ + version: link:../../core/packages/compiler + '@vitest/coverage-v8': + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) '@vitest/ui': - specifier: ^3.1.2 - version: 3.1.3(vitest@3.1.3) + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) + rimraf: + specifier: 'catalog:' + version: 6.1.3 + typescript: + specifier: 'catalog:' + version: 6.0.3 + vitest: + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + + src/typespec/packages/typespec-python: + dependencies: + '@typespec/http-client-python': + specifier: 'catalog:' + version: 0.31.1(@azure-tools/typespec-autorest@src+typespec+packages+typespec-autorest)(@azure-tools/typespec-azure-core@src+typespec+packages+typespec-azure-core)(@azure-tools/typespec-azure-resource-manager@src+typespec+packages+typespec-azure-resource-manager)(@azure-tools/typespec-azure-rulesets@src+typespec+packages+typespec-azure-rulesets)(@azure-tools/typespec-client-generator-core@src+typespec+packages+typespec-client-generator-core)(@typespec/compiler@src+typespec+core+packages+compiler)(@typespec/events@src+typespec+core+packages+events)(@typespec/http@src+typespec+core+packages+http)(@typespec/openapi@src+typespec+core+packages+openapi)(@typespec/rest@src+typespec+core+packages+rest)(@typespec/sse@src+typespec+core+packages+sse)(@typespec/streams@src+typespec+core+packages+streams)(@typespec/versioning@src+typespec+core+packages+versioning)(@typespec/xml@src+typespec+core+packages+xml) + semver: + specifier: 'catalog:' + version: 7.8.5 + tsx: + specifier: 'catalog:' + version: 4.22.4 + devDependencies: + '@azure-tools/azure-http-specs': + specifier: workspace:^ + version: link:../azure-http-specs + '@azure-tools/typespec-autorest': + specifier: workspace:^ + version: link:../typespec-autorest + '@azure-tools/typespec-azure-core': + specifier: workspace:^ + version: link:../typespec-azure-core + '@azure-tools/typespec-azure-resource-manager': + specifier: workspace:^ + version: link:../typespec-azure-resource-manager + '@azure-tools/typespec-azure-rulesets': + specifier: workspace:^ + version: link:../typespec-azure-rulesets + '@azure-tools/typespec-client-generator-core': + specifier: workspace:^ + version: link:../typespec-client-generator-core + '@types/node': + specifier: 'catalog:' + version: 25.9.4 + '@types/semver': + specifier: 'catalog:' + version: 7.7.1 + '@types/yargs': + specifier: 'catalog:' + version: 17.0.35 + '@typespec/compiler': + specifier: workspace:^ + version: link:../../core/packages/compiler + '@typespec/events': + specifier: workspace:^ + version: link:../../core/packages/events + '@typespec/http': + specifier: workspace:^ + version: link:../../core/packages/http + '@typespec/http-specs': + specifier: workspace:^ + version: link:../../core/packages/http-specs + '@typespec/openapi': + specifier: workspace:^ + version: link:../../core/packages/openapi + '@typespec/rest': + specifier: workspace:^ + version: link:../../core/packages/rest + '@typespec/spec-api': + specifier: workspace:^ + version: link:../../core/packages/spec-api + '@typespec/spector': + specifier: workspace:^ + version: link:../../core/packages/spector + '@typespec/sse': + specifier: workspace:^ + version: link:../../core/packages/sse + '@typespec/streams': + specifier: workspace:^ + version: link:../../core/packages/streams + '@typespec/tspd': + specifier: workspace:^ + version: link:../../core/packages/tspd + '@typespec/versioning': + specifier: workspace:^ + version: link:../../core/packages/versioning + '@typespec/xml': + specifier: workspace:^ + version: link:../../core/packages/xml c8: - specifier: ^10.1.3 - version: 10.1.3 + specifier: 'catalog:' + version: 11.0.0 + picocolors: + specifier: 'catalog:' + version: 1.1.1 rimraf: - specifier: ~6.0.1 - version: 6.0.1 + specifier: 'catalog:' + version: 6.1.3 typescript: - specifier: ~5.9.2 + specifier: 'catalog:' + version: 6.0.3 + vitest: + specifier: 'catalog:' + version: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + + src/typespec/packages/typespec-ts: + dependencies: + fast-xml-parser: + specifier: 'catalog:' version: 5.9.3 + handlebars: + specifier: 'catalog:' + version: 4.7.9 + prettier: + specifier: 'catalog:' + version: 3.9.4 + ts-morph: + specifier: 'catalog:' + version: 23.0.0 + tslib: + specifier: 'catalog:' + version: 2.8.1 + devDependencies: + '@azure-rest/core-client': + specifier: 'catalog:' + version: 2.7.0 + '@azure-tools/azure-http-specs': + specifier: workspace:^ + version: link:../azure-http-specs + '@azure-tools/typespec-autorest': + specifier: workspace:^ + version: link:../typespec-autorest + '@azure-tools/typespec-azure-core': + specifier: workspace:^ + version: link:../typespec-azure-core + '@azure-tools/typespec-azure-resource-manager': + specifier: workspace:^ + version: link:../typespec-azure-resource-manager + '@azure-tools/typespec-client-generator-core': + specifier: workspace:^ + version: link:../typespec-client-generator-core + '@azure/abort-controller': + specifier: 'catalog:' + version: 2.1.2 + '@azure/core-auth': + specifier: 'catalog:' + version: 1.10.1 + '@azure/core-lro': + specifier: 'catalog:' + version: 3.3.1 + '@azure/core-paging': + specifier: 'catalog:' + version: 1.6.2 + '@azure/core-rest-pipeline': + specifier: 'catalog:' + version: 1.22.1 + '@azure/core-util': + specifier: 'catalog:' + version: 1.13.1 + '@azure/logger': + specifier: 'catalog:' + version: 1.3.0 + '@microsoft/api-extractor': + specifier: 'catalog:' + version: 7.58.9(@types/node@26.1.0) + '@typespec/compiler': + specifier: workspace:^ + version: link:../../core/packages/compiler + '@typespec/http': + specifier: workspace:^ + version: link:../../core/packages/http + '@typespec/http-specs': + specifier: workspace:^ + version: link:../../core/packages/http-specs + '@typespec/openapi': + specifier: workspace:^ + version: link:../../core/packages/openapi + '@typespec/rest': + specifier: workspace:^ + version: link:../../core/packages/rest + '@typespec/spec-api': + specifier: workspace:^ + version: link:../../core/packages/spec-api + '@typespec/spector': + specifier: workspace:^ + version: link:../../core/packages/spector + '@typespec/ts-http-runtime': + specifier: 'catalog:' + version: 0.3.5 + '@typespec/tspd': + specifier: workspace:^ + version: link:../../core/packages/tspd + '@typespec/versioning': + specifier: workspace:^ + version: link:../../core/packages/versioning + '@typespec/xml': + specifier: workspace:^ + version: link:../../core/packages/xml + '@vitest/coverage-v8': + specifier: 'catalog:' + version: 4.1.9(vitest@4.1.9) + cross-env: + specifier: 'catalog:' + version: 10.1.0 + mkdirp: + specifier: 'catalog:' + version: 3.0.1 + npm-run-all: + specifier: 'catalog:' + version: 4.1.5 + tsx: + specifier: 'catalog:' + version: 4.22.4 + vite: + specifier: 'catalog:' + version: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) vitest: - specifier: ^3.1.2 - version: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + specifier: 'catalog:' + version: 4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + yaml: + specifier: 'catalog:' + version: 2.8.4 src/web: dependencies: @@ -3220,10 +3943,10 @@ importers: version: 6.6.3 '@testing-library/react': specifier: ^16.2.0 - version: 16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@18.2.25)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 16.2.0(@testing-library/dom@10.4.1)(@types/react-dom@18.2.25)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@testing-library/user-event': specifier: ^14.6.1 - version: 14.6.1(@testing-library/dom@10.4.0) + version: 14.6.1(@testing-library/dom@10.4.1) '@types/jest': specifier: ^27.0.3 version: 27.5.2 @@ -3241,13 +3964,13 @@ importers: version: 18.2.25 '@typescript-eslint/eslint-plugin': specifier: ^7.2.0 - version: 7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + version: 7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/parser': specifier: ^7.2.0 - version: 7.7.0(eslint@8.57.0)(typescript@5.4.5) + version: 7.7.0(eslint@8.57.0)(typescript@5.9.3) '@vitejs/plugin-react': specifier: ^4.2.1 - version: 4.2.1(vite@5.2.9(@types/node@20.12.7)) + version: 4.2.1(vite@5.2.9(@types/node@20.12.7)(lightningcss@1.32.0)) '@vitest/ui': specifier: ^3.2.4 version: 3.2.4(vitest@3.2.4) @@ -3265,19 +3988,19 @@ importers: version: 17.4.4 msw: specifier: ^2.11.3 - version: 2.11.3(@types/node@20.12.7)(typescript@5.4.5) + version: 2.11.3(@types/node@20.12.7)(typescript@5.9.3) typescript: - specifier: ^5.2.2 - version: 5.4.5 + specifier: ^5.9.0 + version: 5.9.3 vite: specifier: ^5.2.0 - version: 5.2.9(@types/node@20.12.7) + version: 5.2.9(@types/node@20.12.7)(lightningcss@1.32.0) vite-plugin-top-level-await: specifier: ^1.4.1 - version: 1.4.1(@swc/helpers@0.5.17)(rollup@4.52.4)(vite@5.2.9(@types/node@20.12.7)) + version: 1.4.1(@swc/helpers@0.5.17)(rollup@4.52.4)(vite@5.2.9(@types/node@20.12.7)(lightningcss@1.32.0)) vitest: specifier: ^3.2.4 - version: 3.2.4(@types/debug@4.1.12)(@types/node@20.12.7)(@vitest/ui@3.2.4)(happy-dom@17.4.4)(jsdom@25.0.1)(msw@2.11.3(@types/node@20.12.7)(typescript@5.4.5)) + version: 3.2.4(@types/debug@4.1.12)(@types/node@20.12.7)(@vitest/ui@3.2.4)(happy-dom@17.4.4)(jsdom@25.0.1)(lightningcss@1.32.0)(msw@2.11.3(@types/node@20.12.7)(typescript@5.9.3)) packages: @@ -3288,94 +4011,76 @@ packages: '@adobe/css-tools@4.4.0': resolution: {integrity: sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==} - '@alloy-js/babel-plugin-jsx-dom-expressions@0.38.0': - resolution: {integrity: sha512-iq6Pndj40y/ehBuAxxYT7l8HfagXpiKKz2yrZnbog1jJFIY1Fjnvzkl5dLYAQIUk1t28wj4tiLi+D6A/sqwggA==} - peerDependencies: - '@babel/core': ^7.24.7 - - '@alloy-js/babel-plugin-jsx-dom-expressions@0.39.0': - resolution: {integrity: sha512-fTmJttSloObrHQSfp1djKQmaKP3iFcQLwrlV2I5JthRoUA/7KF10GeQbveqORwUJ4F67UQv1W8wphlAhW3eg5A==} + '@alloy-js/babel-plugin-jsx-dom-expressions@0.40.0': + resolution: {integrity: sha512-vK4enF0fmATGjqv2E2S3Zhci3TmM7+jp+cmsAhhLE0U/6kFmYJqqKV+swdcRs/fAlRJwaoevqarbMLm4zY05OQ==} peerDependencies: '@babel/core': ^7.24.7 - '@alloy-js/babel-plugin@0.2.0': - resolution: {integrity: sha512-cTcRePmUWU5rQtXp89XQsyggWX72SjfWADoz3meieuvgPE/BOMXC7QU9VHscZCXyRbJKRX/S4fnRiO34fe1N4w==} + '@alloy-js/babel-plugin@0.2.1': + resolution: {integrity: sha512-DTaigVOvxQs/S3yhpkn6V+WGxtOADQUZcSeSD4iDDvcAJnMXD7P4eJ6wkYTJ5x76abbcman0GBkNIevkcU1ikw==} peerDependencies: '@babel/core': ^7.24.7 - '@alloy-js/babel-preset@0.2.0': - resolution: {integrity: sha512-EbIQiXyRa2Osd5iBwFT2C7s8IBKhQlgMaGA9sasFTo31KGYa5Tim51on8tjdlvGUEWUmJz7KlKA/hjWpchTgDQ==} + '@alloy-js/babel-preset@0.3.0': + resolution: {integrity: sha512-Yk70tuzCkVvB0B0J7V5tslbghtEUlM3f0Oo/x9yQU8wL8eJMEwWWBMjjZZpdti2/f4z5YXg6Cq3FtMDgw4X9Xg==} - '@alloy-js/babel-preset@0.2.1': - resolution: {integrity: sha512-vz9kvQwx5qBzHIw4ryqUaQqpgNOMBmkdDcV3e2zZfMq8Pp16ePFtvviHh6RwyLcvXQQClex3ZZy8ON9TifMnxw==} - - '@alloy-js/cli@0.20.0': - resolution: {integrity: sha512-iDiJAs2yjP5G8lMmry+4usM33tL9G1u8IKp+beh0jx5RqfLsZsXOu78S4ZIZLqskAMkCLuRJogsh8fPREg2CzQ==} + '@alloy-js/cli@0.23.0': + resolution: {integrity: sha512-OVavnjxgbAyrsfAFpSvLCSGPHDnco+lHvd+thAXBZAsYGJmtaUIxZjVgQjV0HPF5Dxp8We3WG2ki/e/qWqlb4w==} engines: {node: '>=18.0.0'} hasBin: true - '@alloy-js/core@0.20.0': - resolution: {integrity: sha512-ylPf+ayI9MsqUPrNVzND3Oh9rVrfOOcMkyVwtXXaxaobWPkcRq2I4rX09FkG0i/9DoaLE6ZCvUfdgJsM29MYBA==} + '@alloy-js/core@0.23.1': + resolution: {integrity: sha512-zbPXbiWjF3BvgO+a6dyDiA9uI19x5cHKDy5iC3U2/DIimIB0/j1/ObT9BNIzcM69h5pYt7ADDGXx5eNyb8j7bw==} + + '@alloy-js/csharp@0.23.0': + resolution: {integrity: sha512-z/uc3PP0toaBkP8GoWM0SSVZ8TiC0KO9g8O/hFnBKcWZGpmA7JT0Oe5moRn2QDBf+OZZzuCH5XGDwcMPWTS5PQ==} - '@alloy-js/csharp@0.20.0': - resolution: {integrity: sha512-Yn8oua43tVWYGN9Gt5DDtGUdLIB9io6/nL8dK4qDvL019w9uK7f3wosr+/JtSm14PuToN4jM1s7HNVzqh41KUA==} + '@alloy-js/markdown@0.23.0': + resolution: {integrity: sha512-tap9rYtEyxasdl8vQuBj3HHnI7DraSkBppcFOMoPzg7XJyHnZiO+/4CHWiWepMN49UDxk3br0k34+THM1A3H3w==} - '@alloy-js/markdown@0.20.0': - resolution: {integrity: sha512-c1Q4dzUvWC4Bdoi6dRT9yAYVoCiqz3ZMClV8CHzEsgZYjjdS0S2ZWWmgxzS87rSDHSjmQIXJ4BcUZfKyfnMrFA==} + '@alloy-js/msbuild@0.23.0': + resolution: {integrity: sha512-k7hGl/oxPoH6tVqgPti0GaS1LyyPUlFJhkxi43pqYx2r6Xi6QX7I5h2IX325058I7tl9mwYlnycdSvzg/UZAeQ==} - '@alloy-js/rollup-plugin@0.1.0': - resolution: {integrity: sha512-MXR8mBdSh/pxMP8kIXAcMYKsm5yOWZ+igxcaRX1vBXFiHU4eK7gE/5q6Fk8Vdydh+MItWtgekwIhUWvcszdNFQ==} + '@alloy-js/python@0.4.0': + resolution: {integrity: sha512-UTyFm1oroFuMo+C//fKDPpZRREvtUK5SUtAD/R5yzyQfR/23sGFwoe/0vagS+8TJT9msaXM4BWdILS5tELsD+g==} + + '@alloy-js/rollup-plugin@0.1.2': + resolution: {integrity: sha512-7jDdnePI+GA8UemsQEStdJ6XYNhs1rvv+yO5O/2jJqaoc0mYDchC+vwylljy2wUqGKDbFUXFX4xJktqtBZtyBg==} engines: {node: '>=18.0.0'} - '@alloy-js/typescript@0.20.0': - resolution: {integrity: sha512-F1y5QjneE8GVxIq6oYsebu+Fccrn72qFHelNX5GSLfs4Ps2fxpk2+70rsGznZyHe9LIt70StaAciTjH6cxH4bQ==} + '@alloy-js/typescript@0.23.0': + resolution: {integrity: sha512-aqZpW3+Pd/dgMkqAF+/KMELKqJppIKe1xO1LdcNgXA7p71DuogBvlj2UVzFtHRtP221Ewn/vFSJ+ZpPFv8FLDQ==} '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@apidevtools/json-schema-ref-parser@14.0.1': - resolution: {integrity: sha512-Oc96zvmxx1fqoSEdUmfmvvb59/KDOnUoJ7s2t7bISyAn0XEz57LCCw8k2Y4Pf3mwKaZLMciESALORLgfe2frCw==} - engines: {node: '>= 16'} - - '@apidevtools/openapi-schemas@2.1.0': - resolution: {integrity: sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==} - engines: {node: '>=10'} - - '@apidevtools/swagger-methods@3.0.2': - resolution: {integrity: sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==} - - '@apidevtools/swagger-parser@12.0.0': - resolution: {integrity: sha512-WLJIWcfOXrSKlZEM+yhA2Xzatgl488qr1FoOxixYmtWapBzwSC0gVGq4WObr4hHClMIiFFdOBdixNkvWqkWIWA==} - peerDependencies: - openapi-types: '>=7' - '@asamuzakjp/css-color@3.1.1': resolution: {integrity: sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==} - '@astrojs/check@0.9.4': - resolution: {integrity: sha512-IOheHwCtpUfvogHHsvu0AbeRZEnjJg3MopdLddkJE70mULItS/Vh37BHcI00mcOJcH1vhD3odbpvWokpxam7xA==} + '@astrojs/check@0.9.9': + resolution: {integrity: sha512-A5UW8uIuErLWEoRQvzgXpO1gTjUFtK8r7nU2Z7GewAMxUb7bPvpk11qaKKgxqXlHJWlAvaaxy+Xg28A6bmQ1Tg==} hasBin: true peerDependencies: - typescript: ^5.0.0 - - '@astrojs/compiler@2.10.3': - resolution: {integrity: sha512-bL/O7YBxsFt55YHU021oL+xz+B/9HvGNId3F9xURN16aeqDK9juHGktdkCSXz+U4nqFACq6ZFvWomOzhV+zfPw==} - - '@astrojs/compiler@2.10.4': - resolution: {integrity: sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==} + typescript: ^5.0.0 || ^6.0.0 '@astrojs/compiler@2.12.0': resolution: {integrity: sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==} - '@astrojs/internal-helpers@0.6.1': - resolution: {integrity: sha512-l5Pqf6uZu31aG+3Lv8nl/3s4DbUzdlxTWDof4pEpto6GUJNhhCbelVi9dEyurOVyqaelwmS9oSyOWOENSfgo9A==} + '@astrojs/compiler@2.13.1': + resolution: {integrity: sha512-f3FN83d2G/v32ipNClRKgYv30onQlMZX1vCeZMjPsMMPl1mDpmbl0+N5BYo4S/ofzqJyS5hvwacEo0CCVDn/Qg==} - '@astrojs/internal-helpers@0.7.4': - resolution: {integrity: sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==} + '@astrojs/compiler@4.0.0': + resolution: {integrity: sha512-eouss7G8ygdZqHuke033VMcVw5HTZUu+PXd/h06DGDUg/jt5btPYPqh66ENWw/mU78rBrf/oeC4oqoBwMtDMNA==} - '@astrojs/language-server@2.15.4': - resolution: {integrity: sha512-JivzASqTPR2bao9BWsSc/woPHH7OGSGc9aMxXL4U6egVTqBycB3ZHdBJPuOCVtcGLrzdWTosAqVPz1BVoxE0+A==} + '@astrojs/internal-helpers@0.10.0': + resolution: {integrity: sha512-Ry2R3VPeIN4uPCSA4xQc+e+vsJXkalKpEbDc07hV+a/o5Bs2N/s/uDcPJH/05L19DKh9tAy7e6JM3YZ6Cxfezw==} + + '@astrojs/internal-helpers@0.9.1': + resolution: {integrity: sha512-1pWuARqYom/TzuU3+0ZugsTrKlUydWKuULmDqSMTuonY+9IRDUEGKX/8PXQ1nBxRq3w85uGtd9q9SXfqEldMIQ==} + + '@astrojs/language-server@2.16.10': + resolution: {integrity: sha512-87VQ/5GSdHlRnUA+hGuerYyIGAj+9RbZmATyuKLEUePinUXhQ5YkRnRrHhOD9sSi5JOErLjrLkHnfZFEvGrV8w==} hasBin: true peerDependencies: prettier: ^3.0.0 @@ -3386,40 +4091,36 @@ packages: prettier-plugin-astro: optional: true - '@astrojs/markdown-remark@6.3.1': - resolution: {integrity: sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==} + '@astrojs/markdown-remark@7.1.2': + resolution: {integrity: sha512-caXZ4Dc2St2dW8luEg22GlP0gupLdztCTQE4EzZOxW1pqWXz9mbeJEuHUkgDYcKWW8tjIHkydYDhWLVoxJ327Q==} - '@astrojs/markdown-remark@6.3.8': - resolution: {integrity: sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==} + '@astrojs/markdown-remark@7.2.0': + resolution: {integrity: sha512-+YxmVQu1Bd+MFfSzjq1rOJvD9+nIOJzz5YIIhdIH01RrxRkKbyKoEgyIqP3yv51MhzMDgd79QaPv+kCVPT8vHw==} - '@astrojs/mdx@4.3.7': - resolution: {integrity: sha512-5SRmvMyT/UMWaU2eoD+htnXtE2mUZZEH2K/nEzhuEy+iCsOSuS/DUry59WuKUJRQETi1mgJFdNR4dZLJHYVuRA==} - engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} + '@astrojs/mdx@5.0.6': + resolution: {integrity: sha512-4dKe0ZMmqujofPNDHahzClkwinn9f8jHPcaXcgdGvPAlboD2mjzkUCofli2cBnxYAkdfhC6d50gBJ8i/cH8gHw==} + engines: {node: '>=22.12.0'} peerDependencies: - astro: ^5.0.0 - - '@astrojs/prism@3.2.0': - resolution: {integrity: sha512-GilTHKGCW6HMq7y3BUv9Ac7GMe/MO9gi9GW62GzKtth0SwukCu/qp2wLiGpEujhY+VVhaG9v7kv/5vFzvf4NYw==} - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} + astro: ^6.0.0 - '@astrojs/prism@3.3.0': - resolution: {integrity: sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==} - engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} + '@astrojs/prism@4.0.2': + resolution: {integrity: sha512-KTivpmnz6lDsC6o9H4+DNm2SrE/GHzw8cNAvEJwAvUT+eoaEnn/4NtbDNfRRaxaJHdp15gf+tfHAWiXR4wB3BA==} + engines: {node: '>=22.12.0'} - '@astrojs/sitemap@3.6.0': - resolution: {integrity: sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==} + '@astrojs/sitemap@3.7.3': + resolution: {integrity: sha512-f8euLVsyeAmAkSm/1M2Kb8sL8byQmfgbvBNaHFItCheTj/IpiJYSEWVcqDHZ/yEHxiS7+w87mQkzwZaPHmk5GA==} - '@astrojs/starlight@0.35.3': - resolution: {integrity: sha512-z9MbODjZl/STU3PPU18iOTkLObJBw7PA8xMe5s+KPscQGL0LNZyQUYeClG+F1/em/k+2AsokGpVPta+aOTk1sg==} + '@astrojs/starlight@0.39.3': + resolution: {integrity: sha512-uvAweA2DwhmLgFVfBT9NqG38Ey14k1ck3+y78XNJbceT1pMdzxCCX69RoBajb1QzTJviufsXzSc1xswgRxJfig==} peerDependencies: - astro: ^5.5.0 + astro: ^6.0.0 - '@astrojs/telemetry@3.2.1': - resolution: {integrity: sha512-SSVM820Jqc6wjsn7qYfV9qfeQvePtVc1nSofhyap7l0/iakUKywj3hfy3UJAOV4sGV4Q/u450RD4AaCaFvNPlg==} - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0} + '@astrojs/telemetry@3.3.2': + resolution: {integrity: sha512-j8DNruA8ors99Al39RYZPJK4DC1bKkoNm93mAMuBhY9TCNC4R8n1q7ovFnJ5qhGh5Lsh7pa1gpQVpYpsJPeTHQ==} + engines: {node: 18.20.8 || ^20.3.0 || >=22.0.0} - '@astrojs/yaml2ts@0.2.2': - resolution: {integrity: sha512-GOfvSr5Nqy2z5XiwqTouBBpy5FyI6DEe+/g/Mk5am9SjILN1S5fOEvYK0GuWHg98yS/dobP4m8qyqw/URW35fQ==} + '@astrojs/yaml2ts@0.2.4': + resolution: {integrity: sha512-8oddpOae35pJsXPQXhTkM0ypfKPskVsh2bCxRtbf7e+/Epw2nReakFYpLKjZMEr75CsoF203PMnCocpfz0s69A==} '@azu/format-text@1.0.2': resolution: {integrity: sha512-Swi4N7Edy1Eqq82GxgEECXSSLyn6GOb5htRFPzBDdUkECGXtlf12ynO5oJSpWKPwCaUssOu7NfhDcCWpIC6Ywg==} @@ -3427,6 +4128,10 @@ packages: '@azu/style-format@1.0.1': resolution: {integrity: sha512-AHcTojlNBdD/3/KxIKlg8sxIWHfOtQszLvOpagLTO+bjC3u7SAszu1lf//u7JJC50aUSH+BVWDD/KvaA6Gfn5g==} + '@azure-rest/core-client@2.7.0': + resolution: {integrity: sha512-rL0lJqh1E8HLXNgjIw8cRyGAV/v+m6p1xRu/8OhsnmN8XHhwkyYJkAoGM+zrew96v7jZYPmVfy7pv7v4Iccfsg==} + engines: {node: '>=20.0.0'} + '@azure-tools/typespec-liftr-base@0.8.0': resolution: {integrity: sha512-xftTTtVjDuxIzugQ9nL/abmttdDM3HAf5HhqKzs9DO0Kl0ZhXQlB2DYlT1hBs/N+IWerMF9k2eKs2RncngA03g==} @@ -3438,18 +4143,10 @@ packages: resolution: {integrity: sha512-ykRMW8PjVAn+RS6ww5cmK9U2CyH9p4Q88YJwvUslfuMmN98w/2rdGRLPqJYObapBCdzBVeDgYWdJnFPFb7qzpg==} engines: {node: '>=20.0.0'} - '@azure/core-auth@1.9.0': - resolution: {integrity: sha512-FPwHpZywuyasDSLMqJ6fhbOK3TqUdviZNF8OqRGA4W5Ewib2lEEZ+pBsYcBa88B2NGO/SEnYPGhyBqNlE8ilSw==} - engines: {node: '>=18.0.0'} - '@azure/core-client@1.10.1': resolution: {integrity: sha512-Nh5PhEOeY6PrnxNPsEHRr9eimxLwgLlpmguQaHKBinFYA/RU9+kOYVOQqOrTsCL+KSxrLLl1gD8Dk5BFW/7l/w==} engines: {node: '>=20.0.0'} - '@azure/core-client@1.9.2': - resolution: {integrity: sha512-kRdry/rav3fUKHl/aDLd/pDLcB+4pOFwPPTVEExuMyaI5r+JBbMWqRbCY1pn5BniDaU3lRxO9eaQ1AmSMehl/w==} - engines: {node: '>=18.0.0'} - '@azure/core-http-compat@2.3.1': resolution: {integrity: sha512-az9BkXND3/d5VgdRRQVkiJb2gOmDU8Qcq4GvjtBmDICNiQ9udFmDk4ZpSB5Qq1OmtDJGlQAfBaS4palFsazQ5g==} engines: {node: '>=20.0.0'} @@ -3458,30 +4155,26 @@ packages: resolution: {integrity: sha512-0YIpccoX8m/k00O7mDDMdJpbr6mf1yWo2dfmxt5A8XVZVVMz2SSKaEbMCeJRvgQ0IaSlqhjT47p4hVIRRy90xw==} engines: {node: '>=18.0.0'} + '@azure/core-lro@3.3.1': + resolution: {integrity: sha512-bulm3klLqIAhzI3iQMYQ42i+V9EnevScsHdI9amFfjaw6OJqPBK1038cq5qachoKV3yt/iQQEDittHmZW2aSuA==} + engines: {node: '>=20.0.0'} + '@azure/core-paging@1.6.2': resolution: {integrity: sha512-YKWi9YuCU04B55h25cnOYZHxXYtEvQEbKST5vqRga7hWY9ydd3FZHdeQF8pyh+acWZvppw13M/LMGx0LABUVMA==} engines: {node: '>=18.0.0'} - '@azure/core-rest-pipeline@1.19.0': - resolution: {integrity: sha512-bM3308LRyg5g7r3Twprtqww0R/r7+GyVxj4BafcmVPo4WQoGt5JXuaqxHEFjw2o3rvFZcUPiqJMg6WuvEEeVUA==} - engines: {node: '>=18.0.0'} - '@azure/core-rest-pipeline@1.22.1': resolution: {integrity: sha512-UVZlVLfLyz6g3Hy7GNDpooMQonUygH7ghdiSASOOHy97fKj/mPLqgDX7aidOijn+sCMU+WU8NjlPlNTgnvbcGA==} engines: {node: '>=20.0.0'} - '@azure/core-tracing@1.1.2': - resolution: {integrity: sha512-dawW9ifvWAWmUm9/h+/UQ2jrdvjCJ7VJEuCJ6XVNudzcOwm53BFZH4Q845vjfgoUAM8ZxokvVNxNxAITc502YA==} - engines: {node: '>=18.0.0'} + '@azure/core-rest-pipeline@1.24.0': + resolution: {integrity: sha512-PpLsoDQ3AMmKZ0VU+0GrmqMxgp/sExjlVm4R+nLWngeoEGAzOIPVifaxKGU5gMv+nWELUoHfvrolWD+ZS/nFJg==} + engines: {node: '>=20.0.0'} '@azure/core-tracing@1.3.1': resolution: {integrity: sha512-9MWKevR7Hz8kNzzPLfX4EAtGM2b8mr50HPDBvio96bURP/9C+HjdH3sBlLSNNrvRAr5/k/svoH457gB5IKpmwQ==} engines: {node: '>=20.0.0'} - '@azure/core-util@1.11.0': - resolution: {integrity: sha512-DxOSLua+NdpWoSqULhjDyAZTXFdP/LKkqtYuxxz1SCN289zk3OG8UOpnCQAz/tygyACBtWp/BoO72ptK7msY8g==} - engines: {node: '>=18.0.0'} - '@azure/core-util@1.13.1': resolution: {integrity: sha512-XPArKLzsvl0Hf0CaGyKHUyVgF7oDnhKoP85Xv6M4StF/1AhfORhZudHtOyf2s+FcbuQ9dPRAjB8J2KvRRMUK2A==} engines: {node: '>=20.0.0'} @@ -3494,9 +4187,9 @@ packages: resolution: {integrity: sha512-xajUK+qzN28JkVol93Ouleu+aNiETEx/LR2LkRWGb5vi8D2Tv6y5COyQHDZwVQhZW/EJDHNjuxjjv47jF3TntQ==} engines: {node: '>=20.0.0'} - '@azure/logger@1.1.2': - resolution: {integrity: sha512-l170uE7bsKpIU6B/giRc9i4NI0Mj+tANMMMxf7Zi/5cKzEqPayP7+X1WPrG7e+91JgY8N+7K7nF2WOi7iVhXvg==} - engines: {node: '>=18.0.0'} + '@azure/identity@4.13.1': + resolution: {integrity: sha512-5C/2WD5Vb1lHnZS16dNQRPMjN6oV/Upba+C9nBIs15PmOi6A3ZGs4Lr2u60zw4S04gi+u3cEXiqTVP7M4Pz3kw==} + engines: {node: '>=20.0.0'} '@azure/logger@1.3.0': resolution: {integrity: sha512-fCqPIfOcLE+CGqGPd66c8bZpwAji98tZ4JI9i/mlTNTlsIWslCfpg48s/ypyLxZTump5sypjrKn2/kY7q8oAbA==} @@ -3506,6 +4199,10 @@ packages: resolution: {integrity: sha512-vcva6qA4ytVjg52Ew+RxXGKRuoDMdvNOwT+kECNC36kujYalFQe9B5SNud4WVa/Zk12KFa0bkOHFnjP8cgDv3A==} engines: {node: '>=0.8.0'} + '@azure/msal-browser@5.16.0': + resolution: {integrity: sha512-Wc75FGnQgYpsm5jsOqn1H8AXsh8vXruA6vwip1nhjrJxwby7juxKAIVLr7csepmHiwdZGr6EwI5BlSc3PizEtQ==} + engines: {node: '>=0.8.0'} + '@azure/msal-common@15.13.0': resolution: {integrity: sha512-8oF6nj02qX7eE/6+wFT5NluXRHc05AgdCC3fJnkjiJooq8u7BcLmxaYYSwc2AfEkWRMRi6Eyvvbeqk4U4412Ag==} engines: {node: '>=0.8.0'} @@ -3514,16 +4211,24 @@ packages: resolution: {integrity: sha512-HiYfGAKthisUYqHG1nImCf/uzcyS31wng3o+CycWLIM9chnYJ9Lk6jZ30Y6YiYYpTQ9+z/FGUpiKKekd3Arc0A==} engines: {node: '>=0.8.0'} + '@azure/msal-common@16.11.0': + resolution: {integrity: sha512-UikJOtMwkFpZNzTH6Dqk8UTUPbow15zH3e0UjGYZy69lYENW/S05gMLhbxI2eonz66uALhIljvhsSMEb6+O30g==} + engines: {node: '>=0.8.0'} + '@azure/msal-node@3.8.0': resolution: {integrity: sha512-23BXm82Mp5XnRhrcd4mrHa0xuUNRp96ivu3nRatrfdAqjoeWAGyD0eEAafxAOHAEWWmdlyFK4ELFcdziXyw2sA==} engines: {node: '>=16'} - '@azure/storage-blob@12.28.0': - resolution: {integrity: sha512-VhQHITXXO03SURhDiGuHhvc/k/sD2WvJUS7hqhiVNbErVCuQoLtWql7r97fleBlIRKHJaa9R7DpBjfE0pfLYcA==} - engines: {node: '>=20.0.0'} + '@azure/msal-node@5.3.1': + resolution: {integrity: sha512-sqqv3L1UOI4KDXonNtbxPYUgbSWVXqxvmmb6BUw9n4P/UXgG+cVur3dLWQN4Cz7qQ+UJROCCxMXlksm7gIq0Sw==} + engines: {node: '>=20'} - '@azure/storage-common@12.0.0': - resolution: {integrity: sha512-QyEWXgi4kdRo0wc1rHum9/KnaWZKCdQGZK1BjU4fFL6Jtedp7KLbQihgTTVxldFy1z1ZPtuDPx8mQ5l3huPPbA==} + '@azure/storage-blob@12.33.0': + resolution: {integrity: sha512-2SX8oP8PyblUcAFZSg39c8Ls+tFjavM6sBeV+qpw33mRzRhI/5hrFJmJ/x0H9xx5l6ECPvgSP8uPxqTeVbHNIA==} + engines: {node: '>=22.0.0'} + + '@azure/storage-common@12.4.1': + resolution: {integrity: sha512-t14unw/WofGDUi7TKJrsyXyPsN+NLgRm7hMaq0llxNmTIzt7f257+6LE6FKIJPh88zLj6M7LPvzve0fEYg/L3A==} engines: {node: '>=20.0.0'} '@babel/code-frame@7.12.11': @@ -3533,59 +4238,57 @@ packages: 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/code-frame@7.29.7': + resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==} engines: {node: '>=6.9.0'} '@babel/compat-data@7.28.4': resolution: {integrity: sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} + '@babel/compat-data@7.29.7': + resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==} engines: {node: '>=6.9.0'} '@babel/core@7.28.4': resolution: {integrity: sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==} engines: {node: '>=6.9.0'} - '@babel/generator@7.26.10': - resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} + '@babel/core@7.29.7': + resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==} engines: {node: '>=6.9.0'} - '@babel/generator@7.27.1': - resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==} + '@babel/generator@7.26.10': + resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==} engines: {node: '>=6.9.0'} '@babel/generator@7.28.3': resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.25.9': - resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==} + '@babel/generator@7.29.7': + resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.27.1': resolution: {integrity: sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==} engines: {node: '>=6.9.0'} - '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': - resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==} + '@babel/helper-annotate-as-pure@7.29.7': + resolution: {integrity: sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.26.5': - resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==} + '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': + resolution: {integrity: sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==} engines: {node: '>=6.9.0'} '@babel/helper-compilation-targets@7.27.2': resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.24.7': - resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==} + '@babel/helper-compilation-targets@7.29.7': + resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 '@babel/helper-create-class-features-plugin@7.27.1': resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==} @@ -3593,6 +4296,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-create-class-features-plugin@7.29.7': + resolution: {integrity: sha512-IY3ZD9Tmooqr3TUhc3DUWxiuo8xx1DWLhd5M7hQ+ZWJamqM2BbalrBJb2MisSLoYorOj75U03qULCxQTY9r3hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-create-regexp-features-plugin@7.24.7': resolution: {integrity: sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==} engines: {node: '>=6.9.0'} @@ -3616,20 +4325,20 @@ packages: resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} engines: {node: '>=6.9.0'} - '@babel/helper-hoist-variables@7.24.7': - resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==} + '@babel/helper-globals@7.29.7': + resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.24.7': - resolution: {integrity: sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==} + '@babel/helper-hoist-variables@7.24.7': + resolution: {integrity: sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==} engines: {node: '>=6.9.0'} '@babel/helper-member-expression-to-functions@7.27.1': resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.18.6': - resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} + '@babel/helper-member-expression-to-functions@7.29.7': + resolution: {integrity: sha512-j+7JYmk1JYDtACIGj0QJqqWZjoUpMoEikQGADMaHgCMCSDqd2+P32rfcibUNrGOMWrlzK1WJBdxrB3JJQZwWtg==} engines: {node: '>=6.9.0'} '@babel/helper-module-imports@7.25.9': @@ -3640,17 +4349,9 @@ packages: resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.26.0': - resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - - '@babel/helper-module-transforms@7.27.1': - resolution: {integrity: sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==} + '@babel/helper-module-imports@7.29.7': + resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 '@babel/helper-module-transforms@7.28.3': resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==} @@ -3658,14 +4359,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-optimise-call-expression@7.24.7': - resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==} + '@babel/helper-module-transforms@7.29.7': + resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} + '@babel/helper-optimise-call-expression@7.29.7': + resolution: {integrity: sha512-+kmGVjcT9RGYzoDwdwEqEvGgKe3BYq+O1iGzjFubaNgZHwYHP6lsF2Yghf4kEuv9BV7tYDZ913aBW9am6YKong==} + engines: {node: '>=6.9.0'} + '@babel/helper-plugin-utils@7.25.9': resolution: {integrity: sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==} engines: {node: '>=6.9.0'} @@ -3674,14 +4381,12 @@ packages: resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==} engines: {node: '>=6.9.0'} - '@babel/helper-remap-async-to-generator@7.24.7': - resolution: {integrity: sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==} + '@babel/helper-plugin-utils@7.29.7': + resolution: {integrity: sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.24.7': - resolution: {integrity: sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==} + '@babel/helper-remap-async-to-generator@7.24.7': + resolution: {integrity: sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -3692,18 +4397,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-simple-access@7.24.7': - resolution: {integrity: sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==} - engines: {node: '>=6.9.0'} - - '@babel/helper-skip-transparent-expression-wrappers@7.24.7': - resolution: {integrity: sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==} + '@babel/helper-replace-supers@7.29.7': + resolution: {integrity: sha512-atfGXWSeCiF4DnKZIfmJfQRkSw9b9gNNXR1kqKjbhG4pGYCOnkp8OcTB8E3NXjBu8NpheSnOeNKz8KT7UNFTmQ==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 '@babel/helper-skip-transparent-expression-wrappers@7.27.1': resolution: {integrity: sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==} engines: {node: '>=6.9.0'} + '@babel/helper-skip-transparent-expression-wrappers@7.29.7': + resolution: {integrity: sha512-brcMGQaVzIeUb+6/bs1Av0f8YuNNjKY2JyvfRCsFuFsdKccEQ5Ges2y74D74NZ1Rz8lKJ9ksJkfqwQFJ/iNEyQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-split-export-declaration@7.24.7': resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} engines: {node: '>=6.9.0'} @@ -3712,38 +4419,38 @@ packages: resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} engines: {node: '>=6.9.0'} - '@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-string-parser@7.29.7': + resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==} engines: {node: '>=6.9.0'} '@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-identifier@7.29.7': + resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==} engines: {node: '>=6.9.0'} '@babel/helper-validator-option@7.27.1': resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==} engines: {node: '>=6.9.0'} - '@babel/helper-wrap-function@7.24.7': - resolution: {integrity: sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==} + '@babel/helper-validator-option@7.29.7': + resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.10': - resolution: {integrity: sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==} + '@babel/helper-wrap-function@7.24.7': + resolution: {integrity: sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==} engines: {node: '>=6.9.0'} '@babel/helpers@7.28.4': resolution: {integrity: sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.29.7': + resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.7': resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} @@ -3753,18 +4460,8 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.26.2': - resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.27.2': - resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==} - engines: {node: '>=6.0.0'} - hasBin: true - - '@babel/parser@7.28.4': - resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==} + '@babel/parser@7.29.7': + resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==} engines: {node: '>=6.0.0'} hasBin: true @@ -3852,14 +4549,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.25.9': - resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==} + '@babel/plugin-syntax-jsx@7.27.1': + resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-jsx@7.27.1': - resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==} + '@babel/plugin-syntax-jsx@7.29.7': + resolution: {integrity: sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3906,14 +4603,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.24.7': - resolution: {integrity: sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==} + '@babel/plugin-syntax-typescript@7.27.1': + resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-syntax-typescript@7.27.1': - resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==} + '@babel/plugin-syntax-typescript@7.29.7': + resolution: {integrity: sha512-ngr+82Sh0xMz25TPCZi+nC2iTzjfCdWS2ONXTp/PtSCHCgaCNBpdMqgvJ2ccdLlClVZ7sisIgB914j/JFe+RZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4062,14 +4759,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.24.7': - resolution: {integrity: sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==} + '@babel/plugin-transform-modules-commonjs@7.27.1': + resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.27.1': - resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==} + '@babel/plugin-transform-modules-commonjs@7.29.7': + resolution: {integrity: sha512-j0vCldybPC5b5dwCQOJ21uKtHzt7hxLygJTg9eF1ScfaikEDNfzn94XoW5Fi+seBR0nCyL23xaBFFkq7dTM8XQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4164,24 +4861,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-self@7.27.1': - resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-source@7.24.1': resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-react-jsx-source@7.27.1': - resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.24.7': resolution: {integrity: sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==} engines: {node: '>=6.9.0'} @@ -4224,14 +4909,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.24.7': - resolution: {integrity: sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==} + '@babel/plugin-transform-typescript@7.27.1': + resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-typescript@7.27.1': - resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==} + '@babel/plugin-transform-typescript@7.29.7': + resolution: {integrity: sha512-jK52h8LaLc7JarhQV2ofeFMts4H7vnOXnqZNA6fYglBTZewRBE51KWt3BUltW1P+KoPsYkHoJeXePuz4zo2LMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4277,14 +4962,14 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 - '@babel/preset-typescript@7.24.7': - resolution: {integrity: sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==} + '@babel/preset-typescript@7.27.1': + resolution: {integrity: sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/preset-typescript@7.27.1': - resolution: {integrity: sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==} + '@babel/preset-typescript@7.29.7': + resolution: {integrity: sha512-/Foi8vKY2EVbed/1eZx0gJEEwHAIxogrySI7rULcRIvhZzbvoE/b5qG5Ghc0WKAFKOHA9SD1x7RsFlOYdutIiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4310,32 +4995,28 @@ packages: resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.26.10': - resolution: {integrity: sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==} + '@babel/template@7.29.7': + resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.27.1': - resolution: {integrity: sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==} + '@babel/traverse@7.26.10': + resolution: {integrity: sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==} engines: {node: '>=6.9.0'} '@babel/traverse@7.28.4': resolution: {integrity: sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.26.0': - resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} + '@babel/traverse@7.29.7': + resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==} engines: {node: '>=6.9.0'} '@babel/types@7.26.10': resolution: {integrity: sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.27.1': - resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.28.4': - resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==} + '@babel/types@7.29.7': + resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} engines: {node: '>=6.9.0'} '@bcoe/v8-coverage@1.0.2': @@ -4348,51 +5029,68 @@ packages: '@bundled-es-modules/statuses@1.0.1': resolution: {integrity: sha512-yn7BklA5acgcBr+7w064fGV+SGIFySjCKpqjcWgBAIfrAkY+4GQTJJHQMeT3V/sgz23VTEVV8TtOmkvJAhFVfg==} - '@capsizecss/unpack@2.4.0': - resolution: {integrity: sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==} + '@capsizecss/unpack@4.0.1': + resolution: {integrity: sha512-CuNiSqg7+e1cO/GjffyMOm5Tt2jUF9CWHHnvQ/UkqvtkGfHdgwEC0wpmq7fkN3gxwpRnrAN0WzO3vREKmNolMQ==} + engines: {node: '>=18'} - '@chronus/chronus@1.0.2': - resolution: {integrity: sha512-lB1aZT7EtxKgXM4Qp8hCvAo+LrFcXyQJTICv72hDqCIBwWdcAH2JF4xwal6OcEeQ7pnSux/wgtJ7FzWLIrhfvA==} + '@chronus/chronus@1.3.1': + resolution: {integrity: sha512-qSrHpXL/LlOlvW0TPCxIkZnvTdXEFW0cHoyS9lsq6CIIondtgcm4y/VEMK4wnGHyuHLvmuYASAjVSVbgMvmHTQ==} engines: {node: '>=20.0.0'} hasBin: true - '@chronus/github-pr-commenter@1.0.2': - resolution: {integrity: sha512-rQUyR/BLf6kK9ZYYJoRc6GLLPWWZ8a31eaeRp7lps7EiOFatxhQNxQO4NO8POdxYRpZLeP/E9AgMFnrdfzt+yA==} + '@chronus/github-pr-commenter@1.0.6': + resolution: {integrity: sha512-X+H97VyV1OBldr+t7pSORtGLMGj8xyD8ugUbLhXj8KvuD3Y0piDH+G50D2tgjtakgEYIms9DLQtRQoJDz1Snzw==} engines: {node: '>=20.0.0'} hasBin: true - '@chronus/github@1.0.2': - resolution: {integrity: sha512-pjkXiK0YAsQe5+WNUMuFKv4C3FDq596mvuWmAFnm5VVRG/5708mSmVBjMdsbkPrz+t67CNM7/A80yUPnRdcdTw==} + '@chronus/github@1.0.6': + resolution: {integrity: sha512-5nFaUByDwsAMcbZskoSgGEBSyYEZPgjXNx7EfLtDE4avISaky+fTQoHGTMiL6RVjmpOLG/+aED5VJ89J234qaw==} engines: {node: '>=20.0.0'} hasBin: true + '@clack/core@1.4.2': + resolution: {integrity: sha512-0Ty/1Gfm+Kb07sXcuESjyKfwEhSy4Ns1AgeEisHb/bDY5fWme0tTeTkU14T1Gmcs17YIjB/teiDe4uaCghbYqQ==} + engines: {node: '>= 20.12.0'} + + '@clack/prompts@1.6.0': + resolution: {integrity: sha512-EYlRokl8szrP9Z25qT5aepMdBjzBvHF9ZEhzIiUBc9guz/T31EqRgvD0QSgZcpE93xiwrr+OkB4nz0BZyF6fSA==} + engines: {node: '>= 20.12.0'} + '@colors/colors@1.5.0': resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@cspell/cspell-bundled-dicts@9.2.1': - resolution: {integrity: sha512-85gHoZh3rgZ/EqrHIr1/I4OLO53fWNp6JZCqCdgaT7e3sMDaOOG6HoSxCvOnVspXNIf/1ZbfTCDMx9x79Xq0AQ==} - engines: {node: '>=20'} + '@cspell/cspell-bundled-dicts@10.0.1': + resolution: {integrity: sha512-WvkSDNX4Uyyj/ZgbPO6L38iFNMfK1EqsH1FteRiI2qLz6QZMXRFrIt12OqiWIplzZDDaVpBH9FCJOPJll0fjCQ==} + engines: {node: '>=22.18.0'} - '@cspell/cspell-json-reporter@9.2.1': - resolution: {integrity: sha512-LiiIWzLP9h2etKn0ap6g2+HrgOGcFEF/hp5D8ytmSL5sMxDcV13RrmJCEMTh1axGyW0SjQEFjPnYzNpCL1JjGA==} - engines: {node: '>=20'} + '@cspell/cspell-json-reporter@10.0.1': + resolution: {integrity: sha512-/nes1RGILec3WCBcoMOd0byNTBtnJuPaVz/+ZzqYkLtY7x58VMcBG5kyP6hPyN8cIwjRADE/SR43gwdXuqk/FA==} + engines: {node: '>=22.18.0'} - '@cspell/cspell-pipe@9.2.1': - resolution: {integrity: sha512-2N1H63If5cezLqKToY/YSXon4m4REg/CVTFZr040wlHRbbQMh5EF3c7tEC/ue3iKAQR4sm52ihfqo1n4X6kz+g==} - engines: {node: '>=20'} + '@cspell/cspell-performance-monitor@10.0.1': + resolution: {integrity: sha512-9tVcHXwRnbazUv4WSG0h3MqV4+LgmLNgSALAQUflPPW0EMxTf7C4Dmv9cgxJyCEQrdnVKCr58nPPaahhz9LJUg==} + engines: {node: '>=22.18.0'} - '@cspell/cspell-resolver@9.2.1': - resolution: {integrity: sha512-fRPQ6GWU5eyh8LN1TZblc7t24TlGhJprdjJkfZ+HjQo+6ivdeBPT7pC7pew6vuMBQPS1oHBR36hE0ZnJqqkCeg==} - engines: {node: '>=20'} + '@cspell/cspell-pipe@10.0.1': + resolution: {integrity: sha512-HPeXMD9AZ3V/qPkvQaPcak+C7cJ2z7JTHN8smd6J8L2aThLRky2cHc2OyeaHPSHB7WA47b4z2n5u5nawZhv5VQ==} + engines: {node: '>=22.18.0'} - '@cspell/cspell-service-bus@9.2.1': - resolution: {integrity: sha512-k4M6bqdvWbcGSbcfLD7Lf4coZVObsISDW+sm/VaWp9aZ7/uwiz1IuGUxL9WO4JIdr9CFEf7Ivmvd2txZpVOCIA==} - engines: {node: '>=20'} + '@cspell/cspell-resolver@10.0.1': + resolution: {integrity: sha512-PIzkZHD1fGUQx1XteK2d1iQ0Mzq/maYcoB4jkvAiiR6WqP3MWYNKFdI9z+R5pOq5KgMfW+5Ig1q0oSR6h8irlA==} + engines: {node: '>=22.18.0'} - '@cspell/cspell-types@9.2.1': - resolution: {integrity: sha512-FQHgQYdTHkcpxT0u1ddLIg5Cc5ePVDcLg9+b5Wgaubmc5I0tLotgYj8c/mvStWuKsuZIs6sUopjJrE91wk6Onw==} - engines: {node: '>=20'} + '@cspell/cspell-service-bus@10.0.1': + resolution: {integrity: sha512-y6NcIGP2IdXaBL4PVH8vxsr7K27wzz3Ech87UtUtrDSXAiVEOvXgAIknEOUVp59rTlUE8Rn4IRURC6f/hgMyfw==} + engines: {node: '>=22.18.0'} + + '@cspell/cspell-types@10.0.1': + resolution: {integrity: sha512-kLgLShnWADDVreKC63pBrWkcvxgZzFIfO34Jhx/SWfuOIA3cD8AXT+HjyuLfoGJ7mUb58hv2kUziKzEy4INb1w==} + engines: {node: '>=22.18.0'} + + '@cspell/cspell-worker@10.0.1': + resolution: {integrity: sha512-L2bJerfuYOls2wEknm8FmynLtj/G7O4UqX9I/HznRggEW6i2yZIxagDetpVDNowpyavNHJ3SJtUFiyMiZc16Sw==} + engines: {node: '>=22.18.0'} '@cspell/dict-ada@4.1.1': resolution: {integrity: sha512-E+0YW9RhZod/9Qy2gxfNZiHJjCYFlCdI69br1eviQQWB8yOTJX0JHXLs79kOYhSW0kINPVUdvddEBe6Lu6CjGQ==} @@ -4400,77 +5098,77 @@ packages: '@cspell/dict-al@1.1.1': resolution: {integrity: sha512-sD8GCaZetgQL4+MaJLXqbzWcRjfKVp8x+px3HuCaaiATAAtvjwUQ5/Iubiqwfd1boIh2Y1/3EgM3TLQ7Q8e0wQ==} - '@cspell/dict-aws@4.0.15': - resolution: {integrity: sha512-aPY7VVR5Os4rz36EaqXBAEy14wR4Rqv+leCJ2Ug/Gd0IglJpM30LalF3e2eJChnjje3vWoEC0Rz3+e5gpZG+Kg==} + '@cspell/dict-aws@4.0.17': + resolution: {integrity: sha512-ORcblTWcdlGjIbWrgKF+8CNEBQiLVKdUOFoTn0KPNkAYnFcdPP0muT4892h7H4Xafh3j72wqB4/loQ6Nti9E/w==} - '@cspell/dict-bash@4.2.1': - resolution: {integrity: sha512-SBnzfAyEAZLI9KFS7DUG6Xc1vDFuLllY3jz0WHvmxe8/4xV3ufFE3fGxalTikc1VVeZgZmxYiABw4iGxVldYEg==} + '@cspell/dict-bash@4.2.3': + resolution: {integrity: sha512-ljUZoKHbDqw5Sx0qpL2qTUlmkmr+vhZH/sCNrNaBZKTbdgiswErSnIF1jRbGmEitJNxHRHWsuZyVgnTGfVO1Yw==} - '@cspell/dict-companies@3.2.5': - resolution: {integrity: sha512-H51R0w7c6RwJJPqH7Gs65tzP6ouZsYDEHmmol6MIIk0kQaOIBuFP2B3vIxHLUr2EPRVFZsMW8Ni7NmVyaQlwsg==} + '@cspell/dict-companies@3.2.11': + resolution: {integrity: sha512-0cmafbcz2pTHXLd59eLR1gvDvN6aWAOM0+cIL4LLF9GX9yB2iKDNrKsvs4tJRqutoaTdwNFBbV0FYv+6iCtebQ==} - '@cspell/dict-cpp@6.0.12': - resolution: {integrity: sha512-N4NsCTttVpMqQEYbf0VQwCj6np+pJESov0WieCN7R/0aByz4+MXEiDieWWisaiVi8LbKzs1mEj4ZTw5K/6O2UQ==} + '@cspell/dict-cpp@7.0.2': + resolution: {integrity: sha512-dfbeERiVNeqmo/npivdR6rDiBCqZi3QtjH2Z0HFcXwpdj6i97dX1xaKyK2GUsO/p4u1TOv63Dmj5Vm48haDpuA==} '@cspell/dict-cryptocurrencies@5.0.5': resolution: {integrity: sha512-R68hYYF/rtlE6T/dsObStzN5QZw+0aQBinAXuWCVqwdS7YZo0X33vGMfChkHaiCo3Z2+bkegqHlqxZF4TD3rUA==} - '@cspell/dict-csharp@4.0.7': - resolution: {integrity: sha512-H16Hpu8O/1/lgijFt2lOk4/nnldFtQ4t8QHbyqphqZZVE5aS4J/zD/WvduqnLY21aKhZS6jo/xF5PX9jyqPKUA==} + '@cspell/dict-csharp@4.0.8': + resolution: {integrity: sha512-qmk45pKFHSxckl5mSlbHxmDitSsGMlk/XzFgt7emeTJWLNSTUK//MbYAkBNRtfzB4uD7pAFiKgpKgtJrTMRnrQ==} - '@cspell/dict-css@4.0.18': - resolution: {integrity: sha512-EF77RqROHL+4LhMGW5NTeKqfUd/e4OOv6EDFQ/UQQiFyWuqkEKyEz0NDILxOFxWUEVdjT2GQ2cC7t12B6pESwg==} + '@cspell/dict-css@4.1.2': + resolution: {integrity: sha512-+ylGoKdwZ2sVOCOnU2Eq5wDZx+RaVX3HoKyNHGGsFvhSw6IidQ6tH/mAPKBDofViHJoWCPNlklE0lTr6MDG3QA==} - '@cspell/dict-dart@2.3.1': - resolution: {integrity: sha512-xoiGnULEcWdodXI6EwVyqpZmpOoh8RA2Xk9BNdR7DLamV/QMvEYn8KJ7NlRiTSauJKPNkHHQ5EVHRM6sTS7jdg==} + '@cspell/dict-dart@2.3.2': + resolution: {integrity: sha512-sUiLW56t9gfZcu8iR/5EUg+KYyRD83Cjl3yjDEA2ApVuJvK1HhX+vn4e4k4YfjpUQMag8XO2AaRhARE09+/rqw==} - '@cspell/dict-data-science@2.0.9': - resolution: {integrity: sha512-wTOFMlxv06veIwKdXUwdGxrQcK44Zqs426m6JGgHIB/GqvieZQC5n0UI+tUm5OCxuNyo4OV6mylT4cRMjtKtWQ==} + '@cspell/dict-data-science@2.0.14': + resolution: {integrity: sha512-jl6Ds4u5u5JT+yY30pWQpAbdCHfy3lCcNkLbpL/AZKoUaLEoXbaYsps9xQtvD7DyaiXxiLZkdH2yHHXtoFtZyg==} - '@cspell/dict-django@4.1.5': - resolution: {integrity: sha512-AvTWu99doU3T8ifoMYOMLW2CXKvyKLukPh1auOPwFGHzueWYvBBN+OxF8wF7XwjTBMMeRleVdLh3aWCDEX/ZWg==} + '@cspell/dict-django@4.1.6': + resolution: {integrity: sha512-SdbSFDGy9ulETqNz15oWv2+kpWLlk8DJYd573xhIkeRdcXOjskRuxjSZPKfW7O3NxN/KEf3gm3IevVOiNuFS+w==} - '@cspell/dict-docker@1.1.16': - resolution: {integrity: sha512-UiVQ5RmCg6j0qGIxrBnai3pIB+aYKL3zaJGvXk1O/ertTKJif9RZikKXCEgqhaCYMweM4fuLqWSVmw3hU164Iw==} + '@cspell/dict-docker@1.1.17': + resolution: {integrity: sha512-OcnVTIpHIYYKhztNTyK8ShAnXTfnqs43hVH6p0py0wlcwRIXe5uj4f12n7zPf2CeBI7JAlPjEsV0Rlf4hbz/xQ==} - '@cspell/dict-dotnet@5.0.10': - resolution: {integrity: sha512-ooar8BP/RBNP1gzYfJPStKEmpWy4uv/7JCq6FOnJLeD1yyfG3d/LFMVMwiJo+XWz025cxtkM3wuaikBWzCqkmg==} + '@cspell/dict-dotnet@5.0.13': + resolution: {integrity: sha512-xPp7jMnFpOri7tzmqmm/dXMolXz1t2bhNqxYkOyMqXhvs08oc7BFs+EsbDY0X7hqiISgeFZGNqn0dOCr+ncPYw==} '@cspell/dict-elixir@4.0.8': resolution: {integrity: sha512-CyfphrbMyl4Ms55Vzuj+mNmd693HjBFr9hvU+B2YbFEZprE5AG+EXLYTMRWrXbpds4AuZcvN3deM2XVB80BN/Q==} - '@cspell/dict-en-common-misspellings@2.1.6': - resolution: {integrity: sha512-xV9yryOqZizbSqxRS7kSVRrxVEyWHUqwdY56IuT7eAWGyTCJNmitXzXa4p+AnEbhL+AB2WLynGVSbNoUC3ceFA==} + '@cspell/dict-en-common-misspellings@2.1.12': + resolution: {integrity: sha512-14Eu6QGqyksqOd4fYPuRb58lK1Va7FQK9XxFsRKnZU8LhL3N+kj7YKDW+7aIaAN/0WGEqslGP6lGbQzNti8Akw==} - '@cspell/dict-en-gb-mit@3.1.9': - resolution: {integrity: sha512-1lSnphnHTOxnpNLpPLg1XXv8df3hs4oL0LJ6dkQ0IqNROl8Jzl6PD55BDTlKy4YOAA76dJlePB0wyrxB+VVKbg==} + '@cspell/dict-en-gb-mit@3.1.24': + resolution: {integrity: sha512-Oowb/Uzkh7OmDRdCcETzMc9imEb4IpLlHJXoYjX8A8DS2X/54gqSjI915JFB8hKtFjBko5OM0BLQ+6cZhFEMmQ==} - '@cspell/dict-en_us@4.4.19': - resolution: {integrity: sha512-JYYgzhGqSGuIMNY1cTlmq3zrNpehrExMHqLmLnSM2jEGFeHydlL+KLBwBYxMy4e73w+p1+o/rmAiGsMj9g3MCw==} + '@cspell/dict-en_us@4.4.35': + resolution: {integrity: sha512-xWpxBCc/FzzMMo/A+0qwARVaIIhR0Ql8yhhv4rvsvg+GfQF+LG9yzg2GwTM5N2rjvzmM3nKuR9zxFZq2I6fJSg==} - '@cspell/dict-filetypes@3.0.13': - resolution: {integrity: sha512-g6rnytIpQlMNKGJT1JKzWkC+b3xCliDKpQ3ANFSq++MnR4GaLiifaC4JkVON11Oh/UTplYOR1nY3BR4X30bswA==} + '@cspell/dict-filetypes@3.0.18': + resolution: {integrity: sha512-yU7RKD/x1IWmDLzWeiItMwgV+6bUcU/af23uS0+uGiFUbsY1qWV/D4rxlAAO6Z7no3J2z8aZOkYIOvUrJq0Rcw==} '@cspell/dict-flutter@1.1.1': resolution: {integrity: sha512-UlOzRcH2tNbFhZmHJN48Za/2/MEdRHl2BMkCWZBYs+30b91mWvBfzaN4IJQU7dUZtowKayVIF9FzvLZtZokc5A==} - '@cspell/dict-fonts@4.0.5': - resolution: {integrity: sha512-BbpkX10DUX/xzHs6lb7yzDf/LPjwYIBJHJlUXSBXDtK/1HaeS+Wqol4Mlm2+NAgZ7ikIE5DQMViTgBUY3ezNoQ==} + '@cspell/dict-fonts@4.0.6': + resolution: {integrity: sha512-aR/0csY01dNb0A1tw/UmN9rKgHruUxsYsvXu6YlSBJFu60s26SKr/k1o4LavpHTQ+lznlYMqAvuxGkE4Flliqw==} '@cspell/dict-fsharp@1.1.1': resolution: {integrity: sha512-imhs0u87wEA4/cYjgzS0tAyaJpwG7vwtC8UyMFbwpmtw+/bgss+osNfyqhYRyS/ehVCWL17Ewx2UPkexjKyaBA==} - '@cspell/dict-fullstack@3.2.7': - resolution: {integrity: sha512-IxEk2YAwAJKYCUEgEeOg3QvTL4XLlyArJElFuMQevU1dPgHgzWElFevN5lsTFnvMFA1riYsVinqJJX0BanCFEg==} + '@cspell/dict-fullstack@3.2.9': + resolution: {integrity: sha512-diZX+usW5aZ4/b2T0QM/H/Wl9aNMbdODa1Jq0ReBr/jazmNeWjd+PyqeVgzd1joEaHY+SAnjrf/i9CwKd2ZtWQ==} '@cspell/dict-gaming-terms@1.1.2': resolution: {integrity: sha512-9XnOvaoTBscq0xuD6KTEIkk9hhdfBkkvJAIsvw3JMcnp1214OCGW8+kako5RqQ2vTZR3Tnf3pc57o7VgkM0q1Q==} - '@cspell/dict-git@3.0.7': - resolution: {integrity: sha512-odOwVKgfxCQfiSb+nblQZc4ErXmnWEnv8XwkaI4sNJ7cNmojnvogYVeMqkXPjvfrgEcizEEA4URRD2Ms5PDk1w==} + '@cspell/dict-git@3.1.0': + resolution: {integrity: sha512-KEt9zGkxqGy2q1nwH4CbyqTSv5nadpn8BAlDnzlRcnL0Xb3LX9xTgSGShKvzb0bw35lHoYyLWN2ZKAqbC4pgGQ==} - '@cspell/dict-golang@6.0.23': - resolution: {integrity: sha512-oXqUh/9dDwcmVlfUF5bn3fYFqbUzC46lXFQmi5emB0vYsyQXdNWsqi6/yH3uE7bdRE21nP7Yo0mR1jjFNyLamg==} + '@cspell/dict-golang@6.0.26': + resolution: {integrity: sha512-YKA7Xm5KeOd14v5SQ4ll6afe9VSy3a2DWM7L9uBq4u3lXToRBQ1W5PRa+/Q9udd+DTURyVVnQ+7b9cnOlNxaRg==} '@cspell/dict-google@1.0.9': resolution: {integrity: sha512-biL65POqialY0i4g6crj7pR6JnBkbsPovB2WDYkj3H4TuC/QXv7Pu5pdPxeUJA6TSCHI7T5twsO4VSVyRxD9CA==} @@ -4478,11 +5176,11 @@ packages: '@cspell/dict-haskell@4.0.6': resolution: {integrity: sha512-ib8SA5qgftExpYNjWhpYIgvDsZ/0wvKKxSP+kuSkkak520iPvTJumEpIE+qPcmJQo4NzdKMN8nEfaeci4OcFAQ==} - '@cspell/dict-html-symbol-entities@4.0.4': - resolution: {integrity: sha512-afea+0rGPDeOV9gdO06UW183Qg6wRhWVkgCFwiO3bDupAoyXRuvupbb5nUyqSTsLXIKL8u8uXQlJ9pkz07oVXw==} + '@cspell/dict-html-symbol-entities@4.0.5': + resolution: {integrity: sha512-429alTD4cE0FIwpMucvSN35Ld87HCyuM8mF731KU5Rm4Je2SG6hmVx7nkBsLyrmH3sQukTcr1GaiZsiEg8svPA==} - '@cspell/dict-html@4.0.12': - resolution: {integrity: sha512-JFffQ1dDVEyJq6tCDWv0r/RqkdSnV43P2F/3jJ9rwLgdsOIXwQbXrz6QDlvQLVvNSnORH9KjDtenFTGDyzfCaA==} + '@cspell/dict-html@4.0.15': + resolution: {integrity: sha512-GJYnYKoD9fmo2OI0aySEGZOjThnx3upSUvV7mmqUu8oG+mGgzqm82P/f7OqsuvTaInZZwZbo+PwJQd/yHcyFIw==} '@cspell/dict-java@5.0.12': resolution: {integrity: sha512-qPSNhTcl7LGJ5Qp6VN71H8zqvRQK04S08T67knMq9hTA8U7G1sTKzLmBaDOFhq17vNX/+rT+rbRYp+B5Nwza1A==} @@ -4496,8 +5194,8 @@ packages: '@cspell/dict-kotlin@1.1.1': resolution: {integrity: sha512-J3NzzfgmxRvEeOe3qUXnSJQCd38i/dpF9/t3quuWh6gXM+krsAXP75dY1CzDmS8mrJAlBdVBeAW5eAZTD8g86Q==} - '@cspell/dict-latex@4.0.4': - resolution: {integrity: sha512-YdTQhnTINEEm/LZgTzr9Voz4mzdOXH7YX+bSFs3hnkUHCUUtX/mhKgf1CFvZ0YNM2afjhQcmLaR9bDQVyYBvpA==} + '@cspell/dict-latex@5.1.0': + resolution: {integrity: sha512-qxT4guhysyBt0gzoliXYEBYinkAdEtR2M7goRaUH0a7ltCsoqqAeEV8aXYRIdZGcV77gYSobvu3jJL038tlPAw==} '@cspell/dict-lorem-ipsum@4.0.5': resolution: {integrity: sha512-9a4TJYRcPWPBKkQAJ/whCu4uCAEgv/O2xAaZEI0n4y1/l18Yyx8pBKoIX5QuVXjjmKEkK7hi5SxyIsH7pFEK9Q==} @@ -4508,52 +5206,52 @@ packages: '@cspell/dict-makefile@1.0.5': resolution: {integrity: sha512-4vrVt7bGiK8Rx98tfRbYo42Xo2IstJkAF4tLLDMNQLkQ86msDlYSKG1ZCk8Abg+EdNcFAjNhXIiNO+w4KflGAQ==} - '@cspell/dict-markdown@2.0.12': - resolution: {integrity: sha512-ufwoliPijAgWkD/ivAMC+A9QD895xKiJRF/fwwknQb7kt7NozTLKFAOBtXGPJAB4UjhGBpYEJVo2elQ0FCAH9A==} + '@cspell/dict-markdown@2.0.17': + resolution: {integrity: sha512-H8bAxih6U8NOnSPL7R8My+tqjaB4tmnJTjERuz4zYqmf+cH+5xshX3UVgKlwWFcyjsYfv/zEDuRdMctQv1q6HQ==} peerDependencies: - '@cspell/dict-css': ^4.0.18 - '@cspell/dict-html': ^4.0.12 - '@cspell/dict-html-symbol-entities': ^4.0.4 + '@cspell/dict-css': ^4.1.2 + '@cspell/dict-html': ^4.0.15 + '@cspell/dict-html-symbol-entities': ^4.0.5 '@cspell/dict-typescript': ^3.2.3 - '@cspell/dict-monkeyc@1.0.11': - resolution: {integrity: sha512-7Q1Ncu0urALI6dPTrEbSTd//UK0qjRBeaxhnm8uY5fgYNFYAG+u4gtnTIo59S6Bw5P++4H3DiIDYoQdY/lha8w==} + '@cspell/dict-monkeyc@1.0.12': + resolution: {integrity: sha512-MN7Vs11TdP5mbdNFQP5x2Ac8zOBm97ARg6zM5Sb53YQt/eMvXOMvrep7+/+8NJXs0jkp70bBzjqU4APcqBFNAw==} - '@cspell/dict-node@5.0.8': - resolution: {integrity: sha512-AirZcN2i84ynev3p2/1NCPEhnNsHKMz9zciTngGoqpdItUb2bDt1nJBjwlsrFI78GZRph/VaqTVFwYikmncpXg==} + '@cspell/dict-node@5.0.9': + resolution: {integrity: sha512-hO+ga+uYZ/WA4OtiMEyKt5rDUlUyu3nXMf8KVEeqq2msYvAPdldKBGH7lGONg6R/rPhv53Rb+0Y1SLdoK1+7wQ==} - '@cspell/dict-npm@5.2.17': - resolution: {integrity: sha512-0yp7lBXtN3CtxBrpvTu/yAuPdOHR2ucKzPxdppc3VKO068waZNpKikn1NZCzBS3dIAFGVITzUPtuTXxt9cxnSg==} + '@cspell/dict-npm@5.2.41': + resolution: {integrity: sha512-To3xsfRmMBYVXtWVEdUgV35M9a/JZ54dSuoY6m6D3uHKKL3I326Wmy4xifZ3PU8MQaWhyEH7zbIcUEtKwTQMcA==} - '@cspell/dict-php@4.0.15': - resolution: {integrity: sha512-iepGB2gtToMWSTvybesn4/lUp4LwXcEm0s8vasJLP76WWVkq1zYjmeS+WAIzNgsuURyZ/9mGqhS0CWMuo74ODw==} + '@cspell/dict-php@4.1.1': + resolution: {integrity: sha512-EXelI+4AftmdIGtA8HL8kr4WlUE11OqCSVlnIgZekmTkEGSZdYnkFdiJ5IANSALtlQ1mghKjz+OFqVs6yowgWA==} '@cspell/dict-powershell@5.0.15': resolution: {integrity: sha512-l4S5PAcvCFcVDMJShrYD0X6Huv9dcsQPlsVsBGbH38wvuN7gS7+GxZFAjTNxDmTY1wrNi1cCatSg6Pu2BW4rgg==} - '@cspell/dict-public-licenses@2.0.15': - resolution: {integrity: sha512-cJEOs901H13Pfy0fl4dCD1U+xpWIMaEPq8MeYU83FfDZvellAuSo4GqWCripfIqlhns/L6+UZEIJSOZnjgy7Wg==} + '@cspell/dict-public-licenses@2.0.16': + resolution: {integrity: sha512-EQRrPvEOmwhwWezV+W7LjXbIBjiy6y/shrET6Qcpnk3XANTzfvWflf9PnJ5kId/oKWvihFy0za0AV1JHd03pSQ==} - '@cspell/dict-python@4.2.19': - resolution: {integrity: sha512-9S2gTlgILp1eb6OJcVZeC8/Od83N8EqBSg5WHVpx97eMMJhifOzePkE0kDYjyHMtAFznCQTUu0iQEJohNQ5B0A==} + '@cspell/dict-python@4.2.27': + resolution: {integrity: sha512-Rj6xQgYS4X6ienjgAZF+njA0GRY4oSPouJWv0vfikCTn6EWlfk0V6Dy1HP3Migj1O+IC2NmespgVq+BZNSp8OA==} '@cspell/dict-r@2.1.1': resolution: {integrity: sha512-71Ka+yKfG4ZHEMEmDxc6+blFkeTTvgKbKAbwiwQAuKl3zpqs1Y0vUtwW2N4b3LgmSPhV3ODVY0y4m5ofqDuKMw==} - '@cspell/dict-ruby@5.0.9': - resolution: {integrity: sha512-H2vMcERMcANvQshAdrVx0XoWaNX8zmmiQN11dZZTQAZaNJ0xatdJoSqY8C8uhEMW89bfgpN+NQgGuDXW2vmXEw==} + '@cspell/dict-ruby@5.1.1': + resolution: {integrity: sha512-LHrp84oEV6q1ZxPPyj4z+FdKyq1XAKYPtmGptrd+uwHbrF/Ns5+fy6gtSi7pS+uc0zk3JdO9w/tPK+8N1/7WUA==} - '@cspell/dict-rust@4.0.12': - resolution: {integrity: sha512-z2QiH+q9UlNhobBJArvILRxV8Jz0pKIK7gqu4TgmEYyjiu1TvnGZ1tbYHeu9w3I/wOP6UMDoCBTty5AlYfW0mw==} + '@cspell/dict-rust@4.1.2': + resolution: {integrity: sha512-O1FHrumYcO+HZti3dHfBPUdnDFkI+nbYK3pxYmiM1sr+G0ebOd6qchmswS0Wsc6ZdEVNiPYJY/gZQR6jfW3uOg==} - '@cspell/dict-scala@5.0.8': - resolution: {integrity: sha512-YdftVmumv8IZq9zu1gn2U7A4bfM2yj9Vaupydotyjuc+EEZZSqAafTpvW/jKLWji2TgybM1L2IhmV0s/Iv9BTw==} + '@cspell/dict-scala@5.0.9': + resolution: {integrity: sha512-AjVcVAELgllybr1zk93CJ5wSUNu/Zb5kIubymR/GAYkMyBdYFCZ3Zbwn4Zz8GJlFFAbazABGOu0JPVbeY59vGg==} - '@cspell/dict-shell@1.1.1': - resolution: {integrity: sha512-T37oYxE7OV1x/1D4/13Y8JZGa1QgDCXV7AVt3HLXjn0Fe3TaNDvf5sU0fGnXKmBPqFFrHdpD3uutAQb1dlp15g==} + '@cspell/dict-shell@1.2.0': + resolution: {integrity: sha512-PVctvT22lJ49niMiakO8xieY7ELCAzjSqhejWR7bAMb5AZ9F4WDEs+XdGMnoVHWeXq7K5rcepLPmEJb+37zzIw==} - '@cspell/dict-software-terms@5.1.8': - resolution: {integrity: sha512-iwCHLP11OmVHEX2MzE8EPxpPw7BelvldxWe5cJ3xXIDL8TjF2dBTs2noGcrqnZi15SLYIlO8897BIOa33WHHZA==} + '@cspell/dict-software-terms@5.2.2': + resolution: {integrity: sha512-0CaYd6TAsKtEoA7tNswm1iptEblTzEe3UG8beG2cpSTHk7afWIVMtJLgXDv0f/Li67Lf3Z1Jf3JeXR7GsJ2TRw==} '@cspell/dict-sql@2.2.1': resolution: {integrity: sha512-qDHF8MpAYCf4pWU8NKbnVGzkoxMNrFqBHyG/dgrlic5EQiKANCLELYtGlX5auIMDLmTf1inA0eNtv74tyRJ/vg==} @@ -4573,21 +5271,28 @@ packages: '@cspell/dict-vue@3.0.5': resolution: {integrity: sha512-Mqutb8jbM+kIcywuPQCCaK5qQHTdaByoEO2J9LKFy3sqAdiBogNkrplqUK0HyyRFgCfbJUgjz3N85iCMcWH0JA==} - '@cspell/dynamic-import@9.2.1': - resolution: {integrity: sha512-izYQbk7ck0ffNA1gf7Gi3PkUEjj+crbYeyNK1hxHx5A+GuR416ozs0aEyp995KI2v9HZlXscOj3SC3wrWzHZeA==} - engines: {node: '>=20'} + '@cspell/dict-zig@1.0.0': + resolution: {integrity: sha512-XibBIxBlVosU06+M6uHWkFeT0/pW5WajDRYdXG2CgHnq85b0TI/Ks0FuBJykmsgi2CAD3Qtx8UHFEtl/DSFnAQ==} - '@cspell/filetypes@9.2.1': - resolution: {integrity: sha512-Dy1y1pQ+7hi2gPs+jERczVkACtYbUHcLodXDrzpipoxgOtVxMcyZuo+84WYHImfu0gtM0wU2uLObaVgMSTnytw==} - engines: {node: '>=20'} + '@cspell/dynamic-import@10.0.1': + resolution: {integrity: sha512-mP1gdq00aIcH8HxNMqnH11X6BKxLcneDtFgl/ecjIKnaGKwi44m8AndP5Kr4ODaYdl8UUw9O3dJh7KaQXnLHZQ==} + engines: {node: '>=22.18.0'} - '@cspell/strong-weak-map@9.2.1': - resolution: {integrity: sha512-1HsQWZexvJSjDocVnbeAWjjgqWE/0op/txxzDPvDqI2sE6pY0oO4Cinj2I8z+IP+m6/E6yjPxdb23ydbQbPpJQ==} - engines: {node: '>=20'} + '@cspell/filetypes@10.0.1': + resolution: {integrity: sha512-Z5S35giU5IW49fBBq6BksUbE8PC4IYPfaKuwl5Nl9jkf/OkAKiBmCowKX45NzRUQInwK/GSqqIUifrNeI6LdLw==} + engines: {node: '>=22.18.0'} - '@cspell/url@9.2.1': - resolution: {integrity: sha512-9EHCoGKtisPNsEdBQ28tKxKeBmiVS3D4j+AN8Yjr+Dmtu+YACKGWiMOddNZG2VejQNIdFx7FwzU00BGX68ELhA==} - engines: {node: '>=20'} + '@cspell/rpc@10.0.1': + resolution: {integrity: sha512-axSRKv3zEAmBm66iD/FV/MPmE4/Yf7c3PZiwTW894Yd3iEhtn3KPKeTrqQ2/tDrhB1Z2qTsap/Hue0MK4o5WXg==} + engines: {node: '>=22.18.0'} + + '@cspell/strong-weak-map@10.0.1': + resolution: {integrity: sha512-lenN1DVyPi8nJLSMSJJ670ddTjyiruLueuSZO1qLcxBqUhgxDt/mALu9N/1m6WdOVcg6m/5cLiZVg2KOo2UzRw==} + engines: {node: '>=22.18.0'} + + '@cspell/url@10.0.1': + resolution: {integrity: sha512-abYYgI29wJhWIfWTYrYuzRYDcHQUQ1N5ylnhxYn1NJnIQMqUWGLbDmt12JABtZ+R6h6UNatQrS7rhP86etvJyQ==} + engines: {node: '>=22.18.0'} '@csstools/color-helpers@5.0.2': resolution: {integrity: sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==} @@ -4625,20 +5330,14 @@ packages: resolution: {integrity: sha512-WyOx8cJQ+FQus4Mm4uPIZA64gbk3Wxh0so5Lcii0aJifqwoVOlfFtorjLE0Hen4OYyHZMXDWqMmaQemBhgxFRQ==} engines: {node: '>=14'} - '@effect/schema@0.75.5': - resolution: {integrity: sha512-TQInulTVCuF+9EIbJpyLP6dvxbQJMphrnRqgexm/Ze39rSjfhJuufF7XvU3SxTgg3HnL7B/kpORTJbHhlE6thw==} - deprecated: this package has been merged into the main effect package - peerDependencies: - effect: ^3.9.2 - '@emmetio/abbreviation@2.3.3': resolution: {integrity: sha512-mgv58UrU3rh4YgbE/TzgLQwJ3pFsHHhCLqY20aJq+9comytTXUDNGG/SMtSeMJdkpxgXSXunBGLD8Boka3JyVA==} '@emmetio/css-abbreviation@2.1.8': resolution: {integrity: sha512-s9yjhJ6saOO/uk1V74eifykk2CBYi01STTK3WlXWGOepyKa23ymJ053+DNQjpFcy1ingpaO7AxCcwLvHFY9tuw==} - '@emmetio/css-parser@0.4.0': - resolution: {integrity: sha512-z7wkxRSZgrQHXVzObGkXG+Vmj3uRlpM11oCZ9pbaz0nFejvCDmAiNDpY75+wgXOcffKpj4rzGtwGaZxfJKsJxw==} + '@emmetio/css-parser@0.4.1': + resolution: {integrity: sha512-2bC6m0MV/voF4CTZiAbG5MWKbq5EBmDPKu9Sb7s7nVcEzNQlrZP6mFFFlIaISM8X6514H9shWMme1fCm8cWAfQ==} '@emmetio/html-matcher@1.3.0': resolution: {integrity: sha512-NTbsvppE5eVyBMuyGfVu2CRrLvo7J4YHb6t9sBFLyY03WYhXET37qA4zOYUjBWFCRHO7pS1B9khERtY0f5JXPQ==} @@ -4652,15 +5351,27 @@ packages: '@emmetio/stream-reader@2.2.0': resolution: {integrity: sha512-fXVXEyFA5Yv3M3n8sUGT7+fvecGrZP4k6FnWWMSZVQf69kAq0LLpaBQLGcPR30m3zMmKYhECP4k/ZkzvhEW5kw==} - '@emnapi/runtime@1.3.1': - resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==} + '@emnapi/core@1.11.1': + resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==} + + '@emnapi/core@1.9.2': + resolution: {integrity: sha512-UC+ZhH3XtczQYfOlu3lNEkdW/p4dsJ1r/bP7H8+rhao3TTTMO1ATq/4DdIi23XuGoFY+Cz0JmCbdVl0hz9jZcA==} + + '@emnapi/runtime@1.11.1': + resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==} + + '@emnapi/runtime@1.9.2': + resolution: {integrity: sha512-3U4+MIWHImeyu1wnmVygh5WlgfYDtyf0k8AbLhMFxOipihf6nrWC4syIm/SwEeec0mNSafiiNnMJwbza/Is6Lw==} + + '@emnapi/wasi-threads@1.2.1': + resolution: {integrity: sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==} + + '@emnapi/wasi-threads@1.2.2': + resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==} '@emotion/babel-plugin@11.11.0': resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} - '@emotion/babel-plugin@11.13.5': - resolution: {integrity: sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==} - '@emotion/cache@11.11.0': resolution: {integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==} @@ -4691,21 +5402,9 @@ packages: '@types/react': optional: true - '@emotion/react@11.14.0': - resolution: {integrity: sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==} - peerDependencies: - '@types/react': '*' - react: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@emotion/serialize@1.1.4': resolution: {integrity: sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==} - '@emotion/serialize@1.3.3': - resolution: {integrity: sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==} - '@emotion/sheet@1.2.2': resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} @@ -4722,9 +5421,6 @@ packages: '@types/react': optional: true - '@emotion/unitless@0.10.0': - resolution: {integrity: sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==} - '@emotion/unitless@0.8.1': resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} @@ -4733,11 +5429,6 @@ packages: peerDependencies: react: '>=16.8.0' - '@emotion/use-insertion-effect-with-fallbacks@1.2.0': - resolution: {integrity: sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==} - peerDependencies: - react: '>=16.8.0' - '@emotion/utils@1.2.1': resolution: {integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==} @@ -4765,6 +5456,18 @@ packages: cpu: [ppc64] os: [aix] + '@esbuild/aix-ppc64@0.27.7': + resolution: {integrity: sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + + '@esbuild/aix-ppc64@0.28.1': + resolution: {integrity: sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [aix] + '@esbuild/android-arm64@0.20.2': resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} engines: {node: '>=12'} @@ -4777,6 +5480,18 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm64@0.27.7': + resolution: {integrity: sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm64@0.28.1': + resolution: {integrity: sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [android] + '@esbuild/android-arm@0.20.2': resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} engines: {node: '>=12'} @@ -4789,6 +5504,18 @@ packages: cpu: [arm] os: [android] + '@esbuild/android-arm@0.27.7': + resolution: {integrity: sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + + '@esbuild/android-arm@0.28.1': + resolution: {integrity: sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [android] + '@esbuild/android-x64@0.20.2': resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} engines: {node: '>=12'} @@ -4801,6 +5528,18 @@ packages: cpu: [x64] os: [android] + '@esbuild/android-x64@0.27.7': + resolution: {integrity: sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + + '@esbuild/android-x64@0.28.1': + resolution: {integrity: sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng==} + engines: {node: '>=18'} + cpu: [x64] + os: [android] + '@esbuild/darwin-arm64@0.20.2': resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} @@ -4813,6 +5552,18 @@ packages: cpu: [arm64] os: [darwin] + '@esbuild/darwin-arm64@0.27.7': + resolution: {integrity: sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-arm64@0.28.1': + resolution: {integrity: sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [darwin] + '@esbuild/darwin-x64@0.20.2': resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} @@ -4825,6 +5576,18 @@ packages: cpu: [x64] os: [darwin] + '@esbuild/darwin-x64@0.27.7': + resolution: {integrity: sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + + '@esbuild/darwin-x64@0.28.1': + resolution: {integrity: sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [darwin] + '@esbuild/freebsd-arm64@0.20.2': resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} engines: {node: '>=12'} @@ -4837,6 +5600,18 @@ packages: cpu: [arm64] os: [freebsd] + '@esbuild/freebsd-arm64@0.27.7': + resolution: {integrity: sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-arm64@0.28.1': + resolution: {integrity: sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [freebsd] + '@esbuild/freebsd-x64@0.20.2': resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} engines: {node: '>=12'} @@ -4849,6 +5624,18 @@ packages: cpu: [x64] os: [freebsd] + '@esbuild/freebsd-x64@0.27.7': + resolution: {integrity: sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.28.1': + resolution: {integrity: sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [freebsd] + '@esbuild/linux-arm64@0.20.2': resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} engines: {node: '>=12'} @@ -4861,6 +5648,18 @@ packages: cpu: [arm64] os: [linux] + '@esbuild/linux-arm64@0.27.7': + resolution: {integrity: sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm64@0.28.1': + resolution: {integrity: sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g==} + engines: {node: '>=18'} + cpu: [arm64] + os: [linux] + '@esbuild/linux-arm@0.20.2': resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} engines: {node: '>=12'} @@ -4873,6 +5672,18 @@ packages: cpu: [arm] os: [linux] + '@esbuild/linux-arm@0.27.7': + resolution: {integrity: sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-arm@0.28.1': + resolution: {integrity: sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ==} + engines: {node: '>=18'} + cpu: [arm] + os: [linux] + '@esbuild/linux-ia32@0.20.2': resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} engines: {node: '>=12'} @@ -4885,6 +5696,18 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-ia32@0.27.7': + resolution: {integrity: sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-ia32@0.28.1': + resolution: {integrity: sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w==} + engines: {node: '>=18'} + cpu: [ia32] + os: [linux] + '@esbuild/linux-loong64@0.20.2': resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} engines: {node: '>=12'} @@ -4897,6 +5720,18 @@ packages: cpu: [loong64] os: [linux] + '@esbuild/linux-loong64@0.27.7': + resolution: {integrity: sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-loong64@0.28.1': + resolution: {integrity: sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg==} + engines: {node: '>=18'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-mips64el@0.20.2': resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} engines: {node: '>=12'} @@ -4909,6 +5744,18 @@ packages: cpu: [mips64el] os: [linux] + '@esbuild/linux-mips64el@0.27.7': + resolution: {integrity: sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-mips64el@0.28.1': + resolution: {integrity: sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ==} + engines: {node: '>=18'} + cpu: [mips64el] + os: [linux] + '@esbuild/linux-ppc64@0.20.2': resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} engines: {node: '>=12'} @@ -4921,6 +5768,18 @@ packages: cpu: [ppc64] os: [linux] + '@esbuild/linux-ppc64@0.27.7': + resolution: {integrity: sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-ppc64@0.28.1': + resolution: {integrity: sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ==} + engines: {node: '>=18'} + cpu: [ppc64] + os: [linux] + '@esbuild/linux-riscv64@0.20.2': resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} engines: {node: '>=12'} @@ -4933,8 +5792,20 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.20.2': - resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} + '@esbuild/linux-riscv64@0.27.7': + resolution: {integrity: sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-riscv64@0.28.1': + resolution: {integrity: sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ==} + engines: {node: '>=18'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.20.2': + resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -4945,6 +5816,18 @@ packages: cpu: [s390x] os: [linux] + '@esbuild/linux-s390x@0.27.7': + resolution: {integrity: sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-s390x@0.28.1': + resolution: {integrity: sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag==} + engines: {node: '>=18'} + cpu: [s390x] + os: [linux] + '@esbuild/linux-x64@0.20.2': resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} engines: {node: '>=12'} @@ -4957,12 +5840,36 @@ packages: cpu: [x64] os: [linux] + '@esbuild/linux-x64@0.27.7': + resolution: {integrity: sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + + '@esbuild/linux-x64@0.28.1': + resolution: {integrity: sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA==} + engines: {node: '>=18'} + cpu: [x64] + os: [linux] + '@esbuild/netbsd-arm64@0.25.4': resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] + '@esbuild/netbsd-arm64@0.27.7': + resolution: {integrity: sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + + '@esbuild/netbsd-arm64@0.28.1': + resolution: {integrity: sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [netbsd] + '@esbuild/netbsd-x64@0.20.2': resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} engines: {node: '>=12'} @@ -4975,12 +5882,36 @@ packages: cpu: [x64] os: [netbsd] + '@esbuild/netbsd-x64@0.27.7': + resolution: {integrity: sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.28.1': + resolution: {integrity: sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg==} + engines: {node: '>=18'} + cpu: [x64] + os: [netbsd] + '@esbuild/openbsd-arm64@0.25.4': resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] + '@esbuild/openbsd-arm64@0.27.7': + resolution: {integrity: sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + + '@esbuild/openbsd-arm64@0.28.1': + resolution: {integrity: sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openbsd] + '@esbuild/openbsd-x64@0.20.2': resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} engines: {node: '>=12'} @@ -4993,6 +5924,30 @@ packages: cpu: [x64] os: [openbsd] + '@esbuild/openbsd-x64@0.27.7': + resolution: {integrity: sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.28.1': + resolution: {integrity: sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw==} + engines: {node: '>=18'} + cpu: [x64] + os: [openbsd] + + '@esbuild/openharmony-arm64@0.27.7': + resolution: {integrity: sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + + '@esbuild/openharmony-arm64@0.28.1': + resolution: {integrity: sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/sunos-x64@0.20.2': resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} engines: {node: '>=12'} @@ -5005,6 +5960,18 @@ packages: cpu: [x64] os: [sunos] + '@esbuild/sunos-x64@0.27.7': + resolution: {integrity: sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + + '@esbuild/sunos-x64@0.28.1': + resolution: {integrity: sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ==} + engines: {node: '>=18'} + cpu: [x64] + os: [sunos] + '@esbuild/win32-arm64@0.20.2': resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} engines: {node: '>=12'} @@ -5017,6 +5984,18 @@ packages: cpu: [arm64] os: [win32] + '@esbuild/win32-arm64@0.27.7': + resolution: {integrity: sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-arm64@0.28.1': + resolution: {integrity: sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [win32] + '@esbuild/win32-ia32@0.20.2': resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} engines: {node: '>=12'} @@ -5029,6 +6008,18 @@ packages: cpu: [ia32] os: [win32] + '@esbuild/win32-ia32@0.27.7': + resolution: {integrity: sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-ia32@0.28.1': + resolution: {integrity: sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg==} + engines: {node: '>=18'} + cpu: [ia32] + os: [win32] + '@esbuild/win32-x64@0.20.2': resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} engines: {node: '>=12'} @@ -5041,6 +6032,18 @@ packages: cpu: [x64] os: [win32] + '@esbuild/win32-x64@0.27.7': + resolution: {integrity: sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + + '@esbuild/win32-x64@0.28.1': + resolution: {integrity: sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A==} + engines: {node: '>=18'} + cpu: [x64] + os: [win32] + '@esfx/async-canceltoken@1.0.0': resolution: {integrity: sha512-3Ps/4NPd7qFltmHL+CYXCjZtNXcQGV9BZmpzu8Rt3/0SZMtbQve0gtX0uJDJGvAWa6w3IB4HrKVP12VPoFONmA==} @@ -5059,14 +6062,14 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - '@eslint-community/eslint-utils@4.5.1': - resolution: {integrity: sha512-soEIOALTfTK6EjmKMMoLugwaP0rzkad90iIWd1hMO9ARkSAyjfMfkRRhLvD5qH7vvM0Cg72pieUfR6yh6XxC4w==} + '@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/eslint-utils@4.7.0': - resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==} + '@eslint-community/eslint-utils@4.9.1': + resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 @@ -5075,65 +6078,58 @@ packages: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-community/regexpp@4.12.1': - resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} + '@eslint-community/regexpp@4.12.2': + resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/config-array@0.20.0': - resolution: {integrity: sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - - '@eslint/config-helpers@0.2.2': - resolution: {integrity: sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-array@0.23.5': + resolution: {integrity: sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} - '@eslint/core@0.14.0': - resolution: {integrity: sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/config-helpers@0.6.0': + resolution: {integrity: sha512-ii6Bw9jJ2zi2cWA2Z+9/QZ/+3DX6kwaV5Q986D/CdP3Lap3w/pgQZ373FV7byY/i7L4IRH/G43I5dz1ClsCbpA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} - '@eslint/core@0.15.2': - resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/core@1.2.1': + resolution: {integrity: sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} '@eslint/eslintrc@2.1.4': resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/eslintrc@3.3.1': - resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/js@10.0.1': + resolution: {integrity: sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} + peerDependencies: + eslint: ^10.0.0 + peerDependenciesMeta: + eslint: + optional: true '@eslint/js@8.57.0': resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/js@9.27.0': - resolution: {integrity: sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==} - 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.1': - resolution: {integrity: sha512-0J+zgWxHN+xXONWIyPWKFMgVuJoZuGiIFu8yxk7RJjxkzpGmyja5wRFqZIVtjDVOQpV+Rw0iOAjYPE2eQyjr0w==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/object-schema@3.0.5': + resolution: {integrity: sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} - '@eslint/plugin-kit@0.3.5': - resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + '@eslint/plugin-kit@0.7.2': + resolution: {integrity: sha512-+CNAzxglkrpNf/kKywqQfk74QjtceuOE7Qm+AF8miRvPF/wmmK5+OJOgVh3AVTT3RP2mH3+FOaxlE5v72owk0A==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} - '@expressive-code/core@0.41.3': - resolution: {integrity: sha512-9qzohqU7O0+JwMEEgQhnBPOw5DtsQRBXhW++5fvEywsuX44vCGGof1SL5OvPElvNgaWZ4pFZAFSlkNOkGyLwSQ==} + '@expressive-code/core@0.42.0': + resolution: {integrity: sha512-MN11+9nfmaC7sYu2BZJXAXqwkBRt8t1xTSqP+Ti1NfTEskgl6xUnzDxoaiQkg0BMzpglA0pys4dpDKquP/cyIw==} - '@expressive-code/plugin-frames@0.41.3': - resolution: {integrity: sha512-rFQtmf/3N2CK3Cq/uERweMTYZnBu+CwxBdHuOftEmfA9iBE7gTVvwpbh82P9ZxkPLvc40UMhYt7uNuAZexycRQ==} + '@expressive-code/plugin-frames@0.42.0': + resolution: {integrity: sha512-XtkPm+941Uta7Y+81Acv+OA/20F1NJmJhCX6UYGKpqEIGqplNh3PTOhcURp6tcruhlzJcWcvpWy6Oigz3SrjqA==} - '@expressive-code/plugin-shiki@0.41.3': - resolution: {integrity: sha512-RlTARoopzhFJIOVHLGvuXJ8DCEme/hjV+ZnRJBIxzxsKVpGPW4Oshqg9xGhWTYdHstTsxO663s0cdBLzZj9TQA==} + '@expressive-code/plugin-shiki@0.42.0': + resolution: {integrity: sha512-PMKey/kLmewttAHQezL+Y5Fx3vVssfDi3+FJOYQQS2mXP3tQspFELtKKAfsXfmSXdToZYgwoO69HJndqfE+09g==} - '@expressive-code/plugin-text-markers@0.41.3': - resolution: {integrity: sha512-SN8tkIzDpA0HLAscEYD2IVrfLiid6qEdE9QLlGVSxO1KEw7qYvjpbNBQjUjMr5/jvTJ7ys6zysU2vLPHE0sb2g==} + '@expressive-code/plugin-text-markers@0.42.0': + resolution: {integrity: sha512-l59lUx8fq1v5g6SpmbDjiU0+7IdfbiWnAyRmtTVSpfhyq+nZMN4UcmYyu2b9Mynhzt7Gr+O+cXyEPDNb2AVWVQ==} '@floating-ui/core@1.6.0': resolution: {integrity: sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==} @@ -5164,615 +6160,546 @@ packages: '@fluentui/keyboard-keys@9.0.8': resolution: {integrity: sha512-iUSJUUHAyTosnXK8O2Ilbfxma+ZyZPMua5vB028Ys96z80v+LFwntoehlFsdH3rMuPsA8GaC1RE7LMezwPBPdw==} - '@fluentui/priority-overflow@9.2.0': - resolution: {integrity: sha512-uwB5drtNGeEdLO3CEzM/VolyzkywIgpNhuOzFrLbKFxq20kCqteRDkUJIySgYu/+rK+Cyl8xiKmLzey49nlocg==} + '@fluentui/priority-overflow@9.4.0': + resolution: {integrity: sha512-NwhNNwCTbXYdLYwa6Ha484qCLHgRFo5vOv7BGaq0REcY2rkgwcDHVlbchwsGV7D3XgTZCjzDu54SSPmk5NOxXA==} - '@fluentui/react-accordion@9.8.9': - resolution: {integrity: sha512-rMpUCixCr2UNjYo8a2z2c8seOENheSpz8d6tnDxUhBovtd6pTdq7kfgDRYIWwWWGRcQpJHt3IHRFllLF5A2oJQ==} + '@fluentui/react-accordion@9.12.1': + resolution: {integrity: sha512-F7xVaP0OR7JMCxrBwI3ryNhKof9Yi2c6RhYPsQy7rh2+KMGLGgYLsrDJyHmSejjxp4Bs11plXGdU38SN5j1hgw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-alert@9.0.0-beta.124': - resolution: {integrity: sha512-yFBo3B5H9hnoaXxlkuz8wRz04DEyQ+ElYA/p5p+Vojf19Zuta8DmFZZ6JtWdtxcdnnQ4LvAfC5OYYlzdReozPA==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - - '@fluentui/react-aria@9.17.2': - resolution: {integrity: sha512-FNvToKxXBob6R0Z0SSpB7S9UAtRLrNh1tLrp09P2J3/zb5RYQU3JQBB8cw5FT7Tid2XheBnxCGb1X8hVfsc3aw==} + '@fluentui/react-alert@9.0.0-beta.142': + resolution: {integrity: sha512-YrbMX1wF7huOByxP2J+2aUWatpODd1MXhqam95oeLUnoJUViBK6ZZuBYba7m0OTsRMUA4pB1WfjvuIGsnSQKtw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-avatar@9.9.8': - resolution: {integrity: sha512-gsNsoXDRVsalRFZym2PR6xac+2E03JVQ+lN/+JMnNzBdEgY4/FsfimXKk1XanGDyQkYyQplnS9R4tq6PwwtrMg==} + '@fluentui/react-aria@9.17.13': + resolution: {integrity: sha512-f5qSP5aD2ZbYgQn4hCjQzqh8mHJNeN/vsC9Nwth5uJlGNdIAPbPO+dXVC18DkYqNU8O9A5Ae/uJPRbxoH23zbA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-badge@9.4.7': - resolution: {integrity: sha512-LzCmxiLex3nfvRS5fCD8N9wvdDTDLgyULFDW8QLKAsvJy3aHspxMaPGHfFREIHXk1AR/I4MS2/jniIeXZn4SzQ==} + '@fluentui/react-avatar@9.11.3': + resolution: {integrity: sha512-O8PoDUf1OUXDviECFvxdxo88kCEJLlP4TtCXyE58PKuAywrVeqmOA7eNy6/xhaGVuyDO8l9YJh05sYkyLiNLIQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-breadcrumb@9.3.8': - resolution: {integrity: sha512-6gHdVoXvVO15TYjJgolkVklBg7tJYOI3v2nQ7SE3VZntfC2kDivmg2UJpi7nMnYMlPGiAHKfDwHynCig3FW8zw==} + '@fluentui/react-badge@9.5.4': + resolution: {integrity: sha512-jxS6H6+KCk62MeueCf7cT2fRbdnN6h/lCOIyXWJLpPf9Mx+LWWP3KAfKik3BuDY28oy1pDYIuvFucDL+OMAb/Q==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-button@9.6.8': - resolution: {integrity: sha512-Z17uCeo/KjWVAQ/EmzIhQFIl+kQcB5bN32BM/0WNHLWcSN7f+UHP/CW59CZYu3tf+v2VK+4fbD4vcwuGNHb/IA==} + '@fluentui/react-breadcrumb@9.4.4': + resolution: {integrity: sha512-KcxyQAC+xTO/n2BMBj2lLKgQL2/eyTlkUhElHv9SKqP29Ks8EPYSovYpDtSfbtx8Dle+8NSUnhAvnO1kE/+fMQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-card@9.5.2': - resolution: {integrity: sha512-kzEsWkgOt7hiIEli79mnamTfJE+nUrOd2PUYeofwPhaKS28+3tRY0cL+it4f6nBN8xLy/eFUbPADm7IsQxHwpA==} + '@fluentui/react-button@9.10.1': + resolution: {integrity: sha512-8Ow/ck9a/RLh3cJ6ZPF4asmGnNfqXr/Kengk+zTkMuppk+pFL3X6WEMrJLSOUKKZtx0Tp1UBuUPA6RL6Ive5WQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-carousel@9.8.8': - resolution: {integrity: sha512-sJ18R0PCmhc22gC/Fab6vt+do1U/fYuI9sLXRr4lePH0QTvrBVlCFnRMG5e5lM26tLPpJbT/Rz5W4xWuphNOVg==} + '@fluentui/react-card@9.7.1': + resolution: {integrity: sha512-4t65Y9pRW9W7kf/Yyc7S796le2WFKfXFTCuzfkFS+AHUM7JlrmMUOnQLA0i24WDNS6ArA0vo6EbMDnUcjgV9Yg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-checkbox@9.3.2': - resolution: {integrity: sha512-mQNqN2TFH9CmoHkeAkfsQwyIzbEw726GP5jXakaTsrYDKfQyAniJlq8O3FKQCOqv2H6P4sjf0ykzRzcJNgVCdw==} + '@fluentui/react-carousel@9.9.10': + resolution: {integrity: sha512-Ml3Vqi9KNA+mRG1FUiIjk/HCYqEjRZKSE8jQviMSQDLe4Rb6EO16FhtuFuIOz/ls47y/Sx6zTnb1t+HiFatpJg==} peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - - '@fluentui/react-checkbox@9.5.7': - resolution: {integrity: sha512-LJoLaS7MNDFHzZ/h1LdM4xLNRv2bf03zfs++FGH84qhvTEPjYdkVpIPEUBSHjenO60wENYWqHm7HQphNzPz00Q==} - peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-color-picker@9.2.7': - resolution: {integrity: sha512-MW/YHusrCVnDQ5xnNeStIlklZO6kLwVu7L5obemv0CtXTc9KF2N/ozX0RVg+6q6CIxaldipSvg1pY3x+MxRt0g==} + '@fluentui/react-checkbox@9.6.3': + resolution: {integrity: sha512-VzePhN5Nz3D69Fu7SnPUCrMfkrbhfqGpNJDis85+W7dvOo9cyUou6yRreHsSzxVkRyE9swcA1LnsKJS6oVn9ew==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-combobox@9.16.8': - resolution: {integrity: sha512-mUQwcM+LclkRt+voTMSMER1GBcADGTsocdjFv8/hsPdWFg5DsdsO7e/9S0vqXqr/oqLiiw55YZ8+j8LmtwvEFw==} + '@fluentui/react-color-picker@9.2.18': + resolution: {integrity: sha512-zbsQ+hVJeGwXVTjneA42i4UuHRACfcTnBs3BUcDT22lBDQjJxhYYZzmj5ksM92M2ZU0fMHV8K5OfSyCnZU5mqQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-components@9.69.0': - resolution: {integrity: sha512-iw6gZVdAMPgPLbAwwAcA+2wRfeHdV27tRMPfrNYnFlXMAYfcXQvWjxeD8XTL5j2PYfOhRJjnWvjL0srJjjMcfA==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - - '@fluentui/react-context-selector@9.1.74': - resolution: {integrity: sha512-Ts3MzV4fIJtyTow5uZDfW3DqPGE7LM66+0/f3/eoL6SodrgVP/eKNayU7NxY5OP+qHOIr2ZZGwcZxLjBAtWHUQ==} + '@fluentui/react-combobox@9.17.3': + resolution: {integrity: sha512-QuWcM6fvqnfUzpkJApQbXfbIQ6iQkMGgrsdwmJHkB4Q/E6zT0aLZoEjEx2P5QkMz9m5D7LzeZWmFIOEFq8SzFQ==} peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - scheduler: '>=0.19.0 <=0.23.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + react: '>=16.14.0 <20.0.0' + react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-context-selector@9.2.9': - resolution: {integrity: sha512-Uo9jhSOXGWzFBNTjgoTM+hU0KKuUSVCmRrG8qJgqzwnFF72O9dc1PkvmgDXYePNWUu+PU9rk4oezbs8hx+gQUQ==} + '@fluentui/react-components@9.74.3': + resolution: {integrity: sha512-HdcLR4V9KZnduui0v4UfBIyJrO4G8eZf3W4iu8hssykl0hN1uneNNJmsVZExT8G8ybFen85ucqMOxCXQ3L7raw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - scheduler: '>=0.19.0 <=0.23.0' - '@fluentui/react-dialog@9.15.4': - resolution: {integrity: sha512-X1rgOR3ICoaVxTDbGnXu23J7crUPzhnYhciZtWIGI0xu2DyIuTn1fg+kzlsTTGcy+Tfx9HeqBtWaFc7vIC73HA==} + '@fluentui/react-context-selector@9.2.18': + resolution: {integrity: sha512-A9YdkKonDlNSTnD8SCcSMhj0O6mAyMtXMERWH5mA1UqdtVxzJ4Y/muNd3Nk5rwAaLPUZ5HWMabtt2Ewa/BxARA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' + scheduler: '>=0.19.0' - '@fluentui/react-divider@9.4.7': - resolution: {integrity: sha512-IuWXUceaZrR2IOhB3M1knzOWo3cSX73uxDhxbuVYX5e7Kxks0wMsHZSC+4Ys/1ePjLwu4yST+mF+9OUWtC/q7Q==} + '@fluentui/react-dialog@9.18.2': + resolution: {integrity: sha512-acW70/CxibJC19bQVbrJyxYiuIP9nX593O/Tya4x9wMEEcnTHZ6RW8liS6kbYYEL/AERYRuOYkLJ++TNniTxSA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-drawer@9.10.4': - resolution: {integrity: sha512-FAGur5EyfXwEYk1qc9j65t4f/PmVyNeJ4pTeslnHboZZISjH0gvc9tJff3hHeH98JyaMVGHMT5BN021zEk1+5g==} + '@fluentui/react-divider@9.7.3': + resolution: {integrity: sha512-uhqpu+JfSaLEqFNtDQFYFo/gM1QoRV2I1iUYTMsO2iqEis4zZmMsQETti7lTv29SITWIky3e8pkRoC6xyQBLsg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-field@9.2.2': - resolution: {integrity: sha512-xQmrEmmOtbnuH5n2XA+NHrPX6EVgNb9TWra8MI+Kv8YKePlBhPiHh9m+uxbQ03nRxrVFjwZEYHMcqkFAqeLwmw==} + '@fluentui/react-drawer@9.13.1': + resolution: {integrity: sha512-nZBWG0290IcCshpt2wjORDD8fLOsccSPdp0EW45CxK09/JR+4hkGbbIj8x14GW7GYu4RsGzk18OYga0kY+4j2Q==} peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + react: '>=16.14.0 <20.0.0' + react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-field@9.4.7': - resolution: {integrity: sha512-rRjg0Io94aIoFEitm0yuuUsD4bgN/2Y07PPG4zkR9hFFpJbmb0vcEc2YgG8JVTNckQ87b7xag9qUVeJlWfxe3w==} + '@fluentui/react-field@9.5.3': + resolution: {integrity: sha512-5PJXFTGS9W4CBJW6Nh2Tqe5p8RxMMCPbsIyIcYUXIxCZTXDGrx1jZ+af8lWKJFlcfWOlFxyK+QE14UXl+lqzqw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-icons@2.0.292': - resolution: {integrity: sha512-8955IBoD0rBq4re+rEGKTpquqTJc6rnhZJH2NgCR3dCBulgY4PsKLL1+0KKQXNGJeTqliOdFGenzLq9SY0BTHQ==} + '@fluentui/react-icons@2.0.331': + resolution: {integrity: sha512-SY3Js+SW20T0qqt8uo1pWwi1njWisOzblIFqVoACql+ZrcSkXeifI+CQMCVdf5BZTAk0NnsUGb0pV9048SKpZQ==} peerDependencies: - react: '>=16.8.0 <19.0.0' + react: '>=16.8.0 <20.0.0' - '@fluentui/react-image@9.3.7': - resolution: {integrity: sha512-rNDehP0mXLqDez7UhOf0vFl0v0BFJqM8UG65jOJxfs0uPeRGbSK049L5Zq6mM654wNPOQeSAuMA5SuIW5CqQ6w==} + '@fluentui/react-image@9.4.3': + resolution: {integrity: sha512-BQSsT3kVdpR3s02Zq9zpqj0NjaijWOVKPLBchp9XqWlygO15dkykNt2LRoHAkZRgpnlh2D8zBCw9qQ4ubzYNaA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-infobutton@9.0.0-beta.102': - resolution: {integrity: sha512-3kA4F0Vga8Ds6JGlBajLCCDOo/LmPuS786Wg7ui4ZTDYVIMzy1yp2XuVcZniifBFvEp0HQCUoDPWUV0VI3FfzQ==} + '@fluentui/react-infobutton@9.0.0-beta.117': + resolution: {integrity: sha512-h01PQzH736I/7mhjNcYi8cFjspCqgSmQukXbzCsESzB1VnAkx8djqy5A8f/mV1HmHw7vBAIX8VdH+ddtx8WyXQ==} peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + react: '>=16.14.0 <20.0.0' + react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-infolabel@9.4.8': - resolution: {integrity: sha512-cxkxRywhyzhmGEa9xpprXFpmw6U8qCxCWm0G5IsmNiDkUwjQXgXa32+cMBWn4TpYr4xezREZeauKd8s8RNmDKA==} + '@fluentui/react-infolabel@9.4.22': + resolution: {integrity: sha512-K5W+g+HfGu5ltl5BGekZJB2z0ACLidIW7KFQ5Qj+UG1kpoB3G4q10HTm5gY74VjXP/GrM5RVx8IcnHRqyAfR1Q==} peerDependencies: - '@types/react': '>=16.8.0 <20.0.0' - '@types/react-dom': '>=16.8.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.8.0 <20.0.0' - '@fluentui/react-input@9.7.7': - resolution: {integrity: sha512-XGVtSLBCFJ6IrQeGK72oAa8f7SI6HbVz8Ga/sDR8Yi6AFKuAz1hytjFY8h0ifLOVqIR4hk9RhIAz2xBf53uLtQ==} + '@fluentui/react-input@9.8.4': + resolution: {integrity: sha512-Lpdu0TBBSbv3VasaCz3blNeEgQS7XhtLTmiYXZj5g8Hrk7gNDJORDPYRrXcRjOUPGkV/InB4JY+GeXy2cYfOaA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-jsx-runtime@9.0.52': - resolution: {integrity: sha512-SzZvYfYwelpNoaIAHgm2TIChlQLJX3n3KLjcZs+X3IW1xo5DgyB8ea6scFWzKHH4f+TfWWp3bMBKJCL8SfpZVQ==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - - '@fluentui/react-jsx-runtime@9.0.54': - resolution: {integrity: sha512-zSkP9X/bAFg17QUDBs4bnbDUgeQSpSBVbH4nKYa3cZb78vV3e3m3nyADBvb97NYkywyd7CfIXq8iTpDWVEoWTw==} + '@fluentui/react-jsx-runtime@9.4.4': + resolution: {integrity: sha512-npqPWSJ2qciCRB4B/cyWyrTbf8V8Z2Kfr9HnZqrUBDgEvq72rRGb+gml6naxGNzhaT4NBLQLZmdPZqt+1wZ4ig==} peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - - '@fluentui/react-jsx-runtime@9.2.2': - resolution: {integrity: sha512-FlsGQUov65qiL7OXPQBnYGvjd/JQyA6YyRs4PBaSXInoUSAd0PMRKEYfxUnGAGzOotSKxtIoKuxu6t6cQeKmEQ==} - peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' + '@types/react': ^18.2.66 react: '>=16.14.0 <20.0.0' - '@fluentui/react-label@9.1.85': - resolution: {integrity: sha512-G+X/CmQqTy7+uZvkPXh1NWi5wGAKrswdlFMYr/0lCi0x9tfbCVUAG9kYBI0YA7KIHnwvyDOtrUstthpW+pQ7Qg==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - - '@fluentui/react-label@9.3.7': - resolution: {integrity: sha512-Q6mgIunBIit0yXFFIX8fBMVfBdzDhq9GbwVaAGECg63O6iMDm4gXWIglJebVyUb9j47R4sRcdcYxX+6LgRur9g==} + '@fluentui/react-label@9.4.3': + resolution: {integrity: sha512-/tYFciaorFym7Q2yDCdRYeP3JzLtw5eYt2yCvRlmBsugtKmn2f/kOu+b2cB37kWizbXjSdOGhCrTL8J1EUlIZg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-link@9.6.7': - resolution: {integrity: sha512-Ulkj3Oi6fbhr2pbK2iKZVvNoBEcDl/Sb/9vpIQ4nvRRZme2W7TDWQlCyhlW3/4CsZuW22DmS/ZLqBgvV2phGEA==} + '@fluentui/react-link@9.8.3': + resolution: {integrity: sha512-3Cd+UWgLpP6E6/NZaomCqZd965gruWXz2+gqUDfP7nBTLaCgOIuFQe0HAgSYi0ys4xli3cDtKeytqZJ7ReA6gg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-list@9.1.2': - resolution: {integrity: sha512-pL5G79dW0EIpbWpW8sXHZ7tdBi8fAl/8MHWZyue2WnD3+FXeDckIpA/LBOXRO2mIoVmiSXGkXnILmbTVEP3M7w==} + '@fluentui/react-list@9.6.16': + resolution: {integrity: sha512-ZWsLxr1ZDe6hmvGLGlHQIPt1E70xsWHaHn+QGxB0XUxjq64SnxCDm4HCSPZ40MS3Hqgd4eQdnmPUS9d6odcYUA==} peerDependencies: - '@types/react': '>=16.8.0 <19.0.0' - '@types/react-dom': '>=16.8.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.8.0 <19.0.0' - - '@fluentui/react-list@9.6.2': - resolution: {integrity: sha512-H5JJrZpwdRfnuSltPQ03OsLDvYee9d83m8D4cDne9IcAAEmH8tgqFEExPCEsfGxB3tAyt+qgNAdQM6K8WOo9Mg==} - peerDependencies: - '@types/react': '>=16.8.0 <20.0.0' - '@types/react-dom': '>=16.8.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.8.0 <20.0.0' - '@fluentui/react-menu@9.20.1': - resolution: {integrity: sha512-drnynYwgET7+GLmWl9PcO2Mo/Wv/Yb5JReSsi/od46ek4a+3MSBYKnSmbkz90XjFN2v/xwhwohJgLW3PsdlV5w==} + '@fluentui/react-menu@9.25.1': + resolution: {integrity: sha512-nP2bUB0Blrz5cqG6JnaHKznD2zGv134vuiCStk0op1/IErIPoU6wJj6H+unYVhFwyHCReyPZcp/pQZWkSWErJQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-message-bar@9.6.9': - resolution: {integrity: sha512-Zid5hLIZ+JeajZtBqy+mfdTfrIRdkF1anoO0aYzBeYVct8we2seU8EeM4/NlWJVg/pQd1R+jTXQhI9thTKg2QA==} + '@fluentui/react-message-bar@9.7.3': + resolution: {integrity: sha512-LxcoTatsPPYj8Y5fx9QeJYOlXs6C4HIgmXTUaqNTCnFquNrcBHU4RtzUEq/6ssJ8jP/dy8Z03Bk4dE31RCV5MA==} peerDependencies: - '@types/react': '>=16.8.0 <20.0.0' - '@types/react-dom': '>=16.8.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.8.0 <20.0.0' - '@fluentui/react-motion-components-preview@0.11.1': - resolution: {integrity: sha512-ZjiaJPHsKljaEQZDsb/TVOvw2JSZldfmfI5grsx19El27QtpXJCJU7kbzGI5rJUKPuUhphvmqYfJggA0/PxNsw==} + '@fluentui/react-motion-components-preview@0.15.6': + resolution: {integrity: sha512-9aNzHAHNdfbH/8/mYGy5YVrUOGnpiru3YrqQ7KhCRWXvlce7yV3WF5CzN1g/uNh3MFmKGwQeW4ui6xJOfEaI4Q==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-motion@9.11.1': - resolution: {integrity: sha512-cPuRNV4GvM/MKO26Nn0fLXYk8D9YYWkW+drcz29CcsSr2pYSJwVaT4W8n9Vl7w6mNfa2cCB6n0sFR1cpIMJHDA==} + '@fluentui/react-motion@9.16.1': + resolution: {integrity: sha512-sbrNuauwI5uw20XOAqPjXBfgBqPreHc5AxU7bJ6yoLUHL2gDKo7KGAIvLEd216GX37mgPkb3dx9rarIVGx3uvA==} peerDependencies: - '@types/react': '>=16.8.0 <20.0.0' - '@types/react-dom': '>=16.8.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.8.0 <20.0.0' - '@fluentui/react-nav@9.3.9': - resolution: {integrity: sha512-MvADTyJeThUj7ftzuVDtJFfDXFLyfmDg7EVtCqfhpeXJXP+17Eywt5jfC/6OFvi4yimeDYCsvVaUWzNJ+N/zrg==} + '@fluentui/react-nav@9.4.2': + resolution: {integrity: sha512-1nZgZwZHgJ1P73E0Aw4UrTqri9BMSShI7otuktdATB5iHolDHE+9JtQjr3OQJ0QR+YyXgD8bMWiKvSa6p/Pdlw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-overflow@9.6.1': - resolution: {integrity: sha512-40XjAigazeWWvf6qGh/X88OLxylrkJZThbS62zPweMQc4hc+JN8c2+ZfcIOiHbX9at/tG0SeJhoxazphLUMkcw==} + '@fluentui/react-overflow@9.9.0': + resolution: {integrity: sha512-u8M7yqlzmvdYezlvVjGJUH38ik5fb59aSSGOsJyepnXM5HwnyFb9ecBwqAFAGi23lw+wz07V0aeYMEzK7q+slw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-persona@9.5.8': - resolution: {integrity: sha512-JXLp0uEH3QxKvBXAL9OZZdp+xeKv2IarHV7edFYdFyzWQkrevWHkkvWoAQc1wI033AkbftDfNJrxj/MQo5Rv7Q==} + '@fluentui/react-persona@9.7.5': + resolution: {integrity: sha512-5MlVpl3+l+UW7vTf/d1qKP6EANBkxoXjmxmbNZpiuXjIE2QJFcVRBplWXwEPgt3GAOGnix1wPVkUgHElUJOCEw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-popover@9.12.8': - resolution: {integrity: sha512-13r8VQiJtMS4ssyDkPFia26FjvhssHCoP5SQkTGDOZiXclSbZwTc5+5sLODjTSF44M9w2TVEtfA4xb4uMA585A==} + '@fluentui/react-popover@9.14.4': + resolution: {integrity: sha512-Ofn4kh+WfC647n9ap0mtoN47eP0FsP/ZIjoZf1GfW6Co+A3zAZN+V7z6AayCPvbvdv8vKFQ0diHeUBrIu9Pz3Q==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-portal@9.8.4': - resolution: {integrity: sha512-14J0lhwXOHfJkqm2lEvVJ5XKlo503zRgBz4ljtFGHGZtFFUbLRCXulLTr2P/ItLSXKgsHx+BBiea+4wRTTPuGw==} + '@fluentui/react-portal@9.8.14': + resolution: {integrity: sha512-od8RN6dny6N/qGFm2uv5UV+ugGOKupFeCIF+R0rU5SimSvix6o+wv5rPrH9JHRHFqjDIi5kRh9hk/rZfgsnuaA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-positioning@9.20.7': - resolution: {integrity: sha512-Ke9PIj8c8MMp70XDdgHlF+cbve+cHc4ApqOXtbU23eE1Q9r0PCS8nC8a/vJubG8yIstKWhMWnA5/12N7+4Vqdw==} + '@fluentui/react-positioning@9.22.3': + resolution: {integrity: sha512-2j2k87k7yVX8LYd9q3SniXYVGqED6JFRdTNeyamDf4DTk9/ECxTl2nKTmKedkDodddR5RRXpAtJXv874Mi9eyw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-progress@9.4.7': - resolution: {integrity: sha512-QaO384kAvJCfm0CfGYA+ZFQ3aqMscxEK/q9ep8hZC6kvSQJSlCmpRBwYKuozr/9wCkzDUwsVRPsMuSF9Nx/4wQ==} + '@fluentui/react-progress@9.5.3': + resolution: {integrity: sha512-GVrZzo9QCBOyMZC/K8Q4VTbD76hgG/Xuvhr8gyqOxnuHS9lTfnPJyEZ+T+F36LmpDb6d/XmDcwKjIcyg359ieg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-provider@9.22.7': - resolution: {integrity: sha512-5oPUCyaWWmSuywWB9/pL8ATpyw7CG10GnIPNAQ3AH1LuFRU7i6KkvikdW8dbyIi3FyYwQbODSFVUPxJWBPxUag==} + '@fluentui/react-provider@9.22.18': + resolution: {integrity: sha512-kLtBaw6WIzyJJCmzeublw1ifidVPnpzGS39lYjzWdO6vHwuizs5ARCgwlGXxkB+kAlG2Mma/cPFUdYOa0J2f2w==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-radio@9.5.7': - resolution: {integrity: sha512-W9lYiylXhS1omBEQhZlNyUPPfuyykxEZsoisXkvfNU3KdFB2rbd4cAIvyEw4a25jnd/qhtmtLKHkzs51Mnv65g==} + '@fluentui/react-radio@9.6.4': + resolution: {integrity: sha512-punC09igeQT+3Fc67lteh4ibzi8kIAQyKJSh8gdYj9mA4WlAIAcdUIQ4cnqT57hRoz0zuUtZGXpP1y2Kbr8M+A==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-rating@9.3.7': - resolution: {integrity: sha512-wdHYhPZfrQYhU9+lvgyrpcI8JsuRZq6dTulhyNGUz1VUrRNSHlrxj1dVRG4lXnbFcPKXitpOtFpd/AyhDfMS4Q==} + '@fluentui/react-rating@9.4.3': + resolution: {integrity: sha512-kolMzzTl9/fg54jY1iy8w54BktkKFKGLaEeiESXAbtSZiUyNIj1BADMbIG3kysbVnhkYK8Q5h0kxZPsblrL/ow==} peerDependencies: - '@types/react': '>=16.8.0 <20.0.0' - '@types/react-dom': '>=16.8.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.8.0 <20.0.0' - '@fluentui/react-search@9.3.7': - resolution: {integrity: sha512-/C84Kj+LFn0PfDFHOup3fSmKMMnBOV3XC9SQcjVwaAt3tj34g9MMdZDeQQ1v1Qd1FCzB8/9vbK9pAGFW7Y8gdg==} + '@fluentui/react-search@9.4.4': + resolution: {integrity: sha512-mLDqzL00XkSfJrtIZN34tQO2eBrjlPr33HuD9m3zUUQTq5g7wvA0LomT7m3RQPCJfV6FcOcMDmVfotqDUmttzA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-select@9.4.7': - resolution: {integrity: sha512-YIjSSLp5dlMv1rxXIjTdd3QGV2JovpXpEpswRjLbEAWU8CtFucIveaqu6CMsMov+2KqxQt3ePMYPjuuqkIvNGA==} + '@fluentui/react-select@9.5.3': + resolution: {integrity: sha512-Qt4ovfXQRx11ou7OaoD0O1CNawfIzTS+Q39fX+wwLwL2yfn15oWnQGGVuQD3hWh0dh7k9cmOErRIrOKeI2wmXg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-shared-contexts@9.23.0': - resolution: {integrity: sha512-coQLGRZj7cgSlR8ojCLzZURwQjsZOAlubBQanJvdMR20zCCrJCMUNt6vT2+jhIrQJT0nyqrjNJSeHtBnsPMucw==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - - '@fluentui/react-shared-contexts@9.25.2': - resolution: {integrity: sha512-PxDVy6RPps3gqee/RESIMXzOlrlVOQ/uQffFMeVniqjW0IPwCs/d2TwJT1Sfh9DCFgnI9onD0GGlBelszzRjmA==} + '@fluentui/react-shared-contexts@9.26.2': + resolution: {integrity: sha512-upKXkwlIp5oIhELr4clAZXQkuCd4GDXM6GZEz8BOmRO+PnxyqmycCXvxDxsmi6XN+0vkGM4joiIgkB14o/FctQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' + '@types/react': ^18.2.66 react: '>=16.14.0 <20.0.0' - '@fluentui/react-skeleton@9.4.7': - resolution: {integrity: sha512-zPjclZromEF4Nkvc2tg/WqF9hbay3N/7P1MJptQBv6dILYYAyAOtKbcG8uTIOOJZ9bNl1h2f/uSa2uppn2DCrg==} + '@fluentui/react-skeleton@9.7.4': + resolution: {integrity: sha512-lIDvfFDldqOkmiwQU0ZEdnKnj/xxnNOGeuciuPz7ao+RyvDYf87Uo1RvTpMTveRCmpPC9z5rOX0EZZK+PhX7Dg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-slider@9.5.7': - resolution: {integrity: sha512-T2MQ6oTI5zK0EBMdTmLmz/b53M1HeULtGwNTTew02fb+gUlSSCS9CpCBjZxPMDYTgs6hqIztqifHgeOd4qpwvA==} + '@fluentui/react-slider@9.6.4': + resolution: {integrity: sha512-hPpbAe6pT00FG717A7wV6QCx4+WizhvT9AI/IbEifjKTQ9uxKhodDQNk8WqEXA1ziFoSifDHGAKbcOn/kdr4Ww==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-spinbutton@9.5.7': - resolution: {integrity: sha512-0mjUJUzUzzXoOniFE37jEK/SysXJqqhLlC5wcnZfgkA8ztblwunA7kaaEqvrsPRHLTz9qAcPs2he98grdfnAUA==} + '@fluentui/react-spinbutton@9.6.4': + resolution: {integrity: sha512-+t4B6anAWSXFJgmnNXOvC7S/ZWU23MOCDWrvRXKz3fki9fENN85HiRmlnx4fR8akYItVDscqQacRQRxAL8F0oA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-spinner@9.7.7': - resolution: {integrity: sha512-hViNpC0V+0uSQHRvErm2XY9LpIhotJBTOkkIk+iQo/3H1zJh5APfYEiof6FIBGdFurmJvE9KCDSUiF0W72st+g==} + '@fluentui/react-spinner@9.8.4': + resolution: {integrity: sha512-vgfsJosM6hMixFCR7mP856xKx0xXa5Vz4Y95t37Xne2yzJ47bTfqQ62kof7U1AyvaSEeDIp76cwKMyv3lQUD3A==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-swatch-picker@9.4.7': - resolution: {integrity: sha512-t2h9HUaRgSfT+bo/LfNb2MRp3uGSeQN6xORSuAKfRaPJDEuYzBCtQ+wyB16nqmGzEsZF2NdQZZVvW3kPPPzMsA==} + '@fluentui/react-swatch-picker@9.5.4': + resolution: {integrity: sha512-UwrtK3vP2Ruo2nAI+bbu56XhtpEIwi1XvHFXpVyRWGNQI9362lMS3F4CjwDlyPR24GeF+kEgZeF7QaruTVmagQ==} peerDependencies: - '@types/react': '>=16.8.0 <20.0.0' - '@types/react-dom': '>=16.8.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.8.0 <20.0.0' - '@fluentui/react-switch@9.4.7': - resolution: {integrity: sha512-5gDrSlD0HQIuFLZG13ymSL7TMfYC7RP57hTIw8Ga42yf/OKd9bZQXLqonCt7GcYfuHFLQmd9FzeyqI5T6qqFgw==} + '@fluentui/react-switch@9.7.4': + resolution: {integrity: sha512-P4Xh+zrEOXO7mUmHDPo2G/yfQYwXWArrBOBKCLKOw6qI7KjuzBJxmy1Zqm94/drRr1EKVpBaZckSiT8X8N0TNQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-table@9.19.1': - resolution: {integrity: sha512-/k/5bkOFwH+soa9LNSZR1F4SR11WI5pf7uDRNxTAIfbUgrZepj2NafnJQcMBhO09qqJqNs5yBK8KtA3lciKopw==} + '@fluentui/react-table@9.19.17': + resolution: {integrity: sha512-SPhAlS6yQ/53GB/1XUzCum63ktzmNaZVWswshr6SCo7oUERxdszr6xHJ5bSvgNczlApuLzZVz6Vnxe2s7+bsCw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-tabs@9.10.3': - resolution: {integrity: sha512-ONjrLVcl73BaT7LbbUvKYE25xzCIiv0CwapZQlfFUn8gv8Y9gOtLNnUZnKAzjpGuR9ITuuIB9ahMrskI8rfbYg==} + '@fluentui/react-tabs@9.12.3': + resolution: {integrity: sha512-CkQmrErImxvGDgrNIh+v0GbXzTKx1YSiBXYuFIhjdFaTnTk5CE79xwZp3mIkZK4SUns0HcH5wchjuO1L5LfcRg==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-tabster@9.24.2': - resolution: {integrity: sha512-aSTwb4SshZluwNa2VYCVczYvb/pabSoCdaUGE+fyTcxi3y42VWAO5BipNkSBTIXp4Cgg/tKPDVl9nMiSMbTyxw==} + '@fluentui/react-tabster@9.26.16': + resolution: {integrity: sha512-napGx7dGdLoKoUpKlzc2Til43UMUTtr9J1GWrOFvCT6aZLTox5GjtoxQM/IPhcZ09jJOOUMbVF8ScA5u3/uyTA==} peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - - '@fluentui/react-tabster@9.26.7': - resolution: {integrity: sha512-KunFjN822tzHjlQ0yqh1XPi9d+I0urPAt0yeOQlCkFtruFk7U4YJEsYxFkxE8+IteHfBSE/zUGOw7xhntRsEhg==} - peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-tag-picker@9.7.8': - resolution: {integrity: sha512-NEac98RbjqdPX9ocLeIupuJeR2vtLUHmW5HkbGPxUPXVxL9o2Pz2NEV/LZmKAFOW1fKcwDV/YqhnMlR8WrV6lQ==} + '@fluentui/react-tag-picker@9.9.0': + resolution: {integrity: sha512-DYe0p4eFkCTi0HbKFWgr+MmaVhvggGnnUG4vTsgZ9zGADXPAkcVebjSGoF3LeYvRwp73t+qQRe8dT0lvBofTpw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-tags@9.7.8': - resolution: {integrity: sha512-mnQc0zNhoBoHURVQ/mzfIIBSt3rNj1fGnH6IFHN2wDYbI5pEmz50DXS8CYHpiSkwqlQln4Wlu7bKqqjzSe4yRQ==} + '@fluentui/react-tags@9.9.2': + resolution: {integrity: sha512-yJmUrx3b1m4OYoXGt1+hUgZzghoTuHGGHkXyTwmCUCKX7BKAXQBbOu0VHyxmG+VDkPhpO3773ObQCFXCdTavrw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-teaching-popover@9.6.8': - resolution: {integrity: sha512-yeKQ0C3aIYiBDbTzHbhqLO6SmHp3n3z4/83JgFdXJ+VhcC+qfrbpXTLM7ViCGth6GZyzayUV0iciNZvLFvuOsg==} + '@fluentui/react-teaching-popover@9.7.2': + resolution: {integrity: sha512-984lSUplfBiLTKpNSGvzPaBMmQ8pSM0u/Ucv4QoB2QB9U771pu8NtuNvtiuhQe5f6yC3wblIFHnTVrlZW66TWQ==} peerDependencies: - '@types/react': '>=16.8.0 <20.0.0' - '@types/react-dom': '>=16.8.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.8.0 <20.0.0' - '@fluentui/react-text@9.6.7': - resolution: {integrity: sha512-m7VVoOMQfCs5tWEwkPjSucybgzQ1jGkc8LQeBQTLnq4NJI6vJhGvHI4WffZ9DRHbibuH8tAvJZFvK0Z67TJf3w==} + '@fluentui/react-text@9.6.18': + resolution: {integrity: sha512-iED0KJPtU44M5kByfg93n/Zwwky0BhyRHaWFcIeB6jsCVAeCf8kUSS2Nr+7zQocf60DFHgMF7y4XEl0rRe+PHw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-textarea@9.6.7': - resolution: {integrity: sha512-f6RA2gn0AcI/iqFAC+TWms42kp0l1y1WQqxDWcoejXWDEJo84FO2fn/Ra/lN80B4cuOU6SsMo1qxdXM6M1RmZw==} + '@fluentui/react-textarea@9.7.4': + resolution: {integrity: sha512-Zq2D8u2ssneLVY4OuvMWYT5Er3yAo3OKmTWmPNsJ6F9dISIc7UullDwuBoKYES943EBzSfNyKZQwCY7Bo1BGuQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-theme@9.1.24': - resolution: {integrity: sha512-OhVKYD7CMYHxzJEn4PtIszledj8hbQJNWBMfIZsp4Sytdp9vCi0txIQUx4BhS1WqtQPhNGCF16eW9Q3NRrnIrQ==} + '@fluentui/react-theme@9.2.1': + resolution: {integrity: sha512-lJxfz7LmmglFz+c9C41qmMqaRRZZUPtPPl9DWQ79vH+JwZd4dkN7eA78OTRwcGCOTPEKoLTX72R+EFaWEDlX+w==} - '@fluentui/react-theme@9.2.0': - resolution: {integrity: sha512-Q0zp/MY1m5RjlkcwMcjn/PQRT2T+q3bgxuxWbhgaD07V+tLzBhGROvuqbsdg4YWF/IK21zPfLhmGyifhEu0DnQ==} - - '@fluentui/react-toast@9.7.4': - resolution: {integrity: sha512-n6sQ156hqF//qogCWSrvgm/NQ03yZj4wr2zLu/AmqSdNDS8EcmZDUXoj5NmPB1+Z8SnCM3YPeStBKrc8c4NjRA==} + '@fluentui/react-toast@9.8.1': + resolution: {integrity: sha512-J9nKVwbwmBxDNrArgJ9GHypWH43WW0XJhNWvC6ED4dGrvgc8Rnw7bKxI7swG46OTMJNCkwrOnGNEu5YGkMigfw==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-toolbar@9.6.8': - resolution: {integrity: sha512-cGIE2N33bF/qY689QQCc1d1d29G67/RE2BkwLgdj8SSXxdWGNmCYUoK9VH1RDByL/Y53K+run6nfIhj1uq1YaQ==} + '@fluentui/react-toolbar@9.8.3': + resolution: {integrity: sha512-/R12jBM1cllfvim9x+NxL4/5ObDdih42yHsswecVGhwK/rituz37UEWWr1MkapMCDnr/gVRVb4QEsbFXX3lpNA==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-tooltip@9.8.7': - resolution: {integrity: sha512-cbbdpBV5hSiwkiV4brWIg91/5j6YwcLCszhCNdoSXwNa5lzJ0qVtjN4MDzUbY0Y3UF0P05X64+FIC95wUdVXow==} + '@fluentui/react-tooltip@9.10.3': + resolution: {integrity: sha512-QDc5XQyODm0BIQ5VCbM59n0pEXNCMk2a9OQ7B5eDWoqnvTxj++ul1XQb6EF0libbkjFl7zTsaaHnhIOzsVEq0w==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-tree@9.15.1': - resolution: {integrity: sha512-tqg0omdUrV2koWuKcoAK28cE5K3YFketjV22wFJcUHapyU+vn61H8WO37mmYPUGq5EY3umgW86Y9AQ1GmAZ6hQ==} + '@fluentui/react-tree@9.16.3': + resolution: {integrity: sha512-Uf4ero9GhHoe8B6ZONKTIriPnd8cuyPFGXbPo+AG4t4vB5QO8qSZmwrR89btd2Xbr1zWQoMmJJFDn83S+3Te8w==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' - '@types/react-dom': '>=16.9.0 <20.0.0' + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: '>=16.14.0 <20.0.0' react-dom: '>=16.14.0 <20.0.0' - '@fluentui/react-utilities@9.18.22': - resolution: {integrity: sha512-MruiqeyUfk1Tlx+5DALXmwS1UBqHjBNYcZL14mpW12Bmig0SNt7aO4bsJL5Gv/uABrRiESBkF0Yl353huCD+EQ==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - - '@fluentui/react-utilities@9.25.1': - resolution: {integrity: sha512-5oRFQZpXhTxw7pw/rA/buafdkwbVwvs13WFIGVZLmYASuIilOBv9k9GhOTIgLHXFVeUwDQriYKglf93jetXTCg==} + '@fluentui/react-utilities@9.26.5': + resolution: {integrity: sha512-lLWhnfMVEu+cWx3o9uTA5sDwo4U9PnpDJGVtheZ1bOCdh1YiQsJxeFM7n6nLE72UK2w+ATkGZQPYZA4QW1JLPQ==} peerDependencies: - '@types/react': '>=16.14.0 <20.0.0' + '@types/react': ^18.2.66 react: '>=16.14.0 <20.0.0' - '@fluentui/react-virtualizer@9.0.0-alpha.102': - resolution: {integrity: sha512-kt/kuAMTKTTY/00ToUlgUwUCty2HGj4Tnr+fxKRmr7Ziy5VWhi1YoNJ8vcgmxog5J90t4tS29LB0LP0KztQUVg==} + '@fluentui/react-virtualizer@9.0.0-alpha.114': + resolution: {integrity: sha512-hD44CrZh84P1Rsd+ACPdmre3j20OevkoMKxMRzMXWlSIYKbT+m5I5yM3XxxSvKb1Qr77LeBPTTJs6apvMcfRiA==} peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - - '@fluentui/tokens@1.0.0-alpha.21': - resolution: {integrity: sha512-xQ1T56sNgDFGl+kJdIwhz67mHng8vcwO7Dvx5Uja4t+NRULQBgMcJ4reUo4FGF3TjufHj08pP0/OnKQgnOaSVg==} + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + react: '>=16.14.0 <20.0.0' + react-dom: '>=16.14.0 <20.0.0' - '@fluentui/tokens@1.0.0-alpha.22': - resolution: {integrity: sha512-i9fgYyyCWFRdUi+vQwnV6hp7wpLGK4p09B+O/f2u71GBXzPuniubPYvrIJYtl444DD6shLjYToJhQ1S6XTFwLg==} + '@fluentui/tokens@1.0.0-alpha.23': + resolution: {integrity: sha512-uxrzF9Z+J10naP0pGS7zPmzSkspSS+3OJDmYIK3o1nkntQrgBXq3dBob4xSlTDm5aOQ0kw6EvB9wQgtlyy4eKQ==} '@fontsource/roboto@4.5.8': resolution: {integrity: sha512-CnD7zLItIzt86q4Sj3kZUiLcBk1dSk81qcqgMGaZe7SQ1P8hFNxhMl5AZthK1zrDM5m74VVhaOpuMGIL4gagaA==} - '@gerrit0/mini-shiki@3.4.2': - resolution: {integrity: sha512-3jXo5bNjvvimvdbIhKGfFxSnKCX+MA8wzHv55ptzk/cx8wOzT+BRcYgj8aFN3yTiTs+zvQQiaZFr7Jce1ZG3fw==} + '@gar/promise-retry@1.0.3': + resolution: {integrity: sha512-GmzA9ckNokPypTg10pgpeHNQe7ph+iIKKmhKu3Ob9ANkswreCx7R3cKmY781K8QK3AqVL3xVh9A42JvIAbkkSA==} + engines: {node: ^20.17.0 || >=22.9.0} + + '@gerrit0/mini-shiki@3.23.0': + resolution: {integrity: sha512-bEMORlG0cqdjVyCEuU0cDQbORWX+kYCeo0kV1lbxF5bt4r7SID2l9bqsxJEM0zndaxpOUT7riCyIVEuqq/Ynxg==} '@griffel/core@1.17.0': resolution: {integrity: sha512-OhLMYQ9zXVpKh3DULgK0Olsm1Xw5cvQuL7BV3UCWoJttAWGfrdIvSMxGCJ2FpWVyS/OBWoG4BTYh3oHTgxBWCQ==} - '@griffel/react@1.5.23': - resolution: {integrity: sha512-pOOh+h+2JibSVlRfN6rzIigkPm6HONxMHEN3IWLB3gVU7OKEQHt/EOK+1ZePMzaMILZaaFDvuwCaKCkEq6QQ/Q==} + '@griffel/core@1.21.2': + resolution: {integrity: sha512-vDvEdbIe7OhU15UkvUHe+Ut2sgCZ5PBj/RYLFwjUtkXS4ewNK9P6b4YRFNI2zgaNYI7GOuZqG7DLyaQbUP3+jg==} + + '@griffel/react@1.7.4': + resolution: {integrity: sha512-XsB+YOC4MOBg6GF5CJWJLf8ZI2AtXE8EvQdwJEmFNKX0cQu/An0azl3v9+sjA73zsIG2Wayo2pkT0JANYnKauA==} peerDependencies: - react: '>=16.8.0 <19.0.0' + react: '>=16.14.0 <20.0.0' '@griffel/style-types@1.2.0': resolution: {integrity: sha512-x166MNw0vWe5l5qhinfNT4eyWOaP48iFzPyFOfIB0/BVidKTWsEe5PmqRJDDtrJFS3VHhd/tE0oM6tkEMh2tsg==} + '@griffel/style-types@1.4.2': + resolution: {integrity: sha512-MsSghfpyxR2MpTrYdcCozISsSLkmFjNw94wNPi4bDBRLW8W43718W/ZjmUdVkoM0KXMtJPYuEkx8Mzibqb03qA==} + '@gwhitney/detect-indent@7.0.1': resolution: {integrity: sha512-7bQW+gkKa2kKZPeJf6+c6gFK9ARxQfn+FKy9ScTBppyKRWH2KzsmweXUoklqeEiHiNVWaeP5csIdsNq6w7QhzA==} engines: {node: '>=12.20'} @@ -5806,114 +6733,166 @@ packages: resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==} engines: {node: '>=18.18'} - '@img/sharp-darwin-arm64@0.33.5': - resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} + '@img/colour@1.1.0': + resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==} + engines: {node: '>=18'} + + '@img/sharp-darwin-arm64@0.34.5': + resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [darwin] - '@img/sharp-darwin-x64@0.33.5': - resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==} + '@img/sharp-darwin-x64@0.34.5': + resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [darwin] - '@img/sharp-libvips-darwin-arm64@1.0.4': - resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==} + '@img/sharp-libvips-darwin-arm64@1.2.4': + resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==} cpu: [arm64] os: [darwin] - '@img/sharp-libvips-darwin-x64@1.0.4': - resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==} + '@img/sharp-libvips-darwin-x64@1.2.4': + resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==} cpu: [x64] os: [darwin] - '@img/sharp-libvips-linux-arm64@1.0.4': - resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==} + '@img/sharp-libvips-linux-arm64@1.2.4': + resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==} cpu: [arm64] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linux-arm@1.0.5': - resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==} + '@img/sharp-libvips-linux-arm@1.2.4': + resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==} cpu: [arm] os: [linux] + libc: [glibc] + + '@img/sharp-libvips-linux-ppc64@1.2.4': + resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@img/sharp-libvips-linux-riscv64@1.2.4': + resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==} + cpu: [riscv64] + os: [linux] + libc: [glibc] - '@img/sharp-libvips-linux-s390x@1.0.4': - resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==} + '@img/sharp-libvips-linux-s390x@1.2.4': + resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==} cpu: [s390x] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linux-x64@1.0.4': - resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==} + '@img/sharp-libvips-linux-x64@1.2.4': + resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==} cpu: [x64] os: [linux] + libc: [glibc] - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': - resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==} + '@img/sharp-libvips-linuxmusl-arm64@1.2.4': + resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==} cpu: [arm64] os: [linux] + libc: [musl] - '@img/sharp-libvips-linuxmusl-x64@1.0.4': - resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==} + '@img/sharp-libvips-linuxmusl-x64@1.2.4': + resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==} cpu: [x64] os: [linux] + libc: [musl] - '@img/sharp-linux-arm64@0.33.5': - resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==} + '@img/sharp-linux-arm64@0.34.5': + resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [glibc] - '@img/sharp-linux-arm@0.33.5': - resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==} + '@img/sharp-linux-arm@0.34.5': + resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm] os: [linux] + libc: [glibc] + + '@img/sharp-linux-ppc64@0.34.5': + resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@img/sharp-linux-riscv64@0.34.5': + resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [riscv64] + os: [linux] + libc: [glibc] - '@img/sharp-linux-s390x@0.33.5': - resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==} + '@img/sharp-linux-s390x@0.34.5': + resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [s390x] os: [linux] + libc: [glibc] - '@img/sharp-linux-x64@0.33.5': - resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==} + '@img/sharp-linux-x64@0.34.5': + resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [glibc] - '@img/sharp-linuxmusl-arm64@0.33.5': - resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==} + '@img/sharp-linuxmusl-arm64@0.34.5': + resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [arm64] os: [linux] + libc: [musl] - '@img/sharp-linuxmusl-x64@0.33.5': - resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==} + '@img/sharp-linuxmusl-x64@0.34.5': + resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [linux] + libc: [musl] - '@img/sharp-wasm32@0.33.5': - resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==} + '@img/sharp-wasm32@0.34.5': + resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [wasm32] - '@img/sharp-win32-ia32@0.33.5': - resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==} + '@img/sharp-win32-arm64@0.34.5': + resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==} + engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + cpu: [arm64] + os: [win32] + + '@img/sharp-win32-ia32@0.34.5': + resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [ia32] os: [win32] - '@img/sharp-win32-x64@0.33.5': - resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==} + '@img/sharp-win32-x64@0.34.5': + resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} cpu: [x64] os: [win32] - '@inquirer/checkbox@4.1.4': - resolution: {integrity: sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==} - engines: {node: '>=18'} + '@inquirer/ansi@2.0.7': + resolution: {integrity: sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + + '@inquirer/checkbox@5.2.1': + resolution: {integrity: sha512-b6xmA/VlTe0ZgDQHDui+Nav470u7u49nRd8/iuhOcQPO9Ch7lGuogydhi2VOmNlZ+zXcM8IcPuNSwQcdJaF/kw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: @@ -5929,6 +6908,15 @@ packages: '@types/node': optional: true + '@inquirer/confirm@6.1.1': + resolution: {integrity: sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/core@10.1.9': resolution: {integrity: sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==} engines: {node: '>=18'} @@ -5938,18 +6926,36 @@ packages: '@types/node': optional: true - '@inquirer/editor@4.2.9': - resolution: {integrity: sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==} - engines: {node: '>=18'} + '@inquirer/core@11.2.1': + resolution: {integrity: sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/expand@4.0.11': - resolution: {integrity: sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==} - engines: {node: '>=18'} + '@inquirer/editor@5.2.2': + resolution: {integrity: sha512-ZRVd/oD+sYsUd5zVm0NflqEzlqfYCyHNsqkHl2oWXEUHs12tCbcSFi+wVFEvD8+LGRaMUsVrE7qeo6lSG/S1Vg==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/expand@5.1.1': + resolution: {integrity: sha512-YmQpenjbFSHAK3sOd44puHh3V1KXXr+JiNpUztoSQ4drLh2rTVzTap/YtlAVu/5xavifIlBfNEzJ/neZJ1a/1g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + + '@inquirer/external-editor@3.0.3': + resolution: {integrity: sha512-6thf5I8q7lZwzGLAxPaaGEREEkZ3nyePPDQ1oyobblxmEE8mqTLguScP7pDjUTAibiyb4hfXl+qjUEJ+di/aNA==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: @@ -5960,63 +6966,67 @@ packages: resolution: {integrity: sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==} engines: {node: '>=18'} - '@inquirer/input@4.1.8': - resolution: {integrity: sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==} - engines: {node: '>=18'} + '@inquirer/figures@2.0.7': + resolution: {integrity: sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + + '@inquirer/input@5.1.2': + resolution: {integrity: sha512-9K/DDBSQpOyZSkt6sOVP9Vo0TR7atX2kuILsUu0x3wVcVbe97lJwIJKMLdMw25tDYuXl/qp6erT0Xs1rfmcfZg==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/number@3.0.11': - resolution: {integrity: sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==} - engines: {node: '>=18'} + '@inquirer/number@4.1.1': + resolution: {integrity: sha512-XF4IXAbPnGPgw0wsbC/i2tPcyfdZgDpUlhsqU0SfT4IRIGWha6Xm9VRgN5yYxJq+jnyXlfXI/nQ3ulfk0iEICA==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/password@4.0.11': - resolution: {integrity: sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==} - engines: {node: '>=18'} + '@inquirer/password@5.1.1': + resolution: {integrity: sha512-3XBfF7DAsp5qeDsvN5Rd1HmbNokVvEQoUM0QLrRcybC9nX96w3Pbmu7qUsb3IT3J3jBvs2+mTXaKHOUsgHMLzg==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/prompts@7.4.0': - resolution: {integrity: sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==} - engines: {node: '>=18'} + '@inquirer/prompts@8.5.2': + resolution: {integrity: sha512-IYR/3C/paEVVQYQvdDlFZVjRCJVYHHON0XXMH91KO9GSxs0TdKYWlUdvfQl2EfAHDxUaN3IBffkE/BDTh5nJ6g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/rawlist@4.0.11': - resolution: {integrity: sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==} - engines: {node: '>=18'} + '@inquirer/rawlist@5.3.1': + resolution: {integrity: sha512-QqdTqQddL3qPX/PPrjobpsO25NZ4dWXgTLenrR445L2ptLEYE6Z+PD5c5CNDJNx4ugRgELAIpSIJxZaO2jJ2Og==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/search@3.0.11': - resolution: {integrity: sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==} - engines: {node: '>=18'} + '@inquirer/search@4.2.1': + resolution: {integrity: sha512-xJj8QWKRSrfKoBIITLZK61dD3zwo0Rz11fgDImku30/Oe81zMdIdGgrLY2h6RkJ+KZ/GhNYIRMKnH/62qBTA5g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: '@types/node': optional: true - '@inquirer/select@4.1.0': - resolution: {integrity: sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==} - engines: {node: '>=18'} + '@inquirer/select@5.2.1': + resolution: {integrity: sha512-FlDndEUww8m7BfukO2nJa25vhD+H5jxxCv4oGioKqzyWz3nPHhhw4LKdYRSlXuAx7DsdWia7iyaBPKKS95Evfw==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} peerDependencies: '@types/node': '>=18' peerDependenciesMeta: @@ -6032,6 +7042,15 @@ packages: '@types/node': optional: true + '@inquirer/type@4.0.7': + resolution: {integrity: sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==} + engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@isaacs/cliui@8.0.2': resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -6044,11 +7063,11 @@ packages: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} - '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1': - resolution: {integrity: sha512-J4BaTocTOYFkMHIra1JDWrMWpNmBl4EkplIwHEsV8aeUOtdWjwSnln9U7twjMFTAEB7mptNtSKyVi1Y2W9sDJw==} + '@joshwooding/vite-plugin-react-docgen-typescript@0.7.0': + resolution: {integrity: sha512-qvsTEwEFefhdirGOPnu9Wp6ChfIwy2dBCRuETU3uE+4cC+PFoxMSiiEhxk4lOluA34eARHA0OxqsEUYDqRMgeQ==} peerDependencies: typescript: '>= 4.3.x' - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true @@ -6071,12 +7090,12 @@ packages: resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} - '@jridgewell/sourcemap-codec@1.4.15': - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - '@jridgewell/sourcemap-codec@1.5.0': resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + '@jridgewell/sourcemap-codec@1.5.5': + resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==} + '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} @@ -6090,9 +7109,11 @@ packages: resolution: {integrity: sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==} engines: {node: '>= 14.0.0'} - '@koa/router@14.0.0': - resolution: {integrity: sha512-LBSu5K0qAaaQcXX/0WIB9PGDevyCxxpnc1uq13vV/CgObaVxuis5hKl3Eboq/8gcb6ebnkAStW9NB/Em2eYyFA==} + '@koa/router@15.6.0': + resolution: {integrity: sha512-iEOXlvGIBqSNkGXrg0XtMARAOm5zA24oedXxiTGEkrD4JgwVjfRDddCQvW1s4WEcwDYvyecRbf8BikXsuEEj8w==} engines: {node: '>= 20'} + peerDependencies: + koa: ^2.0.0 || ^3.0.0 '@kwsites/file-exists@1.1.1': resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==} @@ -6103,50 +7124,50 @@ packages: '@mdx-js/mdx@3.1.1': resolution: {integrity: sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==} - '@microsoft/1ds-core-js@4.3.10': - resolution: {integrity: sha512-5fSZmkGwWkH+mrIA5M1GYPZdPM+SjXwCCl2Am7VhFoVwOBJNhRnwvIpAdzw6sFjiebN/rz+/YH0NdxztGZSa9Q==} + '@microsoft/1ds-core-js@4.4.2': + resolution: {integrity: sha512-8cF2XKBMOOASA3l/SLqybGeZ5e+vhtpYeHTBCM1WoQJ5M8suw181FBKgdyz8XP0fTgv1LTOHqPDSmddMiFaJ/g==} - '@microsoft/1ds-post-js@4.3.10': - resolution: {integrity: sha512-VSLjc9cT+Y+eTiSfYltJHJCejn8oYr0E6Pq2BMhOEO7F6IyLGYIxzKKvo78ze9x+iHX7KPTATcZ+PFgjGXuNqg==} + '@microsoft/1ds-post-js@4.4.2': + resolution: {integrity: sha512-mGB3yczMTQchEaFwCmcc5wOm6WXLrUeLpCnuAEMscPij0JzrWnSJ0lvNHcuOGpT/8yJTyuzJohG8/ePIYyRITQ==} - '@microsoft/api-extractor-model@7.30.6': - resolution: {integrity: sha512-znmFn69wf/AIrwHya3fxX6uB5etSIn6vg4Q4RB/tb5VDDs1rqREc+AvMC/p19MUN13CZ7+V/8pkYPTj7q8tftg==} + '@microsoft/api-extractor-model@7.33.8': + resolution: {integrity: sha512-aIcoQggPyer3B6Ze3usz0YWC/oBwUHfRH5ETUsr+oT2BRA6SfTJl7IKPcPZkX4UR+PohowzW4uMxsvjrn8vm+w==} - '@microsoft/api-extractor@7.52.8': - resolution: {integrity: sha512-cszYIcjiNscDoMB1CIKZ3My61+JOhpERGlGr54i6bocvGLrcL/wo9o+RNXMBrb7XgLtKaizZWUpqRduQuHQLdg==} + '@microsoft/api-extractor@7.58.9': + resolution: {integrity: sha512-S2UF4yza5GoxCmf7hJQNxJNZN9ltOVuOQv8Dy+Z21aol5ERoBNMdWcQHm4MJMPPItW4H/4rZD906iaf4mUojJA==} hasBin: true - '@microsoft/applicationinsights-channel-js@3.3.10': - resolution: {integrity: sha512-iolFLz1ocWAzIQqHIEjjov3gNTPkgFQ4ArHnBcJEYoffOGWlJt6copaevS5YPI5rHzmbySsengZ8cLJJBBrXzQ==} + '@microsoft/applicationinsights-channel-js@3.4.2': + resolution: {integrity: sha512-Q7Q9gV45WSgSmOP2abu0y9tdbFh8sPELMgKUCDy62FsNd3xmE8X3zLtkzc7mcXPlpTeoDXwMCYjCRIAYd6d2lQ==} peerDependencies: tslib: '>= 1.0.0' - '@microsoft/applicationinsights-common@3.3.10': - resolution: {integrity: sha512-RVIenPIvNgZCbjJdALvLM4rNHgAFuHI7faFzHCgnI6S2WCUNGHeXlQTs9EUUrL+n2TPp9/cd0KKMILU5VVyYiA==} + '@microsoft/applicationinsights-common@3.4.2': + resolution: {integrity: sha512-HEoJwACjpAIAId0XAw2+DDydwmilwCpBK3XdQpuXAJlrXhvElw5Yd+ZLmP1J9FjWFh0eJaws1uE9FjW+qqAiFw==} peerDependencies: tslib: '>= 1.0.0' - '@microsoft/applicationinsights-core-js@3.3.10': - resolution: {integrity: sha512-5yKeyassZTq2l+SAO4npu6LPnbS++UD+M+Ghjm9uRzoBwD8tumFx0/F8AkSVqbniSREd+ztH/2q2foewa2RZyg==} + '@microsoft/applicationinsights-core-js@3.4.2': + resolution: {integrity: sha512-Iw3gq1JREKLbXiVpr3F0+Ezuzphe+o25n9me9H5Kkjmck6tIkuGQea01SNfeemE4wf2mop2QQSvTcKxT8tNN1g==} peerDependencies: tslib: '>= 1.0.0' '@microsoft/applicationinsights-shims@3.0.1': resolution: {integrity: sha512-DKwboF47H1nb33rSUfjqI6ryX29v+2QWcTrRvcQDA32AZr5Ilkr7whOOSsD1aBzwqX0RJEIP1Z81jfE3NBm/Lg==} - '@microsoft/applicationinsights-web-basic@3.3.10': - resolution: {integrity: sha512-AZib5DAT3NU0VT0nLWEwXrnoMDDgZ/5S4dso01CNU5ELNxLdg+1fvchstlVdMy4FrAnxzs8Wf/GIQNFYOVgpAw==} + '@microsoft/applicationinsights-web-basic@3.4.2': + resolution: {integrity: sha512-ONJbCSdJ/KMOVT7b8oVVPa2Etp99SHhehprpQn51QrHTiJtTehBLOmovBBIKQZuwWm0ZLKOaoUBWHCkRXUqNAw==} peerDependencies: tslib: '>= 1.0.0' '@microsoft/dynamicproto-js@2.0.3': resolution: {integrity: sha512-JTWTU80rMy3mdxOjjpaiDQsTLZ6YSGGqsjURsY6AUQtIj0udlF/jYmhdLZu8693ZIC0T1IwYnFa0+QeiMnziBA==} - '@microsoft/tsdoc-config@0.17.1': - resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==} + '@microsoft/tsdoc-config@0.18.1': + resolution: {integrity: sha512-9brPoVdfN9k9g0dcWkFeA7IH9bbcttzDJlXvkf8b2OBzd5MueR1V2wkKBL0abn0otvmkHJC6aapBOTJDDeMCZg==} - '@microsoft/tsdoc@0.15.1': - resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==} + '@microsoft/tsdoc@0.16.0': + resolution: {integrity: sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==} '@mswjs/interceptors@0.39.7': resolution: {integrity: sha512-sURvQbbKsq5f8INV54YJgJEdk8oxBanqkTiXXd33rKmofFCwZLhLRszPduMZ9TA9b8/1CHc/IJmOlBHJk2Q5AQ==} @@ -6157,7 +7178,7 @@ packages: engines: {node: '>=12.0.0'} deprecated: This package has been replaced by @base-ui-components/react peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -6169,7 +7190,7 @@ packages: engines: {node: '>=12.0.0'} deprecated: This package has been replaced by @base-ui-components/react peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -6184,7 +7205,7 @@ packages: engines: {node: '>=12.0.0'} peerDependencies: '@mui/material': ^5.0.0 - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -6197,7 +7218,7 @@ packages: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 '@mui/material': ^5.0.0 - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -6214,7 +7235,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 peerDependenciesMeta: @@ -6229,7 +7250,7 @@ packages: resolution: {integrity: sha512-UH0EiZckOWcxiXLX3Jbb0K7rC8mxTr9L9l6QhOZxYc4r8FHUkefltV9VDGLrzCaWh30SQiJvAEd7djX3XXY6Xw==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': @@ -6254,7 +7275,7 @@ packages: peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': @@ -6267,7 +7288,7 @@ packages: '@mui/types@7.2.14': resolution: {integrity: sha512-MZsBZ4q4HfzBsywtXgM1Ksj6HDThtiwmOKUXH1pKYISI9gAVXCNHNpo7TlGoGrBaYWZTdNoirIN7JsQcQUjmQQ==} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 peerDependenciesMeta: '@types/react': optional: true @@ -6276,17 +7297,26 @@ packages: resolution: {integrity: sha512-0lF/7Hh/ezDv5X7Pry6enMsbYyGKjADzvHyo3Qrc/SSlTsQ1VkbDMbH0m2t3OR5iIVLwMoxwM7yGd+6FCMtTFA==} engines: {node: '>=12.0.0'} peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 + '@types/react': ^18.2.66 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@types/react': optional: true - '@nevware21/ts-async@0.5.4': - resolution: {integrity: sha512-IBTyj29GwGlxfzXw2NPnzty+w0Adx61Eze1/lknH/XIVdxtF9UnOpk76tnrHXWa6j84a1RR9hsOcHQPFv9qJjA==} + '@napi-rs/wasm-runtime@1.1.6': + resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==} + peerDependencies: + '@emnapi/core': ^1.7.1 + '@emnapi/runtime': ^1.7.1 + + '@nevware21/ts-async@0.5.5': + resolution: {integrity: sha512-vwqaL05iJPjLeh5igPi8MeeAu10i+Aq7xko1fbo9F5Si6MnVN5505qaV7AhSdk5MCBJVT/UYMk3kgInNjDb4Ig==} - '@nevware21/ts-utils@0.12.4': - resolution: {integrity: sha512-+q7Do/7RvVU3IpM1AzHJ3BePyPXZNXXe1FVJcWqndKzMUGo20TFbu9hR+3KY0dbRwO1OR6QAmQqB1J/T+zJ4KQ==} + '@nevware21/ts-utils@0.15.0': + resolution: {integrity: sha512-+bUMKIiKAgoW5uNEb5xxzBzdwdLS9SKRcOy8SxLE+KqSlIdUYV5O9nxJVq1RUYcO2DtL5DlrK1GbgcVEHv6GVA==} + + '@nodable/entities@2.2.0': + resolution: {integrity: sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==} '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -6304,155 +7334,115 @@ packages: resolution: {integrity: sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==} engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/agent@4.0.2': + resolution: {integrity: sha512-EUEuWAxnL07Sp5/iC/1X6Xj+XThUvnbei9zfRWZdEXa7lss9RTHMhAHBeg+MZ5To9s/gGaSI+UwZTPdYMvKSeg==} + engines: {node: ^20.17.0 || >=22.9.0} + '@npmcli/fs@4.0.0': resolution: {integrity: sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==} engines: {node: ^18.17.0 || >=20.5.0} - '@npmcli/git@6.0.3': - resolution: {integrity: sha512-GUYESQlxZRAdhs3UhbB6pVRNUELQOHXwK9ruDkwmCv2aZ5y0SApQzUJCg02p3A7Ue2J5hxvlk1YI53c00NmRyQ==} - engines: {node: ^18.17.0 || >=20.5.0} - - '@npmcli/installed-package-contents@3.0.0': - resolution: {integrity: sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==} - engines: {node: ^18.17.0 || >=20.5.0} - hasBin: true - - '@npmcli/node-gyp@4.0.0': - resolution: {integrity: sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==} - engines: {node: ^18.17.0 || >=20.5.0} - - '@npmcli/package-json@6.1.1': - resolution: {integrity: sha512-d5qimadRAUCO4A/Txw71VM7UrRZzV+NPclxz/dc+M6B2oYwjWTjqh8HA/sGQgs9VZuJ6I/P7XIAlJvgrl27ZOw==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/fs@5.0.0': + resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==} + engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/promise-spawn@8.0.2': - resolution: {integrity: sha512-/bNJhjc+o6qL+Dwz/bqfTQClkEO5nTQ1ZEcdCkAQjhkZMHIh22LPG7fNh1enJP1NKWDqYiiABnjFCY7E0zHYtQ==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/git@7.0.2': + resolution: {integrity: sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg==} + engines: {node: ^20.17.0 || >=22.9.0} - '@npmcli/redact@3.1.1': - resolution: {integrity: sha512-3Hc2KGIkrvJWJqTbvueXzBeZlmvoOxc2jyX00yzr3+sNFquJg0N8hH4SAPLPVrkWIRQICVpVgjrss971awXVnA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/installed-package-contents@4.0.0': + resolution: {integrity: sha512-yNyAdkBxB72gtZ4GrwXCM0ZUedo9nIbOMKfGjt6Cu6DXf0p8y1PViZAKDC8q8kv/fufx0WTjRBdSlyrvnP7hmA==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true - '@npmcli/run-script@9.0.2': - resolution: {integrity: sha512-cJXiUlycdizQwvqE1iaAb4VRUM3RX09/8q46zjvy+ct9GhfZRWd7jXYVc1tn/CfRlGPVkX/u4sstRlepsm7hfw==} - engines: {node: ^18.17.0 || >=20.5.0} + '@npmcli/node-gyp@5.0.0': + resolution: {integrity: sha512-uuG5HZFXLfyFKqg8QypsmgLQW7smiRjVc45bqD/ofZZcR/uxEjgQU8qDPv0s9TEeMUiAAU/GC5bR6++UdTirIQ==} + engines: {node: ^20.17.0 || >=22.9.0} - '@octokit/app@15.1.6': - resolution: {integrity: sha512-WELCamoCJo9SN0lf3SWZccf68CF0sBNPQuLYmZ/n87p5qvBJDe9aBtr5dHkh7T9nxWZ608pizwsUbypSzZAiUw==} - engines: {node: '>= 18'} + '@npmcli/package-json@7.0.5': + resolution: {integrity: sha512-iVuTlG3ORq2iaVa1IWUxAO/jIp77tUKBhoMjuzYW2kL4MLN1bi/ofqkZ7D7OOwh8coAx1/S2ge0rMdGv8sLSOQ==} + engines: {node: ^20.17.0 || >=22.9.0} - '@octokit/auth-app@7.2.1': - resolution: {integrity: sha512-4jaopCVOtWN0V8qCx/1s2pkRqC6tcvIQM3kFB99eIpsP53GfsoIKO08D94b83n/V3iGihHmxWR2lXzE0NicUGg==} - engines: {node: '>= 18'} + '@npmcli/promise-spawn@9.0.1': + resolution: {integrity: sha512-OLUaoqBuyxeTqUvjA3FZFiXUfYC1alp3Sa99gW3EUDz3tZ3CbXDdcZ7qWKBzicrJleIgucoWamWH1saAmH/l2Q==} + engines: {node: ^20.17.0 || >=22.9.0} - '@octokit/auth-oauth-app@8.1.3': - resolution: {integrity: sha512-4e6OjVe5rZ8yBe8w7byBjpKtSXFuro7gqeGAAZc7QYltOF8wB93rJl2FE0a4U1Mt88xxPv/mS+25/0DuLk0Ewg==} - engines: {node: '>= 18'} + '@npmcli/redact@4.0.0': + resolution: {integrity: sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q==} + engines: {node: ^20.17.0 || >=22.9.0} - '@octokit/auth-oauth-app@8.1.4': - resolution: {integrity: sha512-71iBa5SflSXcclk/OL3lJzdt4iFs56OJdpBGEBl1wULp7C58uiswZLV6TdRaiAzHP1LT8ezpbHlKuxADb+4NkQ==} - engines: {node: '>= 18'} + '@npmcli/run-script@10.0.4': + resolution: {integrity: sha512-mGUWr1uMnf0le2TwfOZY4SFxZGXGfm4Jtay/nwAa2FLNAKXUoUwaGwBMNH36UHPtinWfTSJ3nqFQr0091CxVGg==} + engines: {node: ^20.17.0 || >=22.9.0} - '@octokit/auth-oauth-device@7.1.3': - resolution: {integrity: sha512-BECO/N4B/Uikj0w3GCvjf/odMujtYTP3q82BJSjxC2J3rxTEiZIJ+z2xnRlDb0IE9dQSaTgRqUPVOieSbFcVzg==} - engines: {node: '>= 18'} + '@octokit/app@16.1.2': + resolution: {integrity: sha512-8j7sEpUYVj18dxvh0KWj6W/l6uAiVRBl1JBDVRqH1VHKAO/G5eRVl4yEoYACjakWers1DjUkcCHyJNQK47JqyQ==} + engines: {node: '>= 20'} - '@octokit/auth-oauth-device@7.1.5': - resolution: {integrity: sha512-lR00+k7+N6xeECj0JuXeULQ2TSBB/zjTAmNF2+vyGPDEFx1dgk1hTDmL13MjbSmzusuAmuJD8Pu39rjp9jH6yw==} - engines: {node: '>= 18'} + '@octokit/auth-app@8.2.0': + resolution: {integrity: sha512-vVjdtQQwomrZ4V46B9LaCsxsySxGoHsyw6IYBov/TqJVROrlYdyNgw5q6tQbB7KZt53v1l1W53RiqTvpzL907g==} + engines: {node: '>= 20'} - '@octokit/auth-oauth-user@5.1.3': - resolution: {integrity: sha512-zNPByPn9K7TC+OOHKGxU+MxrE9SZAN11UHYEFLsK2NRn3akJN2LHRl85q+Eypr3tuB2GrKx3rfj2phJdkYCvzw==} - engines: {node: '>= 18'} + '@octokit/auth-oauth-app@9.0.3': + resolution: {integrity: sha512-+yoFQquaF8OxJSxTb7rnytBIC2ZLbLqA/yb71I4ZXT9+Slw4TziV9j/kyGhUFRRTF2+7WlnIWsePZCWHs+OGjg==} + engines: {node: '>= 20'} - '@octokit/auth-oauth-user@5.1.4': - resolution: {integrity: sha512-4tJRofMHm6ZCd3O2PVgboBbQ/lNtacREeaihet0+wCATZmvPK+jjg2K6NjBfY69An3yzQdmkcMeiaOOoxOPr7Q==} - engines: {node: '>= 18'} + '@octokit/auth-oauth-device@8.0.3': + resolution: {integrity: sha512-zh2W0mKKMh/VWZhSqlaCzY7qFyrgd9oTWmTmHaXnHNeQRCZr/CXy2jCgHo4e4dJVTiuxP5dLa0YM5p5QVhJHbw==} + engines: {node: '>= 20'} - '@octokit/auth-token@5.1.1': - resolution: {integrity: sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==} - engines: {node: '>= 18'} + '@octokit/auth-oauth-user@6.0.2': + resolution: {integrity: sha512-qLoPPc6E6GJoz3XeDG/pnDhJpTkODTGG4kY0/Py154i/I003O9NazkrwJwRuzgCalhzyIeWQ+6MDvkUmKXjg/A==} + engines: {node: '>= 20'} '@octokit/auth-token@6.0.0': resolution: {integrity: sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==} engines: {node: '>= 20'} - '@octokit/auth-unauthenticated@6.1.2': - resolution: {integrity: sha512-07DlUGcz/AAVdzu3EYfi/dOyMSHp9YsOxPl/MPmtlVXWiD//GlV8HgZsPhud94DEyx+RfrW0wSl46Lx+AWbOlg==} - engines: {node: '>= 18'} + '@octokit/auth-unauthenticated@7.0.3': + resolution: {integrity: sha512-8Jb1mtUdmBHL7lGmop9mU9ArMRUTRhg8vp0T1VtZ4yd9vEm3zcLwmjQkhNEduKawOOORie61xhtYIhTDN+ZQ3g==} + engines: {node: '>= 20'} - '@octokit/auth-unauthenticated@6.1.3': - resolution: {integrity: sha512-d5gWJla3WdSl1yjbfMpET+hUSFCE15qM0KVSB0H1shyuJihf/RL1KqWoZMIaonHvlNojkL9XtLFp8QeLe+1iwA==} - engines: {node: '>= 18'} - - '@octokit/core@6.1.5': - resolution: {integrity: sha512-vvmsN0r7rguA+FySiCsbaTTobSftpIDIpPW81trAmsv9TGxg3YCujAxRYp/Uy8xmDgYCzzgulG62H7KYUFmeIg==} - engines: {node: '>= 18'} - - '@octokit/core@7.0.5': - resolution: {integrity: sha512-t54CUOsFMappY1Jbzb7fetWeO0n6K0k/4+/ZpkS+3Joz8I4VcvY9OiEBFRYISqaI2fq5sCiPtAjRDOzVYG8m+Q==} - engines: {node: '>= 20'} - - '@octokit/endpoint@10.1.3': - resolution: {integrity: sha512-nBRBMpKPhQUxCsQQeW+rCJ/OPSMcj3g0nfHn01zGYZXuNDvvXudF/TYY6APj5THlurerpFN4a/dQAIAaM6BYhA==} - engines: {node: '>= 18'} - - '@octokit/endpoint@10.1.4': - resolution: {integrity: sha512-OlYOlZIsfEVZm5HCSR8aSg02T2lbUWOsCQoPKfTXJwDzcHQBrVBGdGXb89dv2Kw2ToZaRtudp8O3ZIYoaOjKlA==} - engines: {node: '>= 18'} + '@octokit/core@7.0.6': + resolution: {integrity: sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==} + engines: {node: '>= 20'} '@octokit/endpoint@11.0.1': resolution: {integrity: sha512-7P1dRAZxuWAOPI7kXfio88trNi/MegQ0IJD3vfgC3b+LZo1Qe6gRJc2v0mz2USWWJOKrB2h5spXCzGbw+fAdqA==} engines: {node: '>= 20'} - '@octokit/graphql@8.2.1': - resolution: {integrity: sha512-n57hXtOoHrhwTWdvhVkdJHdhTv0JstjDbDRhJfwIRNfFqmSo1DaK/mD2syoNUoLCyqSjBpGAKOG0BuwF392slw==} - engines: {node: '>= 18'} - - '@octokit/graphql@8.2.2': - resolution: {integrity: sha512-Yi8hcoqsrXGdt0yObxbebHXFOiUA+2v3n53epuOg1QUgOB6c4XzvisBNVXJSl8RYA5KrDuSL2yq9Qmqe5N0ryA==} - engines: {node: '>= 18'} + '@octokit/endpoint@11.0.3': + resolution: {integrity: sha512-FWFlNxghg4HrXkD3ifYbS/IdL/mDHjh9QcsNyhQjN8dplUoZbejsdpmuqdA76nxj2xoWPs7p8uX2SNr9rYu0Ag==} + engines: {node: '>= 20'} '@octokit/graphql@9.0.2': resolution: {integrity: sha512-iz6KzZ7u95Fzy9Nt2L8cG88lGRMr/qy1Q36ih/XVzMIlPDMYwaNLE/ENhqmIzgPrlNWiYJkwmveEetvxAgFBJw==} engines: {node: '>= 20'} - '@octokit/oauth-app@7.1.6': - resolution: {integrity: sha512-OMcMzY2WFARg80oJNFwWbY51TBUfLH4JGTy119cqiDawSFXSIBujxmpXiKbGWQlvfn0CxE6f7/+c6+Kr5hI2YA==} - engines: {node: '>= 18'} - - '@octokit/oauth-authorization-url@7.1.1': - resolution: {integrity: sha512-ooXV8GBSabSWyhLUowlMIVd9l1s2nsOGQdlP2SQ4LnkEsGXzeCvbSbCPdZThXhEFzleGPwbapT0Sb+YhXRyjCA==} - engines: {node: '>= 18'} - - '@octokit/oauth-methods@5.1.4': - resolution: {integrity: sha512-Jc/ycnePClOvO1WL7tlC+TRxOFtyJBGuTDsL4dzXNiVZvzZdrPuNw7zHI3qJSUX2n6RLXE5L0SkFmYyNaVUFoQ==} - engines: {node: '>= 18'} - - '@octokit/oauth-methods@5.1.5': - resolution: {integrity: sha512-Ev7K8bkYrYLhoOSZGVAGsLEscZQyq7XQONCBBAl2JdMg7IT3PQn/y8P0KjloPoYpI5UylqYrLeUcScaYWXwDvw==} - engines: {node: '>= 18'} + '@octokit/graphql@9.0.3': + resolution: {integrity: sha512-grAEuupr/C1rALFnXTv6ZQhFuL1D8G5y8CN04RgrO4FIPMrtm+mcZzFG7dcBm+nq+1ppNixu+Jd78aeJOYxlGA==} + engines: {node: '>= 20'} - '@octokit/openapi-types@23.0.1': - resolution: {integrity: sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==} + '@octokit/oauth-app@8.0.3': + resolution: {integrity: sha512-jnAjvTsPepyUaMu9e69hYBuozEPgYqP4Z3UnpmvoIzHDpf8EXDGvTY1l1jK0RsZ194oRd+k6Hm13oRU8EoDFwg==} + engines: {node: '>= 20'} - '@octokit/openapi-types@24.2.0': - resolution: {integrity: sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==} + '@octokit/oauth-authorization-url@8.0.0': + resolution: {integrity: sha512-7QoLPRh/ssEA/HuHBHdVdSgF8xNLz/Bc5m9fZkArJE5bb6NmVkDm3anKxXPmN1zh6b5WKZPRr3697xKT/yM3qQ==} + engines: {node: '>= 20'} - '@octokit/openapi-types@25.0.0': - resolution: {integrity: sha512-FZvktFu7HfOIJf2BScLKIEYjDsw6RKc7rBJCdvCTfKsVnx2GEB/Nbzjr29DUdb7vQhlzS/j8qDzdditP0OC6aw==} + '@octokit/oauth-methods@6.0.2': + resolution: {integrity: sha512-HiNOO3MqLxlt5Da5bZbLV8Zarnphi4y9XehrbaFMkcoJ+FL7sMxH/UlUsCVxpddVu4qvNDrBdaTVE2o4ITK8ng==} + engines: {node: '>= 20'} '@octokit/openapi-types@26.0.0': resolution: {integrity: sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==} - '@octokit/openapi-webhooks-types@10.1.1': - resolution: {integrity: sha512-qBfqQVIDQaCFeGCofXieJDwvXcGgDn17+UwZ6WW6lfEvGYGreLFzTiaz9xjet9Us4zDf8iasoW3ixUj/R5lMhA==} + '@octokit/openapi-types@27.0.0': + resolution: {integrity: sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==} - '@octokit/plugin-paginate-graphql@5.2.4': - resolution: {integrity: sha512-pLZES1jWaOynXKHOqdnwZ5ULeVR6tVVCMm+AUbp0htdcyXDU95WbkYdU4R2ej1wKj5Tu94Mee2Ne0PjPO9cCyA==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' + '@octokit/openapi-webhooks-types@12.1.0': + resolution: {integrity: sha512-WiuzhOsiOvb7W3Pvmhf8d2C6qaLHXrWiLBP4nJ/4kydu+wpagV5Fkz9RfQwV2afYzv3PB+3xYgp4mAdNGjDprA==} '@octokit/plugin-paginate-graphql@6.0.0': resolution: {integrity: sha512-crfpnIoFiBtRkvPqOyLOsw12XsveYuY2ieP6uYDosoUegBJpSVxGwut9sxUgFFcll3VTOTqpUf8yGd8x1OmAkQ==} @@ -6460,101 +7450,69 @@ packages: peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-paginate-rest@11.4.3': - resolution: {integrity: sha512-tBXaAbXkqVJlRoA/zQVe9mUdb8rScmivqtpv3ovsC5xhje/a+NOCivs7eUhWBwCApJVsR4G5HMeaLbq7PxqZGA==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - - '@octokit/plugin-paginate-rest@12.0.0': - resolution: {integrity: sha512-MPd6WK1VtZ52lFrgZ0R2FlaoiWllzgqFHaSZxvp72NmoDeZ0m8GeJdg4oB6ctqMTYyrnDYp592Xma21mrgiyDA==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - - '@octokit/plugin-request-log@5.3.1': - resolution: {integrity: sha512-n/lNeCtq+9ofhC15xzmJCNKP2BWTv8Ih2TTy+jatNCCq/gQP/V7rK3fjIfuz0pDWDALO/o/4QY4hyOF6TQQFUw==} - engines: {node: '>= 18'} - peerDependencies: - '@octokit/core': '>=6' - - '@octokit/plugin-rest-endpoint-methods@13.5.0': - resolution: {integrity: sha512-9Pas60Iv9ejO3WlAX3maE1+38c5nqbJXV5GrncEfkndIpZrJ/WPMRd2xYDcPPEt5yzpxcjw9fWNoPhsSGzqKqw==} - engines: {node: '>= 18'} + '@octokit/plugin-paginate-rest@14.0.0': + resolution: {integrity: sha512-fNVRE7ufJiAA3XUrha2omTA39M6IXIc6GIZLvlbsm8QOQCYvpq/LkMNGyFlB1d8hTDzsAXa3OKtybdMAYsV/fw==} + engines: {node: '>= 20'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-rest-endpoint-methods@14.0.0': - resolution: {integrity: sha512-iQt6ovem4b7zZYZQtdv+PwgbL5VPq37th1m2x2TdkgimIDJpsi2A6Q/OI/23i/hR6z5mL0EgisNR4dcbmckSZQ==} - engines: {node: '>= 18'} + '@octokit/plugin-request-log@6.0.0': + resolution: {integrity: sha512-UkOzeEN3W91/eBq9sPZNQ7sUBvYCqYbrrD8gTbBuGtHEuycE4/awMXcYvx6sVYo7LypPhmQwwpUe4Yyu4QZN5Q==} + engines: {node: '>= 20'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-rest-endpoint-methods@16.1.0': - resolution: {integrity: sha512-nCsyiKoGRnhH5LkH8hJEZb9swpqOcsW+VXv1QoyUNQXJeVODG4+xM6UICEqyqe9XFr6LkL8BIiFCPev8zMDXPw==} + '@octokit/plugin-rest-endpoint-methods@17.0.0': + resolution: {integrity: sha512-B5yCyIlOJFPqUUeiD0cnBJwWJO8lkJs5d8+ze9QDP6SvfiXSz1BF+91+0MeI1d2yxgOhU/O+CvtiZ9jSkHhFAw==} engines: {node: '>= 20'} peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-retry@7.2.1': - resolution: {integrity: sha512-wUc3gv0D6vNHpGxSaR3FlqJpTXGWgqmk607N9L3LvPL4QjaxDgX/1nY2mGpT37Khn+nlIXdljczkRnNdTTV3/A==} - engines: {node: '>= 18'} + '@octokit/plugin-retry@8.1.0': + resolution: {integrity: sha512-O1FZgXeiGb2sowEr/hYTr6YunGdSAFWnr2fyW39Ah85H8O33ELASQxcvOFF5LE6Tjekcyu2ms4qAzJVhSaJxTw==} + engines: {node: '>= 20'} peerDependencies: - '@octokit/core': '>=6' + '@octokit/core': '>=7' - '@octokit/plugin-throttling@10.0.0': - resolution: {integrity: sha512-Kuq5/qs0DVYTHZuBAzCZStCzo2nKvVRo/TDNhCcpC2TKiOGz/DisXMCvjt3/b5kr6SCI1Y8eeeJTHBxxpFvZEg==} - engines: {node: '>= 18'} + '@octokit/plugin-throttling@11.0.3': + resolution: {integrity: sha512-34eE0RkFCKycLl2D2kq7W+LovheM/ex3AwZCYN8udpi6bxsyjZidb2McXs69hZhLmJlDqTSP8cH+jSRpiaijBg==} + engines: {node: '>= 20'} peerDependencies: - '@octokit/core': ^6.1.3 - - '@octokit/request-error@6.1.7': - resolution: {integrity: sha512-69NIppAwaauwZv6aOzb+VVLwt+0havz9GT5YplkeJv7fG7a40qpLt/yZKyiDxAhgz0EtgNdNcb96Z0u+Zyuy2g==} - engines: {node: '>= 18'} - - '@octokit/request-error@6.1.8': - resolution: {integrity: sha512-WEi/R0Jmq+IJKydWlKDmryPcmdYSVjL3ekaiEL1L9eo1sUnqMJ+grqmC9cjk7CA7+b2/T397tO5d8YLOH3qYpQ==} - engines: {node: '>= 18'} + '@octokit/core': ^7.0.0 '@octokit/request-error@7.0.1': resolution: {integrity: sha512-CZpFwV4+1uBrxu7Cw8E5NCXDWFNf18MSY23TdxCBgjw1tXXHvTrZVsXlW8hgFTOLw8RQR1BBrMvYRtuyaijHMA==} engines: {node: '>= 20'} - '@octokit/request@10.0.5': - resolution: {integrity: sha512-TXnouHIYLtgDhKo+N6mXATnDBkV05VwbR0TtMWpgTHIoQdRQfCSzmy/LGqR1AbRMbijq/EckC/E3/ZNcU92NaQ==} + '@octokit/request-error@7.1.0': + resolution: {integrity: sha512-KMQIfq5sOPpkQYajXHwnhjCC0slzCNScLHs9JafXc4RAJI+9f+jNDlBNaIMTvazOPLgb4BnlhGJOTbnN0wIjPw==} engines: {node: '>= 20'} - '@octokit/request@9.2.2': - resolution: {integrity: sha512-dZl0ZHx6gOQGcffgm1/Sf6JfEpmh34v3Af2Uci02vzUYz6qEN6zepoRtmybWXIGXFIK8K9ylE3b+duCWqhArtg==} - engines: {node: '>= 18'} - - '@octokit/request@9.2.3': - resolution: {integrity: sha512-Ma+pZU8PXLOEYzsWf0cn/gY+ME57Wq8f49WTXA8FMHp2Ps9djKw//xYJ1je8Hm0pR2lU9FUGeJRWOtxq6olt4w==} - engines: {node: '>= 18'} - - '@octokit/rest@21.1.1': - resolution: {integrity: sha512-sTQV7va0IUVZcntzy1q3QqPm/r8rWtDCqpRAmb8eXXnKkjoQEtFe3Nt5GTVsHft+R6jJoHeSiVLcgcvhtue/rg==} - engines: {node: '>= 18'} - - '@octokit/types@13.10.0': - resolution: {integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==} + '@octokit/request@10.0.11': + resolution: {integrity: sha512-+s7HUxjfFqOMS9VlIwDffq0MikjSAK0gSpG73W+meAvVAvX4MBrHYTK5Bj3Uot55qFT4gzUtfzE4mGWY4Br8/Q==} + engines: {node: '>= 20'} - '@octokit/types@13.8.0': - resolution: {integrity: sha512-x7DjTIbEpEWXK99DMd01QfWy0hd5h4EN+Q7shkdKds3otGQP+oWE/y0A76i1OvH9fygo4ddvNf7ZvF0t78P98A==} + '@octokit/request@10.0.5': + resolution: {integrity: sha512-TXnouHIYLtgDhKo+N6mXATnDBkV05VwbR0TtMWpgTHIoQdRQfCSzmy/LGqR1AbRMbijq/EckC/E3/ZNcU92NaQ==} + engines: {node: '>= 20'} - '@octokit/types@14.0.0': - resolution: {integrity: sha512-VVmZP0lEhbo2O1pdq63gZFiGCKkm8PPp8AUOijlwPO6hojEVjspA0MWKP7E4hbvGxzFKNqKr6p0IYtOH/Wf/zA==} + '@octokit/rest@22.0.1': + resolution: {integrity: sha512-Jzbhzl3CEexhnivb1iQ0KJ7s5vvjMWcmRtq5aUsKmKDrRW6z3r84ngmiFKFvpZjpiU/9/S6ITPFRpn5s/3uQJw==} + engines: {node: '>= 20'} '@octokit/types@15.0.0': resolution: {integrity: sha512-8o6yDfmoGJUIeR9OfYU0/TUJTnMPG2r68+1yEdUeG2Fdqpj8Qetg0ziKIgcBm0RW/j29H41WP37CYCEhp6GoHQ==} - '@octokit/webhooks-methods@5.1.1': - resolution: {integrity: sha512-NGlEHZDseJTCj8TMMFehzwa9g7On4KJMPVHDSrHxCQumL6uSQR8wIkP/qesv52fXqV1BPf4pTxwtS31ldAt9Xg==} - engines: {node: '>= 18'} + '@octokit/types@16.0.0': + resolution: {integrity: sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==} - '@octokit/webhooks@13.7.4': - resolution: {integrity: sha512-f386XyLTieQbgKPKS6ZMlH4dq8eLsxNddwofiKRZCq0bZ2gikoFwMD99K6l1oAwqe/KZNzrEziGicRgnzplplQ==} - engines: {node: '>= 18'} + '@octokit/webhooks-methods@6.0.0': + resolution: {integrity: sha512-MFlzzoDJVw/GcbfzVC1RLR36QqkTLUf79vLVO3D+xn7r0QgxnFoLZgtrzxiQErAjFUOdH6fas2KeQJ1yr/qaXQ==} + engines: {node: '>= 20'} + + '@octokit/webhooks@14.2.0': + resolution: {integrity: sha512-da6KbdNCV5sr1/txD896V+6W0iamFWrvVl8cHkBSPT+YlvmT3DwXa4jxZnQc+gnuTEqSWbBeoSZYTayXH9wXcw==} + engines: {node: '>= 20'} '@open-draft/deferred-promise@2.2.0': resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==} @@ -6568,31 +7526,277 @@ packages: '@oslojs/encoding@1.1.0': resolution: {integrity: sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==} - '@pagefind/darwin-arm64@1.3.0': - resolution: {integrity: sha512-365BEGl6ChOsauRjyVpBjXybflXAOvoMROw3TucAROHIcdBvXk9/2AmEvGFU0r75+vdQI4LJdJdpH4Y6Yqaj4A==} + '@oxc-parser/binding-android-arm-eabi@0.127.0': + resolution: {integrity: sha512-0LC7ye4hvqbIKxAzThzvswgHLFu2AURKzYLeSVvLdu2TBOYWQDmHnTqPLeA597BcUCxiLqLsS4CJ5uoI5WYWCQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [android] + + '@oxc-parser/binding-android-arm64@0.127.0': + resolution: {integrity: sha512-b5jtVTH6AU5CJXHNdj7Jj9IEiR9yVjjnwHzPJhGyHGPdcsZSzBCkS9GBbV33niRMvKthDwQRFRJfI4a+k4PvYg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + + '@oxc-parser/binding-darwin-arm64@0.127.0': + resolution: {integrity: sha512-obCE8B7ISKkJidjlhv9xRGJPOSDG2Yu6PRga9Ruaz35uintHxbp1Ki/Yc71wx4rj3Edrm0a1kzG1TAwit0wFpg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [darwin] + + '@oxc-parser/binding-darwin-x64@0.127.0': + resolution: {integrity: sha512-JL6Xb5IwPQT8rUzlpsX7E+AgfcdNklXNPFp8pjCQQ5MQOQo5rtEB2ui+3Hgg9Sn7Y9Egj6YOLLiHhLpdAe12Aw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [darwin] + + '@oxc-parser/binding-freebsd-x64@0.127.0': + resolution: {integrity: sha512-SDQ/3MQFw58fqQz3Z1PhSKFF3JoCF4gmlNjziDm8X02tTahCw0qJbd7FGPDKw1i4VTBZene9JPyC3mHtSvi+wA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + + '@oxc-parser/binding-linux-arm-gnueabihf@0.127.0': + resolution: {integrity: sha512-Av+D1MIqzV0YMGPT9we2SIZaMKD7Cxs4CvXSx/yxaWHewZjYEjScpOf5igc8IILASViw4WTnjlwUdI1KzVtDHQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@oxc-parser/binding-linux-arm-musleabihf@0.127.0': + resolution: {integrity: sha512-Cs2fdJ8cPpFdeebj6p4dag8A4+56hPvZ0AhQQzlaLswGz1tz7bXt1nETLeorrM9+AMcWFFkqxcXwDGfTVidY8g==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@oxc-parser/binding-linux-arm64-gnu@0.127.0': + resolution: {integrity: sha512-qdOfTcT6SY8gsJrrV92uyEUyjqMGPpIB5JZUG6QN5dukYd+7/j0kX6MwK1DgQj39jtUYixxPiaRUiEN1+0CXgQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-arm64-musl@0.127.0': + resolution: {integrity: sha512-EoTCZneNFU/P2qrpEM+RHmQwt+CvDkyGESG6qhr7KaegXLZwePfbrkCDfAk8/rhxbDUVGsZILX+2tqPzFtoFWA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@oxc-parser/binding-linux-ppc64-gnu@0.127.0': + resolution: {integrity: sha512-zALjmZYgxFLHjXeudcDF0xFGNydTAtkAeXAr2EuC17ywCyFxcmQra4w0BMde0Yi/re4Bi4iwEoEXtYN7l6eBLQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-riscv64-gnu@0.127.0': + resolution: {integrity: sha512-fPP8M6zQLS7Jz7o9d5ArUSuAuSK3e+WCYVrCpdzeCOejidtZExJ9tjhDrAd3HEPqARBCPmdpqxESPFqy44vkBQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [riscv64] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-riscv64-musl@0.127.0': + resolution: {integrity: sha512-7IcC4Ao02oGpfnjt+X/oF4U2mllo2qoSkw5xxiXNKL9MCTsTiAC6616beOuehdxGcnz1bRoPC1RQ2f1GQDdN+g==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [riscv64] + os: [linux] + libc: [musl] + + '@oxc-parser/binding-linux-s390x-gnu@0.127.0': + resolution: {integrity: sha512-pbXIhiNFHoqWeqDNLiJ9JkpHz1IM9k4DXa66x+1GTWMG7iLxtkXgE53iiuKSXwmk3zIYmaPVfBvgcAhS583K4Q==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-x64-gnu@0.127.0': + resolution: {integrity: sha512-MYCguB9RvBvlSd6gbuNI7QwiLoCCAlGnlRJFPrzLI6U1/9wkC/WK6LtBAUln55H1Ctqw45PWmqrobKoMhsYQzQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@oxc-parser/binding-linux-x64-musl@0.127.0': + resolution: {integrity: sha512-5eY0B/bxf1xIUxb4NOTvOI3KWtBQfPWYyKAzgcrCt0mDibSZygVpO1Pz8bkeiSZ5Jj9+M09dkggG3H8I5d0Uyg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [musl] + + '@oxc-parser/binding-openharmony-arm64@0.127.0': + resolution: {integrity: sha512-Gld0ajrFTUXNtdw20fVBuTQx66FA75nIVg+//pPfR3sXkuABB4mTBhl3r9JNzrJpgW//qiwxf0nWXUWGJSL3UQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + + '@oxc-parser/binding-wasm32-wasi@0.127.0': + resolution: {integrity: sha512-T6KVD7rhLzFlwGRXMnxUFfkCZD8FHnb968wVXW1mXzgRFc5RNXOBY2mPPDZ77x5Ln76ltLMgtPg0cOkU1NSrEQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [wasm32] + + '@oxc-parser/binding-win32-arm64-msvc@0.127.0': + resolution: {integrity: sha512-Ujvw4X+LD1CCGULcsQcvb4YNVoBGqt+JHgNNzGGaCImELiZLk477ifUH53gIbE7EKd933NdTi25JWEr9K2HwXw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + + '@oxc-parser/binding-win32-ia32-msvc@0.127.0': + resolution: {integrity: sha512-0cwxKO7KHQQQfo4Uf4B2SQrhgm+cJaP9OvFFhx52Tkg4bezsacu83GB2/In5bC415Ueeym+kXdnge/57rbSfTw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ia32] + os: [win32] + + '@oxc-parser/binding-win32-x64-msvc@0.127.0': + resolution: {integrity: sha512-rOrnSQSCbhI2kowr9XxE7m9a8oQXnBHjnS6j95LxxAnEZ0+Fz20WlRXG4ondQb+ejjt2KOsa65sE6++L6kUd+w==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + + '@oxc-project/types@0.127.0': + resolution: {integrity: sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==} + + '@oxc-project/types@0.138.0': + resolution: {integrity: sha512-1a7ZKmrRTCoN1XMZ4L0PyyqrMnrNlLyPuOkdSX2MZg7IiIGRUyurNhAm73ptDOraoBcIordsIGKNPKUzy3ZmfA==} + + '@oxc-resolver/binding-android-arm-eabi@11.22.0': + resolution: {integrity: sha512-il+0FB7BBUfuQaE0Lgd9zlgSjzu88ErN8vr4hintuTt1qRDcPtmzLyurail1gJZpJ1ljo7zA0cid/a/PaWMyZg==} + cpu: [arm] + os: [android] + + '@oxc-resolver/binding-android-arm64@11.22.0': + resolution: {integrity: sha512-rWCyvcoiMxb5JRsGMXI22DFAlsddZHOTBWp/zz48E85Yh/KWQRFko18Gf5xsRdcN0pz65VFnJoisz/B2LWoaGg==} + cpu: [arm64] + os: [android] + + '@oxc-resolver/binding-darwin-arm64@11.22.0': + resolution: {integrity: sha512-eDx1up8xhb6OH58RfcADHAKWQY3yatNAbrOF2QEqDN2ml0DsOlHBNgj7E5NB3kU62yam2VEYnFTMO8meOYEe1w==} cpu: [arm64] os: [darwin] - '@pagefind/darwin-x64@1.3.0': - resolution: {integrity: sha512-zlGHA23uuXmS8z3XxEGmbHpWDxXfPZ47QS06tGUq0HDcZjXjXHeLG+cboOy828QIV5FXsm9MjfkP5e4ZNbOkow==} + '@oxc-resolver/binding-darwin-x64@11.22.0': + resolution: {integrity: sha512-4YUMAsVqqQGzkq7eDWEZXUvzm1L7eZFd4jghnoDv76fPF2IisedcBjkJY3iwcAlWQNtZLgc5Od/cL0Z2ogEwaQ==} + cpu: [x64] + os: [darwin] + + '@oxc-resolver/binding-freebsd-x64@11.22.0': + resolution: {integrity: sha512-I7qjjmCzrqPme94B9b9deHID6YiggKQRy3s9mTjnUuYlpgDx5YgC1G00W2S/Cchrjz5I8VOik17/3uO4joPULw==} + cpu: [x64] + os: [freebsd] + + '@oxc-resolver/binding-linux-arm-gnueabihf@11.22.0': + resolution: {integrity: sha512-VsI6Vnsyg9O5jLv+bkYP15yHv924i63fLbROZAZfwAAUJ611FF8OE4aCX2KzsG70yRlcn4n7Zh0fyHT5L4myGA==} + cpu: [arm] + os: [linux] + + '@oxc-resolver/binding-linux-arm-musleabihf@11.22.0': + resolution: {integrity: sha512-Imedx3sbderR0w8HHZ+vH7PqrY7eL3H7cj666Yrg+erelaRCVzXlJjQD5w0vNk+RtGDqhmnP5R18WIowFCI+uA==} + cpu: [arm] + os: [linux] + + '@oxc-resolver/binding-linux-arm64-gnu@11.22.0': + resolution: {integrity: sha512-a9L5IxPBpiSXcvEPGNWOpD5pKbcE0VgC5smcaYn0t/oMaJxHwejrJ1qRoXZLj767HAo+nq9FNEpZ9WFW91lP8g==} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@oxc-resolver/binding-linux-arm64-musl@11.22.0': + resolution: {integrity: sha512-4AFo9hX0AbA/o7qWrsrAHbRGsZpthcUEZiuMHlxqZsR4JNgvFmeuLtMXUV+KPHWo+gfefFmiQ0UdUx8GPBCrXQ==} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@oxc-resolver/binding-linux-ppc64-gnu@11.22.0': + resolution: {integrity: sha512-QVPpxFDkLxWAnfAqN0DA1TH4agOPL1bxg7dwUZ7goQKU5IfaPoL/ZcPClMol4+Dwb30g2nPNxbr0BPyFmcVV3A==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@oxc-resolver/binding-linux-riscv64-gnu@11.22.0': + resolution: {integrity: sha512-saQJeKGMCrtW5DH8uY9N9pPE4/8Hs+DpZ4hJg1+SzvISSKhTf3V6/jOROxluU14ftz5KNd8G/NXRgj9vTS0Emg==} + cpu: [riscv64] + os: [linux] + libc: [glibc] + + '@oxc-resolver/binding-linux-riscv64-musl@11.22.0': + resolution: {integrity: sha512-/p6aCGRKot+Je44l+WoL+zkizRXY4ApQcvRXlLw8lRM305tmmEqNtAyekDLMCzn8DUt81lS3ZsiUpdn0bL533A==} + cpu: [riscv64] + os: [linux] + libc: [musl] + + '@oxc-resolver/binding-linux-s390x-gnu@11.22.0': + resolution: {integrity: sha512-ZYfI5CG/W1C+HXDWkJ5+JPjiuwVQw6HBD1jUTneAzJVWImRDjstQPKmixCa1fTkthCM1OCkn2D8fdX+q37kMXQ==} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@oxc-resolver/binding-linux-x64-gnu@11.22.0': + resolution: {integrity: sha512-IR2juRKWbR6TmFZTn6plHFm5iXWD8Szw/fGeKhaGWzwTPN/Oq4CCV6ZVp8Bq8ih2easVh7Mwom2A5CGkB+QVxg==} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@oxc-resolver/binding-linux-x64-musl@11.22.0': + resolution: {integrity: sha512-TCE/wgDr3EaxQrwQrU9MbRK35cFsYAVwMT2Du0lbyjmlaXV03uPLnCKIDDmxUPyQUdPgZirM+k26GDR3LNs+hw==} + cpu: [x64] + os: [linux] + libc: [musl] + + '@oxc-resolver/binding-openharmony-arm64@11.22.0': + resolution: {integrity: sha512-uhNpwQzWnYVBZ6ZZomIQN2X/jUDLp3HYjLSVbdsZqA4hNpYSFENSF8JV6I6gdvvV9TLQr1rC/viDsxhvE/5/Ww==} + cpu: [arm64] + os: [openharmony] + + '@oxc-resolver/binding-wasm32-wasi@11.22.0': + resolution: {integrity: sha512-nn8NCiQhh3rgwrGMf8msky7MjPd0W8Vwmo7oZr5cs7TOJby2IRMZYPPgb+NTz8vVG6VjjjcLPriIMxHE1aAx1A==} + engines: {node: '>=14.0.0'} + cpu: [wasm32] + + '@oxc-resolver/binding-win32-arm64-msvc@11.22.0': + resolution: {integrity: sha512-kHx9KiAKQKeSW/yVmt5tUa7oAHUd9OsoB5fdpQjSBDaKtHSQpPIXxNJ1E9q8cnaxS9NNWANR6w3osEHBD+5lSg==} + cpu: [arm64] + os: [win32] + + '@oxc-resolver/binding-win32-x64-msvc@11.22.0': + resolution: {integrity: sha512-gZKq7BTQBdAmvFYGQfqkuz3zeoytmAkluFjajToSkWUTed0DsJ3GdCoXpPdpGSElBLLIeAgKM3ju6XdPvKOr0A==} + cpu: [x64] + os: [win32] + + '@pagefind/darwin-arm64@1.5.2': + resolution: {integrity: sha512-MXpI+7HsAdPkvJ0gk9xj9g541BCqBZOBbdwj9g6lB5LCj6kSV6nqDSjzcAJwvOsfu0fjwvC8hQU+ecfhp+MpiQ==} + cpu: [arm64] + os: [darwin] + + '@pagefind/darwin-x64@1.5.2': + resolution: {integrity: sha512-IojxFWMEJe0RQ7PQ3KXQsPIImNsbpPYpoZ+QUDrL8fAl/O27IX+LVLs74/UzEZy5uA2LD8Nz1AiwKr72vrkZQw==} cpu: [x64] os: [darwin] '@pagefind/default-ui@1.3.0': resolution: {integrity: sha512-CGKT9ccd3+oRK6STXGgfH+m0DbOKayX6QGlq38TfE1ZfUcPc5+ulTuzDbZUnMo+bubsEOIypm4Pl2iEyzZ1cNg==} - '@pagefind/linux-arm64@1.3.0': - resolution: {integrity: sha512-8lsxNAiBRUk72JvetSBXs4WRpYrQrVJXjlRRnOL6UCdBN9Nlsz0t7hWstRk36+JqHpGWOKYiuHLzGYqYAqoOnQ==} + '@pagefind/freebsd-x64@1.5.2': + resolution: {integrity: sha512-7EVzo9+0w+2cbe671BtMj10UlNo83I+HrLVLfRxO731svHRJKUfJ/mo05gU14pe9PCfpKNQT8FS3Xc/oDN6pOA==} + cpu: [x64] + os: [freebsd] + + '@pagefind/linux-arm64@1.5.2': + resolution: {integrity: sha512-Ovt9+K35sqzn8H3ZMXGwls4TD/wMJuvRtShHIsmUQREmaxjrDEX7gHckRCrwYJ4XE1H1p6HkLz3wukrAnsfXQw==} cpu: [arm64] os: [linux] - '@pagefind/linux-x64@1.3.0': - resolution: {integrity: sha512-hAvqdPJv7A20Ucb6FQGE6jhjqy+vZ6pf+s2tFMNtMBG+fzcdc91uTw7aP/1Vo5plD0dAOHwdxfkyw0ugal4kcQ==} + '@pagefind/linux-x64@1.5.2': + resolution: {integrity: sha512-V+tFqHKXhQKq/WqPBD67AFy7scn1/aZID00ws4fSDd+1daSi5UHR9VVlRrOUYKxn3VuFQYRD7lYXdZK1WED1YA==} cpu: [x64] os: [linux] - '@pagefind/windows-x64@1.3.0': - resolution: {integrity: sha512-BR1bIRWOMqkf8IoU576YDhij1Wd/Zf2kX/kCI0b2qzCKC8wcc2GQJaaRMCpzvCCrmliO4vtJ6RITp/AnoYUUmQ==} + '@pagefind/windows-arm64@1.5.2': + resolution: {integrity: sha512-hN9Nh90fNW61nNRCW9ZyQrAj/mD0eRvmJ8NlTUzkbuW8kIzGJUi3cxjFkEcMZ5h/8FsKWD/VcouZl4yo1F7B6g==} + cpu: [arm64] + os: [win32] + + '@pagefind/windows-x64@1.5.2': + resolution: {integrity: sha512-Fa2Iyw7kaDRzGMfNYNUXNW2zbL5FQVDgSOcbDHdzBrDEdpqOqg8TcZ68F22ol6NJ9IGzvUdmeyZypLW5dyhqsg==} cpu: [x64] os: [win32] @@ -6600,12 +7804,12 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/browser-chromium@1.56.0': - resolution: {integrity: sha512-+OABx0PwbzoWXO5qOmonvQlIZq0u89XpDkRYf+ZTOs+wsI3r/NV90rzGr8nsJZTj7o10tdPMmuGmZ3OKP9ag4Q==} + '@playwright/browser-chromium@1.61.1': + resolution: {integrity: sha512-t3/zE0i9gik5R/NpRs7G2Xo/6NPeABW6ReplGdtkeWeAkaV764CgFgoKjJo21D2xgjnvDvRYubqBUu4xl0VCqA==} engines: {node: '>=18'} - '@playwright/test@1.52.0': - resolution: {integrity: sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==} + '@playwright/test@1.61.1': + resolution: {integrity: sha512-8nKv6+0RJSL9FE4jYOEGXnPeM/Hg12qZpmqzZjRh3qM0Y7c3z1mrOTfFLids72RDQYVh9WpLEfR5WdpNX4fkig==} engines: {node: '>=18'} hasBin: true @@ -6617,27 +7821,27 @@ packages: resolution: {integrity: sha512-BN7y+f4JHsixxq5uX1HYb791/CRJrIkGnH4EKN/vTgLWG7QyBzplyE8+gh1SfPGrcdefU10G+B1zMOkOiN/iwA==} engines: {node: '>=18.12'} - '@pnpm/catalogs.config@1000.0.2': - resolution: {integrity: sha512-2GCYZwxmgw6w0bpB71VbbXapgIcSSFOF9vnS+YLyTdy8JaIYoag2XkhXP1cMu24THPRXeo/zKTyziEsqgr1u8w==} + '@pnpm/catalogs.config@1000.0.6': + resolution: {integrity: sha512-B/ZQj/pzHFgzkTKbP/8klI03bfimk0QdcG/fq7gQPqo2ExmbGeXEre4skZGyguhjp03xLr5/a4GNYSrLUsUUUQ==} engines: {node: '>=18.12'} '@pnpm/catalogs.types@1000.0.0': resolution: {integrity: sha512-xRf72lk7xHNvbenA4sp4Of/90QDdRW0CRYT+V+EbqpUXu1xsXtedHai34cTU6VGe7C1hUukxxE9eYTtIpYrx5g==} engines: {node: '>=18.12'} - '@pnpm/cli-meta@1000.0.8': - resolution: {integrity: sha512-THA7cPwxqPAu07pgvvTLhM1AXdYE9+ZCWjT68abQZGL1cpOll9wHChDaB5TLlTkRkbvFzLC9ABr3x/F7873/rg==} + '@pnpm/cli-meta@1000.0.16': + resolution: {integrity: sha512-qD1hvOZktx7zs9L5J/4tkMNoaLJ3PqSLDH/nXzpS0DtNa/Ok7/evsncM2pr6IFto566fZ02Oumdy9IdiR7r7EQ==} engines: {node: '>=18.12'} '@pnpm/cli-meta@5.0.1': resolution: {integrity: sha512-s7rVArn3s78w2ZDWC2/NzMaYBzq39QBmo1BQ4+qq1liX+ltSErDyAx3M/wvvJQgc+Ur3dZJYuc9t96roPnW3XQ==} engines: {node: '>=16.14'} - '@pnpm/cli-utils@1000.1.4': - resolution: {integrity: sha512-azfuLQXwutahZ5rDLh9OYfTMRhRRGKJA4ClV/onCOAFqTX7fqTvPX9WIiGQ4+4qRoRTCE5ZTxJnxEHrEy/fkSQ==} + '@pnpm/cli-utils@1001.3.10': + resolution: {integrity: sha512-MFH7d8Ims9LVnZVzeBG+lkcejxZsi1EBicUNhBvLjbl3qXlL76mOzbI7jKUofenhev8tv2YRn2p71jS8bAj0EA==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/cli-utils@2.0.9': resolution: {integrity: sha512-mNujOPCopIi4r7D2HJ96hHKPEr/UPuZGruQvPVvjoc/pCP0l+y38xZAT72W2WhEM4Fo/zP8L+6g/zf88qUSbbg==} @@ -6645,19 +7849,19 @@ packages: peerDependencies: '@pnpm/logger': ^5.0.0 - '@pnpm/client@1000.0.18': - resolution: {integrity: sha512-O+ixnTEX4pTnqC2zXZNklEYz9R02ipPNwZz/s5u1GDVv/xatFIDK64+MAiiHl7bcbXPfUZP5MnzfIR3681N+QQ==} + '@pnpm/client@1001.1.24': + resolution: {integrity: sha512-2UNrokmnXaD2dxQ4R0VzWJ4NjfTgJnIW2BhE7QLB5rgo/hyO5EUiZkDdCgJoxa38S0QxHJDKRRHHCkO/Pa+Etg==} engines: {node: '>=18.12'} - '@pnpm/config.config-writer@1000.0.5': - resolution: {integrity: sha512-uog9yw8uINEa1d1pVZLhLUZ2Ufcx5wM3YfIF2ZhOwFS5qXUQszchGKUcc6GjwFLoD99g8RpIgGr+tc7JeNplDw==} + '@pnpm/config.config-writer@1000.1.3': + resolution: {integrity: sha512-9W82H0iHWDDX6Jx6gk+4dghOzwcN6NLKh53lxN0n23dMnJyXreHWPAEQ2i0j2w3oSKJcg5GfdoyvuNn2YQvC0w==} engines: {node: '>=18.12'} - '@pnpm/config.deps-installer@1000.0.4': - resolution: {integrity: sha512-ZUcKFjq17HzTlCa6Y+lPcjCZWrQDUUmZh5U5q5V/+Gjoz5znGP2C2uGHm1M0Mq+MesCP89sQu0soWx/Y3+Yvtg==} + '@pnpm/config.deps-installer@1000.1.5': + resolution: {integrity: sha512-FmEpqmjWPCPbJuMNyeGmaFFyZ6uOBbvtbrFVxxckbvTIi6qLRHiAqNq+tOEbcFWX6U3bLioFkP9/DBqBxJNHEQ==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/config.env-replace@1.1.0': resolution: {integrity: sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==} @@ -6671,11 +7875,11 @@ packages: resolution: {integrity: sha512-03d2l21gAyzGVr9SR6rS5pvCTnZ4HaNdi8jB2Y/UGvszzrNbA+AJVObVw6SulNQ1Eah3SHB9wCezJwtP+jYIcA==} engines: {node: '>=18.12'} - '@pnpm/config@1003.1.0': - resolution: {integrity: sha512-H3hPiyEKFiAETjHzlwekDZGCreuyomjdHoXmvsutx0oh1PH5WXYvtgtWzL7IFqhxlyQPgrWerXijototg8Qupw==} + '@pnpm/config@1004.11.0': + resolution: {integrity: sha512-NuiUOC00Vjfy7oAbj2xBKwlTJysXVLjuT0FoCYtrvhf1z62xKZOWY+uSHUtvjdx7G73JDoShEAYd0tDLxvg1WQ==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/config@18.4.0': resolution: {integrity: sha512-8B4Pw7cnMvO3kYUBZYYIjg6BcGhHwxEEkmBAcqAeF9NM6LmG6F0lFNsOf6XPfHZMx2vUTpZxaWo0FQo1uU2AAw==} @@ -6685,6 +7889,10 @@ packages: resolution: {integrity: sha512-xb9dfSGi1qfUKY3r4Zy9JdC9+ZeaDxwfE7HrrGIEsBVY1hvIn6ntbR7A97z3nk44yX7vwbINNf9sizTp0WEtEw==} engines: {node: '>=18.12'} + '@pnpm/constants@1001.3.1': + resolution: {integrity: sha512-2hf0s4pVrVEH8RvdJJ7YRKjQdiG8m0iAT26TTqXnCbK30kKwJW69VLmP5tED5zstmDRXcOeH5eRcrpkdwczQ9g==} + engines: {node: '>=18.12'} + '@pnpm/constants@7.1.0': resolution: {integrity: sha512-PzpiPtGF+bIrmkNaHgOIfBZw669+rkUtt/5UFzHukiETwI4/+BTYz8FAr+m5Dfuns531Y+fYRFOpB0PdbAU0+w==} engines: {node: '>=16.14'} @@ -6695,6 +7903,12 @@ packages: peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/core-loggers@1001.0.9': + resolution: {integrity: sha512-pW58m3ssrwVjwhlmTXDW1dh1sv2y6R2Gl5YvQInjM2d01/5mre/sYAY4MK3XfgEShZJQxv6wVXDUvyHHJ0oizg==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/core-loggers@9.0.1': resolution: {integrity: sha512-qP/kk6OeLSxqhvA4n6u4XB6evqD9h1w9p4qtdBOVbkZloCK7L9btkSmKNolBoQ3wrOz7WRFfjRekYUSKphMMCg==} engines: {node: '>=16.14'} @@ -6707,20 +7921,30 @@ packages: peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/crypto.hash@1000.1.1': - resolution: {integrity: sha512-lb5kwXaOXdIW/4bkLLmtM9HEVRvp2eIvp+TrdawcPoaptgA/5f0/sRG0P52BF8dFqeNDj+1tGdqH89WQEqJnxA==} + '@pnpm/create-cafs-store@1000.0.33': + resolution: {integrity: sha512-ynUDVwsvZRzfmxqZ0I6bht/CZ3WMRkwWr5jOBjsUVwyuQSvj3mbse5XZXbWRM6ox2WpybMVd7unoBdOQqlvTPQ==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^1001.0.1 + + '@pnpm/crypto.hash@1000.2.2': + resolution: {integrity: sha512-W8pLZvXWLlGG5p0Z2nCvtBhlM6uuTcbAbsS15wlGS31jBBJKJW2udLoFeM7qfWPo7E2PqRPGxca7APpVYAjJhw==} engines: {node: '>=18.12'} '@pnpm/crypto.polyfill@1000.1.0': resolution: {integrity: sha512-tNe7a6U4rCpxLMBaR0SIYTdjxGdL0Vwb3G1zY8++sPtHSvy7qd54u8CIB0Z+Y6t5tc9pNYMYCMwhE/wdSY7ltg==} engines: {node: '>=18.12'} + '@pnpm/crypto.shasums-file@1001.0.5': + resolution: {integrity: sha512-BceW75ux76vvfCxXTdLe1aXH/RVgUdjwwOjqV5dmx90p+y6iM/XlfrNa5HV8SfitRYfCsuwE6qe3/mtF5jMmfA==} + engines: {node: '>=18.12'} + '@pnpm/dedupe.issues-renderer@1.0.0': resolution: {integrity: sha512-vlo2t1ERLH3vsL1PtlCue6qfpWofN2Pt2bvGIPtN6Y4siCZVwjy9GU3yXJk1wS2+a7qj9plPiobebadJgV/VHw==} engines: {node: '>=16.14'} - '@pnpm/dedupe.issues-renderer@1000.0.1': - resolution: {integrity: sha512-zrCfk0HUQM8WhxCi3C0waGDKO0/gB4r3LgAUOQB4YTHPNr+m+iubznY0I5G776OqJfsPeLi4bByg4Y1wK29xlg==} + '@pnpm/dedupe.issues-renderer@1000.0.2': + resolution: {integrity: sha512-F1bQ/PR5TSEuq+1bwx9IgZ/9LbP7rrTYZ7uCUof9ecoxouT7R48F3UAlxHU5mxg6XGj8Ggm9H271d4YWgEYpbQ==} engines: {node: '>=18.12'} '@pnpm/dedupe.types@1.0.0': @@ -6731,11 +7955,11 @@ packages: resolution: {integrity: sha512-+d8Q576BxRZgt03O+JZXK3C1xVJeAr4Hs35Y8SCl01KpQ0Z7xzfJWahpee7iFc5jELiwjCQg2sISTwtZZQFltA==} engines: {node: '>=18.12'} - '@pnpm/default-reporter@1002.0.0': - resolution: {integrity: sha512-nV2tuRT2DN0OMKfZtgLfMMxzLYg1JrIDjtl6f67Dc0zfAGzeCRL0uvZyQQE4uJLrYfhvpfKoW4HR13g03PqWPQ==} + '@pnpm/default-reporter@1002.1.14': + resolution: {integrity: sha512-HL6MdS73TwSOsSqS6fPId/IUHZICjyjso52wcmiJq40g2wh8R92GJTVEWmW6xP8aY0DhOD8o0a1AHo8qwV62bA==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/default-reporter@12.2.3': resolution: {integrity: sha512-ALV6AQOcRPJ5bZlcCHDFQ4cEqH2B/2Luu0VYoAoofINgbhNDOKCrV6PkqLvnMQps98k1f7mtn4w/u4r99+qr7g==} @@ -6743,38 +7967,46 @@ packages: peerDependencies: '@pnpm/logger': ^5.0.0 - '@pnpm/default-resolver@1002.0.1': - resolution: {integrity: sha512-QbzjE6C0XiaJQ15KhC/dh13PYmbyqUhk/UwrJhrSZwWHJ693KSKNyOM9w+G+vVADmEfFMpcBN+B+BBN5V+TCeA==} + '@pnpm/default-resolver@1002.3.8': + resolution: {integrity: sha512-x911/z7RAh6KFWO0kDmkJ+rgZNozbnVrZWoRbYAF/CH27a00L5CaQokGcPCqFqBPFKSJVvrhlMkuQx5MwuFNvw==} engines: {node: '>=18.12'} - '@pnpm/dependency-path@1000.0.9': - resolution: {integrity: sha512-0AhabApfiq3EEYeed5HKQEU3ftkrfyKTNgkMH9esGdp2yc+62Zu7eWFf8WW6IGyitDQPLWGYjSEWDC9Bvv8nPg==} + '@pnpm/dependency-path@1001.1.10': + resolution: {integrity: sha512-PNImtV2SmNTDpLi4HdN86tJPmsOeIxm4VhmxgBVsMrJPEBfkNEWFcflR3wU6XVn/26g9qWdvlNHaawtCjeB93Q==} engines: {node: '>=18.12'} - '@pnpm/directory-fetcher@1000.1.7': - resolution: {integrity: sha512-AhiM0erNT+a/UM/LkXVlP8yPaWFNOeJsKh0CDdCEVoCSGFY0wYwSoukbyKFd2Sdox1PX/WvW/zm8A+2bDPB7Kw==} + '@pnpm/directory-fetcher@1000.1.24': + resolution: {integrity: sha512-Hoidyge60IF+e4axLHIzfeN7DAF1Upl/Xs4/TNVg5bby5oUHvy7yxvltT2wn1utMO/Lx1EqHoBAzERZhtatH6g==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 - '@pnpm/env.system-node-version@1000.0.8': - resolution: {integrity: sha512-vK1qrDrY+Y9FPAY3hDNbCK2wUdQHQRaM359Zlpr6BaUvb7WlHYHEbvpom7rEwKbNZQ6uPUcFbSIAiX+PCeF+SA==} + '@pnpm/env.system-node-version@1000.0.16': + resolution: {integrity: sha512-p6hTn72yrpx54aNktEea2105/GSrNdPLcS35jWmw87gUFdG6iY1XDO0+wKmg44p4aH5GUJy6aMI7lvq0OLNi8g==} engines: {node: '>=18.12'} '@pnpm/error@1000.0.2': resolution: {integrity: sha512-2SfE4FFL73rE1WVIoESbqlj4sLy5nWW4M/RVdHvCRJPjlQHa9MH7m7CVJM204lz6I+eHoB+E7rL3zmpJR5wYnQ==} engines: {node: '>=18.12'} + '@pnpm/error@1000.1.0': + resolution: {integrity: sha512-Dqc2IJJPjUatwc9Letw+vG29rnaMrDGi5g6WCx1HiZYm0obXbTmLygeRafMbgf+sLKXrWE1shOeiayQuczBdoA==} + engines: {node: '>=18.12'} + '@pnpm/error@5.0.1': resolution: {integrity: sha512-JQSOeSEqrV6k6+kKgrlSJ7gddJRcjxtNCxSVJRIqwckkGSdSTNpXmKEdGgLlaDuEwElPAZUmLDGSqk5InJ5pMA==} engines: {node: '>=16.14'} + '@pnpm/exec.pkg-requires-build@1000.0.16': + resolution: {integrity: sha512-IF1hAWdq61gCIbaCpy01SmoL5GLfJRC5/+qd0ZwBFdBeWEcEETCcuBYFFss71Q9OdjdTxNrNsz9apE3DPx1Tsg==} + engines: {node: '>=18.12'} + '@pnpm/exec.pkg-requires-build@1000.0.8': resolution: {integrity: sha512-8Mx71nPcUEJpLVzl4k/+Yu5Mir8JLg4oWEImkMfLKd9orU/F7A5FIHTeLw4RAnK0MummjmXPwj8UMQgOxkq2eA==} engines: {node: '>=18.12'} - '@pnpm/fetch@1000.2.2': - resolution: {integrity: sha512-gc4fmbL7YE8nmEuNk5QtDeIwNTxM0/2/OrV+QJXTppd+Z5y1UJVCmH5M0JU8enTcpGqHYEbt5WcTU1jf0/jU7g==} + '@pnpm/fetch@1001.0.0': + resolution: {integrity: sha512-b5S29O4WaqxlFDpmyy1NWkvB3X+pz5kM2Se1ENSY7Rx+uKEIcRE1CzpRxpILDFf3uWHAOt90bBNywCeh6LQkKQ==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' @@ -6783,20 +8015,30 @@ packages: resolution: {integrity: sha512-QcHArZSCNGJZBlBc0dG4NvfL1vWt7SE+qHALJm/mp2kQ7HBODXwp95xgNB1JTx29AbJ8c4tpybq73ZQ6Vdsw+A==} engines: {node: '>=18.12'} + '@pnpm/fetcher-base@1001.2.2': + resolution: {integrity: sha512-LMSb3k7osG99ikbhLTPQWfr61tyAnd08NbIoASVdUJ00S0c6F6O/dauqb4Z/PddE4ghkQ6hE2VRNASdRdLgT6w==} + engines: {node: '>=18.12'} + '@pnpm/fetcher-base@14.0.1': resolution: {integrity: sha512-DXPZ33CrmDQXnYzwvqyP7I0BF0MQELo4ah2JGpXhLhgOdzU+vj7zdKFo2x82L8anrK861IRi01V8o14oATq1vA==} engines: {node: '>=16.14'} - '@pnpm/fetching-types@1000.1.0': - resolution: {integrity: sha512-0JFRtWH/6Pwsl9Q9CwxHpCxsoaaTr4cYbL4moMiVYnllg8yeJSU3V5S0gPsAlIdhHfjBVNfwMIM99pICzic33Q==} + '@pnpm/fetching-types@1000.2.1': + resolution: {integrity: sha512-atgLxpIAxERPtWykqHzSzLhVfKYZ8hV/KzuVSEXjwvY1+RWnycotbZ2xm6Z90dNx8WZw6PM2r8OmkiZiRb1+Bw==} engines: {node: '>=18.12'} + '@pnpm/fetching.binary-fetcher@1005.0.4': + resolution: {integrity: sha512-F0fp9mOldXlzd1Nunpvn0ArGbYsvgqz8Ysh6/gB3RFJE6IVubixqgVzWuspsTfcSMhZd6Dt0Kzj9qyfuyMPXOw==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/worker': ^1000.6.7 + '@pnpm/find-workspace-packages@6.0.9': resolution: {integrity: sha512-80t6m6w3EfOg5k88CR8Eya6aOJi2uXyYGFSv2Y+3DqGAWD2x6CFLM3kop2Zi1nL9THMYpYF3hLnBRbqcJ8rmRg==} engines: {node: '>=16.14'} - '@pnpm/fs.find-packages@1000.0.11': - resolution: {integrity: sha512-vI3+bu6CrI/42hDUjtsKtSGaHlp8XHdmywtrc3HQYQrihzoaswjQW3dXAfG9x4bZy6vuGwmzXkberI1Z81QYUQ==} + '@pnpm/fs.find-packages@1000.0.24': + resolution: {integrity: sha512-6r2lpvoljgTvQ+CiJYz3jCunzO1PM6g1Cqc3xon49he8sgg8BatMsNxcGnuZWK//du80+ylS/uBXKxwuHMuHUw==} engines: {node: '>=18.12'} '@pnpm/fs.find-packages@2.0.1': @@ -6809,6 +8051,12 @@ packages: peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/fs.indexed-pkg-importer@1000.1.26': + resolution: {integrity: sha512-U9kSSk5UjqNoDiLjulNjZCAZLP6AkzMyvILV1qaK1ciM/qOioyVTaVd0N5oFTbEv0h/wrDb5V7r9k/xwS73flw==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^1001.0.1 + '@pnpm/fs.indexed-pkg-importer@1000.1.7': resolution: {integrity: sha512-1/8Q/2IKtx7JNH0byqCxNFgB9AB7oBuEGi1gEjPbzSpuIw7wKHFT3G1UdzTaExG9lReo/KZGhxqip/nmMKcjBQ==} engines: {node: '>=18.12'} @@ -6819,19 +8067,15 @@ packages: resolution: {integrity: sha512-2WXDfqKVIfLskyDUmqKP+n8RzlEqPk8jpsiPXRA5Zx0La5IAadlo94Yttlu0f152t/ogmuOtHFReOgCT2uUzQg==} engines: {node: '>=18.12'} - '@pnpm/fs.packlist@2.0.0': - resolution: {integrity: sha512-oy5ynSgI13FxkwDj/iTSWcdJsoih0Fxr2TZjUfgp1z1oyoust8+OxqCMOrHovJEKToHdPQgFtO09KbH7lAlN0w==} - engines: {node: '>=18.12'} - - '@pnpm/git-fetcher@1001.0.7': - resolution: {integrity: sha512-JDfwlvCvvupxTlqJs+R8M2uu0uABI0REeo9py2SePiJ77a/3tbclaYtqhmxGLFoLEpAdga5y/ZeIAuhUUItYgg==} + '@pnpm/git-fetcher@1006.0.6': + resolution: {integrity: sha512-kxLOlrvwOudX7VEe6bTJz0UXTwAebqTAYz0XhlzzXeJUuWep2hQMAW7QzeQyU247ZzE4AXr88Ca1ViZyytCk/g==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/worker': ^1000.1.6 + '@pnpm/logger': ^1001.0.1 + '@pnpm/worker': ^1000.6.7 - '@pnpm/git-resolver@1001.0.1': - resolution: {integrity: sha512-T3IDZ611LMEurQUH2kxB9XoA0V0E2UISJXpuyD+sEV9rbOA2ZsAQSZOcy3XrEmHN9IlLxPKgorkHdN8kT7bkeQ==} + '@pnpm/git-resolver@1001.2.2': + resolution: {integrity: sha512-vaJRXv+jDSxuHdh7wGO5CBq5E5g+wrTMC6JwzvjrMjDhtIPjuncZJ3ZwinBfOJjoq4t/OsUD9lSqdcAaETKQOA==} engines: {node: '>=18.12'} '@pnpm/git-utils@1.0.0': @@ -6846,6 +8090,10 @@ packages: resolution: {integrity: sha512-RvMEliAmcfd/4UoaYQ93DLQcFeqit78jhYmeJJVPxqFGmj0jEcb9Tu0eAOXr7tGP3eJHpgvPbTU4o6pZ1bJhxg==} engines: {node: '>=18.12'} + '@pnpm/graceful-fs@1000.1.0': + resolution: {integrity: sha512-EsMX4slK0qJN2AR0/AYohY5m0HQNYGMNe+jhN74O994zp22/WbX+PbkIKyw3UQn39yQm2+z6SgwklDxbeapsmQ==} + engines: {node: '>=18.12'} + '@pnpm/graceful-fs@3.0.0': resolution: {integrity: sha512-72kkqIL2sacOVr6Y6B6xDGjRC4QgTLeIGkw/5XYyeMgMeL9mDE0lonZEOL9JuLS0XPOXQoyDtRCSmUrzAA57LQ==} engines: {node: '>=16.14'} @@ -6854,54 +8102,56 @@ packages: resolution: {integrity: sha512-Zx2hzwxBKv1RmFzyu4pEVY7QeIGUb54smSSYt8GcJgByn+uMXgwJ7ydv9t2Koc90QTqk8J3P2J+RDrZVIQpVQw==} engines: {node: '>=16.14'} - '@pnpm/hooks.types@1001.0.8': - resolution: {integrity: sha512-pH03ff8WlCChgOp0gv4l016E5qrYjPHMTeTnc8+bpvJvBuHZTUCbAStpRw9XvOmzSvecXK3kMIYv5WBjcBV94w==} + '@pnpm/hooks.types@1001.0.20': + resolution: {integrity: sha512-xNm1A5VkCuR+nBHV6h6Zdocv1nRZYkM2/V8fXAdfI1ueTf3tb1j2MdROp0ZfQtmPBZMJmJ+vJj6PKQVErpZE2A==} engines: {node: '>=18.12'} '@pnpm/hosted-git-info@1.0.0': resolution: {integrity: sha512-QzmNiLShTnNyeTHr+cykG5hYjwph0+v49KHV36Dh8uA2rRMWw30qoZMARuxd00SYdoTwT8bIouqqmzi6TWfJHQ==} engines: {node: '>=10'} - '@pnpm/lifecycle@1001.0.14': - resolution: {integrity: sha512-itDcgNRpkg+VHaGL0Od7Z+0UU2Lw5o3HHhdKCOZ279xusmgW6/bLK4Ezaw1iLsNXPdL4StrjDqT/0fo6iOoD3g==} + '@pnpm/lifecycle@1001.0.37': + resolution: {integrity: sha512-Gyb7riSG1IPtNv9wwmDwVVoswHm68exvkX2GJMtNlWCBA4UpMt/yNXwnZwvtKeVU1xIyH+SQ8fa3xzOhSaf+7Q==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 - '@pnpm/link-bins@1000.0.13': - resolution: {integrity: sha512-a2gKKTKpJReUDnrd1UQb+Aj62zjVy1XAPJyJIwNIB0AB0lWfxY2HOG8EEpo3qJln5o5/I5T9KYG3V1KSeklB0A==} + '@pnpm/link-bins@1000.3.8': + resolution: {integrity: sha512-bW14xL9T3gEpw1sx10rswp/mtatiA1MAZWy32pYwef6anKipX1720do9Up+CEwZ+kwYmzD7aKJjykcs5aiJ3bg==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 - '@pnpm/local-resolver@1001.0.1': - resolution: {integrity: sha512-OZqbAu9r04SsnaITfEa4ov/KNw6OWWbiSZZq3eNkPs749+1zaNfI+e04ryYKZHUD2f+eXG9ty4IAMwa3QkGXDQ==} + '@pnpm/local-resolver@1002.1.13': + resolution: {integrity: sha512-bZDxIPDT9kGkYYIPJQ3j2wP/yZboVaRwGnndP8UqS73hjgiGUbcSoFBfJpk3o3icKNRdOkvagHIOeBFbrwiJ1Q==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/lockfile-types@5.1.0': resolution: {integrity: sha512-14eYp9iOdJ7SyOIVXomXhbVnc14DEhzMLS3eKqxYxi9LkANUfxx1/pwRiRY/lTiP9RFS+OkIcTm2QiLsmNEctw==} engines: {node: '>=16.14'} - '@pnpm/lockfile.types@1001.0.8': - resolution: {integrity: sha512-rKecvWutX7aZPFNyXGnGtiwfmnPRiQyG6AWQ1Ad0djWKbPeccg0s9B7cJqCJ4nEnwzhEvw9UtuofBkU/O0L+bQ==} + '@pnpm/lockfile.types@1002.1.0': + resolution: {integrity: sha512-Oa9Fhwo4Ipodj3hyUPC5wUt5ucVkuttyct2DbFUkB79Fq5HL9MHHQ+JFYh03eajmLqWrN1t8+6DbmcKqRtNjNg==} engines: {node: '>=18.12'} '@pnpm/logger@5.0.0': resolution: {integrity: sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==} engines: {node: '>=12.17'} - '@pnpm/manifest-utils@1001.0.1': - resolution: {integrity: sha512-hYcuP/1BIz/FTIc0+nvgoPLTav/eDmwmLgiMFMsjuX99CNCZlHGQTbph8hrYUJu13QMm/99aRBN/cCpZqqYi8g==} + '@pnpm/manifest-utils@1002.0.5': + resolution: {integrity: sha512-2DSwQ6pP73IuJS5mCCtPd5fibJwuAdufXKuSL/Oq1n6AggCqy8616Xea1X3RH3z5dL4mn7Z4EZ+vnX8jX3Wrfw==} engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^1001.0.1 '@pnpm/manifest-utils@5.0.1': resolution: {integrity: sha512-vQUmd0NQNv1yWEeFA4pjuBCs4AqhaHW4bVpuaD19lHE5J9SCs7iNRDpjnxjTm/qgDgO/hqu/spuAXEbPxR8u0A==} engines: {node: '>=16.14'} - '@pnpm/matcher@1000.0.0': - resolution: {integrity: sha512-MKulLUYdMFvZ3UOFsqpqn7nrA3OnHs210jYmI8Wxyczh1nG7icY49sUtlpYsEEbBA1arJpAXDGyU4hx58dk9Lg==} + '@pnpm/matcher@1000.1.0': + resolution: {integrity: sha512-R1pl9wY1b9fQRGkD5pNDhe3+6AMfNCtSOoTvrMLj5kepQm6i/4i3ulDTuBxYuvzWOoD0nx1jVofjTrlKxK8RoQ==} engines: {node: '>=18.12'} '@pnpm/matcher@5.0.0': @@ -6912,8 +8162,8 @@ packages: resolution: {integrity: sha512-YITr8VrjPPULdQWAA17oU0M4j4286OmRnk0XA1ntoR+v0FbdGRKmRQmOHx86s1eM3eGCh1UF8WPHNkbgjjBN3Q==} engines: {node: '>=18.12'} - '@pnpm/network.auth-header@1000.0.3': - resolution: {integrity: sha512-JWjz3t8MCJS8ctaNLUNGLDlMwurr37tHtiiXG0NvHjDo8wiY1xNDgVv+XT+qBRVv4ziKV8FbO3dqsJHyJZD+GQ==} + '@pnpm/network.auth-header@1000.0.7': + resolution: {integrity: sha512-zf2afz8uGT3afOdVukbZB0mNqWN6ZddiD+y7sReqkciecp/HSCm9seOpTDC9Ecl/VTgqeP7JOJ2k0M1C4q1+AQ==} engines: {node: '>=18.12'} '@pnpm/network.ca-file@1.0.2': @@ -6932,37 +8182,45 @@ packages: resolution: {integrity: sha512-eYwrzhKUBGFdq78rJStGjaHTUHA2VH+Avr//CVx/T+EJkI7hnFmOy6YghvcB2clj8HpO4V8tXRNuFNfRX08ayw==} engines: {node: ^10.17 || >=12.3} + '@pnpm/node.fetcher@1001.0.27': + resolution: {integrity: sha512-ozO0ZDYbDZrFQzc0uZ2kxhPJ6REu2Neq3g4MxOsJd1lzwX26ViVLyJqlnQ1Fn9JE6szJJPJ8CVsQhQ+c8tXCWg==} + engines: {node: '>=18.12'} + + '@pnpm/node.resolver@1001.0.23': + resolution: {integrity: sha512-WIsXeAR2EwVvzSz6CG3UqUwimOBsOyg9YfUHCAc7yqP7mVe3Hy2o9KAgSMChseYtuMgfI75isuTkFPDgXlIb/w==} + engines: {node: '>=18.12'} + '@pnpm/npm-conf@2.2.0': resolution: {integrity: sha512-roLI1ul/GwzwcfcVpZYPdrgW2W/drLriObl1h+yLF5syc8/5ULWw2ALbCHUWF+4YltIqA3xFSbG4IwyJz37e9g==} engines: {node: '>=12'} - '@pnpm/npm-conf@3.0.0': - resolution: {integrity: sha512-LdFkv/+4ONkQ9ZyE8ihC2L2RcPjvNcOTQq6pvvvZp8KeDYATCJeJX7gpHZF3Bx1XvUSU35dyF9Q9dS+JShtOFA==} + '@pnpm/npm-conf@3.0.2': + resolution: {integrity: sha512-h104Kh26rR8tm+a3Qkc5S4VLYint3FE48as7+/5oCEcKR2idC/pF1G6AhIXKI+eHPJa/3J9i5z0Al47IeGHPkA==} engines: {node: '>=12'} - '@pnpm/npm-lifecycle@1000.0.4': - resolution: {integrity: sha512-sN7dG1UV7jZvMgH2C/qtvriq4PsDkJQekuAHWO3DCw4n9Ef5Edv5nNoyg5I288FFzDsEV963HpyVOqB7x94DNw==} + '@pnpm/npm-lifecycle@1001.0.0': + resolution: {integrity: sha512-5jW/GNLdZMiw+PJ8FYSvOghoApSjsORNIro2fj8j6NHAqJxJjcHekC5/NsKaawoI5LAkU/XDDVjNC71Yz+uS1w==} engines: {node: '>=18.12'} - '@pnpm/npm-resolver@1004.0.1': - resolution: {integrity: sha512-SCv9Lbt+n3VVYDwaCzsHzN4HQNNsf8hrIljont/00WTCpGW93rz3f3CGevZSAdAkkfPjJNyxJ9w5DckyxEqsSA==} + '@pnpm/npm-resolver@1005.2.3': + resolution: {integrity: sha512-xbO8q0ANqbnDETPJHHt1Eab5tcP0eAesuRljgmgnIJE5urgUpC24Mzz5tZ/zMbchPKrmvx0vWPOrHQo7Ddz8eA==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/object.key-sorting@1000.0.1': resolution: {integrity: sha512-YTJCXyUGOrJuj4QqhSKqZa1vlVAm82h1/uw00ZmD/kL2OViggtyUwWyIe62kpwWVPwEYixfGjfvaFKVJy2mjzA==} engines: {node: '>=18.12'} - '@pnpm/package-bins@1000.0.8': - resolution: {integrity: sha512-oWFHlYVl7h5qmIoK45GzHyQbVOM6kBDqy+xZ2dqbPyYzFaVJGbkYuNvYfnb5acktlResln0BzCrcQHgrGHPdAw==} + '@pnpm/package-bins@1000.0.17': + resolution: {integrity: sha512-DD2XTIIWwN1xVRdocKRaIl4eSMp3EdhhxqogfEwEiMbmGkoE4lbnTg3f81VEfhOGl1vTaS5UoM2qxW1FGrpaZQ==} engines: {node: '>=18.12'} - '@pnpm/package-is-installable@1000.0.10': - resolution: {integrity: sha512-RNSMAHMDjg6+obZ4z6HbMjqh20FF5gq8usso7sIkg9U4Y/BYXjTfecp0Jv5UFgRh6JL3qt/JOhSliMLyPVmi4Q==} + '@pnpm/package-is-installable@1000.0.21': + resolution: {integrity: sha512-DWXt+BJBz7H1CiT4BdNLFCUkHbD0e63MEzTCa6gBq0CtNbtXxGmkvPJ2wmRoCsC8lwqzvQZfYBPdl/52rOMMsQ==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/package-is-installable@8.0.2': resolution: {integrity: sha512-eYuqNBjzYf5wXbD4Xm6ZupRPjYxn2sp6mtYL9+bMntx1+yoUlCJABrYcSvbTM7kheoHyHRf+gEQDFKdn5trQ6w==} @@ -6970,19 +8228,19 @@ packages: peerDependencies: '@pnpm/logger': ^5.0.0 - '@pnpm/package-requester@1004.0.1': - resolution: {integrity: sha512-nnOps7eUZiJLszET8lbr3QiGhcntLra9j6JMD7JuuSXWMky4VH2S8XFvxeMdN/u/0OZpf4m6W2tEdg+WgSCM/w==} + '@pnpm/package-requester@1011.2.4': + resolution: {integrity: sha512-hOy66cKvi7PdfYsS01sA1MnF45ruK73w01H2bPj0rhdit+QjW8bv6iC0o2LK1/5Doaxy7taU93Au5204kso8Vg==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/worker': ^1000.1.6 + '@pnpm/logger': ^1001.0.1 + '@pnpm/worker': ^1000.6.7 - '@pnpm/package-store@1002.0.3': - resolution: {integrity: sha512-Qk1Ojkt+BOgGefuBz6DLJuOzCtC4lXeyny5yQl9SqvH80oCvAtX+AP9nZF1ZwKbFfMlVdmmgg8q4lpOJgXWQWg==} + '@pnpm/package-store@1007.1.6': + resolution: {integrity: sha512-N9pN1T16m+2aFIsC4npkU7qlkFjcSK/Xd0MMcgzdoSkXY+qQ40V0kkKP+RGxvEVauGtYFv0Inr0BZxyo6kradA==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/worker': ^1000.1.6 + '@pnpm/logger': ^1001.0.1 + '@pnpm/worker': ^1000.6.7 '@pnpm/parse-wanted-dependency@1001.0.0': resolution: {integrity: sha512-cIZao+Jdu/4znu76d3ttAWBycDj6GWKiDVNlx1GVgqYgS/Qn7ak3Lm0FGIMAIHr5oOnX63jwzKIhW35AHNaTjQ==} @@ -6992,19 +8250,19 @@ packages: resolution: {integrity: sha512-Zib2ysLctRnWM4KXXlljR44qSKwyEqYmLk+8VPBDBEK3l5Gp5mT3N4ix9E4qjYynvFqahumsxzOfxOYQhUGMGw==} engines: {node: '>=18.12'} - '@pnpm/pick-fetcher@1000.0.0': - resolution: {integrity: sha512-/Lg6m3wcd6sRB1zHH0EZpGVkmor1+jdXdrvGtatUXxug+Gm2JzeW7Kd8LVcGyKTfFMMlT+xxhjfHKG67QNJxtA==} + '@pnpm/pick-fetcher@1001.0.0': + resolution: {integrity: sha512-Zl8npMjFSS1gSGM27KkbmfmeOuwU2MCxRFIofAUo/PkqOE2IzzXr0yzB1XYJM8Ml1nUXt9BHfwAlUQKC5MdBLA==} engines: {node: '>=18.12'} - '@pnpm/pick-registry-for-package@1000.0.8': - resolution: {integrity: sha512-d72n9tHyw0oOFzay+7/pd/94OMXCJmuuaTRbnNmUIDrwdPXtJ0B4ACCe87+LxtCvTO0LArG3yCDKxq7mK5VLUg==} + '@pnpm/pick-registry-for-package@1000.0.16': + resolution: {integrity: sha512-/dTfl669uwuABRqZXDT37fJItuPu3h/YHw4lAvgkUp3D6CaWVRoEX+ZBiqQU/NCzUBOQ3x7QOU7sPKUinbRh4A==} engines: {node: '>=18.12'} - '@pnpm/pnpmfile@1001.2.1': - resolution: {integrity: sha512-9/5KDsum8OI7a/r7n+cPTJEbtDHIeGNEnoP7/4v6Os+NjtKgfiy4jinlsbHHKalgEGEG5YcaKJ8F13LmoyfSJg==} + '@pnpm/pnpmfile@1002.1.13': + resolution: {integrity: sha512-WURiwlcbGeIUFj1woQiKKGvF+AkgENRDXV4S8BIHVox/uAT/d4MNQ/6ekQ/0kaovebsKqFftZFisHLpG4d0yww==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/pnpmfile@5.0.7': resolution: {integrity: sha512-A8uwamvs9jhf3DYLuGHCngWW8WXEDgcm3nwOeRTWJOOgButgXueIRHcEZPiKgQwy6t116ntimNeW5H3/hjim6w==} @@ -7012,8 +8270,8 @@ packages: peerDependencies: '@pnpm/logger': ^5.0.0 - '@pnpm/prepare-package@1000.0.15': - resolution: {integrity: sha512-hjH48EJIwOW4IiQRhuqB/jBdJYaAMYA3F9S8Tws+Noeu7jKj7QEXr1QpT5hgORViWij37Xwxv8ncCzqGbrg97g==} + '@pnpm/prepare-package@1001.0.7': + resolution: {integrity: sha512-dTgxVav2jWqdlLdKDTTioR8k07301E5T/+00ylu22UlnlA/h7dyzdhEThDmYBTEYxe6TIYFjLYmoWRGJSy1y/Q==} engines: {node: '>=18.12'} '@pnpm/ramda@0.28.1': @@ -7023,85 +8281,125 @@ packages: resolution: {integrity: sha512-IEJ9Zc2DVqKy5iFu0EtwdBMTa0F5nElqh53dBv+dO+2g72dKd31CV4fMyWrjf7PIdFs0YUAknYok5wKBeMTqJw==} engines: {node: '>=18.12'} - '@pnpm/read-package-json@1000.0.9': - resolution: {integrity: sha512-f/BnUnJoD+e1a4PLCRkLaqlBnW7hkZ2uU1ULCsPwQm2Uwd0rGsxJAeCvDsh1shM5FamzMAr7WxRsQCygsRtc3Q==} + '@pnpm/read-package-json@1000.1.8': + resolution: {integrity: sha512-mIC+8Yz3lMuL5rYr2DIaflhJwaMkd58ArF1kaK3DLo6uI4wzUJJsBqMLW4ebUr5+QxFtyaWBhMlCRsRRywPFYw==} engines: {node: '>=18.12'} - '@pnpm/read-project-manifest@1000.0.11': - resolution: {integrity: sha512-uPl5tkXullEQa+WOZDIhp7jb1UlGg8vVjnOLZmv6oJltEfMzOlDryu0awYJB5QVj1twKuxevjH6Zaq/mdVn4dw==} + '@pnpm/read-project-manifest@1001.2.6': + resolution: {integrity: sha512-BcNO50lAkE4m9JaJ0WmG3m/DH/qLSvMgZywtmb/dfyyLVu5nDZfDqmOd8U+f1NhLcLMbBK6AnS3hyUqZYvw9Vg==} engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': ^1001.0.1 '@pnpm/read-project-manifest@5.0.1': resolution: {integrity: sha512-MDXuQpYFbabSXzAnqP7VIQqBx5Z1fzOhzB/3YmIXJ+tE7Wue//IR3itMSYlWeaFLo1G5PCJklM2zBdvggRw1nw==} engines: {node: '>=16.14'} - '@pnpm/render-peer-issues@1002.0.0': - resolution: {integrity: sha512-KYx8cqr7HRS6eAENDbXF4q2A4zt5aeUkZprp3KXz76JGEK0IkyDJjlHhWPJZa3bEKnLzgG2T4Kd3dkJ2h3GlZw==} + '@pnpm/registry.pkg-metadata-filter@1000.1.6': + resolution: {integrity: sha512-1sgnH0BKvnavbunCXZVRCSOXef/2E8dIFocNqZdHXF84JWcy4QIi5rwXHNRElMBgqZt1vUzKsEMMVtwQaS9cGA==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/logger': '>=1001.0.0 <1002.0.0' + + '@pnpm/registry.types@1000.1.4': + resolution: {integrity: sha512-LCuhL8Z6ca9J9PUyT9We9gwpEke9HuW1l/2QT4NIn4rVMI7WndCbMTxa2HsvvRtyCP9cAdl6NPv5eAGQnzjSWQ==} + engines: {node: '>=18.12'} + + '@pnpm/render-peer-issues@1002.0.12': + resolution: {integrity: sha512-+SAyETohRgc1H4BXbljSWse4CzwqAMeys0uagwjJUslKTh6F79r+oB94j42ATnvhsls+MDGC4hOK2c6k16rjgw==} engines: {node: '>=18.12'} '@pnpm/render-peer-issues@4.0.1': resolution: {integrity: sha512-+SsNmbBHH7lBsFrs6dQCEWRtT+Bmq9MYxu+xgkXRplyvjSEQmM0h/UduIw5s8ZAlUuQcxNVTvl0b7ul6OPEIwg==} engines: {node: '>=16.14'} - '@pnpm/resolve-workspace-range@1000.0.0': - resolution: {integrity: sha512-NO0Rz4MEOVvGsMBR7AGqqQ5zgHMQ0fpRE01iYKUKfxJ42AVP6slka4GF2rpEZISfgq8HeSdSnKL9oul3+V/2jA==} + '@pnpm/resolve-workspace-range@1000.1.0': + resolution: {integrity: sha512-kQT1l+hQqW2/Z7CcbGXd9HfySe18jiJSeK0g6tvWLA27/s4bHikiCD7m0vkfn3w+pLpA/lwWmoUiPrDZmsaZ2g==} engines: {node: '>=18.12'} '@pnpm/resolver-base@10.0.1': resolution: {integrity: sha512-2yufLOpiPKQyNVLbL3dgoytkDuuURB5yBOrFtafiuZieGZJid2AeHmFfPhU9hNc/ZM1+wqH3EuVHe/1DdEgm4Q==} engines: {node: '>=16.14'} - '@pnpm/resolver-base@1003.0.1': - resolution: {integrity: sha512-QdkoHw3Bk/pLfdmhWttBZP5DVOcYTvli6zjt9Pk3A8gIhVMw1QBRbdhhvEmPgKwDh6DxD7jFrh8daTkF7OK1cw==} + '@pnpm/resolver-base@1003.0.1': + resolution: {integrity: sha512-QdkoHw3Bk/pLfdmhWttBZP5DVOcYTvli6zjt9Pk3A8gIhVMw1QBRbdhhvEmPgKwDh6DxD7jFrh8daTkF7OK1cw==} + engines: {node: '>=18.12'} + + '@pnpm/resolver-base@1005.4.1': + resolution: {integrity: sha512-47zGgACkbZWLOmM61kaE0nkqxiYx63C6DJ4wzDsdj0iXDZJ9SJEl+T035pkhquHe8XEh3YxvwMg2BRyZSgmZ9Q==} + engines: {node: '>=18.12'} + + '@pnpm/resolving.bun-resolver@1005.0.11': + resolution: {integrity: sha512-ymCqF3OKhUPnX6rIO60KeSExwxtsmtC/63EIi5sKELVtS4LblCokZf1prkKrxIL/XdsMxlHOfgP3hN4PWAx3XA==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/worker': ^1000.6.7 + + '@pnpm/resolving.deno-resolver@1005.0.11': + resolution: {integrity: sha512-4xx/cOVTVPJWuithd0RDaVZ0hb6H7kAg7jDYJtR/3cOUl+8KHLqD2fIh71OXGrPkGTd4mJCsOUO9MxY2hqCj+A==} + engines: {node: '>=18.12'} + peerDependencies: + '@pnpm/worker': ^1000.6.7 + + '@pnpm/resolving.jsr-specifier-parser@1000.0.4': + resolution: {integrity: sha512-oxf+Y5lumvfNx9Igss/dvDb0t4iWtE0wjrmdDPFkVrXTlQbdWLujnyYSp3Obim/65K+r5RspoizJgjWJRe69nw==} engines: {node: '>=18.12'} - '@pnpm/resolving.jsr-specifier-parser@1000.0.0': - resolution: {integrity: sha512-/61cFu7EJcrXCJtqo9cjaEcuvtUYWOZQE0o7CrYL0S15lN7gSbUMD19y/n0eG4rBxyRJg3U+fnj43f+mvREL/A==} + '@pnpm/semver.peer-range@1000.0.0': + resolution: {integrity: sha512-r6VzkrdH7ZKjPmAogTNvxuV/UyS/xwHNme+ZuEFiG0UthZgqudDftYtKmG20fcfrjG1lgJbbWICA8KvZy7mmbw==} engines: {node: '>=18.12'} - '@pnpm/server@1001.0.3': - resolution: {integrity: sha512-xEP4pcwyPZIXKEHQYbkgSbQJL38kIRk/J4Xo3MUmr+5VvQgnXxgZpq4+YLWTCiSySC5q628yilUSsA5tCkyozA==} + '@pnpm/server@1001.0.20': + resolution: {integrity: sha512-+LueCvZ8QtEgKXP76KlYZlY4OvCz90RsEQj1Ohi7Ec5s/b3SQQRZbXKUbOnvj8F+8l+ex40zfFHIMhfG6bRerQ==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/store-connection-manager@1002.0.2': - resolution: {integrity: sha512-L331v4O8nZ1q5twU26UYPE13HpWj+CrPKvICaTm/fHzwD0yuQ95Gr22rZ4BLDmifnkjpR1FwjQM/Wm3pCP9qXg==} + '@pnpm/store-connection-manager@1002.3.19': + resolution: {integrity: sha512-+vusHp30F9nOIaSuq4oORGiqlTA6W79lw3aOe2w0d3yn4SgFQnApduQOsNdJgM0my3AIBWMQOW2m3T2FCiX6Lg==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 '@pnpm/store-controller-types@1003.0.1': resolution: {integrity: sha512-NEvwCU8Sz6K2cu8/v93MIjqkr/92AqZSb2O/q11lSiLjo8kSlXmh2gP6/vptTrP5UsJih0JOKwUtc2Fm+dbDvA==} engines: {node: '>=18.12'} + '@pnpm/store-controller-types@1004.5.1': + resolution: {integrity: sha512-UT6UpPIuebGhYEldceeprZZn3/NWS4CGOvObxbrfRRVPoBhJTYZwC9rg5rPooTpPH+LiSGLRHc34lPMIQzn7NQ==} + engines: {node: '>=18.12'} + '@pnpm/store-controller-types@15.0.1': resolution: {integrity: sha512-S88sR6xhQ1ZDhMRIjhaRBA11N2OIDU2W+60szQLU8e2bw+KgGU60LbcXMunTdRnJskuB9UfDyoN6YuRtETBqYA==} engines: {node: '>=16.14'} - '@pnpm/store-path@1000.0.2': - resolution: {integrity: sha512-Ab2RJUnMb0ZP7rRTP9mr+KUSeoWjozNbd9gqC7ZYptHUlPohpVbjBY2xeppApw6GVzHLWPB3hIyXXz7qylnHuQ==} + '@pnpm/store-path@1000.0.6': + resolution: {integrity: sha512-Bn3SG3MF7Mc3KVbbOOJ1FvFyz3UgvdyEuCO3/sakNL4yeKNKgUnv/ECj9KsD6/4goHnRSRajtlmopLaBkAsSCQ==} engines: {node: '>=18.12'} '@pnpm/store.cafs@1000.0.12': resolution: {integrity: sha512-+UJUJqgfitp0GxoKVA0Q5E++AAA0+65l0wYUhX009f1LEES70br9iWV5fYhn4vSTzjhxaHh3capcz7yf8QhrOA==} engines: {node: '>=18.12'} + '@pnpm/store.cafs@1000.1.4': + resolution: {integrity: sha512-6lV5EzJieiBe6Px+p1JezbKdQ1umj4gxIYexYKSMBHPH6SVKFYnKewwU8iQ2bWhvnTNbUMUxTIJeIErWBGh2eQ==} + engines: {node: '>=18.12'} + '@pnpm/symlink-dependency@1000.0.9': resolution: {integrity: sha512-yI4nFQuI6lBzP/hUJ6L0te1TT+LVwr8LzA4E5acyrjQy/LOoRlIMykVP1nPagS/h4E2lDXo1LlARvSt1Ibe1LA==} engines: {node: '>=18.12'} peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/tarball-fetcher@1001.0.7': - resolution: {integrity: sha512-/SBSK+Ho7y1C4GWrD65Wz1/WKBCDwgQ00XsY0xvhJ8+Q9fzE0pznX3xmfWfbD4jogWJ7c2pdDs8USWKMgR2Z/w==} + '@pnpm/tarball-fetcher@1006.0.6': + resolution: {integrity: sha512-3JdYi0o3rETeSi8s4rwazoiY7/WsK+E6ihrWwRoFZ2YEobhWvP22F7iwsaQkEiwmBFOdUKzqysSnLo0NG13CBw==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/worker': ^1000.1.6 + '@pnpm/logger': ^1001.0.1 + '@pnpm/worker': ^1000.6.7 - '@pnpm/tarball-resolver@1002.0.1': - resolution: {integrity: sha512-4W2vKQ1I1VX3xn0LXGIRLSeoMdyYPiWbI/VlP0ba8qlSyhUOhocF9QKOLFymeCqVCKAOUL6yODxdczsfnXr5sA==} + '@pnpm/tarball-resolver@1002.2.1': + resolution: {integrity: sha512-E2vuu5QrRoNJF6dQdDrDaVGvm4ko0HOT0XbGNCdyk2BGPEkXuNZ/7A8xyvXyNSEtUAql8V4hDbLWsQRIg4xlOw==} engines: {node: '>=18.12'} '@pnpm/text.comments-parser@1000.0.0': @@ -7112,10 +8410,18 @@ packages: resolution: {integrity: sha512-DRWtTmmxQQtuWHf1xPt9bqzCSq8d0MQF5x1kdpCDMLd7xk3nP4To2/OGkPrb8MKbrWsgCNDwXyKCFlEKrAg7fg==} engines: {node: '>=16.14'} + '@pnpm/text.tree-renderer@1000.0.0': + resolution: {integrity: sha512-ea/ClG7C4eJTxS2wcqj3bjXQ1zwxBd7ASTiyGR99pilLQCL8d2XOusFrnHYTmeP1couC89OULT/BZ59lmK/lPg==} + engines: {node: '>=18.12'} + '@pnpm/types@1000.6.0': resolution: {integrity: sha512-6PsMNe98VKPGcg6LnXSW/LE3YfJ77nj+bPKiRjYRWAQLZ+xXjEQRaR0dAuyjCmchlv4wR/hpnMVRS21/fCod5w==} engines: {node: '>=18.12'} + '@pnpm/types@1001.3.0': + resolution: {integrity: sha512-NLTXheat/u7OEGg5M5vF6Z85zx8uKUZE0+whtX/sbFV2XL48RdnOWGPTKYuVVkv8M+launaLUTgGEXNs/ess2w==} + engines: {node: '>=18.12'} + '@pnpm/types@9.1.0': resolution: {integrity: sha512-MMPDMLOY17bfNhLhR9Qmq6/2keoocnR5DWXZfZDC4dKXugrMsE1jB6RnuU8swJIo4zyCsMT/iVSAtl/XK+9Z+A==} engines: {node: '>=16.14'} @@ -7139,32 +8445,36 @@ packages: peerDependencies: '@pnpm/logger': '>=1001.0.0 <1002.0.0' - '@pnpm/workspace.find-packages@1000.0.24': - resolution: {integrity: sha512-5TCy5VvqS/zB8SpmpWoLxpIlQ4mkBsNg0tUbVVwG3obbm2Z8kIviecDCEnb1wk+Do6GQ9dibCwUyOmmjfwqmvg==} + '@pnpm/workspace.find-packages@1000.0.65': + resolution: {integrity: sha512-76n06rXBgK9FaLuexbvah0cQzLxKCK/5SwwCJ1i9xLDV7anZTPkSiJQpGTmUlDr9hbQPXOG1nSorV031hjG7QA==} engines: {node: '>=18.12'} peerDependencies: - '@pnpm/logger': '>=1001.0.0 <1002.0.0' + '@pnpm/logger': ^1001.0.1 - '@pnpm/workspace.manifest-writer@1000.1.4': - resolution: {integrity: sha512-muGVZ4LWmdUoLNE7+sv6D9OnKY/PO4xzXvcA5r2t9HFnxibd9DBjPg51K62e7euif8v6fDNx18soh1GmVxqKOg==} + '@pnpm/workspace.manifest-writer@1001.3.1': + resolution: {integrity: sha512-EbVvYPRXO5o4qkol+Sgo1sR+46UZBrPZTNsa8G8C35iiXrMsjwS2Ssf0gpdKH7E4R24v+mtOiJuhZ8mnYCrHOA==} engines: {node: '>=18.12'} - '@pnpm/workspace.read-manifest@1000.1.5': - resolution: {integrity: sha512-2oSdHnL1n9SCAsGySFFbQeLSydv5KA87781ifS17/uY7c9eEd8vMIpjcXG4Mws1ri+B+1rSCy/1T3gfdLGgOsQ==} + '@pnpm/workspace.read-manifest@1000.3.1': + resolution: {integrity: sha512-ojO1Anf4ITL7OskuUYoLI3bldQ36XNLpG2cYQZ4F6LZbBZnRY8umW6TeWzb9h/aX8UFwYp9vWbQ8R/FaMtMEeg==} engines: {node: '>=18.12'} '@pnpm/workspace.spec-parser@1000.0.0': resolution: {integrity: sha512-uiCSwv0vRldMhkYRN1BDMLxn1g9KWku8lq8WutybWvKPvYg/xvHHX3s2LiVOerCP45Kys5o8DILSENQc+uaF+w==} engines: {node: '>=18.12'} - '@pnpm/write-project-manifest@1000.0.8': - resolution: {integrity: sha512-5bfAJcx/SMGDjWc9U1DFEbJrghZR9C+7iQF/0S64ASeAUBA3i1q0ZsTmQzbtR9G7YhD+22n9R/nw1UQbpPgbXg==} + '@pnpm/write-project-manifest@1000.0.16': + resolution: {integrity: sha512-zG68fk03ryot7TWUl9S/ShQ91uHWzIL9sVr2aQCuNHJo8G9kjsG6S0p58Zj/voahdDQeakZYYBSJ0mjNZeiJnw==} engines: {node: '>=18.12'} '@pnpm/write-project-manifest@5.0.1': resolution: {integrity: sha512-zU4vDfBUx/jUBPmR4CzCqPDOPObb/7iLT3UZvhXSJ8ZXDo9214V6agnJvxQ6bYBcypdiKva0hnb3tmo1chQBYg==} engines: {node: '>=16.14'} + '@pnpm/yaml.document-sync@1000.0.0': + resolution: {integrity: sha512-aEmCtfPJejq9I/q7pIYNo3Q0ryPrUoR57noCJbU+f0zNmg8JKG5YVVfCVvo5KNnG3LlN/MDyWvSHTeqy+HCoWA==} + engines: {node: '>=18.12'} + '@polka/url@1.0.0-next.25': resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} @@ -7188,24 +8498,28 @@ packages: engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [glibc] '@reflink/reflink-linux-arm64-musl@0.1.19': resolution: {integrity: sha512-37iO/Dp6m5DDaC2sf3zPtx/hl9FV3Xze4xoYidrxxS9bgP3S8ALroxRK6xBG/1TtfXKTvolvp+IjrUU6ujIGmA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + libc: [musl] '@reflink/reflink-linux-x64-gnu@0.1.19': resolution: {integrity: sha512-jbI8jvuYCaA3MVUdu8vLoLAFqC+iNMpiSuLbxlAgg7x3K5bsS8nOpTRnkLF7vISJ+rVR8W+7ThXlXlUQ93ulkw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [glibc] '@reflink/reflink-linux-x64-musl@0.1.19': resolution: {integrity: sha512-e9FBWDe+lv7QKAwtKOt6A2W/fyy/aEEfr0g6j/hWzvQcrzHCsz07BNQYlNOjTfeytrtLU7k449H1PI95jA4OjQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + libc: [musl] '@reflink/reflink-win32-arm64-msvc@0.1.19': resolution: {integrity: sha512-09PxnVIQcd+UOn4WAW73WU6PXL7DwGS6wPlkMhMg2zlHHG65F3vHepOw06HFCq+N42qkaNAc8AKIabWvtk6cIQ==} @@ -7227,28 +8541,144 @@ packages: resolution: {integrity: sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==} engines: {node: '>=14.0.0'} - '@reteps/dockerfmt@0.3.6': - resolution: {integrity: sha512-Tb5wIMvBf/nLejTQ61krK644/CEMB/cpiaIFXqGApfGqO3GwcR3qnI0DbmkFVCl2OyEp8LnLX3EkucoL0+tbFg==} + '@reteps/dockerfmt-darwin-arm64@0.5.4': + resolution: {integrity: sha512-urMqV+dQyvVI8/WrXwClX9e1PEyS35wFdwJjpZYmL09AkV4Io5U1oam8UBKK7jZk0+YsdF88ay6e86Kn6DIyQg==} + cpu: [arm64] + os: [darwin] + + '@reteps/dockerfmt-darwin-x64@0.5.4': + resolution: {integrity: sha512-fJORy6DFxbgDiMqxpLTPZlb5KUY0Vq0iR4NGnyKnuYZ9LdZUS508DK2kt/AJ87/jIKNV1qRG0JXG1Tc6xdvWjw==} + cpu: [x64] + os: [darwin] + + '@reteps/dockerfmt-linux-arm64@0.5.4': + resolution: {integrity: sha512-6pVakO06eXtDuvxy1Dnjs/gQyUoGGycle8PRSt5IFRwLi/AVaOQwfkfmW0WP8VH9wNUeti6BfJ3ksTn2G+XMxg==} + cpu: [arm64] + os: [linux] + + '@reteps/dockerfmt-linux-x64@0.5.4': + resolution: {integrity: sha512-OD6SIlUV1D4TgJoTui3FMBAZsGbTSPYsiT0BKhD6jMUcJb3GpFTa7dY9rL8rP9FUqfL7OTHVUGUOL4Rh64Olog==} + cpu: [x64] + os: [linux] + + '@reteps/dockerfmt@0.5.4': + resolution: {integrity: sha512-HEGgXVVOb+JtGUSSzXl/XPKFIZjMDTUoHarCjaQdkY+cb5M9K/O3b5xm+x0IPIk3SfHurbc0bSgcFsQlzjitxA==} engines: {node: ^v12.20.0 || ^14.13.0 || >=16.0.0} + hasBin: true + + '@rolldown/binding-android-arm64@1.1.4': + resolution: {integrity: sha512-EZLpf/8y7GXkkra90ML47kzik/GMP3EMcE9bPyHmRfxLC6z9+aW5A8poCsoxjrT5GfEcNAAvWwUHjvP1pUQkfw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [android] + + '@rolldown/binding-darwin-arm64@1.1.4': + resolution: {integrity: sha512-aUi+HBvmYb7j8krl1+qJgkG8C17fO79gk3c+jPw4S8glRFc1DTija9S3EyaTSQUm5GJXYKDAsugBEhFHH2vYiQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [darwin] + + '@rolldown/binding-darwin-x64@1.1.4': + resolution: {integrity: sha512-F7hHC3gwY11+vByKPRWqwGbeXWVgKmL+pTGCinaEhdihzBV2aQ0fvZOch9cXYUOKuKKq429HeYXOqQLc7wFCEg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [darwin] + + '@rolldown/binding-freebsd-x64@1.1.4': + resolution: {integrity: sha512-sI5yw+7s92SK6odiEhD5lKCBlWcpjHS5qyqpVQbZAJ0fIzEUXrmbl3DH2ybR3PZogulNJF+COLtmA8hUfvkCCQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [freebsd] + + '@rolldown/binding-linux-arm-gnueabihf@1.1.4': + resolution: {integrity: sha512-mCi0OKgEieFircrtVYmQAFGszRtMnZ6fpZAXrxanXAu7lqZcsK1E1RAaZNG0uKAnxox3B1f4EyQNnoyMfN1vAA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm] + os: [linux] + + '@rolldown/binding-linux-arm64-gnu@1.1.4': + resolution: {integrity: sha512-B9Ial3Kv5sh0SHnB1g/QWcUQCEvCF6QKGAl4zXypYj65mVI+B4AhFBwPtSN7pDrJeIx8Z7zdy4ntx+wQABom7w==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@rolldown/binding-linux-arm64-musl@1.1.4': + resolution: {integrity: sha512-lZVym0PuHE1KZ22gmFTC15lAkrg9iTszR617oYRB/iPY1A56ywoJzVKOJBKaot5RiikCObmur6pogpse3gRcng==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@rolldown/binding-linux-ppc64-gnu@1.1.4': + resolution: {integrity: sha512-t2DNiLJWNTbnEHyUzTumldML6ET4/g16467LZoDDJ3tSxGvguL5/NyC2lCsNKuyRycg9XeDQF5SSv+TNOhQEXg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@rolldown/binding-linux-s390x-gnu@1.1.4': + resolution: {integrity: sha512-0WIRnL1Uw4BvTZRLQt+PVgo6ZKTJadlC2btP+/EOXv2f/DWbY0rEgl+y834mIVwP1FkTlWVTrGGJXf12lru7EQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@rolldown/binding-linux-x64-gnu@1.1.4': + resolution: {integrity: sha512-JWtGshGfX+oENAKonoNkqEJX+7hC8yfhi9GUyPX1VX4mdh1y5r+ZiJLR5XzAB0aoP6s/PcILsGjKq8O0mm24bw==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@rolldown/binding-linux-x64-musl@1.1.4': + resolution: {integrity: sha512-rT6yQcxUuXs4CnbofqwHRRV0iem349rLMYpTjkgQGLjrY4ado/eDzwPZPTCgTOlF6Nkp8NEv70yLMTn6qkWxsQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [linux] + libc: [musl] + + '@rolldown/binding-openharmony-arm64@1.1.4': + resolution: {integrity: sha512-KXMGoboq5cyaCQjDA4GLuRiOwBQ0EyFnJoVViLeZ45/3rFItRODEr+NdsBcVpll40hhNArlm/speWGRvj08LzA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [openharmony] + + '@rolldown/binding-wasm32-wasi@1.1.4': + resolution: {integrity: sha512-5K83rb36oJiY7BCyE9zLZtGcPV4g5wvq+xwdO0XPIwDVZI8cyB/AUjkNXGb92/rnmezEkjMOpgY61rtwjQtFwg==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [wasm32] - '@rolldown/pluginutils@1.0.0-beta.27': - resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==} + '@rolldown/binding-win32-arm64-msvc@1.1.4': + resolution: {integrity: sha512-PnWBtw3TV5KOg69HQQDR0mnQuyCmSGR2pAB4DC1rPF808fgKeTUMj2EOEyKATpgiuxuR5APQmiDO7PDgEjTFSA==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [arm64] + os: [win32] + + '@rolldown/binding-win32-x64-msvc@1.1.4': + resolution: {integrity: sha512-M1lpniBePobTfsa7Ks9a199e1akxsXn+GYBUKsEzv3YFzOm1HJAMNwKI3qr0Zq+mxwx9gOZoTdP1yXRYsZUocQ==} + engines: {node: ^20.19.0 || >=22.12.0} + cpu: [x64] + os: [win32] + + '@rolldown/pluginutils@1.0.1': + resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==} - '@rollup/plugin-babel@6.0.4': - resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} + '@rollup/plugin-babel@7.1.0': + resolution: {integrity: sha512-h9Y+xYha6p4wKO+FwdiPIkE+eIYCm8MzZPpX1iARIoFBnmKP9CnpT1p9dDf/DTFm6fyN8PmuLyRI5qZgchnitw==} engines: {node: '>=14.0.0'} peerDependencies: '@babel/core': ^7.0.0 '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + rollup: ^2.0.0||^3.0.0||^4.0.0 peerDependenciesMeta: '@types/babel__core': optional: true rollup: optional: true - '@rollup/plugin-inject@5.0.5': - resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==} + '@rollup/plugin-virtual@3.0.2': + resolution: {integrity: sha512-10monEYsBp3scM4/ND4LNH5Rxvh3e/cVeL3jWTgZ2SrQ+BmUoQcopVQvnaMcOnykb1VkxUFuDAN+0FnpTFRy2A==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -7256,8 +8686,8 @@ packages: rollup: optional: true - '@rollup/plugin-virtual@3.0.2': - resolution: {integrity: sha512-10monEYsBp3scM4/ND4LNH5Rxvh3e/cVeL3jWTgZ2SrQ+BmUoQcopVQvnaMcOnykb1VkxUFuDAN+0FnpTFRy2A==} + '@rollup/pluginutils@5.1.4': + resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -7265,8 +8695,8 @@ packages: rollup: optional: true - '@rollup/pluginutils@5.1.4': - resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} + '@rollup/pluginutils@5.4.0': + resolution: {integrity: sha512-MfPp06CjRLfXQ3wY0R8vJDYBy/MvVcc9OulEfR0B8Iv9ko+GCNaRZ+EpJYFl27LhKsZK0o420sYCRHCjfCgeUg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -7338,111 +8768,127 @@ packages: resolution: {integrity: sha512-88I+D3TeKItrw+Y/2ud4Tw0+3CxQ2kLgu3QvrogZ0OfkmX/DEppehus7L3TS2Q4lpB+hYyxhkQiYPJ6Mf5/dPg==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-gnueabihf@4.52.4': resolution: {integrity: sha512-xRiOu9Of1FZ4SxVbB0iEDXc4ddIcjCv2aj03dmW8UrZIW7aIQ9jVJdLBIhxBI+MaTnGAKyvMwPwQnoOEvP7FgQ==} cpu: [arm] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm-musleabihf@4.34.9': resolution: {integrity: sha512-3qyfWljSFHi9zH0KgtEPG4cBXHDFhwD8kwg6xLfHQ0IWuH9crp005GfoUUh/6w9/FWGBwEHg3lxK1iHRN1MFlA==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm-musleabihf@4.52.4': resolution: {integrity: sha512-FbhM2p9TJAmEIEhIgzR4soUcsW49e9veAQCziwbR+XWB2zqJ12b4i/+hel9yLiD8pLncDH4fKIPIbt5238341Q==} cpu: [arm] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-gnu@4.34.9': resolution: {integrity: sha512-6TZjPHjKZUQKmVKMUowF3ewHxctrRR09eYyvT5eFv8w/fXarEra83A2mHTVJLA5xU91aCNOUnM+DWFMSbQ0Nxw==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-gnu@4.52.4': resolution: {integrity: sha512-4n4gVwhPHR9q/g8lKCyz0yuaD0MvDf7dV4f9tHt0C73Mp8h38UCtSCSE6R9iBlTbXlmA8CjpsZoujhszefqueg==} cpu: [arm64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-arm64-musl@4.34.9': resolution: {integrity: sha512-LD2fytxZJZ6xzOKnMbIpgzFOuIKlxVOpiMAXawsAZ2mHBPEYOnLRK5TTEsID6z4eM23DuO88X0Tq1mErHMVq0A==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-arm64-musl@4.52.4': resolution: {integrity: sha512-u0n17nGA0nvi/11gcZKsjkLj1QIpAuPFQbR48Subo7SmZJnGxDpspyw2kbpuoQnyK+9pwf3pAoEXerJs/8Mi9g==} cpu: [arm64] os: [linux] + libc: [musl] '@rollup/rollup-linux-loong64-gnu@4.52.4': resolution: {integrity: sha512-0G2c2lpYtbTuXo8KEJkDkClE/+/2AFPdPAbmaHoE870foRFs4pBrDehilMcrSScrN/fB/1HTaWO4bqw+ewBzMQ==} cpu: [loong64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-loongarch64-gnu@4.34.9': resolution: {integrity: sha512-dRAgTfDsn0TE0HI6cmo13hemKpVHOEyeciGtvlBTkpx/F65kTvShtY/EVyZEIfxFkV5JJTuQ9tP5HGBS0hfxIg==} cpu: [loong64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-powerpc64le-gnu@4.34.9': resolution: {integrity: sha512-PHcNOAEhkoMSQtMf+rJofwisZqaU8iQ8EaSps58f5HYll9EAY5BSErCZ8qBDMVbq88h4UxaNPlbrKqfWP8RfJA==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-ppc64-gnu@4.52.4': resolution: {integrity: sha512-teSACug1GyZHmPDv14VNbvZFX779UqWTsd7KtTM9JIZRDI5NUwYSIS30kzI8m06gOPB//jtpqlhmraQ68b5X2g==} cpu: [ppc64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.34.9': resolution: {integrity: sha512-Z2i0Uy5G96KBYKjeQFKbbsB54xFOL5/y1P5wNBsbXB8yE+At3oh0DVMjQVzCJRJSfReiB2tX8T6HUFZ2k8iaKg==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-gnu@4.52.4': resolution: {integrity: sha512-/MOEW3aHjjs1p4Pw1Xk4+3egRevx8Ji9N6HUIA1Ifh8Q+cg9dremvFCUbOX2Zebz80BwJIgCBUemjqhU5XI5Eg==} cpu: [riscv64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-riscv64-musl@4.52.4': resolution: {integrity: sha512-1HHmsRyh845QDpEWzOFtMCph5Ts+9+yllCrREuBR/vg2RogAQGGBRC8lDPrPOMnrdOJ+mt1WLMOC2Kao/UwcvA==} cpu: [riscv64] os: [linux] + libc: [musl] '@rollup/rollup-linux-s390x-gnu@4.34.9': resolution: {integrity: sha512-U+5SwTMoeYXoDzJX5dhDTxRltSrIax8KWwfaaYcynuJw8mT33W7oOgz0a+AaXtGuvhzTr2tVKh5UO8GVANTxyQ==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-s390x-gnu@4.52.4': resolution: {integrity: sha512-seoeZp4L/6D1MUyjWkOMRU6/iLmCU2EjbMTyAG4oIOs1/I82Y5lTeaxW0KBfkUdHAWN7j25bpkt0rjnOgAcQcA==} cpu: [s390x] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.34.9': resolution: {integrity: sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==} cpu: [x64] os: [linux] - - '@rollup/rollup-linux-x64-gnu@4.40.0': - resolution: {integrity: sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==} - cpu: [x64] - os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-gnu@4.52.4': resolution: {integrity: sha512-Wi6AXf0k0L7E2gteNsNHUs7UMwCIhsCTs6+tqQ5GPwVRWMaflqGec4Sd8n6+FNFDw9vGcReqk2KzBDhCa1DLYg==} cpu: [x64] os: [linux] + libc: [glibc] '@rollup/rollup-linux-x64-musl@4.34.9': resolution: {integrity: sha512-cYRpV4650z2I3/s6+5/LONkjIz8MBeqrk+vPXV10ORBnshpn8S32bPqQ2Utv39jCiDcO2eJTuSlPXpnvmaIgRA==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-linux-x64-musl@4.52.4': resolution: {integrity: sha512-dtBZYjDmCQ9hW+WgEkaffvRRCKm767wWhxsFW3Lw86VXz/uJRuD438/XvbZT//B96Vs8oTA8Q4A0AfHbrxP9zw==} cpu: [x64] os: [linux] + libc: [musl] '@rollup/rollup-openharmony-arm64@4.52.4': resolution: {integrity: sha512-1ox+GqgRWqaB1RnyZXL8PD6E5f7YyRUJYnCqKpNzxzP0TkaUh112NDrR9Tt+C8rJ4x5G9Mk8PQR3o7Ku2RKqKA==} @@ -7484,30 +8930,35 @@ packages: cpu: [x64] os: [win32] - '@rtsao/scc@1.1.0': - resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} + '@rushstack/node-core-library@5.23.1': + resolution: {integrity: sha512-wlKmIKIYCKuCASbITvOxLZXepPbwXvrv7S6ig6XNWFchSyhL/E2txmVXspHY49Wu2dzf7nI27a2k/yV5BA3EiA==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true - '@rushstack/node-core-library@5.13.1': - resolution: {integrity: sha512-5yXhzPFGEkVc9Fu92wsNJ9jlvdwz4RNb2bMso+/+TH0nMm1jDDDsOIf4l8GAkPxGuwPw5DH24RliWVfSPhlW/Q==} + '@rushstack/problem-matcher@0.2.1': + resolution: {integrity: sha512-gulfhBs6n+I5b7DvjKRfhMGyUejtSgOHTclF/eONr8hcgF1APEDjhxIsfdUYYMzC3rvLwGluqLjbwCFZ8nxrog==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true - '@rushstack/rig-package@0.5.3': - resolution: {integrity: sha512-olzSSjYrvCNxUFZowevC3uz8gvKr3WTpHQ7BkpjtRpA3wK+T0ybep/SRUMfr195gBzJm5gaXw0ZMgjIyHqJUow==} + '@rushstack/rig-package@0.7.3': + resolution: {integrity: sha512-aAA518n6wxxjCfnTAOjQnm7ngNE0FVHxHAw2pxKlIhxrMn0XQjGcXKF0oKWpjBgJOmsaJpVob/v+zr3zxgPWuA==} - '@rushstack/terminal@0.15.3': - resolution: {integrity: sha512-DGJ0B2Vm69468kZCJkPj3AH5nN+nR9SPmC0rFHtzsS4lBQ7/dgOwtwVxYP7W9JPDMuRBkJ4KHmWKr036eJsj9g==} + '@rushstack/terminal@0.24.0': + resolution: {integrity: sha512-8ZQS4MMaGsv27EXCBiH7WMPkRZrffeDoIevs6z9TM5dzqiY6+Hn4evfK/G+gvgBTjfvfkHIZPQQmalmI2sM4TQ==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true - '@rushstack/ts-command-line@5.0.1': - resolution: {integrity: sha512-bsbUucn41UXrQK7wgM8CNM/jagBytEyJqXw/umtI8d68vFm1Jwxh1OtLrlW7uGZgjCWiiPH6ooUNa1aVsuVr3Q==} + '@rushstack/ts-command-line@5.3.10': + resolution: {integrity: sha512-fwI076HYknC0IrMXdY6UmjDv+PH7NHhNJX3/pY2UblSE5XrXgndXZPiOe/6ZtuFpn6DvVDVNhtkIzQ+Qu/MhVQ==} '@rushstack/worker-pool@0.4.9': resolution: {integrity: sha512-ibAOeQCuz3g0c88GGawAPO2LVOTZE3uPh4DCEJILZS9SEv9opEUObsovC18EHPgeIuFy4HkoJT+t7l8LURZjIw==} @@ -7517,6 +8968,26 @@ packages: '@types/node': optional: true + '@scalar/helpers@0.9.0': + resolution: {integrity: sha512-M34CLRCttqC1bXthI/QSzQj0s5C6nrU2PFWf/vOT3RpycbiGDGQbqR+5RfFzpOIQvRqbHfNdcRbeiZBw+vCbkQ==} + engines: {node: '>=22'} + + '@scalar/json-magic@0.12.17': + resolution: {integrity: sha512-Vw2nrUDIjhvMP6vxFtkiiFlabJ6SyTtfn1BsOxgnr1hIB+/rkngMguiDzl5em21VjyfFGIoADia+QWKM2hdcdA==} + engines: {node: '>=22'} + + '@scalar/openapi-parser@0.28.8': + resolution: {integrity: sha512-BO98D3TLfKNL80UnE1sIAmI6DQRmOaH0AHnlAooTn1sQjNbRDaeHyRO53EEjo7HjFEdHeQtiRzoXmMB4jvt8AA==} + engines: {node: '>=22'} + + '@scalar/openapi-types@0.9.1': + resolution: {integrity: sha512-gkGhSkxSzADaBiNg+ZAbJuwj+ZUmzP2Pg9CWZ7ZP+0fck2WjPeDDM7aAbouAm0aQQMF9xBjSPXSA9a/qTHYaTw==} + engines: {node: '>=22'} + + '@scalar/openapi-upgrader@0.2.9': + resolution: {integrity: sha512-D5b0rGLLZgmkO9mdW2j/ND1KBlH1u3RCpr87HPxv9P9ZSr6PtM5iLqFOJq0ACiaHjY2mikCrxgDmnUEhTzRpHQ==} + engines: {node: '>=22'} + '@scarf/scarf@1.4.0': resolution: {integrity: sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==} @@ -7568,68 +9039,78 @@ packages: resolution: {integrity: sha512-Nqc90v4lWCXyakD6xNyNACBJNJ0tNCwj2WNk/7ivyacYHxiITVgmLUFXTBOeCdy79iz6HtN9Y31uw/jbLrdOAg==} engines: {node: '>=20.0.0'} - '@shikijs/core@3.13.0': - resolution: {integrity: sha512-3P8rGsg2Eh2qIHekwuQjzWhKI4jV97PhvYjYUzGqjvJfqdQPz+nMlfWahU24GZAyW1FxFI1sYjyhfh5CoLmIUA==} - - '@shikijs/core@3.4.2': - resolution: {integrity: sha512-AG8vnSi1W2pbgR2B911EfGqtLE9c4hQBYkv/x7Z+Kt0VxhgQKcW7UNDVYsu9YxwV6u+OJrvdJrMq6DNWoBjihQ==} + '@shikijs/core@4.3.0': + resolution: {integrity: sha512-EooU3i9F6IAE8kEu+AnGf9DFZWkQBZ+hJn3tLVbsH+61mtQiva5biai66fAA6nvFPXkLgvrh7BrR7YcJU83xQQ==} + engines: {node: '>=20'} - '@shikijs/engine-javascript@3.13.0': - resolution: {integrity: sha512-Ty7xv32XCp8u0eQt8rItpMs6rU9Ki6LJ1dQOW3V/56PKDcpvfHPnYFbsx5FFUP2Yim34m/UkazidamMNVR4vKg==} + '@shikijs/engine-javascript@4.3.0': + resolution: {integrity: sha512-hTv/KiFf2tpiqlACPiztGGurEARWIutB8YUhcrA1pUC7VzzwKO+g5crUocrLztrZ5ro5Z4hbXg7bYclETn3gSQ==} + engines: {node: '>=20'} - '@shikijs/engine-javascript@3.4.2': - resolution: {integrity: sha512-1/adJbSMBOkpScCE/SB6XkjJU17ANln3Wky7lOmrnpl+zBdQ1qXUJg2GXTYVHRq+2j3hd1DesmElTXYDgtfSOQ==} + '@shikijs/engine-oniguruma@3.23.0': + resolution: {integrity: sha512-1nWINwKXxKKLqPibT5f4pAFLej9oZzQTsby8942OTlsJzOBZ0MWKiwzMsd+jhzu8YPCHAswGnnN1YtQfirL35g==} - '@shikijs/engine-oniguruma@3.13.0': - resolution: {integrity: sha512-O42rBGr4UDSlhT2ZFMxqM7QzIU+IcpoTMzb3W7AlziI1ZF7R8eS2M0yt5Ry35nnnTX/LTLXFPUjRFCIW+Operg==} + '@shikijs/engine-oniguruma@4.3.0': + resolution: {integrity: sha512-1vMdN3gHfnKfLYwecUI2ITJI4RhHt96xEaJumVn7Heb0IlJ8WQMIH0Voak+2j22BpSNKdnOfB/pCTPnPm2gq7A==} + engines: {node: '>=20'} - '@shikijs/engine-oniguruma@3.4.2': - resolution: {integrity: sha512-zcZKMnNndgRa3ORja6Iemsr3DrLtkX3cAF7lTJkdMB6v9alhlBsX9uNiCpqofNrXOvpA3h6lHcLJxgCIhVOU5Q==} + '@shikijs/langs@3.23.0': + resolution: {integrity: sha512-2Ep4W3Re5aB1/62RSYQInK9mM3HsLeB91cHqznAJMuylqjzNVAVCMnNWRHFtcNHXsoNRayP9z1qj4Sq3nMqYXg==} - '@shikijs/langs@3.13.0': - resolution: {integrity: sha512-672c3WAETDYHwrRP0yLy3W1QYB89Hbpj+pO4KhxK6FzIrDI2FoEXNiNCut6BQmEApYLfuYfpgOZaqbY+E9b8wQ==} + '@shikijs/langs@4.3.0': + resolution: {integrity: sha512-rnlqFbBRSys9bT4gl/5rw9RnS0W/I84ZldXPkO7cvlEMoV85TyF/aU01N7/NbSR776RNLjrJKjfFUXJR6wN1Cg==} + engines: {node: '>=20'} - '@shikijs/langs@3.4.2': - resolution: {integrity: sha512-H6azIAM+OXD98yztIfs/KH5H4PU39t+SREhmM8LaNXyUrqj2mx+zVkr8MWYqjceSjDw9I1jawm1WdFqU806rMA==} + '@shikijs/primitive@4.3.0': + resolution: {integrity: sha512-CPkz64PTa5diRW1ggzMZH9VM/du4RNChYgVtgqrFcgruvIybmCvySv8GkiHSczUHXYuuR8TdKEwFx+UnZMpgdg==} + engines: {node: '>=20'} - '@shikijs/themes@3.13.0': - resolution: {integrity: sha512-Vxw1Nm1/Od8jyA7QuAenaV78BG2nSr3/gCGdBkLpfLscddCkzkL36Q5b67SrLLfvAJTOUzW39x4FHVCFriPVgg==} + '@shikijs/themes@3.23.0': + resolution: {integrity: sha512-5qySYa1ZgAT18HR/ypENL9cUSGOeI2x+4IvYJu4JgVJdizn6kG4ia5Q1jDEOi7gTbN4RbuYtmHh0W3eccOrjMA==} - '@shikijs/themes@3.4.2': - resolution: {integrity: sha512-qAEuAQh+brd8Jyej2UDDf+b4V2g1Rm8aBIdvt32XhDPrHvDkEnpb7Kzc9hSuHUxz0Iuflmq7elaDuQAP9bHIhg==} + '@shikijs/themes@4.3.0': + resolution: {integrity: sha512-Avgt05YiT+Y3prjIc9lmQxhJzHBcCfR6cjiFW4OyaMBbt2A6trX5rfjUzx+Vj/mE9qpArYjatnqo9XPjQNW/AQ==} + engines: {node: '>=20'} - '@shikijs/types@3.13.0': - resolution: {integrity: sha512-oM9P+NCFri/mmQ8LoFGVfVyemm5Hi27330zuOBp0annwJdKH1kOLndw3zCtAVDehPLg9fKqoEx3Ht/wNZxolfw==} + '@shikijs/types@3.23.0': + resolution: {integrity: sha512-3JZ5HXOZfYjsYSk0yPwBrkupyYSLpAE26Qc0HLghhZNGTZg/SKxXIIgoxOpmmeQP0RRSDJTk1/vPfw9tbw+jSQ==} - '@shikijs/types@3.4.2': - resolution: {integrity: sha512-zHC1l7L+eQlDXLnxvM9R91Efh2V4+rN3oMVS2swCBssbj2U/FBwybD1eeLaq8yl/iwT+zih8iUbTBCgGZOYlVg==} + '@shikijs/types@4.3.0': + resolution: {integrity: sha512-oc8b9U2SYvofKZk8e/737nIX0qwf6eV2vHFATeObAu7r+mUVpLs8Re0BmVkIjAWAYgkmG/CzLNo7rzuBzRu/wQ==} + engines: {node: '>=20'} '@shikijs/vscode-textmate@10.0.2': resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} - '@sigstore/bundle@3.1.0': - resolution: {integrity: sha512-Mm1E3/CmDDCz3nDhFKTuYdB47EdRFRQMOE/EAbiG1MJW77/w1b3P7Qx7JSrVJs8PfwOLOVcKQCHErIwCTyPbag==} - engines: {node: ^18.17.0 || >=20.5.0} + '@sigstore/bundle@4.0.0': + resolution: {integrity: sha512-NwCl5Y0V6Di0NexvkTqdoVfmjTaQwoLM236r89KEojGmq/jMls8S+zb7yOwAPdXvbwfKDlP+lmXgAL4vKSQT+A==} + engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/core@2.0.0': - resolution: {integrity: sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==} - engines: {node: ^18.17.0 || >=20.5.0} + '@sigstore/core@3.2.1': + resolution: {integrity: sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==} + engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/protobuf-specs@0.4.0': - resolution: {integrity: sha512-o09cLSIq9EKyRXwryWDOJagkml9XgQCoCSRjHOnHLnvsivaW7Qznzz6yjfV7PHJHhIvyp8OH7OX8w0Dc5bQK7A==} + '@sigstore/protobuf-specs@0.5.1': + resolution: {integrity: sha512-/ScWUhhoFasJsSRGTVBwId1loQjjnjAfE4djL6ZhrXRpNCmPTnUKF5Jokd58ILseOMjzET3UrMOtJPS9sYeI0g==} engines: {node: ^18.17.0 || >=20.5.0} - '@sigstore/sign@3.1.0': - resolution: {integrity: sha512-knzjmaOHOov1Ur7N/z4B1oPqZ0QX5geUfhrVaqVlu+hl0EAoL4o+l0MSULINcD5GCWe3Z0+YJO8ues6vFlW0Yw==} - engines: {node: ^18.17.0 || >=20.5.0} + '@sigstore/sign@4.1.1': + resolution: {integrity: sha512-Hf4xglukg0XXQ2RiD5vSoLjdPe8OBUPA8XeVjUObheuDcWdYWrnH/BNmxZCzkAy68MzmNCxXLeurJvs6hcP2OQ==} + engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/tuf@3.1.0': - resolution: {integrity: sha512-suVMQEA+sKdOz5hwP9qNcEjX6B45R+hFFr4LAWzbRc5O+U2IInwvay/bpG5a4s+qR35P/JK/PiKiRGjfuLy1IA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@sigstore/tuf@4.0.2': + resolution: {integrity: sha512-TCAzTy0xzdP79EnxSjq9KQ3eaR7+FmudLC6eRKknVKZbV7ZNlGLClAAQb/HMNJ5n2OBNk2GT1tEmU0xuPr+SLQ==} + engines: {node: ^20.17.0 || >=22.9.0} - '@sigstore/verify@2.1.0': - resolution: {integrity: sha512-kAAM06ca4CzhvjIZdONAL9+MLppW3K48wOFy1TbuaWFW/OMfl8JuTgW0Bm02JB1WJGT/ET2eqav0KTEKmxqkIA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@sigstore/verify@3.1.1': + resolution: {integrity: sha512-qv7+G3J2cc6wwFj3yKvXOamzqhMwSk1ogPGmhpS8iXllcPrJaIIBA+4HbttlHVu1pqWTdmaCH/WE7UOC51kdoA==} + engines: {node: ^20.17.0 || >=22.9.0} + + '@simple-git/args-pathspec@1.0.3': + resolution: {integrity: sha512-ngJMaHlsWDTfjyq9F3VIQ8b7NXbBLq5j9i5bJ6XLYtD6qlDXT7fdKY2KscWWUF8t18xx052Y/PUO1K1TRc9yKA==} + + '@simple-git/argv-parser@1.1.1': + resolution: {integrity: sha512-Q9lBcfQ+VQCpQqGJFHe5yooOS5hGdLFFbJ5R+R5aDsnkPCahtn1hSkMcORX65J2Z5lxSkD0lQorMsncuBQxYUw==} '@sindresorhus/merge-streams@2.3.0': resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} @@ -7639,55 +9120,84 @@ packages: resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} engines: {node: '>=18'} - '@standard-schema/spec@1.0.0': - resolution: {integrity: sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==} + '@standard-schema/spec@1.1.0': + resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==} - '@storybook/builder-vite@9.1.10': - resolution: {integrity: sha512-0ogI+toZJYaFptcFpRcRPOZ9/NrFUYhiaI09ggeEB1FF9ygHMVsobp4eaj4HjZI6V3x7cQwkd2ZmxAMQDBQuMA==} + '@storybook/builder-vite@10.4.6': + resolution: {integrity: sha512-BHBtD81HiXUiDQz/CaFynLtWmm7AFUQn8VnXuHipZ8KlnUANopa4yqdVuy/Gwz8ub254uFI5NMZsW/KlgWNgNg==} peerDependencies: - storybook: ^9.1.10 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0 + storybook: ^10.4.6 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 - '@storybook/cli@9.1.10': - resolution: {integrity: sha512-4d2QGI7Nc1cADGZB5tkj9c67sopRG7Hs8plcsNDJAgmw243E7W0qoVt2YOKvyPASf4afFgrXv8FZDkr70tL+3Q==} + '@storybook/cli@10.4.6': + resolution: {integrity: sha512-E+8UTQK+CUwhx4sd2OfI8p+ZGXUrG4aJm2ZBQdfrpdqzwG/TqzG3UHJiERm2ddy1VIgyhlHO7I/aLcZs7728Pg==} hasBin: true - '@storybook/codemod@9.1.10': - resolution: {integrity: sha512-n3iwMbuPqTxLLpJUtiSs9rBkGRU2sQVyXiyfai4dArHCV7uCGCesLO2p7LmjwSos8/IMdI4BmlbcRj+Js29RGA==} + '@storybook/codemod@10.4.6': + resolution: {integrity: sha512-1OXSpluzzh1QkeKDFg64CNHMlgZK8tX2K/N9GGT+y4lbbAz6hZGji3UObHasdvf7KAeeUuYyu+rjMYxAQKraRQ==} - '@storybook/csf-plugin@9.1.10': - resolution: {integrity: sha512-247F/JU0Naxm/RIUnQYpqXeCL0wG8UNJkZe+/GkLjdqzsyML0lb+8OwBsWFfG8zfj6fkjmRU2mF44TnNkzoQcg==} + '@storybook/csf-plugin@10.4.6': + resolution: {integrity: sha512-NILLxDqpA/JR/AazGWpsz+4fadJwRU4uhHephGtYpVOWnQA/DkJfKT6zpcJVq8+QA8A2zKMLX3GVKsXIrxjuDA==} peerDependencies: - storybook: ^9.1.10 + esbuild: '*' + rollup: '*' + storybook: ^10.4.6 + vite: '*' + webpack: '*' + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true '@storybook/global@5.0.0': resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} - '@storybook/react-dom-shim@9.1.10': - resolution: {integrity: sha512-cxy8GTj73RMJIFPrgqdnMXePGX5iFohM5pDCZ63Te5m5GtzKqsILRXtBBLO6Ouexm/ZYRVznkKiwNKX/Fu24fQ==} + '@storybook/icons@2.1.0': + resolution: {integrity: sha512-Fxh9vYpX9bQqFeHRiY8h2ApeRGDzRSMLwJwNZ/AIRqnyOKHxRKL+yFe+ctEkVJmuptRE9u1Hrn8ZZNHyfDKKNg==} 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.1.10 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@storybook/react-vite@9.1.10': - resolution: {integrity: sha512-k0wWlfoWakoHL3NZ1+38oxRH3WYyprFFX+WUb/4W8axrvpKogvdnxKCul/YB1HH5FcTagIfguamsPjKwB1ZkJg==} - engines: {node: '>=20.0.0'} + '@storybook/react-dom-shim@10.4.6': + resolution: {integrity: sha512-iGNmKzrq9vgl2PDrYAnZKI+yvac3Ym+lJXXuQaqlFRS23zA5MNm4EBX+rAG7WulqchoK6NaZ0KQOs2mAgEpTMg==} + peerDependencies: + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + storybook: ^10.4.6 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@storybook/react-vite@10.4.6': + resolution: {integrity: sha512-0arEQtybqGYXHbXpTot+Wv9YtG+V5Vp43QayXavPKQ20M8mpEzhyCPKd0EhqMGSC1Z1UEt0hm365WUBhI9LfKA==} 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.1.10 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + storybook: ^10.4.6 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 - '@storybook/react@9.1.10': - resolution: {integrity: sha512-flG3Gn3EHZnxn92C7vrA2U4aGqpOKdf85fL43+J/2k9HF5AIyOFGlcv4LGVyKZ3LOAow/nGBVSXL9961h+ICRA==} - engines: {node: '>=20.0.0'} + '@storybook/react@10.4.6': + resolution: {integrity: sha512-9Y7YecrVFe1/01KYjfOLxVqTg2Aq+IO6TEv6sC2U0PfD0AWCSCmQ91QqgBpN/XW4aFFWoiZNinyXMUlU8zxy2w==} 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.1.10 + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + storybook: ^10.4.6 typescript: '>= 4.9.x' peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true typescript: optional: true @@ -7714,24 +9224,28 @@ packages: engines: {node: '>=10'} cpu: [arm64] os: [linux] + libc: [glibc] '@swc/core-linux-arm64-musl@1.4.17': resolution: {integrity: sha512-qhH4gr9gAlVk8MBtzXbzTP3BJyqbAfUOATGkyUtohh85fPXQYuzVlbExix3FZXTwFHNidGHY8C+ocscI7uDaYw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] + libc: [musl] '@swc/core-linux-x64-gnu@1.4.17': resolution: {integrity: sha512-vRDFATL1oN5oZMImkwbgSHEkp8xG1ofEASBypze01W1Tqto8t+yo6gsp69wzCZBlxldsvPpvFZW55Jq0Rn+UnA==} engines: {node: '>=10'} cpu: [x64] os: [linux] + libc: [glibc] '@swc/core-linux-x64-musl@1.4.17': resolution: {integrity: sha512-zQNPXAXn3nmPqv54JVEN8k2JMEcMTQ6veVuU0p5O+A7KscJq+AGle/7ZQXzpXSfUCXlLMX4wvd+rwfGhh3J4cw==} engines: {node: '>=10'} cpu: [x64] os: [linux] + libc: [musl] '@swc/core-win32-arm64-msvc@1.4.17': resolution: {integrity: sha512-z86n7EhOwyzxwm+DLE5NoLkxCTme2lq7QZlDjbQyfCxOt6isWz8rkW5QowTX8w9Rdmk34ncrjSLvnHOeLY17+w==} @@ -7763,30 +9277,46 @@ packages: '@swc/counter@0.1.3': resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - '@swc/helpers@0.5.10': - resolution: {integrity: sha512-CU+RF9FySljn7HVSkkjiB84hWkvTaI3rtLvF433+jRSBL2hMu3zX5bGhHS8C80SM++h4xy8hBSnUHFQHmRXSBw==} - '@swc/helpers@0.5.17': resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==} '@swc/types@0.1.6': resolution: {integrity: sha512-/JLo/l2JsT/LRd80C3HfbmVpxOAJ11FO2RCEslFrgzLltoP9j8XIbsyDcfCt2WWyX+CM96rBoNM+IToAkFOugg==} - '@testing-library/dom@10.4.0': - resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} + '@testing-library/dom@10.4.1': + resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==} engines: {node: '>=18'} '@testing-library/jest-dom@6.6.3': resolution: {integrity: sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==} engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + '@testing-library/jest-dom@6.9.1': + resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==} + engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + '@testing-library/react@16.2.0': resolution: {integrity: sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==} engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': ^18.0.0 || ^19.0.0 - '@types/react-dom': ^18.0.0 || ^19.0.0 + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + + '@testing-library/react@16.3.2': + resolution: {integrity: sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==} + engines: {node: '>=18'} + peerDependencies: + '@testing-library/dom': ^10.0.0 + '@types/react': ^18.2.66 + '@types/react-dom': ^18.2.22 react: ^18.0.0 || ^19.0.0 react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: @@ -7816,13 +9346,49 @@ packages: '@textlint/types@15.2.3': resolution: {integrity: sha512-i8XVmDHJwykMXcGgkSxZLjdbeqnl+voYAcIr94KIe0STwgkHIhwHJgb/tEVFawGClHo+gPczF12l1C5+TAZEzQ==} + '@ts-morph/common@0.24.0': + resolution: {integrity: sha512-c1xMmNHWpNselmpIqursHeOHHBTIsJLbB+NuovbTTRCNiTLEr/U9dbJ8qy0jd/O2x5pc3seWuOUN5R2IoOTp8A==} + '@tufjs/canonical-json@2.0.0': resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} engines: {node: ^16.14.0 || >=18.0.0} - '@tufjs/models@3.0.1': - resolution: {integrity: sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==} - engines: {node: ^18.17.0 || >=20.5.0} + '@tufjs/models@4.1.0': + resolution: {integrity: sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==} + engines: {node: ^20.17.0 || >=22.9.0} + + '@turbo/darwin-64@2.9.14': + resolution: {integrity: sha512-t7QiPflaEyBE4oayeZtSmu4mEfjgIrcNlNNl1z1dmIVPqEdtA7+CfTf8d7KXsOGPh6aNgWjKxyvQg9uGfDQF+A==} + cpu: [x64] + os: [darwin] + + '@turbo/darwin-arm64@2.9.14': + resolution: {integrity: sha512-d23147mC9BsCPA9mJ0h/ubcpbRgcJBXbcG3+Vq7YLhjz3IXuvQsJ1UXH8f4MD76ZjJ4m/E4aRdJV+MW88CDfbw==} + cpu: [arm64] + os: [darwin] + + '@turbo/linux-64@2.9.14': + resolution: {integrity: sha512-P3ZKB5tuUDdDQWuAsACGUR1qv9W7BNWxdxqVJ0kZNuNNPRaVYTPPikLcp79+GiEcW3npsR+KyP38lnQiBc5aSA==} + cpu: [x64] + os: [linux] + + '@turbo/linux-arm64@2.9.14': + resolution: {integrity: sha512-ZRTlzcUMrrPv9ZuDzRF9n60Ym13bKeG9jDB8WjxyLhWNzV+AJQN+zdpIk3NJYf2zQsGUm1mNar2P0elRzLw25g==} + cpu: [arm64] + os: [linux] + + '@turbo/windows-64@2.9.14': + resolution: {integrity: sha512-exanwN6sIduZwykYeiTQj8kCmOhazP5WOz3bvXMcYtjhL6Z3iRWLewKrXCBq0bqwSP3iBMb/AerRCnHI4lx46A==} + cpu: [x64] + os: [win32] + + '@turbo/windows-arm64@2.9.14': + resolution: {integrity: sha512-fVdCsnmYoKICsycbWuuGp6Jvi51/3G/UluFWuAUCvR8PIW5IJkAk5BM9UF8PSm0Q2IphWHFZjYEgjHsh3B9y/g==} + cpu: [arm64] + os: [win32] + + '@tybys/wasm-util@0.10.3': + resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==} '@types/acorn@4.0.6': resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} @@ -7836,8 +9402,8 @@ packages: '@types/aws-lambda@8.10.138': resolution: {integrity: sha512-71EHMl70TPWIAsFuHd85NHq6S6T2OOjiisPTrH7RgcjzpJpPh4RQJv7PvVvIxc6PIp8CLV7F9B+TdjcAES5vcA==} - '@types/babel__code-frame@7.0.6': - resolution: {integrity: sha512-Anitqkl3+KrzcW2k77lRlg/GfLZLWXBuNgbEcIOU6M92yw42vsd3xV/Z/yAHEj8m+KUjL6bWOVOFqX8PFPJ4LA==} + '@types/babel__code-frame@7.27.0': + resolution: {integrity: sha512-Dwlo+LrxDx/0SpfmJ/BKveHf7QXWvLBLc+x03l5sbzykj3oB9nHygCpSECF1a+s+QIxbghe+KHqC90vGtxLRAA==} '@types/babel__core@7.20.5': resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} @@ -7881,12 +9447,12 @@ packages: '@types/deep-eql@4.0.2': resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==} - '@types/deep-equal@1.0.4': - resolution: {integrity: sha512-tqdiS4otQP4KmY0PR3u6KbZ5EWvhNdUoS/jc93UuK23C220lOZ/9TvjfxdPcKvqwwDVtmtSCrnr0p/2dirAxkA==} - '@types/doctrine@0.0.9': resolution: {integrity: sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==} + '@types/esrecurse@4.3.1': + resolution: {integrity: sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==} + '@types/estree-jsx@1.0.5': resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} @@ -7902,8 +9468,8 @@ packages: '@types/express@5.0.2': resolution: {integrity: sha512-BtjL3ZwbCQriyb0DGw+Rt12qAXPiBTPs815lsUvtt1Grk0vLRMZNMUZ741d5rjk+UQOxfDiBZ3dxpX00vSkK3g==} - '@types/fontkit@2.0.8': - resolution: {integrity: sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==} + '@types/express@5.0.6': + resolution: {integrity: sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==} '@types/hast@3.0.4': resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} @@ -7923,60 +9489,54 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/json5@0.0.29': - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} '@types/mdx@2.0.13': resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==} - '@types/micromatch@4.0.9': - resolution: {integrity: sha512-7V+8ncr22h4UoYRLnLXSpTxjQrNUXtWHGeMPRJt1nULXI57G9bIcpyrHlmrQ7QK24EyyuXvYcSSWAM8GA9nqCg==} + '@types/micromatch@4.0.10': + resolution: {integrity: sha512-5jOhFDElqr4DKTrTEbnW8DZ4Hz5LRUEmyrGpCMrD/NphYv3nUnaF08xmSLx1rGGnyEs/kFnhiw6dCgcDqMr5PQ==} '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/mocha@10.0.9': - resolution: {integrity: sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==} - - '@types/morgan@1.9.9': - resolution: {integrity: sha512-iRYSDKVaC6FkGSpEVVIvrRGw0DfJMiQzIn3qr2G5B3C//AWkulhXgaBd7tS9/J79GWSYMTHGs7PfI5b3Y8m+RQ==} + '@types/morgan@1.9.10': + resolution: {integrity: sha512-sS4A1zheMvsADRVfT0lYbJ4S9lmsey8Zo2F7cnbYjWHP67Q0AwMYuuzLlkIM2N8gAbb9cubhIVFwcIN2XyYCkA==} '@types/ms@0.7.34': resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - '@types/multer@2.0.0': - resolution: {integrity: sha512-C3Z9v9Evij2yST3RSBktxP9STm6OdMc5uR1xF1SGr98uv8dUlAL2hqwrZ3GVB3uyMyiegnscEK6PGtYvNrjTjw==} + '@types/multer@2.2.0': + resolution: {integrity: sha512-3U1troeqGV8Ntp7Q3klwf4zr23VEoqYVocYXaswm9+8z3O9UHDYAqLxjJ/h550iRADTjKdOdhhasXw6gD6kYtg==} - '@types/mustache@4.2.5': - resolution: {integrity: sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA==} + '@types/mustache@4.2.6': + resolution: {integrity: sha512-t+8/QWTAhOFlrF1IVZqKnMRJi84EgkIK5Kh0p2JV4OLywUvCwJPFxbJAl7XAow7DVIHsF+xW9f1MVzg0L6Szjw==} '@types/nlcst@2.0.3': resolution: {integrity: sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==} - '@types/node@17.0.45': - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} - '@types/node@20.12.7': resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} - '@types/node@24.3.3': - resolution: {integrity: sha512-GKBNHjoNw3Kra1Qg5UXttsY5kiWMEfoHq2TmXb+b1rcm6N7B3wTrFYIf/oSZ1xNQ+hVVijgLkiDZh7jRRsh+Gw==} + '@types/node@24.13.2': + resolution: {integrity: sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==} '@types/node@24.6.0': resolution: {integrity: sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==} + '@types/node@25.9.4': + resolution: {integrity: sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g==} + + '@types/node@26.1.0': + resolution: {integrity: sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} '@types/parse-json@4.0.2': resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} - '@types/plist@3.0.5': - resolution: {integrity: sha512-E6OCaRmAe4WDmWNsL/9RMqdkkzDCY1etutkflWk4c+AcjDU07Pcz1fQwTX0TQz+Pxqn9i4L1TU3UFpjnrcDgxA==} - '@types/pluralize@0.0.29': resolution: {integrity: sha512-BYOID+l2Aco2nBik+iYS4SZX0Lf20KPILP5RGmM1IgzdwNdTs0eebiFriOPcej1sX9mLnSoiNte5zcFxssgpGA==} @@ -7995,9 +9555,6 @@ packages: '@types/react-dom@18.2.25': resolution: {integrity: sha512-o/V48vf4MQh7juIKZU2QGDfli6p1+OOi5oXx36Hffpc9adsHeXjVp8rHuPkjd8VT8sOJ2Zp05HR7CdpGTIUFUA==} - '@types/react-dom@18.3.0': - resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==} - '@types/react-transition-group@4.4.10': resolution: {integrity: sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==} @@ -8016,8 +9573,8 @@ packages: '@types/sax@1.2.7': resolution: {integrity: sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==} - '@types/semver@7.5.8': - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + '@types/semver@7.7.1': + resolution: {integrity: sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==} '@types/send@0.17.4': resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} @@ -8025,20 +9582,26 @@ packages: '@types/serve-static@1.15.7': resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} + '@types/serve-static@2.2.0': + resolution: {integrity: sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==} + '@types/ssri@7.1.5': resolution: {integrity: sha512-odD/56S3B51liILSk5aXJlnYt99S6Rt9EFDDqGtJM26rKHApHcwyU/UoYHrzKkdkHMAIquGWCuHtQTbes+FRQw==} '@types/statuses@2.0.6': resolution: {integrity: sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==} - '@types/swagger-ui-dist@3.30.5': - resolution: {integrity: sha512-SrXhD9L8qeIxJzN+o1kmf3wXeVf/+Km3jIdRM1+Yq3I5b/dlF5TcGr5WCVM7I/cBYpgf43/gCPIucQ13AhICiw==} + '@types/swagger-ui-dist@3.30.6': + resolution: {integrity: sha512-FVxN7wjLYRtJsZBscOcOcf8oR++m38vbUFjT33Mr9HBuasX9bRDrJsp7iwixcOtKSHEEa2B7o2+4wEiXqC+Ebw==} '@types/swagger-ui-express@4.1.8': resolution: {integrity: sha512-AhZV8/EIreHFmBV5wAs0gzJUNq9JbbSXgJLQubCC0jtIo6prnI9MIRRxnU4MZX9RB9yXxF1V4R7jtLl/Wcj31g==} - '@types/swagger-ui@5.21.1': - resolution: {integrity: sha512-DUmUH59eeOtvAqcWwBduH2ws0cc5i95KHsXCS4FsOfbUq/clW8TN+HqRBj7q5p9MSsSNK43RziIGItNbrAGLxg==} + '@types/swagger-ui@5.32.0': + resolution: {integrity: sha512-diMOqNQf6gkc3ghDIgjs/AfwbwZidja2e02+fJRIfNbbQ25W0EMGLe+f9/tHh/UFRfwYR2UXR3QSPGGkBu7uNg==} + + '@types/trusted-types@2.0.7': + resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} '@types/unist@2.0.11': resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} @@ -8046,8 +9609,11 @@ packages: '@types/unist@3.0.2': resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==} - '@types/vscode@1.103.0': - resolution: {integrity: sha512-o4hanZAQdNfsKecexq9L3eHICd0AAvdbLk6hA60UzGXbGH/q8b/9xv2RgR7vV3ZcHuyKVq7b37IGd/+gM4Tu+Q==} + '@types/unist@3.0.3': + resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} + + '@types/vscode@1.120.0': + resolution: {integrity: sha512-feaT4Rst+FkTch5zz/ZbNCxoIvo55YU80Be2kiL7OJcod4+CUYf2lUBPdIJzozNnSEMq1VRTGrWEcCGFB3fBmA==} '@types/whatwg-mimetype@3.0.2': resolution: {integrity: sha512-c2AKvDT8ToxLIOUlN51gTiHXflsfIFisS4pO7pDPoKouJCESkhZnEy623gwP9laCy5lnLDAw1vAzu2vM2YLOrA==} @@ -8055,14 +9621,14 @@ packages: '@types/which@3.0.4': resolution: {integrity: sha512-liyfuo/106JdlgSchJzXEQCVArk0CvevqPote8F8HgWgJ3dRCcTHgJIsLDuee0kxk/mhbInzIZk3QWSZJ8R+2w==} - '@types/xml2js@0.4.14': - resolution: {integrity: sha512-4YnrRemBShWRO2QjvUin8ESA41rH+9nQGLUGZV/1IDhi3SL9OhdpNC/MrulTWuptXKwhx/aDxE7toV0f/ypIXQ==} + '@types/ws@8.18.1': + resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==} '@types/yargs-parser@21.0.3': resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - '@types/yargs@17.0.33': - resolution: {integrity: sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==} + '@types/yargs@17.0.35': + resolution: {integrity: sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==} '@typescript-eslint/eslint-plugin@6.21.0': resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==} @@ -8086,13 +9652,13 @@ packages: typescript: optional: true - '@typescript-eslint/eslint-plugin@8.32.1': - resolution: {integrity: sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==} + '@typescript-eslint/eslint-plugin@8.62.1': + resolution: {integrity: sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==} 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.9.0' + '@typescript-eslint/parser': ^8.62.1 + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' '@typescript-eslint/parser@6.21.0': resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} @@ -8114,18 +9680,25 @@ packages: typescript: optional: true - '@typescript-eslint/parser@8.32.1': - resolution: {integrity: sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==} + '@typescript-eslint/parser@8.62.1': + resolution: {integrity: sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==} 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' + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' - '@typescript-eslint/rule-tester@8.32.1': - resolution: {integrity: sha512-XUCGJUbBBn6HNFnihX2bm50F4J1LndwdzTlw7kfSnqukXoRkW/SEwMIhDLSiTcSPXZPVbO8R/Aw35J9zm4kD4w==} + '@typescript-eslint/project-service@8.62.1': + resolution: {integrity: sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - eslint: ^8.57.0 || ^9.0.0 + typescript: '>=4.8.4 <6.1.0' + + '@typescript-eslint/rule-tester@8.62.1': + resolution: {integrity: sha512-qq2Io5qOVAyKsXfcgpqc5qIef++7bFMit3R8gNLNYlxrivwWtZH5pfIuU0nc69mUHAxowv4sUGfbpwykfBGHYQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' '@typescript-eslint/scope-manager@6.21.0': resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} @@ -8135,9 +9708,15 @@ packages: resolution: {integrity: sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/scope-manager@8.32.1': - resolution: {integrity: sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==} + '@typescript-eslint/scope-manager@8.62.1': + resolution: {integrity: sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + + '@typescript-eslint/tsconfig-utils@8.62.1': + resolution: {integrity: sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + typescript: '>=4.8.4 <6.1.0' '@typescript-eslint/type-utils@6.21.0': resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} @@ -8159,12 +9738,12 @@ packages: typescript: optional: true - '@typescript-eslint/type-utils@8.32.1': - resolution: {integrity: sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==} + '@typescript-eslint/type-utils@8.62.1': + resolution: {integrity: sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==} 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' + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' '@typescript-eslint/types@6.21.0': resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} @@ -8174,8 +9753,8 @@ packages: resolution: {integrity: sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/types@8.32.1': - resolution: {integrity: sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==} + '@typescript-eslint/types@8.62.1': + resolution: {integrity: sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@typescript-eslint/typescript-estree@6.21.0': @@ -8196,11 +9775,11 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@8.32.1': - resolution: {integrity: sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==} + '@typescript-eslint/typescript-estree@8.62.1': + resolution: {integrity: sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: - typescript: '>=4.8.4 <5.9.0' + typescript: '>=4.8.4 <6.1.0' '@typescript-eslint/utils@6.21.0': resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} @@ -8214,12 +9793,12 @@ packages: peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/utils@8.32.1': - resolution: {integrity: sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==} + '@typescript-eslint/utils@8.62.1': + resolution: {integrity: sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==} 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' + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' '@typescript-eslint/visitor-keys@6.21.0': resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} @@ -8229,12 +9808,35 @@ packages: resolution: {integrity: sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/visitor-keys@8.32.1': - resolution: {integrity: sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==} + '@typescript-eslint/visitor-keys@8.62.1': + resolution: {integrity: sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typespec/ts-http-runtime@0.3.0': - resolution: {integrity: sha512-sOx1PKSuFwnIl7z4RN0Ls7N9AQawmR9r66eI5rFCzLDIs8HTIYrIpH9QjYWoX0lkgGrkLxXhi4QnK7MizPRrIg==} + '@typespec/http-client-python@0.31.1': + resolution: {integrity: sha512-69lB3EzV/eVprES14ud6hDf6EgIuPu/Q/lhkCEzDZ9qNH5Q7ntScSweWDp71uoT56vpyl2rr41Zjb+FixQhS2g==} + engines: {node: '>=22.0.0'} + peerDependencies: + '@azure-tools/typespec-autorest': '>=0.69.0 <1.0.0' + '@azure-tools/typespec-azure-core': '>=0.69.0 <1.0.0' + '@azure-tools/typespec-azure-resource-manager': '>=0.69.0 <1.0.0' + '@azure-tools/typespec-azure-rulesets': '>=0.69.0 <1.0.0' + '@azure-tools/typespec-client-generator-core': '>=0.69.0 <1.0.0' + '@typespec/compiler': ^1.13.0 + '@typespec/events': '>=0.83.0 <1.0.0' + '@typespec/http': ^1.13.0 + '@typespec/openapi': ^1.13.0 + '@typespec/rest': '>=0.83.0 <1.0.0' + '@typespec/sse': '>=0.83.0 <1.0.0' + '@typespec/streams': '>=0.83.0 <1.0.0' + '@typespec/versioning': '>=0.83.0 <1.0.0' + '@typespec/xml': '>=0.83.0 <1.0.0' + + '@typespec/ts-http-runtime@0.3.5': + resolution: {integrity: sha512-yURCknZhvywvQItHMMmFSo+fq5arCUIyz/CVk7jD89MSai7dkaX8ufjCWp3NttLojoTVbcE72ri+be/TnEbMHw==} + engines: {node: '>=20.0.0'} + + '@typespec/ts-http-runtime@0.3.6': + resolution: {integrity: sha512-jIXhD0eWQ1JA6ln/5Dltyx22UxWNrw0hZmhy2rlv6m6KgF7kplHx3g0fzi09lNmTJQRR91OlemYp3xFnvDK9og==} engines: {node: '>=20.0.0'} '@ungap/structured-clone@1.2.0': @@ -8246,11 +9848,18 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - '@vitejs/plugin-react@4.7.0': - resolution: {integrity: sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==} - engines: {node: ^14.18.0 || >=16.0.0} + '@vitejs/plugin-react@6.0.3': + resolution: {integrity: sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==} + engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 + '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0 + babel-plugin-react-compiler: ^1.0.0 + vite: ^8.0.0 + peerDependenciesMeta: + '@rolldown/plugin-babel': + optional: true + babel-plugin-react-compiler: + optional: true '@vitest/coverage-v8@3.0.7': resolution: {integrity: sha512-Av8WgBJLTrfLOer0uy3CxjlVuWK4CzcLBndW1Nm2vI+3hZ2ozHututkfc7Blu1u6waeQ7J8gzPK/AsBRnWA5mQ==} @@ -8261,22 +9870,26 @@ packages: '@vitest/browser': optional: true - '@vitest/coverage-v8@3.1.3': - resolution: {integrity: sha512-cj76U5gXCl3g88KSnf80kof6+6w+K4BjOflCl7t6yRJPDuCrHtVu0SgNYOUARJOL5TI8RScDbm5x4s1/P9bvpw==} + '@vitest/coverage-v8@4.1.9': + resolution: {integrity: sha512-G9/lgqibheLVBDRuya45EbsEXTYcWoSG+TLg7i2axuzx0Eq62eXn+aWXyaVdV5vKvFSWd6ywcX8hA7la9Pvu8g==} peerDependencies: - '@vitest/browser': 3.1.3 - vitest: 3.1.3 + '@vitest/browser': 4.1.9 + vitest: 4.1.9 peerDependenciesMeta: '@vitest/browser': optional: true - '@vitest/eslint-plugin@1.2.0': - resolution: {integrity: sha512-6vn3QDy+ysqHGkbH9fU9uyWptqNc638dgPy0uAlh/XpniTBp+0WeVlXGW74zqggex/CwYOhK8t5GVo/FH3NMPw==} + '@vitest/eslint-plugin@1.6.20': + resolution: {integrity: sha512-xRwWHFG0Utp6hXtbGiWk4VdKXCGdExD8kbWrrmFEiG5dk8anOJ+vbWbeOa8EbkocKQRTsx7JAWETccZiBgFp/Q==} + engines: {node: '>=18'} peerDependencies: - eslint: '>= 8.57.0' - typescript: '>= 5.0.0' + '@typescript-eslint/eslint-plugin': '*' + eslint: '>=8.57.0' + typescript: '>=5.0.0' vitest: '*' peerDependenciesMeta: + '@typescript-eslint/eslint-plugin': + optional: true typescript: optional: true vitest: @@ -8285,12 +9898,12 @@ packages: '@vitest/expect@3.0.7': resolution: {integrity: sha512-QP25f+YJhzPfHrHfYHtvRn+uvkCFCqFtW9CktfBxmB+25QqWsx7VB2As6f4GmwllHLDhXNHvqedwhvMmSnNmjw==} - '@vitest/expect@3.1.3': - resolution: {integrity: sha512-7FTQQuuLKmN1Ig/h+h/GO+44Q1IlglPlR2es4ab7Yvfx+Uk5xsv+Ykk+MEt/M2Yn/xGmzaLKxGw2lgy2bwuYqg==} - '@vitest/expect@3.2.4': resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==} + '@vitest/expect@4.1.9': + resolution: {integrity: sha512-vl/rYsUKcBr3SnQn166+XR5ZQcgMx3DQhFWdfli/cWpLnLUmbxZvyrJZotLFUryib+LtArYMSTJ5RbQ57ZqrlA==} + '@vitest/mocker@3.0.7': resolution: {integrity: sha512-qui+3BLz9Eonx4EAuR/i+QlCX6AUZ35taDQgwGkK/Tw6/WgwodSrjN1X2xf69IA/643ZX5zNKIn2svvtZDrs4w==} peerDependencies: @@ -8302,22 +9915,22 @@ packages: vite: optional: true - '@vitest/mocker@3.1.3': - resolution: {integrity: sha512-PJbLjonJK82uCWHjzgBJZuR7zmAOrSvKk1QBxrennDIgtH4uK0TB1PvYmc0XBCigxxtiAVPfWtAdy4lpz8SQGQ==} + '@vitest/mocker@3.2.4': + resolution: {integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ==} peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 + 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==} + '@vitest/mocker@4.1.9': + resolution: {integrity: sha512-EVkXzBjrPGM+cK8/ANWgBrkUCfJfb38/EfTSO8h7pWvKkyPkpWxvR7BkD2MyItMF62C97zAEoqdpUixwR/e+Rw==} peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: msw: optional: true @@ -8327,97 +9940,88 @@ packages: '@vitest/pretty-format@3.0.7': resolution: {integrity: sha512-CiRY0BViD/V8uwuEzz9Yapyao+M9M008/9oMOSQydwbwb+CMokEq3XVaF3XK/VWaOK0Jm9z7ENhybg70Gtxsmg==} - '@vitest/pretty-format@3.1.3': - resolution: {integrity: sha512-i6FDiBeJUGLDKADw2Gb01UtUNb12yyXAqC/mmRWuYl+m/U9GS7s8us5ONmGkGpUUo7/iAYzI2ePVfOZTYvUifA==} - '@vitest/pretty-format@3.2.4': resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==} + '@vitest/pretty-format@4.1.9': + resolution: {integrity: sha512-s0iufns3iIFitdgm+YR7g1whCAaGtXz459VS9/PqyKDEEFgYIhsHOQmXgIgDuYCt7DeQmiZT0Qe2OA2p4ZPu5A==} + '@vitest/runner@3.0.7': resolution: {integrity: sha512-WeEl38Z0S2ZcuRTeyYqaZtm4e26tq6ZFqh5y8YD9YxfWuu0OFiGFUbnxNynwLjNRHPsXyee2M9tV7YxOTPZl2g==} - '@vitest/runner@3.1.3': - resolution: {integrity: sha512-Tae+ogtlNfFei5DggOsSUvkIaSuVywujMj6HzR97AHK6XK8i3BuVyIifWAm/sE3a15lF5RH9yQIrbXYuo0IFyA==} - '@vitest/runner@3.2.4': resolution: {integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ==} + '@vitest/runner@4.1.9': + resolution: {integrity: sha512-KXLMDtc7oe70+3mJfGrPUWPesswH+3sTxAMAMl8DG7I8IUQT4XW718dY5ID3vPUcmlu27CcKfY4P3h3I29SLJg==} + '@vitest/snapshot@3.0.7': resolution: {integrity: sha512-eqTUryJWQN0Rtf5yqCGTQWsCFOQe4eNz5Twsu21xYEcnFJtMU5XvmG0vgebhdLlrHQTSq5p8vWHJIeJQV8ovsA==} - '@vitest/snapshot@3.1.3': - resolution: {integrity: sha512-XVa5OPNTYUsyqG9skuUkFzAeFnEzDp8hQu7kZ0N25B1+6KjGm4hWLtURyBbsIAOekfWQ7Wuz/N/XXzgYO3deWQ==} - '@vitest/snapshot@3.2.4': resolution: {integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ==} + '@vitest/snapshot@4.1.9': + resolution: {integrity: sha512-Jc7RKGNBo8Z28WYIm0Niej4xdSPByRf6mU58VpHQkd6Zh05rlnA+twjbK5HyeIGHxrzsc3mJgS43uM0CZKzaIA==} + '@vitest/spy@3.0.7': resolution: {integrity: sha512-4T4WcsibB0B6hrKdAZTM37ekuyFZt2cGbEGd2+L0P8ov15J1/HUsUaqkXEQPNAWr4BtPPe1gI+FYfMHhEKfR8w==} - '@vitest/spy@3.1.3': - resolution: {integrity: sha512-x6w+ctOEmEXdWaa6TO4ilb7l9DxPR5bwEb6hILKuxfU1NqWT2mpJD9NJN7t3OTfxmVlOMrvtoFJGdgyzZ605lQ==} - '@vitest/spy@3.2.4': resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==} + '@vitest/spy@4.1.9': + resolution: {integrity: sha512-fHpsS6mIi+PiEW+vcRVOMkX1oSaPKne3VOclSFICPcGOmfKgXPU5iAah+wcNcj2xPrCCmfq99IDGf+EojhhvhA==} + '@vitest/ui@3.0.7': resolution: {integrity: sha512-bogkkSaVdSTRj02TfypjrqrLCeEc/tA5V4gAVM843Rp5JtIub3xaij+qjsSnS6CseLQJUSdDCFaFqPMmymRJKQ==} peerDependencies: vitest: 3.0.7 - '@vitest/ui@3.1.3': - resolution: {integrity: sha512-IipSzX+8DptUdXN/GWq3hq5z18MwnpphYdOMm0WndkRGYELzfq7NDP8dMpZT7JGW1uXFrIGxOW2D0Xi++ulByg==} - peerDependencies: - vitest: 3.1.3 - '@vitest/ui@3.2.4': resolution: {integrity: sha512-hGISOaP18plkzbWEcP/QvtRW1xDXF2+96HbEX6byqQhAUbiS5oH6/9JwW+QsQCIYON2bI6QZBF+2PvOmrRZ9wA==} peerDependencies: vitest: 3.2.4 + '@vitest/ui@4.1.9': + resolution: {integrity: sha512-U/cRvtqfEPj27FI1n9cyUvi4vXXdcLhjJiI+InYKdk8hP4VrS6RXOjGL7rfFaeBc37iRKANsR6eEzIoC7lmgBQ==} + peerDependencies: + vitest: 4.1.9 + '@vitest/utils@3.0.7': resolution: {integrity: sha512-xePVpCRfooFX3rANQjwoditoXgWb1MaFbzmGuPP59MK6i13mrnDw/yEIyJudLeW6/38mCNcwCiJIGmpDPibAIg==} - '@vitest/utils@3.1.3': - resolution: {integrity: sha512-2Ltrpht4OmHO9+c/nmHtF09HWiyWdworqnHIwjfvDyWjuwKbdkcS9AnhsDn+8E2RM4x++foD1/tNuLPVvWG1Rg==} - '@vitest/utils@3.2.4': resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==} - '@volar/kit@2.4.10': - resolution: {integrity: sha512-ul+rLeO9RlFDgkY/FhPWMnpFqAsjvjkKz8VZeOY5YCJMwTblmmSBlNJtFNxSBx9t/k1q80nEthLyxiJ50ZbIAg==} + '@vitest/utils@4.1.9': + resolution: {integrity: sha512-A51o8ymO5PpqlWNnBP9ZHPXDIpuMtTLlGSjN7la4US+LJzoUMyhwjA5QXlm39JexgwHKW4Xjs8Z2d3dLCXOeuA==} + + '@volar/kit@2.4.28': + resolution: {integrity: sha512-cKX4vK9dtZvDRaAzeoUdaAJEew6IdxHNCRrdp5Kvcl6zZOqb6jTOfk3kXkIkG3T7oTFXguEMt5+9ptyqYR84Pg==} peerDependencies: typescript: '*' - '@volar/language-core@2.4.10': - resolution: {integrity: sha512-hG3Z13+nJmGaT+fnQzAkS0hjJRa2FCeqZt6Bd+oGNhUkQ+mTFsDETg5rqUTxyzIh5pSOGY7FHCWUS8G82AzLCA==} - - '@volar/language-core@2.4.11': - resolution: {integrity: sha512-lN2C1+ByfW9/JRPpqScuZt/4OrUUse57GLI6TbLgTIqBVemdl1wNcZ1qYGEo2+Gw8coYLgCy7SuKqn6IrQcQgg==} + '@volar/language-core@2.4.28': + resolution: {integrity: sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==} - '@volar/language-server@2.4.10': - resolution: {integrity: sha512-odQsgrJh8hOXfxkSj/BSnpjThb2/KDhbxZnG/XAEx6E3QGDQv4hAOz9GWuKoNs0tkjgwphQGIwDMT1JYaTgRJw==} + '@volar/language-server@2.4.28': + resolution: {integrity: sha512-NqcLnE5gERKuS4PUFwlhMxf6vqYo7hXtbMFbViXcbVkbZ905AIVWhnSo0ZNBC2V127H1/2zP7RvVOVnyITFfBw==} - '@volar/language-service@2.4.10': - resolution: {integrity: sha512-VxUiWS11rnRzakkqw5x1LPhsz+RBfD0CrrFarLGW2/voliYXEdCuSOM3r8JyNRvMvP4uwhD38ccAdTcULQEAIQ==} + '@volar/language-service@2.4.28': + resolution: {integrity: sha512-Rh/wYCZJrI5vCwMk9xyw/Z+MsWxlJY1rmMZPsxUoJKfzIRjS/NF1NmnuEcrMbEVGja00aVpCsInJfixQTMdvLw==} - '@volar/source-map@2.4.10': - resolution: {integrity: sha512-OCV+b5ihV0RF3A7vEvNyHPi4G4kFa6ukPmyVocmqm5QzOd8r5yAtiNvaPEjl8dNvgC/lj4JPryeeHLdXd62rWA==} + '@volar/source-map@2.4.28': + resolution: {integrity: sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==} - '@volar/source-map@2.4.11': - resolution: {integrity: sha512-ZQpmafIGvaZMn/8iuvCFGrW3smeqkq/IIh9F1SdSx9aUl0J4Iurzd6/FhmjNO5g2ejF3rT45dKskgXWiofqlZQ==} - - '@volar/typescript@2.4.10': - resolution: {integrity: sha512-F8ZtBMhSXyYKuBfGpYwqA5rsONnOwAVvjyE7KPYJ7wgZqo2roASqNWUnianOomJX5u1cxeRooHV59N0PhvEOgw==} - - '@volar/typescript@2.4.11': - resolution: {integrity: sha512-2DT+Tdh88Spp5PyPbqhyoYavYCPDsqbHLFwcUI9K1NlY1YgUJvujGdrqUp0zWxnW7KWNTr3xSpMuv2WnaTKDAw==} + '@volar/typescript@2.4.28': + resolution: {integrity: sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==} '@vscode/emmet-helper@2.10.0': resolution: {integrity: sha512-UHw1EQRgLbSYkyB73/7wR/IzV6zTBnbzEHuuU4Z6b95HKf2lmeTdGwBIwspWBSRrnIA1TI2x2tetBym6ErA7Gw==} - '@vscode/extension-telemetry@1.1.0': - resolution: {integrity: sha512-y3cFCDell/xVn3b2/FdpJSwpspfUzBvVtjAQnD94Z38RXHCsYRZXJOJLZNuFxFgcSihjYZNnL8VPgOzWNiE9/g==} + '@vscode/extension-telemetry@1.5.2': + resolution: {integrity: sha512-fO4huHz5apb5RtddC8DuUeSbBqYQw1EiBaOOGngq57nGbsDgcvm0jAibTY/kigJyjY0fQ4Vx7owQcCJRUrkT4g==} engines: {vscode: ^1.75.0} '@vscode/l10n@0.0.18': @@ -8427,9 +10031,9 @@ packages: resolution: {integrity: sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg==} engines: {node: '>=16'} - '@vscode/test-web@0.0.72': - resolution: {integrity: sha512-4Yqr8GSXmx5a5dXMBoL/bv/J7WVJ4H5u63CEhEL4yO5mL9fYpdbSLrB0MFHx0FmvclNzQ7cXQmK1UsCOrqjvvA==} - engines: {node: '>=16'} + '@vscode/test-web@0.0.80': + resolution: {integrity: sha512-QgsRPp8IuPcdbUdVtqQkFN/sGd+6cr6g0ENEVFOHwJbQqZtJSiZD5w0e6tgmoeq9nBjNqZCq87OO1GkwFHkPyw==} + engines: {node: '>=20'} hasBin: true '@vscode/vsce-sign-alpine-arm64@2.0.2': @@ -8480,37 +10084,23 @@ packages: '@vscode/vsce-sign@2.0.4': resolution: {integrity: sha512-0uL32egStKYfy60IqnynAChMTbL0oqpqk0Ew0YHiIb+fayuGZWADuIPHWUcY1GCnAA+VgchOPDMxnc2R3XGWEA==} - '@vscode/vsce@3.6.2': - resolution: {integrity: sha512-gvBfarWF+Ii20ESqjA3dpnPJpQJ8fFJYtcWtjwbRADommCzGg1emtmb34E+DKKhECYvaVyAl+TF9lWS/3GSPvg==} + '@vscode/vsce@3.9.2': + resolution: {integrity: sha512-XSxMosEEDO6vLxELAHVkwmhC0qe0ijZni2jB9Rcs8kQsW4lhTDQ/wMzmwFs/buotAWSnpmUp/dRWD2ufG3UYKA==} engines: {node: '>= 20'} hasBin: true - '@vue/compiler-core@3.5.13': - resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} - - '@vue/compiler-dom@3.5.13': - resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} - - '@vue/compiler-vue2@2.7.16': - resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} - - '@vue/language-core@2.2.0': - resolution: {integrity: sha512-O1ZZFaaBGkKbsRfnVH1ifOK1/1BUkyK+3SQsfnh6PmMmD4qJcTU8godCeA96jjDRTL6zgnK7YzCHfaUlH2r0Mw==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@vue/reactivity@3.5.39': + resolution: {integrity: sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==} - '@vue/reactivity@3.5.13': - resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} + '@vue/shared@3.5.39': + resolution: {integrity: sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==} - '@vue/shared@3.5.13': - resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} + '@webcontainer/env@1.1.1': + resolution: {integrity: sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==} - '@xmldom/xmldom@0.8.10': - resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==} - engines: {node: '>=10.0.0'} + '@xmldom/xmldom@0.9.10': + resolution: {integrity: sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==} + engines: {node: '>=14.6'} '@yarnpkg/fslib@3.1.2': resolution: {integrity: sha512-FpB2F1Lrm43F94klS9UN0ceOpe/PHZSpJB7bIkvReF/ba890bSdu1NokSKr998yaFee7yqeD9Wkid5ye7azF3A==} @@ -8556,6 +10146,10 @@ packages: resolution: {integrity: sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==} engines: {node: ^18.17.0 || >=20.5.0} + abbrev@4.0.0: + resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} + engines: {node: ^20.17.0 || >=22.9.0} + abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} engines: {node: '>=6.5'} @@ -8578,16 +10172,20 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - acorn@8.14.1: - resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==} + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} engines: {node: '>=0.4.0'} hasBin: true - acorn@8.15.0: - resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + acorn@8.17.0: + resolution: {integrity: sha512-xRQbDb9BnwDafYNn6Vwl839DYVjqXYb1XVGtWAZ1kcDc6iwAL4hg3B1dZlRiuENFeO2H53gFG3in621AdERVAg==} engines: {node: '>=0.4.0'} hasBin: true + adm-zip@0.5.18: + resolution: {integrity: sha512-ufJnssQGbxzLNS1Ho9bCtX4rQKCCvoVuDLHoJyc3F9dOGDB4BkWs2Ci0kv53lqocAEQ/Cbi+I2XCsNYGqVYqng==} + engines: {node: '>=12.0'} + agent-base@7.1.3: resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} engines: {node: '>= 14'} @@ -8596,6 +10194,10 @@ packages: resolution: {integrity: sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==} engines: {node: '>= 8.0.0'} + aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + ajv-draft-04@1.0.0: resolution: {integrity: sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==} peerDependencies: @@ -8615,25 +10217,15 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - ajv@8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + ajv@6.15.0: + resolution: {integrity: sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==} - ajv@8.13.0: - resolution: {integrity: sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==} - - ajv@8.17.1: - resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} - - alien-signals@0.4.14: - resolution: {integrity: sha512-itUAVzhczTmP2U5yX67xVpsbbOiquusbWVyA9N+sy6+r6YVbFkahXvNCeEPWEOMhwDYwbVbGHFkVL03N9I5g+Q==} + ajv@8.18.0: + resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} - ansi-colors@4.1.3: - resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} - engines: {node: '>=6'} - ansi-diff@1.1.1: resolution: {integrity: sha512-XnTdFDQzbEewrDx8epWXdw7oqHMvv315vEtfqDiEhhWghIf4++h26c3/FMz7iTLhNrnj56DNIXpbxHZq+3s6qw==} @@ -8660,6 +10252,10 @@ packages: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} + ansi-regex@6.2.2: + resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==} + engines: {node: '>=12'} + ansi-split@1.0.1: resolution: {integrity: sha512-RRxQym4DFtDNmHIkW6aeFVvrXURb11lGAEPXNiryjCe8bK8RsANjzJ0M2aGOkvBYwP4Bl/xZ8ijtr6D3j1x/eg==} @@ -8683,6 +10279,9 @@ packages: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} + anynum@1.0.1: + resolution: {integrity: sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==} + append-field@1.0.0: resolution: {integrity: sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==} @@ -8713,12 +10312,8 @@ packages: resolution: {integrity: sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==} engines: {node: '>=8'} - array-buffer-byte-length@1.0.1: - resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} - engines: {node: '>= 0.4'} - - array-includes@3.1.8: - resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + array-buffer-byte-length@1.0.2: + resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} engines: {node: '>= 0.4'} array-iterate@2.0.1: @@ -8731,31 +10326,13 @@ packages: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} - array.prototype.findlastindex@1.2.5: - resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} - engines: {node: '>= 0.4'} - - array.prototype.flat@1.3.2: - resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} - engines: {node: '>= 0.4'} - - array.prototype.flatmap@1.3.2: - resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} - engines: {node: '>= 0.4'} - - arraybuffer.prototype.slice@1.0.3: - resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} + arraybuffer.prototype.slice@1.0.4: + resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} engines: {node: '>= 0.4'} as-table@1.0.55: resolution: {integrity: sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==} - asn1.js@4.10.1: - resolution: {integrity: sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==} - - assert@2.1.0: - resolution: {integrity: sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==} - assertion-error@2.0.1: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} engines: {node: '>=12'} @@ -8764,6 +10341,9 @@ packages: resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} engines: {node: '>=4'} + ast-v8-to-istanbul@1.0.4: + resolution: {integrity: sha512-0bC0/4bTSrnwdhU3IsZDwEdojvuPrSg59OYZfKsLRtJZ0u8VBx9DebfqqG8bRdCC0I7vjgxmPi41P0lpkhJHtA==} + astral-regex@2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} @@ -8772,16 +10352,20 @@ packages: resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==} hasBin: true - astro-expressive-code@0.41.3: - resolution: {integrity: sha512-u+zHMqo/QNLE2eqYRCrK3+XMlKakv33Bzuz+56V1gs8H0y6TZ0hIi3VNbIxeTn51NLn+mJfUV/A0kMNfE4rANw==} + astro-expressive-code@0.42.0: + resolution: {integrity: sha512-aiTePi2Cn0mJPYWZSzP1GcxCinX9mNtJyCCshVVPSg1yRwM7ADvFJOx0FnS440M9t65hp8JH//dc2qr22Bm4ag==} peerDependencies: - astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 + astro: ^4.0.0-beta || ^5.0.0-beta || ^3.3.0 || ^6.0.0-beta - astro@5.7.13: - resolution: {integrity: sha512-cRGq2llKOhV3XMcYwQpfBIUcssN6HEK5CRbcMxAfd9OcFhvWE7KUy50zLioAZVVl3AqgUTJoNTlmZfD2eG0G1w==} - engines: {node: ^18.17.1 || ^20.3.0 || >=22.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'} + astro@6.4.8: + resolution: {integrity: sha512-KK5lX90uU9EeVaTjINyj3sy9/NFXVa59aowaqbWBDDKLXZh4rr7GwIaCFYVetE22MJtsCNFerQXn0vlCLmpP/Q==} + engines: {node: '>=22.12.0', npm: '>=9.6.5', pnpm: '>=7.1.0'} hasBin: true + async-function@1.0.0: + resolution: {integrity: sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==} + engines: {node: '>= 0.4'} + asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} @@ -8837,6 +10421,10 @@ packages: balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + balanced-match@4.0.4: + resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} + engines: {node: 18 || 20 || >=22} + bare-events@2.5.0: resolution: {integrity: sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==} @@ -8854,12 +10442,14 @@ packages: bare-stream@2.3.2: resolution: {integrity: sha512-EFZHSIBkDgSHIwj2l2QZfP4U5OcD4xFAOwhSb/vlr9PIqyGJGvB/nfClJbcnh3EY4jtPE4zsb5ztae96bVF79A==} - base-64@1.0.0: - resolution: {integrity: sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==} - base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + baseline-browser-mapping@2.10.40: + resolution: {integrity: sha512-BSSLZ9/Cjjv7Gtj5B68ZzXcXUg8iOf3fme+FCuh8rC/Go+Kmh8cox7M3A8dolou16s64QjLPOSdngh7GxXvkSw==} + engines: {node: '>=6.0.0'} + hasBin: true + baseline-browser-mapping@2.8.16: resolution: {integrity: sha512-OMu3BGQ4E7P1ErFsIPpbJh0qvDudM/UuJeHgkAvfWe+0HFJCXh+t/l8L6fVLR55RI/UbKrVLnAXZSVwd9ysWYw==} hasBin: true @@ -8874,16 +10464,9 @@ packages: bcp-47@2.1.0: resolution: {integrity: sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==} - before-after-hook@3.0.2: - resolution: {integrity: sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==} - before-after-hook@4.0.0: resolution: {integrity: sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==} - better-opn@3.0.2: - resolution: {integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==} - engines: {node: '>=12.0.0'} - better-path-resolve@1.0.0: resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} engines: {node: '>=4'} @@ -8892,10 +10475,6 @@ packages: resolution: {integrity: sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - binary-extensions@2.3.0: - resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} - engines: {node: '>=8'} - binaryextensions@6.11.0: resolution: {integrity: sha512-sXnYK/Ij80TO3lcqZVV2YgfKN5QjUWIRk/XSm2J/4bd/lPko3lvk0O4ZppH6m+6hB2/GTu+ptNwVFe1xh+QLQw==} engines: {node: '>=4'} @@ -8903,17 +10482,8 @@ packages: bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} - blob-to-buffer@1.2.9: - resolution: {integrity: sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==} - - bn.js@4.12.1: - resolution: {integrity: sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==} - - bn.js@5.2.1: - resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - - body-parser@2.2.0: - resolution: {integrity: sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==} + body-parser@2.3.0: + resolution: {integrity: sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==} engines: {node: '>=18'} bole@5.0.11: @@ -8932,62 +10502,30 @@ packages: resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} engines: {node: '>=10'} - boxen@8.0.1: - resolution: {integrity: sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==} - engines: {node: '>=18'} - brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + brace-expansion@5.0.7: + resolution: {integrity: sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==} + engines: {node: 18 || 20 || >=22} + braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - brorand@1.1.0: - resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} - - brotli@1.3.3: - resolution: {integrity: sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==} - - browser-resolve@2.0.0: - resolution: {integrity: sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==} - - browser-stdout@1.3.1: - resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} - - browserify-aes@1.2.0: - resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} - - browserify-cipher@1.0.1: - resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} - - browserify-des@1.0.2: - resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} - - browserify-rsa@4.1.1: - resolution: {integrity: sha512-YBjSAiTqM04ZVei6sXighu679a3SqWORA3qZTEqZImnlkDIFtKc6pNutpjyZ8RJTjQtuYfeetkxM11GwoYXMIQ==} - engines: {node: '>= 0.10'} - - browserify-sign@4.2.3: - resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==} - engines: {node: '>= 0.12'} - browserify-zlib@0.1.4: resolution: {integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==} - browserify-zlib@0.2.0: - resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} - - browserslist@4.24.4: - resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} + browserslist@4.26.3: + resolution: {integrity: sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true - browserslist@4.26.3: - resolution: {integrity: sha512-lAUU+02RFBuCKQPj/P6NgjlbCnLBMp4UtgTx7vNHd3XSIJF87s9a5rA3aH2yw3GS9DqZAUbOtZdCCiZeVRqt0w==} + browserslist@4.28.4: + resolution: {integrity: sha512-MTc8i/x9jBQd1iMw2CFGS+rwMa07eYjLR0CCTLDACl9xhxy+nIs3KeML/biicXtk9JrZ6dnnTatmc7ErPXIxqw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -9000,8 +10538,9 @@ packages: buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - buffer-xor@1.0.3: - resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + buffer-image-size@0.6.4: + resolution: {integrity: sha512-nEh+kZOPY1w+gcCMobZ6ETUp9WfibndnosbpwB1iJk/8Gt5ZF2bhS6+B6bPYz424KtwsR6Rflc3tCz1/ghX2dQ==} + engines: {node: '>=4.0'} buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} @@ -9013,9 +10552,6 @@ packages: resolution: {integrity: sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==} engines: {node: '>=18.20'} - builtin-status-codes@3.0.0: - resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} - builtins@5.1.0: resolution: {integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==} @@ -9031,9 +10567,9 @@ packages: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - c8@10.1.3: - resolution: {integrity: sha512-LvcyrOAaOnrrlMpW22n690PUvxiq4Uf9WMhQwNJ9vgagkL/ph1+D4uvjvDA5XCbykrc0sx+ay6pVi9YZ1GnhyA==} - engines: {node: '>=18'} + c8@11.0.0: + resolution: {integrity: sha512-e/uRViGHSVIJv7zsaDKM7VRn2390TgHXqUSvYwPHBQaU6L7E9L0n9JbdkwdYPvshDT0KymBmmlwSpms3yBaMNg==} + engines: {node: 20 || >=22} hasBin: true peerDependencies: monocart-coverage-reports: ^2 @@ -9049,21 +10585,22 @@ packages: resolution: {integrity: sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==} engines: {node: ^18.17.0 || >=20.5.0} + cacache@20.0.4: + resolution: {integrity: sha512-M3Lab8NPYlZU2exsL3bMVvMrMqgwCnMWfdZbK28bn3pK6APT/Te/I8hjRPNu1uwORY9a1eEQoifXbKPQMfMTOA==} + engines: {node: ^20.17.0 || >=22.9.0} + call-bind-apply-helpers@1.0.2: resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} engines: {node: '>= 0.4'} - call-bind@1.0.7: - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + call-bind@1.0.9: + resolution: {integrity: sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==} engines: {node: '>= 0.4'} call-bound@1.0.4: resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==} engines: {node: '>= 0.4'} - call-me-maybe@1.0.2: - resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} - callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -9080,10 +10617,6 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - camelcase@8.0.0: - resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} - engines: {node: '>=16'} - can-link@2.0.0: resolution: {integrity: sha512-2W2yAdkQQrrL0WM6BrGqkrLkWlVon8riZch0EBNklid2CZsOzZnqR5HE7W3Q3BrMWUop+9I2dpjyZqhSOYh6Yg==} engines: {node: '>=10'} @@ -9092,12 +10625,12 @@ packages: resolution: {integrity: sha512-eOgiEWqjppB+3DN/5E82EQ8dTINus8d9GXMCbEsUnp2hcUIcXmBvzWmD3tXMk3CuBK0v+ddK9qw0EAF+JVRMjQ==} engines: {node: '>=10.13'} - caniuse-lite@1.0.30001707: - resolution: {integrity: sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==} - caniuse-lite@1.0.30001750: resolution: {integrity: sha512-cuom0g5sdX6rw00qOoLNSFCJ9/mYIsuSOA+yzpDw8eopiFqcVwQvZHqov0vmEighRxX++cfC0Vg1G+1Iy/mSpQ==} + caniuse-lite@1.0.30001800: + resolution: {integrity: sha512-MMHtuAz9Ys840zAY5F4k6fV5GaivZ9sPk+nz0mY+GYVzRBnYkN0mpqkSR92oWRQ19yQWo4HvBV/FnC16AJX8MA==} + ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -9105,8 +10638,12 @@ packages: resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} engines: {node: '>=12'} - chalk-template@1.1.0: - resolution: {integrity: sha512-T2VJbcDuZQ0Tb2EWwSotMPJjgpy1/tGee1BTpUNsGZ/qgNjV2t7Mvu+d4600U564nbLesN1x2dPL+xii174Ekg==} + chai@6.2.2: + resolution: {integrity: sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==} + engines: {node: '>=18'} + + chalk-template@1.1.2: + resolution: {integrity: sha512-2bxTP2yUH7AJj/VAXfcA+4IcWGdQ87HwBANLt5XxGTeomo8yG0y95N1um9i5StvhT/Bl0/2cARA5v1PpPXUxUA==} engines: {node: '>=14.16'} chalk@2.4.2: @@ -9121,10 +10658,6 @@ packages: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} - chalk@5.4.1: - resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - chalk@5.6.2: resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} @@ -9148,8 +10681,8 @@ packages: character-reference-invalid@2.0.1: resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} - chardet@0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + chardet@2.2.0: + resolution: {integrity: sha512-rddelWYNPRrXq6PtNEN2S3f6t9ILzvqaN5pVgi4kqt9jHQaXIial9PznB5iSPVlQSLNaaH22ItWz3EJtQ10+OA==} check-error@2.1.1: resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} @@ -9162,60 +10695,41 @@ packages: resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==} engines: {node: '>= 6'} - chokidar@3.6.0: - resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} - engines: {node: '>= 8.10.0'} - - chokidar@4.0.1: - resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==} - engines: {node: '>= 14.16.0'} - chokidar@4.0.3: resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} engines: {node: '>= 14.16.0'} + chokidar@5.0.0: + resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} + engines: {node: '>= 20.19.0'} + chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} - chownr@3.0.0: resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==} engines: {node: '>=18'} - ci-info@4.2.0: - resolution: {integrity: sha512-cYY9mypksY8NRqgDB1XD1RiJL338v/551niynFTGkZOO2LHuB2OmOYxDIe/ttN9AHwrqdum1360G3ald0W9kCg==} + ci-info@3.9.0: + resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} - ci-info@4.3.1: - resolution: {integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==} + ci-info@4.4.0: + resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} engines: {node: '>=8'} - cipher-base@1.0.6: - resolution: {integrity: sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==} - engines: {node: '>= 0.10'} - - citty@0.1.6: - resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==} - clean-regexp@1.0.0: resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} engines: {node: '>=4'} - clear-module@4.1.2: - resolution: {integrity: sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==} - engines: {node: '>=8'} + clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} cli-boxes@2.2.1: resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} engines: {node: '>=6'} - cli-boxes@3.0.0: - resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} - engines: {node: '>=10'} - cli-columns@4.0.0: resolution: {integrity: sha512-XW2Vg+w+L9on9wtwKpyzluIPCWXjaBahI7mTcYjx+BVIYD9c3yqcv/yKC7CmdCZat4rq2yiE1UMSJC5ivKfMtQ==} engines: {node: '>= 10'} @@ -9228,6 +10742,10 @@ packages: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} + cli-spinners@3.4.0: + resolution: {integrity: sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==} + engines: {node: '>=18.20'} + cli-table3@0.6.5: resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==} engines: {node: 10.* || >= 12.*} @@ -9261,10 +10779,6 @@ packages: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} - clone@2.1.2: - resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} - engines: {node: '>=0.8'} - clsx@1.2.1: resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==} engines: {node: '>=6'} @@ -9285,6 +10799,9 @@ packages: resolution: {integrity: sha512-xC759TpZ69d7HhfDp8m2WkRwEUiCkxY8Ee2OQH/3H6zmy2D/5Sm+zSTbPRa+V2QyjDtpMvjOIAOVjA2gp6N1kQ==} engines: {node: '>=16'} + code-block-writer@13.0.3: + resolution: {integrity: sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==} + collapse-white-space@2.1.0: resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==} @@ -9301,13 +10818,6 @@ packages: color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - color-string@1.9.1: - resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} - - color@4.2.3: - resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==} - engines: {node: '>=12.5.0'} - combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} @@ -9323,24 +10833,25 @@ packages: resolution: {integrity: sha512-sH5ZSPr+7UStsloltmDh7Ce5fb8XPlHyoPzTpyyMuYCtervL65+ubVZ6Q61cFtFl62UyJlc8/JwERRbAFPUqgw==} engines: {node: '>=8.0.0'} + commander@11.1.0: + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} + engines: {node: '>=16'} + commander@12.1.0: resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} engines: {node: '>=18'} - commander@13.1.0: - resolution: {integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==} - engines: {node: '>=18'} - - commander@14.0.1: - resolution: {integrity: sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==} + commander@14.0.3: + resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==} engines: {node: '>=20'} - comment-json@4.2.5: - resolution: {integrity: sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==} + comment-json@5.0.0: + resolution: {integrity: sha512-uiqLcOiVDJtBP8WGkZHEP+FZIhTzP1dxvn59EfoYUi9gqupjrBWVQkO2atDrbnKPwLeotFYDsuNb26uBMqB+hw==} engines: {node: '>= 6'} - common-ancestor-path@1.0.1: - resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} + common-ancestor-path@2.0.0: + resolution: {integrity: sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==} + engines: {node: '>= 18'} commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} @@ -9355,50 +10866,44 @@ packages: resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} engines: {'0': node >= 6.0} - concurrently@9.1.2: - resolution: {integrity: sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==} - engines: {node: '>=18'} + concurrently@10.0.3: + resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==} + engines: {node: '>=22'} hasBin: true confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} - confbox@0.2.1: - resolution: {integrity: sha512-hkT3yDPFbs95mNCy1+7qNKC6Pro+/ibzYxtM2iqEigpf0sVw+bg4Zh9/snjsBcf990vfIsg5+1U7VyiyBb3etg==} + confbox@0.2.4: + resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==} config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} - consola@3.2.3: - resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} - engines: {node: ^14.18.0 || >=16.10.0} - - console-browserify@1.2.0: - resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} - - constants-browserify@1.0.0: - resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} - - content-disposition@0.5.4: - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} - engines: {node: '>= 0.6'} - content-disposition@1.0.0: resolution: {integrity: sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==} engines: {node: '>= 0.6'} + content-disposition@1.0.1: + resolution: {integrity: sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==} + engines: {node: '>=18'} + content-type@1.0.5: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} + content-type@2.0.0: + resolution: {integrity: sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==} + engines: {node: '>=18'} + convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - cookie-es@1.2.2: - resolution: {integrity: sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==} + cookie-es@1.2.3: + resolution: {integrity: sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==} cookie-signature@1.2.2: resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==} @@ -9408,19 +10913,16 @@ packages: resolution: {integrity: sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==} engines: {node: '>= 0.6'} - cookie@1.0.2: - resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} + cookie@1.1.1: + resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} engines: {node: '>=18'} cookies@0.9.1: resolution: {integrity: sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==} engines: {node: '>= 0.8'} - core-js-compat@3.41.0: - resolution: {integrity: sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==} - - core-js-compat@3.46.0: - resolution: {integrity: sha512-p9hObIIEENxSV8xIu+V68JjSeARg6UVMG5mR+JEUguG3sI6MsiS1njz2jHmyJDvA+8jX/sytkBHup6kxhM9law==} + core-js-compat@3.49.0: + resolution: {integrity: sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==} core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} @@ -9429,38 +10931,18 @@ packages: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} - cosmiconfig@9.0.0: - resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=4.9.5' - peerDependenciesMeta: - typescript: - optional: true - - create-ecdh@4.0.4: - resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} - - create-hash@1.2.0: - resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} - - create-hmac@1.1.7: - resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} - - create-require@1.1.1: - resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} - - create-storybook@9.1.10: - resolution: {integrity: sha512-MwfPUTEjwrGxiTkf7oRjQguDYMmDBNxrbRFceLQr5uwNBCIQxFrZX3FiQm4tDbmzQw05l5MbQJ1/3NeQnX/kGQ==} + create-storybook@10.4.6: + resolution: {integrity: sha512-YKRJSqIKDp51L1LySOTyAm1V7DQX1RN/Mgdnt2VDltWYhE0ID7HOnzu+WKHlGfZBEOBIv38jnr1H7RyDV55JZg==} hasBin: true - cross-env@10.0.0: - resolution: {integrity: sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q==} + cross-env@10.1.0: + resolution: {integrity: sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw==} engines: {node: '>=20'} hasBin: true - cross-fetch@3.2.0: - resolution: {integrity: sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==} + cross-spawn@6.0.6: + resolution: {integrity: sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==} + engines: {node: '>=4.8'} cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} @@ -9470,54 +10952,52 @@ packages: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} - crossws@0.3.4: - resolution: {integrity: sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==} - - crypto-browserify@3.12.1: - resolution: {integrity: sha512-r4ESw/IlusD17lgQi1O20Fa3qNnsckR126TdUuBgAu7GBYSIPvdNyONd3Zrxh0xCwA4+6w/TDArBPsMvhur+KQ==} - engines: {node: '>= 0.10'} + crossws@0.3.5: + resolution: {integrity: sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==} crypto-random-string@2.0.0: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - cspell-config-lib@9.2.1: - resolution: {integrity: sha512-qqhaWW+0Ilc7493lXAlXjziCyeEmQbmPMc1XSJw2EWZmzb+hDvLdFGHoX18QU67yzBtu5hgQsJDEDZKvVDTsRA==} - engines: {node: '>=20'} + cspell-config-lib@10.0.1: + resolution: {integrity: sha512-hMpo/0j6k7pbiqrLDOLJKD2IGP9XwhjKf2miiM6p84Xeo4nyuFZaxxDCQ68R851HSYFrrdltgpoipMbj1h2Tnw==} + engines: {node: '>=22.18.0'} - cspell-dictionary@9.2.1: - resolution: {integrity: sha512-0hQVFySPsoJ0fONmDPwCWGSG6SGj4ERolWdx4t42fzg5zMs+VYGXpQW4BJneQ5Tfxy98Wx8kPhmh/9E8uYzLTw==} - engines: {node: '>=20'} + cspell-dictionary@10.0.1: + resolution: {integrity: sha512-3cZ659vgsZWkzGQJR/sNqGDVt/OnvTSieLKI76V++4t1bHJfochb9ZrrwsuMsb1VPGiyqClUP1/O6WrefF/FVg==} + engines: {node: '>=22.18.0'} - cspell-gitignore@9.2.1: - resolution: {integrity: sha512-WPnDh03gXZoSqVyXq4L7t9ljx6lTDvkiSRUudb125egEK5e9s04csrQpLI3Yxcnc1wQA2nzDr5rX9XQVvCHf7g==} - engines: {node: '>=20'} + cspell-gitignore@10.0.1: + resolution: {integrity: sha512-wN23U61Mx6qPJN3CesOmBU9vnbJ0jQm/ylK0iaVui3CcnO7Zzl5qLu5mPHUzGQGm8yso6qjyxqo16Ho7LpZGOQ==} + engines: {node: '>=22.18.0'} hasBin: true - cspell-glob@9.2.1: - resolution: {integrity: sha512-CrT/6ld3rXhB36yWFjrx1SrMQzwDrGOLr+wYEnrWI719/LTYWWCiMFW7H+qhsJDTsR+ku8+OAmfRNBDXvh9mnQ==} - engines: {node: '>=20'} + cspell-glob@10.0.1: + resolution: {integrity: sha512-7bII9J3aSSpZDwhx7w+zfQXbMxHZQ3be0ilUp5bHrsjz6o07v/NqOHMGcwKdPn1sw2dxDz9sv057xE5pqXnSdw==} + engines: {node: '>=22.18.0'} - cspell-grammar@9.2.1: - resolution: {integrity: sha512-10RGFG7ZTQPdwyW2vJyfmC1t8813y8QYRlVZ8jRHWzer9NV8QWrGnL83F+gTPXiKR/lqiW8WHmFlXR4/YMV+JQ==} - engines: {node: '>=20'} + cspell-grammar@10.0.1: + resolution: {integrity: sha512-xC9AFYmaI9wsO//a7S5tdDGKGJVD5UEEsTg+Up2fi7lPfXIryisYmV6tePNL1SEg0idYss4ja8LUZ3Mib09BjQ==} + engines: {node: '>=22.18.0'} hasBin: true - cspell-io@9.2.1: - resolution: {integrity: sha512-v9uWXtRzB+RF/Mzg5qMzpb8/yt+1bwtTt2rZftkLDLrx5ybVvy6rhRQK05gFWHmWVtWEe0P/pIxaG2Vz92C8Ag==} - engines: {node: '>=20'} + cspell-io@10.0.1: + resolution: {integrity: sha512-8C2ka07faxflnaqEBO3pektS21XViE/SEHT7F5ZD1ou7FyMR5u3xawTBJSczClfsxLt/WYeztBYrpmGAjmjksw==} + engines: {node: '>=22.18.0'} - cspell-lib@9.2.1: - resolution: {integrity: sha512-KeB6NHcO0g1knWa7sIuDippC3gian0rC48cvO0B0B0QwhOxNxWVp8cSmkycXjk4ijBZNa++IwFjeK/iEqMdahQ==} - engines: {node: '>=20'} + cspell-lib@10.0.1: + resolution: {integrity: sha512-RpsIPiLzc4/YMW8BMRKpyJ81x439qjYWcqgdKeXnMkbKM88J9PexzutfFf/4v97v96KzfNitEzMpbI0uj8OeUg==} + engines: {node: '>=22.18.0'} - cspell-trie-lib@9.2.1: - resolution: {integrity: sha512-qOtbL+/tUzGFHH0Uq2wi7sdB9iTy66QNx85P7DKeRdX9ZH53uQd7qC4nEk+/JPclx1EgXX26svxr0jTGISJhLw==} - engines: {node: '>=20'} + cspell-trie-lib@10.0.1: + resolution: {integrity: sha512-BFvhalSkRQFjKrZ//FKK7fRGrZFpifnxB5AwCkzsIsBZqicsfafcQ1xP21qpb0QqyV/IomjNgviG+tRJs+0rMw==} + engines: {node: '>=22.18.0'} + peerDependencies: + '@cspell/cspell-types': 10.0.1 - cspell@9.2.1: - resolution: {integrity: sha512-PoKGKE9Tl87Sn/jwO4jvH7nTqe5Xrsz2DeJT5CkulY7SoL2fmsAqfbImQOFS2S0s36qD98t6VO+Ig2elEEcHew==} - engines: {node: '>=20'} + cspell@10.0.1: + resolution: {integrity: sha512-Gg6w/flT3fKfl3la62hfTnhtNnDQ+9mU7kUhVqw/axl/Ms4oENw0oJMkWFIoj4f6nL/SDPz7KcPXd2XbkKFNmQ==} + engines: {node: '>=22.18.0'} hasBin: true css-select@5.1.0: @@ -9526,6 +11006,10 @@ packages: css-selector-parser@3.0.5: resolution: {integrity: sha512-3itoDFbKUNx1eKmVpYMFyqKX04Ww9osZ+dLgrk6GEv6KMVeXUhUnp4I5X+evw+u3ZxVU6RFXSSRxlTeMh8bA+g==} + css-tree@2.2.1: + resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + css-tree@3.1.0: resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} @@ -9542,6 +11026,10 @@ packages: engines: {node: '>=4'} hasBin: true + csso@5.0.5: + resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + cssstyle@4.3.0: resolution: {integrity: sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==} engines: {node: '>=18'} @@ -9549,6 +11037,9 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + csstype@3.2.3: + resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} + data-uri-to-buffer@2.0.2: resolution: {integrity: sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA==} @@ -9560,24 +11051,21 @@ packages: resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} engines: {node: '>=18'} - data-view-buffer@1.0.1: - resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} + data-view-buffer@1.0.2: + resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} engines: {node: '>= 0.4'} - data-view-byte-length@1.0.1: - resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} + data-view-byte-length@1.0.2: + resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} engines: {node: '>= 0.4'} - data-view-byte-offset@1.0.0: - resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} + data-view-byte-offset@1.0.1: + resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} engines: {node: '>= 0.4'} - de-indent@1.0.2: - resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} - - debounce@2.2.0: - resolution: {integrity: sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==} - engines: {node: '>=18'} + debounce@3.0.0: + resolution: {integrity: sha512-64byRbF0/AirwbuHqB3/ZpMG9/nckDa6ZA0yd6UnaQNwbbemCOwvz2sL5sjXLHhZHADyiwLm0M5qMhltUUx+TA==} + engines: {node: '>=20'} debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} @@ -9622,13 +11110,12 @@ packages: supports-color: optional: true - decamelize@4.0.0: - resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} - engines: {node: '>=10'} - 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.0.2: resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} @@ -9646,10 +11133,6 @@ packages: deep-equal@1.0.1: resolution: {integrity: sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==} - deep-equal@2.2.3: - resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} - engines: {node: '>= 0.4'} - deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} @@ -9665,6 +11148,10 @@ packages: resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==} engines: {node: '>=18'} + default-browser@5.5.0: + resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==} + engines: {node: '>=18'} + defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} @@ -9672,10 +11159,6 @@ packages: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} - define-lazy-prop@2.0.0: - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} - engines: {node: '>=8'} - define-lazy-prop@3.0.0: resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==} engines: {node: '>=12'} @@ -9684,8 +11167,12 @@ packages: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} engines: {node: '>= 0.4'} - defu@6.1.4: - resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==} + defu@6.1.7: + resolution: {integrity: sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==} + + del@6.1.1: + resolution: {integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==} + engines: {node: '>=10'} delay@5.0.0: resolution: {integrity: sha512-ReEBKkIfe4ya47wlPYf/gu5ib6yUG0/Aez0JQZQz94kiWtRQvZIQbTiehsnwHvLSWJnQdhVeqYue7Id1dKr0qw==} @@ -9710,11 +11197,8 @@ packages: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} - des.js@1.1.0: - resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} - - destr@2.0.3: - resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} + destr@2.0.5: + resolution: {integrity: sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==} destroy@1.2.0: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} @@ -9724,30 +11208,24 @@ packages: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} - deterministic-object-hash@2.0.2: - resolution: {integrity: sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==} - engines: {node: '>=18'} + detect-libc@2.1.2: + resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} + engines: {node: '>=8'} - devalue@5.1.1: - resolution: {integrity: sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==} + devalue@5.8.1: + resolution: {integrity: sha512-4CXDYRBGqN+57wVJkuXBYmpAVUSg3L6JAQa/DFqm238G73E1wuyc/JhGQJzN7vUf/CMphYau2zXbfWzDR5aTEw==} devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} - dfa@1.2.0: - resolution: {integrity: sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==} - diff-sequences@27.5.1: resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - diff@5.2.0: - resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} + diff@8.0.4: + resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==} engines: {node: '>=0.3.1'} - diffie-hellman@5.0.3: - resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} - dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -9760,13 +11238,6 @@ packages: resolution: {integrity: sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==} hasBin: true - dlv@1.1.3: - resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} - - doctrine@2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} - doctrine@3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} @@ -9783,10 +11254,6 @@ packages: dom-serializer@2.0.0: resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} - domain-browser@4.22.0: - resolution: {integrity: sha512-IGBwjF7tNk3cwypFNH/7bfzBcgSCbaMOD3GsaY1AU/JRrnHnYgEM0+9kQt52iZxjNsjBtJYtao146V+f8jFZNw==} - engines: {node: '>=10'} - domelementtype@2.3.0: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} @@ -9794,11 +11261,14 @@ packages: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} engines: {node: '>= 4'} + dompurify@3.2.7: + resolution: {integrity: sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==} + domutils@3.1.0: resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} - dotenv@16.4.7: - resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} + dotenv@17.4.2: + resolution: {integrity: sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==} engines: {node: '>=12'} dset@3.1.4: @@ -9821,8 +11291,8 @@ packages: ecmarkdown@8.1.0: resolution: {integrity: sha512-dx6cM6RFjzAXkWr2KQRikED4gy70NFQ0vTI4XUQM/LWcjUYRJUbGdd7nd++trXi5az1JSe49TeeCIVMKDXOtcQ==} - ecmarkup@21.3.1: - resolution: {integrity: sha512-G2ZfUg6XGr3qehTezStjlOjV912nMYPu22LoTgx/JejfFutmu/7Si/hMeq2s4EELl1y3B6o1403vXC4ihdR3/A==} + ecmarkup@23.0.2: + resolution: {integrity: sha512-hnCtidy6d8o3TJcT64PTSRFwH+lgQXtr8F8eyImDaygzbh38OZWILqIphYTpDMd0wwoBai8nG5oB+QFms6eLGA==} engines: {node: '>= 18'} hasBin: true @@ -9833,17 +11303,11 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - effect@3.14.1: - resolution: {integrity: sha512-YrE6KYUu8r+fF3/cvdM+SZRZRjarVGhfcJwQjP/YyMmF79fwE1Rf0nWqLZ9Xfw7a9njm5/wmrYP83RYt5WTTbQ==} - - electron-to-chromium@1.5.123: - resolution: {integrity: sha512-refir3NlutEZqlKaBLK0tzlVLe5P2wDKS7UQt/3SpibizgsRAPOsqQC3ffw1nlv3ze5gjRQZYHoPymgVZkplFA==} - electron-to-chromium@1.5.234: resolution: {integrity: sha512-RXfEp2x+VRYn8jbKfQlRImzoJU01kyDvVPBmG39eU2iuRVhuS6vQNocB8J0/8GrIMLnPzgz4eW6WiRnJkTuNWg==} - elliptic@6.6.1: - resolution: {integrity: sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==} + electron-to-chromium@1.5.384: + resolution: {integrity: sha512-g6KAKY1vkYsADvSPWvdJsuYT0ixdcu6lUtD9P/wJKGBEDlZVXh2AX42j1mPqqaQPDluWjara9ziQ7xqAeXCt5A==} embla-carousel-autoplay@8.5.2: resolution: {integrity: sha512-27emJ0px3q/c0kCHCjwRrEbYcyYUPfGO3g5IBWF1i7714TTzE6L9P81V6PHLoSMAKJ1aHoT2e7YFOsuFKCbyag==} @@ -9870,6 +11334,10 @@ packages: emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + empathic@2.0.1: + resolution: {integrity: sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==} + engines: {node: '>=14'} + encode-registry@3.0.1: resolution: {integrity: sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==} engines: {node: '>=10'} @@ -9884,21 +11352,21 @@ packages: end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} - enquirer@2.4.1: - resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} - engines: {node: '>=8.6'} - entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} + entities@7.0.1: + resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==} + engines: {node: '>=0.12'} + env-paths@2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} - env-paths@3.0.0: - resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + env-paths@4.0.0: + resolution: {integrity: sha512-pxP8eL2SwwaTRi/KHYwLYXinDs7gL3jxFcBYmEdYfZmZXbaVDvdppd0XBU8qVz03rDfKZMXg1omHCbsJjZrMsw==} + engines: {node: '>=20'} environment@1.1.0: resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} @@ -9910,12 +11378,12 @@ packages: error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} - es-abstract@1.23.3: - resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} + es-abstract-get@1.0.0: + resolution: {integrity: sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==} engines: {node: '>= 0.4'} - es-define-property@1.0.0: - resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + es-abstract@1.24.2: + resolution: {integrity: sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==} engines: {node: '>= 0.4'} es-define-property@1.0.1: @@ -9926,42 +11394,39 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-get-iterator@1.1.3: - resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-module-lexer@1.6.0: resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} es-module-lexer@1.7.0: resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==} + es-module-lexer@2.3.0: + resolution: {integrity: sha512-KLdwQm2NvGLDkQDCGvmiQrhkd0JbMzXthwQAUgWjQuQdBLFa3eiBP5arXZyA+f8x+x7OXgud6bq2rxjGtHV2tw==} + es-module-shims@1.9.0: resolution: {integrity: sha512-R4lwSjeELpw1Bzu2a7k3nqpxyPMfiXRq7ewqFhydV/zcYgt4b4VZzNonZu/SotJyb4ibEjuqN/OIM4wQCAGmwA==} - es-module-shims@2.6.2: - resolution: {integrity: sha512-50HiheXiMg28GQagXXYMqzUuVPKsAhFLuWIxBxDbfnmT+hFTU8AyfAJaWjDaWmQbjNiPwTuuPqq7NAKFRdLaow==} - - es-object-atoms@1.0.0: - resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} - engines: {node: '>= 0.4'} + es-module-shims@2.8.1: + resolution: {integrity: sha512-Ztg5TxFCT/ffzmSf/ginHIvSbsneH60X9tpaMBD/jWXHQZT1JJNj8tOO3mRmUT3ar7Qn3YK4EbM1SjJpN5dPBA==} es-object-atoms@1.1.1: resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==} engines: {node: '>= 0.4'} + es-object-atoms@1.1.2: + resolution: {integrity: sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==} + engines: {node: '>= 0.4'} + es-set-tostringtag@2.1.0: resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} engines: {node: '>= 0.4'} - es-shim-unscopables@1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} - - es-to-primitive@1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + es-to-primitive@1.3.4: + resolution: {integrity: sha512-yPDz7wqpg1/mmHLmS3tcfTfbw5f1eryXvyghYBffGdERwe+mV7ZcWzTR8LR17Kvqt3qfPurjlonmnq3MKXIOXw==} engines: {node: '>= 0.4'} - es-toolkit@1.40.0: - resolution: {integrity: sha512-8o6w0KFmU0CiIl0/Q/BCEOabF2IJaELM1T2PWj6e8KqzHv1gdx+7JtFnDwOx1kJH/isJ5NwlDG1nCr1HrRF94Q==} + es-toolkit@1.49.0: + resolution: {integrity: sha512-G5iZ6Pc/FNRY/soKZHC+TxGDD83rHUDXxzaWhGCX44vAv/tMs56WMusnm/KMNK+luUPsgA9U28cGr4RDlSzL2g==} esast-util-from-estree@2.0.0: resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==} @@ -9969,16 +11434,11 @@ packages: esast-util-from-js@2.0.1: resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==} - esbuild-plugins-node-modules-polyfill@1.7.0: - resolution: {integrity: sha512-Z81w5ReugIBAgufGeGWee+Uxzgs5Na4LprUAK3XlJEh2ktY3LkNuEGMaZyBXxQxGK8SQDS5yKLW5QKGF5qLjYA==} + esbuild-plugins-node-modules-polyfill@1.8.2: + resolution: {integrity: sha512-qUia44jWQLoi8U9WSrUvuyTJWs99VHOTy/L8Iw/ZiyLyyGj7Pa27iCc0P8kIIvb+XWnhQvYc/qn/OM8YwhPZ3g==} engines: {node: '>=14.0.0'} peerDependencies: - esbuild: '>=0.14.0 <=0.25.x' - - esbuild-register@3.5.0: - resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} - peerDependencies: - esbuild: '>=0.12 <1' + esbuild: '>=0.14.0 <=0.28.x' esbuild@0.20.2: resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} @@ -9990,9 +11450,15 @@ packages: engines: {node: '>=18'} hasBin: true - escalade@3.1.2: - resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} - engines: {node: '>=6'} + esbuild@0.27.7: + resolution: {integrity: sha512-IxpibTjyVnmrIQo5aqNpCgoACA/dTKLTlhMHihVHhdkxKyPO1uBBthumT0rdHmcsk9uMonIWS0m4FljWzILh3w==} + engines: {node: '>=18'} + hasBin: true + + esbuild@0.28.1: + resolution: {integrity: sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw==} + engines: {node: '>=18'} + hasBin: true escalade@3.2.0: resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} @@ -10017,88 +11483,48 @@ packages: resolution: {integrity: sha512-DK/3Q3+zVKq/7PdSYiCxPrsDF8H/TRMK5n8Hziwr4IMkMy+XiKSwbpj25AdajS63I/B61Snetq4uVvX9fOLyAg==} engines: {node: ^10.12.0 || >=12.0.0} - eslint-import-resolver-node@0.3.9: - resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} - - eslint-module-utils@2.12.0: - resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - eslint: - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true - - eslint-plugin-import@2.31.0: - resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - eslint-plugin-react-hooks@4.6.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react-hooks@5.2.0: - resolution: {integrity: sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==} - engines: {node: '>=10'} + eslint-plugin-react-hooks@7.1.1: + resolution: {integrity: sha512-f2I7Gw6JbvCexzIInuSbZpfdQ44D7iqdWX01FKLvrPgqxoE7oMj8clOfto8U6vYiz4yd5oKu39rRSVOe1zRu0g==} + engines: {node: '>=18'} peerDependencies: - eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0 eslint-plugin-react-refresh@0.4.6: resolution: {integrity: sha512-NjGXdm7zgcKRkKMua34qVO9doI7VOxZ6ancSvBELJSSoX97jyndXcSoa8XBh69JoB31dNz3EEzlMcizZl7LaMA==} peerDependencies: eslint: '>=7' - eslint-plugin-unicorn@60.0.0: - resolution: {integrity: sha512-QUzTefvP8stfSXsqKQ+vBQSEsXIlAiCduS/V1Em+FKgL9c21U/IIm20/e3MFy1jyCf14tHAhqC1sX8OTy6VUCg==} + eslint-plugin-unicorn@64.0.0: + resolution: {integrity: sha512-rNZwalHh8i0UfPlhNwg5BTUO1CMdKNmjqe+TgzOTZnpKoi8VBgsW7u9qCHIdpxEzZ1uwrJrPF0uRb7l//K38gA==} engines: {node: ^20.10.0 || >=21.0.0} peerDependencies: - eslint: '>=9.29.0' + eslint: '>=9.38.0' 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@9.1.2: + resolution: {integrity: sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} eslint-visitor-keys@3.4.3: 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@8.57.0: - resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. - hasBin: true + eslint-visitor-keys@5.0.1: + resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} - eslint@9.27.0: - resolution: {integrity: sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint@10.6.0: + resolution: {integrity: sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} hasBin: true peerDependencies: jiti: '*' @@ -10106,9 +11532,15 @@ packages: jiti: optional: true - espree@10.3.0: - resolution: {integrity: sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + eslint@8.57.0: + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. + hasBin: true + + espree@11.2.0: + resolution: {integrity: sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==} + engines: {node: ^20.19.0 || ^22.13.0 || >=24} espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} @@ -10123,8 +11555,8 @@ packages: resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} engines: {node: '>=0.10'} - esquery@1.6.0: - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + esquery@1.7.0: + resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} engines: {node: '>=0.10'} esrecurse@4.3.0: @@ -10174,26 +11606,19 @@ packages: eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - eventemitter3@5.0.1: - resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + eventemitter3@5.0.4: + resolution: {integrity: sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==} events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - evp_bytestokey@1.0.3: - resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} - execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} - execa@8.0.1: - resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} - engines: {node: '>=16.17'} - - execa@9.5.2: - resolution: {integrity: sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==} + execa@9.6.1: + resolution: {integrity: sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==} engines: {node: ^18.19.0 || >=20.5.0} expand-template@2.0.3: @@ -10208,41 +11633,34 @@ packages: resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==} engines: {node: '>=12.0.0'} + expect-type@1.4.0: + resolution: {integrity: sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==} + engines: {node: '>=12.0.0'} + exponential-backoff@3.1.1: resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} - express@5.1.0: - resolution: {integrity: sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==} + express@5.2.1: + resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==} engines: {node: '>= 18'} - expressive-code@0.41.3: - resolution: {integrity: sha512-YLnD62jfgBZYrXIPQcJ0a51Afv9h8VlWqEGK9uU2T5nL/5rb8SnA86+7+mgCZe5D34Tff5RNEA5hjNVJYHzrFg==} + expressive-code@0.42.0: + resolution: {integrity: sha512-V5DtJLEKuj4wf9O6IRtPtRObkMVy2ggR+S0MdjrTw6m58krZnDioyhW1si3Y04c5YPeooP4nd85Yq9NwEVHS4g==} - exsolve@1.0.4: - resolution: {integrity: sha512-xsZH6PXaER4XoV+NiT7JHp1bJodJVT+cxeSH1G0f0tlT0lJqYuHUP3bUx2HtfTDvOagMINYp8rsqusxud3RXhw==} + exsolve@1.1.0: + resolution: {integrity: sha512-D+42+T12DdIlJM3uepa55qGiL3sYdLBOxIl2ifQCzCHz4c7eiolaHsi3BIqEr7JxBzxv2pYZQX9kw16ziMcEmw==} extend@3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} - external-editor@3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} - - fast-check@3.23.2: - resolution: {integrity: sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==} - engines: {node: '>=8.0.0'} - - fast-content-type-parse@2.0.1: - resolution: {integrity: sha512-nGqtvLrj5w0naR6tDPfB4cUmYCqouzyQiz6C5y/LtcDllJdrcc6WaWW6iXyIIOErTa/XRybj28aasdn4LkVk6Q==} - fast-content-type-parse@3.0.0: resolution: {integrity: sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==} fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - fast-equals@5.2.2: - resolution: {integrity: sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==} + fast-equals@6.0.0: + resolution: {integrity: sha512-PFhhIGgdM79r5Uztdj9Zb6Tt1zKafqVfdMGwVca1z5z6fbX7DmsySSuJd8HiP6I1j505DCS83cLxo5rmSNeVEA==} engines: {node: '>=6.0.0'} fast-fifo@1.3.2: @@ -10265,19 +11683,28 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + fast-string-truncated-width@3.0.3: + resolution: {integrity: sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==} + + fast-string-width@3.0.2: + resolution: {integrity: sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==} + fast-uri@3.0.3: resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} - fast-xml-parser@5.3.0: - resolution: {integrity: sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==} + fast-wrap-ansi@0.2.2: + resolution: {integrity: sha512-7F2Fl+TjRSenLqlU3UjSH0iyqopqoZIu7eZVpEirP2g1GtWa2G/ecEmBdgz31+Mxr+ELclgg6sokpSFIQiZ02Q==} + + fast-xml-builder@1.2.0: + resolution: {integrity: sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==} + + fast-xml-parser@5.9.3: + resolution: {integrity: sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==} hasBin: true fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} - fd-slicer@1.1.0: - resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} - fdir@6.4.3: resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} peerDependencies: @@ -10286,14 +11713,6 @@ packages: picomatch: optional: true - fdir@6.4.4: - resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==} - peerDependencies: - picomatch: ^3 || ^4 - peerDependenciesMeta: - picomatch: - optional: true - fdir@6.5.0: resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==} engines: {node: '>=12.0.0'} @@ -10362,10 +11781,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-up@7.0.0: - resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} - engines: {node: '>=18'} - find-yarn-workspace-root2@1.2.16: resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} @@ -10377,13 +11792,12 @@ packages: resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==} engines: {node: '>=16'} - flat@5.0.2: - resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} - hasBin: true - flatted@3.3.3: resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} + flatted@3.4.2: + resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==} + flattie@1.1.1: resolution: {integrity: sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==} engines: {node: '>=8'} @@ -10401,14 +11815,16 @@ packages: debug: optional: true - fontace@0.3.0: - resolution: {integrity: sha512-czoqATrcnxgWb/nAkfyIrRp6Q8biYj7nGnL6zfhTcX+JKKpWHFBnb8uNMw/kZr7u++3Y3wYSYoZgHkCcsuBpBg==} + fontace@0.4.1: + resolution: {integrity: sha512-lDMvbAzSnHmbYMTEld5qdtvNH2/pWpICOqpean9IgC7vUbUJc3k+k5Dokp85CegamqQpFbXf0rAVkbzpyTA8aw==} - fontkit@2.0.4: - resolution: {integrity: sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==} + fontkitten@1.0.3: + resolution: {integrity: sha512-Wp1zXWPVUPBmfoa3Cqc9ctaKuzKAV6uLstRqlR56kSjplf5uAce+qeyYym7F+PHbGTk+tCEdkCW6RD7DX/gBZw==} + engines: {node: '>=20'} - for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + for-each@0.3.5: + resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} + engines: {node: '>= 0.4'} foreground-child@3.1.1: resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} @@ -10437,9 +11853,9 @@ packages: resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==} engines: {node: '>=14.14'} - fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} + fs-extra@11.3.6: + resolution: {integrity: sha512-w8ZNZr2mKIc7qeNaQ9AVPT1+iFaI+Avd4xudVOvdDJ8VytREi1Ft5Ih7hd9jjehod8vAM5GMsfQ/TpPf4EyoEA==} + engines: {node: '>=14.14'} fs-minipass@3.0.3: resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} @@ -10461,16 +11877,20 @@ packages: function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} - function.prototype.name@1.1.6: - resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} + function.prototype.name@1.2.0: + resolution: {integrity: sha512-jObKIik1P2QjPHP5nz5BaOtUlfgS0fWo8IUByNXkM+o+02sJOi94em77GwJKQSJ3gfPHdgzLNrHc1uokV4P/ew==} engines: {node: '>= 0.4'} functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - gensequence@7.0.0: - resolution: {integrity: sha512-47Frx13aZh01afHJTB3zTtKIlFI6vWY+MYCN9Qpew6i52rfKjnhCF/l1YlC8UmEMvvntZZ6z4PiCcmyuedR2aQ==} - engines: {node: '>=18'} + generator-function@2.0.1: + resolution: {integrity: sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==} + engines: {node: '>= 0.4'} + + gensequence@8.0.8: + resolution: {integrity: sha512-omMVniXEXpdx/vKxGnPRoO2394Otlze28TyxECbFVyoSpZ9H3EO7lemjcB12OpQJzRW4e5tt/dL1rOxry6aMHg==} + engines: {node: '>=20'} gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} @@ -10484,9 +11904,9 @@ packages: resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==} engines: {node: '>=18'} - get-intrinsic@1.2.4: - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} - engines: {node: '>= 0.4'} + get-east-asian-width@1.6.0: + resolution: {integrity: sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==} + engines: {node: '>=18'} get-intrinsic@1.3.0: resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==} @@ -10507,24 +11927,17 @@ packages: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - get-stream@8.0.1: - resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} - engines: {node: '>=16'} - get-stream@9.0.1: resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==} engines: {node: '>=18'} - get-symbol-description@1.0.2: - resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} + get-symbol-description@1.1.0: + resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} - get-tsconfig@4.7.5: - resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} - - giget@1.2.3: - resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==} - hasBin: true + get-tsconfig@5.0.0-beta.4: + resolution: {integrity: sha512-7nF7C9fIPFEMHgEMEfgIlO9wDdZ8CyHw27rWciFZfHvHDReIiPhsYuzPRXsfvBCqFy1l8RRyyWV7QLM+ZhUJsQ==} + engines: {node: '>=20.20.0'} github-from-package@0.0.0: resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} @@ -10549,23 +11962,22 @@ packages: resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true - glob@11.0.0: - resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} - engines: {node: 20 || >=22} - hasBin: true + glob@13.0.6: + resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==} + engines: {node: 18 || 20 || >=22} glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me - global-directory@4.0.1: - resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} - engines: {node: '>=18'} + global-directory@5.0.0: + resolution: {integrity: sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==} + engines: {node: '>=20'} globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} @@ -10575,12 +11987,8 @@ packages: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} - globals@14.0.0: - resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} - engines: {node: '>=18'} - - globals@16.4.0: - resolution: {integrity: sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==} + globals@17.7.0: + resolution: {integrity: sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==} engines: {node: '>=18'} globalthis@1.0.4: @@ -10595,8 +12003,9 @@ packages: resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==} engines: {node: '>=18'} - gopd@1.0.1: - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + globby@16.2.0: + resolution: {integrity: sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==} + engines: {node: '>=20'} gopd@1.2.0: resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} @@ -10627,19 +12036,25 @@ packages: resolution: {integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==} hasBin: true - h3@1.15.1: - resolution: {integrity: sha512-+ORaOBttdUm1E2Uu/obAyCguiI7MbBvsLTndc3gyK3zU+SYLoZXlyCP9Xgy0gikkGufFLTZXCXD6+4BsufnmHA==} + h3@1.15.11: + resolution: {integrity: sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==} + + handlebars@4.7.9: + resolution: {integrity: sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==} + engines: {node: '>=0.4.7'} + hasBin: true happy-dom@17.4.4: resolution: {integrity: sha512-/Pb0ctk3HTZ5xEL3BZ0hK1AqDSAUuRQitOmROPHhfUYEWpmTImwfD8vFDGADmMAX0JYgbcgxWoLFKtsWhcpuVA==} engines: {node: '>=18.0.0'} - happy-dom@18.0.1: - resolution: {integrity: sha512-qn+rKOW7KWpVTtgIUi6RVmTBZJSe2k0Db0vh1f7CWrWclkkc7/Q+FrOfkZIb2eiErLyqu5AXEzE7XthO9JVxRA==} + happy-dom@20.10.6: + resolution: {integrity: sha512-6QD0ilzDDt93tX44y8tbmZdAcdTRYDhUP+Asgi6pC8Pp5IA3cvaZGyoVN/EGtlq9ziT65iPuBBn3ASLr6hCgVw==} engines: {node: '>=20.0.0'} - has-bigints@1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + has-bigints@1.1.0: + resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} + engines: {node: '>= 0.4'} has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} @@ -10649,15 +12064,11 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - has-own-prop@2.0.0: - resolution: {integrity: sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==} - engines: {node: '>=8'} - has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} - has-proto@1.0.3: - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + has-proto@1.2.0: + resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} engines: {node: '>= 0.4'} has-symbols@1.0.3: @@ -10672,17 +12083,14 @@ packages: resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} - hash-base@3.0.5: - resolution: {integrity: sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==} - engines: {node: '>= 0.10'} - - hash.js@1.1.7: - resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} - hasown@2.0.2: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} + hasown@2.0.4: + resolution: {integrity: sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==} + engines: {node: '>= 0.4'} + hast-util-embedded@3.0.0: resolution: {integrity: sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==} @@ -10716,8 +12124,8 @@ packages: hast-util-raw@9.1.0: resolution: {integrity: sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==} - hast-util-select@6.0.3: - resolution: {integrity: sha512-OVRQlQ1XuuLP8aFVLYmC2atrfWHS5UD3shonxpnyrjcCkwtvmt/+N6kYJdcY4mkMJhxp4kj2EFIxQ9kvkkt/eQ==} + hast-util-select@6.0.4: + resolution: {integrity: sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==} hast-util-to-estree@3.1.0: resolution: {integrity: sha512-lfX5g6hqVh9kjS/B9E2gSkvHH4SZNiQFiqWS0x9fENzEl+8W12RqdRxX6d/Cwxi30tPQs3bIO+aolQJNp1bIyw==} @@ -10743,34 +12151,32 @@ packages: hastscript@8.0.0: resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} - hastscript@9.0.0: - resolution: {integrity: sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==} - - he@1.2.0: - resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} - hasBin: true + hastscript@9.0.1: + resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==} headers-polyfill@4.0.3: resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==} + hermes-estree@0.25.1: + resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==} + + hermes-parser@0.25.1: + resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==} + highlight.js@11.0.1: resolution: {integrity: sha512-EqYpWyTF2s8nMfttfBA2yLKPNoZCO33pLS4MnbXQ4hECf1TKujCt1Kq7QAdrio7roL4+CqsfjqwYj4tYgq0pJQ==} engines: {node: '>=12.0.0'} - hmac-drbg@1.0.1: - resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} - hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} + hosted-git-info@2.8.9: + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + hosted-git-info@4.1.0: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} - hosted-git-info@6.1.3: - resolution: {integrity: sha512-HVJyzUrLIL1c0QmviVh5E8VGyUS7xCFPS6yydaVd1UegW+ibV/CohqTH9MkOLDp5o+rb82DMo77PTuc9F/8GKw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - hosted-git-info@7.0.2: resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} @@ -10779,13 +12185,14 @@ packages: resolution: {integrity: sha512-sYKnA7eGln5ov8T8gnYlkSOxFJvywzEx9BueN6xo/GKO8PGiI6uK6xx+DIGe45T3bdVjLAQDQW1aicT8z8JwQg==} engines: {node: ^18.17.0 || >=20.5.0} + hosted-git-info@9.0.3: + resolution: {integrity: sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==} + engines: {node: ^20.17.0 || >=22.9.0} + html-encoding-sniffer@4.0.0: resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} engines: {node: '>=18'} - html-entities@2.3.3: - resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} - html-entities@2.6.0: resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==} @@ -10814,8 +12221,8 @@ packages: resolution: {integrity: sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==} engines: {node: '>= 0.8'} - http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + http-cache-semantics@4.2.0: + resolution: {integrity: sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==} http-errors@1.6.3: resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==} @@ -10829,13 +12236,14 @@ packages: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} + http-errors@2.0.1: + resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==} + engines: {node: '>= 0.8'} + http-proxy-agent@7.0.2: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - https-browserify@1.0.0: - resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==} - https-proxy-agent@7.0.6: resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} engines: {node: '>= 14'} @@ -10844,28 +12252,29 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - human-signals@5.0.0: - resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} - engines: {node: '>=16.17.0'} - - human-signals@8.0.0: - resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==} + human-signals@8.0.1: + resolution: {integrity: sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==} engines: {node: '>=18.18.0'} humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} - i18next@23.16.5: - resolution: {integrity: sha512-KTlhE3EP9x6pPTAW7dy0WKIhoCpfOGhRQlO+jttQLgzVaoOjWwBWramu7Pp0i+8wDNduuzXfe3kkVbzrKyrbTA==} - - iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + i18next@26.3.4: + resolution: {integrity: sha512-pa7m0d7pBDqGHZxljT+WPFeyFgQ7P7SciPPo1tTqYuO0z4sqADYhwnBESmmGp/wEof1inwdls/k8ZgTg8rxFHA==} + peerDependencies: + typescript: ^5 || ^6 + peerDependenciesMeta: + typescript: + optional: true iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} + iconv-lite@0.7.2: + resolution: {integrity: sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==} + engines: {node: '>=0.10.0'} + ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -10873,9 +12282,9 @@ packages: resolution: {integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - ignore-walk@7.0.0: - resolution: {integrity: sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==} - engines: {node: ^18.17.0 || >=20.5.0} + ignore-walk@8.0.0: + resolution: {integrity: sha512-FCeMZT4NiRQGh+YkeKMtWrOmBgWjHjMJ26WQWrRQyoyzqevdaGSakUaJW5xQYmjLlUVk2qUnCjYVBax9EKKg8A==} + engines: {node: ^20.17.0 || >=22.9.0} ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} @@ -10885,6 +12294,10 @@ packages: resolution: {integrity: sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==} engines: {node: '>= 4'} + ignore@7.0.5: + resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} + engines: {node: '>= 4'} + immediate@3.0.6: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} @@ -10896,13 +12309,14 @@ packages: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} engines: {node: '>=6'} + import-fresh@4.0.0: + resolution: {integrity: sha512-Fpi660c7VPDM3fPKYovStd9IP1CPOikf6v/dGxJJMmHPcwYQIMJ4W7kO1avBYEpMqkCh+Dx3Ln6H7VYqgztLjw==} + engines: {node: '>=22.15'} + import-lazy@4.0.0: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} - import-meta-resolve@4.1.0: - resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} - import-meta-resolve@4.2.0: resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} @@ -10942,13 +12356,9 @@ packages: resolution: {integrity: sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - ini@4.1.1: - resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - ini@5.0.0: - resolution: {integrity: sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==} - engines: {node: ^18.17.0 || >=20.5.0} + ini@6.0.0: + resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==} + engines: {node: ^20.17.0 || >=22.9.0} inline-style-parser@0.1.1: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} @@ -10956,17 +12366,8 @@ packages: inline-style-parser@0.2.4: resolution: {integrity: sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==} - inquirer@12.5.0: - resolution: {integrity: sha512-aiBBq5aKF1k87MTxXDylLfwpRwToShiHrSv4EmB07EYyLgmnjEz5B3rn0aGw1X3JA/64Ngf2T54oGwc+BCsPIQ==} - engines: {node: '>=18'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - - internal-slot@1.0.7: - resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} + internal-slot@1.1.0: + resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} engines: {node: '>= 0.4'} ip-address@9.0.5: @@ -10986,29 +12387,23 @@ packages: is-alphanumerical@2.0.1: resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} - is-arguments@1.1.1: - resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} - engines: {node: '>= 0.4'} - - is-array-buffer@3.0.4: - resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + is-array-buffer@3.0.5: + resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} engines: {node: '>= 0.4'} is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} - is-arrayish@0.3.2: - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - - is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + is-async-function@2.1.1: + resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==} + engines: {node: '>= 0.4'} - is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} + is-bigint@1.1.0: + resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} + engines: {node: '>= 0.4'} - is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + is-boolean-object@1.2.2: + resolution: {integrity: sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==} engines: {node: '>= 0.4'} is-builtin-module@5.0.0: @@ -11023,12 +12418,12 @@ packages: resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} engines: {node: '>= 0.4'} - is-data-view@1.0.1: - resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} + is-data-view@1.0.2: + resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} engines: {node: '>= 0.4'} - is-date-object@1.0.5: - resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + is-date-object@1.1.0: + resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} engines: {node: '>= 0.4'} is-decimal@2.0.1: @@ -11037,26 +12432,34 @@ packages: is-deflate@1.0.0: resolution: {integrity: sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==} - is-docker@2.2.1: - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} - engines: {node: '>=8'} - hasBin: true - is-docker@3.0.0: resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true + is-docker@4.0.0: + resolution: {integrity: sha512-LHE+wROyG/Y/0ZnbktRCoTix2c1RhgWaZraMZ8o1Q7zCh0VSrICJQO5oqIIISrcSBtrXv0o233w1IYwsWCjTzA==} + engines: {node: '>=20'} + hasBin: true + + is-document.all@1.0.0: + resolution: {integrity: sha512-+XSoyS05OdBbhFuELhgTCpFNHkpBOJqtsZfUFFpe5QTw+9Sjbh8zitxhQkYAo6wV7e1Vb8cAPvpCk9jGam/82g==} + engines: {node: '>= 0.4'} + is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} + is-finalizationregistry@1.1.1: + resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} + engines: {node: '>= 0.4'} + is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} - is-generator-function@1.0.10: - resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + is-generator-function@1.1.2: + resolution: {integrity: sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==} engines: {node: '>= 0.4'} is-glob@4.0.3: @@ -11074,6 +12477,10 @@ packages: is-hexadecimal@2.0.1: resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} + is-in-ssh@1.0.0: + resolution: {integrity: sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==} + engines: {node: '>=20'} + is-inside-container@1.0.0: resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==} engines: {node: '>=14.16'} @@ -11087,10 +12494,6 @@ packages: resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} engines: {node: '>= 0.4'} - is-nan@1.3.2: - resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==} - engines: {node: '>= 0.4'} - is-negative-zero@2.0.3: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} @@ -11098,18 +12501,26 @@ packages: is-node-process@1.2.0: resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==} - is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + is-number-object@1.1.1: + resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} engines: {node: '>= 0.4'} is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} + is-path-cwd@2.2.0: + resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} + engines: {node: '>=6'} + is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} + is-path-inside@4.0.0: + resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==} + engines: {node: '>=12'} + is-plain-obj@2.1.0: resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} engines: {node: '>=8'} @@ -11128,50 +12539,46 @@ packages: is-promise@4.0.0: resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==} - is-regex@1.1.4: - resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + is-regex@1.2.1: + resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} engines: {node: '>= 0.4'} + is-safe-filename@0.1.1: + resolution: {integrity: sha512-4SrR7AdnY11LHfDKTZY1u6Ga3RuxZdl3YKWWShO5iyuG5h8QS4GD2tOb04peBJ5I7pXbR+CGBNEhTcwK+FzN3g==} + engines: {node: '>=20'} + is-set@2.0.3: resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} engines: {node: '>= 0.4'} - is-shared-array-buffer@1.0.3: - resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + is-shared-array-buffer@1.0.4: + resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} engines: {node: '>= 0.4'} is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} - is-stream@3.0.0: - resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - is-stream@4.0.1: resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==} engines: {node: '>=18'} - is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + is-string@1.1.1: + resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} engines: {node: '>= 0.4'} is-subdir@1.2.0: resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} engines: {node: '>=4'} - is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + is-symbol@1.1.1: + resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} engines: {node: '>= 0.4'} - is-typed-array@1.1.13: - resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} + is-typed-array@1.1.15: + resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} engines: {node: '>= 0.4'} - is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} - is-unicode-supported@1.3.0: resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} engines: {node: '>=12'} @@ -11180,29 +12587,33 @@ packages: resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==} engines: {node: '>=18'} + is-unsafe@1.0.1: + resolution: {integrity: sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==} + is-weakmap@2.0.2: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} - is-weakref@1.0.2: - resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + is-weakref@1.1.1: + resolution: {integrity: sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==} + engines: {node: '>= 0.4'} - is-weakset@2.0.3: - resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} + is-weakset@2.0.4: + resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} engines: {node: '>= 0.4'} is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} - is-wsl@2.2.0: - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} - engines: {node: '>=8'} - is-wsl@3.1.0: resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} engines: {node: '>=16'} + is-wsl@3.1.1: + resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} + engines: {node: '>=16'} + isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} @@ -11216,14 +12627,14 @@ packages: resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} engines: {node: '>=16'} + isexe@4.0.0: + resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==} + engines: {node: '>=20'} + isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} - isomorphic-timers-promises@1.0.1: - resolution: {integrity: sha512-u4sej9B1LPSxTGKB/HiuzvEQnXH0ECYkSVQU39koSwmFAxhlEAFl9RdTvLv4TOTQUgBS5O3O5fwUxk6byBZ+IQ==} - engines: {node: '>=10'} - istanbul-lib-coverage@3.2.2: resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} engines: {node: '>=8'} @@ -11240,6 +12651,10 @@ packages: resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} + istanbul-reports@3.2.0: + resolution: {integrity: sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==} + engines: {node: '>=8'} + istextorbinary@9.5.0: resolution: {integrity: sha512-5mbUj3SiZXCuRf9fT3ibzbSSEWiy63gFfksmGfdOzujPjW3k+z8WvIBxcJHBoQNlaZaiyB25deviif2+osLmLw==} engines: {node: '>=4'} @@ -11251,10 +12666,6 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jackspeak@4.1.0: - resolution: {integrity: sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==} - engines: {node: 20 || >=22} - jest-diff@27.5.1: resolution: {integrity: sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -11270,6 +12681,9 @@ packages: jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + js-tokens@10.0.0: + resolution: {integrity: sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==} + js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -11284,6 +12698,10 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true + js-yaml@4.3.0: + resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==} + hasBin: true + jsbn@1.1.0: resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} @@ -11309,11 +12727,6 @@ packages: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true - jsesc@3.0.2: - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} - engines: {node: '>=6'} - hasBin: true - jsesc@3.1.0: resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} engines: {node: '>=6'} @@ -11322,12 +12735,15 @@ packages: json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + json-parse-better-errors@1.0.2: + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - json-parse-even-better-errors@4.0.0: - resolution: {integrity: sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==} - engines: {node: ^18.17.0 || >=20.5.0} + json-parse-even-better-errors@5.0.0: + resolution: {integrity: sha512-ZF1nxZ28VhQouRWhUcVlUIN3qwSgPuswK05s/HIaoetAoE/9tngVmCHjSxmSQPav1nd+lPtTL0YZ/2AFdR/iYQ==} + engines: {node: ^20.17.0 || >=22.9.0} json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} @@ -11341,9 +12757,8 @@ packages: json-stringify-safe@5.0.1: resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - json5@1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} - hasBin: true + json-with-bigint@3.5.8: + resolution: {integrity: sha512-eq/4KP6K34kwa7TcFdtvnftvHCD9KvHOGGICWwMFc4dOOKF5t4iYqnfLK8otCRCRv06FXOzGGyqE8h8ElMvvdw==} json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} @@ -11363,6 +12778,10 @@ packages: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} engines: {'0': node >= 0.2.0} + jsonpointer@5.0.1: + resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==} + engines: {node: '>=0.10.0'} + jsonwebtoken@9.0.2: resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} engines: {node: '>=12', npm: '>=6'} @@ -11376,8 +12795,8 @@ packages: jws@3.2.2: resolution: {integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==} - keyborg@2.6.0: - resolution: {integrity: sha512-o5kvLbuTF+o326CMVYpjlaykxqYP9DphFQZ2ZpgrvBouyvOxyEB7oqe8nOLFpiV5VCtz0D3pt8gXQYWpLpBnmA==} + keyborg@2.14.1: + resolution: {integrity: sha512-/WmmVBa6Me3hIKAOIyIq1sql+6oydQZzGMBDLNfOcJ8710byMsq3KSLS8GQhBJHOMtvnXnUBrDAIbABcZVipcg==} keygrip@1.1.0: resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} @@ -11423,8 +12842,8 @@ packages: resolution: {integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==} engines: {node: '>= 7.6.0'} - koa@3.0.1: - resolution: {integrity: sha512-oDxVkRwPOHhGlxKIDiDB2h+/l05QPtefD7nSqRgDfZt8P+QVYFWjfeK8jANf5O2YXjk8egd7KntvXKYx82wOag==} + koa@3.2.1: + resolution: {integrity: sha512-e7IpWJrnanNUroVK2taAgMxoEZvHLXdQiNjeExSu/DEIWm83jaKGBgb7tLmu2rMYpA027qFB3iLR/k3AVpFRnA==} engines: {node: '>= 18'} kolorist@1.8.0: @@ -11434,6 +12853,10 @@ packages: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} + leven@4.1.0: + resolution: {integrity: sha512-KZ9W9nWDT7rF7Dazg8xyLHGLrmpgq2nVNFUckhqdW3szVP6YhCpp/RAnpmVExA9JvrMynjwSLVrEj3AepHR6ew==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -11441,12 +12864,93 @@ packages: lie@3.3.0: resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==} + lightningcss-android-arm64@1.32.0: + resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [android] + + lightningcss-darwin-arm64@1.32.0: + resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [darwin] + + lightningcss-darwin-x64@1.32.0: + resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [darwin] + + lightningcss-freebsd-x64@1.32.0: + resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [freebsd] + + lightningcss-linux-arm-gnueabihf@1.32.0: + resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==} + engines: {node: '>= 12.0.0'} + cpu: [arm] + os: [linux] + + lightningcss-linux-arm64-gnu@1.32.0: + resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + libc: [glibc] + + lightningcss-linux-arm64-musl@1.32.0: + resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [linux] + libc: [musl] + + lightningcss-linux-x64-gnu@1.32.0: + resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + libc: [glibc] + + lightningcss-linux-x64-musl@1.32.0: + resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [linux] + libc: [musl] + + lightningcss-win32-arm64-msvc@1.32.0: + resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==} + engines: {node: '>= 12.0.0'} + cpu: [arm64] + os: [win32] + + lightningcss-win32-x64-msvc@1.32.0: + resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==} + engines: {node: '>= 12.0.0'} + cpu: [x64] + os: [win32] + + lightningcss@1.32.0: + resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==} + engines: {node: '>= 12.0.0'} + lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} linkify-it@5.0.0: resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + linkify-it@5.0.2: + resolution: {integrity: sha512-ONTm2jCMAVZjgQa/Fy1kScXsuOoF5NPTsoFBdE1KVIZ2vAh/r9+Bqo+0jINCBYnavTPQZz38QzFTme79ENoN3Q==} + + load-json-file@4.0.0: + resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} + engines: {node: '>=4'} + load-json-file@6.2.0: resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} engines: {node: '>=8'} @@ -11455,8 +12959,8 @@ packages: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} - local-pkg@1.1.1: - resolution: {integrity: sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==} + local-pkg@1.2.1: + resolution: {integrity: sha512-++gUqRDEvcnN6Zhqrr+y/CkVEHhlrR96vZn3nZZPYzMcBUyBtTKzB9NadClFIsIVSsu+3i9tfk/erqy9kAmt7Q==} engines: {node: '>=14'} locate-path@3.0.0: @@ -11471,10 +12975,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - lodash.camelcase@4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} @@ -11517,10 +13017,6 @@ packages: lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} - log-symbols@6.0.0: resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==} engines: {node: '>=18'} @@ -11549,6 +13045,10 @@ packages: resolution: {integrity: sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==} engines: {node: 20 || >=22} + lru-cache@11.5.1: + resolution: {integrity: sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==} + engines: {node: 20 || >=22} + lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -11573,9 +13073,15 @@ packages: magic-string@0.30.17: resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} + magic-string@0.30.21: + resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} + magicast@0.3.5: resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} + magicast@0.5.3: + resolution: {integrity: sha512-pVKE4UdSQ7DvHzivsCIFx2BJn1mHG6KsyrFcaxFx6tONdneEuThrDx0Cj3AMg58KyN4pzYT+LHOotxDQDjNvkw==} + make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} @@ -11592,6 +13098,10 @@ packages: resolution: {integrity: sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==} engines: {node: ^18.17.0 || >=20.5.0} + make-fetch-happen@15.0.6: + resolution: {integrity: sha512-Je0fLJ0F5atA7F+eIlLzk+Wkcl57JDf4kf+EW8xiP5E31xOQxkIxTbgf1Oi1Lw9tRI9UEMRdI5Vz2xTzoNU1Jw==} + engines: {node: ^20.17.0 || >=22.9.0} + map-age-cleaner@0.1.3: resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} engines: {node: '>=6'} @@ -11608,11 +13118,25 @@ packages: resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true + markdown-it@14.3.0: + resolution: {integrity: sha512-RCEsPjR+sr0x+AuYp601tKTkgFG4YEPLCzHST3cQ/fhlJkqAkz1L2/Qbp1j9qw5SBwQHFBoW8+hoN5xssOF0Tw==} + hasBin: true + markdown-table@3.0.4: resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==} - marked@16.4.0: - resolution: {integrity: sha512-CTPAcRBq57cn3R8n3hwc2REddc28hjR7RzDXQ+lXLmMJYqn20BaI2cGw6QjgZGIgVfp2Wdfw4aMzgNteQ6qJgQ==} + marked@14.0.0: + resolution: {integrity: sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==} + engines: {node: '>= 18'} + hasBin: true + + marked@15.0.12: + resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==} + engines: {node: '>= 18'} + hasBin: true + + marked@16.4.2: + resolution: {integrity: sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==} engines: {node: '>= 20'} hasBin: true @@ -11620,14 +13144,11 @@ packages: resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} engines: {node: '>= 0.4'} - md5.js@1.3.5: - resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} - mdast-util-definitions@6.0.0: resolution: {integrity: sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==} - mdast-util-directive@3.0.0: - resolution: {integrity: sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q==} + mdast-util-directive@3.1.0: + resolution: {integrity: sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==} mdast-util-find-and-replace@3.0.1: resolution: {integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==} @@ -11677,6 +13198,9 @@ packages: mdast-util-to-string@4.0.0: resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==} + mdn-data@2.0.28: + resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} + mdn-data@2.12.2: resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} @@ -11699,6 +13223,10 @@ packages: resolution: {integrity: sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==} engines: {node: '>=10'} + memorystream@0.3.1: + resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} + engines: {node: '>= 0.10.0'} + merge-descriptors@2.0.0: resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==} engines: {node: '>=18'} @@ -11713,8 +13241,8 @@ packages: micromark-core-commonmark@2.0.2: resolution: {integrity: sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==} - micromark-extension-directive@3.0.2: - resolution: {integrity: sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==} + micromark-extension-directive@4.0.0: + resolution: {integrity: sha512-/C2nqVmXXmiseSSuCdItCMho7ybwwop6RrrRPk0KbOHW21JKoCldC+8rFOaundDoRBUWBnJJcxeA/Kvi34WQXg==} micromark-extension-gfm-autolink-literal@2.1.0: resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==} @@ -11822,10 +13350,6 @@ packages: resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} engines: {node: '>=8.6'} - miller-rabin@4.0.1: - resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} - hasBin: true - mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -11855,10 +13379,6 @@ packages: resolution: {integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==} engines: {node: '>=8'} - mimic-fn@4.0.0: - resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} - engines: {node: '>=12'} - mimic-function@5.0.1: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} @@ -11871,18 +13391,13 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - minimalistic-assert@1.0.1: - resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - - minimalistic-crypto-utils@1.0.1: - resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - - minimatch@10.0.1: - resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} - engines: {node: 20 || >=22} + minimatch@10.2.3: + resolution: {integrity: sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==} + engines: {node: 18 || 20 || >=22} - minimatch@3.0.8: - resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + minimatch@10.2.5: + resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} + engines: {node: 18 || 20 || >=22} minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -11910,6 +13425,10 @@ packages: resolution: {integrity: sha512-j7U11C5HXigVuutxebFadoYBbd7VSdZWggSe64NVdvWNBqGAiXPL2QVCehjmw7lY1oF9gOllYbORh+hiNgfPgQ==} engines: {node: ^18.17.0 || >=20.5.0} + minipass-fetch@5.0.2: + resolution: {integrity: sha512-2d0q2a8eCi2IRg/IGubCNRJoYbA1+YPXAzQVRFmB45gdGZafyivnZ5YSEfo3JikbjGxOdntGFvBQGqaSMXlAFQ==} + engines: {node: ^20.17.0 || >=22.9.0} + minipass-flush@1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} @@ -11922,38 +13441,33 @@ packages: resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} engines: {node: '>=8'} - minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + minipass-sized@2.0.0: + resolution: {integrity: sha512-zSsHhto5BcUVM2m1LurnXY6M//cGhVaegT71OfOXoprxT6o780GZd792ea6FfrQkuU4usHZIUczAQMRUE2plzA==} engines: {node: '>=8'} - minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + minipass@3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} minipass@7.1.2: resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} engines: {node: '>=16 || 14 >=14.17'} - minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + minipass@7.1.3: + resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} + engines: {node: '>=16 || 14 >=14.17'} minizlib@3.0.1: resolution: {integrity: sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==} engines: {node: '>= 18'} + minizlib@3.1.0: + resolution: {integrity: sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==} + engines: {node: '>= 18'} + mkdirp-classic@0.5.3: resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} - mkdirp@0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} - hasBin: true - - mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} - hasBin: true - mkdirp@3.0.1: resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} engines: {node: '>=10'} @@ -11962,21 +13476,20 @@ packages: mlly@1.7.4: resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} - mocha@11.1.0: - resolution: {integrity: sha512-8uJR5RTC2NgpY3GrYcgpZrsEd9zKbPDpob1RezyR2upGHRQtHWofmzTMzTMSV6dru3tj5Ukt0+Vnq1qhFEEwAg==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - hasBin: true - - monaco-editor-core@0.52.2: - resolution: {integrity: sha512-5TOyTUymNx7jB24TGP4Qs5UEVrntDKSMzDUvW3ADaI1CFRO1t7FPhbT2u4m3iIKZf85zTM+mkCxiUSgj+v/YtA==} + monaco-editor-core@0.55.1: + resolution: {integrity: sha512-UTk7U9VkSFy2qruSYC70+vHHo5DffN164QGkDn4vTaaO40a1UMSNHVqS2MF6Z+s0LWOeAzez/Kp85oAPZG2d0g==} - monaco-editor@0.52.2: - resolution: {integrity: sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==} + monaco-editor@0.55.1: + resolution: {integrity: sha512-jz4x+TJNFHwHtwuV9vA9rMujcZRb0CEilTEwG2rRSpe/A7Jdkuj8xPKttCgOh+v/lkHy7HsZ64oj+q3xoAFl9A==} morgan@1.10.0: resolution: {integrity: sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==} engines: {node: '>= 0.8.0'} + morgan@1.11.0: + resolution: {integrity: sha512-zSkVu3t18r39pw4ixfBKvfZi3y2UOqr7d4WYwcj3m8nXpEQK4rPO6GLzs/CExoRgmX3y9EjmmcXqv6jq0SK46g==} + engines: {node: '>= 0.8.0'} + mrmime@2.0.1: resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==} engines: {node: '>=10'} @@ -12003,8 +13516,8 @@ packages: muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} - multer@2.0.2: - resolution: {integrity: sha512-u7f2xaZ/UG8oLXHvtF/oWTRvT44p9ecwBBqTwgJVq0+4BW1g8OW01TyMEGWBHbyMOYVHXslaut7qEQ1meATXgw==} + multer@2.2.0: + resolution: {integrity: sha512-6rdyFg2kLrMh9Jee7/BMPuV9lEAd7lLW2YUpF9/YxR7njyoUwwQ0ZPh3TaIY50Sw6vlyD2HW3wGOkTS4P79xrQ==} engines: {node: '>= 10.16.0'} mustache@4.2.0: @@ -12018,8 +13531,12 @@ packages: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} - nanoid@3.3.11: - resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==} + mute-stream@3.0.0: + resolution: {integrity: sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==} + engines: {node: ^20.17.0 || >=22.9.0} + + nanoid@3.3.15: + resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -12063,6 +13580,9 @@ packages: resolution: {integrity: sha512-oWgXcUL3zi7KsPNoWLM2Z/EVaOMsZO8em4iAzJmqoo08zinMwsMvkrNbeLDztMdaPJryfYJvbx2OBoBYnPQKpg==} engines: {node: '>=6'} + nice-try@1.0.5: + resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} + nlcst-to-string@4.0.0: resolution: {integrity: sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==} @@ -12077,48 +13597,45 @@ packages: resolution: {integrity: sha512-lytcDEdxKjGJPTLEfW4mYMigRezMlyJY8W4wxJK8zE533Jlb8L8dRuObJFWg2P+AuOIxoCgKF+2Oq4d4Zd0OUA==} engines: {node: ^18 || ^20 || >= 21} + node-addon-api@8.9.0: + resolution: {integrity: sha512-ekZMeaaIzSQTSpr7X2X3iJM7lTzgnx8ahAG9pJfT/7+14mlEM8ZYQ9cgCDvSSRbReFK0oHli3WrZdCiRsgAT9Q==} + engines: {node: ^18 || ^20 || >= 21} + node-dir@0.1.17: resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} engines: {node: '>= 0.10.5'} - node-fetch-native@1.6.6: - resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} - - node-fetch@2.7.0: - resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true + node-fetch-native@1.6.7: + resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==} node-gyp-build@4.8.4: resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==} hasBin: true - node-gyp@11.1.0: - resolution: {integrity: sha512-/+7TuHKnBpnMvUQnsYEb0JOozDZqarQbfNuSGLXIjhStMT0fbw7IdSqWgopOP5xhRZE+lsbIvAHcekddruPZgQ==} + node-gyp@11.5.0: + resolution: {integrity: sha512-ra7Kvlhxn5V9Slyus0ygMa2h+UqExPqUIkfk7Pc8QTLT956JLSy51uWFwHtIYy0vI8cB4BDhc/S03+880My/LQ==} engines: {node: ^18.17.0 || >=20.5.0} hasBin: true - node-mock-http@1.0.0: - resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==} + node-gyp@12.4.0: + resolution: {integrity: sha512-OMcPNvqTCFUnNaBlmdgq+lfNqY7gTiSmNRDjY3uAXRyudeKZEZxu3CLtjMQrx4zZxCX2b/mpNqTtwuCJgXhHkw==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true - node-releases@2.0.19: - resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} + node-mock-http@1.0.4: + resolution: {integrity: sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==} node-releases@2.0.23: resolution: {integrity: sha512-cCmFDMSm26S6tQSDpBCg/NR8NENrVPhAJSf+XbxBG4rPFaaonlEoE9wHQmun+cls499TQGSb7ZyPBRlzgKfpeg==} + node-releases@2.0.50: + resolution: {integrity: sha512-J6l92tKHX6w8Jy5nO1Vuc01NoIiRGi/d6qBKVxh+IQ8Cr3b6HbVNfKiF8ZpFKufTwpwxMmce2W3iQZ861ZRyTg==} + engines: {node: '>=18'} + node-sarif-builder@3.2.0: resolution: {integrity: sha512-kVIOdynrF2CRodHZeP/97Rh1syTUHBNiw17hUCIVhlhEsWlfJm19MuO56s4MdKbr22xWx6mzMnNAgXzVlIYM9Q==} engines: {node: '>=18'} - node-stdlib-browser@1.3.1: - resolution: {integrity: sha512-X75ZN8DCLftGM5iKwoYLA3rjnrAEs97MkzvSd4q2746Tgpg8b8XWiBGiBG4ZpgcAqBgtgPHTiAc8ZMCvZuikDw==} - engines: {node: '>=10'} - nopt@1.0.10: resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} hasBin: true @@ -12128,14 +13645,22 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true - normalize-package-data@5.0.0: - resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + nopt@9.0.0: + resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + + normalize-package-data@2.5.0: + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} normalize-package-data@6.0.2: resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==} engines: {node: ^16.14.0 || >=18.0.0} + normalize-package-data@7.0.1: + resolution: {integrity: sha512-linxNAT6M0ebEYZOx2tO6vBEFsVgnPpv+AVjk0wJHfaUIbq31Jm3T6vvZaarnOeWDh8ShnwXuaAyM7WT3RzErA==} + engines: {node: ^18.17.0 || >=20.5.0} + normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} @@ -12143,17 +13668,20 @@ packages: normalize-registry-url@2.0.0: resolution: {integrity: sha512-3e9FwDyRAhbxXw4slm4Tjv40u78yPwMc/WZkACpqNQOs5sM7wic853AeTLkMFEVhivZkclGYlse8iYsklz0Yvg==} + normalize-registry-url@2.0.1: + resolution: {integrity: sha512-Ad5kiOvJFA62l6bkzuekf3AbEyCPweePeGIfU9iHtqem68EVKu2Tr6YM+xmO1dkwTzKgTCqzb3NqfIEtWWbQBg==} + npm-bundled@2.0.1: resolution: {integrity: sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - npm-bundled@4.0.0: - resolution: {integrity: sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-bundled@5.0.0: + resolution: {integrity: sha512-JLSpbzh6UUXIEoqPsYBvVNVmyrjVZ1fzEFbqxKkTJQkWBO3xFzFT+KDnSKQWwOQNbuWRwt5LSD6HOTLGIWzfrw==} + engines: {node: ^20.17.0 || >=22.9.0} - npm-install-checks@7.1.1: - resolution: {integrity: sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-install-checks@8.0.0: + resolution: {integrity: sha512-ScAUdMpyzkbpxoNekQ3tNRdFI8SJ86wgKZSQZdUxT+bj0wVFpsEMWnkXP0twVe1gJyNF5apBWDJhhIbgrIViRA==} + engines: {node: ^20.17.0 || >=22.9.0} npm-normalize-package-bin@2.0.0: resolution: {integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==} @@ -12163,16 +13691,16 @@ packages: resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - npm-normalize-package-bin@4.0.0: - resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-normalize-package-bin@5.0.0: + resolution: {integrity: sha512-CJi3OS4JLsNMmr2u07OJlhcrPxCeOeP/4xq67aWNai6TNWWbTrlNDgl8NcFKVlcBKp18GPj+EzbNIgrBfZhsag==} + engines: {node: ^20.17.0 || >=22.9.0} - npm-package-arg@12.0.2: - resolution: {integrity: sha512-f1NpFjNI9O4VbKMOlA5QoBq/vSQPORHcTZ2feJpFkTHJ9eQkdlmZEKSjcAhxTGInC7RlEyScT9ui67NaOsjFWA==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-package-arg@13.0.2: + resolution: {integrity: sha512-IciCE3SY3uE84Ld8WZU23gAPPV9rIYod4F+rc+vJ7h7cwAJt9Vk6TVsK60ry7Uj3SRS3bqRRIGuTp9YVlk6WNA==} + engines: {node: ^20.17.0 || >=22.9.0} - npm-packlist@10.0.0: - resolution: {integrity: sha512-rht9U6nS8WOBDc53eipZNPo5qkAV4X2rhKE2Oj1DYUQ3DieXfj0mKkVmjnf3iuNdtMd8WfLdi2L6ASkD/8a+Kg==} + npm-packlist@10.0.4: + resolution: {integrity: sha512-uMW73iajD8hiH4ZBxEV3HC+eTnppIqwakjOYuvgddnalIw2lJguKviK1pcUJDlIWm1wSJkchpDZDSVVsZEYRng==} engines: {node: ^20.17.0 || >=22.9.0} npm-packlist@5.1.3: @@ -12180,22 +13708,23 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true - npm-pick-manifest@10.0.0: - resolution: {integrity: sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-pick-manifest@11.0.3: + resolution: {integrity: sha512-buzyCfeoGY/PxKqmBqn1IUJrZnUi1VVJTdSSRPGI60tJdUhUoSQFhs0zycJokDdOznQentgrpf8LayEHyyYlqQ==} + engines: {node: ^20.17.0 || >=22.9.0} - npm-registry-fetch@18.0.2: - resolution: {integrity: sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==} - engines: {node: ^18.17.0 || >=20.5.0} + npm-registry-fetch@19.1.1: + resolution: {integrity: sha512-TakBap6OM1w0H73VZVDf44iFXsOS3h+L4wVMXmbWOQroZgFhMch0juN6XSzBNlD965yIKvWg2dfu7NSiaYLxtw==} + engines: {node: ^20.17.0 || >=22.9.0} + + npm-run-all@4.1.5: + resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} + engines: {node: '>= 4'} + hasBin: true npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} - npm-run-path@5.3.0: - resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - npm-run-path@6.0.0: resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==} engines: {node: '>=18'} @@ -12209,55 +13738,32 @@ packages: nwsapi@2.2.19: resolution: {integrity: sha512-94bcyI3RsqiZufXjkr3ltkI86iEl+I7uiHVDtcq9wJUTwYQJ5odHDeSzkkrRzi80jJ8MaeZgqKjH1bAWAFw9bA==} - nypm@0.3.9: - resolution: {integrity: sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==} - engines: {node: ^14.16.0 || >=16.10.0} - hasBin: true - object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - object-inspect@1.13.1: - resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} - object-inspect@1.13.4: resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} engines: {node: '>= 0.4'} - object-is@1.1.6: - resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} - engines: {node: '>= 0.4'} - object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} - object.assign@4.1.5: - resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + object.assign@4.1.7: + resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} engines: {node: '>= 0.4'} - object.fromentries@2.0.8: - resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} - engines: {node: '>= 0.4'} - - object.groupby@1.0.3: - resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} - engines: {node: '>= 0.4'} - - object.values@1.2.0: - resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} - engines: {node: '>= 0.4'} - - octokit@4.1.3: - resolution: {integrity: sha512-PP+EL8h4xPCE9NBo6jXq6I2/EiTXsn1cg9F0IZehHBv/qhuQpyGMFElEB17miWKciuT6vRHiFFiG9+FoXOmg6A==} - engines: {node: '>= 18'} + obug@2.1.3: + resolution: {integrity: sha512-9miFgM2OFba7hB+pRgvtV84pYTBaoTHohvmIgiRt6dRIzbwEOIaNaP+dIlGs2fNFoB0SeISs0Jz5WFVRid6Xyg==} + engines: {node: '>=12.20.0'} - ofetch@1.4.1: - resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==} + octokit@5.0.5: + resolution: {integrity: sha512-4+/OFSqOjoyULo7eN7EA97DE0Xydj/PW5aIckxqQIoFjFwqXKuFCvXUJObyJfBF9Khu4RL/jlDRI9FPaMGfPnw==} + engines: {node: '>= 20'} - ohash@1.1.3: - resolution: {integrity: sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==} + ofetch@1.5.1: + resolution: {integrity: sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==} ohash@2.0.11: resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==} @@ -12274,6 +13780,10 @@ packages: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} + on-headers@1.1.0: + resolution: {integrity: sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==} + engines: {node: '>= 0.8'} + once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} @@ -12281,33 +13791,27 @@ packages: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} - onetime@6.0.0: - resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} - engines: {node: '>=12'} - onetime@7.0.0: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - onigasm@2.2.5: - resolution: {integrity: sha512-F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA==} + oniguruma-parser@0.12.2: + resolution: {integrity: sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==} - oniguruma-parser@0.12.1: - resolution: {integrity: sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==} - - oniguruma-to-es@4.3.3: - resolution: {integrity: sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==} + oniguruma-to-es@4.3.6: + resolution: {integrity: sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==} open@10.1.0: resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} engines: {node: '>=18'} - open@8.4.2: - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} - engines: {node: '>=12'} + open@10.2.0: + resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} + engines: {node: '>=18'} - openapi-types@12.1.3: - resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==} + open@11.0.0: + resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==} + engines: {node: '>=20'} optionator@0.9.3: resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} @@ -12317,16 +13821,24 @@ packages: resolution: {integrity: sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==} engines: {node: '>=18'} - os-browserify@0.3.0: - resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} - - os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} + ora@9.4.1: + resolution: {integrity: sha512-6VlU9MLXbjVQD04AZCMX28hVtA5bUoadvUqO76MUCVA0ilwJbMiHsITRPfyVm6p/BC0Av/BXMujx39WCe1LEqw==} + engines: {node: '>=20'} outvariant@1.4.3: resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==} + own-keys@1.0.1: + resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} + engines: {node: '>= 0.4'} + + oxc-parser@0.127.0: + resolution: {integrity: sha512-bkgD4qHlN7WxLdX8bLXdaU54TtQtAIg/ZBAfm0aje/mo3MRDo3P0hZSgr4U7O3xfX+fQmR5AP04JS/TGcZLcFA==} + engines: {node: ^20.19.0 || >=22.12.0} + + oxc-resolver@11.22.0: + resolution: {integrity: sha512-F3VuQRlu5uaMN9ffo2ufEa8D/SKykx1a2KaLtBa2JEmbtulRaTZKwQrrLsNLGfvBeLW8M/J0CE47KN3s0VdcmQ==} + p-defer@1.0.0: resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} engines: {node: '>=4'} @@ -12351,16 +13863,8 @@ packages: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} - p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - - p-limit@6.2.0: - resolution: {integrity: sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==} - engines: {node: '>=18'} - - p-limit@7.1.1: - resolution: {integrity: sha512-i8PyM2JnsNChVSYWLr2BAjNoLi0BAYC+wecOnZnVV+YSNJkzP7cWmvI34dk0WArWfH9KwBHNoZI3P3MppImlIA==} + p-limit@7.3.0: + resolution: {integrity: sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==} engines: {node: '>=20'} p-locate@3.0.0: @@ -12375,10 +13879,6 @@ packages: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} - p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - p-map-values@1.0.0: resolution: {integrity: sha512-/n8QJM4Os3HLRMSuQWwAocsMExENSQwWTgRi8m3JVEOWQ/4gud14igBcnYvSGQTbiyZbuizxEmwf0w3ITn67gg==} engines: {node: '>=14'} @@ -12387,6 +13887,10 @@ packages: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} + p-map@4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + p-map@7.0.3: resolution: {integrity: sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==} engines: {node: '>=18'} @@ -12399,25 +13903,21 @@ packages: resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} engines: {node: '>=8'} - p-queue@8.1.0: - resolution: {integrity: sha512-mxLDbbGIBEXTJL0zEx8JIylaj3xQ7Z/7eEVjcF9fJX4DBiH9oqe+oahYnlKKxm0Ci9TlWTyhSHgygxMxjIB2jw==} - engines: {node: '>=18'} + p-queue@9.3.0: + resolution: {integrity: sha512-7NED7xhQ74Ngp4JP/2e0VZHp7vSWfJfqeiR92jPgxsz6m0Se4P03YoTKa9dDXyZ3r6P616gUXttrB6nnHYKang==} + engines: {node: '>=20'} p-reflect@2.1.0: resolution: {integrity: sha512-paHV8NUz8zDHu5lhr/ngGWQiW067DK/+IbJ+RfZ4k+s8y4EKyYCz8pGYWjxCg35eHztpJAt+NUgvN4L+GCbPlg==} engines: {node: '>=8'} - p-settle@4.1.1: - resolution: {integrity: sha512-6THGh13mt3gypcNMm0ADqVNCcYa3BK6DWsuJWFCuEKP1rpY+OKGp7gaZwVmLspmic01+fsg/fN57MfvDzZ/PuQ==} - engines: {node: '>=10'} - p-timeout@3.2.0: resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} engines: {node: '>=8'} - p-timeout@6.1.3: - resolution: {integrity: sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==} - engines: {node: '>=14.16'} + p-timeout@7.0.1: + resolution: {integrity: sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==} + engines: {node: '>=20'} p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} @@ -12426,16 +13926,19 @@ packages: package-json-from-dist@1.0.0: resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} - package-manager-detector@1.3.0: - resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==} + package-json-from-dist@1.0.1: + resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - pacote@21.0.0: - resolution: {integrity: sha512-lcqexq73AMv6QNLo7SOpz0JJoaGdS3rBFgF122NZVl1bApo2mfu+XzUBU/X/XsiJu+iUmKpekRayqQYAs+PhkA==} + package-manager-detector@1.7.0: + resolution: {integrity: sha512-xg1eHpwYL/D/HEdWw2goFZP6vV0FH7W+PZ5rFkGjdIDLtxq7EkzBUeT3m+lndYCt8wKbmofUu1MUdMCXkCk9ZQ==} + + pacote@21.5.1: + resolution: {integrity: sha512-KvcJ9iy3crysCsgqc4+PknH/w6jkrp8JN36mpZBPwNaDRwTfMZD37YzRazNstiZUOhuF5pno9f78n9mEJBavwg==} engines: {node: ^20.17.0 || >=22.9.0} hasBin: true - pagefind@1.3.0: - resolution: {integrity: sha512-8KPLGT5g9s+olKMRTU9LFekLizkVIu9tes90O1/aigJ0T5LmyPqTzGJrETnSw3meSYg58YH7JTzhTTW/3z6VAw==} + pagefind@1.5.2: + resolution: {integrity: sha512-XTUaK0hXMCu2jszWE584JGQT7y284TmMV9l/HX3rnG5uo3rHI/uHU56XTyyyPFjeWEBxECbAi0CaFDJOONtG0Q==} hasBin: true pako@0.2.9: @@ -12448,17 +13951,13 @@ packages: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} - parent-module@2.0.0: - resolution: {integrity: sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==} - engines: {node: '>=8'} - - parse-asn1@5.1.7: - resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} - engines: {node: '>= 0.10'} - parse-entities@4.0.1: resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==} + parse-json@4.0.0: + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} + parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -12478,9 +13977,9 @@ packages: resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} engines: {node: '>=18'} - parse-npm-tarball-url@3.0.0: - resolution: {integrity: sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==} - engines: {node: '>=8.15'} + parse-npm-tarball-url@4.0.0: + resolution: {integrity: sha512-XueE/Vkz0fzKhMu2L+pBrfpCn5lSnvdbfsVg5+hj0KWQ1VtcHhWRSDyiz9vEdj3I9DKHXoIUAVqkh3I1lwuP/g==} + engines: {node: '>=18.12'} parse-semver@1.1.1: resolution: {integrity: sha512-Eg1OuNntBMH0ojvEKSrvDSnwLmvVuUOSdylH/pSCPNMIspLlweJyIWXCE+k/5hm3cj/EBUYwmWkjhBALNP4LXQ==} @@ -12513,14 +14012,18 @@ packages: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + path-expression-matcher@1.6.1: + resolution: {integrity: sha512-h7bxdzhHk8Knyc4Tj+jMaa7fEEoUJy7p1qtbVgkYg1Uhpe5Np5VuGXCRZnkZvU+Q42M1vStt0ifa3ueykRJPmQ==} + engines: {node: '>=14.0.0'} path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} + path-key@2.0.1: + resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} + engines: {node: '>=4'} + path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -12539,9 +14042,9 @@ packages: resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} engines: {node: '>=16 || 14 >=14.18'} - path-scurry@2.0.0: - resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} - engines: {node: 20 || >=22} + path-scurry@2.0.2: + resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} + engines: {node: 18 || 20 || >=22} path-temp@2.0.0: resolution: {integrity: sha512-92olbatybjsHTGB2CUnAM7s0mU/27gcMfLNA7t09UftndUdxywlQKur3fzXEPpfLrgZD3I2Bt8+UmiL7YDEgXQ==} @@ -12551,6 +14054,10 @@ packages: resolution: {integrity: sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==} engines: {node: '>=8.15'} + path-temp@2.1.1: + resolution: {integrity: sha512-2pIjpQb28baC42ttBsQuRRqZ33a8DnWzfSwEFKJjz7SMiCmBECUOebUNLTmmPCG8F4ZIXG7ZRJ8FAxYXdx0Jiw==} + engines: {node: '>=8.15'} + path-to-regexp@6.3.0: resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==} @@ -12558,6 +14065,13 @@ packages: resolution: {integrity: sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==} engines: {node: '>=16'} + path-to-regexp@8.4.2: + resolution: {integrity: sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==} + + path-type@3.0.0: + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} + path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -12566,9 +14080,6 @@ packages: resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==} engines: {node: '>=18'} - pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - pathe@2.0.3: resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} @@ -12576,10 +14087,6 @@ packages: resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} engines: {node: '>= 14.16'} - pbkdf2@3.1.2: - resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} - engines: {node: '>=0.12'} - pct-encode@1.0.3: resolution: {integrity: sha512-+ojEvSHApoLWF2YYxwnOM4N9DPn5e5fG+j0YJ9drKNaYtrZYOq5M9ESOaBYqOHCXOAALODJJ4wkqHAXEuLpwMw==} @@ -12589,6 +14096,9 @@ packages: pend@1.2.0: resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} + piccolore@0.1.3: + resolution: {integrity: sha512-o8bTeDWjE086iwKrROaDf31K0qC/BENdm15/uH9usSC/uZjJOKb2YGiVHfLY4GhwsERiPI1jmwI2XrA7ACOxVw==} + picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} @@ -12607,6 +14117,19 @@ packages: resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} engines: {node: '>=12'} + picomatch@4.0.4: + resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} + engines: {node: '>=12'} + + pidtree@0.3.1: + resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} + engines: {node: '>=0.10'} + hasBin: true + + pify@3.0.0: + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} + engines: {node: '>=4'} + pify@4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} @@ -12623,39 +14146,25 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - pkg-dir@5.0.0: - resolution: {integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==} - engines: {node: '>=10'} - 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==} - - playwright-core@1.52.0: - resolution: {integrity: sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==} - engines: {node: '>=18'} - hasBin: true + pkg-types@2.3.1: + resolution: {integrity: sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==} - playwright-core@1.56.0: - resolution: {integrity: sha512-1SXl7pMfemAMSDn5rkPeZljxOCYAmQnYLBTExuh6E8USHXGSX3dx6lYZN/xPpTz1vimXmPA9CDnILvmJaB8aSQ==} + playwright-core@1.61.1: + resolution: {integrity: sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==} engines: {node: '>=18'} hasBin: true - playwright@1.52.0: - resolution: {integrity: sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==} + playwright@1.61.1: + resolution: {integrity: sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==} engines: {node: '>=18'} hasBin: true - playwright@1.56.0: - resolution: {integrity: sha512-X5Q1b8lOdWIE4KAoHpW3SE8HvUB+ZZsUoN64ZhjnN8dOb1UpujxBtENGiZFE+9F/yhzJwYa+ca3u43FeLbboHA==} + plist@5.0.0: + resolution: {integrity: sha512-20N+g1DvMm/DFRbsvER7tT4wDryq0WunK7VMkDaiJcKNapAnUMkTsAnacFYf8n420F4Hf6/hefgmJRkMb1M0fg==} engines: {node: '>=18'} - hasBin: true - - plist@3.1.0: - resolution: {integrity: sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==} - engines: {node: '>=10.4.0'} pluralize@2.0.0: resolution: {integrity: sha512-TqNZzQCD4S42De9IfnnBvILN7HAW7riLqsCyp8lgjXeysyPlX5HhqKAcJHHHb9XskE4/a+7VGC9zzx8Ls0jOAw==} @@ -12664,8 +14173,8 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - possible-typed-array-names@1.0.0: - resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + possible-typed-array-names@1.1.0: + resolution: {integrity: sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==} engines: {node: '>= 0.4'} postcss-nested@6.2.0: @@ -12682,17 +14191,22 @@ packages: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.16: + resolution: {integrity: sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==} + engines: {node: ^10 || ^12 || >=14} + postcss@8.5.3: resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} engines: {node: ^10 || ^12 || >=14} - postcss@8.5.6: - resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} - engines: {node: ^10 || ^12 || >=14} + powershell-utils@0.1.0: + resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==} + engines: {node: '>=20'} prebuild-install@7.1.2: resolution: {integrity: sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==} engines: {node: '>=10'} + deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available. hasBin: true preferred-pm@3.1.4: @@ -12707,8 +14221,8 @@ packages: resolution: {integrity: sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw==} engines: {node: ^14.15.0 || >=16.0.0} - prettier-plugin-organize-imports@4.2.0: - resolution: {integrity: sha512-Zdy27UhlmyvATZi67BTnLcKTo8fm6Oik59Sz6H64PgZJVs6NJpPD1mT240mmJn62c98/QaL+r3kx9Q3gRpDajg==} + prettier-plugin-organize-imports@4.3.0: + resolution: {integrity: sha512-FxFz0qFhyBsGdIsb697f/EkvHzi5SZOhWAjxcx2dLt+Q532bAlhswcXGYB1yzjZ69kW8UoadFBw7TyNwlq96Iw==} peerDependencies: prettier: '>=2.0' typescript: '>=2.9' @@ -12717,24 +14231,19 @@ packages: vue-tsc: optional: true - prettier-plugin-sh@0.17.4: - resolution: {integrity: sha512-aAVKXZ7GTEMZdZsIPSwMwddwPvt2ibMbRGd4OJAP0G7QoeYZV+mPNg2Oln3R53sZ4PVjeAA7Xzi/PuI0QlHHfQ==} + prettier-plugin-sh@0.18.1: + resolution: {integrity: sha512-uZmU22wBMevjh3rmCatNQqiEer2+5KLa0xYCBX6zQQUQkcNzVL+s6FbPKK6ZSUNUbQk6jMAcQHrYPvuL2W6ihQ==} engines: {node: '>=16.0.0'} peerDependencies: - prettier: ^3.0.3 - - prettier@2.8.7: - resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} - engines: {node: '>=10.13.0'} - hasBin: true + prettier: ^3.6.0 prettier@3.2.5: resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} engines: {node: '>=14'} hasBin: true - prettier@3.6.2: - resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} + prettier@3.9.4: + resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==} engines: {node: '>=14'} hasBin: true @@ -12761,10 +14270,6 @@ packages: printable-characters@1.0.42: resolution: {integrity: sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ==} - prismjs@1.29.0: - resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} - engines: {node: '>=6'} - prismjs@1.30.0: resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==} engines: {node: '>=6'} @@ -12773,6 +14278,10 @@ packages: resolution: {integrity: sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==} engines: {node: ^18.17.0 || >=20.5.0} + proc-log@6.1.0: + resolution: {integrity: sha512-iG+GYldRf2BQ0UDUAd6JQ/RwzaQy6mXmsk/IzlYyal4A4SNFw54MeH4/tLkF4I5WoWG9SQwuqWzS99jaFQHBuQ==} + engines: {node: ^20.17.0 || >=22.9.0} + proc-output@1.0.9: resolution: {integrity: sha512-XARWwM2pPNU/U8V4OuQNQLyjFqvHk1FRB5sFd1CCyT2vLLfDlLRLE4f6njcvm4Kyek1VzvF8MQRAYK1uLOlZmw==} @@ -12801,6 +14310,9 @@ packages: prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + proper-lockfile@4.1.2: + resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} + property-information@6.5.0: resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} @@ -12817,9 +14329,6 @@ packages: proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - public-encrypt@4.0.3: - resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} - pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} @@ -12833,30 +14342,24 @@ packages: resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} engines: {node: '>=6'} - punycode@1.4.1: - resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} - punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - pure-rand@6.1.0: - resolution: {integrity: sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==} - - qs@6.13.0: - resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} - engines: {node: '>=0.6'} + pyodide@0.26.2: + resolution: {integrity: sha512-8VCRdFX83gBsWs6XP2rhG8HMaB+JaVyyav4q/EMzoV8fXH8HN6T5IISC92SNma6i1DRA3SVXA61S1rJcB8efgA==} + engines: {node: '>=18.0.0'} qs@6.14.0: resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==} engines: {node: '>=0.6'} - quansync@0.2.10: - resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==} + qs@6.15.3: + resolution: {integrity: sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==} + engines: {node: '>=0.6'} - querystring-es3@0.2.1: - resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} - engines: {node: '>=0.4.x'} + quansync@0.2.11: + resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==} queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} @@ -12871,19 +14374,13 @@ packages: radix3@1.1.2: resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==} - randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} - - randomfill@1.0.4: - resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} - range-parser@1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - raw-body@3.0.0: - resolution: {integrity: sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==} - engines: {node: '>= 0.8'} + raw-body@3.0.2: + resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} + engines: {node: '>= 0.10'} rc-config-loader@4.1.3: resolution: {integrity: sha512-kD7FqML7l800i6pS6pvLyIE2ncbk9Du8Q0gp/4hMPhJU6ZxApkoLcGD8ZeqgiAlfwZ6BlETq6qqe+12DUL207w==} @@ -12906,18 +14403,18 @@ packages: peerDependencies: react: ^18.2.0 - react-dom@18.3.1: - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} + react-dom@19.2.7: + resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==} peerDependencies: - react: ^18.3.1 + react: ^19.2.7 - react-error-boundary@6.0.0: - resolution: {integrity: sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA==} + react-error-boundary@6.1.2: + resolution: {integrity: sha512-3DpCr5HVdZ0caUjYE/kIHBEJN0mNP3ZCgf16c48uJ5TbWjorKVp+YG8W3XqlJ7vJAVNw6wNIImyPXmFydwmyng==} peerDependencies: - react: '>=16.13.1' + react: ^18.0.0 || ^19.0.0 - react-hotkeys-hook@5.1.0: - resolution: {integrity: sha512-GCNGXjBzV9buOS3REoQFmSmE4WTvBhYQ0YrAeeMZI83bhXg3dRWsLHXDutcVDdEjwJqJCxk5iewWYX5LtFUd7g==} + react-hotkeys-hook@5.3.3: + resolution: {integrity: sha512-aswgyWUnE25hmhzHTfKDmKzsaSE5DJ4LKaU/o6rQSXkDd/1Bh9TfAFQbHkf6fLy11HvlYkp+cDDarGdhmCDhoQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -12934,17 +14431,13 @@ packages: react-markdown@10.1.0: resolution: {integrity: sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==} peerDependencies: - '@types/react': '>=18' + '@types/react': ^18.2.66 react: '>=18' react-refresh@0.14.0: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} - react-refresh@0.17.0: - resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==} - engines: {node: '>=0.10.0'} - react-router-dom@6.22.3: resolution: {integrity: sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==} engines: {node: '>=14.0.0'} @@ -12968,8 +14461,8 @@ packages: resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} engines: {node: '>=0.10.0'} - react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} + react@19.2.7: + resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==} engines: {node: '>=0.10.0'} read-cmd-shim@4.0.0: @@ -12980,6 +14473,10 @@ packages: resolution: {integrity: sha512-zz4qv/sKETv7nAkATqSJ9YMbKD8NXRPuA8d17VdYCuNYrVstB1S6UAMU6aytf5vRa9MESbZN7jLZdcmrOxz4gg==} engines: {node: '>=14.6'} + read-pkg@3.0.0: + resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} + engines: {node: '>=4'} + read-pkg@9.0.1: resolution: {integrity: sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==} engines: {node: '>=18'} @@ -13003,14 +14500,14 @@ packages: resolution: {integrity: sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} - readdirp@4.0.2: resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==} engines: {node: '>= 14.16.0'} + readdirp@5.0.0: + resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} + engines: {node: '>= 20.19.0'} + realpath-missing@1.1.0: resolution: {integrity: sha512-wnWtnywepjg/eHIgWR97R7UuM5i+qHLA195qdN9UPKvcMqfn60+67S8sPPW3vDlSEfYHoFkKU8IvpCNty3zQvQ==} engines: {node: '>=10'} @@ -13039,6 +14536,10 @@ packages: resolution: {integrity: sha512-EJ4UNY/U1t2P/2k6oqotuX2Cc3T6nxJwsM0N0asT7dhrtH1ltUxDn4NalSYmPE2rCkVpcf/X6R0wDwcFpzhd4w==} engines: {node: '>=6'} + reflect.getprototypeof@1.0.10: + resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} + engines: {node: '>= 0.4'} + regenerate-unicode-properties@10.1.1: resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} engines: {node: '>=4'} @@ -13058,31 +14559,31 @@ packages: regex-utilities@2.3.0: resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==} - regex@6.0.1: - resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==} + regex@6.1.0: + resolution: {integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==} regexp-tree@0.1.27: resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true - regexp.prototype.flags@1.5.2: - resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} + regexp.prototype.flags@1.5.4: + resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} engines: {node: '>= 0.4'} regexpu-core@5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} - regjsparser@0.12.0: - resolution: {integrity: sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==} + regjsparser@0.13.2: + resolution: {integrity: sha512-NgRBy2Nx/bE+9F27nVHnqcN5HjyLmecqsqx2PJHu3/IEtADD4WuxuXIVExD5PoSDFVrl78dOonfcOe5O+5nbzQ==} hasBin: true regjsparser@0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true - rehype-expressive-code@0.41.3: - resolution: {integrity: sha512-8d9Py4c/V6I/Od2VIXFAdpiO2kc0SV2qTJsRAaqSIcM9aruW4ASLNe2kOEo1inXAAkIhpFzAHTc358HKbvpNUg==} + rehype-expressive-code@0.42.0: + resolution: {integrity: sha512-8rp/1YMEVVSYbtz+bFBx+uSx3vA4i4T8RwRm5Q/IWbucQnnQqQ0hDqtmKOr8tv+59Cik6cu5aH3WPo0I7csuTA==} rehype-format@5.0.1: resolution: {integrity: sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==} @@ -13102,8 +14603,8 @@ packages: rehype@13.0.2: resolution: {integrity: sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==} - remark-directive@3.0.0: - resolution: {integrity: sha512-l1UyWJ6Eg1VPU7Hm/9tt0zKtReJQNOA4+iDMAxTyZNWnJnFlbS/7zhiel/rogTLQ2vMYwDzSJa4BiVNqGlqIMA==} + remark-directive@4.0.0: + resolution: {integrity: sha512-7sxn4RfF1o3izevPV1DheyGDD6X4c9hrGpfdUpm7uC++dqrnJxIZVkk7CoKqcLm0VUMAuOol7Mno3m6g8cfMuA==} remark-gfm@4.0.1: resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==} @@ -13114,9 +14615,6 @@ packages: remark-parse@11.0.0: resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==} - remark-rehype@11.1.1: - resolution: {integrity: sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==} - remark-rehype@11.1.2: resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==} @@ -13131,9 +14629,9 @@ packages: resolution: {integrity: sha512-Daqe51STnrCUq/t4dbzCtfNBLElrqVpCtuWK0MuPrzUi6K/13E98y3E8/kzuMZt6IEmghMnF41J0AidrFqjZUA==} engines: {node: '>=18'} - repeat-string@1.6.1: - resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} - engines: {node: '>=0.10'} + rename-overwrite@6.0.6: + resolution: {integrity: sha512-bSbsw/VyMyDez6NJKxqURBCLRCm98uezWBi03UZCeEFccCNIthC6Jk5JazMjexOTdrYd4q/jIxTIwGtgk1k1gA==} + engines: {node: '>=18'} request-light@0.5.8: resolution: {integrity: sha512-3Zjgh+8b5fhRJBQZoy+zbVKpAQGLyka0MPgW3zruTF4dFFJ8Fqcfu9YsAvi/rvdcaTeWG3MkbZv4WKxAn/84Lg==} @@ -13176,9 +14674,6 @@ packages: resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} engines: {node: '>=18'} - restructure@3.0.2: - resolution: {integrity: sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==} - retext-latin@4.0.0: resolution: {integrity: sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==} @@ -13226,20 +14721,22 @@ packages: engines: {node: '>=14'} hasBin: true - rimraf@6.0.1: - resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} + rimraf@6.1.3: + resolution: {integrity: sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==} engines: {node: 20 || >=22} hasBin: true - ripemd160@2.0.2: - resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + rolldown@1.1.4: + resolution: {integrity: sha512-IjZYiLxZwpnhwhdBH2ugdTGVSdhCQUmLxLoqyjiL0JxYjyRst+5a0P3xfrTxJ5F638j4Mvvw5FAX5XE6eHpXbA==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true - rollup-plugin-visualizer@6.0.4: - resolution: {integrity: sha512-q8Q7J/6YofkmaGW1sH/fPRAz37x/+pd7VBuaUU7lwvOS/YikuiiEU9jeb9PH8XHiq50XFrUsBbOxeAMYQ7KZkg==} - engines: {node: '>=18'} + rollup-plugin-visualizer@7.0.1: + resolution: {integrity: sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==} + engines: {node: '>=22'} hasBin: true peerDependencies: - rolldown: 1.x || ^1.0.0-beta + rolldown: 1.x || ^1.0.0-beta || ^1.0.0-rc rollup: 2.x || 3.x || 4.x peerDependenciesMeta: rolldown: @@ -13278,10 +14775,6 @@ packages: resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==} engines: {node: '>=18'} - run-async@3.0.0: - resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} - engines: {node: '>=0.12.0'} - run-groups@3.0.1: resolution: {integrity: sha512-2hIL01Osd6FWsQVhVGqJ7drNikmTaUg2A/VBR98+LuhQ1jV1Xlh43BQH4gJiNaOzfHJTasD0pw5YviIfdVVY4g==} engines: {node: '>=10'} @@ -13289,17 +14782,14 @@ packages: run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} - rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} - rxjs@7.8.2: resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==} s.color@0.0.15: resolution: {integrity: sha512-AUNrbEUHeKY8XsYr/DYpl+qk5+aM+DChopnWOPEzn8YKzOhv4l2zH6LzZms3tOZP3wwdOyc0RmTciyi46HLIuA==} - safe-array-concat@1.1.2: - resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} + safe-array-concat@1.1.4: + resolution: {integrity: sha512-wtZlHyOje6OZTGqAoaDKxFkgRtkF9CnHAVnCHKfuj200wAgL+bSJhdsCD2l0Qx/2ekEXjPWcyKkfGb5CPboslg==} engines: {node: '>=0.4'} safe-buffer@5.1.2: @@ -13312,8 +14802,12 @@ packages: resolution: {integrity: sha512-vdTshSQ2JsRCgT8eKZWNJIL26C6bVqy1SOmuCMlKHegVeo8KYRobRrefOdUq9OozSPUUiSxrylteeRmLOMFfWg==} engines: {node: '>=12'} - safe-regex-test@1.0.3: - resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} + safe-push-apply@1.0.0: + resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==} + engines: {node: '>= 0.4'} + + safe-regex-test@1.1.0: + resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} engines: {node: '>= 0.4'} safer-buffer@2.1.2: @@ -13328,6 +14822,10 @@ packages: sax@1.3.0: resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} + sax@1.6.0: + resolution: {integrity: sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==} + engines: {node: '>=11.0.0'} + saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} engines: {node: '>=v12.22.7'} @@ -13335,8 +14833,8 @@ packages: scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} - scheduler@0.23.2: - resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} + scheduler@0.27.0: + resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==} secretlint@10.2.2: resolution: {integrity: sha512-xVpkeHV/aoWe4vP4TansF622nBEImzCY73y/0042DuJ29iKIaqgoJ8fGxre3rVSHHbxar4FdJobmTnLp9AU0eg==} @@ -13354,23 +14852,23 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + semver@7.6.0: + resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} engines: {node: '>=10'} hasBin: true - semver@7.6.0: - resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} engines: {node: '>=10'} hasBin: true - semver@7.7.1: - resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==} + semver@7.7.4: + resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==} engines: {node: '>=10'} hasBin: true - semver@7.7.3: - resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} + semver@7.8.5: + resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} engines: {node: '>=10'} hasBin: true @@ -13378,9 +14876,6 @@ packages: resolution: {integrity: sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==} engines: {node: '>= 18'} - serialize-javascript@6.0.2: - resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - serve-static@2.2.0: resolution: {integrity: sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==} engines: {node: '>= 18'} @@ -13393,6 +14888,10 @@ packages: resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} engines: {node: '>= 0.4'} + set-proto@1.0.0: + resolution: {integrity: sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==} + engines: {node: '>= 0.4'} + setimmediate@1.0.5: resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} @@ -13406,43 +14905,49 @@ packages: resolution: {integrity: sha512-JfVoxf4FxQI5qpsPbkHhZo+n6N9YMJobyl4oGEUBb/31oQYlgTjkXQD8PBiafS2UbWoxrTO0Z5PJUBXEPAG1Zw==} engines: {node: '>=16.0.0'} - sha.js@2.4.11: - resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} - hasBin: true - shallow-clone@3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} - sharp@0.33.5: - resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==} + sharp@0.34.5: + resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==} engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0} + shebang-command@1.2.0: + resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} + engines: {node: '>=0.10.0'} + shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} + shebang-regex@1.0.0: + resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} + engines: {node: '>=0.10.0'} + shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shell-quote@1.8.1: - resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - - shell-quote@1.8.2: - resolution: {integrity: sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==} + shell-quote@1.8.4: + resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==} engines: {node: '>= 0.4'} - shiki@3.13.0: - resolution: {integrity: sha512-aZW4l8Og16CokuCLf8CF8kq+KK2yOygapU5m3+hoGw0Mdosc6fPitjM+ujYarppj5ZIKGyPDPP1vqmQhr+5/0g==} + shiki@4.3.0: + resolution: {integrity: sha512-NKKjWzR6LIGL3sXBrWDw9sDS9cxx42/DkysaNqJEeOWE8Kix5gpak0bc00OfDVEO4oyXSyz8+aRaqKoBD1yo7A==} + engines: {node: '>=20'} - shiki@3.4.2: - resolution: {integrity: sha512-wuxzZzQG8kvZndD7nustrNFIKYJ1jJoWIPaBpVe2+KHSvtzMi4SBjOxrigs8qeqce/l3U0cwiC+VAkLKSunHQQ==} + shlex@2.1.2: + resolution: {integrity: sha512-Nz6gtibMVgYeMEhUjp2KuwAgqaJA1K155dU/HuDaEJUGgnmYfVtVZah+uerVWdH8UGnyahhDCgABbYTbs254+w==} side-channel-list@1.0.0: resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} engines: {node: '>= 0.4'} + side-channel-list@1.0.1: + resolution: {integrity: sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==} + engines: {node: '>= 0.4'} + side-channel-map@1.0.1: resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} engines: {node: '>= 0.4'} @@ -13451,14 +14956,14 @@ packages: resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} engines: {node: '>= 0.4'} - side-channel@1.0.6: - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} - engines: {node: '>= 0.4'} - side-channel@1.1.0: resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} engines: {node: '>= 0.4'} + side-channel@1.1.1: + resolution: {integrity: sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==} + engines: {node: '>= 0.4'} + siginfo@2.0.0: resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} @@ -13469,9 +14974,9 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - sigstore@3.1.0: - resolution: {integrity: sha512-ZpzWAFHIFqyFE56dXqgX/DkDRZdz+rRcjoIk/RQU4IX0wiCv1l8S7ZrXDHcCc+uaf+6o7w3h2l3g6GYG5TKN9Q==} - engines: {node: ^18.17.0 || >=20.5.0} + sigstore@4.1.1: + resolution: {integrity: sha512-endqECJkfhozrXMK5ngu/UAA0xVcVEFdnHJCElGaExypjW+HK5i6zu3NteLoaX/iFbRUbC3+DjttQs0GARr+5w==} + engines: {node: ^20.17.0 || >=22.9.0} simple-concat@1.0.1: resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} @@ -13479,22 +14984,23 @@ packages: simple-get@4.0.1: resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} - simple-git@3.28.0: - resolution: {integrity: sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==} - - simple-swizzle@0.2.2: - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} + simple-git@3.36.0: + resolution: {integrity: sha512-cGQjLjK8bxJw4QuYT7gxHw3/IouVESbhahSsHrX97MzCL1gu2u7oy38W6L2ZIGECEfIBG4BabsWDPjBxJENv9Q==} sirv@3.0.1: resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==} engines: {node: '>=18'} + sirv@3.0.2: + resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==} + engines: {node: '>=18'} + sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} - sitemap@8.0.0: - resolution: {integrity: sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==} - engines: {node: '>=14.0.0', npm: '>=6.0.0'} + sitemap@9.0.1: + resolution: {integrity: sha512-S6hzjGJSG3d6if0YoF5kTyeRJvia6FSTBroE5fQ0bu1QNxyJqhhinfUsXi9fH3MgtXODWvwo2BDyQSnhPQ88uQ==} + engines: {node: '>=20.19.5', npm: '>=10.8.2'} hasBin: true slash@3.0.0: @@ -13520,17 +15026,13 @@ packages: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} - smol-toml@1.3.1: - resolution: {integrity: sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==} - engines: {node: '>= 18'} - smol-toml@1.4.2: resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==} engines: {node: '>= 18'} - socks-proxy-agent@8.0.3: - resolution: {integrity: sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==} - engines: {node: '>= 14'} + smol-toml@1.7.0: + resolution: {integrity: sha512-aqVvWoyO21L23mb+drl4RmMXbf6N7FdHjAhTRA9ZBL7apWBgfWC16KjrASI+1p9GAroljyMHj6fK67i0UiTNvQ==} + engines: {node: '>= 18'} socks-proxy-agent@8.0.5: resolution: {integrity: sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==} @@ -13559,10 +15061,6 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - source-map@0.7.6: resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==} engines: {node: '>= 12'} @@ -13582,6 +15080,9 @@ packages: spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + spdx-expression-parse@4.0.0: + resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} + spdx-license-ids@3.0.17: resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} @@ -13602,6 +15103,10 @@ packages: resolution: {integrity: sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==} engines: {node: ^18.17.0 || >=20.5.0} + ssri@13.0.1: + resolution: {integrity: sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==} + engines: {node: ^20.17.0 || >=22.9.0} + stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} @@ -13616,34 +15121,45 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} + statuses@2.0.2: + resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==} + engines: {node: '>= 0.8'} + std-env@3.8.0: resolution: {integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==} std-env@3.9.0: resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==} + std-env@4.1.0: + resolution: {integrity: sha512-Rq7ybcX2RuC55r9oaPVEW7/xu3tj8u4GeBYHBWCychFtzMIr86A7e3PPEBPT37sHStKX3+TiX/Fr/ACmJLVlLQ==} + stdin-discarder@0.2.2: resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} engines: {node: '>=18'} - stop-iteration-iterator@1.0.0: - resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + stdin-discarder@0.3.2: + resolution: {integrity: sha512-eCPu1qRxPVkl5605OTWF8Wz40b4Mf45NY5LQmVPQ599knfs5QhASUm9GbJ5BDMDOXgrnh0wyEdvzmL//YMlw0A==} + engines: {node: '>=18'} + + stop-iteration-iterator@1.1.0: + resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==} engines: {node: '>= 0.4'} - storybook@9.1.10: - resolution: {integrity: sha512-4+U7gF9hMpGilQmdVJwQaVZZEkD7XwC4ZDmBa51mobaPYelELEMoMfNM2hLyvB2x12gk1IJui1DnwOE4t+MXhw==} + storybook@10.4.6: + resolution: {integrity: sha512-6wkA6LxfDSSilloITsrFOJfsnw0mDUP2h8Ls+lRt8oRsudtz2RWFhLv+Toiwg6NW7hUpdTDc2hzR7DztJid6+A==} hasBin: true peerDependencies: + '@types/react': ^18.2.66 prettier: ^2 || ^3 + vite-plus: ^0.1.15 peerDependenciesMeta: + '@types/react': + optional: true prettier: optional: true - - stream-browserify@3.0.0: - resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} - - stream-http@3.2.0: - resolution: {integrity: sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==} + vite-plus: + optional: true stream-replace-string@2.0.0: resolution: {integrity: sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==} @@ -13681,12 +15197,21 @@ packages: resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} engines: {node: '>=18'} - string.prototype.trim@1.2.9: - resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} + string-width@8.2.1: + resolution: {integrity: sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==} + engines: {node: '>=20'} + + string.prototype.padend@3.1.6: + resolution: {integrity: sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==} + engines: {node: '>= 0.4'} + + string.prototype.trim@1.2.11: + resolution: {integrity: sha512-PwvK7BU+CMTJGYQCTZb5RWXIML92lftJLhQz1tBzgKiqGxJaMlBAa48POXaNAC2s4y8jr3EFqrkF9+44neS46w==} engines: {node: '>= 0.4'} - string.prototype.trimend@1.0.8: - resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} + string.prototype.trimend@1.0.10: + resolution: {integrity: sha512-2+3aDAOmPTmuFwjDnmJG2ctEkQKVki7vOSqaxkv42Mowj1V6PnvuwFCRrR5lChUux1TBskPjfkeTOhqczDMxTw==} + engines: {node: '>= 0.4'} string.prototype.trimstart@1.0.8: resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} @@ -13709,6 +15234,10 @@ packages: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} + strip-ansi@7.2.0: + resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==} + engines: {node: '>=12'} + strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} @@ -13724,10 +15253,6 @@ packages: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} - strip-final-newline@3.0.0: - resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} - engines: {node: '>=12'} - strip-final-newline@4.0.0: resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==} engines: {node: '>=18'} @@ -13740,6 +15265,10 @@ packages: resolution: {integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==} engines: {node: '>=12'} + strip-indent@4.1.1: + resolution: {integrity: sha512-SlyRoSkdh1dYP0PzclLE7r0M9sgbFKKMFXpFRUMNuKhQSbC6VQIGzq3E0qsfvGJaUFJPGv6Ws1NZ/haTAjfbMA==} + engines: {node: '>=12'} + strip-json-comments@2.0.1: resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} engines: {node: '>=0.10.0'} @@ -13748,15 +15277,15 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - strip-json-comments@5.0.1: - resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} + strip-json-comments@5.0.3: + resolution: {integrity: sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==} engines: {node: '>=14.16'} strip-literal@3.1.0: resolution: {integrity: sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==} - strnum@2.1.1: - resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==} + strnum@2.4.1: + resolution: {integrity: sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==} structured-source@4.0.0: resolution: {integrity: sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==} @@ -13773,9 +15302,16 @@ packages: stylis@4.3.1: resolution: {integrity: sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==} + stylis@4.4.0: + resolution: {integrity: sha512-5Z9ZpRzfuH6l/UAvCPAPUo3665Nk2wLaZU3x+TLHKVzIz33+sbJqbtrYoC3KD4/uVOr2Zp+L0LySezP9OHV9yA==} + suf-log@2.5.3: resolution: {integrity: sha512-KvC8OPjzdNOe+xQ4XWJV2whQA0aM1kGVczMQ8+dStAO6KfEB140JEVQ9dE76ONZ0/Ylf67ni4tILPJB41U0eow==} + supports-color@10.2.2: + resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==} + engines: {node: '>=18'} + supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -13796,9 +15332,17 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + svgo@4.0.1: + resolution: {integrity: sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==} + engines: {node: '>=16'} + hasBin: true + swagger-ui-dist@5.21.0: resolution: {integrity: sha512-E0K3AB6HvQd8yQNSMR7eE5bk+323AUxjtCz/4ZNKiahOlPhPJxqn3UPIGs00cyY/dhrTDJ61L7C/a8u6zhGrZg==} + swagger-ui-dist@5.32.8: + resolution: {integrity: sha512-dgMdWXIgnI4zX4OPhKEdWnlDODbgm8W3AX0Ivn/BBqcUh6xZsBxhZMnvk6DJyRz1BTrj8dPxtarmEGgkz30oyA==} + swagger-ui-express@5.0.1: resolution: {integrity: sha512-SrNU3RiBGTLLmFU8GIJdOdanJTl4TOmT27tt3bWWHppqYmAZ6IDuEuBvMU6nZq0zLEe6b/1rACXCgLZqO6ZfrA==} engines: {node: '>= v0.10.32'} @@ -13813,11 +15357,6 @@ packages: engines: {node: '>=18.12'} hasBin: true - syncpack@13.0.3: - resolution: {integrity: sha512-ZKrdDVmOUBWeaTVaxRnfwtqBJ5rMzMo7Lfdp04wtORwHEcvrq6M+NzCwS4PPIhTucD005wD8wumy90Ucz3lwXg==} - engines: {node: '>=18.18.0'} - hasBin: true - table-layout@1.0.2: resolution: {integrity: sha512-qd/R7n5rQTRFi+Zf2sk5XVVd9UQl6ZkduPFC3S7WEGJAmetDTjY3qPN50eSKzwuzEyQKy5TN2TiZdkIjos2L6A==} engines: {node: '>=8.0.0'} @@ -13826,11 +15365,8 @@ packages: resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} engines: {node: '>=10.0.0'} - tabster@8.5.0: - resolution: {integrity: sha512-ePkJm9nycgh4MeW2yXY6QBa4btvwfb4h6+i1uYRAzRxQVf/AJMpN4mHooZKQceM4yQkCjfNibfGtC6DnPmo9vQ==} - - tabster@8.5.6: - resolution: {integrity: sha512-2vfrRGrx8O9BjdrtSlVA5fvpmbq5HQBRN13XFRg6LAvZ1Fr3QdBnswgT4YgFS5Bhoo5nxwgjRaRueI2Us/dv7g==} + tabster@8.8.0: + resolution: {integrity: sha512-eGFXgtvKOQP5BywDI9Ngs+Atm6TRj45epAAqWKyVoi+HmOmdamEB//1H/FttLdNly/+Cz+GJ4RN8TnXTw0KwfA==} tar-fs@2.1.1: resolution: {integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==} @@ -13845,23 +15381,32 @@ packages: tar-stream@3.1.7: resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} - tar@6.2.1: - resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} - engines: {node: '>=10'} - tar@7.4.3: resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me + + tar@7.5.19: + resolution: {integrity: sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==} + engines: {node: '>=18'} + + temp-dir@2.0.0: + resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} + engines: {node: '>=8'} temp@0.8.4: resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} engines: {node: '>=6.0.0'} - temporal-polyfill@0.3.0: - resolution: {integrity: sha512-qNsTkX9K8hi+FHDfHmf22e/OGuXmfBm9RqNismxBrnSmZVJKegQ+HYYXT+R7Ha8F/YSm2Y34vmzD4cxMu2u95g==} + temporal-polyfill@0.3.2: + resolution: {integrity: sha512-TzHthD/heRK947GNiSu3Y5gSPpeUDH34+LESnfsq8bqpFhsB79HFBX8+Z834IVX68P3EUyRPZK5bL/1fh437Eg==} - temporal-spec@0.3.0: - resolution: {integrity: sha512-n+noVpIqz4hYgFSMOSiINNOUOMFtV5cZQNCmmszA6GiVFVRt3G7AqVyhXjhCSmowvQn+NsGn+jMDMKJYHd3bSQ==} + temporal-spec@0.3.1: + resolution: {integrity: sha512-B4TUhezh9knfSIMwt7RVggApDRJZo73uZdj8AacL2mZ8RP5KtLianh2MXxL06GN9ESYiIsiuoLQhgVfwe55Yhw==} + + tempy@1.0.1: + resolution: {integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==} + engines: {node: '>=10'} terminal-link@4.0.0: resolution: {integrity: sha512-lk+vH+MccxNqgVqSnkMVKx4VLJfnLjDBGzH16JVZjKE2DoxP57s6/vt6JmXV5I3jBcfGrxNrYtC+mPtU7WJztA==} @@ -13871,6 +15416,10 @@ packages: resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==} engines: {node: '>=18'} + test-exclude@8.0.0: + resolution: {integrity: sha512-ZOffsNrXYggvU1mDGHk54I96r26P8SyMjO5slMKSc7+IWmtB/MQKnEC2fP51imB3/pT6YK5cT5E8f+Dd9KdyOQ==} + engines: {node: 20 || >=22} + text-decoder@1.2.1: resolution: {integrity: sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==} @@ -13887,14 +15436,6 @@ packages: through2@4.0.2: resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} - tightrope@0.2.0: - resolution: {integrity: sha512-Kw36UHxJEELq2VUqdaSGR2/8cAsPgMtvX8uGVU6Jk26O66PhXec0A5ZnRYs47btbtwPDpXXF66+Fo3vimCM9aQ==} - engines: {node: '>=16'} - - timers-browserify@2.0.12: - resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} - engines: {node: '>=0.6.0'} - tiny-inflate@1.0.3: resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} @@ -13904,25 +15445,29 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} + tinyclip@0.1.15: + resolution: {integrity: sha512-uo33abH+Ays0xYaDysoBt494Hb3hsEczMpcC0MwFl773pazORx4fmvKhclhR1wonUbB6vvpRsvVMwnhfqeMc+A==} + engines: {node: ^16.14.0 || >= 17.3.0} + tinyexec@0.3.2: resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + tinyexec@1.2.4: + resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} + engines: {node: '>=18'} + tinyglobby@0.2.12: resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} engines: {node: '>=12.0.0'} - tinyglobby@0.2.13: - resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==} - engines: {node: '>=12.0.0'} - - tinyglobby@0.2.14: - resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} - engines: {node: '>=12.0.0'} - tinyglobby@0.2.15: resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==} engines: {node: '>=12.0.0'} + tinyglobby@0.2.17: + resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==} + engines: {node: '>=12.0.0'} + tinypool@1.0.2: resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==} engines: {node: ^18.0.0 || >=20.0.0} @@ -13935,6 +15480,10 @@ packages: resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} engines: {node: '>=14.0.0'} + tinyrainbow@3.1.0: + resolution: {integrity: sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw==} + engines: {node: '>=14.0.0'} + tinyspy@3.0.2: resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} engines: {node: '>=14.0.0'} @@ -13957,10 +15506,6 @@ packages: resolution: {integrity: sha512-5bdPHSwbKTeHmXrgecID4Ljff8rQjv7g8zKQPkCozRo2HWWni+p310FSn5ImI+9kWw9kK4lzOB5q/a6iv0IJsw==} hasBin: true - tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} - tmp@0.2.3: resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} engines: {node: '>=14.14'} @@ -13993,9 +15538,6 @@ packages: resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==} engines: {node: '>=16'} - tr46@0.0.3: - resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - tr46@5.1.0: resolution: {integrity: sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==} engines: {node: '>=18'} @@ -14028,10 +15570,18 @@ packages: tree-sitter: optional: true - tree-sitter-python@0.23.6: - resolution: {integrity: sha512-yIM9z0oxKIxT7bAtPOhgoVl6gTXlmlIhue7liFT4oBPF/lha7Ha4dQBS82Av6hMMRZoVnFJI8M6mL+SwWoLD3A==} + tree-sitter-javascript@0.25.0: + resolution: {integrity: sha512-1fCbmzAskZkxcZzN41sFZ2br2iqTYP3tKls1b/HKGNPQUVOpsUxpmGxdN/wMqAk3jYZnYBR1dd/y/0avMeU7dw==} + peerDependencies: + tree-sitter: ^0.25.0 + peerDependenciesMeta: + tree-sitter: + optional: true + + tree-sitter-python@0.25.0: + resolution: {integrity: sha512-eCmJx6zQa35GxaCtQD+wXHOhYqBxEL+bp71W/s3fcDMu06MrtzkVXR437dRrCrbrDbyLuUDJpAgycs7ncngLXw==} peerDependencies: - tree-sitter: ^0.22.1 + tree-sitter: ^0.25.0 peerDependenciesMeta: tree-sitter: optional: true @@ -14059,8 +15609,8 @@ packages: peerDependencies: typescript: '>=4.2.0' - ts-api-utils@2.1.0: - resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==} + ts-api-utils@2.5.0: + resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==} engines: {node: '>=18.12'} peerDependencies: typescript: '>=4.8.4' @@ -14069,29 +15619,13 @@ packages: resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} engines: {node: '>=6.10'} - ts-toolbelt@9.6.0: - resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} - - tsconfck@3.1.5: - resolution: {integrity: sha512-CLDfGgUp7XPswWnezWwsCRxNmgQjhYq3VXHM0/XIRxhVrKw0M1if9agzryh1QS3nxjCROvV+xWxoJO1YctzzWg==} - engines: {node: ^18 || >=20} - hasBin: true - peerDependencies: - typescript: ^5.0.0 - peerDependenciesMeta: - typescript: - optional: true - - tsconfig-paths@3.15.0: - resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + ts-morph@23.0.0: + resolution: {integrity: sha512-FcvFx7a9E8TUe6T3ShihXJLiJOiqyafzFKUO4aqIHDUCIvADdGNShcbc2W5PMr3LerXRv7mafvFZ9lRENxJmug==} tsconfig-paths@4.2.0: resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} engines: {node: '>=6'} - tslib@2.6.2: - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} @@ -14099,17 +15633,14 @@ packages: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - tsx@4.19.3: - resolution: {integrity: sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==} + tsx@4.22.4: + resolution: {integrity: sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==} engines: {node: '>=18.0.0'} hasBin: true - tty-browserify@0.0.1: - resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} - - tuf-js@3.0.1: - resolution: {integrity: sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==} - engines: {node: ^18.17.0 || >=20.5.0} + tuf-js@4.1.0: + resolution: {integrity: sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==} + engines: {node: ^20.17.0 || >=22.9.0} tunnel-agent@0.6.0: resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} @@ -14118,6 +15649,10 @@ packages: resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} + turbo@2.9.14: + resolution: {integrity: sha512-BQqXRr4UoWI3UPFrtznCLykYHxwxWh53iCB57x092jPMjIlW1wnm3N895g5irpiXmnxUhREBB0n6+y8BHhs4nw==} + hasBin: true + typanion@3.14.0: resolution: {integrity: sha512-ZW/lVMRabETuYCd9O9ZvMhAh8GslSqaUjxmK/JLPCh6l73CvLBiuXswj/+7LdnWOgYsQ130FqLzFz5aGT4I3Ug==} @@ -14125,6 +15660,10 @@ packages: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} + type-fest@0.16.0: + resolution: {integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==} + engines: {node: '>=10'} + type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} @@ -14149,20 +15688,24 @@ packages: resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==} engines: {node: '>= 0.6'} - typed-array-buffer@1.0.2: - resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} + type-is@2.1.0: + resolution: {integrity: sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==} + engines: {node: '>= 18'} + + typed-array-buffer@1.0.3: + resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} engines: {node: '>= 0.4'} - typed-array-byte-length@1.0.1: - resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} + typed-array-byte-length@1.0.3: + resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} engines: {node: '>= 0.4'} - typed-array-byte-offset@1.0.2: - resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} + typed-array-byte-offset@1.0.4: + resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} engines: {node: '>= 0.4'} - typed-array-length@1.0.6: - resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} + typed-array-length@1.0.8: + resolution: {integrity: sha512-phPGCwqr2+Qo0fwniCE8e4pKnGu/yFb5nD5Y8bf0EEeiI5GklnACYA9GFy/DrAeRrKHXvHn+1SUsOWgJp6RO+g==} engines: {node: '>= 0.4'} typed-rest-client@1.8.11: @@ -14171,18 +15714,18 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typedoc-plugin-markdown@4.6.3: - resolution: {integrity: sha512-86oODyM2zajXwLs4Wok2mwVEfCwCnp756QyhLGX2IfsdRYr1DXLCgJgnLndaMUjJD7FBhnLk2okbNE9PdLxYRw==} + typedoc-plugin-markdown@4.12.0: + resolution: {integrity: sha512-eJDEMAfxCmede22c/Jw7d0FA13ggAQv+KkwQYKYCdqI02cin6Rc9QRwbG/7XvvHWinuFejySnZVUWDtvGk3Vbg==} engines: {node: '>= 18'} peerDependencies: typedoc: 0.28.x - typedoc@0.28.4: - resolution: {integrity: sha512-xKvKpIywE1rnqqLgjkoq0F3wOqYaKO9nV6YkkSat6IxOWacUCc/7Es0hR3OPmkIqkPoEn7U3x+sYdG72rstZQA==} + typedoc@0.28.19: + resolution: {integrity: sha512-wKh+lhdmMFivMlc6vRRcMGXeGEHGU2g8a2CkPTJjJlwRf1iXbimWIPcFolCqe4E0d/FRtGszpIrsp3WLpDB8Pw==} engines: {node: '>= 18', pnpm: '>= 10'} hasBin: true peerDependencies: - typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x + typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x || 5.9.x || 6.0.x typesafe-path@0.2.2: resolution: {integrity: sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==} @@ -14190,25 +15733,20 @@ packages: typescript-auto-import-cache@0.3.5: resolution: {integrity: sha512-fAIveQKsoYj55CozUiBoj4b/7WpN0i4o74wiGY5JVUEoD0XiqDk1tJqTEjgzL2/AizKQrXxyRosSebyDzBZKjw==} - typescript-eslint@8.32.1: - resolution: {integrity: sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==} + typescript-eslint@8.62.1: + resolution: {integrity: sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==} 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.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} - engines: {node: '>=14.17'} - hasBin: true + eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 + typescript: '>=4.8.4 <6.1.0' - typescript@5.8.2: - resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==} + typescript@5.9.3: + resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} hasBin: true - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true @@ -14226,6 +15764,14 @@ packages: ufo@1.5.4: resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} + ufo@1.6.4: + resolution: {integrity: sha512-JFNbkD1Svwe0KvGi8GOeLcP4kAWQ609twvCdcHxq1oSL8svv39ZuSvajcD8B+5D0eL4+s1Is2D/O6KN3qcTeRA==} + + uglify-js@3.19.3: + resolution: {integrity: sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==} + engines: {node: '>=0.8.0'} + hasBin: true + uid-number@0.0.6: resolution: {integrity: sha512-c461FXIljswCuscZn67xq9PpszkPT6RjheWFQTgCyabJrTUozElanb0YEqv2UGgk247YpcJkFBuSGNvBlpXM9w==} deprecated: This package is no longer supported. @@ -14236,8 +15782,9 @@ packages: umask@1.1.0: resolution: {integrity: sha512-lE/rxOhmiScJu9L6RTNVgB/zZbF+vGC0/p6D3xnkAePI2o0sMyFG966iR5Ki50OI/0mNi2yaRnxfLsPmEZF/JA==} - unbox-primitive@1.0.2: - resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + unbox-primitive@1.1.0: + resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} + engines: {node: '>= 0.4'} uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} @@ -14248,12 +15795,22 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@7.10.0: - resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} - undici-types@7.13.0: resolution: {integrity: sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} + + undici-types@7.24.6: + resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} + + undici-types@8.3.0: + resolution: {integrity: sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==} + + undici@6.27.0: + resolution: {integrity: sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==} + engines: {node: '>=18.17'} + unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -14266,16 +15823,10 @@ packages: resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} engines: {node: '>=4'} - unicode-properties@1.4.1: - resolution: {integrity: sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==} - unicode-property-aliases-ecmascript@2.1.0: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - unicode-trie@2.0.0: - resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==} - unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} @@ -14284,11 +15835,15 @@ packages: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} engines: {node: '>=18'} + unicorn-magic@0.4.0: + resolution: {integrity: sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==} + engines: {node: '>=20'} + unified@11.0.5: resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} - unifont@0.5.0: - resolution: {integrity: sha512-4DueXMP5Hy4n607sh+vJ+rajoLu778aU3GzqeTCqsD/EaUcvqZT9wPC8kgK6Vjh22ZskrxyRCR71FwNOaYn6jA==} + unifont@0.7.4: + resolution: {integrity: sha512-oHeis4/xl42HUIeHuNZRGEvxj5AaIKR+bHPNegRq5LV1gdc3jundpONbjglKpihmJf+dswygdMJn3eftGIMemg==} unique-filename@4.0.0: resolution: {integrity: sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==} @@ -14329,9 +15884,15 @@ packages: unist-util-visit-parents@6.0.1: resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} + unist-util-visit-parents@6.0.2: + resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==} + unist-util-visit@5.0.0: resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} + unist-util-visit@5.1.0: + resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==} + universal-github-app-jwt@2.2.0: resolution: {integrity: sha512-G5o6f95b5BggDGuUfKDApKaCgNYy2x7OdHY0zSMF081O0EJobw+1130VONhrA7ezGSV2FNOGyM+KQpQZAr9bIQ==} @@ -14346,12 +15907,42 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - unplugin@1.11.0: - resolution: {integrity: sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==} - engines: {node: '>=14.0.0'} + unplugin-dts@1.0.1: + resolution: {integrity: sha512-EdJZxdWP4Tm/xhe58/zAge3Tu0OKDYygm8rucRrcCZ4XzgA31jexUKhaJuEMddOPBDs9ONnq6vwigbjeBqkfuw==} + peerDependencies: + '@microsoft/api-extractor': '>=7' + '@rspack/core': ^1 + '@vue/language-core': ~3.1.5 + esbuild: '*' + rolldown: '*' + rollup: '>=3' + typescript: '>=4' + vite: '>=3' + webpack: ^4 || ^5 + peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true + '@rspack/core': + optional: true + '@vue/language-core': + optional: true + esbuild: + optional: true + rolldown: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + + unplugin@2.3.11: + resolution: {integrity: sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==} + engines: {node: '>=18.12.0'} - unstorage@1.15.0: - resolution: {integrity: sha512-m40eHdGY/gA6xAPqo8eaxqXgBuzQTlAKfmB1iF7oCKXE1HfwHwzDJBywK+qQGn52dta+bPlZluPF7++yR3p/bg==} + unstorage@1.17.5: + resolution: {integrity: sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==} peerDependencies: '@azure/app-configuration': ^1.8.0 '@azure/cosmos': ^4.2.0 @@ -14359,13 +15950,14 @@ packages: '@azure/identity': ^4.6.0 '@azure/keyvault-secrets': ^4.9.0 '@azure/storage-blob': ^12.26.0 - '@capacitor/preferences': ^6.0.3 + '@capacitor/preferences': ^6 || ^7 || ^8 '@deno/kv': '>=0.9.0' - '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 + '@netlify/blobs': ^6.5.0 || ^7.0.0 || ^8.1.0 || ^9.0.0 || ^10.0.0 '@planetscale/database': ^1.19.0 '@upstash/redis': ^1.34.3 '@vercel/blob': '>=0.27.1' - '@vercel/kv': ^1.0.1 + '@vercel/functions': ^2.2.12 || ^3.0.0 + '@vercel/kv': ^1 || ^2 || ^3 aws4fetch: ^1.0.20 db0: '>=0.2.1' idb-keyval: ^6.2.1 @@ -14396,6 +15988,8 @@ packages: optional: true '@vercel/blob': optional: true + '@vercel/functions': + optional: true '@vercel/kv': optional: true aws4fetch: @@ -14412,14 +16006,14 @@ packages: until-async@3.0.2: resolution: {integrity: sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==} - update-browserslist-db@1.1.1: - resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} + update-browserslist-db@1.1.3: + resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' - update-browserslist-db@1.1.3: - resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} + update-browserslist-db@1.2.3: + resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -14433,26 +16027,25 @@ packages: url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} - url@0.11.4: - resolution: {integrity: sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==} - engines: {node: '>= 0.4'} - use-sync-external-store@1.2.2: resolution: {integrity: sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 + use-sync-external-store@1.6.0: + resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + utf8-byte-length@1.0.5: resolution: {integrity: sha512-Xn0w3MtiQ6zoz2vFyUVruaCL53O/DwUvkEeOvj+uulMm0BkUGYWmBYVyElqZaSLhY6ZD0ulfU3aBra2aVT4xfA==} util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - util@0.12.5: - resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} - uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true uuid@9.0.1: @@ -14473,9 +16066,9 @@ packages: resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - validate-npm-package-name@6.0.0: - resolution: {integrity: sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==} - engines: {node: ^18.17.0 || >=20.5.0} + validate-npm-package-name@7.0.2: + resolution: {integrity: sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==} + engines: {node: ^20.17.0 || >=22.9.0} vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} @@ -14503,29 +16096,23 @@ packages: engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true - vite-node@3.1.3: - resolution: {integrity: sha512-uHV4plJ2IxCl4u1up1FQRrqclylKAogbtBfOTwcuJ28xFi+89PZ57BRh+naIRvH70HPwxy5QHYzg1OrEaC7AbA==} - 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} hasBin: true - vite-plugin-checker@0.10.3: - resolution: {integrity: sha512-f4sekUcDPF+T+GdbbE8idb1i2YplBAoH+SfRS0e/WRBWb2rYb1Jf5Pimll0Rj+3JgIYWwG2K5LtBPCXxoibkLg==} - engines: {node: '>=14.16'} + vite-plugin-checker@0.14.4: + resolution: {integrity: sha512-Tw0U9UgHIRiZ+Yoe4Gh0RrYoBiCVmO9j4tomVdYr0KUjUsqXMPhqW8ouoSWmOzGp5Iimipbl3bNXZcK7OeP7Qg==} + engines: {node: '>=20.19.0'} peerDependencies: - '@biomejs/biome': '>=1.7' - eslint: '>=7' - meow: ^13.2.0 + '@biomejs/biome': '>=2.4.12' + eslint: '>=9.39.4' + meow: ^13.2.0 || ^14.0.0 optionator: ^0.9.4 - stylelint: '>=16' + oxlint: '>=1' + stylelint: '>=16.26.1' typescript: '*' - vite: '>=2.0.0' - vls: '*' - vti: '*' + vite: '>=5.4.21' vue-tsc: ~2.2.10 || ^3.0.0 peerDependenciesMeta: '@biomejs/biome': @@ -14536,31 +16123,29 @@ packages: optional: true optionator: optional: true + oxlint: + optional: true stylelint: optional: true typescript: optional: true - vls: - optional: true - vti: - optional: true vue-tsc: optional: true - vite-plugin-dts@4.5.4: - resolution: {integrity: sha512-d4sOM8M/8z7vRXHHq/ebbblfaxENjogAAekcfcDCCwAyvGqnPrc7f4NZbvItS+g4WTgerW0xDwSz5qz11JT3vg==} + vite-plugin-dts@5.0.1: + resolution: {integrity: sha512-1L+x8bVPDhlI4kLzRIIGqO+b1VnvtY6CoHrU+riaipHJUAxayM0i1HObqeBv33Svil9hW64Z2KNiOn6UrKWCbA==} peerDependencies: - typescript: '*' - vite: '*' + '@microsoft/api-extractor': '>=7' + rollup: '>=3' + vite: '>=3' peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true + rollup: + optional: true vite: optional: true - vite-plugin-node-polyfills@0.24.0: - resolution: {integrity: sha512-GA9QKLH+vIM8NPaGA+o2t8PDfFUl32J8rUp1zQfMKVJQiNkOX4unE51tR6ppl6iKw5yOrDAdSH7r/UIFLCVhLw==} - peerDependencies: - vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 - vite-plugin-top-level-await@1.4.1: resolution: {integrity: sha512-hogbZ6yT7+AqBaV6lK9JRNvJDn4/IJvHLu6ET06arNfo0t2IsyCaon7el9Xa8OumH+ESuq//SDf8xscZFE0rWw==} peerDependencies: @@ -14634,19 +16219,19 @@ 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} + vite@7.3.6: + resolution: {integrity: sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==} + engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + '@types/node': ^20.19.0 || >=22.12.0 jiti: '>=1.21.0' - less: '*' + less: ^4.0.0 lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 terser: ^5.16.0 tsx: ^4.8.1 yaml: ^2.4.2 @@ -14674,15 +16259,16 @@ packages: yaml: optional: true - vite@7.1.9: - resolution: {integrity: sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==} + vite@8.1.3: + resolution: {integrity: sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: '@types/node': ^20.19.0 || >=22.12.0 + '@vitejs/devtools': ^0.3.0 + esbuild: ^0.27.0 || ^0.28.0 jiti: '>=1.21.0' less: ^4.0.0 - lightningcss: ^1.21.0 sass: ^1.70.0 sass-embedded: ^1.70.0 stylus: '>=0.54.8' @@ -14693,12 +16279,14 @@ packages: peerDependenciesMeta: '@types/node': optional: true + '@vitejs/devtools': + optional: true + esbuild: + optional: true jiti: optional: true less: optional: true - lightningcss: - optional: true sass: optional: true sass-embedded: @@ -14714,10 +16302,10 @@ packages: yaml: optional: true - vitefu@1.0.6: - resolution: {integrity: sha512-+Rex1GlappUyNN6UfwbVZne/9cYC4+R2XDk9xkNXBKMw6HQagdX9PgZ8V2v1WUSK1wfBLp7qbI1+XSNIlB1xmA==} + vitefu@1.1.3: + resolution: {integrity: sha512-ub4okH7Z5KLjb6hDyjqrGXqWtWvoYdU3IGm/NorpgHncKoLTCfRIbvlhBm7r0YstIaQRYlp4yEbFqDcKSzXSSg==} 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 || ^8.0.0 peerDependenciesMeta: vite: optional: true @@ -14750,16 +16338,16 @@ packages: jsdom: optional: true - vitest@3.1.3: - resolution: {integrity: sha512-188iM4hAHQ0km23TN/adso1q5hhwKqUpv+Sd6p5sOuh6FhQnRNW3IsiIpvxqahtBabsJ2SLZgmGSpcYK4wQYJw==} + 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.1.3 - '@vitest/ui': 3.1.3 + '@vitest/browser': 3.2.4 + '@vitest/ui': 3.2.4 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -14778,26 +16366,39 @@ 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} + vitest@4.1.9: + resolution: {integrity: sha512-nE3/LEyc0z87uHYLZebqCUOaJr2hdtuPp7BQ4BosVFnfltxgAvMG08NyrSGlPpOUWvR27c5flSmYFTNr78L9GQ==} + engines: {node: ^20.0.0 || ^22.0.0 || >=24.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 + '@opentelemetry/api': ^1.9.0 + '@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0 + '@vitest/browser-playwright': 4.1.9 + '@vitest/browser-preview': 4.1.9 + '@vitest/browser-webdriverio': 4.1.9 + '@vitest/coverage-istanbul': 4.1.9 + '@vitest/coverage-v8': 4.1.9 + '@vitest/ui': 4.1.9 happy-dom: '*' jsdom: '*' + vite: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: '@edge-runtime/vm': optional: true - '@types/debug': + '@opentelemetry/api': optional: true '@types/node': optional: true - '@vitest/browser': + '@vitest/browser-playwright': + optional: true + '@vitest/browser-preview': + optional: true + '@vitest/browser-webdriverio': + optional: true + '@vitest/coverage-istanbul': + optional: true + '@vitest/coverage-v8': optional: true '@vitest/ui': optional: true @@ -14806,35 +16407,32 @@ packages: jsdom: optional: true - vm-browserify@1.1.2: - resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} - - volar-service-css@0.0.62: - resolution: {integrity: sha512-JwNyKsH3F8PuzZYuqPf+2e+4CTU8YoyUHEHVnoXNlrLe7wy9U3biomZ56llN69Ris7TTy/+DEX41yVxQpM4qvg==} + volar-service-css@0.0.70: + resolution: {integrity: sha512-K1qyOvBpE3rzdAv3e4/6Rv5yizrYPy5R/ne3IWCAzLBuMO4qBMV3kSqWzj6KUVe6S0AnN6wxF7cRkiaKfYMYJw==} peerDependencies: '@volar/language-service': ~2.4.0 peerDependenciesMeta: '@volar/language-service': optional: true - volar-service-emmet@0.0.62: - resolution: {integrity: sha512-U4dxWDBWz7Pi4plpbXf4J4Z/ss6kBO3TYrACxWNsE29abu75QzVS0paxDDhI6bhqpbDFXlpsDhZ9aXVFpnfGRQ==} + volar-service-emmet@0.0.70: + resolution: {integrity: sha512-xi5bC4m/VyE3zy/n2CXspKeDZs3qA41tHLTw275/7dNWM/RqE2z3BnDICQybHIVp/6G1iOQj5c1qXMgQC08TNg==} peerDependencies: '@volar/language-service': ~2.4.0 peerDependenciesMeta: '@volar/language-service': optional: true - volar-service-html@0.0.62: - resolution: {integrity: sha512-Zw01aJsZRh4GTGUjveyfEzEqpULQUdQH79KNEiKVYHZyuGtdBRYCHlrus1sueSNMxwwkuF5WnOHfvBzafs8yyQ==} + volar-service-html@0.0.70: + resolution: {integrity: sha512-eR6vCgMdmYAo4n+gcT7DSyBQbwB8S3HZZvSagTf0sxNaD4WppMCFfpqWnkrlGStPKMZvMiejRRVmqsX9dYcTvQ==} peerDependencies: '@volar/language-service': ~2.4.0 peerDependenciesMeta: '@volar/language-service': optional: true - volar-service-prettier@0.0.62: - resolution: {integrity: sha512-h2yk1RqRTE+vkYZaI9KYuwpDfOQRrTEMvoHol0yW4GFKc75wWQRrb5n/5abDrzMPrkQbSip8JH2AXbvrRtYh4w==} + volar-service-prettier@0.0.70: + resolution: {integrity: sha512-Z6BCFSpGVCd8BPAsZ785Kce1BGlWd5ODqmqZGVuB14MJvrR4+CYz6cDy4F+igmE1gMifqfvMhdgT8Aud4M5ngg==} peerDependencies: '@volar/language-service': ~2.4.0 prettier: ^2.2 || ^3.0 @@ -14844,24 +16442,24 @@ packages: prettier: optional: true - volar-service-typescript-twoslash-queries@0.0.62: - resolution: {integrity: sha512-KxFt4zydyJYYI0kFAcWPTh4u0Ha36TASPZkAnNY784GtgajerUqM80nX/W1d0wVhmcOFfAxkVsf/Ed+tiYU7ng==} + volar-service-typescript-twoslash-queries@0.0.70: + resolution: {integrity: sha512-IdD13Z9N2Bu8EM6CM0fDV1E69olEYGHDU25X51YXmq8Y0CmJ2LNj6gOiBJgpS5JGUqFzECVhMNBW7R0sPdRTMQ==} peerDependencies: '@volar/language-service': ~2.4.0 peerDependenciesMeta: '@volar/language-service': optional: true - volar-service-typescript@0.0.62: - resolution: {integrity: sha512-p7MPi71q7KOsH0eAbZwPBiKPp9B2+qrdHAd6VY5oTo9BUXatsOAdakTm9Yf0DUj6uWBAaOT01BSeVOPwucMV1g==} + volar-service-typescript@0.0.70: + resolution: {integrity: sha512-l46Bx4cokkUedTd74ojO5H/zqHZJ8SUuyZ0IB8JN4jfRqUM3bQFBHoOwlZCyZmOeO0A3RQNkMnFclxO4c++gsg==} peerDependencies: '@volar/language-service': ~2.4.0 peerDependenciesMeta: '@volar/language-service': optional: true - volar-service-yaml@0.0.62: - resolution: {integrity: sha512-k7gvv7sk3wa+nGll3MaSKyjwQsJjIGCHFjVkl3wjaSP2nouKyn9aokGmqjrl39mi88Oy49giog2GkZH526wjig==} + volar-service-yaml@0.0.70: + resolution: {integrity: sha512-0c8bXDBeoATF9F6iPIlOuYTuZAC4c+yi0siQo920u7eiBJk8oQmUmg9cDUbR4+Gl++bvGP4plj3fErbJuPqdcQ==} peerDependencies: '@volar/language-service': ~2.4.0 peerDependenciesMeta: @@ -14871,43 +16469,39 @@ packages: vscode-css-languageservice@6.3.1: resolution: {integrity: sha512-1BzTBuJfwMc3A0uX4JBdJgoxp74cjj4q2mDJdp49yD/GuAq4X0k5WtK6fNcMYr+FfJ9nqgR6lpfCSZDkARJ5qQ==} - vscode-html-languageservice@5.3.1: - resolution: {integrity: sha512-ysUh4hFeW/WOWz/TO9gm08xigiSsV/FOAZ+DolgJfeLftna54YdmZ4A+lIn46RbdO3/Qv5QHTn1ZGqmrXQhZyA==} + vscode-html-languageservice@5.6.2: + resolution: {integrity: sha512-ulCrSnFnfQ16YzvwnYUgEbUEl/ZG7u2eV27YhvLObSHKkb8fw1Z9cgsnUwjTEeDIdJDoTDTDpxuhQwoenoLNMg==} vscode-json-languageservice@4.1.8: resolution: {integrity: sha512-0vSpg6Xd9hfV+eZAaYN63xVVMOTmJ4GgHxXnkLCh+9RsQBkWKIghzLhW2B9ebfG+LQQg8uLtsQ2aUKjTgE+QOg==} engines: {npm: '>=7.0.0'} - vscode-jsonrpc@6.0.0: - resolution: {integrity: sha512-wnJA4BnEjOSyFMvjZdpiOwhSq9uDoK8e/kpRJDTaMYzwlkrhG1fwDIZI94CLsLzlCK5cIbMMtFlJlfR57Lavmg==} - engines: {node: '>=8.0.0 || >=10.0.0'} - vscode-jsonrpc@8.2.0: resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==} engines: {node: '>=14.0.0'} + vscode-jsonrpc@9.0.1: + resolution: {integrity: sha512-rfuA6T75H6m5EkbhtEPzre9pT0HPcDI2MMy4+nPFIBks5J8JBAUHD4tRYSgaBOijIEC7SRkC1kKyXTLqbmh9jw==} + engines: {node: '>=14.0.0'} + vscode-languageclient@9.0.1: resolution: {integrity: sha512-JZiimVdvimEuHh5olxhxkht09m3JzUGwggb5eRUkzzJhZ2KjCN0nh55VfiED9oez9DyF8/fz1g1iBV3h+0Z2EA==} engines: {vscode: ^1.82.0} - vscode-languageserver-protocol@3.16.0: - resolution: {integrity: sha512-sdeUoAawceQdgIfTI+sdcwkiK2KU+2cbEYA0agzM2uqaUy2UpnnGHtWTHVEtS0ES4zHU0eMFRGN+oQgDxlD66A==} - vscode-languageserver-protocol@3.17.5: resolution: {integrity: sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==} + vscode-languageserver-protocol@3.18.2: + resolution: {integrity: sha512-XRyDbT0Pp3sSNti3JmxVEUMySWCSi1hhM+/KUlCy1hV1zmrqpM1OwO12EAki8blhmLuIMpaJrYbo0OzGVfK2Qg==} + vscode-languageserver-textdocument@1.0.12: resolution: {integrity: sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==} - vscode-languageserver-types@3.16.0: - resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==} - vscode-languageserver-types@3.17.5: resolution: {integrity: sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==} - vscode-languageserver@7.0.0: - resolution: {integrity: sha512-60HTx5ID+fLRcgdHfmz0LDZAXYEV68fzwG0JWwEPBode9NuMYTIxuYXPg4ngO8i8+Ou0lM7y6GzaYWbiDL0drw==} - hasBin: true + vscode-languageserver-types@3.18.0: + resolution: {integrity: sha512-8TsGPNMIMiiBdkORgRSvLjuiEIiAFtO+KssmYWxQ+uSVvlf7RjK8YKCOjPzZ+YA04jXEV7+7LvkSmHkhpNS99g==} vscode-languageserver@9.0.1: resolution: {integrity: sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==} @@ -14919,11 +16513,8 @@ packages: vscode-oniguruma@2.0.1: resolution: {integrity: sha512-poJU8iHIWnC3vgphJnrLZyI3YdqRlR27xzqDmpPXYzA93R4Gk8z7T6oqDzDoHjoikA2aS82crdXFkjELCdJsjQ==} - vscode-textmate@9.2.0: - resolution: {integrity: sha512-rkvG4SraZQaPSN/5XjwKswdU0OP9MF28QjrYzUBbhb8QyG3ljB1Ky996m++jiI7KdiAP2CkBiQZd9pqEDTClqA==} - - vscode-uri@3.0.8: - resolution: {integrity: sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==} + vscode-textmate@9.3.2: + resolution: {integrity: sha512-n2uGbUcrjhUEBH16uGA0TvUfhWwliFZ1e3+pTjrkim1Mt7ydB41lV08aUvsi70OlzDWp6X7Bx3w/x3fAXIsN0Q==} vscode-uri@3.1.0: resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} @@ -14938,34 +16529,23 @@ packages: web-namespaces@2.0.1: resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} - web-tree-sitter@0.25.10: - resolution: {integrity: sha512-Y09sF44/13XvgVKgO2cNDw5rGk6s26MgoZPXLESvMXeefBf7i6/73eFurre0IsTW6E14Y0ArIzhUMmjoc7xyzA==} - peerDependencies: - '@types/emscripten': ^1.40.0 - peerDependenciesMeta: - '@types/emscripten': - optional: true + web-tree-sitter@0.26.10: + resolution: {integrity: sha512-vengBGYS7FpAerkR3o04oBL4L8MkVmjawK50AFBu7v0HZBkmF9ZavPGKoXLSSmRhp7T/YgsJ7joAS3yAxHPEqQ==} web-vitals@1.1.2: resolution: {integrity: sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig==} - webidl-conversions@3.0.1: - resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} - webpack-sources@3.2.3: - resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} - engines: {node: '>=10.13.0'} - webpack-virtual-modules@0.6.2: resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==} whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@3.0.0: resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} @@ -14979,11 +16559,13 @@ packages: resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==} engines: {node: '>=18'} - whatwg-url@5.0.0: - resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + which-boxed-primitive@1.1.1: + resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} + engines: {node: '>= 0.4'} - which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + which-builtin-type@1.2.1: + resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} + engines: {node: '>= 0.4'} which-collection@1.0.2: resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} @@ -14997,10 +16579,14 @@ packages: resolution: {integrity: sha512-MOiaDbA5ZZgUjkeMWM5EkJp4loW5ZRoa5bc3/aeMox/PJelMhE6t7S/mLuiY43DBupyxH+S0U1bTui9kWUlmsw==} engines: {node: '>=8.15'} - which-typed-array@1.1.15: - resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} + which-typed-array@1.1.22: + resolution: {integrity: sha512-fvO4ExWMFsqyhG3AiPAObMuY1lxaqgYcxbc49CNdWDDECOJNgQyvsOWVwbZc+qf3rzRtxojBK+CMEv0Ld5CYpw==} engines: {node: '>= 0.4'} + which@1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -15021,6 +16607,16 @@ packages: engines: {node: ^18.17.0 || >=20.5.0} hasBin: true + which@6.0.1: + resolution: {integrity: sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==} + engines: {node: ^20.17.0 || >=22.9.0} + hasBin: true + + which@7.0.0: + resolution: {integrity: sha512-RancgH2dmbLdHl6LRhEqvklWMgl/Hdnun0Y90KhBOLkMefg8Qa7/Zel8Sm+8HEcP6DEjzsWzpkuBQEZok58isA==} + engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0} + hasBin: true + why-is-node-running@2.3.0: resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} engines: {node: '>=8'} @@ -15030,16 +16626,15 @@ packages: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} engines: {node: '>=8'} - widest-line@5.0.0: - resolution: {integrity: sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==} - engines: {node: '>=18'} + wordwrap@1.0.0: + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} wordwrapjs@4.0.1: resolution: {integrity: sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==} engines: {node: '>=8.0.0'} - workerpool@6.5.1: - resolution: {integrity: sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==} + workerpool@9.3.4: + resolution: {integrity: sha512-TmPRQYYSAnnDiEB0P/Ytip7bFGvqnSU6I2BcuSw7Hx+JSg/DsUi5ebYfc8GYaSdpuvOcEs6dXxPurOYpe9QFwg==} wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} @@ -15083,6 +16678,26 @@ packages: utf-8-validate: optional: true + ws@8.21.0: + resolution: {integrity: sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==} + 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 + + wsl-utils@0.1.0: + resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==} + engines: {node: '>=18'} + + wsl-utils@0.3.1: + resolution: {integrity: sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==} + engines: {node: '>=20'} + xdg-basedir@5.1.0: resolution: {integrity: sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ==} engines: {node: '>=12'} @@ -15091,14 +16706,14 @@ packages: resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} engines: {node: '>=18'} + xml-naming@0.1.0: + resolution: {integrity: sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==} + engines: {node: '>=16.0.0'} + xml2js@0.5.0: resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==} engines: {node: '>=4.0.0'} - xml2js@0.6.2: - resolution: {integrity: sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==} - engines: {node: '>=4.0.0'} - xmlbuilder@11.0.1: resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==} engines: {node: '>=4.0'} @@ -15131,20 +16746,26 @@ packages: resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==} engines: {node: '>=18'} - yaml-language-server@1.15.0: - resolution: {integrity: sha512-N47AqBDCMQmh6mBLmI6oqxryHRzi33aPFPsJhYy3VTUGCdLHYjGh4FZzpUjRlphaADBBkDmnkM/++KNIOHi5Rw==} + yaml-language-server@1.20.0: + resolution: {integrity: sha512-qhjK/bzSRZ6HtTvgeFvjNPJGWdZ0+x5NREV/9XZWFjIGezew2b4r5JPy66IfOhd5OA7KeFwk1JfmEbnTvev0cA==} hasBin: true yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - yaml@2.2.2: - resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==} + yaml@2.7.1: + resolution: {integrity: sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==} engines: {node: '>= 14'} + hasBin: true - yaml@2.8.1: - resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==} + yaml@2.8.4: + resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} + engines: {node: '>= 14.6'} + hasBin: true + + yaml@2.9.0: + resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} engines: {node: '>= 14.6'} hasBin: true @@ -15156,10 +16777,6 @@ packages: resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} engines: {node: ^20.19.0 || ^22.12.0 || >=23} - yargs-unparser@2.0.0: - resolution: {integrity: sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==} - engines: {node: '>=10'} - yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} @@ -15168,8 +16785,9 @@ packages: resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==} engines: {node: ^20.19.0 || ^22.12.0 || >=23} - yauzl@2.10.0: - resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} + yauzl@3.4.0: + resolution: {integrity: sha512-jIH9yLR9wqr0wOS0TpBvo/g/2UgZH5qePVbjgRliiF0BYvOZyaBknKsF+x9Iht0O6sqgnB93rCICdOZFecJuDw==} + engines: {node: '>=12'} yazl@2.5.1: resolution: {integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==} @@ -15178,18 +16796,10 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - yocto-queue@1.1.1: - resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} - engines: {node: '>=12.20'} - yocto-queue@1.2.1: resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} engines: {node: '>=12.20'} - yocto-spinner@0.2.1: - resolution: {integrity: sha512-lHHxjh0bXaLgdJy3cNnVb/F9myx3CkhrvSOEVTkaUgNMXnYFa2xYPVhtGnqhh3jErY2gParBOHallCbc7NrlZQ==} - engines: {node: '>=18.19'} - yoctocolors-cjs@2.1.2: resolution: {integrity: sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==} engines: {node: '>=18'} @@ -15198,26 +16808,18 @@ packages: resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==} engines: {node: '>=18'} - zod-to-json-schema@3.24.5: - resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==} - peerDependencies: - zod: ^3.24.1 - - zod-to-ts@1.2.0: - resolution: {integrity: sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==} + zod-validation-error@4.0.2: + resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==} + engines: {node: '>=18.0.0'} peerDependencies: - typescript: ^4.9.4 || ^5.0.2 - zod: ^3 - - zod@3.24.2: - resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==} - - zod@3.24.4: - resolution: {integrity: sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==} + zod: ^3.25.0 || ^4.0.0 zod@3.25.76: resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + zod@4.4.3: + resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==} + zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} @@ -15227,155 +16829,123 @@ snapshots: '@adobe/css-tools@4.4.0': {} - '@alloy-js/babel-plugin-jsx-dom-expressions@0.38.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/types': 7.26.10 - html-entities: 2.3.3 - validate-html-nesting: 1.2.2 - - '@alloy-js/babel-plugin-jsx-dom-expressions@0.38.0(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.4) - '@babel/types': 7.26.10 - html-entities: 2.3.3 - validate-html-nesting: 1.2.2 - - '@alloy-js/babel-plugin-jsx-dom-expressions@0.39.0(@babel/core@7.26.10)': + '@alloy-js/babel-plugin-jsx-dom-expressions@0.40.0(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.26.10) - '@babel/types': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-module-imports': 7.27.1 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/types': 7.29.7 html-entities: 2.6.0 validate-html-nesting: 1.2.2 transitivePeerDependencies: - supports-color - '@alloy-js/babel-plugin@0.2.0(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/generator': 7.26.10 - '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/types': 7.26.10 - - '@alloy-js/babel-plugin@0.2.0(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/generator': 7.26.10 - '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.4) - '@babel/types': 7.26.10 - - '@alloy-js/babel-preset@0.2.0(@babel/core@7.26.10)': - dependencies: - '@alloy-js/babel-plugin': 0.2.0(@babel/core@7.26.10) - '@alloy-js/babel-plugin-jsx-dom-expressions': 0.38.0(@babel/core@7.26.10) - transitivePeerDependencies: - - '@babel/core' - - '@alloy-js/babel-preset@0.2.0(@babel/core@7.28.4)': + '@alloy-js/babel-plugin@0.2.1(@babel/core@7.29.7)': dependencies: - '@alloy-js/babel-plugin': 0.2.0(@babel/core@7.28.4) - '@alloy-js/babel-plugin-jsx-dom-expressions': 0.38.0(@babel/core@7.28.4) + '@babel/core': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-module-imports': 7.27.1 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/types': 7.29.7 transitivePeerDependencies: - - '@babel/core' + - supports-color - '@alloy-js/babel-preset@0.2.1(@babel/core@7.26.10)': + '@alloy-js/babel-preset@0.3.0(@babel/core@7.29.7)': dependencies: - '@alloy-js/babel-plugin': 0.2.0(@babel/core@7.26.10) - '@alloy-js/babel-plugin-jsx-dom-expressions': 0.39.0(@babel/core@7.26.10) + '@alloy-js/babel-plugin': 0.2.1(@babel/core@7.29.7) + '@alloy-js/babel-plugin-jsx-dom-expressions': 0.40.0(@babel/core@7.29.7) transitivePeerDependencies: - '@babel/core' - supports-color - '@alloy-js/cli@0.20.0': + '@alloy-js/cli@0.23.0': dependencies: - '@alloy-js/babel-preset': 0.2.1(@babel/core@7.26.10) - '@babel/core': 7.26.10 - '@babel/preset-typescript': 7.27.1(@babel/core@7.26.10) + '@alloy-js/babel-preset': 0.3.0(@babel/core@7.29.7) + '@babel/core': 7.29.7 + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.7) pathe: 2.0.3 picocolors: 1.1.1 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@alloy-js/core@0.20.0': + '@alloy-js/core@0.23.1': dependencies: - '@vue/reactivity': 3.5.13 + '@types/ws': 8.18.1 + '@vue/reactivity': 3.5.39 cli-table3: 0.6.5 + devalue: 5.8.1 pathe: 2.0.3 picocolors: 1.1.1 - prettier: 3.6.2 + prettier: 3.9.4 + ws: 8.21.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate - '@alloy-js/csharp@0.20.0': + '@alloy-js/csharp@0.23.0': dependencies: - '@alloy-js/core': 0.20.0 + '@alloy-js/core': 0.23.1 + '@alloy-js/msbuild': 0.23.0 change-case: 5.4.4 - marked: 16.4.0 + marked: 16.4.2 pathe: 2.0.3 + transitivePeerDependencies: + - bufferutil + - utf-8-validate - '@alloy-js/markdown@0.20.0': + '@alloy-js/markdown@0.23.0': dependencies: - '@alloy-js/core': 0.20.0 - yaml: 2.8.1 + '@alloy-js/core': 0.23.1 + yaml: 2.9.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate - '@alloy-js/rollup-plugin@0.1.0(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.52.4)': + '@alloy-js/msbuild@0.23.0': dependencies: - '@alloy-js/babel-preset': 0.2.0(@babel/core@7.26.10) - '@babel/preset-typescript': 7.24.7(@babel/core@7.26.10) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.52.4) + '@alloy-js/core': 0.23.1 + change-case: 5.4.4 + marked: 16.4.2 + pathe: 2.0.3 transitivePeerDependencies: - - '@babel/core' - - '@types/babel__core' - - rollup - - supports-color + - bufferutil + - utf-8-validate + + '@alloy-js/python@0.4.0': + dependencies: + '@alloy-js/core': 0.23.1 + change-case: 5.4.4 + pathe: 2.0.3 + transitivePeerDependencies: + - bufferutil + - utf-8-validate - '@alloy-js/rollup-plugin@0.1.0(@babel/core@7.28.4)(@types/babel__core@7.20.5)(rollup@4.52.4)': + '@alloy-js/rollup-plugin@0.1.2(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4)': dependencies: - '@alloy-js/babel-preset': 0.2.0(@babel/core@7.28.4) - '@babel/preset-typescript': 7.24.7(@babel/core@7.28.4) - '@rollup/plugin-babel': 6.0.4(@babel/core@7.28.4)(@types/babel__core@7.20.5)(rollup@4.52.4) + '@alloy-js/babel-preset': 0.3.0(@babel/core@7.29.7) + '@babel/preset-typescript': 7.29.7(@babel/core@7.29.7) + '@rollup/plugin-babel': 7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4) transitivePeerDependencies: - '@babel/core' - '@types/babel__core' - rollup - supports-color - '@alloy-js/typescript@0.20.0': + '@alloy-js/typescript@0.23.0': dependencies: - '@alloy-js/core': 0.20.0 + '@alloy-js/core': 0.23.1 change-case: 5.4.4 pathe: 2.0.3 + transitivePeerDependencies: + - bufferutil + - utf-8-validate '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@apidevtools/json-schema-ref-parser@14.0.1': - dependencies: - '@types/json-schema': 7.0.15 - js-yaml: 4.1.0 - - '@apidevtools/openapi-schemas@2.1.0': {} - - '@apidevtools/swagger-methods@3.0.2': {} - - '@apidevtools/swagger-parser@12.0.0(openapi-types@12.1.3)': - dependencies: - '@apidevtools/json-schema-ref-parser': 14.0.1 - '@apidevtools/openapi-schemas': 2.1.0 - '@apidevtools/swagger-methods': 3.0.2 - ajv: 8.17.1 - ajv-draft-04: 1.0.0(ajv@8.17.1) - call-me-maybe: 1.0.2 - openapi-types: 12.1.3 - '@asamuzakjp/css-color@3.1.1': dependencies: '@csstools/css-calc': 2.1.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) @@ -15384,88 +16954,97 @@ snapshots: '@csstools/css-tokenizer': 3.0.3 lru-cache: 10.4.3 - '@astrojs/check@0.9.4(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3)': + '@astrojs/check@0.9.9(prettier-plugin-astro@0.14.1)(prettier@3.9.4)(typescript@6.0.3)': dependencies: - '@astrojs/language-server': 2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3) - chokidar: 4.0.1 + '@astrojs/language-server': 2.16.10(prettier-plugin-astro@0.14.1)(prettier@3.9.4)(typescript@6.0.3) + chokidar: 4.0.3 kleur: 4.1.5 - typescript: 5.9.3 + typescript: 6.0.3 yargs: 17.7.2 transitivePeerDependencies: - prettier - prettier-plugin-astro - '@astrojs/compiler@2.10.3': {} + '@astrojs/compiler@2.12.0': {} - '@astrojs/compiler@2.10.4': {} + '@astrojs/compiler@2.13.1': {} - '@astrojs/compiler@2.12.0': {} + '@astrojs/compiler@4.0.0': {} - '@astrojs/internal-helpers@0.6.1': {} + '@astrojs/internal-helpers@0.10.0': + dependencies: + '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 + js-yaml: 4.3.0 + picomatch: 4.0.4 + retext-smartypants: 6.2.0 + shiki: 4.3.0 + smol-toml: 1.7.0 + unified: 11.0.5 - '@astrojs/internal-helpers@0.7.4': {} + '@astrojs/internal-helpers@0.9.1': + dependencies: + picomatch: 4.0.4 - '@astrojs/language-server@2.15.4(prettier-plugin-astro@0.14.1)(prettier@3.6.2)(typescript@5.9.3)': + '@astrojs/language-server@2.16.10(prettier-plugin-astro@0.14.1)(prettier@3.9.4)(typescript@6.0.3)': dependencies: - '@astrojs/compiler': 2.10.4 - '@astrojs/yaml2ts': 0.2.2 - '@jridgewell/sourcemap-codec': 1.4.15 - '@volar/kit': 2.4.10(typescript@5.9.3) - '@volar/language-core': 2.4.10 - '@volar/language-server': 2.4.10 - '@volar/language-service': 2.4.10 - fast-glob: 3.3.2 + '@astrojs/compiler': 2.13.1 + '@astrojs/yaml2ts': 0.2.4 + '@jridgewell/sourcemap-codec': 1.5.5 + '@volar/kit': 2.4.28(typescript@6.0.3) + '@volar/language-core': 2.4.28 + '@volar/language-server': 2.4.28 + '@volar/language-service': 2.4.28 muggle-string: 0.4.1 - volar-service-css: 0.0.62(@volar/language-service@2.4.10) - volar-service-emmet: 0.0.62(@volar/language-service@2.4.10) - volar-service-html: 0.0.62(@volar/language-service@2.4.10) - volar-service-prettier: 0.0.62(@volar/language-service@2.4.10)(prettier@3.6.2) - volar-service-typescript: 0.0.62(@volar/language-service@2.4.10) - volar-service-typescript-twoslash-queries: 0.0.62(@volar/language-service@2.4.10) - volar-service-yaml: 0.0.62(@volar/language-service@2.4.10) - vscode-html-languageservice: 5.3.1 - vscode-uri: 3.0.8 + tinyglobby: 0.2.17 + volar-service-css: 0.0.70(@volar/language-service@2.4.28) + volar-service-emmet: 0.0.70(@volar/language-service@2.4.28) + volar-service-html: 0.0.70(@volar/language-service@2.4.28) + volar-service-prettier: 0.0.70(@volar/language-service@2.4.28)(prettier@3.9.4) + volar-service-typescript: 0.0.70(@volar/language-service@2.4.28) + volar-service-typescript-twoslash-queries: 0.0.70(@volar/language-service@2.4.28) + volar-service-yaml: 0.0.70(@volar/language-service@2.4.28) + vscode-html-languageservice: 5.6.2 + vscode-uri: 3.1.0 optionalDependencies: - prettier: 3.6.2 + prettier: 3.9.4 prettier-plugin-astro: 0.14.1 transitivePeerDependencies: - typescript - '@astrojs/markdown-remark@6.3.1': + '@astrojs/markdown-remark@7.1.2': dependencies: - '@astrojs/internal-helpers': 0.6.1 - '@astrojs/prism': 3.2.0 + '@astrojs/internal-helpers': 0.9.1 + '@astrojs/prism': 4.0.2 github-slugger: 2.0.0 hast-util-from-html: 2.0.3 hast-util-to-text: 4.0.2 - import-meta-resolve: 4.1.0 - js-yaml: 4.1.0 + js-yaml: 4.3.0 mdast-util-definitions: 6.0.0 rehype-raw: 7.0.0 rehype-stringify: 10.0.1 remark-gfm: 4.0.1 remark-parse: 11.0.0 - remark-rehype: 11.1.1 + remark-rehype: 11.1.2 remark-smartypants: 3.0.2 - shiki: 3.4.2 - smol-toml: 1.3.1 + retext-smartypants: 6.2.0 + shiki: 4.3.0 + smol-toml: 1.7.0 unified: 11.0.5 unist-util-remove-position: 5.0.0 - unist-util-visit: 5.0.0 - unist-util-visit-parents: 6.0.1 + unist-util-visit: 5.1.0 + unist-util-visit-parents: 6.0.2 vfile: 6.0.3 transitivePeerDependencies: - supports-color - '@astrojs/markdown-remark@6.3.8': + '@astrojs/markdown-remark@7.2.0': dependencies: - '@astrojs/internal-helpers': 0.7.4 - '@astrojs/prism': 3.3.0 + '@astrojs/internal-helpers': 0.10.0 + '@astrojs/prism': 4.0.2 github-slugger: 2.0.0 hast-util-from-html: 2.0.3 hast-util-to-text: 4.0.2 - import-meta-resolve: 4.2.0 - js-yaml: 4.1.0 mdast-util-definitions: 6.0.0 rehype-raw: 7.0.0 rehype-stringify: 10.0.1 @@ -15473,97 +17052,89 @@ snapshots: remark-parse: 11.0.0 remark-rehype: 11.1.2 remark-smartypants: 3.0.2 - shiki: 3.13.0 - smol-toml: 1.4.2 unified: 11.0.5 unist-util-remove-position: 5.0.0 - unist-util-visit: 5.0.0 - unist-util-visit-parents: 6.0.1 + unist-util-visit: 5.1.0 + unist-util-visit-parents: 6.0.2 vfile: 6.0.3 transitivePeerDependencies: - supports-color - '@astrojs/mdx@4.3.7(astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1))': + '@astrojs/mdx@5.0.6(astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0))': dependencies: - '@astrojs/markdown-remark': 6.3.8 + '@astrojs/markdown-remark': 7.1.2 '@mdx-js/mdx': 3.1.1 - acorn: 8.15.0 - astro: 5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1) - es-module-lexer: 1.7.0 + acorn: 8.17.0 + astro: 6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0) + es-module-lexer: 2.3.0 estree-util-visit: 2.0.0 hast-util-to-html: 9.0.5 - kleur: 4.1.5 + piccolore: 0.1.3 rehype-raw: 7.0.0 remark-gfm: 4.0.1 remark-smartypants: 3.0.2 source-map: 0.7.6 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 vfile: 6.0.3 transitivePeerDependencies: - supports-color - '@astrojs/prism@3.2.0': - dependencies: - prismjs: 1.29.0 - - '@astrojs/prism@3.3.0': + '@astrojs/prism@4.0.2': dependencies: prismjs: 1.30.0 - '@astrojs/sitemap@3.6.0': + '@astrojs/sitemap@3.7.3': dependencies: - sitemap: 8.0.0 + sitemap: 9.0.1 stream-replace-string: 2.0.0 - zod: 3.25.76 + zod: 4.4.3 - '@astrojs/starlight@0.35.3(astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1))': + '@astrojs/starlight@0.39.3(astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0))(typescript@6.0.3)': dependencies: - '@astrojs/markdown-remark': 6.3.1 - '@astrojs/mdx': 4.3.7(astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1)) - '@astrojs/sitemap': 3.6.0 + '@astrojs/markdown-remark': 7.2.0 + '@astrojs/mdx': 5.0.6(astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0)) + '@astrojs/sitemap': 3.7.3 '@pagefind/default-ui': 1.3.0 '@types/hast': 3.0.4 '@types/js-yaml': 4.0.9 '@types/mdast': 4.0.4 - astro: 5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1) - astro-expressive-code: 0.41.3(astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1)) + astro: 6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0) + astro-expressive-code: 0.42.0(astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0)) bcp-47: 2.1.0 hast-util-from-html: 2.0.3 - hast-util-select: 6.0.3 + hast-util-select: 6.0.4 hast-util-to-string: 3.0.1 - hastscript: 9.0.0 - i18next: 23.16.5 - js-yaml: 4.1.0 + hastscript: 9.0.1 + i18next: 26.3.4(typescript@6.0.3) + js-yaml: 4.3.0 klona: 2.0.6 - mdast-util-directive: 3.0.0 + magic-string: 0.30.21 + mdast-util-directive: 3.1.0 mdast-util-to-markdown: 2.1.2 mdast-util-to-string: 4.0.0 - pagefind: 1.3.0 + pagefind: 1.5.2 rehype: 13.0.2 rehype-format: 5.0.1 - remark-directive: 3.0.0 + remark-directive: 4.0.0 ultrahtml: 1.6.0 unified: 11.0.5 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 vfile: 6.0.3 transitivePeerDependencies: - supports-color + - typescript - '@astrojs/telemetry@3.2.1': + '@astrojs/telemetry@3.3.2': dependencies: - ci-info: 4.2.0 - debug: 4.4.0(supports-color@8.1.1) - dlv: 1.1.3 + ci-info: 4.4.0 dset: 3.1.4 - is-docker: 3.0.0 - is-wsl: 3.1.0 + is-docker: 4.0.0 + is-wsl: 3.1.1 which-pm-runs: 1.1.0 - transitivePeerDependencies: - - supports-color - '@astrojs/yaml2ts@0.2.2': + '@astrojs/yaml2ts@0.2.4': dependencies: - yaml: 2.8.1 + yaml: 2.8.4 '@azu/format-text@1.0.2': {} @@ -15571,6 +17142,17 @@ snapshots: dependencies: '@azu/format-text': 1.0.2 + '@azure-rest/core-client@2.7.0': + dependencies: + '@azure/abort-controller': 2.1.2 + '@azure/core-auth': 1.10.1 + '@azure/core-rest-pipeline': 1.24.0 + '@azure/core-tracing': 1.3.1 + '@typespec/ts-http-runtime': 0.3.5 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + '@azure-tools/typespec-liftr-base@0.8.0': {} '@azure/abort-controller@2.1.2': @@ -15585,17 +17167,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/core-auth@1.9.0': - dependencies: - '@azure/abort-controller': 2.1.2 - '@azure/core-util': 1.11.0 - tslib: 2.8.1 - '@azure/core-client@1.10.1': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 - '@azure/core-rest-pipeline': 1.22.1 + '@azure/core-rest-pipeline': 1.24.0 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 @@ -15603,30 +17179,27 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/core-client@1.9.2': + '@azure/core-http-compat@2.3.1': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-auth': 1.9.0 - '@azure/core-rest-pipeline': 1.19.0 - '@azure/core-tracing': 1.1.2 - '@azure/core-util': 1.11.0 - '@azure/logger': 1.1.2 - tslib: 2.8.1 + '@azure/core-client': 1.10.1 + '@azure/core-rest-pipeline': 1.24.0 transitivePeerDependencies: - supports-color - '@azure/core-http-compat@2.3.1': + '@azure/core-lro@2.7.2': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-client': 1.10.1 - '@azure/core-rest-pipeline': 1.22.1 + '@azure/core-util': 1.13.1 + '@azure/logger': 1.3.0 + tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/core-lro@2.7.2': + '@azure/core-lro@3.3.1': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-util': 1.11.0 + '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 tslib: 2.8.1 transitivePeerDependencies: @@ -15636,66 +17209,56 @@ snapshots: dependencies: tslib: 2.8.1 - '@azure/core-rest-pipeline@1.19.0': + '@azure/core-rest-pipeline@1.22.1': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-auth': 1.9.0 - '@azure/core-tracing': 1.1.2 - '@azure/core-util': 1.11.0 - '@azure/logger': 1.1.2 - http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6 + '@azure/core-auth': 1.10.1 + '@azure/core-tracing': 1.3.1 + '@azure/core-util': 1.13.1 + '@azure/logger': 1.3.0 + '@typespec/ts-http-runtime': 0.3.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/core-rest-pipeline@1.22.1': + '@azure/core-rest-pipeline@1.24.0': dependencies: '@azure/abort-controller': 2.1.2 '@azure/core-auth': 1.10.1 '@azure/core-tracing': 1.3.1 '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 - '@typespec/ts-http-runtime': 0.3.0 + '@typespec/ts-http-runtime': 0.3.6 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/core-tracing@1.1.2': - dependencies: - tslib: 2.8.1 - '@azure/core-tracing@1.3.1': dependencies: tslib: 2.8.1 - '@azure/core-util@1.11.0': - dependencies: - '@azure/abort-controller': 2.1.2 - tslib: 2.8.1 - '@azure/core-util@1.13.1': dependencies: '@azure/abort-controller': 2.1.2 - '@typespec/ts-http-runtime': 0.3.0 + '@typespec/ts-http-runtime': 0.3.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color '@azure/core-xml@1.5.0': dependencies: - fast-xml-parser: 5.3.0 + fast-xml-parser: 5.9.3 tslib: 2.8.1 '@azure/identity@4.11.2': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-auth': 1.9.0 - '@azure/core-client': 1.9.2 - '@azure/core-rest-pipeline': 1.19.0 - '@azure/core-tracing': 1.1.2 - '@azure/core-util': 1.11.0 - '@azure/logger': 1.1.2 + '@azure/core-auth': 1.10.1 + '@azure/core-client': 1.10.1 + '@azure/core-rest-pipeline': 1.24.0 + '@azure/core-tracing': 1.3.1 + '@azure/core-util': 1.13.1 + '@azure/logger': 1.3.0 '@azure/msal-browser': 4.5.1 '@azure/msal-node': 3.8.0 open: 10.1.0 @@ -15703,13 +17266,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@azure/logger@1.1.2': + '@azure/identity@4.13.1': dependencies: + '@azure/abort-controller': 2.1.2 + '@azure/core-auth': 1.10.1 + '@azure/core-client': 1.10.1 + '@azure/core-rest-pipeline': 1.24.0 + '@azure/core-tracing': 1.3.1 + '@azure/core-util': 1.13.1 + '@azure/logger': 1.3.0 + '@azure/msal-browser': 5.16.0 + '@azure/msal-node': 5.3.1 + open: 10.1.0 tslib: 2.8.1 + transitivePeerDependencies: + - supports-color '@azure/logger@1.3.0': dependencies: - '@typespec/ts-http-runtime': 0.3.0 + '@typespec/ts-http-runtime': 0.3.5 tslib: 2.8.1 transitivePeerDependencies: - supports-color @@ -15718,43 +17293,54 @@ snapshots: dependencies: '@azure/msal-common': 15.2.0 + '@azure/msal-browser@5.16.0': + dependencies: + '@azure/msal-common': 16.11.0 + '@azure/msal-common@15.13.0': {} '@azure/msal-common@15.2.0': {} + '@azure/msal-common@16.11.0': {} + '@azure/msal-node@3.8.0': dependencies: '@azure/msal-common': 15.13.0 jsonwebtoken: 9.0.2 uuid: 8.3.2 - '@azure/storage-blob@12.28.0': + '@azure/msal-node@5.3.1': + dependencies: + '@azure/msal-common': 16.11.0 + jsonwebtoken: 9.0.2 + + '@azure/storage-blob@12.33.0': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-auth': 1.9.0 + '@azure/core-auth': 1.10.1 '@azure/core-client': 1.10.1 '@azure/core-http-compat': 2.3.1 '@azure/core-lro': 2.7.2 '@azure/core-paging': 1.6.2 - '@azure/core-rest-pipeline': 1.22.1 + '@azure/core-rest-pipeline': 1.24.0 '@azure/core-tracing': 1.3.1 - '@azure/core-util': 1.11.0 + '@azure/core-util': 1.13.1 '@azure/core-xml': 1.5.0 '@azure/logger': 1.3.0 - '@azure/storage-common': 12.0.0 + '@azure/storage-common': 12.4.1 events: 3.3.0 tslib: 2.8.1 transitivePeerDependencies: - supports-color - '@azure/storage-common@12.0.0': + '@azure/storage-common@12.4.1': dependencies: '@azure/abort-controller': 2.1.2 - '@azure/core-auth': 1.9.0 + '@azure/core-auth': 1.10.1 '@azure/core-http-compat': 2.3.1 - '@azure/core-rest-pipeline': 1.22.1 + '@azure/core-rest-pipeline': 1.24.0 '@azure/core-tracing': 1.3.1 - '@azure/core-util': 1.11.0 + '@azure/core-util': 1.13.1 '@azure/logger': 1.3.0 events: 3.3.0 tslib: 2.8.1 @@ -15767,33 +17353,19 @@ snapshots: '@babel/code-frame@7.27.1': dependencies: - '@babel/helper-validator-identifier': 7.27.1 + '@babel/helper-validator-identifier': 7.29.7 js-tokens: 4.0.0 picocolors: 1.1.1 - '@babel/compat-data@7.26.8': {} + '@babel/code-frame@7.29.7': + dependencies: + '@babel/helper-validator-identifier': 7.29.7 + js-tokens: 4.0.0 + picocolors: 1.1.1 '@babel/compat-data@7.28.4': {} - '@babel/core@7.26.10': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.26.10 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) - '@babel/helpers': 7.26.10 - '@babel/parser': 7.26.10 - '@babel/template': 7.26.9 - '@babel/traverse': 7.26.10 - '@babel/types': 7.26.10 - convert-source-map: 2.0.0 - debug: 4.4.0(supports-color@8.1.1) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color + '@babel/compat-data@7.29.7': {} '@babel/core@7.28.4': dependencies: @@ -15802,10 +17374,30 @@ snapshots: '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.4) '@babel/helpers': 7.28.4 - '@babel/parser': 7.28.4 + '@babel/parser': 7.29.7 '@babel/template': 7.27.2 '@babel/traverse': 7.28.4 - '@babel/types': 7.28.4 + '@babel/types': 7.29.7 + '@jridgewell/remapping': 2.3.5 + convert-source-map: 2.0.0 + debug: 4.4.3 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/core@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helpers': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 debug: 4.4.3 @@ -15817,116 +17409,99 @@ snapshots: '@babel/generator@7.26.10': dependencies: - '@babel/parser': 7.26.10 - '@babel/types': 7.26.10 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@7.27.1': + '@babel/generator@7.28.3': dependencies: - '@babel/parser': 7.27.2 - '@babel/types': 7.27.1 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/generator@7.28.3': + '@babel/generator@7.29.7': dependencies: - '@babel/parser': 7.28.4 - '@babel/types': 7.28.4 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.25.9': + '@babel/helper-annotate-as-pure@7.27.1': dependencies: - '@babel/types': 7.26.10 + '@babel/types': 7.29.7 - '@babel/helper-annotate-as-pure@7.27.1': + '@babel/helper-annotate-as-pure@7.29.7': dependencies: - '@babel/types': 7.27.1 + '@babel/types': 7.29.7 '@babel/helper-builder-binary-assignment-operator-visitor@7.24.7': dependencies: - '@babel/traverse': 7.27.1 - '@babel/types': 7.27.1 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@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.2': dependencies: '@babel/compat-data': 7.28.4 '@babel/helper-validator-option': 7.27.1 - browserslist: 4.24.4 + browserslist: 4.26.3 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.26.10)': + '@babel/helper-compilation-targets@7.29.7': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.24.7 - '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.26.10) - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 + '@babel/compat-data': 7.29.7 + '@babel/helper-validator-option': 7.29.7 + browserslist: 4.26.3 + lru-cache: 5.1.1 semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.28.4)': + '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-function-name': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.24.7 - '@babel/helper-optimise-call-expression': 7.24.7 - '@babel/helper-replace-supers': 7.24.7(@babel/core@7.28.4) - '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 - '@babel/helper-split-export-declaration': 7.24.7 + '@babel/core': 7.29.7 + '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/helper-member-expression-to-functions': 7.27.1 + '@babel/helper-optimise-call-expression': 7.27.1 + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.29.7) + '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/traverse': 7.28.4 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.26.10)': + '@babel/helper-create-class-features-plugin@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.27.1 - '@babel/helper-member-expression-to-functions': 7.27.1 - '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.10) - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-member-expression-to-functions': 7.29.7 + '@babel/helper-optimise-call-expression': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 + '@babel/traverse': 7.29.7 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.26.10)': + '@babel/helper-create-regexp-features-plugin@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-annotate-as-pure': 7.29.7 regexpu-core: 5.3.2 semver: 6.3.1 optional: true - '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.26.10)': + '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 debug: 4.4.3 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -15936,38 +17511,38 @@ snapshots: '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.26.10 + '@babel/types': 7.29.7 + optional: true '@babel/helper-function-name@7.24.7': dependencies: - '@babel/template': 7.26.9 - '@babel/types': 7.26.10 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 + optional: true '@babel/helper-globals@7.28.0': {} + '@babel/helper-globals@7.29.7': {} + '@babel/helper-hoist-variables@7.24.7': dependencies: - '@babel/types': 7.27.1 + '@babel/types': 7.29.7 optional: true - '@babel/helper-member-expression-to-functions@7.24.7': + '@babel/helper-member-expression-to-functions@7.27.1': dependencies: - '@babel/traverse': 7.26.10 - '@babel/types': 7.26.10 + '@babel/traverse': 7.28.4 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-member-expression-to-functions@7.27.1': + '@babel/helper-member-expression-to-functions@7.29.7': dependencies: - '@babel/traverse': 7.27.1 - '@babel/types': 7.27.1 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-module-imports@7.18.6': - dependencies: - '@babel/types': 7.26.10 - '@babel/helper-module-imports@7.25.9': dependencies: '@babel/traverse': 7.26.10 @@ -15978,931 +17553,858 @@ snapshots: '@babel/helper-module-imports@7.27.1': dependencies: '@babel/traverse': 7.28.4 - '@babel/types': 7.28.4 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)': + '@babel/helper-module-imports@7.29.7': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.26.10 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.26.0(@babel/core@7.28.4)': + '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.25.9 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.26.10 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.28.4 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.27.1(@babel/core@7.26.10)': + '@babel/helper-module-transforms@7.28.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.27.1 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.28.4 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.3(@babel/core@7.28.4)': + '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.4 + '@babel/core': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.24.7': + '@babel/helper-optimise-call-expression@7.27.1': dependencies: - '@babel/types': 7.26.10 + '@babel/types': 7.29.7 - '@babel/helper-optimise-call-expression@7.27.1': + '@babel/helper-optimise-call-expression@7.29.7': dependencies: - '@babel/types': 7.27.1 + '@babel/types': 7.29.7 '@babel/helper-plugin-utils@7.25.9': {} '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.26.10)': + '@babel/helper-plugin-utils@7.29.7': {} + + '@babel/helper-remap-async-to-generator@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-annotate-as-pure': 7.29.7 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-wrap-function': 7.24.7 transitivePeerDependencies: - supports-color optional: true - '@babel/helper-replace-supers@7.24.7(@babel/core@7.26.10)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.24.7 - '@babel/helper-optimise-call-expression': 7.24.7 - transitivePeerDependencies: - - supports-color - - '@babel/helper-replace-supers@7.24.7(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-member-expression-to-functions': 7.24.7 - '@babel/helper-optimise-call-expression': 7.24.7 - transitivePeerDependencies: - - supports-color - - '@babel/helper-replace-supers@7.27.1(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-member-expression-to-functions': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.27.1 + '@babel/traverse': 7.28.4 transitivePeerDependencies: - supports-color - '@babel/helper-simple-access@7.24.7': + '@babel/helper-replace-supers@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/traverse': 7.26.10 - '@babel/types': 7.26.10 + '@babel/core': 7.29.7 + '@babel/helper-member-expression-to-functions': 7.29.7 + '@babel/helper-optimise-call-expression': 7.29.7 + '@babel/traverse': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.24.7': + '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.26.10 - '@babel/types': 7.26.10 + '@babel/traverse': 7.28.4 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-skip-transparent-expression-wrappers@7.27.1': + '@babel/helper-skip-transparent-expression-wrappers@7.29.7': dependencies: - '@babel/traverse': 7.27.1 - '@babel/types': 7.27.1 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.26.10 + '@babel/types': 7.29.7 + optional: true '@babel/helper-string-parser@7.25.9': {} - '@babel/helper-string-parser@7.27.1': {} - - '@babel/helper-validator-identifier@7.25.9': {} + '@babel/helper-string-parser@7.29.7': {} '@babel/helper-validator-identifier@7.27.1': {} - '@babel/helper-validator-option@7.25.9': {} + '@babel/helper-validator-identifier@7.29.7': {} '@babel/helper-validator-option@7.27.1': {} + '@babel/helper-validator-option@7.29.7': {} + '@babel/helper-wrap-function@7.24.7': dependencies: '@babel/helper-function-name': 7.24.7 - '@babel/template': 7.27.2 - '@babel/traverse': 7.27.1 - '@babel/types': 7.27.1 + '@babel/template': 7.29.7 + '@babel/traverse': 7.29.7 + '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@babel/helpers@7.26.10': - dependencies: - '@babel/template': 7.26.9 - '@babel/types': 7.26.10 - '@babel/helpers@7.28.4': dependencies: '@babel/template': 7.27.2 - '@babel/types': 7.28.4 + '@babel/types': 7.29.7 + + '@babel/helpers@7.29.7': + dependencies: + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 '@babel/highlight@7.24.7': dependencies: - '@babel/helper-validator-identifier': 7.27.1 + '@babel/helper-validator-identifier': 7.29.7 chalk: 2.4.2 js-tokens: 4.0.0 - picocolors: 1.1.1 + picocolors: 1.0.0 '@babel/parser@7.26.10': dependencies: '@babel/types': 7.26.10 - '@babel/parser@7.26.2': + '@babel/parser@7.29.7': dependencies: - '@babel/types': 7.26.10 - - '@babel/parser@7.27.2': - dependencies: - '@babel/types': 7.27.1 - - '@babel/parser@7.28.4': - dependencies: - '@babel/types': 7.28.4 + '@babel/types': 7.29.7 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 + '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 optional: true - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.26.10)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.10)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.10)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.26.10)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.26.10)': + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-flow@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-syntax-flow@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-assertions@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-attributes@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.10)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.25.9 - - '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.28.4)': + '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.10)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.10)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.10)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.10)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.10)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.10)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.10)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.10)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.25.9 - - '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.25.9 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.26.10)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-arrow-functions@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-async-generator-functions@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-async-generator-functions@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7) transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-async-to-generator@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-remap-async-to-generator': 7.24.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoped-functions@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-block-scoping@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-class-static-block@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.7) transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-classes@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-classes@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.27.1 - '@babel/helper-compilation-targets': 7.26.5 + '@babel/core': 7.29.7 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-function-name': 7.24.7 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.10) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) '@babel/helper-split-export-declaration': 7.24.7 globals: 11.12.0 transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-computed-properties@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/template': 7.27.2 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/template': 7.29.7 optional: true - '@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-destructuring@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-dotall-regex@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-duplicate-keys@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-dynamic-import@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-exponentiation-operator@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-builder-binary-assignment-operator-visitor': 7.24.7 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-export-namespace-from@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-flow-strip-types@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-flow-strip-types@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.26.10) + '@babel/plugin-syntax-flow': 7.24.7(@babel/core@7.29.7) - '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-for-of@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-function-name@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-compilation-targets': 7.26.5 + '@babel/core': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 '@babel/helper-function-name': 7.24.7 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-json-strings@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-literals@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-literals@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-logical-assignment-operators@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-member-expression-literals@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-amd@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-simple-access': 7.24.7 - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.28.4)': + '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-module-transforms': 7.26.0(@babel/core@7.28.4) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-simple-access': 7.24.7 + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.28.3(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-commonjs@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-systemjs@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-hoist-variables': 7.24.7 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-modules-umd@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-named-capturing-groups-regex@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-new-target@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-nullish-coalescing-operator@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.10) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) - '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-numeric-separator@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-object-rest-spread@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-object-super@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-replace-supers': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-catch-binding@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7) optional: true - '@babel/plugin-transform-optional-chaining@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-optional-chaining@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.10) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-parameters@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-private-methods@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-private-property-in-object@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.27.1 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7) transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-property-literals@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.25.9 - - '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.27.1 - - '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.4)': + '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.28.4)': dependencies: '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-regenerator@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 regenerator-transform: 0.15.2 optional: true - '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-reserved-words@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-shorthand-properties@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-spread@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-spread@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 transitivePeerDependencies: - supports-color optional: true - '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-sticky-regex@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-template-literals@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-typeof-symbol@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-typeof-symbol@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 optional: true - '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.26.10) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.28.4)': - dependencies: - '@babel/core': 7.28.4 - '@babel/helper-annotate-as-pure': 7.25.9 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.28.4) - '@babel/helper-plugin-utils': 7.25.9 - '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.28.4) - transitivePeerDependencies: - - supports-color - - '@babel/plugin-transform-typescript@7.27.1(@babel/core@7.26.10)': + '@babel/plugin-transform-typescript@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-annotate-as-pure': 7.27.1 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.26.10) + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.29.7) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.26.10) + '@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - optional: true - - '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 - optional: true - - '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 - optional: true - - '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.26.10)': + '@babel/plugin-transform-typescript@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.26.10) - '@babel/helper-plugin-utils': 7.27.1 - optional: true + '@babel/core': 7.29.7 + '@babel/helper-annotate-as-pure': 7.29.7 + '@babel/helper-create-class-features-plugin': 7.29.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.29.7 + '@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7) + transitivePeerDependencies: + - supports-color - '@babel/preset-env@7.24.7(@babel/core@7.26.10)': - dependencies: - '@babel/compat-data': 7.26.8 - '@babel/core': 7.26.10 - '@babel/helper-compilation-targets': 7.26.5 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.10) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.26.10) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.26.10) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.26.10) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.26.10) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.26.10) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.26.10) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.10) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.10) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.26.10) - '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-systemjs': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-typeof-symbol': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.26.10) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.26.10) - babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.26.10) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.26.10) - babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.26.10) - core-js-compat: 3.41.0 + '@babel/plugin-transform-unicode-escapes@7.24.7(@babel/core@7.29.7)': + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + optional: true + + '@babel/plugin-transform-unicode-property-regex@7.24.7(@babel/core@7.29.7)': + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 + optional: true + + '@babel/plugin-transform-unicode-regex@7.24.7(@babel/core@7.29.7)': + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 + optional: true + + '@babel/plugin-transform-unicode-sets-regex@7.24.7(@babel/core@7.29.7)': + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-create-regexp-features-plugin': 7.24.7(@babel/core@7.29.7) + '@babel/helper-plugin-utils': 7.29.7 + optional: true + + '@babel/preset-env@7.24.7(@babel/core@7.29.7)': + dependencies: + '@babel/compat-data': 7.29.7 + '@babel/core': 7.29.7 + '@babel/helper-compilation-targets': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-validator-option': 7.29.7 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.7) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.7) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-syntax-import-attributes': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.7) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.7) + '@babel/plugin-transform-arrow-functions': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-generator-functions': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-async-to-generator': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoped-functions': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-block-scoping': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-class-static-block': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-classes': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-computed-properties': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-destructuring': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-dotall-regex': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-duplicate-keys': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-dynamic-import': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-exponentiation-operator': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-export-namespace-from': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-for-of': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-function-name': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-json-strings': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-literals': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-logical-assignment-operators': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-member-expression-literals': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-amd': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-systemjs': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-umd': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-new-target': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-numeric-separator': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-object-rest-spread': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-object-super': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-catch-binding': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-parameters': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-property-in-object': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-property-literals': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-regenerator': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-reserved-words': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-shorthand-properties': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-spread': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-sticky-regex': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-template-literals': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-typeof-symbol': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-escapes': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-property-regex': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-regex': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-unicode-sets-regex': 7.24.7(@babel/core@7.29.7) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.7) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.29.7) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.29.7) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.29.7) + core-js-compat: 3.49.0 semver: 6.3.1 transitivePeerDependencies: - supports-color optional: true - '@babel/preset-flow@7.24.7(@babel/core@7.26.10)': + '@babel/preset-flow@7.24.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.26.10) + '@babel/plugin-transform-flow-strip-types': 7.24.7(@babel/core@7.29.7) - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.26.10)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/types': 7.27.1 + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/types': 7.29.7 esutils: 2.0.3 optional: true - '@babel/preset-typescript@7.24.7(@babel/core@7.26.10)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.26.10) - transitivePeerDependencies: - - supports-color - - '@babel/preset-typescript@7.24.7(@babel/core@7.28.4)': + '@babel/preset-typescript@7.27.1(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-plugin-utils': 7.25.9 - '@babel/helper-validator-option': 7.25.9 - '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.28.4) - '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.28.4) - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.28.4) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/helper-validator-option': 7.27.1 + '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.29.7) + '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.27.1(@babel/core@7.26.10)': + '@babel/preset-typescript@7.29.7(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 - '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-plugin-utils': 7.29.7 + '@babel/helper-validator-option': 7.29.7 + '@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.29.7(@babel/core@7.29.7) + '@babel/plugin-transform-typescript': 7.29.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color - '@babel/register@7.24.6(@babel/core@7.26.10)': + '@babel/register@7.24.6(@babel/core@7.29.7)': dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -16919,14 +18421,20 @@ snapshots: '@babel/template@7.26.9': dependencies: '@babel/code-frame': 7.27.1 - '@babel/parser': 7.26.10 - '@babel/types': 7.26.10 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 '@babel/template@7.27.2': dependencies: '@babel/code-frame': 7.27.1 - '@babel/parser': 7.28.4 - '@babel/types': 7.28.4 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + + '@babel/template@7.29.7': + dependencies: + '@babel/code-frame': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 '@babel/traverse@7.26.10': dependencies: @@ -16935,18 +18443,6 @@ snapshots: '@babel/parser': 7.26.10 '@babel/template': 7.26.9 '@babel/types': 7.26.10 - debug: 4.4.0(supports-color@8.1.1) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - - '@babel/traverse@7.27.1': - dependencies: - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.27.1 - '@babel/parser': 7.27.2 - '@babel/template': 7.27.2 - '@babel/types': 7.27.1 debug: 4.4.3 globals: 11.12.0 transitivePeerDependencies: @@ -16957,32 +18453,34 @@ snapshots: '@babel/code-frame': 7.27.1 '@babel/generator': 7.28.3 '@babel/helper-globals': 7.28.0 - '@babel/parser': 7.28.4 + '@babel/parser': 7.29.7 '@babel/template': 7.27.2 - '@babel/types': 7.28.4 + '@babel/types': 7.29.7 debug: 4.4.3 transitivePeerDependencies: - supports-color - '@babel/types@7.26.0': + '@babel/traverse@7.29.7': dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 + '@babel/code-frame': 7.29.7 + '@babel/generator': 7.29.7 + '@babel/helper-globals': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/template': 7.29.7 + '@babel/types': 7.29.7 + debug: 4.4.3 + transitivePeerDependencies: + - supports-color '@babel/types@7.26.10': dependencies: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.27.1 - '@babel/types@7.27.1': + '@babel/types@7.29.7': dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - - '@babel/types@7.28.4': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 + '@babel/helper-string-parser': 7.29.7 + '@babel/helper-validator-identifier': 7.29.7 '@bcoe/v8-coverage@1.0.2': {} @@ -16994,191 +18492,207 @@ snapshots: dependencies: statuses: 2.0.1 - '@capsizecss/unpack@2.4.0(encoding@0.1.13)': + '@capsizecss/unpack@4.0.1': dependencies: - blob-to-buffer: 1.2.9 - cross-fetch: 3.2.0(encoding@0.1.13) - fontkit: 2.0.4 - transitivePeerDependencies: - - encoding + fontkitten: 1.0.3 - '@chronus/chronus@1.0.2': + '@chronus/chronus@1.3.1': dependencies: cross-spawn: 7.0.6 - globby: 14.1.0 + globby: 16.2.0 is-unicode-supported: 2.1.0 micromatch: 4.0.8 - pacote: 21.0.0 + pacote: 21.5.1 picocolors: 1.1.1 pluralize: 8.0.0 prompts: 2.4.2 - semver: 7.7.1 + semver: 7.8.5 + smol-toml: 1.4.2 source-map-support: 0.5.21 std-env: 3.9.0 - yaml: 2.8.1 - yargs: 17.7.2 - zod: 3.24.4 + yaml: 2.8.4 + yargs: 18.0.0 + zod: 4.4.3 transitivePeerDependencies: - supports-color - '@chronus/github-pr-commenter@1.0.2': + '@chronus/github-pr-commenter@1.0.6': dependencies: - '@chronus/github': 1.0.2 - '@octokit/rest': 21.1.1 + '@chronus/github': 1.0.6 + '@octokit/rest': 22.0.1 transitivePeerDependencies: - supports-color - '@chronus/github@1.0.2': + '@chronus/github@1.0.6': dependencies: - '@chronus/chronus': 1.0.2 - '@octokit/graphql': 8.2.1 - '@octokit/rest': 21.1.1 + '@chronus/chronus': 1.3.1 + '@octokit/graphql': 9.0.2 + '@octokit/rest': 22.0.1 cross-spawn: 7.0.6 - octokit: 4.1.3 + octokit: 5.0.5 picocolors: 1.1.1 - yargs: 17.7.2 + yargs: 18.0.0 transitivePeerDependencies: - supports-color + '@clack/core@1.4.2': + dependencies: + fast-wrap-ansi: 0.2.2 + sisteransi: 1.0.5 + + '@clack/prompts@1.6.0': + dependencies: + '@clack/core': 1.4.2 + fast-string-width: 3.0.2 + fast-wrap-ansi: 0.2.2 + sisteransi: 1.0.5 + '@colors/colors@1.5.0': optional: true - '@cspell/cspell-bundled-dicts@9.2.1': + '@cspell/cspell-bundled-dicts@10.0.1': dependencies: '@cspell/dict-ada': 4.1.1 '@cspell/dict-al': 1.1.1 - '@cspell/dict-aws': 4.0.15 - '@cspell/dict-bash': 4.2.1 - '@cspell/dict-companies': 3.2.5 - '@cspell/dict-cpp': 6.0.12 + '@cspell/dict-aws': 4.0.17 + '@cspell/dict-bash': 4.2.3 + '@cspell/dict-companies': 3.2.11 + '@cspell/dict-cpp': 7.0.2 '@cspell/dict-cryptocurrencies': 5.0.5 - '@cspell/dict-csharp': 4.0.7 - '@cspell/dict-css': 4.0.18 - '@cspell/dict-dart': 2.3.1 - '@cspell/dict-data-science': 2.0.9 - '@cspell/dict-django': 4.1.5 - '@cspell/dict-docker': 1.1.16 - '@cspell/dict-dotnet': 5.0.10 + '@cspell/dict-csharp': 4.0.8 + '@cspell/dict-css': 4.1.2 + '@cspell/dict-dart': 2.3.2 + '@cspell/dict-data-science': 2.0.14 + '@cspell/dict-django': 4.1.6 + '@cspell/dict-docker': 1.1.17 + '@cspell/dict-dotnet': 5.0.13 '@cspell/dict-elixir': 4.0.8 - '@cspell/dict-en-common-misspellings': 2.1.6 - '@cspell/dict-en-gb-mit': 3.1.9 - '@cspell/dict-en_us': 4.4.19 - '@cspell/dict-filetypes': 3.0.13 + '@cspell/dict-en-common-misspellings': 2.1.12 + '@cspell/dict-en-gb-mit': 3.1.24 + '@cspell/dict-en_us': 4.4.35 + '@cspell/dict-filetypes': 3.0.18 '@cspell/dict-flutter': 1.1.1 - '@cspell/dict-fonts': 4.0.5 + '@cspell/dict-fonts': 4.0.6 '@cspell/dict-fsharp': 1.1.1 - '@cspell/dict-fullstack': 3.2.7 + '@cspell/dict-fullstack': 3.2.9 '@cspell/dict-gaming-terms': 1.1.2 - '@cspell/dict-git': 3.0.7 - '@cspell/dict-golang': 6.0.23 + '@cspell/dict-git': 3.1.0 + '@cspell/dict-golang': 6.0.26 '@cspell/dict-google': 1.0.9 '@cspell/dict-haskell': 4.0.6 - '@cspell/dict-html': 4.0.12 - '@cspell/dict-html-symbol-entities': 4.0.4 + '@cspell/dict-html': 4.0.15 + '@cspell/dict-html-symbol-entities': 4.0.5 '@cspell/dict-java': 5.0.12 '@cspell/dict-julia': 1.1.1 '@cspell/dict-k8s': 1.0.12 '@cspell/dict-kotlin': 1.1.1 - '@cspell/dict-latex': 4.0.4 + '@cspell/dict-latex': 5.1.0 '@cspell/dict-lorem-ipsum': 4.0.5 '@cspell/dict-lua': 4.0.8 '@cspell/dict-makefile': 1.0.5 - '@cspell/dict-markdown': 2.0.12(@cspell/dict-css@4.0.18)(@cspell/dict-html-symbol-entities@4.0.4)(@cspell/dict-html@4.0.12)(@cspell/dict-typescript@3.2.3) - '@cspell/dict-monkeyc': 1.0.11 - '@cspell/dict-node': 5.0.8 - '@cspell/dict-npm': 5.2.17 - '@cspell/dict-php': 4.0.15 + '@cspell/dict-markdown': 2.0.17(@cspell/dict-css@4.1.2)(@cspell/dict-html-symbol-entities@4.0.5)(@cspell/dict-html@4.0.15)(@cspell/dict-typescript@3.2.3) + '@cspell/dict-monkeyc': 1.0.12 + '@cspell/dict-node': 5.0.9 + '@cspell/dict-npm': 5.2.41 + '@cspell/dict-php': 4.1.1 '@cspell/dict-powershell': 5.0.15 - '@cspell/dict-public-licenses': 2.0.15 - '@cspell/dict-python': 4.2.19 + '@cspell/dict-public-licenses': 2.0.16 + '@cspell/dict-python': 4.2.27 '@cspell/dict-r': 2.1.1 - '@cspell/dict-ruby': 5.0.9 - '@cspell/dict-rust': 4.0.12 - '@cspell/dict-scala': 5.0.8 - '@cspell/dict-shell': 1.1.1 - '@cspell/dict-software-terms': 5.1.8 + '@cspell/dict-ruby': 5.1.1 + '@cspell/dict-rust': 4.1.2 + '@cspell/dict-scala': 5.0.9 + '@cspell/dict-shell': 1.2.0 + '@cspell/dict-software-terms': 5.2.2 '@cspell/dict-sql': 2.2.1 '@cspell/dict-svelte': 1.0.7 '@cspell/dict-swift': 2.0.6 '@cspell/dict-terraform': 1.1.3 '@cspell/dict-typescript': 3.2.3 '@cspell/dict-vue': 3.0.5 + '@cspell/dict-zig': 1.0.0 - '@cspell/cspell-json-reporter@9.2.1': + '@cspell/cspell-json-reporter@10.0.1': dependencies: - '@cspell/cspell-types': 9.2.1 + '@cspell/cspell-types': 10.0.1 - '@cspell/cspell-pipe@9.2.1': {} + '@cspell/cspell-performance-monitor@10.0.1': {} - '@cspell/cspell-resolver@9.2.1': + '@cspell/cspell-pipe@10.0.1': {} + + '@cspell/cspell-resolver@10.0.1': dependencies: - global-directory: 4.0.1 + global-directory: 5.0.0 + + '@cspell/cspell-service-bus@10.0.1': {} - '@cspell/cspell-service-bus@9.2.1': {} + '@cspell/cspell-types@10.0.1': {} - '@cspell/cspell-types@9.2.1': {} + '@cspell/cspell-worker@10.0.1': + dependencies: + cspell-lib: 10.0.1 '@cspell/dict-ada@4.1.1': {} '@cspell/dict-al@1.1.1': {} - '@cspell/dict-aws@4.0.15': {} + '@cspell/dict-aws@4.0.17': {} - '@cspell/dict-bash@4.2.1': + '@cspell/dict-bash@4.2.3': dependencies: - '@cspell/dict-shell': 1.1.1 + '@cspell/dict-shell': 1.2.0 - '@cspell/dict-companies@3.2.5': {} + '@cspell/dict-companies@3.2.11': {} - '@cspell/dict-cpp@6.0.12': {} + '@cspell/dict-cpp@7.0.2': {} '@cspell/dict-cryptocurrencies@5.0.5': {} - '@cspell/dict-csharp@4.0.7': {} + '@cspell/dict-csharp@4.0.8': {} - '@cspell/dict-css@4.0.18': {} + '@cspell/dict-css@4.1.2': {} - '@cspell/dict-dart@2.3.1': {} + '@cspell/dict-dart@2.3.2': {} - '@cspell/dict-data-science@2.0.9': {} + '@cspell/dict-data-science@2.0.14': {} - '@cspell/dict-django@4.1.5': {} + '@cspell/dict-django@4.1.6': {} - '@cspell/dict-docker@1.1.16': {} + '@cspell/dict-docker@1.1.17': {} - '@cspell/dict-dotnet@5.0.10': {} + '@cspell/dict-dotnet@5.0.13': {} '@cspell/dict-elixir@4.0.8': {} - '@cspell/dict-en-common-misspellings@2.1.6': {} + '@cspell/dict-en-common-misspellings@2.1.12': {} - '@cspell/dict-en-gb-mit@3.1.9': {} + '@cspell/dict-en-gb-mit@3.1.24': {} - '@cspell/dict-en_us@4.4.19': {} + '@cspell/dict-en_us@4.4.35': {} - '@cspell/dict-filetypes@3.0.13': {} + '@cspell/dict-filetypes@3.0.18': {} '@cspell/dict-flutter@1.1.1': {} - '@cspell/dict-fonts@4.0.5': {} + '@cspell/dict-fonts@4.0.6': {} '@cspell/dict-fsharp@1.1.1': {} - '@cspell/dict-fullstack@3.2.7': {} + '@cspell/dict-fullstack@3.2.9': {} '@cspell/dict-gaming-terms@1.1.2': {} - '@cspell/dict-git@3.0.7': {} + '@cspell/dict-git@3.1.0': {} - '@cspell/dict-golang@6.0.23': {} + '@cspell/dict-golang@6.0.26': {} '@cspell/dict-google@1.0.9': {} '@cspell/dict-haskell@4.0.6': {} - '@cspell/dict-html-symbol-entities@4.0.4': {} + '@cspell/dict-html-symbol-entities@4.0.5': {} - '@cspell/dict-html@4.0.12': {} + '@cspell/dict-html@4.0.15': {} '@cspell/dict-java@5.0.12': {} @@ -17188,7 +18702,7 @@ snapshots: '@cspell/dict-kotlin@1.1.1': {} - '@cspell/dict-latex@4.0.4': {} + '@cspell/dict-latex@5.1.0': {} '@cspell/dict-lorem-ipsum@4.0.5': {} @@ -17196,40 +18710,40 @@ snapshots: '@cspell/dict-makefile@1.0.5': {} - '@cspell/dict-markdown@2.0.12(@cspell/dict-css@4.0.18)(@cspell/dict-html-symbol-entities@4.0.4)(@cspell/dict-html@4.0.12)(@cspell/dict-typescript@3.2.3)': + '@cspell/dict-markdown@2.0.17(@cspell/dict-css@4.1.2)(@cspell/dict-html-symbol-entities@4.0.5)(@cspell/dict-html@4.0.15)(@cspell/dict-typescript@3.2.3)': dependencies: - '@cspell/dict-css': 4.0.18 - '@cspell/dict-html': 4.0.12 - '@cspell/dict-html-symbol-entities': 4.0.4 + '@cspell/dict-css': 4.1.2 + '@cspell/dict-html': 4.0.15 + '@cspell/dict-html-symbol-entities': 4.0.5 '@cspell/dict-typescript': 3.2.3 - '@cspell/dict-monkeyc@1.0.11': {} + '@cspell/dict-monkeyc@1.0.12': {} - '@cspell/dict-node@5.0.8': {} + '@cspell/dict-node@5.0.9': {} - '@cspell/dict-npm@5.2.17': {} + '@cspell/dict-npm@5.2.41': {} - '@cspell/dict-php@4.0.15': {} + '@cspell/dict-php@4.1.1': {} '@cspell/dict-powershell@5.0.15': {} - '@cspell/dict-public-licenses@2.0.15': {} + '@cspell/dict-public-licenses@2.0.16': {} - '@cspell/dict-python@4.2.19': + '@cspell/dict-python@4.2.27': dependencies: - '@cspell/dict-data-science': 2.0.9 + '@cspell/dict-data-science': 2.0.14 '@cspell/dict-r@2.1.1': {} - '@cspell/dict-ruby@5.0.9': {} + '@cspell/dict-ruby@5.1.1': {} - '@cspell/dict-rust@4.0.12': {} + '@cspell/dict-rust@4.1.2': {} - '@cspell/dict-scala@5.0.8': {} + '@cspell/dict-scala@5.0.9': {} - '@cspell/dict-shell@1.1.1': {} + '@cspell/dict-shell@1.2.0': {} - '@cspell/dict-software-terms@5.1.8': {} + '@cspell/dict-software-terms@5.2.2': {} '@cspell/dict-sql@2.2.1': {} @@ -17243,16 +18757,20 @@ snapshots: '@cspell/dict-vue@3.0.5': {} - '@cspell/dynamic-import@9.2.1': + '@cspell/dict-zig@1.0.0': {} + + '@cspell/dynamic-import@10.0.1': dependencies: - '@cspell/url': 9.2.1 + '@cspell/url': 10.0.1 import-meta-resolve: 4.2.0 - '@cspell/filetypes@9.2.1': {} + '@cspell/filetypes@10.0.1': {} - '@cspell/strong-weak-map@9.2.1': {} + '@cspell/rpc@10.0.1': {} - '@cspell/url@9.2.1': {} + '@cspell/strong-weak-map@10.0.1': {} + + '@cspell/url@10.0.1': {} '@csstools/color-helpers@5.0.2': {} @@ -17278,11 +18796,6 @@ snapshots: '@ctrl/tinycolor@4.1.0': {} - '@effect/schema@0.75.5(effect@3.14.1)': - dependencies: - effect: 3.14.1 - fast-check: 3.23.2 - '@emmetio/abbreviation@2.3.3': dependencies: '@emmetio/scanner': 1.0.4 @@ -17291,7 +18804,7 @@ snapshots: dependencies: '@emmetio/scanner': 1.0.4 - '@emmetio/css-parser@0.4.0': + '@emmetio/css-parser@0.4.1': dependencies: '@emmetio/stream-reader': 2.2.0 '@emmetio/stream-reader-utils': 0.1.0 @@ -17306,7 +18819,34 @@ snapshots: '@emmetio/stream-reader@2.2.0': {} - '@emnapi/runtime@1.3.1': + '@emnapi/core@1.11.1': + dependencies: + '@emnapi/wasi-threads': 1.2.2 + tslib: 2.8.1 + optional: true + + '@emnapi/core@1.9.2': + dependencies: + '@emnapi/wasi-threads': 1.2.1 + tslib: 2.8.1 + optional: true + + '@emnapi/runtime@1.11.1': + dependencies: + tslib: 2.8.1 + optional: true + + '@emnapi/runtime@1.9.2': + dependencies: + tslib: 2.8.1 + optional: true + + '@emnapi/wasi-threads@1.2.1': + dependencies: + tslib: 2.8.1 + optional: true + + '@emnapi/wasi-threads@1.2.2': dependencies: tslib: 2.8.1 optional: true @@ -17327,22 +18867,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/babel-plugin@11.13.5': - dependencies: - '@babel/helper-module-imports': 7.25.9 - '@babel/runtime': 7.24.4 - '@emotion/hash': 0.9.2 - '@emotion/memoize': 0.9.0 - '@emotion/serialize': 1.3.3 - babel-plugin-macros: 3.1.0 - convert-source-map: 1.9.0 - escape-string-regexp: 4.0.0 - find-root: 1.1.0 - source-map: 0.5.7 - stylis: 4.2.0 - transitivePeerDependencies: - - supports-color - '@emotion/cache@11.11.0': dependencies: '@emotion/memoize': 0.8.1 @@ -17387,37 +18911,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/react@11.14.0(@types/react@18.3.12)(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.4 - '@emotion/babel-plugin': 11.13.5 - '@emotion/cache': 11.14.0 - '@emotion/serialize': 1.3.3 - '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1) - '@emotion/utils': 1.4.2 - '@emotion/weak-memoize': 0.4.0 - hoist-non-react-statics: 3.3.2 - react: 18.3.1 - optionalDependencies: - '@types/react': 18.3.12 - transitivePeerDependencies: - - supports-color - '@emotion/serialize@1.1.4': dependencies: '@emotion/hash': 0.9.1 '@emotion/memoize': 0.8.1 '@emotion/unitless': 0.8.1 '@emotion/utils': 1.2.1 - csstype: 3.1.3 - - '@emotion/serialize@1.3.3': - dependencies: - '@emotion/hash': 0.9.2 - '@emotion/memoize': 0.9.0 - '@emotion/unitless': 0.10.0 - '@emotion/utils': 1.4.2 - csstype: 3.1.3 + csstype: 3.2.3 '@emotion/sheet@1.2.2': {} @@ -17438,18 +18938,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@emotion/unitless@0.10.0': {} - '@emotion/unitless@0.8.1': {} '@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0)': dependencies: react: 18.2.0 - '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)': - dependencies: - react: 18.3.1 - '@emotion/utils@1.2.1': {} '@emotion/utils@1.4.2': {} @@ -17466,130 +18960,274 @@ snapshots: '@esbuild/aix-ppc64@0.25.4': optional: true + '@esbuild/aix-ppc64@0.27.7': + optional: true + + '@esbuild/aix-ppc64@0.28.1': + optional: true + '@esbuild/android-arm64@0.20.2': optional: true '@esbuild/android-arm64@0.25.4': optional: true + '@esbuild/android-arm64@0.27.7': + optional: true + + '@esbuild/android-arm64@0.28.1': + optional: true + '@esbuild/android-arm@0.20.2': optional: true '@esbuild/android-arm@0.25.4': optional: true + '@esbuild/android-arm@0.27.7': + optional: true + + '@esbuild/android-arm@0.28.1': + optional: true + '@esbuild/android-x64@0.20.2': optional: true '@esbuild/android-x64@0.25.4': optional: true + '@esbuild/android-x64@0.27.7': + optional: true + + '@esbuild/android-x64@0.28.1': + optional: true + '@esbuild/darwin-arm64@0.20.2': optional: true '@esbuild/darwin-arm64@0.25.4': optional: true + '@esbuild/darwin-arm64@0.27.7': + optional: true + + '@esbuild/darwin-arm64@0.28.1': + optional: true + '@esbuild/darwin-x64@0.20.2': optional: true '@esbuild/darwin-x64@0.25.4': optional: true + '@esbuild/darwin-x64@0.27.7': + optional: true + + '@esbuild/darwin-x64@0.28.1': + optional: true + '@esbuild/freebsd-arm64@0.20.2': optional: true '@esbuild/freebsd-arm64@0.25.4': optional: true + '@esbuild/freebsd-arm64@0.27.7': + optional: true + + '@esbuild/freebsd-arm64@0.28.1': + optional: true + '@esbuild/freebsd-x64@0.20.2': optional: true '@esbuild/freebsd-x64@0.25.4': optional: true + '@esbuild/freebsd-x64@0.27.7': + optional: true + + '@esbuild/freebsd-x64@0.28.1': + optional: true + '@esbuild/linux-arm64@0.20.2': optional: true '@esbuild/linux-arm64@0.25.4': optional: true + '@esbuild/linux-arm64@0.27.7': + optional: true + + '@esbuild/linux-arm64@0.28.1': + optional: true + '@esbuild/linux-arm@0.20.2': optional: true '@esbuild/linux-arm@0.25.4': optional: true + '@esbuild/linux-arm@0.27.7': + optional: true + + '@esbuild/linux-arm@0.28.1': + optional: true + '@esbuild/linux-ia32@0.20.2': optional: true '@esbuild/linux-ia32@0.25.4': optional: true + '@esbuild/linux-ia32@0.27.7': + optional: true + + '@esbuild/linux-ia32@0.28.1': + optional: true + '@esbuild/linux-loong64@0.20.2': optional: true '@esbuild/linux-loong64@0.25.4': optional: true + '@esbuild/linux-loong64@0.27.7': + optional: true + + '@esbuild/linux-loong64@0.28.1': + optional: true + '@esbuild/linux-mips64el@0.20.2': optional: true '@esbuild/linux-mips64el@0.25.4': optional: true + '@esbuild/linux-mips64el@0.27.7': + optional: true + + '@esbuild/linux-mips64el@0.28.1': + optional: true + '@esbuild/linux-ppc64@0.20.2': optional: true '@esbuild/linux-ppc64@0.25.4': optional: true + '@esbuild/linux-ppc64@0.27.7': + optional: true + + '@esbuild/linux-ppc64@0.28.1': + optional: true + '@esbuild/linux-riscv64@0.20.2': optional: true '@esbuild/linux-riscv64@0.25.4': optional: true + '@esbuild/linux-riscv64@0.27.7': + optional: true + + '@esbuild/linux-riscv64@0.28.1': + optional: true + '@esbuild/linux-s390x@0.20.2': optional: true '@esbuild/linux-s390x@0.25.4': optional: true + '@esbuild/linux-s390x@0.27.7': + optional: true + + '@esbuild/linux-s390x@0.28.1': + optional: true + '@esbuild/linux-x64@0.20.2': optional: true '@esbuild/linux-x64@0.25.4': optional: true + '@esbuild/linux-x64@0.27.7': + optional: true + + '@esbuild/linux-x64@0.28.1': + optional: true + '@esbuild/netbsd-arm64@0.25.4': optional: true + '@esbuild/netbsd-arm64@0.27.7': + optional: true + + '@esbuild/netbsd-arm64@0.28.1': + optional: true + '@esbuild/netbsd-x64@0.20.2': optional: true '@esbuild/netbsd-x64@0.25.4': optional: true + '@esbuild/netbsd-x64@0.27.7': + optional: true + + '@esbuild/netbsd-x64@0.28.1': + optional: true + '@esbuild/openbsd-arm64@0.25.4': optional: true + '@esbuild/openbsd-arm64@0.27.7': + optional: true + + '@esbuild/openbsd-arm64@0.28.1': + optional: true + '@esbuild/openbsd-x64@0.20.2': optional: true '@esbuild/openbsd-x64@0.25.4': optional: true + '@esbuild/openbsd-x64@0.27.7': + optional: true + + '@esbuild/openbsd-x64@0.28.1': + optional: true + + '@esbuild/openharmony-arm64@0.27.7': + optional: true + + '@esbuild/openharmony-arm64@0.28.1': + optional: true + '@esbuild/sunos-x64@0.20.2': optional: true '@esbuild/sunos-x64@0.25.4': optional: true - '@esbuild/win32-arm64@0.20.2': + '@esbuild/sunos-x64@0.27.7': + optional: true + + '@esbuild/sunos-x64@0.28.1': + optional: true + + '@esbuild/win32-arm64@0.20.2': + optional: true + + '@esbuild/win32-arm64@0.25.4': + optional: true + + '@esbuild/win32-arm64@0.27.7': optional: true - '@esbuild/win32-arm64@0.25.4': + '@esbuild/win32-arm64@0.28.1': optional: true '@esbuild/win32-ia32@0.20.2': @@ -17598,18 +19236,30 @@ snapshots: '@esbuild/win32-ia32@0.25.4': optional: true + '@esbuild/win32-ia32@0.27.7': + optional: true + + '@esbuild/win32-ia32@0.28.1': + optional: true + '@esbuild/win32-x64@0.20.2': optional: true '@esbuild/win32-x64@0.25.4': optional: true + '@esbuild/win32-x64@0.27.7': + optional: true + + '@esbuild/win32-x64@0.28.1': + optional: true + '@esfx/async-canceltoken@1.0.0': dependencies: '@esfx/cancelable': 1.0.0 '@esfx/canceltoken': 1.0.0 '@esfx/disposable': 1.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@esfx/cancelable@1.0.0': dependencies: @@ -17619,7 +19269,7 @@ snapshots: dependencies: '@esfx/cancelable': 1.0.0 '@esfx/disposable': 1.0.0 - tslib: 2.6.2 + tslib: 2.8.1 '@esfx/disposable@1.0.0': {} @@ -17628,47 +19278,40 @@ snapshots: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.5.1(eslint@8.57.0)': + '@eslint-community/eslint-utils@4.7.0(eslint@8.57.0)': dependencies: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.5.1(eslint@9.27.0)': + '@eslint-community/eslint-utils@4.9.1(eslint@10.6.0)': dependencies: - eslint: 9.27.0 - eslint-visitor-keys: 3.4.3 - - '@eslint-community/eslint-utils@4.7.0(eslint@9.27.0)': - dependencies: - eslint: 9.27.0 + eslint: 10.6.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.10.0': {} - '@eslint-community/regexpp@4.12.1': {} + '@eslint-community/regexpp@4.12.2': {} - '@eslint/config-array@0.20.0': + '@eslint/config-array@0.23.5': dependencies: - '@eslint/object-schema': 2.1.6 - debug: 4.4.0(supports-color@8.1.1) - minimatch: 3.1.2 + '@eslint/object-schema': 3.0.5 + debug: 4.4.3 + minimatch: 10.2.5 transitivePeerDependencies: - supports-color - '@eslint/config-helpers@0.2.2': {} - - '@eslint/core@0.14.0': + '@eslint/config-helpers@0.6.0': dependencies: - '@types/json-schema': 7.0.15 + '@eslint/core': 1.2.1 - '@eslint/core@0.15.2': + '@eslint/core@1.2.1': dependencies: '@types/json-schema': 7.0.15 '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.0 espree: 9.6.1 globals: 13.24.0 ignore: 5.3.1 @@ -17679,60 +19322,43 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/eslintrc@3.3.1': - dependencies: - ajv: 6.12.6 - debug: 4.4.0(supports-color@8.1.1) - espree: 10.3.0 - globals: 14.0.0 - ignore: 5.3.1 - import-fresh: 3.3.1 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color + '@eslint/js@10.0.1(eslint@10.6.0)': + optionalDependencies: + eslint: 10.6.0 '@eslint/js@8.57.0': {} - '@eslint/js@9.27.0': {} - - '@eslint/object-schema@2.1.6': {} - - '@eslint/plugin-kit@0.3.1': - dependencies: - '@eslint/core': 0.14.0 - levn: 0.4.1 + '@eslint/object-schema@3.0.5': {} - '@eslint/plugin-kit@0.3.5': + '@eslint/plugin-kit@0.7.2': dependencies: - '@eslint/core': 0.15.2 + '@eslint/core': 1.2.1 levn: 0.4.1 - '@expressive-code/core@0.41.3': + '@expressive-code/core@0.42.0': dependencies: '@ctrl/tinycolor': 4.1.0 - hast-util-select: 6.0.3 + hast-util-select: 6.0.4 hast-util-to-html: 9.0.5 hast-util-to-text: 4.0.2 - hastscript: 9.0.0 - postcss: 8.5.3 - postcss-nested: 6.2.0(postcss@8.5.3) - unist-util-visit: 5.0.0 - unist-util-visit-parents: 6.0.1 + hastscript: 9.0.1 + postcss: 8.5.16 + postcss-nested: 6.2.0(postcss@8.5.16) + unist-util-visit: 5.1.0 + unist-util-visit-parents: 6.0.2 - '@expressive-code/plugin-frames@0.41.3': + '@expressive-code/plugin-frames@0.42.0': dependencies: - '@expressive-code/core': 0.41.3 + '@expressive-code/core': 0.42.0 - '@expressive-code/plugin-shiki@0.41.3': + '@expressive-code/plugin-shiki@0.42.0': dependencies: - '@expressive-code/core': 0.41.3 - shiki: 3.4.2 + '@expressive-code/core': 0.42.0 + shiki: 4.3.0 - '@expressive-code/plugin-text-markers@0.41.3': + '@expressive-code/plugin-text-markers@0.42.0': dependencies: - '@expressive-code/core': 0.41.3 + '@expressive-code/core': 0.42.0 '@floating-ui/core@1.6.0': dependencies: @@ -17764,1309 +19390,1197 @@ snapshots: '@fluentui/keyboard-keys@9.0.8': dependencies: - '@swc/helpers': 0.5.10 + '@swc/helpers': 0.5.17 - '@fluentui/priority-overflow@9.2.0': + '@fluentui/priority-overflow@9.4.0': dependencies: '@swc/helpers': 0.5.17 - '@fluentui/react-accordion@9.8.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-motion-components-preview': 0.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-accordion@9.12.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-alert@9.0.0-beta.124(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-alert@9.0.0-beta.142(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-avatar': 9.9.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.0.54(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-avatar': 9.11.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-aria@9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-aria@9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-avatar@9.9.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-badge': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-popover': 9.12.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-tooltip': 9.8.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-avatar@9.11.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-badge': 9.5.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-popover': 9.14.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-tooltip': 9.10.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-badge@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-badge@9.5.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-breadcrumb@9.3.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-link': 9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-breadcrumb@9.4.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': + dependencies: + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-link': 9.8.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-button@9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-button@9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-card@9.5.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-card@9.7.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-text': 9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-text': 9.6.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-carousel@9.8.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-tooltip': 9.8.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-carousel@9.9.10(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-tooltip': 9.10.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 + '@types/react-dom': 18.2.25 embla-carousel: 8.5.2 embla-carousel-autoplay: 8.5.2(embla-carousel@8.5.2) embla-carousel-fade: 8.5.2(embla-carousel@8.5.2) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - scheduler - - '@fluentui/react-checkbox@9.3.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-field': 9.2.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.0.52(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.1.85(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.23.0(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.24.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.1.24 - '@fluentui/react-utilities': 9.18.22(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-checkbox@9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-checkbox@9.6.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-color-picker@9.2.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-color-picker@9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@ctrl/tinycolor': 3.6.1 - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-combobox@9.16.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-combobox@9.17.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-positioning': 9.20.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-positioning': 9.22.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-components@9.69.0(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-accordion': 9.8.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-alert': 9.0.0-beta.124(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-avatar': 9.9.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-badge': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-breadcrumb': 9.3.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-card': 9.5.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-carousel': 9.8.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-checkbox': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-color-picker': 9.2.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-combobox': 9.16.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-dialog': 9.15.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-divider': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-drawer': 9.10.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-image': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-infobutton': 9.0.0-beta.102(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-infolabel': 9.4.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-input': 9.7.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-link': 9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-list': 9.6.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-menu': 9.20.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-message-bar': 9.6.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-nav': 9.3.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-overflow': 9.6.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-persona': 9.5.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-popover': 9.12.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-positioning': 9.20.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-progress': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-provider': 9.22.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-radio': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-rating': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-search': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-select': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-skeleton': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-slider': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-spinbutton': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-spinner': 9.7.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-swatch-picker': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-switch': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-table': 9.19.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-tabs': 9.10.3(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-tag-picker': 9.7.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-tags': 9.7.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-teaching-popover': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-text': 9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-textarea': 9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-toast': 9.7.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-toolbar': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-tooltip': 9.8.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-tree': 9.15.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-virtualizer': 9.0.0-alpha.102(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-components@9.74.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-accordion': 9.12.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-alert': 9.0.0-beta.142(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-avatar': 9.11.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-badge': 9.5.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-breadcrumb': 9.4.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-card': 9.7.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-carousel': 9.9.10(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-checkbox': 9.6.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-color-picker': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-combobox': 9.17.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-dialog': 9.18.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-divider': 9.7.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-drawer': 9.13.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-image': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-infobutton': 9.0.0-beta.117(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-infolabel': 9.4.22(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-input': 9.8.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-link': 9.8.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-list': 9.6.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-menu': 9.25.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-message-bar': 9.7.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-nav': 9.4.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-overflow': 9.9.0(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-persona': 9.7.5(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-popover': 9.14.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-positioning': 9.22.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-progress': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-provider': 9.22.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-radio': 9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-rating': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-search': 9.4.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-select': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-skeleton': 9.7.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-slider': 9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-spinbutton': 9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-spinner': 9.8.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-swatch-picker': 9.5.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-switch': 9.7.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-table': 9.19.17(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-tabs': 9.12.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-tag-picker': 9.9.0(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-tags': 9.9.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-teaching-popover': 9.7.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-text': 9.6.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-textarea': 9.7.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-toast': 9.8.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-toolbar': 9.8.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-tooltip': 9.10.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-tree': 9.16.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-virtualizer': 9.0.0-alpha.114(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-context-selector@9.1.74(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-utilities': 9.18.22(@types/react@18.3.12)(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - scheduler: 0.23.2 - - '@fluentui/react-context-selector@9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-context-selector@9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - scheduler: 0.23.2 + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + scheduler: 0.27.0 - '@fluentui/react-dialog@9.15.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-dialog@9.18.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-motion-components-preview': 0.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-divider@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-divider@9.7.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-drawer@9.10.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-dialog': 9.15.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-drawer@9.13.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-dialog': 9.18.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - scheduler - - '@fluentui/react-field@9.2.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-context-selector': 9.1.74(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.0.52(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.1.85(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.1.24 - '@fluentui/react-utilities': 9.18.22(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-field@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-field@9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-icons@2.0.292(react@18.3.1)': + '@fluentui/react-icons@2.0.331(react@19.2.7)': dependencies: - '@griffel/react': 1.5.23(react@18.3.1) - react: 18.3.1 - tslib: 2.6.2 + '@griffel/react': 1.7.4(react@19.2.7) + react: 19.2.7 + tslib: 2.8.1 - '@fluentui/react-image@9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-image@9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-infobutton@9.0.0-beta.102(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.0.54(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-popover': 9.12.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-infobutton@9.0.0-beta.117(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-popover': 9.14.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-infolabel@9.4.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-popover': 9.12.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-infolabel@9.4.22(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-popover': 9.14.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-input@9.7.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-input@9.8.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-jsx-runtime@9.0.52(@types/react@18.3.12)(react@18.3.1)': - dependencies: - '@fluentui/react-utilities': 9.18.22(@types/react@18.3.12)(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - react: 18.3.1 - react-is: 17.0.2 - - '@fluentui/react-jsx-runtime@9.0.54(@types/react@18.3.12)(react@18.3.1)': - dependencies: - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@swc/helpers': 0.5.17 - '@types/react': 18.3.12 - react: 18.3.1 - react-is: 17.0.2 - - '@fluentui/react-jsx-runtime@9.2.2(@types/react@18.3.12)(react@18.3.1)': + '@fluentui/react-jsx-runtime@9.4.4(@types/react@18.3.12)(react@19.2.7)': dependencies: - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - react: 18.3.1 - react-is: 17.0.2 - - '@fluentui/react-label@9.1.85(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@fluentui/react-jsx-runtime': 9.0.52(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.23.0(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.1.24 - '@fluentui/react-utilities': 9.18.22(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.2.7 - '@fluentui/react-label@9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-label@9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-link@9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-link@9.8.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-list@9.1.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-checkbox': 9.3.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-context-selector': 9.1.74(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.0.52(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.23.0(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.24.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.1.24 - '@fluentui/react-utilities': 9.18.22(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - scheduler + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-list@9.6.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-list@9.6.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-checkbox': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-checkbox': 9.6.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-menu@9.20.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-menu@9.25.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-positioning': 9.20.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-positioning': 9.22.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-message-bar@9.6.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-link': 9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-motion-components-preview': 0.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-message-bar@9.7.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': + dependencies: + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-link': 9.8.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-motion-components-preview@0.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-motion-components-preview@0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-motion@9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-motion@9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-nav@9.3.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-divider': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-drawer': 9.10.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-tooltip': 9.8.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-nav@9.4.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-divider': 9.7.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-drawer': 9.13.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-tooltip': 9.10.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-overflow@9.6.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-overflow@9.9.0(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/priority-overflow': 9.2.0 - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/priority-overflow': 9.4.0 + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - transitivePeerDependencies: - - scheduler - - '@fluentui/react-persona@9.5.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-avatar': 9.9.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-badge': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-persona@9.7.5(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-avatar': 9.11.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-badge': 9.5.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-popover@9.12.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-popover@9.14.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-positioning': 9.20.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-positioning': 9.22.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-portal@9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-portal@9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-positioning@9.20.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-positioning@9.22.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@floating-ui/devtools': 0.2.3(@floating-ui/dom@1.6.13) '@floating-ui/dom': 1.6.13 - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - use-sync-external-store: 1.2.2(react@18.3.1) - - '@fluentui/react-progress@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + use-sync-external-store: 1.2.2(react@19.2.7) + + '@fluentui/react-progress@9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-provider@9.22.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-provider@9.22.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) '@griffel/core': 1.17.0 - '@griffel/react': 1.5.23(react@18.3.1) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-radio@9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-radio@9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-rating@9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-rating@9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-search@9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-input': 9.7.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-search@9.4.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-input': 9.8.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-select@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-select@9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-shared-contexts@9.23.0(@types/react@18.3.12)(react@18.3.1)': - dependencies: - '@fluentui/react-theme': 9.1.24 - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - react: 18.3.1 - - '@fluentui/react-shared-contexts@9.25.2(@types/react@18.3.12)(react@18.3.1)': + '@fluentui/react-shared-contexts@9.26.2(@types/react@18.3.12)(react@19.2.7)': dependencies: - '@fluentui/react-theme': 9.2.0 + '@fluentui/react-theme': 9.2.1 '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - react: 18.3.1 + react: 19.2.7 - '@fluentui/react-skeleton@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-skeleton@9.7.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-slider@9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-slider@9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-spinbutton@9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-spinbutton@9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-spinner@9.7.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-spinner@9.8.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-swatch-picker@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-swatch-picker@9.5.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-switch@9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-label': 9.3.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-switch@9.7.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-label': 9.4.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-table@9.19.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-table@9.19.17(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-avatar': 9.9.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-checkbox': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-radio': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-avatar': 9.11.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-checkbox': 9.6.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-radio': 9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-tabs@9.10.3(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-tabs@9.12.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-tabster@9.24.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-tabster@9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-shared-contexts': 9.23.0(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.1.24 - '@fluentui/react-utilities': 9.18.22(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - keyborg: 2.6.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - tabster: 8.5.0 - - '@fluentui/react-tabster@9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - keyborg: 2.6.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - tabster: 8.5.6 + '@types/react-dom': 18.2.25 + keyborg: 2.14.1 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + tabster: 8.8.0 - '@fluentui/react-tag-picker@9.7.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-tag-picker@9.9.0(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-combobox': 9.16.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-positioning': 9.20.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-tags': 9.7.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-combobox': 9.17.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-positioning': 9.22.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-tags': 9.9.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-tags@9.7.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-tags@9.9.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-avatar': 9.9.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-avatar': 9.11.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-teaching-popover@9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-popover': 9.12.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-teaching-popover@9.7.2(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-popover': 9.14.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - use-sync-external-store: 1.2.2(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + use-sync-external-store: 1.2.2(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-text@9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-text@9.6.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-textarea@9.6.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-field': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-textarea@9.7.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-field': 9.5.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-theme@9.1.24': - dependencies: - '@fluentui/tokens': 1.0.0-alpha.21 - '@swc/helpers': 0.5.10 - - '@fluentui/react-theme@9.2.0': + '@fluentui/react-theme@9.2.1': dependencies: - '@fluentui/tokens': 1.0.0-alpha.22 + '@fluentui/tokens': 1.0.0-alpha.23 '@swc/helpers': 0.5.17 - '@fluentui/react-toast@9.7.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-toast@9.8.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-motion-components-preview': 0.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/react-toolbar@9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': - dependencies: - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-divider': 9.4.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-radio': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + + '@fluentui/react-toolbar@9.8.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': + dependencies: + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-divider': 9.7.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-radio': 9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-tooltip@9.8.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-tooltip@9.10.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-portal': 9.8.4(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-positioning': 9.20.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-portal': 9.8.14(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-positioning': 9.22.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/react-tree@9.15.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2)': + '@fluentui/react-tree@9.16.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-aria': 9.17.2(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-avatar': 9.9.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-button': 9.6.8(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-checkbox': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-context-selector': 9.2.9(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-icons': 2.0.292(react@18.3.1) - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-motion': 9.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-motion-components-preview': 0.11.1(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-radio': 9.5.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(scheduler@0.23.2) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-tabster': 9.26.7(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@fluentui/react-theme': 9.2.0 - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-aria': 9.17.13(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-avatar': 9.11.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-button': 9.10.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-checkbox': 9.6.3(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-context-selector': 9.2.18(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-icons': 2.0.331(react@19.2.7) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-motion': 9.16.1(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-motion-components-preview': 0.15.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-radio': 9.6.4(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(scheduler@0.27.0) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-tabster': 9.26.16(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@fluentui/react-theme': 9.2.1 + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) transitivePeerDependencies: - scheduler - '@fluentui/react-utilities@9.18.22(@types/react@18.3.12)(react@18.3.1)': - dependencies: - '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-shared-contexts': 9.23.0(@types/react@18.3.12)(react@18.3.1) - '@swc/helpers': 0.5.10 - '@types/react': 18.3.12 - react: 18.3.1 - - '@fluentui/react-utilities@9.25.1(@types/react@18.3.12)(react@18.3.1)': + '@fluentui/react-utilities@9.26.5(@types/react@18.3.12)(react@19.2.7)': dependencies: '@fluentui/keyboard-keys': 9.0.8 - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - react: 18.3.1 + react: 19.2.7 - '@fluentui/react-virtualizer@9.0.0-alpha.102(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@fluentui/react-virtualizer@9.0.0-alpha.114(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: - '@fluentui/react-jsx-runtime': 9.2.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-shared-contexts': 9.25.2(@types/react@18.3.12)(react@18.3.1) - '@fluentui/react-utilities': 9.25.1(@types/react@18.3.12)(react@18.3.1) - '@griffel/react': 1.5.23(react@18.3.1) + '@fluentui/react-jsx-runtime': 9.4.4(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-shared-contexts': 9.26.2(@types/react@18.3.12)(react@19.2.7) + '@fluentui/react-utilities': 9.26.5(@types/react@18.3.12)(react@19.2.7) + '@griffel/react': 1.7.4(react@19.2.7) '@swc/helpers': 0.5.17 '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@fluentui/tokens@1.0.0-alpha.21': - dependencies: - '@swc/helpers': 0.5.10 + '@types/react-dom': 18.2.25 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) - '@fluentui/tokens@1.0.0-alpha.22': + '@fluentui/tokens@1.0.0-alpha.23': dependencies: '@swc/helpers': 0.5.17 '@fontsource/roboto@4.5.8': {} - '@gerrit0/mini-shiki@3.4.2': + '@gar/promise-retry@1.0.3': {} + + '@gerrit0/mini-shiki@3.23.0': dependencies: - '@shikijs/engine-oniguruma': 3.4.2 - '@shikijs/langs': 3.4.2 - '@shikijs/themes': 3.4.2 - '@shikijs/types': 3.4.2 + '@shikijs/engine-oniguruma': 3.23.0 + '@shikijs/langs': 3.23.0 + '@shikijs/themes': 3.23.0 + '@shikijs/types': 3.23.0 '@shikijs/vscode-textmate': 10.0.2 '@griffel/core@1.17.0': dependencies: '@emotion/hash': 0.9.2 '@griffel/style-types': 1.2.0 - csstype: 3.1.3 + csstype: 3.2.3 rtl-css-js: 1.16.1 stylis: 4.3.1 - tslib: 2.6.2 + tslib: 2.8.1 - '@griffel/react@1.5.23(react@18.3.1)': + '@griffel/core@1.21.2': dependencies: - '@griffel/core': 1.17.0 - react: 18.3.1 - tslib: 2.6.2 + '@emotion/hash': 0.9.2 + '@griffel/style-types': 1.4.2 + csstype: 3.2.3 + rtl-css-js: 1.16.1 + stylis: 4.4.0 + tslib: 2.8.1 + + '@griffel/react@1.7.4(react@19.2.7)': + dependencies: + '@griffel/core': 1.21.2 + react: 19.2.7 + tslib: 2.8.1 '@griffel/style-types@1.2.0': dependencies: - csstype: 3.1.3 + csstype: 3.2.3 + + '@griffel/style-types@1.4.2': + dependencies: + csstype: 3.2.3 '@gwhitney/detect-indent@7.0.1': {} @@ -19080,7 +20594,7 @@ snapshots: '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.0 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -19093,100 +20607,122 @@ snapshots: '@humanwhocodes/retry@0.4.2': {} - '@img/sharp-darwin-arm64@0.33.5': + '@img/colour@1.1.0': + optional: true + + '@img/sharp-darwin-arm64@0.34.5': optionalDependencies: - '@img/sharp-libvips-darwin-arm64': 1.0.4 + '@img/sharp-libvips-darwin-arm64': 1.2.4 optional: true - '@img/sharp-darwin-x64@0.33.5': + '@img/sharp-darwin-x64@0.34.5': optionalDependencies: - '@img/sharp-libvips-darwin-x64': 1.0.4 + '@img/sharp-libvips-darwin-x64': 1.2.4 + optional: true + + '@img/sharp-libvips-darwin-arm64@1.2.4': + optional: true + + '@img/sharp-libvips-darwin-x64@1.2.4': + optional: true + + '@img/sharp-libvips-linux-arm64@1.2.4': optional: true - '@img/sharp-libvips-darwin-arm64@1.0.4': + '@img/sharp-libvips-linux-arm@1.2.4': optional: true - '@img/sharp-libvips-darwin-x64@1.0.4': + '@img/sharp-libvips-linux-ppc64@1.2.4': optional: true - '@img/sharp-libvips-linux-arm64@1.0.4': + '@img/sharp-libvips-linux-riscv64@1.2.4': optional: true - '@img/sharp-libvips-linux-arm@1.0.5': + '@img/sharp-libvips-linux-s390x@1.2.4': optional: true - '@img/sharp-libvips-linux-s390x@1.0.4': + '@img/sharp-libvips-linux-x64@1.2.4': optional: true - '@img/sharp-libvips-linux-x64@1.0.4': + '@img/sharp-libvips-linuxmusl-arm64@1.2.4': optional: true - '@img/sharp-libvips-linuxmusl-arm64@1.0.4': + '@img/sharp-libvips-linuxmusl-x64@1.2.4': optional: true - '@img/sharp-libvips-linuxmusl-x64@1.0.4': + '@img/sharp-linux-arm64@0.34.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm64': 1.2.4 + optional: true + + '@img/sharp-linux-arm@0.34.5': + optionalDependencies: + '@img/sharp-libvips-linux-arm': 1.2.4 optional: true - '@img/sharp-linux-arm64@0.33.5': + '@img/sharp-linux-ppc64@0.34.5': optionalDependencies: - '@img/sharp-libvips-linux-arm64': 1.0.4 + '@img/sharp-libvips-linux-ppc64': 1.2.4 optional: true - '@img/sharp-linux-arm@0.33.5': + '@img/sharp-linux-riscv64@0.34.5': optionalDependencies: - '@img/sharp-libvips-linux-arm': 1.0.5 + '@img/sharp-libvips-linux-riscv64': 1.2.4 optional: true - '@img/sharp-linux-s390x@0.33.5': + '@img/sharp-linux-s390x@0.34.5': optionalDependencies: - '@img/sharp-libvips-linux-s390x': 1.0.4 + '@img/sharp-libvips-linux-s390x': 1.2.4 optional: true - '@img/sharp-linux-x64@0.33.5': + '@img/sharp-linux-x64@0.34.5': optionalDependencies: - '@img/sharp-libvips-linux-x64': 1.0.4 + '@img/sharp-libvips-linux-x64': 1.2.4 optional: true - '@img/sharp-linuxmusl-arm64@0.33.5': + '@img/sharp-linuxmusl-arm64@0.34.5': optionalDependencies: - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 optional: true - '@img/sharp-linuxmusl-x64@0.33.5': + '@img/sharp-linuxmusl-x64@0.34.5': optionalDependencies: - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 + '@img/sharp-libvips-linuxmusl-x64': 1.2.4 optional: true - '@img/sharp-wasm32@0.33.5': + '@img/sharp-wasm32@0.34.5': dependencies: - '@emnapi/runtime': 1.3.1 + '@emnapi/runtime': 1.11.1 optional: true - '@img/sharp-win32-ia32@0.33.5': + '@img/sharp-win32-arm64@0.34.5': optional: true - '@img/sharp-win32-x64@0.33.5': + '@img/sharp-win32-ia32@0.34.5': optional: true - '@inquirer/checkbox@4.1.4(@types/node@24.3.3)': + '@img/sharp-win32-x64@0.34.5': + optional: true + + '@inquirer/ansi@2.0.7': {} + + '@inquirer/checkbox@5.2.1(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.3.3) - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@inquirer/checkbox@4.1.4(@types/node@24.6.0)': + '@inquirer/checkbox@5.2.1(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.6.0) - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@26.1.0) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 '@inquirer/confirm@5.1.8(@types/node@20.12.7)': dependencies: @@ -19195,19 +20731,43 @@ snapshots: optionalDependencies: '@types/node': 20.12.7 - '@inquirer/confirm@5.1.8(@types/node@24.3.3)': - dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) - optionalDependencies: - '@types/node': 24.3.3 - '@inquirer/confirm@5.1.8(@types/node@24.6.0)': dependencies: '@inquirer/core': 10.1.9(@types/node@24.6.0) '@inquirer/type': 3.0.5(@types/node@24.6.0) optionalDependencies: '@types/node': 24.6.0 + optional: true + + '@inquirer/confirm@5.1.8(@types/node@25.9.4)': + dependencies: + '@inquirer/core': 10.1.9(@types/node@25.9.4) + '@inquirer/type': 3.0.5(@types/node@25.9.4) + optionalDependencies: + '@types/node': 25.9.4 + optional: true + + '@inquirer/confirm@5.1.8(@types/node@26.1.0)': + dependencies: + '@inquirer/core': 10.1.9(@types/node@26.1.0) + '@inquirer/type': 3.0.5(@types/node@26.1.0) + optionalDependencies: + '@types/node': 26.1.0 + optional: true + + '@inquirer/confirm@6.1.1(@types/node@25.9.4)': + dependencies: + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/type': 4.0.7(@types/node@25.9.4) + optionalDependencies: + '@types/node': 25.9.4 + + '@inquirer/confirm@6.1.1(@types/node@26.1.0)': + dependencies: + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/type': 4.0.7(@types/node@26.1.0) + optionalDependencies: + '@types/node': 26.1.0 '@inquirer/core@10.1.9(@types/node@20.12.7)': dependencies: @@ -19222,10 +20782,10 @@ snapshots: optionalDependencies: '@types/node': 20.12.7 - '@inquirer/core@10.1.9(@types/node@24.3.3)': + '@inquirer/core@10.1.9(@types/node@24.6.0)': dependencies: '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.3.3) + '@inquirer/type': 3.0.5(@types/node@24.6.0) ansi-escapes: 4.3.2 cli-width: 4.1.0 mute-stream: 2.0.0 @@ -19233,12 +20793,13 @@ snapshots: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.6.0 + optional: true - '@inquirer/core@10.1.9(@types/node@24.6.0)': + '@inquirer/core@10.1.9(@types/node@25.9.4)': dependencies: '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.6.0) + '@inquirer/type': 3.0.5(@types/node@25.9.4) ansi-escapes: 4.3.2 cli-width: 4.1.0 mute-stream: 2.0.0 @@ -19246,209 +20807,270 @@ snapshots: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 25.9.4 + optional: true - '@inquirer/editor@4.2.9(@types/node@24.3.3)': + '@inquirer/core@10.1.9(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) - external-editor: 3.1.0 + '@inquirer/figures': 1.0.11 + '@inquirer/type': 3.0.5(@types/node@26.1.0) + ansi-escapes: 4.3.2 + cli-width: 4.1.0 + mute-stream: 2.0.0 + signal-exit: 4.1.0 + wrap-ansi: 6.2.0 + yoctocolors-cjs: 2.1.2 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 + optional: true - '@inquirer/editor@4.2.9(@types/node@24.6.0)': + '@inquirer/core@11.2.1(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/type': 3.0.5(@types/node@24.6.0) - external-editor: 3.1.0 + '@inquirer/ansi': 2.0.7 + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@25.9.4) + cli-width: 4.1.0 + fast-wrap-ansi: 0.2.2 + mute-stream: 3.0.0 + signal-exit: 4.1.0 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 25.9.4 - '@inquirer/expand@4.0.11(@types/node@24.3.3)': + '@inquirer/core@11.2.1(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) - yoctocolors-cjs: 2.1.2 + '@inquirer/ansi': 2.0.7 + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@26.1.0) + cli-width: 4.1.0 + fast-wrap-ansi: 0.2.2 + mute-stream: 3.0.0 + signal-exit: 4.1.0 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 - '@inquirer/expand@4.0.11(@types/node@24.6.0)': + '@inquirer/editor@5.2.2(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/type': 3.0.5(@types/node@24.6.0) - yoctocolors-cjs: 2.1.2 + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/external-editor': 3.0.3(@types/node@25.9.4) + '@inquirer/type': 4.0.7(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 25.9.4 - '@inquirer/figures@1.0.11': {} + '@inquirer/editor@5.2.2(@types/node@26.1.0)': + dependencies: + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/external-editor': 3.0.3(@types/node@26.1.0) + '@inquirer/type': 4.0.7(@types/node@26.1.0) + optionalDependencies: + '@types/node': 26.1.0 - '@inquirer/input@4.1.8(@types/node@24.3.3)': + '@inquirer/expand@5.1.1(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/type': 4.0.7(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@inquirer/input@4.1.8(@types/node@24.6.0)': + '@inquirer/expand@5.1.1(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/type': 3.0.5(@types/node@24.6.0) + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/type': 4.0.7(@types/node@26.1.0) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 - '@inquirer/number@3.0.11(@types/node@24.3.3)': + '@inquirer/external-editor@3.0.3(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) + chardet: 2.2.0 + iconv-lite: 0.7.2 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@inquirer/number@3.0.11(@types/node@24.6.0)': + '@inquirer/external-editor@3.0.3(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/type': 3.0.5(@types/node@24.6.0) + chardet: 2.2.0 + iconv-lite: 0.7.2 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 + + '@inquirer/figures@1.0.11': {} + + '@inquirer/figures@2.0.7': {} - '@inquirer/password@4.0.11(@types/node@24.3.3)': + '@inquirer/input@5.1.2(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) - ansi-escapes: 4.3.2 + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/type': 4.0.7(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@inquirer/password@4.0.11(@types/node@24.6.0)': + '@inquirer/input@5.1.2(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/type': 3.0.5(@types/node@24.6.0) - ansi-escapes: 4.3.2 + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/type': 4.0.7(@types/node@26.1.0) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 + + '@inquirer/number@4.1.1(@types/node@25.9.4)': + dependencies: + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/type': 4.0.7(@types/node@25.9.4) + optionalDependencies: + '@types/node': 25.9.4 - '@inquirer/prompts@7.4.0(@types/node@24.3.3)': - dependencies: - '@inquirer/checkbox': 4.1.4(@types/node@24.3.3) - '@inquirer/confirm': 5.1.8(@types/node@24.3.3) - '@inquirer/editor': 4.2.9(@types/node@24.3.3) - '@inquirer/expand': 4.0.11(@types/node@24.3.3) - '@inquirer/input': 4.1.8(@types/node@24.3.3) - '@inquirer/number': 3.0.11(@types/node@24.3.3) - '@inquirer/password': 4.0.11(@types/node@24.3.3) - '@inquirer/rawlist': 4.0.11(@types/node@24.3.3) - '@inquirer/search': 3.0.11(@types/node@24.3.3) - '@inquirer/select': 4.1.0(@types/node@24.3.3) + '@inquirer/number@4.1.1(@types/node@26.1.0)': + dependencies: + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/type': 4.0.7(@types/node@26.1.0) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 - '@inquirer/prompts@7.4.0(@types/node@24.6.0)': + '@inquirer/password@5.1.1(@types/node@25.9.4)': dependencies: - '@inquirer/checkbox': 4.1.4(@types/node@24.6.0) - '@inquirer/confirm': 5.1.8(@types/node@24.6.0) - '@inquirer/editor': 4.2.9(@types/node@24.6.0) - '@inquirer/expand': 4.0.11(@types/node@24.6.0) - '@inquirer/input': 4.1.8(@types/node@24.6.0) - '@inquirer/number': 3.0.11(@types/node@24.6.0) - '@inquirer/password': 4.0.11(@types/node@24.6.0) - '@inquirer/rawlist': 4.0.11(@types/node@24.6.0) - '@inquirer/search': 3.0.11(@types/node@24.6.0) - '@inquirer/select': 4.1.0(@types/node@24.6.0) + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/type': 4.0.7(@types/node@25.9.4) + optionalDependencies: + '@types/node': 25.9.4 + + '@inquirer/password@5.1.1(@types/node@26.1.0)': + dependencies: + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/type': 4.0.7(@types/node@26.1.0) + optionalDependencies: + '@types/node': 26.1.0 + + '@inquirer/prompts@8.5.2(@types/node@25.9.4)': + dependencies: + '@inquirer/checkbox': 5.2.1(@types/node@25.9.4) + '@inquirer/confirm': 6.1.1(@types/node@25.9.4) + '@inquirer/editor': 5.2.2(@types/node@25.9.4) + '@inquirer/expand': 5.1.1(@types/node@25.9.4) + '@inquirer/input': 5.1.2(@types/node@25.9.4) + '@inquirer/number': 4.1.1(@types/node@25.9.4) + '@inquirer/password': 5.1.1(@types/node@25.9.4) + '@inquirer/rawlist': 5.3.1(@types/node@25.9.4) + '@inquirer/search': 4.2.1(@types/node@25.9.4) + '@inquirer/select': 5.2.1(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 25.9.4 + + '@inquirer/prompts@8.5.2(@types/node@26.1.0)': + dependencies: + '@inquirer/checkbox': 5.2.1(@types/node@26.1.0) + '@inquirer/confirm': 6.1.1(@types/node@26.1.0) + '@inquirer/editor': 5.2.2(@types/node@26.1.0) + '@inquirer/expand': 5.1.1(@types/node@26.1.0) + '@inquirer/input': 5.1.2(@types/node@26.1.0) + '@inquirer/number': 4.1.1(@types/node@26.1.0) + '@inquirer/password': 5.1.1(@types/node@26.1.0) + '@inquirer/rawlist': 5.3.1(@types/node@26.1.0) + '@inquirer/search': 4.2.1(@types/node@26.1.0) + '@inquirer/select': 5.2.1(@types/node@26.1.0) + optionalDependencies: + '@types/node': 26.1.0 - '@inquirer/rawlist@4.0.11(@types/node@24.3.3)': + '@inquirer/rawlist@5.3.1(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) - yoctocolors-cjs: 2.1.2 + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/type': 4.0.7(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@inquirer/rawlist@4.0.11(@types/node@24.6.0)': + '@inquirer/rawlist@5.3.1(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/type': 3.0.5(@types/node@24.6.0) - yoctocolors-cjs: 2.1.2 + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/type': 4.0.7(@types/node@26.1.0) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 - '@inquirer/search@3.0.11(@types/node@24.3.3)': + '@inquirer/search@4.2.1(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.3.3) - yoctocolors-cjs: 2.1.2 + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@inquirer/search@3.0.11(@types/node@24.6.0)': + '@inquirer/search@4.2.1(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.6.0) - yoctocolors-cjs: 2.1.2 + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@26.1.0) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 - '@inquirer/select@4.1.0(@types/node@24.3.3)': + '@inquirer/select@5.2.1(@types/node@25.9.4)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.3.3) - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@25.9.4) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@25.9.4) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@inquirer/select@4.1.0(@types/node@24.6.0)': + '@inquirer/select@5.2.1(@types/node@26.1.0)': dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/figures': 1.0.11 - '@inquirer/type': 3.0.5(@types/node@24.6.0) - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 + '@inquirer/ansi': 2.0.7 + '@inquirer/core': 11.2.1(@types/node@26.1.0) + '@inquirer/figures': 2.0.7 + '@inquirer/type': 4.0.7(@types/node@26.1.0) optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 '@inquirer/type@3.0.5(@types/node@20.12.7)': optionalDependencies: '@types/node': 20.12.7 - '@inquirer/type@3.0.5(@types/node@24.3.3)': - optionalDependencies: - '@types/node': 24.3.3 - '@inquirer/type@3.0.5(@types/node@24.6.0)': optionalDependencies: '@types/node': 24.6.0 + optional: true + + '@inquirer/type@3.0.5(@types/node@25.9.4)': + optionalDependencies: + '@types/node': 25.9.4 + optional: true + + '@inquirer/type@3.0.5(@types/node@26.1.0)': + optionalDependencies: + '@types/node': 26.1.0 + optional: true + + '@inquirer/type@4.0.7(@types/node@25.9.4)': + optionalDependencies: + '@types/node': 25.9.4 + + '@inquirer/type@4.0.7(@types/node@26.1.0)': + optionalDependencies: + '@types/node': 26.1.0 '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 string-width-cjs: string-width@4.2.3 - strip-ansi: 7.1.0 + strip-ansi: 7.2.0 strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 '@isaacs/fs-minipass@4.0.1': dependencies: - minipass: 7.1.2 + minipass: 7.1.3 '@istanbuljs/schema@0.1.3': {} - '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))': + '@joshwooding/vite-plugin-react-docgen-typescript@0.7.0(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4))': dependencies: - glob: 10.4.5 - magic-string: 0.30.17 - react-docgen-typescript: 2.2.2(typescript@5.9.3) - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + glob: 13.0.6 + react-docgen-typescript: 2.2.2(typescript@6.0.3) + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 '@jridgewell/gen-mapping@0.3.13': dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/trace-mapping': 0.3.31 '@jridgewell/gen-mapping@0.3.5': @@ -19459,17 +21081,17 @@ snapshots: '@jridgewell/remapping@2.3.5': dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/gen-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.31 '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/set-array@1.2.1': {} - '@jridgewell/sourcemap-codec@1.4.15': {} - '@jridgewell/sourcemap-codec@1.5.0': {} + '@jridgewell/sourcemap-codec@1.5.5': {} + '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 @@ -19486,12 +21108,13 @@ snapshots: dependencies: vary: 1.1.2 - '@koa/router@14.0.0': + '@koa/router@15.6.0(koa@3.2.1)': dependencies: debug: 4.4.3 - http-errors: 2.0.0 + http-errors: 2.0.1 + koa: 3.2.1 koa-compose: 4.1.0 - path-to-regexp: 8.2.0 + path-to-regexp: 8.4.2 transitivePeerDependencies: - supports-color @@ -19505,11 +21128,11 @@ snapshots: '@mdx-js/mdx@3.1.1': dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 '@types/mdx': 2.0.13 - acorn: 8.15.0 + acorn: 8.17.0 collapse-white-space: 2.1.0 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 @@ -19518,146 +21141,144 @@ snapshots: hast-util-to-jsx-runtime: 2.3.2 markdown-extensions: 2.0.0 recma-build-jsx: 1.0.0 - recma-jsx: 1.0.0(acorn@8.15.0) + recma-jsx: 1.0.0(acorn@8.17.0) recma-stringify: 1.0.0 rehype-recma: 1.0.0 remark-mdx: 3.1.0 remark-parse: 11.0.0 - remark-rehype: 11.1.1 + remark-rehype: 11.1.2 source-map: 0.7.6 unified: 11.0.5 unist-util-position-from-estree: 2.0.0 unist-util-stringify-position: 4.0.0 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 vfile: 6.0.3 transitivePeerDependencies: - supports-color - '@microsoft/1ds-core-js@4.3.10(tslib@2.8.1)': + '@microsoft/1ds-core-js@4.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.3.10(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/ts-async': 0.5.4 - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-utils': 0.15.0 transitivePeerDependencies: - tslib - '@microsoft/1ds-post-js@4.3.10(tslib@2.8.1)': + '@microsoft/1ds-post-js@4.4.2(tslib@2.8.1)': dependencies: - '@microsoft/1ds-core-js': 4.3.10(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/ts-async': 0.5.4 - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-utils': 0.15.0 transitivePeerDependencies: - tslib - '@microsoft/api-extractor-model@7.30.6(@types/node@24.3.3)': + '@microsoft/api-extractor-model@7.33.8(@types/node@25.9.4)': dependencies: - '@microsoft/tsdoc': 0.15.1 - '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.13.1(@types/node@24.3.3) + '@microsoft/tsdoc': 0.16.0 + '@microsoft/tsdoc-config': 0.18.1 + '@rushstack/node-core-library': 5.23.1(@types/node@25.9.4) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor-model@7.30.6(@types/node@24.6.0)': + '@microsoft/api-extractor-model@7.33.8(@types/node@26.1.0)': dependencies: - '@microsoft/tsdoc': 0.15.1 - '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.13.1(@types/node@24.6.0) + '@microsoft/tsdoc': 0.16.0 + '@microsoft/tsdoc-config': 0.18.1 + '@rushstack/node-core-library': 5.23.1(@types/node@26.1.0) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.52.8(@types/node@24.3.3)': - dependencies: - '@microsoft/api-extractor-model': 7.30.6(@types/node@24.3.3) - '@microsoft/tsdoc': 0.15.1 - '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.13.1(@types/node@24.3.3) - '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.15.3(@types/node@24.3.3) - '@rushstack/ts-command-line': 5.0.1(@types/node@24.3.3) - lodash: 4.17.21 - minimatch: 3.0.8 + '@microsoft/api-extractor@7.58.9(@types/node@25.9.4)': + dependencies: + '@microsoft/api-extractor-model': 7.33.8(@types/node@25.9.4) + '@microsoft/tsdoc': 0.16.0 + '@microsoft/tsdoc-config': 0.18.1 + '@rushstack/node-core-library': 5.23.1(@types/node@25.9.4) + '@rushstack/rig-package': 0.7.3 + '@rushstack/terminal': 0.24.0(@types/node@25.9.4) + '@rushstack/ts-command-line': 5.3.10(@types/node@25.9.4) + diff: 8.0.4 + minimatch: 10.2.3 resolve: 1.22.8 - semver: 7.5.4 + semver: 7.7.4 source-map: 0.6.1 - typescript: 5.8.2 + typescript: 5.9.3 transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.52.8(@types/node@24.6.0)': - dependencies: - '@microsoft/api-extractor-model': 7.30.6(@types/node@24.6.0) - '@microsoft/tsdoc': 0.15.1 - '@microsoft/tsdoc-config': 0.17.1 - '@rushstack/node-core-library': 5.13.1(@types/node@24.6.0) - '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.15.3(@types/node@24.6.0) - '@rushstack/ts-command-line': 5.0.1(@types/node@24.6.0) - lodash: 4.17.21 - minimatch: 3.0.8 + '@microsoft/api-extractor@7.58.9(@types/node@26.1.0)': + dependencies: + '@microsoft/api-extractor-model': 7.33.8(@types/node@26.1.0) + '@microsoft/tsdoc': 0.16.0 + '@microsoft/tsdoc-config': 0.18.1 + '@rushstack/node-core-library': 5.23.1(@types/node@26.1.0) + '@rushstack/rig-package': 0.7.3 + '@rushstack/terminal': 0.24.0(@types/node@26.1.0) + '@rushstack/ts-command-line': 5.3.10(@types/node@26.1.0) + diff: 8.0.4 + minimatch: 10.2.3 resolve: 1.22.8 - semver: 7.5.4 + semver: 7.7.4 source-map: 0.6.1 - typescript: 5.8.2 + typescript: 5.9.3 transitivePeerDependencies: - '@types/node' - '@microsoft/applicationinsights-channel-js@3.3.10(tslib@2.8.1)': + '@microsoft/applicationinsights-channel-js@3.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-common': 3.3.10(tslib@2.8.1) - '@microsoft/applicationinsights-core-js': 3.3.10(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/ts-async': 0.5.4 - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-utils': 0.15.0 tslib: 2.8.1 - '@microsoft/applicationinsights-common@3.3.10(tslib@2.8.1)': + '@microsoft/applicationinsights-common@3.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-core-js': 3.3.10(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-utils': 0.15.0 tslib: 2.8.1 - '@microsoft/applicationinsights-core-js@3.3.10(tslib@2.8.1)': + '@microsoft/applicationinsights-core-js@3.4.2(tslib@2.8.1)': dependencies: '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/ts-async': 0.5.4 - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-utils': 0.15.0 tslib: 2.8.1 '@microsoft/applicationinsights-shims@3.0.1': dependencies: - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-utils': 0.15.0 - '@microsoft/applicationinsights-web-basic@3.3.10(tslib@2.8.1)': + '@microsoft/applicationinsights-web-basic@3.4.2(tslib@2.8.1)': dependencies: - '@microsoft/applicationinsights-channel-js': 3.3.10(tslib@2.8.1) - '@microsoft/applicationinsights-common': 3.3.10(tslib@2.8.1) - '@microsoft/applicationinsights-core-js': 3.3.10(tslib@2.8.1) + '@microsoft/applicationinsights-channel-js': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) '@microsoft/applicationinsights-shims': 3.0.1 '@microsoft/dynamicproto-js': 2.0.3 - '@nevware21/ts-async': 0.5.4 - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-async': 0.5.5 + '@nevware21/ts-utils': 0.15.0 tslib: 2.8.1 '@microsoft/dynamicproto-js@2.0.3': dependencies: - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-utils': 0.15.0 - '@microsoft/tsdoc-config@0.17.1': + '@microsoft/tsdoc-config@0.18.1': dependencies: - '@microsoft/tsdoc': 0.15.1 - ajv: 8.12.0 + '@microsoft/tsdoc': 0.16.0 + ajv: 8.18.0 jju: 1.4.0 resolve: 1.22.8 - '@microsoft/tsdoc@0.15.1': {} + '@microsoft/tsdoc@0.16.0': {} '@mswjs/interceptors@0.39.7': dependencies: @@ -19758,7 +21379,7 @@ snapshots: dependencies: '@babel/runtime': 7.24.4 '@emotion/cache': 11.14.0 - csstype: 3.1.3 + csstype: 3.2.3 prop-types: 15.8.1 react: 18.2.0 optionalDependencies: @@ -19773,7 +21394,7 @@ snapshots: '@mui/types': 7.2.14(@types/react@18.2.79) '@mui/utils': 5.15.14(@types/react@18.2.79)(react@18.2.0) clsx: 2.1.1 - csstype: 3.1.3 + csstype: 3.2.3 prop-types: 15.8.1 react: 18.2.0 optionalDependencies: @@ -19795,11 +21416,27 @@ snapshots: optionalDependencies: '@types/react': 18.2.79 - '@nevware21/ts-async@0.5.4': + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)': + dependencies: + '@emnapi/core': 1.11.1 + '@emnapi/runtime': 1.11.1 + '@tybys/wasm-util': 0.10.3 + optional: true + + '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2)': + dependencies: + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 + '@tybys/wasm-util': 0.10.3 + optional: true + + '@nevware21/ts-async@0.5.5': dependencies: - '@nevware21/ts-utils': 0.12.4 + '@nevware21/ts-utils': 0.15.0 + + '@nevware21/ts-utils@0.15.0': {} - '@nevware21/ts-utils@0.12.4': {} + '@nodable/entities@2.2.0': {} '@nodelib/fs.scandir@2.1.5': dependencies: @@ -19819,185 +21456,139 @@ snapshots: http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 lru-cache: 10.4.3 - socks-proxy-agent: 8.0.3 + socks-proxy-agent: 8.0.5 transitivePeerDependencies: - supports-color - '@npmcli/fs@4.0.0': + '@npmcli/agent@4.0.2': dependencies: - semver: 7.7.1 + agent-base: 7.1.3 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.6 + lru-cache: 11.5.1 + socks-proxy-agent: 8.0.5 + transitivePeerDependencies: + - supports-color - '@npmcli/git@6.0.3': + '@npmcli/fs@4.0.0': dependencies: - '@npmcli/promise-spawn': 8.0.2 - ini: 5.0.0 - lru-cache: 10.4.3 - npm-pick-manifest: 10.0.0 - proc-log: 5.0.0 - promise-retry: 2.0.1 - semver: 7.7.1 - which: 5.0.0 + semver: 7.8.5 - '@npmcli/installed-package-contents@3.0.0': + '@npmcli/fs@5.0.0': dependencies: - npm-bundled: 4.0.0 - npm-normalize-package-bin: 4.0.0 - - '@npmcli/node-gyp@4.0.0': {} + semver: 7.8.5 - '@npmcli/package-json@6.1.1': + '@npmcli/git@7.0.2': dependencies: - '@npmcli/git': 6.0.3 - glob: 10.4.5 - hosted-git-info: 8.0.2 - json-parse-even-better-errors: 4.0.0 - proc-log: 5.0.0 - semver: 7.7.1 - validate-npm-package-license: 3.0.4 + '@gar/promise-retry': 1.0.3 + '@npmcli/promise-spawn': 9.0.1 + ini: 6.0.0 + lru-cache: 11.5.1 + npm-pick-manifest: 11.0.3 + proc-log: 6.1.0 + semver: 7.8.5 + which: 6.0.1 - '@npmcli/promise-spawn@8.0.2': + '@npmcli/installed-package-contents@4.0.0': dependencies: - which: 5.0.0 + npm-bundled: 5.0.0 + npm-normalize-package-bin: 5.0.0 - '@npmcli/redact@3.1.1': {} + '@npmcli/node-gyp@5.0.0': {} - '@npmcli/run-script@9.0.2': + '@npmcli/package-json@7.0.5': dependencies: - '@npmcli/node-gyp': 4.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - node-gyp: 11.1.0 - proc-log: 5.0.0 - which: 5.0.0 - transitivePeerDependencies: - - supports-color + '@npmcli/git': 7.0.2 + glob: 13.0.6 + hosted-git-info: 9.0.3 + json-parse-even-better-errors: 5.0.0 + proc-log: 6.1.0 + semver: 7.8.5 + spdx-expression-parse: 4.0.0 - '@octokit/app@15.1.6': + '@npmcli/promise-spawn@9.0.1': dependencies: - '@octokit/auth-app': 7.2.1 - '@octokit/auth-unauthenticated': 6.1.3 - '@octokit/core': 6.1.5 - '@octokit/oauth-app': 7.1.6 - '@octokit/plugin-paginate-rest': 12.0.0(@octokit/core@6.1.5) - '@octokit/types': 14.0.0 - '@octokit/webhooks': 13.7.4 + which: 6.0.1 - '@octokit/auth-app@7.2.1': - dependencies: - '@octokit/auth-oauth-app': 8.1.4 - '@octokit/auth-oauth-user': 5.1.4 - '@octokit/request': 9.2.3 - '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 - toad-cache: 3.7.0 - universal-github-app-jwt: 2.2.0 - universal-user-agent: 7.0.2 + '@npmcli/redact@4.0.0': {} - '@octokit/auth-oauth-app@8.1.3': + '@npmcli/run-script@10.0.4': dependencies: - '@octokit/auth-oauth-device': 7.1.3 - '@octokit/auth-oauth-user': 5.1.3 - '@octokit/request': 9.2.3 - '@octokit/types': 13.10.0 - universal-user-agent: 7.0.2 + '@npmcli/node-gyp': 5.0.0 + '@npmcli/package-json': 7.0.5 + '@npmcli/promise-spawn': 9.0.1 + node-gyp: 12.4.0 + proc-log: 6.1.0 - '@octokit/auth-oauth-app@8.1.4': + '@octokit/app@16.1.2': dependencies: - '@octokit/auth-oauth-device': 7.1.5 - '@octokit/auth-oauth-user': 5.1.4 - '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 - universal-user-agent: 7.0.2 + '@octokit/auth-app': 8.2.0 + '@octokit/auth-unauthenticated': 7.0.3 + '@octokit/core': 7.0.6 + '@octokit/oauth-app': 8.0.3 + '@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6) + '@octokit/types': 16.0.0 + '@octokit/webhooks': 14.2.0 - '@octokit/auth-oauth-device@7.1.3': + '@octokit/auth-app@8.2.0': dependencies: - '@octokit/oauth-methods': 5.1.4 - '@octokit/request': 9.2.3 - '@octokit/types': 13.10.0 + '@octokit/auth-oauth-app': 9.0.3 + '@octokit/auth-oauth-user': 6.0.2 + '@octokit/request': 10.0.11 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 + toad-cache: 3.7.0 + universal-github-app-jwt: 2.2.0 universal-user-agent: 7.0.2 - '@octokit/auth-oauth-device@7.1.5': + '@octokit/auth-oauth-app@9.0.3': dependencies: - '@octokit/oauth-methods': 5.1.5 - '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 + '@octokit/auth-oauth-device': 8.0.3 + '@octokit/auth-oauth-user': 6.0.2 + '@octokit/request': 10.0.11 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.2 - '@octokit/auth-oauth-user@5.1.3': + '@octokit/auth-oauth-device@8.0.3': dependencies: - '@octokit/auth-oauth-device': 7.1.3 - '@octokit/oauth-methods': 5.1.4 - '@octokit/request': 9.2.3 - '@octokit/types': 13.10.0 + '@octokit/oauth-methods': 6.0.2 + '@octokit/request': 10.0.11 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.2 - '@octokit/auth-oauth-user@5.1.4': + '@octokit/auth-oauth-user@6.0.2': dependencies: - '@octokit/auth-oauth-device': 7.1.5 - '@octokit/oauth-methods': 5.1.5 - '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 + '@octokit/auth-oauth-device': 8.0.3 + '@octokit/oauth-methods': 6.0.2 + '@octokit/request': 10.0.11 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.2 - '@octokit/auth-token@5.1.1': {} - '@octokit/auth-token@6.0.0': {} - '@octokit/auth-unauthenticated@6.1.2': - dependencies: - '@octokit/request-error': 6.1.8 - '@octokit/types': 13.10.0 - - '@octokit/auth-unauthenticated@6.1.3': + '@octokit/auth-unauthenticated@7.0.3': dependencies: - '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 - '@octokit/core@6.1.5': - dependencies: - '@octokit/auth-token': 5.1.1 - '@octokit/graphql': 8.2.2 - '@octokit/request': 9.2.3 - '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 - before-after-hook: 3.0.2 - universal-user-agent: 7.0.2 - - '@octokit/core@7.0.5': + '@octokit/core@7.0.6': dependencies: '@octokit/auth-token': 6.0.0 - '@octokit/graphql': 9.0.2 - '@octokit/request': 10.0.5 - '@octokit/request-error': 7.0.1 - '@octokit/types': 15.0.0 + '@octokit/graphql': 9.0.3 + '@octokit/request': 10.0.11 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 before-after-hook: 4.0.0 universal-user-agent: 7.0.2 - '@octokit/endpoint@10.1.3': - dependencies: - '@octokit/types': 13.8.0 - universal-user-agent: 7.0.2 - - '@octokit/endpoint@10.1.4': - dependencies: - '@octokit/types': 14.0.0 - universal-user-agent: 7.0.2 - '@octokit/endpoint@11.0.1': dependencies: '@octokit/types': 15.0.0 universal-user-agent: 7.0.2 - '@octokit/graphql@8.2.1': - dependencies: - '@octokit/request': 9.2.2 - '@octokit/types': 13.8.0 - universal-user-agent: 7.0.2 - - '@octokit/graphql@8.2.2': + '@octokit/endpoint@11.0.3': dependencies: - '@octokit/request': 9.2.3 - '@octokit/types': 14.0.0 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.2 '@octokit/graphql@9.0.2': @@ -20006,104 +21597,85 @@ snapshots: '@octokit/types': 15.0.0 universal-user-agent: 7.0.2 - '@octokit/oauth-app@7.1.6': + '@octokit/graphql@9.0.3': dependencies: - '@octokit/auth-oauth-app': 8.1.3 - '@octokit/auth-oauth-user': 5.1.3 - '@octokit/auth-unauthenticated': 6.1.2 - '@octokit/core': 6.1.5 - '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/oauth-methods': 5.1.4 - '@types/aws-lambda': 8.10.138 + '@octokit/request': 10.0.11 + '@octokit/types': 16.0.0 universal-user-agent: 7.0.2 - '@octokit/oauth-authorization-url@7.1.1': {} - - '@octokit/oauth-methods@5.1.4': - dependencies: - '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/request': 9.2.3 - '@octokit/request-error': 6.1.8 - '@octokit/types': 13.10.0 - - '@octokit/oauth-methods@5.1.5': + '@octokit/oauth-app@8.0.3': dependencies: - '@octokit/oauth-authorization-url': 7.1.1 - '@octokit/request': 9.2.3 - '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 - - '@octokit/openapi-types@23.0.1': {} - - '@octokit/openapi-types@24.2.0': {} - - '@octokit/openapi-types@25.0.0': {} - - '@octokit/openapi-types@26.0.0': {} + '@octokit/auth-oauth-app': 9.0.3 + '@octokit/auth-oauth-user': 6.0.2 + '@octokit/auth-unauthenticated': 7.0.3 + '@octokit/core': 7.0.6 + '@octokit/oauth-authorization-url': 8.0.0 + '@octokit/oauth-methods': 6.0.2 + '@types/aws-lambda': 8.10.138 + universal-user-agent: 7.0.2 - '@octokit/openapi-webhooks-types@10.1.1': {} + '@octokit/oauth-authorization-url@8.0.0': {} - '@octokit/plugin-paginate-graphql@5.2.4(@octokit/core@6.1.5)': + '@octokit/oauth-methods@6.0.2': dependencies: - '@octokit/core': 6.1.5 + '@octokit/oauth-authorization-url': 8.0.0 + '@octokit/request': 10.0.11 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 - '@octokit/plugin-paginate-graphql@6.0.0(@octokit/core@7.0.5)': - dependencies: - '@octokit/core': 7.0.5 + '@octokit/openapi-types@26.0.0': {} - '@octokit/plugin-paginate-rest@11.4.3(@octokit/core@6.1.5)': - dependencies: - '@octokit/core': 6.1.5 - '@octokit/types': 13.10.0 + '@octokit/openapi-types@27.0.0': {} - '@octokit/plugin-paginate-rest@12.0.0(@octokit/core@6.1.5)': - dependencies: - '@octokit/core': 6.1.5 - '@octokit/types': 14.0.0 + '@octokit/openapi-webhooks-types@12.1.0': {} - '@octokit/plugin-request-log@5.3.1(@octokit/core@6.1.5)': + '@octokit/plugin-paginate-graphql@6.0.0(@octokit/core@7.0.6)': dependencies: - '@octokit/core': 6.1.5 + '@octokit/core': 7.0.6 - '@octokit/plugin-rest-endpoint-methods@13.5.0(@octokit/core@6.1.5)': + '@octokit/plugin-paginate-rest@14.0.0(@octokit/core@7.0.6)': dependencies: - '@octokit/core': 6.1.5 - '@octokit/types': 13.10.0 + '@octokit/core': 7.0.6 + '@octokit/types': 16.0.0 - '@octokit/plugin-rest-endpoint-methods@14.0.0(@octokit/core@6.1.5)': + '@octokit/plugin-request-log@6.0.0(@octokit/core@7.0.6)': dependencies: - '@octokit/core': 6.1.5 - '@octokit/types': 14.0.0 + '@octokit/core': 7.0.6 - '@octokit/plugin-rest-endpoint-methods@16.1.0(@octokit/core@7.0.5)': + '@octokit/plugin-rest-endpoint-methods@17.0.0(@octokit/core@7.0.6)': dependencies: - '@octokit/core': 7.0.5 - '@octokit/types': 15.0.0 + '@octokit/core': 7.0.6 + '@octokit/types': 16.0.0 - '@octokit/plugin-retry@7.2.1(@octokit/core@6.1.5)': + '@octokit/plugin-retry@8.1.0(@octokit/core@7.0.6)': dependencies: - '@octokit/core': 6.1.5 - '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/core': 7.0.6 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 bottleneck: 2.19.5 - '@octokit/plugin-throttling@10.0.0(@octokit/core@6.1.5)': + '@octokit/plugin-throttling@11.0.3(@octokit/core@7.0.6)': dependencies: - '@octokit/core': 6.1.5 - '@octokit/types': 14.0.0 + '@octokit/core': 7.0.6 + '@octokit/types': 16.0.0 bottleneck: 2.19.5 - '@octokit/request-error@6.1.7': + '@octokit/request-error@7.0.1': dependencies: - '@octokit/types': 13.8.0 + '@octokit/types': 15.0.0 - '@octokit/request-error@6.1.8': + '@octokit/request-error@7.1.0': dependencies: - '@octokit/types': 14.0.0 + '@octokit/types': 16.0.0 - '@octokit/request-error@7.0.1': + '@octokit/request@10.0.11': dependencies: - '@octokit/types': 15.0.0 + '@octokit/endpoint': 11.0.3 + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 + content-type: 2.0.0 + json-with-bigint: 3.5.8 + universal-user-agent: 7.0.2 '@octokit/request@10.0.5': dependencies: @@ -20113,52 +21685,28 @@ snapshots: fast-content-type-parse: 3.0.0 universal-user-agent: 7.0.2 - '@octokit/request@9.2.2': - dependencies: - '@octokit/endpoint': 10.1.3 - '@octokit/request-error': 6.1.7 - '@octokit/types': 13.8.0 - fast-content-type-parse: 2.0.1 - universal-user-agent: 7.0.2 - - '@octokit/request@9.2.3': + '@octokit/rest@22.0.1': dependencies: - '@octokit/endpoint': 10.1.4 - '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 - fast-content-type-parse: 2.0.1 - universal-user-agent: 7.0.2 - - '@octokit/rest@21.1.1': - dependencies: - '@octokit/core': 6.1.5 - '@octokit/plugin-paginate-rest': 11.4.3(@octokit/core@6.1.5) - '@octokit/plugin-request-log': 5.3.1(@octokit/core@6.1.5) - '@octokit/plugin-rest-endpoint-methods': 13.5.0(@octokit/core@6.1.5) - - '@octokit/types@13.10.0': - dependencies: - '@octokit/openapi-types': 24.2.0 - - '@octokit/types@13.8.0': - dependencies: - '@octokit/openapi-types': 23.0.1 - - '@octokit/types@14.0.0': - dependencies: - '@octokit/openapi-types': 25.0.0 + '@octokit/core': 7.0.6 + '@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6) + '@octokit/plugin-request-log': 6.0.0(@octokit/core@7.0.6) + '@octokit/plugin-rest-endpoint-methods': 17.0.0(@octokit/core@7.0.6) '@octokit/types@15.0.0': dependencies: '@octokit/openapi-types': 26.0.0 - '@octokit/webhooks-methods@5.1.1': {} + '@octokit/types@16.0.0': + dependencies: + '@octokit/openapi-types': 27.0.0 + + '@octokit/webhooks-methods@6.0.0': {} - '@octokit/webhooks@13.7.4': + '@octokit/webhooks@14.2.0': dependencies: - '@octokit/openapi-webhooks-types': 10.1.1 - '@octokit/request-error': 6.1.8 - '@octokit/webhooks-methods': 5.1.1 + '@octokit/openapi-webhooks-types': 12.1.0 + '@octokit/request-error': 7.1.0 + '@octokit/webhooks-methods': 6.0.0 '@open-draft/deferred-promise@2.2.0': {} @@ -20171,47 +21719,182 @@ snapshots: '@oslojs/encoding@1.1.0': {} - '@pagefind/darwin-arm64@1.3.0': + '@oxc-parser/binding-android-arm-eabi@0.127.0': + optional: true + + '@oxc-parser/binding-android-arm64@0.127.0': + optional: true + + '@oxc-parser/binding-darwin-arm64@0.127.0': + optional: true + + '@oxc-parser/binding-darwin-x64@0.127.0': + optional: true + + '@oxc-parser/binding-freebsd-x64@0.127.0': + optional: true + + '@oxc-parser/binding-linux-arm-gnueabihf@0.127.0': + optional: true + + '@oxc-parser/binding-linux-arm-musleabihf@0.127.0': + optional: true + + '@oxc-parser/binding-linux-arm64-gnu@0.127.0': + optional: true + + '@oxc-parser/binding-linux-arm64-musl@0.127.0': + optional: true + + '@oxc-parser/binding-linux-ppc64-gnu@0.127.0': + optional: true + + '@oxc-parser/binding-linux-riscv64-gnu@0.127.0': + optional: true + + '@oxc-parser/binding-linux-riscv64-musl@0.127.0': + optional: true + + '@oxc-parser/binding-linux-s390x-gnu@0.127.0': + optional: true + + '@oxc-parser/binding-linux-x64-gnu@0.127.0': + optional: true + + '@oxc-parser/binding-linux-x64-musl@0.127.0': + optional: true + + '@oxc-parser/binding-openharmony-arm64@0.127.0': + optional: true + + '@oxc-parser/binding-wasm32-wasi@0.127.0': + dependencies: + '@emnapi/core': 1.9.2 + '@emnapi/runtime': 1.9.2 + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.9.2)(@emnapi/runtime@1.9.2) + optional: true + + '@oxc-parser/binding-win32-arm64-msvc@0.127.0': + optional: true + + '@oxc-parser/binding-win32-ia32-msvc@0.127.0': optional: true - '@pagefind/darwin-x64@1.3.0': + '@oxc-parser/binding-win32-x64-msvc@0.127.0': + optional: true + + '@oxc-project/types@0.127.0': {} + + '@oxc-project/types@0.138.0': {} + + '@oxc-resolver/binding-android-arm-eabi@11.22.0': + optional: true + + '@oxc-resolver/binding-android-arm64@11.22.0': + optional: true + + '@oxc-resolver/binding-darwin-arm64@11.22.0': + optional: true + + '@oxc-resolver/binding-darwin-x64@11.22.0': + optional: true + + '@oxc-resolver/binding-freebsd-x64@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-arm-gnueabihf@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-arm-musleabihf@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-arm64-gnu@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-arm64-musl@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-ppc64-gnu@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-riscv64-gnu@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-riscv64-musl@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-s390x-gnu@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-x64-gnu@11.22.0': + optional: true + + '@oxc-resolver/binding-linux-x64-musl@11.22.0': + optional: true + + '@oxc-resolver/binding-openharmony-arm64@11.22.0': + optional: true + + '@oxc-resolver/binding-wasm32-wasi@11.22.0': + dependencies: + '@emnapi/core': 1.11.1 + '@emnapi/runtime': 1.11.1 + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) + optional: true + + '@oxc-resolver/binding-win32-arm64-msvc@11.22.0': + optional: true + + '@oxc-resolver/binding-win32-x64-msvc@11.22.0': + optional: true + + '@pagefind/darwin-arm64@1.5.2': + optional: true + + '@pagefind/darwin-x64@1.5.2': optional: true '@pagefind/default-ui@1.3.0': {} - '@pagefind/linux-arm64@1.3.0': + '@pagefind/freebsd-x64@1.5.2': + optional: true + + '@pagefind/linux-arm64@1.5.2': + optional: true + + '@pagefind/linux-x64@1.5.2': optional: true - '@pagefind/linux-x64@1.3.0': + '@pagefind/windows-arm64@1.5.2': optional: true - '@pagefind/windows-x64@1.3.0': + '@pagefind/windows-x64@1.5.2': optional: true '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/browser-chromium@1.56.0': + '@playwright/browser-chromium@1.61.1': dependencies: - playwright-core: 1.56.0 + playwright-core: 1.61.1 - '@playwright/test@1.52.0': + '@playwright/test@1.61.1': dependencies: - playwright: 1.52.0 + playwright: 1.61.1 '@pnpm/byline@1.0.0': {} '@pnpm/cafs-types@1000.0.0': {} - '@pnpm/catalogs.config@1000.0.2': + '@pnpm/catalogs.config@1000.0.6': dependencies: - '@pnpm/error': 1000.0.2 + '@pnpm/error': 1000.1.0 '@pnpm/catalogs.types@1000.0.0': {} - '@pnpm/cli-meta@1000.0.8': + '@pnpm/cli-meta@1000.0.16': dependencies: - '@pnpm/types': 1000.6.0 + '@pnpm/types': 1001.3.0 load-json-file: 6.2.0 '@pnpm/cli-meta@5.0.1': @@ -20219,20 +21902,21 @@ snapshots: '@pnpm/types': 9.1.0 load-json-file: 6.2.0 - '@pnpm/cli-utils@1000.1.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0)': + '@pnpm/cli-utils@1001.3.10(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': dependencies: - '@pnpm/cli-meta': 1000.0.8 - '@pnpm/config': 1003.1.0(@pnpm/logger@5.0.0) - '@pnpm/config.deps-installer': 1000.0.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3)) - '@pnpm/default-reporter': 1002.0.0(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 + '@pnpm/cli-meta': 1000.0.16 + '@pnpm/config': 1004.11.0(@pnpm/logger@5.0.0) + '@pnpm/config.deps-installer': 1000.1.5(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) + '@pnpm/default-reporter': 1002.1.14(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/manifest-utils': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/package-is-installable': 1000.0.10(@pnpm/logger@5.0.0) - '@pnpm/pnpmfile': 1001.2.1(@pnpm/logger@5.0.0) - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/store-connection-manager': 1002.0.2(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0) - '@pnpm/types': 1000.6.0 + '@pnpm/manifest-utils': 1002.0.5(@pnpm/logger@5.0.0) + '@pnpm/package-is-installable': 1000.0.21(@pnpm/logger@5.0.0) + '@pnpm/pnpmfile': 1002.1.13(@pnpm/logger@5.0.0) + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/store-connection-manager': 1002.3.19(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/types': 1001.3.0 + '@pnpm/util.lex-comparator': 3.0.2 chalk: 4.1.2 load-json-file: 6.2.0 transitivePeerDependencies: @@ -20241,20 +21925,21 @@ snapshots: - supports-color - typanion - '@pnpm/cli-utils@1000.1.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0)': + '@pnpm/cli-utils@1001.3.10(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': dependencies: - '@pnpm/cli-meta': 1000.0.8 - '@pnpm/config': 1003.1.0(@pnpm/logger@5.0.0) - '@pnpm/config.deps-installer': 1000.0.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0)) - '@pnpm/default-reporter': 1002.0.0(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 + '@pnpm/cli-meta': 1000.0.16 + '@pnpm/config': 1004.11.0(@pnpm/logger@5.0.0) + '@pnpm/config.deps-installer': 1000.1.5(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) + '@pnpm/default-reporter': 1002.1.14(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/manifest-utils': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/package-is-installable': 1000.0.10(@pnpm/logger@5.0.0) - '@pnpm/pnpmfile': 1001.2.1(@pnpm/logger@5.0.0) - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/store-connection-manager': 1002.0.2(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0) - '@pnpm/types': 1000.6.0 + '@pnpm/manifest-utils': 1002.0.5(@pnpm/logger@5.0.0) + '@pnpm/package-is-installable': 1000.0.21(@pnpm/logger@5.0.0) + '@pnpm/pnpmfile': 1002.1.13(@pnpm/logger@5.0.0) + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/store-connection-manager': 1002.3.19(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/types': 1001.3.0 + '@pnpm/util.lex-comparator': 3.0.2 chalk: 4.1.2 load-json-file: 6.2.0 transitivePeerDependencies: @@ -20277,17 +21962,19 @@ snapshots: chalk: 4.1.2 load-json-file: 6.2.0 - '@pnpm/client@1000.0.18(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0)': - dependencies: - '@pnpm/default-resolver': 1002.0.1(@pnpm/logger@5.0.0) - '@pnpm/directory-fetcher': 1000.1.7(@pnpm/logger@5.0.0) - '@pnpm/fetch': 1000.2.2(@pnpm/logger@5.0.0) - '@pnpm/fetching-types': 1000.1.0 - '@pnpm/git-fetcher': 1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0) - '@pnpm/network.auth-header': 1000.0.3 - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/tarball-fetcher': 1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0) - '@pnpm/types': 1000.6.0 + '@pnpm/client@1001.1.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': + dependencies: + '@pnpm/default-resolver': 1002.3.8(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/directory-fetcher': 1000.1.24(@pnpm/logger@5.0.0) + '@pnpm/fetch': 1001.0.0(@pnpm/logger@5.0.0) + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) + '@pnpm/git-fetcher': 1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/network.auth-header': 1000.0.7 + '@pnpm/node.fetcher': 1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/tarball-fetcher': 1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/types': 1001.3.0 ramda: '@pnpm/ramda@0.28.1' transitivePeerDependencies: - '@pnpm/logger' @@ -20296,17 +21983,19 @@ snapshots: - supports-color - typanion - '@pnpm/client@1000.0.18(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0)': - dependencies: - '@pnpm/default-resolver': 1002.0.1(@pnpm/logger@5.0.0) - '@pnpm/directory-fetcher': 1000.1.7(@pnpm/logger@5.0.0) - '@pnpm/fetch': 1000.2.2(@pnpm/logger@5.0.0) - '@pnpm/fetching-types': 1000.1.0 - '@pnpm/git-fetcher': 1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0) - '@pnpm/network.auth-header': 1000.0.3 - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/tarball-fetcher': 1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0) - '@pnpm/types': 1000.6.0 + '@pnpm/client@1001.1.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': + dependencies: + '@pnpm/default-resolver': 1002.3.8(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/directory-fetcher': 1000.1.24(@pnpm/logger@5.0.0) + '@pnpm/fetch': 1001.0.0(@pnpm/logger@5.0.0) + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) + '@pnpm/git-fetcher': 1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/network.auth-header': 1000.0.7 + '@pnpm/node.fetcher': 1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/tarball-fetcher': 1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/types': 1001.3.0 ramda: '@pnpm/ramda@0.28.1' transitivePeerDependencies: - '@pnpm/logger' @@ -20315,28 +22004,30 @@ snapshots: - supports-color - typanion - '@pnpm/config.config-writer@1000.0.5': + '@pnpm/config.config-writer@1000.1.3(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/types': 1000.6.0 - '@pnpm/workspace.manifest-writer': 1000.1.4 + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/types': 1001.3.0 + '@pnpm/workspace.manifest-writer': 1001.3.1 ramda: '@pnpm/ramda@0.28.1' + transitivePeerDependencies: + - '@pnpm/logger' - '@pnpm/config.deps-installer@1000.0.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))': + '@pnpm/config.deps-installer@1000.1.5(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))': dependencies: - '@pnpm/config.config-writer': 1000.0.5 - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 - '@pnpm/fetch': 1000.2.2(@pnpm/logger@5.0.0) + '@pnpm/config.config-writer': 1000.1.3(@pnpm/logger@5.0.0) + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 + '@pnpm/fetch': 1001.0.0(@pnpm/logger@5.0.0) '@pnpm/logger': 5.0.0 - '@pnpm/network.auth-header': 1000.0.3 - '@pnpm/npm-resolver': 1004.0.1(@pnpm/logger@5.0.0) - '@pnpm/package-store': 1002.0.3(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3)) + '@pnpm/network.auth-header': 1000.0.7 + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/package-store': 1007.1.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) '@pnpm/parse-wanted-dependency': 1001.0.0 - '@pnpm/pick-registry-for-package': 1000.0.8 + '@pnpm/pick-registry-for-package': 1000.0.16 '@pnpm/read-modules-dir': 1000.0.0 - '@pnpm/read-package-json': 1000.0.9 - '@pnpm/types': 1000.6.0 + '@pnpm/read-package-json': 1000.1.8 + '@pnpm/types': 1001.3.0 '@zkochan/rimraf': 3.0.2 get-npm-tarball-url: 2.1.0 transitivePeerDependencies: @@ -20344,21 +22035,21 @@ snapshots: - domexception - supports-color - '@pnpm/config.deps-installer@1000.0.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))': + '@pnpm/config.deps-installer@1000.1.5(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))': dependencies: - '@pnpm/config.config-writer': 1000.0.5 - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 - '@pnpm/fetch': 1000.2.2(@pnpm/logger@5.0.0) + '@pnpm/config.config-writer': 1000.1.3(@pnpm/logger@5.0.0) + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 + '@pnpm/fetch': 1001.0.0(@pnpm/logger@5.0.0) '@pnpm/logger': 5.0.0 - '@pnpm/network.auth-header': 1000.0.3 - '@pnpm/npm-resolver': 1004.0.1(@pnpm/logger@5.0.0) - '@pnpm/package-store': 1002.0.3(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0)) + '@pnpm/network.auth-header': 1000.0.7 + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/package-store': 1007.1.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) '@pnpm/parse-wanted-dependency': 1001.0.0 - '@pnpm/pick-registry-for-package': 1000.0.8 + '@pnpm/pick-registry-for-package': 1000.0.16 '@pnpm/read-modules-dir': 1000.0.0 - '@pnpm/read-package-json': 1000.0.9 - '@pnpm/types': 1000.6.0 + '@pnpm/read-package-json': 1000.1.8 + '@pnpm/types': 1001.3.0 '@zkochan/rimraf': 3.0.2 get-npm-tarball-url: 2.1.0 transitivePeerDependencies: @@ -20372,29 +22063,30 @@ snapshots: '@pnpm/config.nerf-dart@1.0.1': {} - '@pnpm/config@1003.1.0(@pnpm/logger@5.0.0)': + '@pnpm/config@1004.11.0(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/catalogs.config': 1000.0.2 + '@pnpm/catalogs.config': 1000.0.6 '@pnpm/catalogs.types': 1000.0.0 '@pnpm/config.env-replace': 3.0.2 - '@pnpm/constants': 1001.1.0 - '@pnpm/error': 1000.0.2 + '@pnpm/constants': 1001.3.1 + '@pnpm/error': 1000.1.0 '@pnpm/git-utils': 1000.0.0 '@pnpm/logger': 5.0.0 - '@pnpm/matcher': 1000.0.0 - '@pnpm/npm-conf': 3.0.0 - '@pnpm/pnpmfile': 1001.2.1(@pnpm/logger@5.0.0) - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/types': 1000.6.0 - '@pnpm/workspace.read-manifest': 1000.1.5 + '@pnpm/matcher': 1000.1.0 + '@pnpm/npm-conf': 3.0.2 + '@pnpm/pnpmfile': 1002.1.13(@pnpm/logger@5.0.0) + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/types': 1001.3.0 + '@pnpm/workspace.read-manifest': 1000.3.1 better-path-resolve: 1.0.0 camelcase: 6.3.0 camelcase-keys: 6.2.2 can-write-to-dir: 1.1.1 + ci-info: 3.9.0 is-subdir: 1.2.0 is-windows: 1.0.2 lodash.kebabcase: 4.1.1 - normalize-registry-url: 2.0.0 + normalize-registry-url: 2.0.1 path-absolute: 1.0.1 path-name: 1.0.0 ramda: '@pnpm/ramda@0.28.1' @@ -20431,6 +22123,8 @@ snapshots: '@pnpm/constants@1001.1.0': {} + '@pnpm/constants@1001.3.1': {} + '@pnpm/constants@7.1.0': {} '@pnpm/core-loggers@1001.0.1(@pnpm/logger@5.0.0)': @@ -20438,6 +22132,11 @@ snapshots: '@pnpm/logger': 5.0.0 '@pnpm/types': 1000.6.0 + '@pnpm/core-loggers@1001.0.9(@pnpm/logger@5.0.0)': + dependencies: + '@pnpm/logger': 5.0.0 + '@pnpm/types': 1001.3.0 + '@pnpm/core-loggers@9.0.1(@pnpm/logger@5.0.0)': dependencies: '@pnpm/logger': 5.0.0 @@ -20452,44 +22151,64 @@ snapshots: '@pnpm/store-controller-types': 1003.0.1 '@pnpm/store.cafs': 1000.0.12 mem: 8.1.1 - path-temp: 2.1.0 + path-temp: 2.1.1 + ramda: '@pnpm/ramda@0.28.1' + + '@pnpm/create-cafs-store@1000.0.33(@pnpm/logger@5.0.0)': + dependencies: + '@pnpm/exec.pkg-requires-build': 1000.0.16 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fs.indexed-pkg-importer': 1000.1.26(@pnpm/logger@5.0.0) + '@pnpm/logger': 5.0.0 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/store.cafs': 1000.1.4 + mem: 8.1.1 + path-temp: 2.1.1 ramda: '@pnpm/ramda@0.28.1' - '@pnpm/crypto.hash@1000.1.1': + '@pnpm/crypto.hash@1000.2.2': dependencies: '@pnpm/crypto.polyfill': 1000.1.0 - '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/graceful-fs': 1000.1.0 ssri: 10.0.5 '@pnpm/crypto.polyfill@1000.1.0': {} + '@pnpm/crypto.shasums-file@1001.0.5': + dependencies: + '@pnpm/crypto.hash': 1000.2.2 + '@pnpm/error': 1000.1.0 + '@pnpm/fetching-types': 1000.2.1 + transitivePeerDependencies: + - domexception + '@pnpm/dedupe.issues-renderer@1.0.0': dependencies: '@pnpm/dedupe.types': 1.0.0 archy: 1.0.0 chalk: 4.1.2 - '@pnpm/dedupe.issues-renderer@1000.0.1': + '@pnpm/dedupe.issues-renderer@1000.0.2': dependencies: '@pnpm/dedupe.types': 1000.0.0 - archy: 1.0.0 + '@pnpm/text.tree-renderer': 1000.0.0 chalk: 4.1.2 '@pnpm/dedupe.types@1.0.0': {} '@pnpm/dedupe.types@1000.0.0': {} - '@pnpm/default-reporter@1002.0.0(@pnpm/logger@5.0.0)': + '@pnpm/default-reporter@1002.1.14(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/cli-meta': 1000.0.8 - '@pnpm/config': 1003.1.0(@pnpm/logger@5.0.0) - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/dedupe.issues-renderer': 1000.0.1 + '@pnpm/cli-meta': 1000.0.16 + '@pnpm/config': 1004.11.0(@pnpm/logger@5.0.0) + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/dedupe.issues-renderer': 1000.0.2 '@pnpm/dedupe.types': 1000.0.0 - '@pnpm/error': 1000.0.2 + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/render-peer-issues': 1002.0.0 - '@pnpm/types': 1000.6.0 + '@pnpm/render-peer-issues': 1002.0.12 + '@pnpm/types': 1001.3.0 '@pnpm/util.lex-comparator': 3.0.2 ansi-diff: 1.2.0 boxen: '@zkochan/boxen@5.1.2' @@ -20500,7 +22219,7 @@ snapshots: pretty-ms: 7.0.1 ramda: '@pnpm/ramda@0.28.1' rxjs: 7.8.2 - semver: 7.7.1 + semver: 7.8.5 stacktracey: 2.1.8 string-length: 4.0.2 @@ -20523,44 +22242,68 @@ snapshots: ramda: '@pnpm/ramda@0.28.1' right-pad: 1.0.1 rxjs: 7.8.2 - semver: 7.7.1 + semver: 7.8.5 stacktracey: 2.1.8 string-length: 4.0.2 strip-ansi: 6.0.1 - '@pnpm/default-resolver@1002.0.1(@pnpm/logger@5.0.0)': + '@pnpm/default-resolver@1002.3.8(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': dependencies: - '@pnpm/error': 1000.0.2 - '@pnpm/fetching-types': 1000.1.0 - '@pnpm/git-resolver': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/local-resolver': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/npm-resolver': 1004.0.1(@pnpm/logger@5.0.0) - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/tarball-resolver': 1002.0.1 + '@pnpm/error': 1000.1.0 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/git-resolver': 1001.2.2(@pnpm/logger@5.0.0) + '@pnpm/local-resolver': 1002.1.13(@pnpm/logger@5.0.0) + '@pnpm/node.resolver': 1001.0.23(@pnpm/logger@5.0.0) + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/resolving.bun-resolver': 1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/resolving.deno-resolver': 1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/tarball-resolver': 1002.2.1 transitivePeerDependencies: - '@pnpm/logger' + - '@pnpm/worker' - domexception - supports-color + - typanion - '@pnpm/dependency-path@1000.0.9': + '@pnpm/default-resolver@1002.3.8(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': dependencies: - '@pnpm/crypto.hash': 1000.1.1 - '@pnpm/types': 1000.6.0 - semver: 7.7.1 + '@pnpm/error': 1000.1.0 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/git-resolver': 1001.2.2(@pnpm/logger@5.0.0) + '@pnpm/local-resolver': 1002.1.13(@pnpm/logger@5.0.0) + '@pnpm/node.resolver': 1001.0.23(@pnpm/logger@5.0.0) + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/resolving.bun-resolver': 1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/resolving.deno-resolver': 1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/tarball-resolver': 1002.2.1 + transitivePeerDependencies: + - '@pnpm/logger' + - '@pnpm/worker' + - domexception + - supports-color + - typanion - '@pnpm/directory-fetcher@1000.1.7(@pnpm/logger@5.0.0)': + '@pnpm/dependency-path@1001.1.10': dependencies: - '@pnpm/exec.pkg-requires-build': 1000.0.8 - '@pnpm/fetcher-base': 1000.0.11 + '@pnpm/crypto.hash': 1000.2.2 + '@pnpm/types': 1001.3.0 + semver: 7.8.5 + + '@pnpm/directory-fetcher@1000.1.24(@pnpm/logger@5.0.0)': + dependencies: + '@pnpm/exec.pkg-requires-build': 1000.0.16 + '@pnpm/fetcher-base': 1001.2.2 '@pnpm/fs.packlist': 1000.0.0 '@pnpm/logger': 5.0.0 - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/types': 1000.6.0 + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 - '@pnpm/env.system-node-version@1000.0.8': + '@pnpm/env.system-node-version@1000.0.16': dependencies: - '@pnpm/cli-meta': 1000.0.8 + '@pnpm/cli-meta': 1000.0.16 execa: safe-execa@0.1.2 mem: 8.1.1 @@ -20568,21 +22311,29 @@ snapshots: dependencies: '@pnpm/constants': 1001.1.0 + '@pnpm/error@1000.1.0': + dependencies: + '@pnpm/constants': 1001.3.1 + '@pnpm/error@5.0.1': dependencies: '@pnpm/constants': 7.1.0 + '@pnpm/exec.pkg-requires-build@1000.0.16': + dependencies: + '@pnpm/types': 1001.3.0 + '@pnpm/exec.pkg-requires-build@1000.0.8': dependencies: '@pnpm/types': 1000.6.0 - '@pnpm/fetch@1000.2.2(@pnpm/logger@5.0.0)': + '@pnpm/fetch@1001.0.0(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/fetching-types': 1000.1.0 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/fetching-types': 1000.2.1 '@pnpm/logger': 5.0.0 '@pnpm/network.agent': 2.0.3 - '@pnpm/types': 1000.6.0 + '@pnpm/types': 1001.3.0 '@zkochan/retry': 0.2.0 node-fetch: '@pnpm/node-fetch@1.0.0' transitivePeerDependencies: @@ -20595,19 +22346,53 @@ snapshots: '@pnpm/types': 1000.6.0 '@types/ssri': 7.1.5 + '@pnpm/fetcher-base@1001.2.2': + dependencies: + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 + '@types/ssri': 7.1.5 + '@pnpm/fetcher-base@14.0.1': dependencies: '@pnpm/resolver-base': 10.0.1 '@pnpm/types': 9.1.0 '@types/ssri': 7.1.5 - '@pnpm/fetching-types@1000.1.0': + '@pnpm/fetching-types@1000.2.1': dependencies: '@zkochan/retry': 0.2.0 node-fetch: '@pnpm/node-fetch@1.0.0' transitivePeerDependencies: - domexception + '@pnpm/fetching.binary-fetcher@1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))': + dependencies: + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4) + adm-zip: 0.5.18 + is-subdir: 1.2.0 + rename-overwrite: 6.0.6 + ssri: 10.0.5 + tempy: 1.0.1 + transitivePeerDependencies: + - domexception + + '@pnpm/fetching.binary-fetcher@1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))': + dependencies: + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0) + adm-zip: 0.5.18 + is-subdir: 1.2.0 + rename-overwrite: 6.0.6 + ssri: 10.0.5 + tempy: 1.0.1 + transitivePeerDependencies: + - domexception + '@pnpm/find-workspace-packages@6.0.9(@pnpm/logger@5.0.0)': dependencies: '@pnpm/cli-utils': 2.0.9(@pnpm/logger@5.0.0) @@ -20619,13 +22404,15 @@ snapshots: transitivePeerDependencies: - '@pnpm/logger' - '@pnpm/fs.find-packages@1000.0.11': + '@pnpm/fs.find-packages@1000.0.24(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/types': 1000.6.0 + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/types': 1001.3.0 '@pnpm/util.lex-comparator': 3.0.2 p-filter: 2.1.0 - tinyglobby: 0.2.15 + tinyglobby: 0.2.17 + transitivePeerDependencies: + - '@pnpm/logger' '@pnpm/fs.find-packages@2.0.1': dependencies: @@ -20639,6 +22426,21 @@ snapshots: dependencies: '@pnpm/logger': 5.0.0 + '@pnpm/fs.indexed-pkg-importer@1000.1.26(@pnpm/logger@5.0.0)': + dependencies: + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/graceful-fs': 1000.1.0 + '@pnpm/logger': 5.0.0 + '@pnpm/store-controller-types': 1004.5.1 + '@reflink/reflink': 0.1.19 + '@zkochan/rimraf': 3.0.2 + fs-extra: 11.3.6 + make-empty-dir: 3.0.2 + p-limit: 3.1.0 + path-temp: 2.1.1 + rename-overwrite: 6.0.6 + sanitize-filename: 1.6.3 + '@pnpm/fs.indexed-pkg-importer@1000.1.7(@pnpm/logger@5.0.0)': dependencies: '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) @@ -20647,54 +22449,53 @@ snapshots: '@pnpm/store-controller-types': 1003.0.1 '@reflink/reflink': 0.1.19 '@zkochan/rimraf': 3.0.2 - fs-extra: 11.3.0 + fs-extra: 11.3.6 make-empty-dir: 3.0.2 p-limit: 3.1.0 - path-temp: 2.1.0 - rename-overwrite: 6.0.3 + path-temp: 2.1.1 + rename-overwrite: 6.0.6 sanitize-filename: 1.6.3 '@pnpm/fs.packlist@1000.0.0': dependencies: npm-packlist: 5.1.3 - '@pnpm/fs.packlist@2.0.0': + '@pnpm/git-fetcher@1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': dependencies: - npm-packlist: 5.1.3 - - '@pnpm/git-fetcher@1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0)': - dependencies: - '@pnpm/fetcher-base': 1000.0.11 - '@pnpm/fs.packlist': 2.0.0 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fs.packlist': 1000.0.0 '@pnpm/logger': 5.0.0 - '@pnpm/prepare-package': 1000.0.15(@pnpm/logger@5.0.0)(typanion@3.14.0) - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3) + '@pnpm/prepare-package': 1001.0.7(@pnpm/logger@5.0.0)(typanion@3.14.0) + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4) '@zkochan/rimraf': 3.0.2 execa: safe-execa@0.1.2 transitivePeerDependencies: - supports-color - typanion - '@pnpm/git-fetcher@1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0)': + '@pnpm/git-fetcher@1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': dependencies: - '@pnpm/fetcher-base': 1000.0.11 - '@pnpm/fs.packlist': 2.0.0 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fs.packlist': 1000.0.0 '@pnpm/logger': 5.0.0 - '@pnpm/prepare-package': 1000.0.15(@pnpm/logger@5.0.0)(typanion@3.14.0) - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0) + '@pnpm/prepare-package': 1001.0.7(@pnpm/logger@5.0.0)(typanion@3.14.0) + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0) '@zkochan/rimraf': 3.0.2 execa: safe-execa@0.1.2 transitivePeerDependencies: - supports-color - typanion - '@pnpm/git-resolver@1001.0.1(@pnpm/logger@5.0.0)': + '@pnpm/git-resolver@1001.2.2(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/fetch': 1000.2.2(@pnpm/logger@5.0.0) - '@pnpm/resolver-base': 1003.0.1 + '@pnpm/error': 1000.1.0 + '@pnpm/fetch': 1001.0.0(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 graceful-git: 4.0.0 hosted-git-info: '@pnpm/hosted-git-info@1.0.0' - semver: 7.7.1 + semver: 7.8.5 transitivePeerDependencies: - '@pnpm/logger' - domexception @@ -20712,6 +22513,10 @@ snapshots: dependencies: graceful-fs: 4.2.11 + '@pnpm/graceful-fs@1000.1.0': + dependencies: + graceful-fs: 4.2.11 + '@pnpm/graceful-fs@3.0.0': dependencies: graceful-fs: 4.2.11 @@ -20721,86 +22526,88 @@ snapshots: '@pnpm/lockfile-types': 5.1.0 '@pnpm/types': 9.1.0 - '@pnpm/hooks.types@1001.0.8': + '@pnpm/hooks.types@1001.0.20': dependencies: - '@pnpm/lockfile.types': 1001.0.8 - '@pnpm/types': 1000.6.0 + '@pnpm/lockfile.types': 1002.1.0 + '@pnpm/types': 1001.3.0 '@pnpm/hosted-git-info@1.0.0': dependencies: lru-cache: 6.0.0 - '@pnpm/lifecycle@1001.0.14(@pnpm/logger@5.0.0)(typanion@3.14.0)': + '@pnpm/lifecycle@1001.0.37(@pnpm/logger@5.0.0)(typanion@3.14.0)': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/directory-fetcher': 1000.1.7(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 - '@pnpm/link-bins': 1000.0.13(@pnpm/logger@5.0.0) + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/directory-fetcher': 1000.1.24(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 + '@pnpm/link-bins': 1000.3.8(@pnpm/logger@5.0.0) '@pnpm/logger': 5.0.0 - '@pnpm/npm-lifecycle': 1000.0.4(typanion@3.14.0) - '@pnpm/read-package-json': 1000.0.9 - '@pnpm/store-controller-types': 1003.0.1 - '@pnpm/types': 1000.6.0 + '@pnpm/npm-lifecycle': 1001.0.0(typanion@3.14.0) + '@pnpm/read-package-json': 1000.1.8 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/types': 1001.3.0 is-windows: 1.0.2 path-exists: 4.0.0 run-groups: 3.0.1 - shell-quote: 1.8.2 + shlex: 2.1.2 transitivePeerDependencies: - supports-color - typanion - '@pnpm/link-bins@1000.0.13(@pnpm/logger@5.0.0)': + '@pnpm/link-bins@1000.3.8(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/error': 1000.0.2 + '@pnpm/constants': 1001.3.1 + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/manifest-utils': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/package-bins': 1000.0.8 + '@pnpm/manifest-utils': 1002.0.5(@pnpm/logger@5.0.0) + '@pnpm/package-bins': 1000.0.17 '@pnpm/read-modules-dir': 1000.0.0 - '@pnpm/read-package-json': 1000.0.9 - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/types': 1000.6.0 + '@pnpm/read-package-json': 1000.1.8 + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/types': 1001.3.0 '@zkochan/cmd-shim': 7.0.0 '@zkochan/rimraf': 3.0.2 bin-links: 4.0.4 is-subdir: 1.2.0 is-windows: 1.0.2 normalize-path: 3.0.0 - p-settle: 4.1.1 ramda: '@pnpm/ramda@0.28.1' - semver: 7.7.1 + semver: 7.8.5 symlink-dir: 6.0.5 - '@pnpm/local-resolver@1001.0.1(@pnpm/logger@5.0.0)': + '@pnpm/local-resolver@1002.1.13(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/crypto.hash': 1000.1.1 - '@pnpm/error': 1000.0.2 + '@pnpm/crypto.hash': 1000.2.2 + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/read-project-manifest': 1000.0.11 - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/types': 1000.6.0 + '@pnpm/read-project-manifest': 1001.2.6(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 normalize-path: 3.0.0 '@pnpm/lockfile-types@5.1.0': dependencies: '@pnpm/types': 9.1.0 - '@pnpm/lockfile.types@1001.0.8': + '@pnpm/lockfile.types@1002.1.0': dependencies: '@pnpm/patching.types': 1000.1.0 - '@pnpm/types': 1000.6.0 + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 '@pnpm/logger@5.0.0': dependencies: bole: 5.0.11 ndjson: 2.0.0 - '@pnpm/manifest-utils@1001.0.1(@pnpm/logger@5.0.0)': + '@pnpm/manifest-utils@1002.0.5(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 - '@pnpm/types': 1000.6.0 - transitivePeerDependencies: - - '@pnpm/logger' + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 + '@pnpm/logger': 5.0.0 + '@pnpm/semver.peer-range': 1000.0.0 + '@pnpm/types': 1001.3.0 + semver: 7.8.5 '@pnpm/manifest-utils@5.0.1(@pnpm/logger@5.0.0)': dependencies: @@ -20810,7 +22617,7 @@ snapshots: transitivePeerDependencies: - '@pnpm/logger' - '@pnpm/matcher@1000.0.0': + '@pnpm/matcher@1000.1.0': dependencies: escape-string-regexp: 4.0.0 @@ -20827,10 +22634,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@pnpm/network.auth-header@1000.0.3': + '@pnpm/network.auth-header@1000.0.7': dependencies: '@pnpm/config.nerf-dart': 1.0.1 - '@pnpm/error': 1000.0.2 + '@pnpm/error': 1000.1.0 '@pnpm/network.ca-file@1.0.2': dependencies: @@ -20842,7 +22649,7 @@ snapshots: '@pnpm/network.proxy-agent@2.0.3': dependencies: - '@pnpm/error': 1000.0.2 + '@pnpm/error': 1000.1.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 lru-cache: 7.18.3 @@ -20857,25 +22664,74 @@ snapshots: transitivePeerDependencies: - domexception + '@pnpm/node.fetcher@1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': + dependencies: + '@pnpm/create-cafs-store': 1000.0.33(@pnpm/logger@5.0.0) + '@pnpm/crypto.shasums-file': 1001.0.5 + '@pnpm/error': 1000.1.0 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) + '@pnpm/node.resolver': 1001.0.23(@pnpm/logger@5.0.0) + '@pnpm/tarball-fetcher': 1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + detect-libc: 2.1.2 + transitivePeerDependencies: + - '@pnpm/logger' + - '@pnpm/worker' + - domexception + - supports-color + - typanion + + '@pnpm/node.fetcher@1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': + dependencies: + '@pnpm/create-cafs-store': 1000.0.33(@pnpm/logger@5.0.0) + '@pnpm/crypto.shasums-file': 1001.0.5 + '@pnpm/error': 1000.1.0 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) + '@pnpm/node.resolver': 1001.0.23(@pnpm/logger@5.0.0) + '@pnpm/tarball-fetcher': 1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + detect-libc: 2.1.2 + transitivePeerDependencies: + - '@pnpm/logger' + - '@pnpm/worker' + - domexception + - supports-color + - typanion + + '@pnpm/node.resolver@1001.0.23(@pnpm/logger@5.0.0)': + dependencies: + '@pnpm/config': 1004.11.0(@pnpm/logger@5.0.0) + '@pnpm/constants': 1001.3.1 + '@pnpm/crypto.shasums-file': 1001.0.5 + '@pnpm/error': 1000.1.0 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 + semver: 7.8.5 + version-selector-type: 3.0.0 + transitivePeerDependencies: + - '@pnpm/logger' + - domexception + '@pnpm/npm-conf@2.2.0': dependencies: '@pnpm/config.env-replace': 1.1.0 '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@pnpm/npm-conf@3.0.0': + '@pnpm/npm-conf@3.0.2': dependencies: '@pnpm/config.env-replace': 1.1.0 '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@pnpm/npm-lifecycle@1000.0.4(typanion@3.14.0)': + '@pnpm/npm-lifecycle@1001.0.0(typanion@3.14.0)': dependencies: '@pnpm/byline': 1.0.0 - '@pnpm/error': 1000.0.2 + '@pnpm/error': 1000.1.0 '@yarnpkg/fslib': 3.1.2 '@yarnpkg/shell': 4.0.0(typanion@3.14.0) - node-gyp: 11.1.0 + node-gyp: 11.5.0 resolve-from: 5.0.0 slide: 1.1.6 uid-number: 0.0.6 @@ -20885,20 +22741,22 @@ snapshots: - supports-color - typanion - '@pnpm/npm-resolver@1004.0.1(@pnpm/logger@5.0.0)': + '@pnpm/npm-resolver@1005.2.3(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/constants': 1001.1.0 - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/crypto.hash': 1000.1.1 - '@pnpm/error': 1000.0.2 - '@pnpm/fetching-types': 1000.1.0 - '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/constants': 1001.3.1 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/crypto.hash': 1000.2.2 + '@pnpm/error': 1000.1.0 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/graceful-fs': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/pick-registry-for-package': 1000.0.8 - '@pnpm/resolve-workspace-range': 1000.0.0 - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/resolving.jsr-specifier-parser': 1000.0.0 - '@pnpm/types': 1000.6.0 + '@pnpm/pick-registry-for-package': 1000.0.16 + '@pnpm/registry.pkg-metadata-filter': 1000.1.6(@pnpm/logger@5.0.0) + '@pnpm/registry.types': 1000.1.4 + '@pnpm/resolve-workspace-range': 1000.1.0 + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/resolving.jsr-specifier-parser': 1000.0.4 + '@pnpm/types': 1001.3.0 '@pnpm/workspace.spec-parser': 1000.0.0 '@zkochan/retry': 0.2.0 encode-registry: 3.0.1 @@ -20907,11 +22765,11 @@ snapshots: normalize-path: 3.0.0 p-limit: 3.1.0 p-memoize: 4.0.1 - parse-npm-tarball-url: 3.0.0 - path-temp: 2.1.0 + parse-npm-tarball-url: 4.0.0 + path-temp: 2.1.1 ramda: '@pnpm/ramda@0.28.1' - rename-overwrite: 6.0.3 - semver: 7.7.1 + rename-overwrite: 6.0.6 + semver: 7.8.5 semver-utils: 1.1.4 ssri: 10.0.5 version-selector-type: 3.0.0 @@ -20923,24 +22781,24 @@ snapshots: '@pnpm/util.lex-comparator': 3.0.2 sort-keys: 4.2.0 - '@pnpm/package-bins@1000.0.8': + '@pnpm/package-bins@1000.0.17': dependencies: - '@pnpm/types': 1000.6.0 + '@pnpm/types': 1001.3.0 is-subdir: 1.2.0 - tinyglobby: 0.2.15 + tinyglobby: 0.2.17 - '@pnpm/package-is-installable@1000.0.10(@pnpm/logger@5.0.0)': + '@pnpm/package-is-installable@1000.0.21(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/cli-meta': 1000.0.8 - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/env.system-node-version': 1000.0.8 - '@pnpm/error': 1000.0.2 + '@pnpm/cli-meta': 1000.0.16 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/env.system-node-version': 1000.0.16 + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/types': 1000.6.0 - detect-libc: 2.0.3 + '@pnpm/types': 1001.3.0 + detect-libc: 2.1.2 execa: safe-execa@0.1.2 mem: 8.1.1 - semver: 7.7.1 + semver: 7.8.5 '@pnpm/package-is-installable@8.0.2(@pnpm/logger@5.0.0)': dependencies: @@ -20951,87 +22809,97 @@ snapshots: detect-libc: 2.0.3 execa: safe-execa@0.1.2 mem: 8.1.1 - semver: 7.7.1 + semver: 7.8.5 - '@pnpm/package-requester@1004.0.1(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))': + '@pnpm/package-requester@1011.2.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/dependency-path': 1000.0.9 - '@pnpm/error': 1000.0.2 - '@pnpm/fetcher-base': 1000.0.11 - '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/dependency-path': 1001.1.10 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/graceful-fs': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/package-is-installable': 1000.0.10(@pnpm/logger@5.0.0) - '@pnpm/pick-fetcher': 1000.0.0 - '@pnpm/read-package-json': 1000.0.9 - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/store-controller-types': 1003.0.1 - '@pnpm/store.cafs': 1000.0.12 - '@pnpm/types': 1000.6.0 - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3) + '@pnpm/package-is-installable': 1000.0.21(@pnpm/logger@5.0.0) + '@pnpm/pick-fetcher': 1001.0.0 + '@pnpm/read-package-json': 1000.1.8 + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/store.cafs': 1000.1.4 + '@pnpm/types': 1001.3.0 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4) + detect-libc: 2.1.2 p-defer: 3.0.0 p-limit: 3.1.0 p-queue: 6.6.2 promise-share: 1.0.0 ramda: '@pnpm/ramda@0.28.1' - semver: 7.7.1 + semver: 7.8.5 ssri: 10.0.5 - '@pnpm/package-requester@1004.0.1(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))': + '@pnpm/package-requester@1011.2.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/dependency-path': 1000.0.9 - '@pnpm/error': 1000.0.2 - '@pnpm/fetcher-base': 1000.0.11 - '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/dependency-path': 1001.1.10 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/graceful-fs': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/package-is-installable': 1000.0.10(@pnpm/logger@5.0.0) - '@pnpm/pick-fetcher': 1000.0.0 - '@pnpm/read-package-json': 1000.0.9 - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/store-controller-types': 1003.0.1 - '@pnpm/store.cafs': 1000.0.12 - '@pnpm/types': 1000.6.0 - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0) + '@pnpm/package-is-installable': 1000.0.21(@pnpm/logger@5.0.0) + '@pnpm/pick-fetcher': 1001.0.0 + '@pnpm/read-package-json': 1000.1.8 + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/store.cafs': 1000.1.4 + '@pnpm/types': 1001.3.0 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0) + detect-libc: 2.1.2 p-defer: 3.0.0 p-limit: 3.1.0 p-queue: 6.6.2 promise-share: 1.0.0 ramda: '@pnpm/ramda@0.28.1' - semver: 7.7.1 + semver: 7.8.5 ssri: 10.0.5 - '@pnpm/package-store@1002.0.3(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))': + '@pnpm/package-store@1007.1.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))': dependencies: - '@pnpm/create-cafs-store': 1000.0.13(@pnpm/logger@5.0.0) - '@pnpm/fetcher-base': 1000.0.11 + '@pnpm/create-cafs-store': 1000.0.33(@pnpm/logger@5.0.0) + '@pnpm/crypto.hash': 1000.2.2 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 '@pnpm/logger': 5.0.0 - '@pnpm/package-requester': 1004.0.1(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3)) - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/store-controller-types': 1003.0.1 - '@pnpm/store.cafs': 1000.0.12 - '@pnpm/types': 1000.6.0 - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3) + '@pnpm/package-requester': 1011.2.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/store.cafs': 1000.1.4 + '@pnpm/types': 1001.3.0 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4) '@zkochan/rimraf': 3.0.2 + is-subdir: 1.2.0 load-json-file: 6.2.0 ramda: '@pnpm/ramda@0.28.1' ssri: 10.0.5 + symlink-dir: 6.0.5 - '@pnpm/package-store@1002.0.3(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))': + '@pnpm/package-store@1007.1.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))': dependencies: - '@pnpm/create-cafs-store': 1000.0.13(@pnpm/logger@5.0.0) - '@pnpm/fetcher-base': 1000.0.11 + '@pnpm/create-cafs-store': 1000.0.33(@pnpm/logger@5.0.0) + '@pnpm/crypto.hash': 1000.2.2 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 '@pnpm/logger': 5.0.0 - '@pnpm/package-requester': 1004.0.1(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0)) - '@pnpm/resolver-base': 1003.0.1 - '@pnpm/store-controller-types': 1003.0.1 - '@pnpm/store.cafs': 1000.0.12 - '@pnpm/types': 1000.6.0 - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0) + '@pnpm/package-requester': 1011.2.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/store.cafs': 1000.1.4 + '@pnpm/types': 1001.3.0 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0) '@zkochan/rimraf': 3.0.2 + is-subdir: 1.2.0 load-json-file: 6.2.0 ramda: '@pnpm/ramda@0.28.1' ssri: 10.0.5 + symlink-dir: 6.0.5 '@pnpm/parse-wanted-dependency@1001.0.0': dependencies: @@ -21039,22 +22907,22 @@ snapshots: '@pnpm/patching.types@1000.1.0': {} - '@pnpm/pick-fetcher@1000.0.0': {} + '@pnpm/pick-fetcher@1001.0.0': {} - '@pnpm/pick-registry-for-package@1000.0.8': + '@pnpm/pick-registry-for-package@1000.0.16': dependencies: - '@pnpm/types': 1000.6.0 + '@pnpm/types': 1001.3.0 - '@pnpm/pnpmfile@1001.2.1(@pnpm/logger@5.0.0)': + '@pnpm/pnpmfile@1002.1.13(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/crypto.hash': 1000.1.1 - '@pnpm/error': 1000.0.2 - '@pnpm/hooks.types': 1001.0.8 - '@pnpm/lockfile.types': 1001.0.8 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/crypto.hash': 1000.2.2 + '@pnpm/error': 1000.1.0 + '@pnpm/hooks.types': 1001.0.20 + '@pnpm/lockfile.types': 1002.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/store-controller-types': 1003.0.1 - '@pnpm/types': 1000.6.0 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/types': 1001.3.0 chalk: 4.1.2 path-absolute: 1.0.1 @@ -21070,12 +22938,12 @@ snapshots: chalk: 4.1.2 path-absolute: 1.0.1 - '@pnpm/prepare-package@1000.0.15(@pnpm/logger@5.0.0)(typanion@3.14.0)': + '@pnpm/prepare-package@1001.0.7(@pnpm/logger@5.0.0)(typanion@3.14.0)': dependencies: - '@pnpm/error': 1000.0.2 - '@pnpm/lifecycle': 1001.0.14(@pnpm/logger@5.0.0)(typanion@3.14.0) - '@pnpm/read-package-json': 1000.0.9 - '@pnpm/types': 1000.6.0 + '@pnpm/error': 1000.1.0 + '@pnpm/lifecycle': 1001.0.37(@pnpm/logger@5.0.0)(typanion@3.14.0) + '@pnpm/read-package-json': 1000.1.8 + '@pnpm/types': 1001.3.0 '@zkochan/rimraf': 3.0.2 execa: safe-execa@0.1.2 preferred-pm: 3.1.4 @@ -21091,21 +22959,23 @@ snapshots: dependencies: graceful-fs: 4.2.11 - '@pnpm/read-package-json@1000.0.9': + '@pnpm/read-package-json@1000.1.8': dependencies: - '@pnpm/error': 1000.0.2 - '@pnpm/types': 1000.6.0 + '@pnpm/error': 1000.1.0 + '@pnpm/types': 1001.3.0 load-json-file: 6.2.0 - normalize-package-data: 5.0.0 + normalize-package-data: 7.0.1 - '@pnpm/read-project-manifest@1000.0.11': + '@pnpm/read-project-manifest@1001.2.6(@pnpm/logger@5.0.0)': dependencies: '@gwhitney/detect-indent': 7.0.1 - '@pnpm/error': 1000.0.2 - '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/error': 1000.1.0 + '@pnpm/graceful-fs': 1000.1.0 + '@pnpm/logger': 5.0.0 + '@pnpm/manifest-utils': 1002.0.5(@pnpm/logger@5.0.0) '@pnpm/text.comments-parser': 1000.0.0 - '@pnpm/types': 1000.6.0 - '@pnpm/write-project-manifest': 1000.0.8 + '@pnpm/types': 1001.3.0 + '@pnpm/write-project-manifest': 1000.0.16 fast-deep-equal: 3.1.3 is-windows: 1.0.2 json5: 2.2.3 @@ -21129,11 +22999,21 @@ snapshots: sort-keys: 4.2.0 strip-bom: 4.0.0 - '@pnpm/render-peer-issues@1002.0.0': + '@pnpm/registry.pkg-metadata-filter@1000.1.6(@pnpm/logger@5.0.0)': dependencies: - '@pnpm/error': 1000.0.2 - '@pnpm/types': 1000.6.0 - archy: 1.0.0 + '@pnpm/logger': 5.0.0 + '@pnpm/registry.types': 1000.1.4 + semver: 7.8.5 + + '@pnpm/registry.types@1000.1.4': + dependencies: + '@pnpm/types': 1001.3.0 + + '@pnpm/render-peer-issues@1002.0.12': + dependencies: + '@pnpm/error': 1000.1.0 + '@pnpm/text.tree-renderer': 1000.0.0 + '@pnpm/types': 1001.3.0 chalk: 4.1.2 cli-columns: 4.0.0 @@ -21144,9 +23024,9 @@ snapshots: chalk: 4.1.2 cli-columns: 4.0.0 - '@pnpm/resolve-workspace-range@1000.0.0': + '@pnpm/resolve-workspace-range@1000.1.0': dependencies: - semver: 7.7.1 + semver: 7.8.5 '@pnpm/resolver-base@10.0.1': dependencies: @@ -21156,16 +23036,108 @@ snapshots: dependencies: '@pnpm/types': 1000.6.0 - '@pnpm/resolving.jsr-specifier-parser@1000.0.0': + '@pnpm/resolver-base@1005.4.1': dependencies: - '@pnpm/error': 1000.0.2 + '@pnpm/types': 1001.3.0 + + '@pnpm/resolving.bun-resolver@1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': + dependencies: + '@pnpm/constants': 1001.3.1 + '@pnpm/crypto.shasums-file': 1001.0.5 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) + '@pnpm/node.fetcher': 1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 + '@pnpm/util.lex-comparator': 3.0.2 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4) + semver: 7.8.5 + transitivePeerDependencies: + - '@pnpm/logger' + - domexception + - supports-color + - typanion + + '@pnpm/resolving.bun-resolver@1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': + dependencies: + '@pnpm/constants': 1001.3.1 + '@pnpm/crypto.shasums-file': 1001.0.5 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) + '@pnpm/node.fetcher': 1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 + '@pnpm/util.lex-comparator': 3.0.2 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0) + semver: 7.8.5 + transitivePeerDependencies: + - '@pnpm/logger' + - domexception + - supports-color + - typanion + + '@pnpm/resolving.deno-resolver@1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': + dependencies: + '@pnpm/constants': 1001.3.1 + '@pnpm/crypto.shasums-file': 1001.0.5 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) + '@pnpm/node.fetcher': 1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 + '@pnpm/util.lex-comparator': 3.0.2 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4) + semver: 7.8.5 + transitivePeerDependencies: + - '@pnpm/logger' + - domexception + - supports-color + - typanion + + '@pnpm/resolving.deno-resolver@1005.0.11(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': + dependencies: + '@pnpm/constants': 1001.3.1 + '@pnpm/crypto.shasums-file': 1001.0.5 + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fetching.binary-fetcher': 1005.0.4(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) + '@pnpm/node.fetcher': 1001.0.27(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/npm-resolver': 1005.2.3(@pnpm/logger@5.0.0) + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 + '@pnpm/util.lex-comparator': 3.0.2 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0) + semver: 7.8.5 + transitivePeerDependencies: + - '@pnpm/logger' + - domexception + - supports-color + - typanion + + '@pnpm/resolving.jsr-specifier-parser@1000.0.4': + dependencies: + '@pnpm/error': 1000.1.0 - '@pnpm/server@1001.0.3(@pnpm/logger@5.0.0)': + '@pnpm/semver.peer-range@1000.0.0': dependencies: - '@pnpm/fetch': 1000.2.2(@pnpm/logger@5.0.0) + semver: 7.8.5 + + '@pnpm/server@1001.0.20(@pnpm/logger@5.0.0)': + dependencies: + '@pnpm/fetch': 1001.0.0(@pnpm/logger@5.0.0) '@pnpm/logger': 5.0.0 - '@pnpm/store-controller-types': 1003.0.1 - '@pnpm/types': 1000.6.0 + '@pnpm/store-controller-types': 1004.5.1 + '@pnpm/types': 1001.3.0 p-limit: 3.1.0 promise-share: 1.0.0 uuid: 9.0.1 @@ -21173,16 +23145,16 @@ snapshots: - domexception - supports-color - '@pnpm/store-connection-manager@1002.0.2(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0)': + '@pnpm/store-connection-manager@1002.3.19(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': dependencies: - '@pnpm/cli-meta': 1000.0.8 - '@pnpm/client': 1000.0.18(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0) - '@pnpm/config': 1003.1.0(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 + '@pnpm/cli-meta': 1000.0.16 + '@pnpm/client': 1001.1.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/config': 1004.11.0(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/package-store': 1002.0.3(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3)) - '@pnpm/server': 1001.0.3(@pnpm/logger@5.0.0) - '@pnpm/store-path': 1000.0.2 + '@pnpm/package-store': 1007.1.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)) + '@pnpm/server': 1001.0.20(@pnpm/logger@5.0.0) + '@pnpm/store-path': 1000.0.6 '@zkochan/diable': 1.0.2 delay: 5.0.0 dir-is-case-sensitive: 2.0.0 @@ -21192,16 +23164,16 @@ snapshots: - supports-color - typanion - '@pnpm/store-connection-manager@1002.0.2(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0)': + '@pnpm/store-connection-manager@1002.3.19(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': dependencies: - '@pnpm/cli-meta': 1000.0.8 - '@pnpm/client': 1000.0.18(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0) - '@pnpm/config': 1003.1.0(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 + '@pnpm/cli-meta': 1000.0.16 + '@pnpm/client': 1001.1.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/config': 1004.11.0(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/package-store': 1002.0.3(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0)) - '@pnpm/server': 1001.0.3(@pnpm/logger@5.0.0) - '@pnpm/store-path': 1000.0.2 + '@pnpm/package-store': 1007.1.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)) + '@pnpm/server': 1001.0.20(@pnpm/logger@5.0.0) + '@pnpm/store-path': 1000.0.6 '@zkochan/diable': 1.0.2 delay: 5.0.0 dir-is-case-sensitive: 2.0.0 @@ -21217,30 +23189,49 @@ snapshots: '@pnpm/resolver-base': 1003.0.1 '@pnpm/types': 1000.6.0 + '@pnpm/store-controller-types@1004.5.1': + dependencies: + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/resolver-base': 1005.4.1 + '@pnpm/types': 1001.3.0 + '@pnpm/store-controller-types@15.0.1': dependencies: '@pnpm/fetcher-base': 14.0.1 '@pnpm/resolver-base': 10.0.1 '@pnpm/types': 9.1.0 - '@pnpm/store-path@1000.0.2': + '@pnpm/store-path@1000.0.6': dependencies: - '@pnpm/constants': 1001.1.0 - '@pnpm/error': 1000.0.2 + '@pnpm/constants': 1001.3.1 + '@pnpm/error': 1000.1.0 '@zkochan/rimraf': 3.0.2 can-link: 2.0.0 path-absolute: 1.0.1 - path-temp: 2.1.0 + path-temp: 2.1.1 root-link-target: 3.1.0 touch: 3.1.0 - '@pnpm/store.cafs@1000.0.12': + '@pnpm/store.cafs@1000.0.12': + dependencies: + '@pnpm/fetcher-base': 1000.0.11 + '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/store-controller-types': 1003.0.1 + '@zkochan/rimraf': 3.0.2 + is-gzip: 2.0.0 + p-limit: 3.1.0 + rename-overwrite: 6.0.6 + ssri: 10.0.5 + strip-bom: 4.0.0 + + '@pnpm/store.cafs@1000.1.4': dependencies: - '@pnpm/fetcher-base': 1000.0.11 - '@pnpm/graceful-fs': 1000.0.0 - '@pnpm/store-controller-types': 1003.0.1 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/graceful-fs': 1000.1.0 + '@pnpm/store-controller-types': 1004.5.1 '@zkochan/rimraf': 3.0.2 is-gzip: 2.0.0 + is-subdir: 1.2.0 p-limit: 3.1.0 rename-overwrite: 6.0.3 ssri: 10.0.5 @@ -21253,54 +23244,56 @@ snapshots: '@pnpm/types': 1000.6.0 symlink-dir: 6.0.5 - '@pnpm/tarball-fetcher@1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0)': + '@pnpm/tarball-fetcher@1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 - '@pnpm/fetcher-base': 1000.0.11 - '@pnpm/fetching-types': 1000.1.0 - '@pnpm/fs.packlist': 2.0.0 - '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fs.packlist': 1000.0.0 + '@pnpm/graceful-fs': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/prepare-package': 1000.0.15(@pnpm/logger@5.0.0)(typanion@3.14.0) - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3) + '@pnpm/prepare-package': 1001.0.7(@pnpm/logger@5.0.0)(typanion@3.14.0) + '@pnpm/types': 1001.3.0 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4) '@zkochan/retry': 0.2.0 lodash.throttle: 4.1.1 p-map-values: 1.0.0 - path-temp: 2.1.0 + path-temp: 2.1.1 ramda: '@pnpm/ramda@0.28.1' - rename-overwrite: 6.0.3 + rename-overwrite: 6.0.6 transitivePeerDependencies: - domexception - supports-color - typanion - '@pnpm/tarball-fetcher@1001.0.7(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0)': + '@pnpm/tarball-fetcher@1006.0.6(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': dependencies: - '@pnpm/core-loggers': 1001.0.1(@pnpm/logger@5.0.0) - '@pnpm/error': 1000.0.2 - '@pnpm/fetcher-base': 1000.0.11 - '@pnpm/fetching-types': 1000.1.0 - '@pnpm/fs.packlist': 2.0.0 - '@pnpm/graceful-fs': 1000.0.0 + '@pnpm/core-loggers': 1001.0.9(@pnpm/logger@5.0.0) + '@pnpm/error': 1000.1.0 + '@pnpm/fetcher-base': 1001.2.2 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/fs.packlist': 1000.0.0 + '@pnpm/graceful-fs': 1000.1.0 '@pnpm/logger': 5.0.0 - '@pnpm/prepare-package': 1000.0.15(@pnpm/logger@5.0.0)(typanion@3.14.0) - '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0) + '@pnpm/prepare-package': 1001.0.7(@pnpm/logger@5.0.0)(typanion@3.14.0) + '@pnpm/types': 1001.3.0 + '@pnpm/worker': 1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0) '@zkochan/retry': 0.2.0 lodash.throttle: 4.1.1 p-map-values: 1.0.0 - path-temp: 2.1.0 + path-temp: 2.1.1 ramda: '@pnpm/ramda@0.28.1' - rename-overwrite: 6.0.3 + rename-overwrite: 6.0.6 transitivePeerDependencies: - domexception - supports-color - typanion - '@pnpm/tarball-resolver@1002.0.1': + '@pnpm/tarball-resolver@1002.2.1': dependencies: - '@pnpm/fetching-types': 1000.1.0 - '@pnpm/resolver-base': 1003.0.1 + '@pnpm/fetching-types': 1000.2.1 + '@pnpm/resolver-base': 1005.4.1 transitivePeerDependencies: - domexception @@ -21312,8 +23305,12 @@ snapshots: dependencies: strip-comments-strings: 1.2.0 + '@pnpm/text.tree-renderer@1000.0.0': {} + '@pnpm/types@1000.6.0': {} + '@pnpm/types@1001.3.0': {} + '@pnpm/types@9.1.0': {} '@pnpm/util.lex-comparator@1.0.0': {} @@ -21324,7 +23321,7 @@ snapshots: dependencies: isexe: 2.0.0 - '@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3)': + '@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4)': dependencies: '@pnpm/cafs-types': 1000.0.0 '@pnpm/create-cafs-store': 1000.0.13(@pnpm/logger@5.0.0) @@ -21336,15 +23333,15 @@ snapshots: '@pnpm/logger': 5.0.0 '@pnpm/store.cafs': 1000.0.12 '@pnpm/symlink-dependency': 1000.0.9(@pnpm/logger@5.0.0) - '@rushstack/worker-pool': 0.4.9(@types/node@24.3.3) + '@rushstack/worker-pool': 0.4.9(@types/node@25.9.4) is-windows: 1.0.2 load-json-file: 6.2.0 p-limit: 3.1.0 - shell-quote: 1.8.2 + shell-quote: 1.8.4 transitivePeerDependencies: - '@types/node' - '@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0)': + '@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0)': dependencies: '@pnpm/cafs-types': 1000.0.0 '@pnpm/create-cafs-store': 1000.0.13(@pnpm/logger@5.0.0) @@ -21356,21 +23353,21 @@ snapshots: '@pnpm/logger': 5.0.0 '@pnpm/store.cafs': 1000.0.12 '@pnpm/symlink-dependency': 1000.0.9(@pnpm/logger@5.0.0) - '@rushstack/worker-pool': 0.4.9(@types/node@24.6.0) + '@rushstack/worker-pool': 0.4.9(@types/node@26.1.0) is-windows: 1.0.2 load-json-file: 6.2.0 p-limit: 3.1.0 - shell-quote: 1.8.2 + shell-quote: 1.8.4 transitivePeerDependencies: - '@types/node' - '@pnpm/workspace.find-packages@1000.0.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0)': + '@pnpm/workspace.find-packages@1000.0.65(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0)': dependencies: - '@pnpm/cli-utils': 1000.1.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.3.3))(typanion@3.14.0) - '@pnpm/constants': 1001.1.0 - '@pnpm/fs.find-packages': 1000.0.11 + '@pnpm/cli-utils': 1001.3.10(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@25.9.4))(typanion@3.14.0) + '@pnpm/constants': 1001.3.1 + '@pnpm/fs.find-packages': 1000.0.24(@pnpm/logger@5.0.0) '@pnpm/logger': 5.0.0 - '@pnpm/types': 1000.6.0 + '@pnpm/types': 1001.3.0 '@pnpm/util.lex-comparator': 3.0.2 transitivePeerDependencies: - '@pnpm/worker' @@ -21378,13 +23375,13 @@ snapshots: - supports-color - typanion - '@pnpm/workspace.find-packages@1000.0.24(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0)': + '@pnpm/workspace.find-packages@1000.0.65(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0)': dependencies: - '@pnpm/cli-utils': 1000.1.4(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@24.6.0))(typanion@3.14.0) - '@pnpm/constants': 1001.1.0 - '@pnpm/fs.find-packages': 1000.0.11 + '@pnpm/cli-utils': 1001.3.10(@pnpm/logger@5.0.0)(@pnpm/worker@1000.1.6(@pnpm/logger@5.0.0)(@types/node@26.1.0))(typanion@3.14.0) + '@pnpm/constants': 1001.3.1 + '@pnpm/fs.find-packages': 1000.0.24(@pnpm/logger@5.0.0) '@pnpm/logger': 5.0.0 - '@pnpm/types': 1000.6.0 + '@pnpm/types': 1001.3.0 '@pnpm/util.lex-comparator': 3.0.2 transitivePeerDependencies: - '@pnpm/worker' @@ -21392,27 +23389,32 @@ snapshots: - supports-color - typanion - '@pnpm/workspace.manifest-writer@1000.1.4': + '@pnpm/workspace.manifest-writer@1001.3.1': dependencies: - '@pnpm/constants': 1001.1.0 + '@pnpm/catalogs.types': 1000.0.0 + '@pnpm/constants': 1001.3.1 + '@pnpm/lockfile.types': 1002.1.0 '@pnpm/object.key-sorting': 1000.0.1 - '@pnpm/workspace.read-manifest': 1000.1.5 + '@pnpm/types': 1001.3.0 + '@pnpm/workspace.read-manifest': 1000.3.1 + '@pnpm/yaml.document-sync': 1000.0.0 ramda: '@pnpm/ramda@0.28.1' - write-yaml-file: 5.0.0 + write-file-atomic: 5.0.1 + yaml: 2.9.0 - '@pnpm/workspace.read-manifest@1000.1.5': + '@pnpm/workspace.read-manifest@1000.3.1': dependencies: - '@pnpm/constants': 1001.1.0 - '@pnpm/error': 1000.0.2 - '@pnpm/types': 1000.6.0 + '@pnpm/constants': 1001.3.1 + '@pnpm/error': 1000.1.0 + '@pnpm/types': 1001.3.0 read-yaml-file: 2.1.0 '@pnpm/workspace.spec-parser@1000.0.0': {} - '@pnpm/write-project-manifest@1000.0.8': + '@pnpm/write-project-manifest@1000.0.16': dependencies: '@pnpm/text.comments-parser': 1000.0.0 - '@pnpm/types': 1000.6.0 + '@pnpm/types': 1001.3.0 json5: 2.2.3 write-file-atomic: 5.0.1 write-yaml-file: 5.0.0 @@ -21425,6 +23427,10 @@ snapshots: write-file-atomic: 5.0.1 write-yaml-file: 5.0.0 + '@pnpm/yaml.document-sync@1000.0.0': + dependencies: + yaml: 2.9.0 + '@polka/url@1.0.0-next.25': {} '@popperjs/core@2.11.8': {} @@ -21466,49 +23472,105 @@ snapshots: '@remix-run/router@1.15.3': {} - '@reteps/dockerfmt@0.3.6': {} + '@reteps/dockerfmt-darwin-arm64@0.5.4': + optional: true + + '@reteps/dockerfmt-darwin-x64@0.5.4': + optional: true - '@rolldown/pluginutils@1.0.0-beta.27': {} + '@reteps/dockerfmt-linux-arm64@0.5.4': + optional: true - '@rollup/plugin-babel@6.0.4(@babel/core@7.26.10)(@types/babel__core@7.20.5)(rollup@4.52.4)': - dependencies: - '@babel/core': 7.26.10 - '@babel/helper-module-imports': 7.25.9 - '@rollup/pluginutils': 5.1.4(rollup@4.52.4) + '@reteps/dockerfmt-linux-x64@0.5.4': + optional: true + + '@reteps/dockerfmt@0.5.4': optionalDependencies: - '@types/babel__core': 7.20.5 - rollup: 4.52.4 - transitivePeerDependencies: - - supports-color + '@reteps/dockerfmt-darwin-arm64': 0.5.4 + '@reteps/dockerfmt-darwin-x64': 0.5.4 + '@reteps/dockerfmt-linux-arm64': 0.5.4 + '@reteps/dockerfmt-linux-x64': 0.5.4 + + '@rolldown/binding-android-arm64@1.1.4': + optional: true + + '@rolldown/binding-darwin-arm64@1.1.4': + optional: true + + '@rolldown/binding-darwin-x64@1.1.4': + optional: true + + '@rolldown/binding-freebsd-x64@1.1.4': + optional: true + + '@rolldown/binding-linux-arm-gnueabihf@1.1.4': + optional: true + + '@rolldown/binding-linux-arm64-gnu@1.1.4': + optional: true + + '@rolldown/binding-linux-arm64-musl@1.1.4': + optional: true + + '@rolldown/binding-linux-ppc64-gnu@1.1.4': + optional: true + + '@rolldown/binding-linux-s390x-gnu@1.1.4': + optional: true + + '@rolldown/binding-linux-x64-gnu@1.1.4': + optional: true + + '@rolldown/binding-linux-x64-musl@1.1.4': + optional: true + + '@rolldown/binding-openharmony-arm64@1.1.4': + optional: true - '@rollup/plugin-babel@6.0.4(@babel/core@7.28.4)(@types/babel__core@7.20.5)(rollup@4.52.4)': + '@rolldown/binding-wasm32-wasi@1.1.4': dependencies: - '@babel/core': 7.28.4 - '@babel/helper-module-imports': 7.25.9 - '@rollup/pluginutils': 5.1.4(rollup@4.52.4) + '@emnapi/core': 1.11.1 + '@emnapi/runtime': 1.11.1 + '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1) + optional: true + + '@rolldown/binding-win32-arm64-msvc@1.1.4': + optional: true + + '@rolldown/binding-win32-x64-msvc@1.1.4': + optional: true + + '@rolldown/pluginutils@1.0.1': {} + + '@rollup/plugin-babel@7.1.0(@babel/core@7.29.7)(@types/babel__core@7.20.5)(rollup@4.52.4)': + dependencies: + '@babel/core': 7.29.7 + '@babel/helper-module-imports': 7.29.7 + '@rollup/pluginutils': 5.4.0(rollup@4.52.4) + workerpool: 9.3.4 optionalDependencies: '@types/babel__core': 7.20.5 rollup: 4.52.4 transitivePeerDependencies: - supports-color - '@rollup/plugin-inject@5.0.5(rollup@4.52.4)': - dependencies: - '@rollup/pluginutils': 5.1.4(rollup@4.52.4) - estree-walker: 2.0.2 - magic-string: 0.30.17 + '@rollup/plugin-virtual@3.0.2(rollup@4.52.4)': optionalDependencies: rollup: 4.52.4 - '@rollup/plugin-virtual@3.0.2(rollup@4.52.4)': + '@rollup/pluginutils@5.1.4(rollup@4.52.4)': + dependencies: + '@types/estree': 1.0.8 + estree-walker: 2.0.2 + picomatch: 4.0.4 optionalDependencies: rollup: 4.52.4 - '@rollup/pluginutils@5.1.4(rollup@4.52.4)': + '@rollup/pluginutils@5.4.0(rollup@4.52.4)': dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 estree-walker: 2.0.2 - picomatch: 4.0.2 + picomatch: 4.0.4 optionalDependencies: rollup: 4.52.4 @@ -21602,9 +23664,6 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.34.9': optional: true - '@rollup/rollup-linux-x64-gnu@4.40.0': - optional: true - '@rollup/rollup-linux-x64-gnu@4.52.4': optional: true @@ -21638,78 +23697,113 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.52.4': optional: true - '@rtsao/scc@1.1.0': {} - - '@rushstack/node-core-library@5.13.1(@types/node@24.3.3)': + '@rushstack/node-core-library@5.23.1(@types/node@25.9.4)': dependencies: - ajv: 8.13.0 - ajv-draft-04: 1.0.0(ajv@8.13.0) - ajv-formats: 3.0.1(ajv@8.13.0) + ajv: 8.18.0 + ajv-draft-04: 1.0.0(ajv@8.18.0) + ajv-formats: 3.0.1(ajv@8.18.0) fs-extra: 11.3.0 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.8 - semver: 7.5.4 + semver: 7.7.4 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@rushstack/node-core-library@5.13.1(@types/node@24.6.0)': + '@rushstack/node-core-library@5.23.1(@types/node@26.1.0)': dependencies: - ajv: 8.13.0 - ajv-draft-04: 1.0.0(ajv@8.13.0) - ajv-formats: 3.0.1(ajv@8.13.0) + ajv: 8.18.0 + ajv-draft-04: 1.0.0(ajv@8.18.0) + ajv-formats: 3.0.1(ajv@8.18.0) fs-extra: 11.3.0 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.8 - semver: 7.5.4 + semver: 7.7.4 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 - '@rushstack/rig-package@0.5.3': + '@rushstack/problem-matcher@0.2.1(@types/node@25.9.4)': + optionalDependencies: + '@types/node': 25.9.4 + + '@rushstack/problem-matcher@0.2.1(@types/node@26.1.0)': + optionalDependencies: + '@types/node': 26.1.0 + + '@rushstack/rig-package@0.7.3': dependencies: + jju: 1.4.0 resolve: 1.22.8 - strip-json-comments: 3.1.1 - '@rushstack/terminal@0.15.3(@types/node@24.3.3)': + '@rushstack/terminal@0.24.0(@types/node@25.9.4)': dependencies: - '@rushstack/node-core-library': 5.13.1(@types/node@24.3.3) + '@rushstack/node-core-library': 5.23.1(@types/node@25.9.4) + '@rushstack/problem-matcher': 0.2.1(@types/node@25.9.4) supports-color: 8.1.1 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@rushstack/terminal@0.15.3(@types/node@24.6.0)': + '@rushstack/terminal@0.24.0(@types/node@26.1.0)': dependencies: - '@rushstack/node-core-library': 5.13.1(@types/node@24.6.0) + '@rushstack/node-core-library': 5.23.1(@types/node@26.1.0) + '@rushstack/problem-matcher': 0.2.1(@types/node@26.1.0) supports-color: 8.1.1 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 - '@rushstack/ts-command-line@5.0.1(@types/node@24.3.3)': + '@rushstack/ts-command-line@5.3.10(@types/node@25.9.4)': dependencies: - '@rushstack/terminal': 0.15.3(@types/node@24.3.3) + '@rushstack/terminal': 0.24.0(@types/node@25.9.4) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - '@rushstack/ts-command-line@5.0.1(@types/node@24.6.0)': + '@rushstack/ts-command-line@5.3.10(@types/node@26.1.0)': dependencies: - '@rushstack/terminal': 0.15.3(@types/node@24.6.0) + '@rushstack/terminal': 0.24.0(@types/node@26.1.0) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - '@rushstack/worker-pool@0.4.9(@types/node@24.3.3)': + '@rushstack/worker-pool@0.4.9(@types/node@25.9.4)': optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 - '@rushstack/worker-pool@0.4.9(@types/node@24.6.0)': + '@rushstack/worker-pool@0.4.9(@types/node@26.1.0)': optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 + + '@scalar/helpers@0.9.0': {} + + '@scalar/json-magic@0.12.17': + dependencies: + '@scalar/helpers': 0.9.0 + pathe: 2.0.3 + yaml: 2.8.4 + + '@scalar/openapi-parser@0.28.8': + dependencies: + '@scalar/helpers': 0.9.0 + '@scalar/json-magic': 0.12.17 + '@scalar/openapi-types': 0.9.1 + '@scalar/openapi-upgrader': 0.2.9 + ajv: 8.18.0 + ajv-draft-04: 1.0.0(ajv@8.18.0) + ajv-formats: 3.0.1(ajv@8.18.0) + jsonpointer: 5.0.1 + leven: 4.1.0 + yaml: 2.8.4 + + '@scalar/openapi-types@0.9.1': {} + + '@scalar/openapi-upgrader@0.2.9': + dependencies: + '@scalar/openapi-types': 0.9.1 '@scarf/scarf@1.4.0': {} @@ -21724,7 +23818,7 @@ snapshots: '@secretlint/profiler': 10.2.2 '@secretlint/resolver': 10.2.2 '@secretlint/types': 10.2.2 - ajv: 8.17.1 + ajv: 8.18.0 debug: 4.4.3 rc-config-loader: 4.1.3 transitivePeerDependencies: @@ -21746,7 +23840,7 @@ snapshots: '@textlint/linter-formatter': 15.2.3 '@textlint/module-interop': 15.2.3 '@textlint/types': 15.2.3 - chalk: 5.4.1 + chalk: 5.6.2 debug: 4.4.3 pluralize: 8.0.0 strip-ansi: 7.1.0 @@ -21789,196 +23883,222 @@ snapshots: '@secretlint/types@10.2.2': {} - '@shikijs/core@3.13.0': - dependencies: - '@shikijs/types': 3.13.0 - '@shikijs/vscode-textmate': 10.0.2 - '@types/hast': 3.0.4 - hast-util-to-html: 9.0.5 - - '@shikijs/core@3.4.2': + '@shikijs/core@4.3.0': dependencies: - '@shikijs/types': 3.4.2 + '@shikijs/primitive': 4.3.0 + '@shikijs/types': 4.3.0 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 hast-util-to-html: 9.0.5 - '@shikijs/engine-javascript@3.13.0': + '@shikijs/engine-javascript@4.3.0': dependencies: - '@shikijs/types': 3.13.0 + '@shikijs/types': 4.3.0 '@shikijs/vscode-textmate': 10.0.2 - oniguruma-to-es: 4.3.3 + oniguruma-to-es: 4.3.6 - '@shikijs/engine-javascript@3.4.2': + '@shikijs/engine-oniguruma@3.23.0': dependencies: - '@shikijs/types': 3.4.2 + '@shikijs/types': 3.23.0 '@shikijs/vscode-textmate': 10.0.2 - oniguruma-to-es: 4.3.3 - '@shikijs/engine-oniguruma@3.13.0': + '@shikijs/engine-oniguruma@4.3.0': dependencies: - '@shikijs/types': 3.13.0 + '@shikijs/types': 4.3.0 '@shikijs/vscode-textmate': 10.0.2 - '@shikijs/engine-oniguruma@3.4.2': + '@shikijs/langs@3.23.0': dependencies: - '@shikijs/types': 3.4.2 - '@shikijs/vscode-textmate': 10.0.2 + '@shikijs/types': 3.23.0 - '@shikijs/langs@3.13.0': + '@shikijs/langs@4.3.0': dependencies: - '@shikijs/types': 3.13.0 + '@shikijs/types': 4.3.0 - '@shikijs/langs@3.4.2': + '@shikijs/primitive@4.3.0': dependencies: - '@shikijs/types': 3.4.2 + '@shikijs/types': 4.3.0 + '@shikijs/vscode-textmate': 10.0.2 + '@types/hast': 3.0.4 - '@shikijs/themes@3.13.0': + '@shikijs/themes@3.23.0': dependencies: - '@shikijs/types': 3.13.0 + '@shikijs/types': 3.23.0 - '@shikijs/themes@3.4.2': + '@shikijs/themes@4.3.0': dependencies: - '@shikijs/types': 3.4.2 + '@shikijs/types': 4.3.0 - '@shikijs/types@3.13.0': + '@shikijs/types@3.23.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/types@3.4.2': + '@shikijs/types@4.3.0': dependencies: '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 '@shikijs/vscode-textmate@10.0.2': {} - '@sigstore/bundle@3.1.0': + '@sigstore/bundle@4.0.0': dependencies: - '@sigstore/protobuf-specs': 0.4.0 + '@sigstore/protobuf-specs': 0.5.1 - '@sigstore/core@2.0.0': {} + '@sigstore/core@3.2.1': {} - '@sigstore/protobuf-specs@0.4.0': {} + '@sigstore/protobuf-specs@0.5.1': {} - '@sigstore/sign@3.1.0': + '@sigstore/sign@4.1.1': dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.0 - make-fetch-happen: 14.0.3 - proc-log: 5.0.0 - promise-retry: 2.0.1 + '@gar/promise-retry': 1.0.3 + '@sigstore/bundle': 4.0.0 + '@sigstore/core': 3.2.1 + '@sigstore/protobuf-specs': 0.5.1 + make-fetch-happen: 15.0.6 + proc-log: 6.1.0 transitivePeerDependencies: - supports-color - '@sigstore/tuf@3.1.0': + '@sigstore/tuf@4.0.2': dependencies: - '@sigstore/protobuf-specs': 0.4.0 - tuf-js: 3.0.1 + '@sigstore/protobuf-specs': 0.5.1 + tuf-js: 4.1.0 transitivePeerDependencies: - supports-color - '@sigstore/verify@2.1.0': + '@sigstore/verify@3.1.1': + dependencies: + '@sigstore/bundle': 4.0.0 + '@sigstore/core': 3.2.1 + '@sigstore/protobuf-specs': 0.5.1 + + '@simple-git/args-pathspec@1.0.3': {} + + '@simple-git/argv-parser@1.1.1': dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.0 + '@simple-git/args-pathspec': 1.0.3 '@sindresorhus/merge-streams@2.3.0': {} '@sindresorhus/merge-streams@4.0.0': {} - '@standard-schema/spec@1.0.0': {} + '@standard-schema/spec@1.1.0': {} - '@storybook/builder-vite@9.1.10(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))': + '@storybook/builder-vite@10.4.6(esbuild@0.28.1)(rollup@4.52.4)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4))': dependencies: - '@storybook/csf-plugin': 9.1.10(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))) - storybook: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + '@storybook/csf-plugin': 10.4.6(esbuild@0.28.1)(rollup@4.52.4)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) ts-dedent: 2.2.0 - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) + transitivePeerDependencies: + - esbuild + - rollup + - webpack - '@storybook/cli@9.1.10(@babel/preset-env@7.24.7(@babel/core@7.26.10))(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))': + '@storybook/cli@10.4.6(@babel/preset-env@7.24.7(@babel/core@7.29.7))(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7)': dependencies: - '@storybook/codemod': 9.1.10(@babel/preset-env@7.24.7(@babel/core@7.26.10))(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) - '@types/semver': 7.5.8 - commander: 12.1.0 - create-storybook: 9.1.10 - giget: 1.2.3 - jscodeshift: 0.15.2(@babel/preset-env@7.24.7(@babel/core@7.26.10)) - storybook: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + '@storybook/codemod': 10.4.6(@babel/preset-env@7.24.7(@babel/core@7.29.7))(@testing-library/dom@10.4.1)(@types/react@18.3.12)(react@19.2.7) + '@types/semver': 7.7.1 + commander: 14.0.3 + create-storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) + jscodeshift: 0.15.2(@babel/preset-env@7.24.7(@babel/core@7.29.7)) + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) ts-dedent: 2.2.0 transitivePeerDependencies: - '@babel/preset-env' - '@testing-library/dom' + - '@types/react' - bufferutil - - msw - prettier + - react - supports-color - utf-8-validate - - vite + - vite-plus - '@storybook/codemod@9.1.10(@babel/preset-env@7.24.7(@babel/core@7.26.10))(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))': + '@storybook/codemod@10.4.6(@babel/preset-env@7.24.7(@babel/core@7.29.7))(@testing-library/dom@10.4.1)(@types/react@18.3.12)(react@19.2.7)': dependencies: '@types/cross-spawn': 6.0.6 cross-spawn: 7.0.6 - es-toolkit: 1.40.0 - globby: 14.1.0 - jscodeshift: 0.15.2(@babel/preset-env@7.24.7(@babel/core@7.26.10)) - prettier: 3.6.2 - storybook: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + es-toolkit: 1.49.0 + jscodeshift: 0.15.2(@babel/preset-env@7.24.7(@babel/core@7.29.7)) + prettier: 3.9.4 + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) tiny-invariant: 1.3.3 + tinyglobby: 0.2.17 transitivePeerDependencies: - '@babel/preset-env' - '@testing-library/dom' + - '@types/react' - bufferutil - - msw + - react - supports-color - utf-8-validate - - vite + - vite-plus - '@storybook/csf-plugin@9.1.10(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))': + '@storybook/csf-plugin@10.4.6(esbuild@0.28.1)(rollup@4.52.4)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4))': dependencies: - storybook: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) - unplugin: 1.11.0 + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) + unplugin: 2.3.11 + optionalDependencies: + esbuild: 0.28.1 + rollup: 4.52.4 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) '@storybook/global@5.0.0': {} - '@storybook/react-dom-shim@9.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))': + '@storybook/icons@2.1.0(react@19.2.7)': dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - storybook: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + react: 19.2.7 - '@storybook/react-vite@9.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@4.52.4)(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))': + '@storybook/react-dom-shim@10.4.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))': dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.1(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) + optionalDependencies: + '@types/react': 18.3.12 + '@types/react-dom': 18.2.25 + + '@storybook/react-vite@10.4.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(esbuild@0.28.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(rollup@4.52.4)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4))': + dependencies: + '@joshwooding/vite-plugin-react-docgen-typescript': 0.7.0(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) '@rollup/pluginutils': 5.1.4(rollup@4.52.4) - '@storybook/builder-vite': 9.1.10(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) - '@storybook/react': 9.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))(typescript@5.9.3) - find-up: 7.0.0 - magic-string: 0.30.17 - react: 18.3.1 + '@storybook/builder-vite': 10.4.6(esbuild@0.28.1)(rollup@4.52.4)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + '@storybook/react': 10.4.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(typescript@6.0.3) + empathic: 2.0.1 + magic-string: 0.30.21 + react: 19.2.7 react-docgen: 8.0.2 - react-dom: 18.3.1(react@18.3.1) + react-dom: 19.2.7(react@19.2.7) resolve: 1.22.8 - storybook: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) tsconfig-paths: 4.2.0 - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - esbuild - rollup - supports-color - typescript + - webpack - '@storybook/react@9.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)))(typescript@5.9.3)': + '@storybook/react@10.4.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7))(typescript@6.0.3)': dependencies: '@storybook/global': 5.0.0 - '@storybook/react-dom-shim': 9.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - storybook: 9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) + '@storybook/react-dom-shim': 10.4.6(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7)) + react: 19.2.7 + react-docgen: 8.0.2 + react-docgen-typescript: 2.2.2(typescript@6.0.3) + react-dom: 19.2.7(react@19.2.7) + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) optionalDependencies: - typescript: 5.9.3 + '@types/react': 18.3.12 + '@types/react-dom': 18.2.25 + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color '@swc/core-darwin-arm64@1.4.17': optional: true @@ -22029,10 +24149,6 @@ snapshots: '@swc/counter@0.1.3': {} - '@swc/helpers@0.5.10': - dependencies: - tslib: 2.6.2 - '@swc/helpers@0.5.17': dependencies: tslib: 2.8.1 @@ -22041,15 +24157,15 @@ snapshots: dependencies: '@swc/counter': 0.1.3 - '@testing-library/dom@10.4.0': + '@testing-library/dom@10.4.1': dependencies: '@babel/code-frame': 7.27.1 '@babel/runtime': 7.24.4 '@types/aria-query': 5.0.4 aria-query: 5.3.0 - chalk: 4.1.2 dom-accessibility-api: 0.5.16 lz-string: 1.5.0 + picocolors: 1.1.1 pretty-format: 27.5.1 '@testing-library/jest-dom@6.6.3': @@ -22062,29 +24178,38 @@ snapshots: lodash: 4.17.21 redent: 3.0.0 - '@testing-library/react@16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@18.2.25)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@testing-library/jest-dom@6.9.1': + dependencies: + '@adobe/css-tools': 4.4.0 + aria-query: 5.3.2 + css.escape: 1.5.1 + dom-accessibility-api: 0.6.3 + picocolors: 1.1.1 + redent: 3.0.0 + + '@testing-library/react@16.2.0(@testing-library/dom@10.4.1)(@types/react-dom@18.2.25)(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.24.4 - '@testing-library/dom': 10.4.0 + '@testing-library/dom': 10.4.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: '@types/react': 18.2.79 '@types/react-dom': 18.2.25 - '@testing-library/react@16.2.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.0)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@18.2.25)(@types/react@18.3.12)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)': dependencies: '@babel/runtime': 7.24.4 - '@testing-library/dom': 10.4.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + '@testing-library/dom': 10.4.1 + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) optionalDependencies: '@types/react': 18.3.12 - '@types/react-dom': 18.3.0 + '@types/react-dom': 18.2.25 - '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.0)': + '@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)': dependencies: - '@testing-library/dom': 10.4.0 + '@testing-library/dom': 10.4.1 '@textlint/ast-node-types@15.2.3': {} @@ -22115,16 +24240,46 @@ snapshots: dependencies: '@textlint/ast-node-types': 15.2.3 + '@ts-morph/common@0.24.0': + dependencies: + fast-glob: 3.3.3 + minimatch: 9.0.5 + mkdirp: 3.0.1 + path-browserify: 1.0.1 + '@tufjs/canonical-json@2.0.0': {} - '@tufjs/models@3.0.1': + '@tufjs/models@4.1.0': dependencies: '@tufjs/canonical-json': 2.0.0 - minimatch: 9.0.5 + minimatch: 10.2.5 + + '@turbo/darwin-64@2.9.14': + optional: true + + '@turbo/darwin-arm64@2.9.14': + optional: true + + '@turbo/linux-64@2.9.14': + optional: true + + '@turbo/linux-arm64@2.9.14': + optional: true + + '@turbo/windows-64@2.9.14': + optional: true + + '@turbo/windows-arm64@2.9.14': + optional: true + + '@tybys/wasm-util@0.10.3': + dependencies: + tslib: 2.8.1 + optional: true '@types/acorn@4.0.6': dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 '@types/argparse@1.0.38': {} @@ -22132,37 +24287,37 @@ snapshots: '@types/aws-lambda@8.10.138': {} - '@types/babel__code-frame@7.0.6': {} + '@types/babel__code-frame@7.27.0': {} '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.26.10 + '@babel/types': 7.29.7 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.26.10 - '@babel/types': 7.26.10 + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 '@types/babel__traverse@7.20.5': dependencies: - '@babel/types': 7.26.10 + '@babel/types': 7.29.7 '@types/babel__traverse@7.28.0': dependencies: - '@babel/types': 7.28.4 + '@babel/types': 7.29.7 '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/braces@3.0.4': {} @@ -22172,13 +24327,13 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/cookie@0.6.0': {} '@types/cross-spawn@6.0.6': dependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/debounce@1.2.4': {} @@ -22188,13 +24343,13 @@ snapshots: '@types/deep-eql@4.0.2': {} - '@types/deep-equal@1.0.4': {} - '@types/doctrine@0.0.9': {} + '@types/esrecurse@4.3.1': {} + '@types/estree-jsx@1.0.5': dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 '@types/estree@1.0.6': {} @@ -22202,7 +24357,7 @@ snapshots: '@types/express-serve-static-core@5.0.1': dependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -22213,13 +24368,15 @@ snapshots: '@types/express-serve-static-core': 5.0.1 '@types/serve-static': 1.15.7 - '@types/fontkit@2.0.8': + '@types/express@5.0.6': dependencies: - '@types/node': 20.12.7 + '@types/body-parser': 1.19.5 + '@types/express-serve-static-core': 5.0.1 + '@types/serve-static': 2.2.0 '@types/hast@3.0.4': dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 '@types/http-errors@2.0.4': {} @@ -22234,61 +24391,58 @@ snapshots: '@types/json-schema@7.0.15': {} - '@types/json5@0.0.29': {} - '@types/mdast@4.0.4': dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 '@types/mdx@2.0.13': {} - '@types/micromatch@4.0.9': + '@types/micromatch@4.0.10': dependencies: '@types/braces': 3.0.4 '@types/mime@1.3.5': {} - '@types/mocha@10.0.9': {} - - '@types/morgan@1.9.9': + '@types/morgan@1.9.10': dependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/ms@0.7.34': {} - '@types/multer@2.0.0': + '@types/multer@2.2.0': dependencies: '@types/express': 5.0.2 - '@types/mustache@4.2.5': {} + '@types/mustache@4.2.6': {} '@types/nlcst@2.0.3': dependencies: - '@types/unist': 3.0.2 - - '@types/node@17.0.45': {} + '@types/unist': 3.0.3 '@types/node@20.12.7': dependencies: undici-types: 5.26.5 - '@types/node@24.3.3': + '@types/node@24.13.2': dependencies: - undici-types: 7.10.0 + undici-types: 7.18.2 '@types/node@24.6.0': dependencies: undici-types: 7.13.0 + '@types/node@25.9.4': + dependencies: + undici-types: 7.24.6 + + '@types/node@26.1.0': + dependencies: + undici-types: 8.3.0 + '@types/normalize-package-data@2.4.4': {} '@types/parse-json@4.0.2': {} - '@types/plist@3.0.5': - dependencies: - '@types/node': 24.3.3 - xmlbuilder: 15.1.1 - '@types/pluralize@0.0.29': {} '@types/pluralize@0.0.33': {} @@ -22303,10 +24457,6 @@ snapshots: dependencies: '@types/react': 18.3.12 - '@types/react-dom@18.3.0': - dependencies: - '@types/react': 18.3.12 - '@types/react-transition-group@4.4.10': dependencies: '@types/react': 18.3.12 @@ -22319,7 +24469,7 @@ snapshots: '@types/react@18.3.12': dependencies: '@types/prop-types': 15.7.12 - csstype: 3.1.3 + csstype: 3.2.3 '@types/resolve@1.20.2': {} @@ -22327,63 +24477,73 @@ snapshots: '@types/sax@1.2.7': dependencies: - '@types/node': 20.12.7 + '@types/node': 26.1.0 - '@types/semver@7.5.8': {} + '@types/semver@7.7.1': {} '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/send': 0.17.4 + '@types/serve-static@2.2.0': + dependencies: + '@types/http-errors': 2.0.4 + '@types/node': 26.1.0 + '@types/ssri@7.1.5': dependencies: - '@types/node': 20.12.7 + '@types/node': 26.1.0 '@types/statuses@2.0.6': {} - '@types/swagger-ui-dist@3.30.5': {} + '@types/swagger-ui-dist@3.30.6': {} '@types/swagger-ui-express@4.1.8': dependencies: - '@types/express': 5.0.2 + '@types/express': 5.0.6 '@types/serve-static': 1.15.7 - '@types/swagger-ui@5.21.1': {} + '@types/swagger-ui@5.32.0': {} + + '@types/trusted-types@2.0.7': + optional: true '@types/unist@2.0.11': {} '@types/unist@3.0.2': {} - '@types/vscode@1.103.0': {} + '@types/unist@3.0.3': {} + + '@types/vscode@1.120.0': {} '@types/whatwg-mimetype@3.0.2': {} '@types/which@3.0.4': {} - '@types/xml2js@0.4.14': + '@types/ws@8.18.1': dependencies: - '@types/node': 24.3.3 + '@types/node': 26.1.0 '@types/yargs-parser@21.0.3': {} - '@types/yargs@17.0.33': + '@types/yargs@17.0.35': dependencies: '@types/yargs-parser': 21.0.3 - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 eslint: 8.57.0 @@ -22391,100 +24551,108 @@ snapshots: ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.0 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.9.3))(eslint@8.57.0)(typescript@5.9.3)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.7.0(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/scope-manager': 7.7.0 - '@typescript-eslint/type-utils': 7.7.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/type-utils': 7.7.0(eslint@8.57.0)(typescript@5.9.3) + '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.9.3) '@typescript-eslint/visitor-keys': 7.7.0 debug: 4.3.4 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 - semver: 7.7.1 - ts-api-utils: 1.3.0(typescript@5.4.5) + semver: 7.8.5 + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0)(typescript@5.9.3))(eslint@9.27.0)(typescript@5.9.3)': + '@typescript-eslint/eslint-plugin@8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)': dependencies: - '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - '@typescript-eslint/scope-manager': 8.32.1 - '@typescript-eslint/type-utils': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - '@typescript-eslint/utils': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.32.1 - eslint: 9.27.0 - graphemer: 1.4.0 - ignore: 7.0.3 + '@eslint-community/regexpp': 4.12.2 + '@typescript-eslint/parser': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + '@typescript-eslint/scope-manager': 8.62.1 + '@typescript-eslint/type-utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + '@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + '@typescript-eslint/visitor-keys': 8.62.1 + eslint: 10.6.0 + ignore: 7.0.5 natural-compare: 1.4.0 - ts-api-utils: 2.1.0(typescript@5.9.3) - typescript: 5.9.3 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.9.3)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 eslint: 8.57.0 optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.9.3)': dependencies: '@typescript-eslint/scope-manager': 7.7.0 '@typescript-eslint/types': 7.7.0 - '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.9.3) '@typescript-eslint/visitor-keys': 7.7.0 debug: 4.3.4 eslint: 8.57.0 optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.32.1(eslint@9.27.0)(typescript@5.9.3)': + '@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3)': dependencies: - '@typescript-eslint/scope-manager': 8.32.1 - '@typescript-eslint/types': 8.32.1 - '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.3) - '@typescript-eslint/visitor-keys': 8.32.1 - debug: 4.4.0(supports-color@8.1.1) - eslint: 9.27.0 - typescript: 5.9.3 + '@typescript-eslint/scope-manager': 8.62.1 + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + '@typescript-eslint/visitor-keys': 8.62.1 + debug: 4.4.3 + eslint: 10.6.0 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/rule-tester@8.32.1(eslint@9.27.0)(typescript@5.9.3)': + '@typescript-eslint/project-service@8.62.1(typescript@6.0.3)': dependencies: - '@typescript-eslint/parser': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.3) - '@typescript-eslint/utils': 8.32.1(eslint@9.27.0)(typescript@5.9.3) + '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@6.0.3) + '@typescript-eslint/types': 8.62.1 + debug: 4.4.3 + typescript: 6.0.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/rule-tester@8.62.1(eslint@10.6.0)(typescript@6.0.3)': + dependencies: + '@typescript-eslint/parser': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + '@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3) ajv: 6.12.6 - eslint: 9.27.0 + eslint: 10.6.0 json-stable-stringify-without-jsonify: 1.0.1 lodash.merge: 4.6.2 - semver: 7.7.1 + semver: 7.8.5 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - - typescript '@typescript-eslint/scope-manager@6.21.0': dependencies: @@ -22496,43 +24664,48 @@ snapshots: '@typescript-eslint/types': 7.7.0 '@typescript-eslint/visitor-keys': 7.7.0 - '@typescript-eslint/scope-manager@8.32.1': + '@typescript-eslint/scope-manager@8.62.1': + dependencies: + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/visitor-keys': 8.62.1 + + '@typescript-eslint/tsconfig-utils@8.62.1(typescript@6.0.3)': dependencies: - '@typescript-eslint/types': 8.32.1 - '@typescript-eslint/visitor-keys': 8.32.1 + typescript: 6.0.3 - '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.9.3)': dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) - debug: 4.4.0(supports-color@8.1.1) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.9.3) + debug: 4.4.0 eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@7.7.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@7.7.0(eslint@8.57.0)(typescript@5.9.3)': dependencies: - '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) - '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.4.5) - debug: 4.4.0(supports-color@8.1.1) + '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.9.3) + '@typescript-eslint/utils': 7.7.0(eslint@8.57.0)(typescript@5.9.3) + debug: 4.4.3 eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.32.1(eslint@9.27.0)(typescript@5.9.3)': + '@typescript-eslint/type-utils@8.62.1(eslint@10.6.0)(typescript@6.0.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.3) - '@typescript-eslint/utils': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - debug: 4.4.0(supports-color@8.1.1) - eslint: 9.27.0 - ts-api-utils: 2.1.0(typescript@5.9.3) - typescript: 5.9.3 + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + '@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + debug: 4.4.3 + eslint: 10.6.0 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -22540,88 +24713,89 @@ snapshots: '@typescript-eslint/types@7.7.0': {} - '@typescript-eslint/types@8.32.1': {} + '@typescript-eslint/types@8.62.1': {} - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.7.1 - ts-api-utils: 1.3.0(typescript@5.4.5) + semver: 7.8.5 + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@7.7.0(typescript@5.9.3)': dependencies: '@typescript-eslint/types': 7.7.0 '@typescript-eslint/visitor-keys': 7.7.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.3 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.1 - ts-api-utils: 1.3.0(typescript@5.4.5) + semver: 7.8.5 + ts-api-utils: 1.3.0(typescript@5.9.3) optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.32.1(typescript@5.9.3)': + '@typescript-eslint/typescript-estree@8.62.1(typescript@6.0.3)': dependencies: - '@typescript-eslint/types': 8.32.1 - '@typescript-eslint/visitor-keys': 8.32.1 - debug: 4.4.0(supports-color@8.1.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.9.3) - typescript: 5.9.3 + '@typescript-eslint/project-service': 8.62.1(typescript@6.0.3) + '@typescript-eslint/tsconfig-utils': 8.62.1(typescript@6.0.3) + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/visitor-keys': 8.62.1 + debug: 4.4.3 + minimatch: 10.2.5 + semver: 7.8.5 + tinyglobby: 0.2.17 + ts-api-utils: 2.5.0(typescript@6.0.3) + typescript: 6.0.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.9.3)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 + '@types/semver': 7.7.1 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.3) eslint: 8.57.0 - semver: 7.7.1 + semver: 7.8.5 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.7.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/utils@7.7.0(eslint@8.57.0)(typescript@5.9.3)': dependencies: - '@eslint-community/eslint-utils': 4.5.1(eslint@8.57.0) + '@eslint-community/eslint-utils': 4.7.0(eslint@8.57.0) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 + '@types/semver': 7.7.1 '@typescript-eslint/scope-manager': 7.7.0 '@typescript-eslint/types': 7.7.0 - '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.9.3) eslint: 8.57.0 - semver: 7.7.1 + semver: 7.8.5 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@8.32.1(eslint@9.27.0)(typescript@5.9.3)': + '@typescript-eslint/utils@8.62.1(eslint@10.6.0)(typescript@6.0.3)': dependencies: - '@eslint-community/eslint-utils': 4.7.0(eslint@9.27.0) - '@typescript-eslint/scope-manager': 8.32.1 - '@typescript-eslint/types': 8.32.1 - '@typescript-eslint/typescript-estree': 8.32.1(typescript@5.9.3) - eslint: 9.27.0 - typescript: 5.9.3 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0) + '@typescript-eslint/scope-manager': 8.62.1 + '@typescript-eslint/types': 8.62.1 + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + eslint: 10.6.0 + typescript: 6.0.3 transitivePeerDependencies: - supports-color @@ -22635,12 +24809,45 @@ snapshots: '@typescript-eslint/types': 7.7.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@8.32.1': + '@typescript-eslint/visitor-keys@8.62.1': + dependencies: + '@typescript-eslint/types': 8.62.1 + eslint-visitor-keys: 5.0.1 + + '@typespec/http-client-python@0.31.1(@azure-tools/typespec-autorest@src+typespec+packages+typespec-autorest)(@azure-tools/typespec-azure-core@src+typespec+packages+typespec-azure-core)(@azure-tools/typespec-azure-resource-manager@src+typespec+packages+typespec-azure-resource-manager)(@azure-tools/typespec-azure-rulesets@src+typespec+packages+typespec-azure-rulesets)(@azure-tools/typespec-client-generator-core@src+typespec+packages+typespec-client-generator-core)(@typespec/compiler@src+typespec+core+packages+compiler)(@typespec/events@src+typespec+core+packages+events)(@typespec/http@src+typespec+core+packages+http)(@typespec/openapi@src+typespec+core+packages+openapi)(@typespec/rest@src+typespec+core+packages+rest)(@typespec/sse@src+typespec+core+packages+sse)(@typespec/streams@src+typespec+core+packages+streams)(@typespec/versioning@src+typespec+core+packages+versioning)(@typespec/xml@src+typespec+core+packages+xml)': + dependencies: + '@azure-tools/typespec-autorest': link:src/typespec/packages/typespec-autorest + '@azure-tools/typespec-azure-core': link:src/typespec/packages/typespec-azure-core + '@azure-tools/typespec-azure-resource-manager': link:src/typespec/packages/typespec-azure-resource-manager + '@azure-tools/typespec-azure-rulesets': link:src/typespec/packages/typespec-azure-rulesets + '@azure-tools/typespec-client-generator-core': link:src/typespec/packages/typespec-client-generator-core + '@typespec/compiler': link:src/typespec/core/packages/compiler + '@typespec/events': link:src/typespec/core/packages/events + '@typespec/http': link:src/typespec/core/packages/http + '@typespec/openapi': link:src/typespec/core/packages/openapi + '@typespec/rest': link:src/typespec/core/packages/rest + '@typespec/sse': link:src/typespec/core/packages/sse + '@typespec/streams': link:src/typespec/core/packages/streams + '@typespec/versioning': link:src/typespec/core/packages/versioning + '@typespec/xml': link:src/typespec/core/packages/xml + js-yaml: 4.1.0 + marked: 15.0.12 + pyodide: 0.26.2 + semver: 7.6.3 + tsx: 4.22.4 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + + '@typespec/ts-http-runtime@0.3.5': dependencies: - '@typescript-eslint/types': 8.32.1 - eslint-visitor-keys: 4.2.0 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.6 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color - '@typespec/ts-http-runtime@0.3.0': + '@typespec/ts-http-runtime@0.3.6': dependencies: http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -22650,102 +24857,73 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-react@4.2.1(vite@5.2.9(@types/node@20.12.7))': + '@vitejs/plugin-react@4.2.1(vite@5.2.9(@types/node@20.12.7)(lightningcss@1.32.0))': dependencies: - '@babel/core': 7.26.10 - '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.26.10) - '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.26.10) + '@babel/core': 7.28.4 + '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.28.4) + '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.28.4) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.2.9(@types/node@20.12.7) + vite: 5.2.9(@types/node@20.12.7)(lightningcss@1.32.0) transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.7.0(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))': + '@vitejs/plugin-react@6.0.3(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4))': dependencies: - '@babel/core': 7.28.4 - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.4) - '@rolldown/pluginutils': 1.0.0-beta.27 - '@types/babel__core': 7.20.5 - react-refresh: 0.17.0 - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) - transitivePeerDependencies: - - supports-color + '@rolldown/pluginutils': 1.0.1 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) - '@vitejs/plugin-react@4.7.0(vite@7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1))': + '@vitejs/plugin-react@6.0.3(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0))': dependencies: - '@babel/core': 7.28.4 - '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.4) - '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.4) - '@rolldown/pluginutils': 1.0.0-beta.27 - '@types/babel__core': 7.20.5 - react-refresh: 0.17.0 - vite: 7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) - transitivePeerDependencies: - - supports-color + '@rolldown/pluginutils': 1.0.1 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) - '@vitest/coverage-v8@3.0.7(vitest@3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(tsx@4.19.3)(yaml@2.8.1))': + '@vitejs/plugin-react@6.0.3(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0))': dependencies: - '@ampproject/remapping': 2.3.0 - '@bcoe/v8-coverage': 1.0.2 - debug: 4.4.0(supports-color@8.1.1) - istanbul-lib-coverage: 3.2.2 - istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 5.0.6 - istanbul-reports: 3.1.7 - magic-string: 0.30.17 - magicast: 0.3.5 - std-env: 3.8.0 - test-exclude: 7.0.1 - tinyrainbow: 2.0.0 - vitest: 3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(tsx@4.19.3)(yaml@2.8.1) - transitivePeerDependencies: - - supports-color + '@rolldown/pluginutils': 1.0.1 + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) - '@vitest/coverage-v8@3.1.3(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)))': + '@vitest/coverage-v8@3.0.7(vitest@3.0.7)': dependencies: '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 1.0.2 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.0 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 istanbul-reports: 3.1.7 magic-string: 0.30.17 magicast: 0.3.5 - std-env: 3.9.0 + std-env: 3.8.0 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + vitest: 3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@20.10.6)(jsdom@25.0.1)(lightningcss@1.32.0)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(tsx@4.22.4)(yaml@2.9.0) transitivePeerDependencies: - supports-color - '@vitest/coverage-v8@3.1.3(vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)))': + '@vitest/coverage-v8@4.1.9(vitest@4.1.9)': dependencies: - '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 1.0.2 - debug: 4.4.0(supports-color@8.1.1) + '@vitest/utils': 4.1.9 + ast-v8-to-istanbul: 1.0.4 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 5.0.6 - istanbul-reports: 3.1.7 - magic-string: 0.30.17 - magicast: 0.3.5 - std-env: 3.9.0 - test-exclude: 7.0.1 - tinyrainbow: 2.0.0 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) - transitivePeerDependencies: - - supports-color - - '@vitest/eslint-plugin@1.2.0(eslint@9.27.0)(typescript@5.9.3)(vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)))': - dependencies: - '@typescript-eslint/utils': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - eslint: 9.27.0 + istanbul-reports: 3.2.0 + magicast: 0.5.3 + obug: 2.1.3 + std-env: 4.1.0 + tinyrainbow: 3.1.0 + vitest: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + + '@vitest/eslint-plugin@1.6.20(@typescript-eslint/eslint-plugin@8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3)(vitest@4.1.9)': + dependencies: + '@typescript-eslint/scope-manager': 8.62.1 + '@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + eslint: 10.6.0 optionalDependencies: - typescript: 5.9.3 - vitest: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + '@typescript-eslint/eslint-plugin': 8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3) + typescript: 6.0.3 + vitest: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) transitivePeerDependencies: - supports-color @@ -22756,13 +24934,6 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/expect@3.1.3': - dependencies: - '@vitest/spy': 3.1.3 - '@vitest/utils': 3.1.3 - chai: 5.2.0 - tinyrainbow: 2.0.0 - '@vitest/expect@3.2.4': dependencies: '@types/chai': 5.2.2 @@ -22771,129 +24942,117 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.0.7(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(vite@6.2.0(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1))': - dependencies: - '@vitest/spy': 3.0.7 - estree-walker: 3.0.3 - magic-string: 0.30.17 - optionalDependencies: - msw: 2.11.3(@types/node@24.6.0)(typescript@5.4.5) - vite: 6.2.0(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) - - '@vitest/mocker@3.1.3(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@5.2.9(@types/node@24.3.3))': + '@vitest/expect@4.1.9': dependencies: - '@vitest/spy': 3.1.3 - estree-walker: 3.0.3 - magic-string: 0.30.17 - optionalDependencies: - msw: 2.11.3(@types/node@24.3.3)(typescript@5.9.3) - vite: 5.2.9(@types/node@24.3.3) + '@standard-schema/spec': 1.1.0 + '@types/chai': 5.2.2 + '@vitest/spy': 4.1.9 + '@vitest/utils': 4.1.9 + chai: 6.2.2 + tinyrainbow: 3.1.0 - '@vitest/mocker@3.1.3(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(vite@5.2.9(@types/node@24.6.0))': + '@vitest/mocker@3.0.7(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(vite@6.2.0(@types/node@24.6.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0))': dependencies: - '@vitest/spy': 3.1.3 + '@vitest/spy': 3.0.7 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: msw: 2.11.3(@types/node@24.6.0)(typescript@5.9.3) - vite: 5.2.9(@types/node@24.6.0) + vite: 6.2.0(@types/node@24.6.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0) - '@vitest/mocker@3.1.3(msw@2.11.3(@types/node@24.6.0))(vite@5.2.9(@types/node@24.6.0))': + '@vitest/mocker@3.2.4(msw@2.11.3(@types/node@20.12.7)(typescript@5.9.3))(vite@5.2.9(@types/node@20.12.7)(lightningcss@1.32.0))': dependencies: - '@vitest/spy': 3.1.3 + '@vitest/spy': 3.2.4 estree-walker: 3.0.3 - magic-string: 0.30.17 + magic-string: 0.30.21 optionalDependencies: - msw: 2.11.3(@types/node@24.6.0)(typescript@5.4.5) - vite: 5.2.9(@types/node@24.6.0) + msw: 2.11.3(@types/node@20.12.7)(typescript@5.9.3) + vite: 5.2.9(@types/node@20.12.7)(lightningcss@1.32.0) - '@vitest/mocker@3.2.4(msw@2.11.3(@types/node@20.12.7)(typescript@5.4.5))(vite@5.2.9(@types/node@20.12.7))': + '@vitest/mocker@4.1.9(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4))': dependencies: - '@vitest/spy': 3.2.4 + '@vitest/spy': 4.1.9 estree-walker: 3.0.3 - magic-string: 0.30.17 + magic-string: 0.30.21 optionalDependencies: - msw: 2.11.3(@types/node@20.12.7)(typescript@5.4.5) - vite: 5.2.9(@types/node@20.12.7) + msw: 2.11.3(@types/node@25.9.4)(typescript@6.0.3) + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) - '@vitest/mocker@3.2.4(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@5.2.9(@types/node@24.3.3))': + '@vitest/mocker@4.1.9(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0))': dependencies: - '@vitest/spy': 3.2.4 + '@vitest/spy': 4.1.9 estree-walker: 3.0.3 - magic-string: 0.30.17 + magic-string: 0.30.21 optionalDependencies: - msw: 2.11.3(@types/node@24.3.3)(typescript@5.9.3) - vite: 5.2.9(@types/node@24.3.3) + msw: 2.11.3(@types/node@25.9.4)(typescript@6.0.3) + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) - '@vitest/mocker@3.2.4(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1))': + '@vitest/mocker@4.1.9(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4))': dependencies: - '@vitest/spy': 3.2.4 + '@vitest/spy': 4.1.9 estree-walker: 3.0.3 - magic-string: 0.30.17 + magic-string: 0.30.21 optionalDependencies: - msw: 2.11.3(@types/node@24.3.3)(typescript@5.9.3) - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + msw: 2.11.3(@types/node@26.1.0)(typescript@6.0.3) + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) - '@vitest/mocker@3.2.4(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(vite@5.2.9(@types/node@24.6.0))': + '@vitest/mocker@4.1.9(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0))': dependencies: - '@vitest/spy': 3.2.4 + '@vitest/spy': 4.1.9 estree-walker: 3.0.3 - magic-string: 0.30.17 + magic-string: 0.30.21 optionalDependencies: - msw: 2.11.3(@types/node@24.6.0)(typescript@5.9.3) - vite: 5.2.9(@types/node@24.6.0) + msw: 2.11.3(@types/node@26.1.0)(typescript@6.0.3) + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) '@vitest/pretty-format@3.0.7': dependencies: tinyrainbow: 2.0.0 - '@vitest/pretty-format@3.1.3': + '@vitest/pretty-format@3.2.4': dependencies: tinyrainbow: 2.0.0 - '@vitest/pretty-format@3.2.4': + '@vitest/pretty-format@4.1.9': dependencies: - tinyrainbow: 2.0.0 + tinyrainbow: 3.1.0 '@vitest/runner@3.0.7': dependencies: '@vitest/utils': 3.0.7 pathe: 2.0.3 - '@vitest/runner@3.1.3': - dependencies: - '@vitest/utils': 3.1.3 - pathe: 2.0.3 - '@vitest/runner@3.2.4': dependencies: '@vitest/utils': 3.2.4 pathe: 2.0.3 strip-literal: 3.1.0 - '@vitest/snapshot@3.0.7': + '@vitest/runner@4.1.9': dependencies: - '@vitest/pretty-format': 3.0.7 - magic-string: 0.30.17 + '@vitest/utils': 4.1.9 pathe: 2.0.3 - '@vitest/snapshot@3.1.3': + '@vitest/snapshot@3.0.7': dependencies: - '@vitest/pretty-format': 3.1.3 + '@vitest/pretty-format': 3.0.7 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 + magic-string: 0.30.21 pathe: 2.0.3 - '@vitest/spy@3.0.7': + '@vitest/snapshot@4.1.9': dependencies: - tinyspy: 3.0.2 + '@vitest/pretty-format': 4.1.9 + '@vitest/utils': 4.1.9 + magic-string: 0.30.21 + pathe: 2.0.3 - '@vitest/spy@3.1.3': + '@vitest/spy@3.0.7': dependencies: tinyspy: 3.0.2 @@ -22901,6 +25060,8 @@ snapshots: dependencies: tinyspy: 4.0.4 + '@vitest/spy@4.1.9': {} + '@vitest/ui@3.0.7(vitest@3.0.7)': dependencies: '@vitest/utils': 3.0.7 @@ -22910,29 +25071,29 @@ snapshots: sirv: 3.0.1 tinyglobby: 0.2.12 tinyrainbow: 2.0.0 - vitest: 3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(tsx@4.19.3)(yaml@2.8.1) + vitest: 3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@20.10.6)(jsdom@25.0.1)(lightningcss@1.32.0)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(tsx@4.22.4)(yaml@2.9.0) - '@vitest/ui@3.1.3(vitest@3.1.3)': + '@vitest/ui@3.2.4(vitest@3.2.4)': dependencies: - '@vitest/utils': 3.1.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.13 + tinyglobby: 0.2.15 tinyrainbow: 2.0.0 - vitest: 3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + vitest: 3.2.4(@types/debug@4.1.12)(@types/node@20.12.7)(@vitest/ui@3.2.4)(happy-dom@17.4.4)(jsdom@25.0.1)(lightningcss@1.32.0)(msw@2.11.3(@types/node@20.12.7)(typescript@5.9.3)) - '@vitest/ui@3.2.4(vitest@3.2.4)': + '@vitest/ui@4.1.9(vitest@4.1.9)': dependencies: - '@vitest/utils': 3.2.4 + '@vitest/utils': 4.1.9 fflate: 0.8.2 - flatted: 3.3.3 + flatted: 3.4.2 pathe: 2.0.3 - sirv: 3.0.1 + sirv: 3.0.2 tinyglobby: 0.2.15 - tinyrainbow: 2.0.0 - vitest: 3.2.4(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)) + tinyrainbow: 3.1.0 + vitest: 4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) '@vitest/utils@3.0.7': dependencies: @@ -22940,67 +25101,55 @@ snapshots: loupe: 3.1.3 tinyrainbow: 2.0.0 - '@vitest/utils@3.1.3': - dependencies: - '@vitest/pretty-format': 3.1.3 - loupe: 3.1.3 - tinyrainbow: 2.0.0 - '@vitest/utils@3.2.4': dependencies: '@vitest/pretty-format': 3.2.4 loupe: 3.2.1 tinyrainbow: 2.0.0 - '@volar/kit@2.4.10(typescript@5.9.3)': + '@vitest/utils@4.1.9': dependencies: - '@volar/language-service': 2.4.10 - '@volar/typescript': 2.4.10 + '@vitest/pretty-format': 4.1.9 + convert-source-map: 2.0.0 + tinyrainbow: 3.1.0 + + '@volar/kit@2.4.28(typescript@6.0.3)': + dependencies: + '@volar/language-service': 2.4.28 + '@volar/typescript': 2.4.28 typesafe-path: 0.2.2 - typescript: 5.9.3 + typescript: 6.0.3 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 - '@volar/language-core@2.4.10': + '@volar/language-core@2.4.28': dependencies: - '@volar/source-map': 2.4.10 + '@volar/source-map': 2.4.28 - '@volar/language-core@2.4.11': + '@volar/language-server@2.4.28': dependencies: - '@volar/source-map': 2.4.11 - - '@volar/language-server@2.4.10': - dependencies: - '@volar/language-core': 2.4.10 - '@volar/language-service': 2.4.10 - '@volar/typescript': 2.4.10 + '@volar/language-core': 2.4.28 + '@volar/language-service': 2.4.28 + '@volar/typescript': 2.4.28 path-browserify: 1.0.1 request-light: 0.7.0 vscode-languageserver: 9.0.1 - vscode-languageserver-protocol: 3.17.5 + vscode-languageserver-protocol: 3.18.2 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 - '@volar/language-service@2.4.10': + '@volar/language-service@2.4.28': dependencies: - '@volar/language-core': 2.4.10 - vscode-languageserver-protocol: 3.17.5 + '@volar/language-core': 2.4.28 + vscode-languageserver-protocol: 3.18.2 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 - '@volar/source-map@2.4.10': {} - - '@volar/source-map@2.4.11': {} - - '@volar/typescript@2.4.10': - dependencies: - '@volar/language-core': 2.4.10 - path-browserify: 1.0.1 - vscode-uri: 3.1.0 + '@volar/source-map@2.4.28': {} - '@volar/typescript@2.4.11': + '@volar/typescript@2.4.28': dependencies: - '@volar/language-core': 2.4.11 + '@volar/language-core': 2.4.28 path-browserify: 1.0.1 vscode-uri: 3.1.0 @@ -23009,14 +25158,16 @@ snapshots: emmet: 2.4.11 jsonc-parser: 2.3.1 vscode-languageserver-textdocument: 1.0.12 - vscode-languageserver-types: 3.17.5 + vscode-languageserver-types: 3.18.0 vscode-uri: 3.1.0 - '@vscode/extension-telemetry@1.1.0(tslib@2.8.1)': + '@vscode/extension-telemetry@1.5.2(tslib@2.8.1)': dependencies: - '@microsoft/1ds-core-js': 4.3.10(tslib@2.8.1) - '@microsoft/1ds-post-js': 4.3.10(tslib@2.8.1) - '@microsoft/applicationinsights-web-basic': 3.3.10(tslib@2.8.1) + '@microsoft/1ds-core-js': 4.4.2(tslib@2.8.1) + '@microsoft/1ds-post-js': 4.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-common': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-core-js': 3.4.2(tslib@2.8.1) + '@microsoft/applicationinsights-web-basic': 3.4.2(tslib@2.8.1) transitivePeerDependencies: - tslib @@ -23028,26 +25179,26 @@ snapshots: https-proxy-agent: 7.0.6 jszip: 3.10.1 ora: 8.2.0 - semver: 7.7.1 + semver: 7.8.5 transitivePeerDependencies: - supports-color - '@vscode/test-web@0.0.72': + '@vscode/test-web@0.0.80': dependencies: '@koa/cors': 5.0.0 - '@koa/router': 14.0.0 - '@playwright/browser-chromium': 1.56.0 + '@koa/router': 15.6.0(koa@3.2.1) + '@playwright/browser-chromium': 1.61.1 gunzip-maybe: 1.4.2 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 - koa: 3.0.1 + koa: 3.2.1 koa-morgan: 1.0.1 koa-mount: 4.2.0 koa-static: 5.0.0 minimist: 1.2.8 - playwright: 1.56.0 + playwright: 1.61.1 tar-fs: 3.1.1 - tinyglobby: 0.2.14 + tinyglobby: 0.2.17 vscode-uri: 3.1.0 transitivePeerDependencies: - supports-color @@ -23091,7 +25242,7 @@ snapshots: '@vscode/vsce-sign-win32-arm64': 2.0.2 '@vscode/vsce-sign-win32-x64': 2.0.2 - '@vscode/vsce@3.6.2': + '@vscode/vsce@3.9.2': dependencies: '@azure/identity': 4.11.2 '@secretlint/node': 10.2.2 @@ -23105,66 +25256,37 @@ snapshots: cockatiel: 3.1.3 commander: 12.1.0 form-data: 4.0.4 - glob: 11.0.0 + glob: 13.0.6 hosted-git-info: 4.1.0 jsonc-parser: 3.3.1 leven: 3.1.0 markdown-it: 14.1.0 mime: 1.6.0 - minimatch: 3.1.2 + minimatch: 10.2.5 parse-semver: 1.1.1 read: 1.0.7 secretlint: 10.2.2 - semver: 7.7.1 + semver: 7.8.5 tmp: 0.2.3 typed-rest-client: 1.8.11 url-join: 4.0.1 xml2js: 0.5.0 - yauzl: 2.10.0 + yauzl: 3.4.0 yazl: 2.5.1 optionalDependencies: keytar: 7.9.0 transitivePeerDependencies: - supports-color - '@vue/compiler-core@3.5.13': - dependencies: - '@babel/parser': 7.27.2 - '@vue/shared': 3.5.13 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - - '@vue/compiler-dom@3.5.13': + '@vue/reactivity@3.5.39': dependencies: - '@vue/compiler-core': 3.5.13 - '@vue/shared': 3.5.13 + '@vue/shared': 3.5.39 - '@vue/compiler-vue2@2.7.16': - dependencies: - de-indent: 1.0.2 - he: 1.2.0 - - '@vue/language-core@2.2.0(typescript@5.9.3)': - dependencies: - '@volar/language-core': 2.4.11 - '@vue/compiler-dom': 3.5.13 - '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.13 - alien-signals: 0.4.14 - minimatch: 9.0.5 - muggle-string: 0.4.1 - path-browserify: 1.0.1 - optionalDependencies: - typescript: 5.9.3 + '@vue/shared@3.5.39': {} - '@vue/reactivity@3.5.13': - dependencies: - '@vue/shared': 3.5.13 - - '@vue/shared@3.5.13': {} + '@webcontainer/env@1.1.1': {} - '@xmldom/xmldom@0.8.10': {} + '@xmldom/xmldom@0.9.10': {} '@yarnpkg/fslib@3.1.2': dependencies: @@ -23221,6 +25343,8 @@ snapshots: abbrev@3.0.0: {} + abbrev@4.0.0: {} + abort-controller@3.0.0: dependencies: event-target-shim: 5.0.1 @@ -23239,37 +25363,36 @@ snapshots: dependencies: acorn: 8.14.0 - acorn-jsx@5.3.2(acorn@8.15.0): + acorn-jsx@5.3.2(acorn@8.17.0): dependencies: - acorn: 8.15.0 + acorn: 8.17.0 acorn@8.14.0: {} - acorn@8.14.1: {} - acorn@8.15.0: {} + acorn@8.17.0: {} + + adm-zip@0.5.18: {} + agent-base@7.1.3: {} agentkeepalive@4.6.0: dependencies: humanize-ms: 1.2.1 - ajv-draft-04@1.0.0(ajv@8.13.0): - optionalDependencies: - ajv: 8.13.0 - - ajv-draft-04@1.0.0(ajv@8.17.1): - optionalDependencies: - ajv: 8.17.1 + aggregate-error@3.1.0: + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 - ajv-formats@3.0.1(ajv@8.13.0): + ajv-draft-04@1.0.0(ajv@8.18.0): optionalDependencies: - ajv: 8.13.0 + ajv: 8.18.0 - ajv-formats@3.0.1(ajv@8.17.1): + ajv-formats@3.0.1(ajv@8.18.0): optionalDependencies: - ajv: 8.17.1 + ajv: 8.18.0 ajv@6.12.6: dependencies: @@ -23278,35 +25401,24 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.12.0: - dependencies: - fast-deep-equal: 3.1.3 - json-schema-traverse: 1.0.0 - require-from-string: 2.0.2 - uri-js: 4.4.1 - - ajv@8.13.0: + ajv@6.15.0: dependencies: fast-deep-equal: 3.1.3 - json-schema-traverse: 1.0.0 - require-from-string: 2.0.2 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.17.1: + ajv@8.18.0: dependencies: fast-deep-equal: 3.1.3 fast-uri: 3.0.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - alien-signals@0.4.14: {} - ansi-align@3.0.1: dependencies: string-width: 4.2.3 - ansi-colors@4.1.3: {} - ansi-diff@1.1.1: dependencies: ansi-split: 1.0.1 @@ -23330,6 +25442,8 @@ snapshots: ansi-regex@6.0.1: {} + ansi-regex@6.2.2: {} + ansi-split@1.0.1: dependencies: ansi-regex: 3.0.1 @@ -23351,6 +25465,8 @@ snapshots: normalize-path: 3.0.0 picomatch: 2.3.1 + anynum@1.0.1: {} + append-field@1.0.0: {} archy@1.0.0: {} @@ -23373,19 +25489,10 @@ snapshots: array-back@4.0.2: {} - array-buffer-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - is-array-buffer: 3.0.4 - - array-includes@3.1.8: + array-buffer-byte-length@1.0.2: dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - get-intrinsic: 1.2.4 - is-string: 1.0.7 + call-bound: 1.0.4 + is-array-buffer: 3.0.5 array-iterate@2.0.1: {} @@ -23393,137 +25500,100 @@ snapshots: array-union@2.1.0: {} - array.prototype.findlastindex@1.2.5: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-errors: 1.3.0 - es-object-atoms: 1.0.0 - es-shim-unscopables: 1.0.2 - - array.prototype.flat@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - - array.prototype.flatmap@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - - arraybuffer.prototype.slice@1.0.3: + arraybuffer.prototype.slice@1.0.4: dependencies: - array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 + array-buffer-byte-length: 1.0.2 + call-bind: 1.0.9 define-properties: 1.2.1 - es-abstract: 1.23.3 + es-abstract: 1.24.2 es-errors: 1.3.0 get-intrinsic: 1.3.0 - is-array-buffer: 3.0.4 - is-shared-array-buffer: 1.0.3 + is-array-buffer: 3.0.5 as-table@1.0.55: dependencies: printable-characters: 1.0.42 - asn1.js@4.10.1: - dependencies: - bn.js: 4.12.1 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - - assert@2.1.0: - dependencies: - call-bind: 1.0.7 - is-nan: 1.3.2 - object-is: 1.1.6 - object.assign: 4.1.5 - util: 0.12.5 - assertion-error@2.0.1: {} ast-types@0.16.1: dependencies: tslib: 2.8.1 + ast-v8-to-istanbul@1.0.4: + dependencies: + '@jridgewell/trace-mapping': 0.3.31 + estree-walker: 3.0.3 + js-tokens: 10.0.0 + astral-regex@2.0.0: {} astring@1.9.0: {} - astro-expressive-code@0.41.3(astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1)): + astro-expressive-code@0.42.0(astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0)): dependencies: - astro: 5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1) - rehype-expressive-code: 0.41.3 + astro: 6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0) + rehype-expressive-code: 0.42.0 - astro@5.7.13(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0)(@types/node@24.6.0)(encoding@0.1.13)(rollup@4.52.4)(tsx@4.19.3)(typescript@5.9.3)(yaml@2.8.1): + astro@6.4.8(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0)(@types/node@26.1.0)(lightningcss@1.32.0)(rollup@4.52.4)(tsx@4.22.4)(yaml@2.9.0): dependencies: - '@astrojs/compiler': 2.12.0 - '@astrojs/internal-helpers': 0.6.1 - '@astrojs/markdown-remark': 6.3.1 - '@astrojs/telemetry': 3.2.1 - '@capsizecss/unpack': 2.4.0(encoding@0.1.13) + '@astrojs/compiler': 4.0.0 + '@astrojs/internal-helpers': 0.10.0 + '@astrojs/markdown-remark': 7.2.0 + '@astrojs/telemetry': 3.3.2 + '@capsizecss/unpack': 4.0.1 + '@clack/prompts': 1.6.0 '@oslojs/encoding': 1.1.0 - '@rollup/pluginutils': 5.1.4(rollup@4.52.4) - acorn: 8.14.1 + '@rollup/pluginutils': 5.4.0(rollup@4.52.4) aria-query: 5.3.2 axobject-query: 4.1.0 - boxen: 8.0.1 - ci-info: 4.2.0 + ci-info: 4.4.0 clsx: 2.1.1 - common-ancestor-path: 1.0.1 - cookie: 1.0.2 - cssesc: 3.0.0 - debug: 4.4.0(supports-color@8.1.1) - deterministic-object-hash: 2.0.2 - devalue: 5.1.1 - diff: 5.2.0 - dlv: 1.1.3 + common-ancestor-path: 2.0.0 + cookie: 1.1.1 + devalue: 5.8.1 + diff: 8.0.4 dset: 3.1.4 - es-module-lexer: 1.6.0 - esbuild: 0.25.4 - estree-walker: 3.0.3 + es-module-lexer: 2.3.0 + esbuild: 0.27.7 flattie: 1.1.1 - fontace: 0.3.0 + fontace: 0.4.1 + get-tsconfig: 5.0.0-beta.4 github-slugger: 2.0.0 html-escaper: 3.0.3 - http-cache-semantics: 4.1.1 - js-yaml: 4.1.0 - kleur: 4.1.5 - magic-string: 0.30.17 - magicast: 0.3.5 + http-cache-semantics: 4.2.0 + js-yaml: 4.3.0 + jsonc-parser: 3.3.1 + magic-string: 0.30.21 + magicast: 0.5.3 mrmime: 2.0.1 neotraverse: 0.6.18 - p-limit: 6.2.0 - p-queue: 8.1.0 - package-manager-detector: 1.3.0 - picomatch: 4.0.2 - prompts: 2.4.2 + obug: 2.1.3 + p-limit: 7.3.0 + p-queue: 9.3.0 + package-manager-detector: 1.7.0 + piccolore: 0.1.3 + picomatch: 4.0.4 rehype: 13.0.2 - semver: 7.7.1 - shiki: 3.4.2 - tinyexec: 0.3.2 - tinyglobby: 0.2.12 - tsconfck: 3.1.5(typescript@5.9.3) + semver: 7.8.5 + shiki: 4.3.0 + smol-toml: 1.7.0 + svgo: 4.0.1 + tinyclip: 0.1.15 + tinyexec: 1.2.4 + tinyglobby: 0.2.17 ultrahtml: 1.6.0 - unifont: 0.5.0 - unist-util-visit: 5.0.0 - unstorage: 1.15.0(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0) + unifont: 0.7.4 + unist-util-visit: 5.1.0 + unstorage: 1.17.5(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0) vfile: 6.0.3 - vite: 6.3.5(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) - vitefu: 1.0.6(vite@6.3.5(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)) + vite: 7.3.6(@types/node@26.1.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0) + vitefu: 1.1.3(vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0)) xxhash-wasm: 1.1.0 - yargs-parser: 21.1.1 - yocto-spinner: 0.2.1 - zod: 3.24.2 - zod-to-json-schema: 3.24.5(zod@3.24.2) - zod-to-ts: 1.2.0(typescript@5.9.3)(zod@3.24.2) + yargs-parser: 22.0.0 + zod: 4.4.3 optionalDependencies: - sharp: 0.33.5 + sharp: 0.34.5 transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -23538,10 +25608,10 @@ snapshots: - '@types/node' - '@upstash/redis' - '@vercel/blob' + - '@vercel/functions' - '@vercel/kv' - aws4fetch - db0 - - encoding - idb-keyval - ioredis - jiti @@ -23555,17 +25625,18 @@ snapshots: - supports-color - terser - tsx - - typescript - uploadthing - yaml + async-function@1.0.0: {} + asynckit@0.4.0: {} autorest@3.7.1: {} available-typed-arrays@1.0.7: dependencies: - possible-typed-array-names: 1.0.0 + possible-typed-array-names: 1.1.0 axios@1.12.2: dependencies: @@ -23584,9 +25655,9 @@ snapshots: b4a@1.6.7: {} - babel-core@7.0.0-bridge.0(@babel/core@7.26.10): + babel-core@7.0.0-bridge.0(@babel/core@7.29.7): dependencies: - '@babel/core': 7.26.10 + '@babel/core': 7.29.7 babel-plugin-macros@3.1.0: dependencies: @@ -23594,29 +25665,29 @@ snapshots: cosmiconfig: 7.1.0 resolve: 1.22.8 - babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.26.10): + babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.29.7): dependencies: - '@babel/compat-data': 7.26.8 - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.10) + '@babel/compat-data': 7.29.7 + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.29.7) semver: 6.3.1 transitivePeerDependencies: - supports-color optional: true - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.26.10): + babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.29.7): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.10) - core-js-compat: 3.41.0 + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.29.7) + core-js-compat: 3.49.0 transitivePeerDependencies: - supports-color optional: true - babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.26.10): + babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.29.7): dependencies: - '@babel/core': 7.26.10 - '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.26.10) + '@babel/core': 7.29.7 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.29.7) transitivePeerDependencies: - supports-color optional: true @@ -23625,6 +25696,8 @@ snapshots: balanced-match@1.0.2: {} + balanced-match@4.0.4: {} + bare-events@2.5.0: optional: true @@ -23648,10 +25721,10 @@ snapshots: streamx: 2.20.2 optional: true - base-64@1.0.0: {} - base64-js@1.5.1: {} + baseline-browser-mapping@2.10.40: {} + baseline-browser-mapping@2.8.16: {} basic-auth@2.0.1: @@ -23666,14 +25739,8 @@ snapshots: is-alphanumerical: 2.0.1 is-decimal: 2.0.1 - before-after-hook@3.0.2: {} - before-after-hook@4.0.0: {} - better-opn@3.0.2: - dependencies: - open: 8.4.2 - better-path-resolve@1.0.0: dependencies: is-windows: 1.0.2 @@ -23685,8 +25752,6 @@ snapshots: read-cmd-shim: 4.0.0 write-file-atomic: 5.0.1 - binary-extensions@2.3.0: {} - binaryextensions@6.11.0: dependencies: editions: 6.22.0 @@ -23698,23 +25763,17 @@ snapshots: readable-stream: 3.6.2 optional: true - blob-to-buffer@1.2.9: {} - - bn.js@4.12.1: {} - - bn.js@5.2.1: {} - - body-parser@2.2.0: + body-parser@2.3.0: dependencies: bytes: 3.1.2 - content-type: 1.0.5 + content-type: 2.0.0 debug: 4.4.3 - http-errors: 2.0.0 - iconv-lite: 0.6.3 + http-errors: 2.0.1 + iconv-lite: 0.7.2 on-finished: 2.4.1 - qs: 6.14.0 - raw-body: 3.0.0 - type-is: 2.0.1 + qs: 6.15.3 + raw-body: 3.0.2 + type-is: 2.1.0 transitivePeerDependencies: - supports-color @@ -23740,97 +25799,26 @@ snapshots: widest-line: 3.1.0 wrap-ansi: 7.0.0 - boxen@8.0.1: - dependencies: - ansi-align: 3.0.1 - camelcase: 8.0.0 - chalk: 5.4.1 - cli-boxes: 3.0.0 - string-width: 7.2.0 - type-fest: 4.37.0 - widest-line: 5.0.0 - wrap-ansi: 9.0.0 - brace-expansion@1.1.11: dependencies: balanced-match: 1.0.2 - concat-map: 0.0.1 - - brace-expansion@2.0.1: - dependencies: - balanced-match: 1.0.2 - - braces@3.0.3: - dependencies: - fill-range: 7.1.1 - - brorand@1.1.0: {} - - brotli@1.3.3: - dependencies: - base64-js: 1.5.1 - - browser-resolve@2.0.0: - dependencies: - resolve: 1.22.8 - - browser-stdout@1.3.1: {} - - browserify-aes@1.2.0: - dependencies: - buffer-xor: 1.0.3 - cipher-base: 1.0.6 - create-hash: 1.2.0 - evp_bytestokey: 1.0.3 - inherits: 2.0.4 - safe-buffer: 5.2.1 - - browserify-cipher@1.0.1: - dependencies: - browserify-aes: 1.2.0 - browserify-des: 1.0.2 - evp_bytestokey: 1.0.3 - - browserify-des@1.0.2: - dependencies: - cipher-base: 1.0.6 - des.js: 1.1.0 - inherits: 2.0.4 - safe-buffer: 5.2.1 - - browserify-rsa@4.1.1: - dependencies: - bn.js: 5.2.1 - randombytes: 2.1.0 - safe-buffer: 5.2.1 + concat-map: 0.0.1 - browserify-sign@4.2.3: + brace-expansion@2.0.1: dependencies: - bn.js: 5.2.1 - browserify-rsa: 4.1.1 - create-hash: 1.2.0 - create-hmac: 1.1.7 - elliptic: 6.6.1 - hash-base: 3.0.5 - inherits: 2.0.4 - parse-asn1: 5.1.7 - readable-stream: 2.3.8 - safe-buffer: 5.2.1 + balanced-match: 1.0.2 - browserify-zlib@0.1.4: + brace-expansion@5.0.7: dependencies: - pako: 0.2.9 + balanced-match: 4.0.4 - browserify-zlib@0.2.0: + braces@3.0.3: dependencies: - pako: 1.0.11 + fill-range: 7.1.1 - browserslist@4.24.4: + browserify-zlib@0.1.4: dependencies: - caniuse-lite: 1.0.30001707 - electron-to-chromium: 1.5.123 - node-releases: 2.0.19 - update-browserslist-db: 1.1.1(browserslist@4.24.4) + pako: 0.2.9 browserslist@4.26.3: dependencies: @@ -23840,18 +25828,29 @@ snapshots: node-releases: 2.0.23 update-browserslist-db: 1.1.3(browserslist@4.26.3) + browserslist@4.28.4: + dependencies: + baseline-browser-mapping: 2.10.40 + caniuse-lite: 1.0.30001800 + electron-to-chromium: 1.5.384 + node-releases: 2.0.50 + update-browserslist-db: 1.2.3(browserslist@4.28.4) + buffer-crc32@0.2.13: {} buffer-equal-constant-time@1.0.1: {} buffer-from@1.1.2: {} - buffer-xor@1.0.3: {} + buffer-image-size@0.6.4: + dependencies: + '@types/node': 26.1.0 buffer@5.7.1: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 + optional: true buffer@6.0.3: dependencies: @@ -23860,11 +25859,9 @@ snapshots: builtin-modules@5.0.0: {} - builtin-status-codes@3.0.0: {} - builtins@5.1.0: dependencies: - semver: 7.7.1 + semver: 7.8.5 bundle-name@4.1.0: dependencies: @@ -23876,7 +25873,7 @@ snapshots: bytes@3.1.2: {} - c8@10.1.3: + c8@11.0.0: dependencies: '@bcoe/v8-coverage': 1.0.2 '@istanbuljs/schema': 0.1.3 @@ -23885,7 +25882,7 @@ snapshots: istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-reports: 3.1.7 - test-exclude: 7.0.1 + test-exclude: 8.0.0 v8-to-istanbul: 9.2.0 yargs: 17.7.2 yargs-parser: 21.1.1 @@ -23898,7 +25895,7 @@ snapshots: fs-minipass: 3.0.3 glob: 10.4.5 lru-cache: 10.4.3 - minipass: 7.1.2 + minipass: 7.1.3 minipass-collect: 2.0.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -23907,17 +25904,29 @@ snapshots: tar: 7.4.3 unique-filename: 4.0.0 + cacache@20.0.4: + dependencies: + '@npmcli/fs': 5.0.0 + fs-minipass: 3.0.3 + glob: 13.0.6 + lru-cache: 11.5.1 + minipass: 7.1.3 + minipass-collect: 2.0.1 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + p-map: 7.0.3 + ssri: 13.0.1 + call-bind-apply-helpers@1.0.2: dependencies: es-errors: 1.3.0 function-bind: 1.1.2 - call-bind@1.0.7: + call-bind@1.0.9: dependencies: - es-define-property: 1.0.0 - es-errors: 1.3.0 - function-bind: 1.1.2 - get-intrinsic: 1.2.4 + call-bind-apply-helpers: 1.0.2 + es-define-property: 1.0.1 + get-intrinsic: 1.3.0 set-function-length: 1.2.2 call-bound@1.0.4: @@ -23925,8 +25934,6 @@ snapshots: call-bind-apply-helpers: 1.0.2 get-intrinsic: 1.3.0 - call-me-maybe@1.0.2: {} - callsites@3.1.0: {} camelcase-keys@6.2.2: @@ -23939,18 +25946,16 @@ snapshots: camelcase@6.3.0: {} - camelcase@8.0.0: {} - can-link@2.0.0: {} can-write-to-dir@1.1.1: dependencies: path-temp: 2.1.0 - caniuse-lite@1.0.30001707: {} - caniuse-lite@1.0.30001750: {} + caniuse-lite@1.0.30001800: {} + ccount@2.0.1: {} chai@5.2.0: @@ -23961,9 +25966,11 @@ snapshots: loupe: 3.1.3 pathval: 2.0.0 - chalk-template@1.1.0: + chai@6.2.2: {} + + chalk-template@1.1.2: dependencies: - chalk: 5.4.1 + chalk: 5.6.2 chalk@2.4.2: dependencies: @@ -23981,8 +25988,6 @@ snapshots: ansi-styles: 4.3.0 supports-color: 7.2.0 - chalk@5.4.1: {} - chalk@5.6.2: {} change-case@5.4.4: {} @@ -23997,7 +26002,7 @@ snapshots: character-reference-invalid@2.0.1: {} - chardet@0.7.0: {} + chardet@2.2.0: {} check-error@2.1.1: {} @@ -24020,59 +26025,31 @@ snapshots: parse5: 7.1.2 parse5-htmlparser2-tree-adapter: 7.0.0 - chokidar@3.6.0: - dependencies: - anymatch: 3.1.3 - braces: 3.0.3 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 - - chokidar@4.0.1: + chokidar@4.0.3: dependencies: readdirp: 4.0.2 - chokidar@4.0.3: + chokidar@5.0.0: dependencies: - readdirp: 4.0.2 + readdirp: 5.0.0 chownr@1.1.4: optional: true - chownr@2.0.0: {} - chownr@3.0.0: {} - ci-info@4.2.0: {} - - ci-info@4.3.1: {} - - cipher-base@1.0.6: - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 + ci-info@3.9.0: {} - citty@0.1.6: - dependencies: - consola: 3.2.3 + ci-info@4.4.0: {} clean-regexp@1.0.0: dependencies: escape-string-regexp: 1.0.5 - clear-module@4.1.2: - dependencies: - parent-module: 2.0.0 - resolve-from: 5.0.0 + clean-stack@2.2.0: {} cli-boxes@2.2.1: {} - cli-boxes@3.0.0: {} - cli-columns@4.0.0: dependencies: string-width: 4.2.3 @@ -24084,6 +26061,8 @@ snapshots: cli-spinners@2.9.2: {} + cli-spinners@3.4.0: {} + cli-table3@0.6.5: dependencies: string-width: 4.2.3 @@ -24121,8 +26100,6 @@ snapshots: clone@1.0.4: {} - clone@2.1.2: {} - clsx@1.2.1: {} clsx@2.1.1: {} @@ -24133,6 +26110,8 @@ snapshots: cockatiel@3.1.3: {} + code-block-writer@13.0.3: {} + collapse-white-space@2.1.0: {} color-convert@1.9.3: @@ -24147,18 +26126,6 @@ snapshots: color-name@1.1.4: {} - color-string@1.9.1: - dependencies: - color-name: 1.1.4 - simple-swizzle: 0.2.2 - optional: true - - color@4.2.3: - dependencies: - color-convert: 2.0.1 - color-string: 1.9.1 - optional: true - combined-stream@1.0.8: dependencies: delayed-stream: 1.0.0 @@ -24179,21 +26146,18 @@ snapshots: table-layout: 1.0.2 typical: 5.2.0 - commander@12.1.0: {} + commander@11.1.0: {} - commander@13.1.0: {} + commander@12.1.0: {} - commander@14.0.1: {} + commander@14.0.3: {} - comment-json@4.2.5: + comment-json@5.0.0: dependencies: array-timsort: 1.0.3 - core-util-is: 1.0.3 esprima: 4.0.1 - has-own-prop: 2.0.0 - repeat-string: 1.6.1 - common-ancestor-path@1.0.1: {} + common-ancestor-path@2.0.0: {} commondir@1.0.1: {} @@ -24208,66 +26172,54 @@ snapshots: readable-stream: 3.6.2 typedarray: 0.0.6 - concurrently@9.1.2: + concurrently@10.0.3: dependencies: - chalk: 4.1.2 - lodash: 4.17.21 - rxjs: 7.8.1 - shell-quote: 1.8.1 - supports-color: 8.1.1 + chalk: 5.6.2 + rxjs: 7.8.2 + shell-quote: 1.8.4 + supports-color: 10.2.2 tree-kill: 1.2.2 - yargs: 17.7.2 + yargs: 18.0.0 confbox@0.1.8: {} - confbox@0.2.1: {} + confbox@0.2.4: {} config-chain@1.1.13: dependencies: ini: 1.3.8 proto-list: 1.2.4 - consola@3.2.3: {} - - console-browserify@1.2.0: {} - - constants-browserify@1.0.0: {} - - content-disposition@0.5.4: - dependencies: - safe-buffer: 5.2.1 - content-disposition@1.0.0: dependencies: safe-buffer: 5.2.1 + content-disposition@1.0.1: {} + content-type@1.0.5: {} + content-type@2.0.0: {} + convert-source-map@1.9.0: {} convert-source-map@2.0.0: {} - cookie-es@1.2.2: {} + cookie-es@1.2.3: {} cookie-signature@1.2.2: {} cookie@0.7.2: {} - cookie@1.0.2: {} + cookie@1.1.1: {} cookies@0.9.1: dependencies: depd: 2.0.0 keygrip: 1.1.0 - core-js-compat@3.41.0: - dependencies: - browserslist: 4.24.4 - optional: true - - core-js-compat@3.46.0: + core-js-compat@3.49.0: dependencies: - browserslist: 4.26.3 + browserslist: 4.28.4 core-util-is@1.0.3: {} @@ -24279,53 +26231,31 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@9.0.0(typescript@5.9.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.9.3 - - create-ecdh@4.0.4: - dependencies: - bn.js: 4.12.1 - elliptic: 6.6.1 - - create-hash@1.2.0: - dependencies: - cipher-base: 1.0.6 - inherits: 2.0.4 - md5.js: 1.3.5 - ripemd160: 2.0.2 - sha.js: 2.4.11 - - create-hmac@1.1.7: - dependencies: - cipher-base: 1.0.6 - create-hash: 1.2.0 - inherits: 2.0.4 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - - create-require@1.1.1: {} - - create-storybook@9.1.10: + create-storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7): dependencies: - semver: 7.7.1 + semver: 7.8.5 + storybook: 10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7) + transitivePeerDependencies: + - '@testing-library/dom' + - '@types/react' + - bufferutil + - prettier + - react + - utf-8-validate + - vite-plus - cross-env@10.0.0: + cross-env@10.1.0: dependencies: '@epic-web/invariant': 1.0.0 cross-spawn: 7.0.6 - cross-fetch@3.2.0(encoding@0.1.13): + cross-spawn@6.0.6: dependencies: - node-fetch: 2.7.0(encoding@0.1.13) - transitivePeerDependencies: - - encoding + nice-try: 1.0.5 + path-key: 2.0.1 + semver: 5.7.2 + shebang-command: 1.2.0 + which: 1.3.1 cross-spawn@7.0.3: dependencies: @@ -24339,115 +26269,101 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - crossws@0.3.4: + crossws@0.3.5: dependencies: uncrypto: 0.1.3 - crypto-browserify@3.12.1: + crypto-random-string@2.0.0: {} + + cspell-config-lib@10.0.1: dependencies: - browserify-cipher: 1.0.1 - browserify-sign: 4.2.3 - create-ecdh: 4.0.4 - create-hash: 1.2.0 - create-hmac: 1.1.7 - diffie-hellman: 5.0.3 - hash-base: 3.0.5 - inherits: 2.0.4 - pbkdf2: 3.1.2 - public-encrypt: 4.0.3 - randombytes: 2.1.0 - randomfill: 1.0.4 + '@cspell/cspell-types': 10.0.1 + comment-json: 5.0.0 + smol-toml: 1.7.0 + yaml: 2.9.0 - crypto-random-string@2.0.0: {} + cspell-dictionary@10.0.1: + dependencies: + '@cspell/cspell-performance-monitor': 10.0.1 + '@cspell/cspell-pipe': 10.0.1 + '@cspell/cspell-types': 10.0.1 + cspell-trie-lib: 10.0.1(@cspell/cspell-types@10.0.1) + fast-equals: 6.0.0 - cspell-config-lib@9.2.1: + cspell-gitignore@10.0.1: dependencies: - '@cspell/cspell-types': 9.2.1 - comment-json: 4.2.5 - smol-toml: 1.4.2 - yaml: 2.8.1 + '@cspell/url': 10.0.1 + cspell-glob: 10.0.1 + cspell-io: 10.0.1 - cspell-dictionary@9.2.1: + cspell-glob@10.0.1: dependencies: - '@cspell/cspell-pipe': 9.2.1 - '@cspell/cspell-types': 9.2.1 - cspell-trie-lib: 9.2.1 - fast-equals: 5.2.2 + '@cspell/url': 10.0.1 + picomatch: 4.0.4 - cspell-gitignore@9.2.1: + cspell-grammar@10.0.1: dependencies: - '@cspell/url': 9.2.1 - cspell-glob: 9.2.1 - cspell-io: 9.2.1 + '@cspell/cspell-pipe': 10.0.1 + '@cspell/cspell-types': 10.0.1 - cspell-glob@9.2.1: + cspell-io@10.0.1: dependencies: - '@cspell/url': 9.2.1 - picomatch: 4.0.3 + '@cspell/cspell-service-bus': 10.0.1 + '@cspell/url': 10.0.1 - cspell-grammar@9.2.1: - dependencies: - '@cspell/cspell-pipe': 9.2.1 - '@cspell/cspell-types': 9.2.1 - - cspell-io@9.2.1: - dependencies: - '@cspell/cspell-service-bus': 9.2.1 - '@cspell/url': 9.2.1 - - cspell-lib@9.2.1: - dependencies: - '@cspell/cspell-bundled-dicts': 9.2.1 - '@cspell/cspell-pipe': 9.2.1 - '@cspell/cspell-resolver': 9.2.1 - '@cspell/cspell-types': 9.2.1 - '@cspell/dynamic-import': 9.2.1 - '@cspell/filetypes': 9.2.1 - '@cspell/strong-weak-map': 9.2.1 - '@cspell/url': 9.2.1 - clear-module: 4.1.2 - comment-json: 4.2.5 - cspell-config-lib: 9.2.1 - cspell-dictionary: 9.2.1 - cspell-glob: 9.2.1 - cspell-grammar: 9.2.1 - cspell-io: 9.2.1 - cspell-trie-lib: 9.2.1 - env-paths: 3.0.0 - fast-equals: 5.2.2 - gensequence: 7.0.0 - import-fresh: 3.3.1 + cspell-lib@10.0.1: + dependencies: + '@cspell/cspell-bundled-dicts': 10.0.1 + '@cspell/cspell-performance-monitor': 10.0.1 + '@cspell/cspell-pipe': 10.0.1 + '@cspell/cspell-resolver': 10.0.1 + '@cspell/cspell-types': 10.0.1 + '@cspell/dynamic-import': 10.0.1 + '@cspell/filetypes': 10.0.1 + '@cspell/rpc': 10.0.1 + '@cspell/strong-weak-map': 10.0.1 + '@cspell/url': 10.0.1 + cspell-config-lib: 10.0.1 + cspell-dictionary: 10.0.1 + cspell-glob: 10.0.1 + cspell-grammar: 10.0.1 + cspell-io: 10.0.1 + cspell-trie-lib: 10.0.1(@cspell/cspell-types@10.0.1) + env-paths: 4.0.0 + gensequence: 8.0.8 + import-fresh: 4.0.0 resolve-from: 5.0.0 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 xdg-basedir: 5.1.0 - cspell-trie-lib@9.2.1: + cspell-trie-lib@10.0.1(@cspell/cspell-types@10.0.1): dependencies: - '@cspell/cspell-pipe': 9.2.1 - '@cspell/cspell-types': 9.2.1 - gensequence: 7.0.0 + '@cspell/cspell-types': 10.0.1 - cspell@9.2.1: + cspell@10.0.1: dependencies: - '@cspell/cspell-json-reporter': 9.2.1 - '@cspell/cspell-pipe': 9.2.1 - '@cspell/cspell-types': 9.2.1 - '@cspell/dynamic-import': 9.2.1 - '@cspell/url': 9.2.1 + '@cspell/cspell-json-reporter': 10.0.1 + '@cspell/cspell-performance-monitor': 10.0.1 + '@cspell/cspell-pipe': 10.0.1 + '@cspell/cspell-types': 10.0.1 + '@cspell/cspell-worker': 10.0.1 + '@cspell/dynamic-import': 10.0.1 + '@cspell/url': 10.0.1 + ansi-regex: 6.2.2 chalk: 5.6.2 - chalk-template: 1.1.0 - commander: 14.0.1 - cspell-config-lib: 9.2.1 - cspell-dictionary: 9.2.1 - cspell-gitignore: 9.2.1 - cspell-glob: 9.2.1 - cspell-io: 9.2.1 - cspell-lib: 9.2.1 + chalk-template: 1.1.2 + commander: 14.0.3 + cspell-config-lib: 10.0.1 + cspell-dictionary: 10.0.1 + cspell-gitignore: 10.0.1 + cspell-glob: 10.0.1 + cspell-io: 10.0.1 + cspell-lib: 10.0.1 fast-json-stable-stringify: 2.1.0 - flatted: 3.3.3 - semver: 7.7.3 - tinyglobby: 0.2.15 + flatted: 3.4.2 + semver: 7.8.5 + tinyglobby: 0.2.17 css-select@5.1.0: dependencies: @@ -24459,6 +26375,11 @@ snapshots: css-selector-parser@3.0.5: {} + css-tree@2.2.1: + dependencies: + mdn-data: 2.0.28 + source-map-js: 1.2.1 + css-tree@3.1.0: dependencies: mdn-data: 2.12.2 @@ -24470,6 +26391,10 @@ snapshots: cssesc@3.0.0: {} + csso@5.0.5: + dependencies: + css-tree: 2.2.1 + cssstyle@4.3.0: dependencies: '@asamuzakjp/css-color': 3.1.1 @@ -24477,6 +26402,8 @@ snapshots: csstype@3.1.3: {} + csstype@3.2.3: {} + data-uri-to-buffer@2.0.2: {} data-uri-to-buffer@3.0.1: {} @@ -24486,27 +26413,25 @@ snapshots: whatwg-mimetype: 4.0.0 whatwg-url: 14.2.0 - data-view-buffer@1.0.1: + data-view-buffer@1.0.2: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 es-errors: 1.3.0 - is-data-view: 1.0.1 + is-data-view: 1.0.2 - data-view-byte-length@1.0.1: + data-view-byte-length@1.0.2: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 es-errors: 1.3.0 - is-data-view: 1.0.1 + is-data-view: 1.0.2 - data-view-byte-offset@1.0.0: + data-view-byte-offset@1.0.1: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 es-errors: 1.3.0 - is-data-view: 1.0.1 + is-data-view: 1.0.2 - de-indent@1.0.2: {} - - debounce@2.2.0: {} + debounce@3.0.0: {} debug@2.6.9: dependencies: @@ -24520,20 +26445,18 @@ snapshots: dependencies: ms: 2.1.2 - debug@4.4.0(supports-color@8.1.1): + debug@4.4.0: dependencies: ms: 2.1.3 - optionalDependencies: - supports-color: 8.1.1 debug@4.4.3: dependencies: ms: 2.1.3 - decamelize@4.0.0: {} - decimal.js@10.5.0: {} + decimal.js@10.6.0: {} + decode-named-character-reference@1.0.2: dependencies: character-entities: 2.0.2 @@ -24549,27 +26472,6 @@ snapshots: deep-equal@1.0.1: {} - deep-equal@2.2.3: - dependencies: - array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 - es-get-iterator: 1.1.3 - get-intrinsic: 1.2.4 - is-arguments: 1.1.1 - is-array-buffer: 3.0.4 - is-date-object: 1.0.5 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.3 - isarray: 2.0.5 - object-is: 1.1.6 - object-keys: 1.1.1 - object.assign: 4.1.5 - regexp.prototype.flags: 1.5.2 - side-channel: 1.0.6 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.2 - which-typed-array: 1.1.15 - deep-extend@0.6.0: {} deep-is@0.1.4: {} @@ -24581,17 +26483,20 @@ snapshots: bundle-name: 4.1.0 default-browser-id: 5.0.0 + default-browser@5.5.0: + dependencies: + bundle-name: 4.1.0 + default-browser-id: 5.0.0 + defaults@1.0.4: dependencies: clone: 1.0.4 define-data-property@1.1.4: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 es-errors: 1.3.0 - gopd: 1.0.1 - - define-lazy-prop@2.0.0: {} + gopd: 1.2.0 define-lazy-prop@3.0.0: {} @@ -24601,7 +26506,18 @@ snapshots: has-property-descriptors: 1.0.2 object-keys: 1.1.1 - defu@6.1.4: {} + defu@6.1.7: {} + + del@6.1.1: + dependencies: + globby: 11.1.0 + graceful-fs: 4.2.11 + is-glob: 4.0.3 + is-path-cwd: 2.2.0 + is-path-inside: 3.0.3 + p-map: 4.0.0 + rimraf: 3.0.2 + slash: 3.0.0 delay@5.0.0: {} @@ -24615,38 +26531,23 @@ snapshots: dequal@2.0.3: {} - des.js@1.1.0: - dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - - destr@2.0.3: {} + destr@2.0.5: {} destroy@1.2.0: {} detect-libc@2.0.3: {} - deterministic-object-hash@2.0.2: - dependencies: - base-64: 1.0.0 + detect-libc@2.1.2: {} - devalue@5.1.1: {} + devalue@5.8.1: {} devlop@1.1.0: dependencies: dequal: 2.0.3 - dfa@1.2.0: {} - diff-sequences@27.5.1: {} - diff@5.2.0: {} - - diffie-hellman@5.0.3: - dependencies: - bn.js: 4.12.1 - miller-rabin: 4.0.1 - randombytes: 2.1.0 + diff@8.0.4: {} dir-glob@3.0.1: dependencies: @@ -24658,12 +26559,6 @@ snapshots: direction@2.0.1: {} - dlv@1.1.3: {} - - doctrine@2.1.0: - dependencies: - esutils: 2.0.3 - doctrine@3.0.0: dependencies: esutils: 2.0.3 @@ -24675,7 +26570,7 @@ snapshots: dom-helpers@5.2.1: dependencies: '@babel/runtime': 7.24.4 - csstype: 3.1.3 + csstype: 3.2.3 dom-serializer@2.0.0: dependencies: @@ -24683,21 +26578,23 @@ snapshots: domhandler: 5.0.3 entities: 4.5.0 - domain-browser@4.22.0: {} - domelementtype@2.3.0: {} domhandler@5.0.3: dependencies: domelementtype: 2.3.0 + dompurify@3.2.7: + optionalDependencies: + '@types/trusted-types': 2.0.7 + domutils@3.1.0: dependencies: dom-serializer: 2.0.0 domelementtype: 2.3.0 domhandler: 5.0.3 - dotenv@16.4.7: {} + dotenv@17.4.2: {} dset@3.1.4: {} @@ -24724,7 +26621,7 @@ snapshots: dependencies: escape-html: 1.0.3 - ecmarkup@21.3.1: + ecmarkup@23.0.2: dependencies: chalk: 4.1.2 command-line-args: 5.2.1 @@ -24754,24 +26651,9 @@ snapshots: ee-first@1.1.1: {} - effect@3.14.1: - dependencies: - '@standard-schema/spec': 1.0.0 - fast-check: 3.23.2 - - electron-to-chromium@1.5.123: {} - electron-to-chromium@1.5.234: {} - elliptic@6.6.1: - dependencies: - bn.js: 4.12.1 - brorand: 1.1.0 - hash.js: 1.1.7 - hmac-drbg: 1.0.1 - inherits: 2.0.4 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 + electron-to-chromium@1.5.384: {} embla-carousel-autoplay@8.5.2(embla-carousel@8.5.2): dependencies: @@ -24794,6 +26676,8 @@ snapshots: emoji-regex@9.2.2: {} + empathic@2.0.1: {} + encode-registry@3.0.1: dependencies: mem: 8.1.1 @@ -24809,16 +26693,15 @@ snapshots: dependencies: once: 1.4.0 - enquirer@2.4.1: - dependencies: - ansi-colors: 4.1.3 - strip-ansi: 6.0.1 - entities@4.5.0: {} + entities@7.0.1: {} + env-paths@2.2.1: {} - env-paths@3.0.0: {} + env-paths@4.0.0: + dependencies: + is-safe-filename: 0.1.1 environment@1.1.0: {} @@ -24828,88 +26711,89 @@ snapshots: dependencies: is-arrayish: 0.2.1 - es-abstract@1.23.3: + es-abstract-get@1.0.0: + dependencies: + es-errors: 1.3.0 + es-object-atoms: 1.1.2 + is-callable: 1.2.7 + object-inspect: 1.13.4 + + es-abstract@1.24.2: dependencies: - array-buffer-byte-length: 1.0.1 - arraybuffer.prototype.slice: 1.0.3 + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - data-view-buffer: 1.0.1 - data-view-byte-length: 1.0.1 - data-view-byte-offset: 1.0.0 - es-define-property: 1.0.0 + call-bind: 1.0.9 + call-bound: 1.0.4 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 es-errors: 1.3.0 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 es-set-tostringtag: 2.1.0 - es-to-primitive: 1.2.1 - function.prototype.name: 1.1.6 - get-intrinsic: 1.2.4 - get-symbol-description: 1.0.2 + es-to-primitive: 1.3.4 + function.prototype.name: 1.2.0 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + get-symbol-description: 1.1.0 globalthis: 1.0.4 - gopd: 1.0.1 + gopd: 1.2.0 has-property-descriptors: 1.0.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 + has-proto: 1.2.0 + has-symbols: 1.1.0 hasown: 2.0.2 - internal-slot: 1.0.7 - is-array-buffer: 3.0.4 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 is-callable: 1.2.7 - is-data-view: 1.0.1 + is-data-view: 1.0.2 is-negative-zero: 2.0.3 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.3 - is-string: 1.0.7 - is-typed-array: 1.1.13 - is-weakref: 1.0.2 - object-inspect: 1.13.1 + is-regex: 1.2.1 + is-set: 2.0.3 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.1 + math-intrinsics: 1.1.0 + object-inspect: 1.13.4 object-keys: 1.1.1 - object.assign: 4.1.5 - regexp.prototype.flags: 1.5.2 - safe-array-concat: 1.1.2 - safe-regex-test: 1.0.3 - string.prototype.trim: 1.2.9 - string.prototype.trimend: 1.0.8 + object.assign: 4.1.7 + own-keys: 1.0.1 + regexp.prototype.flags: 1.5.4 + safe-array-concat: 1.1.4 + safe-push-apply: 1.0.0 + safe-regex-test: 1.1.0 + set-proto: 1.0.0 + stop-iteration-iterator: 1.1.0 + string.prototype.trim: 1.2.11 + string.prototype.trimend: 1.0.10 string.prototype.trimstart: 1.0.8 - typed-array-buffer: 1.0.2 - typed-array-byte-length: 1.0.1 - typed-array-byte-offset: 1.0.2 - typed-array-length: 1.0.6 - unbox-primitive: 1.0.2 - which-typed-array: 1.1.15 - - es-define-property@1.0.0: - dependencies: - get-intrinsic: 1.2.4 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.8 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.22 es-define-property@1.0.1: {} es-errors@1.3.0: {} - es-get-iterator@1.1.3: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 - has-symbols: 1.0.3 - is-arguments: 1.1.1 - is-map: 2.0.3 - is-set: 2.0.3 - is-string: 1.0.7 - isarray: 2.0.5 - stop-iteration-iterator: 1.0.0 - es-module-lexer@1.6.0: {} es-module-lexer@1.7.0: {} + es-module-lexer@2.3.0: {} + es-module-shims@1.9.0: {} - es-module-shims@2.6.2: {} + es-module-shims@2.8.1: {} - es-object-atoms@1.0.0: + es-object-atoms@1.1.1: dependencies: es-errors: 1.3.0 - es-object-atoms@1.1.1: + es-object-atoms@1.1.2: dependencies: es-errors: 1.3.0 @@ -24920,17 +26804,16 @@ snapshots: has-tostringtag: 1.0.2 hasown: 2.0.2 - es-shim-unscopables@1.0.2: - dependencies: - hasown: 2.0.2 - - es-to-primitive@1.2.1: + es-to-primitive@1.3.4: dependencies: + es-abstract-get: 1.0.0 + es-define-property: 1.0.1 + es-errors: 1.3.0 is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 + is-date-object: 1.1.0 + is-symbol: 1.1.1 - es-toolkit@1.40.0: {} + es-toolkit@1.49.0: {} esast-util-from-estree@2.0.0: dependencies: @@ -24942,24 +26825,17 @@ snapshots: esast-util-from-js@2.0.1: dependencies: '@types/estree-jsx': 1.0.5 - acorn: 8.15.0 + acorn: 8.17.0 esast-util-from-estree: 2.0.0 vfile-message: 4.0.2 - esbuild-plugins-node-modules-polyfill@1.7.0(esbuild@0.25.4): + esbuild-plugins-node-modules-polyfill@1.8.2(esbuild@0.28.1): dependencies: '@jspm/core': 2.1.0 - esbuild: 0.25.4 - local-pkg: 1.1.1 + esbuild: 0.28.1 + local-pkg: 1.2.1 resolve.exports: 2.0.3 - esbuild-register@3.5.0(esbuild@0.25.4): - dependencies: - debug: 4.4.3 - esbuild: 0.25.4 - transitivePeerDependencies: - - supports-color - esbuild@0.20.2: optionalDependencies: '@esbuild/aix-ppc64': 0.20.2 @@ -25014,7 +26890,63 @@ snapshots: '@esbuild/win32-ia32': 0.25.4 '@esbuild/win32-x64': 0.25.4 - escalade@3.1.2: {} + esbuild@0.27.7: + optionalDependencies: + '@esbuild/aix-ppc64': 0.27.7 + '@esbuild/android-arm': 0.27.7 + '@esbuild/android-arm64': 0.27.7 + '@esbuild/android-x64': 0.27.7 + '@esbuild/darwin-arm64': 0.27.7 + '@esbuild/darwin-x64': 0.27.7 + '@esbuild/freebsd-arm64': 0.27.7 + '@esbuild/freebsd-x64': 0.27.7 + '@esbuild/linux-arm': 0.27.7 + '@esbuild/linux-arm64': 0.27.7 + '@esbuild/linux-ia32': 0.27.7 + '@esbuild/linux-loong64': 0.27.7 + '@esbuild/linux-mips64el': 0.27.7 + '@esbuild/linux-ppc64': 0.27.7 + '@esbuild/linux-riscv64': 0.27.7 + '@esbuild/linux-s390x': 0.27.7 + '@esbuild/linux-x64': 0.27.7 + '@esbuild/netbsd-arm64': 0.27.7 + '@esbuild/netbsd-x64': 0.27.7 + '@esbuild/openbsd-arm64': 0.27.7 + '@esbuild/openbsd-x64': 0.27.7 + '@esbuild/openharmony-arm64': 0.27.7 + '@esbuild/sunos-x64': 0.27.7 + '@esbuild/win32-arm64': 0.27.7 + '@esbuild/win32-ia32': 0.27.7 + '@esbuild/win32-x64': 0.27.7 + + esbuild@0.28.1: + optionalDependencies: + '@esbuild/aix-ppc64': 0.28.1 + '@esbuild/android-arm': 0.28.1 + '@esbuild/android-arm64': 0.28.1 + '@esbuild/android-x64': 0.28.1 + '@esbuild/darwin-arm64': 0.28.1 + '@esbuild/darwin-x64': 0.28.1 + '@esbuild/freebsd-arm64': 0.28.1 + '@esbuild/freebsd-x64': 0.28.1 + '@esbuild/linux-arm': 0.28.1 + '@esbuild/linux-arm64': 0.28.1 + '@esbuild/linux-ia32': 0.28.1 + '@esbuild/linux-loong64': 0.28.1 + '@esbuild/linux-mips64el': 0.28.1 + '@esbuild/linux-ppc64': 0.28.1 + '@esbuild/linux-riscv64': 0.28.1 + '@esbuild/linux-s390x': 0.28.1 + '@esbuild/linux-x64': 0.28.1 + '@esbuild/netbsd-arm64': 0.28.1 + '@esbuild/netbsd-x64': 0.28.1 + '@esbuild/openbsd-arm64': 0.28.1 + '@esbuild/openbsd-x64': 0.28.1 + '@esbuild/openharmony-arm64': 0.28.1 + '@esbuild/sunos-x64': 0.28.1 + '@esbuild/win32-arm64': 0.28.1 + '@esbuild/win32-ia32': 0.28.1 + '@esbuild/win32-x64': 0.28.1 escalade@3.2.0: {} @@ -25031,100 +26963,95 @@ snapshots: '@babel/code-frame': 7.12.11 chalk: 4.1.2 - eslint-import-resolver-node@0.3.9: - dependencies: - debug: 3.2.7 - is-core-module: 2.15.1 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - - eslint-module-utils@2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.27.0): - dependencies: - debug: 3.2.7 - optionalDependencies: - '@typescript-eslint/parser': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - eslint: 9.27.0 - eslint-import-resolver-node: 0.3.9 - transitivePeerDependencies: - - supports-color - - eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0)(typescript@5.9.3))(eslint@9.27.0): - dependencies: - '@rtsao/scc': 1.1.0 - array-includes: 3.1.8 - array.prototype.findlastindex: 1.2.5 - array.prototype.flat: 1.3.2 - array.prototype.flatmap: 1.3.2 - debug: 3.2.7 - doctrine: 2.1.0 - eslint: 9.27.0 - eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.32.1(eslint@9.27.0)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.27.0) - hasown: 2.0.2 - is-core-module: 2.15.1 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.8 - object.groupby: 1.0.3 - object.values: 1.2.0 - semver: 6.3.1 - string.prototype.trimend: 1.0.8 - tsconfig-paths: 3.15.0 - optionalDependencies: - '@typescript-eslint/parser': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - eslint-plugin-react-hooks@4.6.0(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-react-hooks@5.2.0(eslint@9.27.0): + eslint-plugin-react-hooks@7.1.1(eslint@10.6.0): dependencies: - eslint: 9.27.0 + '@babel/core': 7.28.4 + '@babel/parser': 7.29.7 + eslint: 10.6.0 + hermes-parser: 0.25.1 + zod: 3.25.76 + zod-validation-error: 4.0.2(zod@3.25.76) + transitivePeerDependencies: + - supports-color eslint-plugin-react-refresh@0.4.6(eslint@8.57.0): dependencies: eslint: 8.57.0 - eslint-plugin-unicorn@60.0.0(eslint@9.27.0): + eslint-plugin-unicorn@64.0.0(eslint@10.6.0): dependencies: - '@babel/helper-validator-identifier': 7.27.1 - '@eslint-community/eslint-utils': 4.7.0(eslint@9.27.0) - '@eslint/plugin-kit': 0.3.5 + '@babel/helper-validator-identifier': 7.29.7 + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0) change-case: 5.4.4 - ci-info: 4.3.1 + ci-info: 4.4.0 clean-regexp: 1.0.0 - core-js-compat: 3.46.0 - eslint: 9.27.0 - esquery: 1.6.0 + core-js-compat: 3.49.0 + eslint: 10.6.0 find-up-simple: 1.0.1 - globals: 16.4.0 + globals: 17.7.0 indent-string: 5.0.0 is-builtin-module: 5.0.0 jsesc: 3.1.0 pluralize: 8.0.0 regexp-tree: 0.1.27 - regjsparser: 0.12.0 - semver: 7.7.3 - strip-indent: 4.0.0 + regjsparser: 0.13.2 + semver: 7.8.5 + strip-indent: 4.1.1 eslint-scope@7.2.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 - eslint-scope@8.3.0: + eslint-scope@9.1.2: dependencies: + '@types/esrecurse': 4.3.1 + '@types/estree': 1.0.8 esrecurse: 4.3.0 estraverse: 5.3.0 eslint-visitor-keys@3.4.3: {} - eslint-visitor-keys@4.2.0: {} + eslint-visitor-keys@5.0.1: {} + + eslint@10.6.0: + dependencies: + '@eslint-community/eslint-utils': 4.9.1(eslint@10.6.0) + '@eslint-community/regexpp': 4.12.2 + '@eslint/config-array': 0.23.5 + '@eslint/config-helpers': 0.6.0 + '@eslint/core': 1.2.1 + '@eslint/plugin-kit': 0.7.2 + '@humanfs/node': 0.16.6 + '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.4.2 + '@types/estree': 1.0.8 + ajv: 6.15.0 + cross-spawn: 7.0.6 + debug: 4.4.3 + escape-string-regexp: 4.0.0 + eslint-scope: 9.1.2 + eslint-visitor-keys: 5.0.1 + espree: 11.2.0 + esquery: 1.7.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.1 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + json-stable-stringify-without-jsonify: 1.0.1 + minimatch: 10.2.5 + natural-compare: 1.4.0 + optionator: 0.9.3 + transitivePeerDependencies: + - supports-color eslint@8.57.0: dependencies: @@ -25169,51 +27096,11 @@ snapshots: transitivePeerDependencies: - supports-color - eslint@9.27.0: - dependencies: - '@eslint-community/eslint-utils': 4.5.1(eslint@9.27.0) - '@eslint-community/regexpp': 4.12.1 - '@eslint/config-array': 0.20.0 - '@eslint/config-helpers': 0.2.2 - '@eslint/core': 0.14.0 - '@eslint/eslintrc': 3.3.1 - '@eslint/js': 9.27.0 - '@eslint/plugin-kit': 0.3.1 - '@humanfs/node': 0.16.6 - '@humanwhocodes/module-importer': 1.0.1 - '@humanwhocodes/retry': 0.4.2 - '@types/estree': 1.0.6 - '@types/json-schema': 7.0.15 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.6 - debug: 4.4.0(supports-color@8.1.1) - escape-string-regexp: 4.0.0 - eslint-scope: 8.3.0 - eslint-visitor-keys: 4.2.0 - espree: 10.3.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.1 - 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.3 - transitivePeerDependencies: - - supports-color - - espree@10.3.0: + espree@11.2.0: dependencies: - acorn: 8.14.0 - acorn-jsx: 5.3.2(acorn@8.14.0) - eslint-visitor-keys: 4.2.0 + acorn: 8.17.0 + acorn-jsx: 5.3.2(acorn@8.17.0) + eslint-visitor-keys: 5.0.1 espree@9.6.1: dependencies: @@ -25227,7 +27114,7 @@ snapshots: dependencies: estraverse: 5.3.0 - esquery@1.6.0: + esquery@1.7.0: dependencies: estraverse: 5.3.0 @@ -25239,7 +27126,7 @@ snapshots: estree-util-attach-comments@3.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 estree-util-build-jsx@3.0.1: dependencies: @@ -25252,7 +27139,7 @@ snapshots: estree-util-scope@1.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 devlop: 1.1.0 estree-util-to-js@2.0.0: @@ -25264,7 +27151,7 @@ snapshots: estree-util-visit@2.0.0: dependencies: '@types/estree-jsx': 1.0.5 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 estree-walker@2.0.2: {} @@ -25280,15 +27167,10 @@ snapshots: eventemitter3@4.0.7: {} - eventemitter3@5.0.1: {} + eventemitter3@5.0.4: {} events@3.3.0: {} - evp_bytestokey@1.0.3: - dependencies: - md5.js: 1.3.5 - safe-buffer: 5.2.1 - execa@5.1.1: dependencies: cross-spawn: 7.0.6 @@ -25301,25 +27183,13 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - execa@8.0.1: - dependencies: - cross-spawn: 7.0.6 - get-stream: 8.0.1 - human-signals: 5.0.0 - is-stream: 3.0.0 - merge-stream: 2.0.0 - npm-run-path: 5.3.0 - onetime: 6.0.0 - signal-exit: 4.1.0 - strip-final-newline: 3.0.0 - - execa@9.5.2: + execa@9.6.1: dependencies: '@sindresorhus/merge-streams': 4.0.0 cross-spawn: 7.0.6 figures: 6.1.0 get-stream: 9.0.1 - human-signals: 8.0.0 + human-signals: 8.0.1 is-plain-obj: 4.1.0 is-stream: 4.0.1 npm-run-path: 6.0.0 @@ -25335,17 +27205,20 @@ snapshots: expect-type@1.2.1: {} + expect-type@1.4.0: {} + exponential-backoff@3.1.1: {} - express@5.1.0: + express@5.2.1: dependencies: accepts: 2.0.0 - body-parser: 2.2.0 + body-parser: 2.3.0 content-disposition: 1.0.0 content-type: 1.0.5 cookie: 0.7.2 cookie-signature: 1.2.2 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.3 + depd: 2.0.0 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -25369,34 +27242,22 @@ snapshots: transitivePeerDependencies: - supports-color - expressive-code@0.41.3: + expressive-code@0.42.0: dependencies: - '@expressive-code/core': 0.41.3 - '@expressive-code/plugin-frames': 0.41.3 - '@expressive-code/plugin-shiki': 0.41.3 - '@expressive-code/plugin-text-markers': 0.41.3 + '@expressive-code/core': 0.42.0 + '@expressive-code/plugin-frames': 0.42.0 + '@expressive-code/plugin-shiki': 0.42.0 + '@expressive-code/plugin-text-markers': 0.42.0 - exsolve@1.0.4: {} + exsolve@1.1.0: {} extend@3.0.2: {} - external-editor@3.1.0: - dependencies: - chardet: 0.7.0 - iconv-lite: 0.4.24 - tmp: 0.0.33 - - fast-check@3.23.2: - dependencies: - pure-rand: 6.1.0 - - fast-content-type-parse@2.0.1: {} - fast-content-type-parse@3.0.0: {} fast-deep-equal@3.1.3: {} - fast-equals@5.2.2: {} + fast-equals@6.0.0: {} fast-fifo@1.3.2: {} @@ -25422,31 +27283,43 @@ snapshots: fast-safe-stringify@2.1.1: {} + fast-string-truncated-width@3.0.3: {} + + fast-string-width@3.0.2: + dependencies: + fast-string-truncated-width: 3.0.3 + fast-uri@3.0.3: {} - fast-xml-parser@5.3.0: + fast-wrap-ansi@0.2.2: dependencies: - strnum: 2.1.1 + fast-string-width: 3.0.2 - fastq@1.17.1: + fast-xml-builder@1.2.0: dependencies: - reusify: 1.0.4 + path-expression-matcher: 1.6.1 + xml-naming: 0.1.0 - fd-slicer@1.1.0: + fast-xml-parser@5.9.3: dependencies: - pend: 1.2.0 + '@nodable/entities': 2.2.0 + fast-xml-builder: 1.2.0 + is-unsafe: 1.0.1 + path-expression-matcher: 1.6.1 + strnum: 2.4.1 + xml-naming: 0.1.0 - fdir@6.4.3(picomatch@4.0.2): - optionalDependencies: - picomatch: 4.0.2 + fastq@1.17.1: + dependencies: + reusify: 1.0.4 - fdir@6.4.4(picomatch@4.0.2): + fdir@6.4.3(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 - fdir@6.5.0(picomatch@4.0.3): + fdir@6.5.0(picomatch@4.0.4): optionalDependencies: - picomatch: 4.0.3 + picomatch: 4.0.4 fetch-blob@2.1.2: {} @@ -25470,7 +27343,7 @@ snapshots: finalhandler@2.1.0: dependencies: - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.3 encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 @@ -25507,12 +27380,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-up@7.0.0: - dependencies: - locate-path: 7.2.0 - path-exists: 5.0.0 - unicorn-magic: 0.1.0 - find-yarn-workspace-root2@1.2.16: dependencies: micromatch: 4.0.8 @@ -25526,37 +27393,28 @@ snapshots: flat-cache@4.0.1: dependencies: - flatted: 3.3.3 + flatted: 3.4.2 keyv: 4.5.4 - flat@5.0.2: {} - flatted@3.3.3: {} + flatted@3.4.2: {} + flattie@1.1.1: {} flow-parser@0.238.3: {} follow-redirects@1.15.6: {} - fontace@0.3.0: + fontace@0.4.1: dependencies: - '@types/fontkit': 2.0.8 - fontkit: 2.0.4 + fontkitten: 1.0.3 - fontkit@2.0.4: + fontkitten@1.0.3: dependencies: - '@swc/helpers': 0.5.17 - brotli: 1.3.3 - clone: 2.1.2 - dfa: 1.2.0 - fast-deep-equal: 3.1.3 - restructure: 3.0.2 tiny-inflate: 1.0.3 - unicode-properties: 1.4.1 - unicode-trie: 2.0.0 - for-each@0.3.3: + for-each@0.3.5: dependencies: is-callable: 1.2.7 @@ -25588,13 +27446,15 @@ snapshots: jsonfile: 6.1.0 universalify: 2.0.1 - fs-minipass@2.1.0: + fs-extra@11.3.6: dependencies: - minipass: 3.3.6 + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 fs-minipass@3.0.3: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 fs.realpath@1.0.0: {} @@ -25606,16 +27466,23 @@ snapshots: function-bind@1.1.2: {} - function.prototype.name@1.1.6: + function.prototype.name@1.2.0: dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 + call-bind: 1.0.9 + call-bound: 1.0.4 + es-define-property: 1.0.1 + es-errors: 1.3.0 functions-have-names: 1.2.3 + has-property-descriptors: 1.0.2 + hasown: 2.0.4 + is-callable: 1.2.7 + is-document.all: 1.0.0 functions-have-names@1.2.3: {} - gensequence@7.0.0: {} + generator-function@2.0.1: {} + + gensequence@8.0.8: {} gensync@1.0.0-beta.2: {} @@ -25623,13 +27490,7 @@ snapshots: get-east-asian-width@1.2.0: {} - get-intrinsic@1.2.4: - dependencies: - es-errors: 1.3.0 - function-bind: 1.1.2 - has-proto: 1.0.3 - has-symbols: 1.0.3 - hasown: 2.0.2 + get-east-asian-width@1.6.0: {} get-intrinsic@1.3.0: dependencies: @@ -25658,34 +27519,21 @@ snapshots: get-stream@6.0.1: {} - get-stream@8.0.1: {} - get-stream@9.0.1: dependencies: '@sec-ant/readable-stream': 0.4.1 is-stream: 4.0.1 - get-symbol-description@1.0.2: + get-symbol-description@1.1.0: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 es-errors: 1.3.0 get-intrinsic: 1.3.0 - get-tsconfig@4.7.5: + get-tsconfig@5.0.0-beta.4: dependencies: resolve-pkg-maps: 1.0.0 - giget@1.2.3: - dependencies: - citty: 0.1.6 - consola: 3.2.3 - defu: 6.1.4 - node-fetch-native: 1.6.6 - nypm: 0.3.9 - ohash: 1.1.3 - pathe: 1.1.2 - tar: 6.2.1 - github-from-package@0.0.0: optional: true @@ -25716,14 +27564,11 @@ snapshots: package-json-from-dist: 1.0.0 path-scurry: 1.11.1 - glob@11.0.0: + glob@13.0.6: dependencies: - foreground-child: 3.1.1 - jackspeak: 4.1.0 - minimatch: 10.0.1 - minipass: 7.1.2 - package-json-from-dist: 1.0.0 - path-scurry: 2.0.0 + minimatch: 10.2.5 + minipass: 7.1.3 + path-scurry: 2.0.2 glob@7.2.3: dependencies: @@ -25742,9 +27587,9 @@ snapshots: minimatch: 5.1.6 once: 1.4.0 - global-directory@4.0.1: + global-directory@5.0.0: dependencies: - ini: 4.1.1 + ini: 6.0.0 globals@11.12.0: {} @@ -25752,14 +27597,12 @@ snapshots: dependencies: type-fest: 0.20.2 - globals@14.0.0: {} - - globals@16.4.0: {} + globals@17.7.0: {} globalthis@1.0.4: dependencies: define-properties: 1.2.1 - gopd: 1.0.1 + gopd: 1.2.0 globby@11.1.0: dependencies: @@ -25779,9 +27622,14 @@ snapshots: slash: 5.1.0 unicorn-magic: 0.3.0 - gopd@1.0.1: + globby@16.2.0: dependencies: - get-intrinsic: 1.2.4 + '@sindresorhus/merge-streams': 4.0.0 + fast-glob: 3.3.3 + ignore: 7.0.5 + is-path-inside: 4.0.0 + slash: 5.1.0 + unicorn-magic: 0.4.0 gopd@1.2.0: {} @@ -25813,42 +27661,58 @@ snapshots: pumpify: 1.5.1 through2: 2.0.5 - h3@1.15.1: + h3@1.15.11: dependencies: - cookie-es: 1.2.2 - crossws: 0.3.4 - defu: 6.1.4 - destr: 2.0.3 + cookie-es: 1.2.3 + crossws: 0.3.5 + defu: 6.1.7 + destr: 2.0.5 iron-webcrypto: 1.2.1 - node-mock-http: 1.0.0 + node-mock-http: 1.0.4 radix3: 1.1.2 - ufo: 1.5.4 + ufo: 1.6.4 uncrypto: 0.1.3 + handlebars@4.7.9: + dependencies: + minimist: 1.2.8 + neo-async: 2.6.2 + source-map: 0.6.1 + wordwrap: 1.0.0 + optionalDependencies: + uglify-js: 3.19.3 + happy-dom@17.4.4: dependencies: webidl-conversions: 7.0.0 whatwg-mimetype: 3.0.0 - happy-dom@18.0.1: + happy-dom@20.10.6: dependencies: - '@types/node': 20.12.7 + '@types/node': 26.1.0 '@types/whatwg-mimetype': 3.0.2 + '@types/ws': 8.18.1 + buffer-image-size: 0.6.4 + entities: 7.0.1 whatwg-mimetype: 3.0.0 + ws: 8.21.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate - has-bigints@1.0.2: {} + has-bigints@1.1.0: {} has-flag@3.0.0: {} has-flag@4.0.0: {} - has-own-prop@2.0.0: {} - has-property-descriptors@1.0.2: dependencies: - es-define-property: 1.0.0 + es-define-property: 1.0.1 - has-proto@1.0.3: {} + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.1 has-symbols@1.0.3: {} @@ -25858,17 +27722,11 @@ snapshots: dependencies: has-symbols: 1.0.3 - hash-base@3.0.5: - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - - hash.js@1.1.7: + hasown@2.0.2: dependencies: - inherits: 2.0.4 - minimalistic-assert: 1.0.1 + function-bind: 1.1.2 - hasown@2.0.2: + hasown@2.0.4: dependencies: function-bind: 1.1.2 @@ -25885,7 +27743,7 @@ snapshots: hast-util-phrasing: 3.0.1 hast-util-whitespace: 3.0.0 html-whitespace-sensitive-tag-names: 3.0.1 - unist-util-visit-parents: 6.0.1 + unist-util-visit-parents: 6.0.2 hast-util-from-html@2.0.3: dependencies: @@ -25899,7 +27757,7 @@ snapshots: hast-util-from-parse5@8.0.1: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 devlop: 1.1.0 hastscript: 8.0.0 property-information: 6.5.0 @@ -25942,7 +27800,7 @@ snapshots: hast-util-raw@9.1.0: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 '@ungap/structured-clone': 1.2.0 hast-util-from-parse5: 8.0.1 hast-util-to-parse5: 8.0.0 @@ -25950,15 +27808,15 @@ snapshots: mdast-util-to-hast: 13.2.0 parse5: 7.1.2 unist-util-position: 5.0.0 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 vfile: 6.0.3 web-namespaces: 2.0.1 zwitch: 2.0.4 - hast-util-select@6.0.3: + hast-util-select@6.0.4: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 bcp-47-match: 2.0.3 comma-separated-tokens: 2.0.3 css-selector-parser: 3.0.5 @@ -25968,14 +27826,14 @@ snapshots: hast-util-to-string: 3.0.1 hast-util-whitespace: 3.0.0 nth-check: 2.1.1 - property-information: 6.5.0 + property-information: 7.0.0 space-separated-tokens: 2.0.2 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 zwitch: 2.0.4 hast-util-to-estree@3.1.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 '@types/estree-jsx': 1.0.5 '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 @@ -25997,7 +27855,7 @@ snapshots: hast-util-to-html@9.0.5: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 ccount: 2.0.1 comma-separated-tokens: 2.0.3 hast-util-whitespace: 3.0.0 @@ -26010,7 +27868,7 @@ snapshots: hast-util-to-jsx-runtime@2.3.2: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 '@types/hast': 3.0.4 '@types/unist': 3.0.2 comma-separated-tokens: 2.0.3 @@ -26045,7 +27903,7 @@ snapshots: hast-util-to-text@4.0.2: dependencies: '@types/hast': 3.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 hast-util-is-element: 3.0.0 unist-util-find-after: 5.0.0 @@ -26061,38 +27919,34 @@ snapshots: property-information: 6.5.0 space-separated-tokens: 2.0.2 - hastscript@9.0.0: + hastscript@9.0.1: dependencies: '@types/hast': 3.0.4 comma-separated-tokens: 2.0.3 hast-util-parse-selector: 4.0.0 - property-information: 6.5.0 + property-information: 7.0.0 space-separated-tokens: 2.0.2 - he@1.2.0: {} - headers-polyfill@4.0.3: {} - highlight.js@11.0.1: {} + hermes-estree@0.25.1: {} - hmac-drbg@1.0.1: + hermes-parser@0.25.1: dependencies: - hash.js: 1.1.7 - minimalistic-assert: 1.0.1 - minimalistic-crypto-utils: 1.0.1 + hermes-estree: 0.25.1 + + highlight.js@11.0.1: {} hoist-non-react-statics@3.3.2: dependencies: react-is: 16.13.1 + hosted-git-info@2.8.9: {} + hosted-git-info@4.1.0: dependencies: lru-cache: 6.0.0 - hosted-git-info@6.1.3: - dependencies: - lru-cache: 7.18.3 - hosted-git-info@7.0.2: dependencies: lru-cache: 10.4.3 @@ -26101,12 +27955,14 @@ snapshots: dependencies: lru-cache: 10.4.3 + hosted-git-info@9.0.3: + dependencies: + lru-cache: 11.5.1 + html-encoding-sniffer@4.0.0: dependencies: whatwg-encoding: 3.1.1 - html-entities@2.3.3: {} - html-entities@2.6.0: {} html-escape@1.0.2: {} @@ -26133,7 +27989,7 @@ snapshots: deep-equal: 1.0.1 http-errors: 1.8.1 - http-cache-semantics@4.1.1: {} + http-cache-semantics@4.2.0: {} http-errors@1.6.3: dependencies: @@ -26158,6 +28014,14 @@ snapshots: statuses: 2.0.1 toidentifier: 1.0.1 + http-errors@2.0.1: + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.2 + toidentifier: 1.0.1 + http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.3 @@ -26165,8 +28029,6 @@ snapshots: transitivePeerDependencies: - supports-color - https-browserify@1.0.0: {} - https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.3 @@ -26176,23 +28038,21 @@ snapshots: human-signals@2.1.0: {} - human-signals@5.0.0: {} - - human-signals@8.0.0: {} + human-signals@8.0.1: {} humanize-ms@1.2.1: dependencies: ms: 2.1.3 - i18next@23.16.5: - dependencies: - '@babel/runtime': 7.24.4 + i18next@26.3.4(typescript@6.0.3): + optionalDependencies: + typescript: 6.0.3 - iconv-lite@0.4.24: + iconv-lite@0.6.3: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.6.3: + iconv-lite@0.7.2: dependencies: safer-buffer: 2.1.2 @@ -26202,14 +28062,16 @@ snapshots: dependencies: minimatch: 5.1.6 - ignore-walk@7.0.0: + ignore-walk@8.0.0: dependencies: - minimatch: 9.0.5 + minimatch: 10.2.5 ignore@5.3.1: {} ignore@7.0.3: {} + ignore@7.0.5: {} + immediate@3.0.6: {} import-fresh@3.3.0: @@ -26222,9 +28084,9 @@ snapshots: parent-module: 1.0.1 resolve-from: 4.0.0 - import-lazy@4.0.0: {} + import-fresh@4.0.0: {} - import-meta-resolve@4.1.0: {} + import-lazy@4.0.0: {} import-meta-resolve@4.2.0: {} @@ -26251,43 +28113,17 @@ snapshots: ini@3.0.1: {} - ini@4.1.1: {} - - ini@5.0.0: {} + ini@6.0.0: {} inline-style-parser@0.1.1: {} inline-style-parser@0.2.4: {} - inquirer@12.5.0(@types/node@24.3.3): - dependencies: - '@inquirer/core': 10.1.9(@types/node@24.3.3) - '@inquirer/prompts': 7.4.0(@types/node@24.3.3) - '@inquirer/type': 3.0.5(@types/node@24.3.3) - ansi-escapes: 4.3.2 - mute-stream: 2.0.0 - run-async: 3.0.0 - rxjs: 7.8.2 - optionalDependencies: - '@types/node': 24.3.3 - - inquirer@12.5.0(@types/node@24.6.0): - dependencies: - '@inquirer/core': 10.1.9(@types/node@24.6.0) - '@inquirer/prompts': 7.4.0(@types/node@24.6.0) - '@inquirer/type': 3.0.5(@types/node@24.6.0) - ansi-escapes: 4.3.2 - mute-stream: 2.0.0 - run-async: 3.0.0 - rxjs: 7.8.2 - optionalDependencies: - '@types/node': 24.6.0 - - internal-slot@1.0.7: + internal-slot@1.1.0: dependencies: es-errors: 1.3.0 hasown: 2.0.2 - side-channel: 1.0.6 + side-channel: 1.1.1 ip-address@9.0.5: dependencies: @@ -26305,32 +28141,29 @@ snapshots: is-alphabetical: 2.0.1 is-decimal: 2.0.1 - is-arguments@1.1.1: + is-array-buffer@3.0.5: dependencies: - call-bind: 1.0.7 - has-tostringtag: 1.0.2 - - is-array-buffer@3.0.4: - dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 + call-bind: 1.0.9 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 is-arrayish@0.2.1: {} - is-arrayish@0.3.2: - optional: true - - is-bigint@1.0.4: + is-async-function@2.1.1: dependencies: - has-bigints: 1.0.2 + async-function: 1.0.0 + call-bound: 1.0.4 + get-proto: 1.0.1 + has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 - is-binary-path@2.1.0: + is-bigint@1.1.0: dependencies: - binary-extensions: 2.3.0 + has-bigints: 1.1.0 - is-boolean-object@1.1.2: + is-boolean-object@1.2.2: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-builtin-module@5.0.0: @@ -26343,29 +28176,44 @@ snapshots: dependencies: hasown: 2.0.2 - is-data-view@1.0.1: + is-data-view@1.0.2: dependencies: - is-typed-array: 1.1.13 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 + is-typed-array: 1.1.15 - is-date-object@1.0.5: + is-date-object@1.1.0: dependencies: + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-decimal@2.0.1: {} is-deflate@1.0.0: {} - is-docker@2.2.1: {} - is-docker@3.0.0: {} + is-docker@4.0.0: {} + + is-document.all@1.0.0: + dependencies: + call-bound: 1.0.4 + is-extglob@2.1.1: {} + is-finalizationregistry@1.1.1: + dependencies: + call-bound: 1.0.4 + is-fullwidth-code-point@3.0.0: {} - is-generator-function@1.0.10: + is-generator-function@1.1.2: dependencies: + call-bound: 1.0.4 + generator-function: 2.0.1 + get-proto: 1.0.1 has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 is-glob@4.0.3: dependencies: @@ -26377,6 +28225,8 @@ snapshots: is-hexadecimal@2.0.1: {} + is-in-ssh@1.0.0: {} + is-inside-container@1.0.0: dependencies: is-docker: 3.0.0 @@ -26385,23 +28235,23 @@ snapshots: is-map@2.0.3: {} - is-nan@1.3.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - is-negative-zero@2.0.3: {} is-node-process@1.2.0: {} - is-number-object@1.0.7: + is-number-object@1.1.1: dependencies: + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-number@7.0.0: {} + is-path-cwd@2.2.0: {} + is-path-inside@3.0.3: {} + is-path-inside@4.0.0: {} + is-plain-obj@2.1.0: {} is-plain-obj@4.1.0: {} @@ -26414,63 +28264,68 @@ snapshots: is-promise@4.0.0: {} - is-regex@1.1.4: + is-regex@1.2.1: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 + gopd: 1.2.0 has-tostringtag: 1.0.2 + hasown: 2.0.2 + + is-safe-filename@0.1.1: {} is-set@2.0.3: {} - is-shared-array-buffer@1.0.3: + is-shared-array-buffer@1.0.4: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 is-stream@2.0.1: {} - is-stream@3.0.0: {} - is-stream@4.0.1: {} - is-string@1.0.7: + is-string@1.1.1: dependencies: + call-bound: 1.0.4 has-tostringtag: 1.0.2 is-subdir@1.2.0: dependencies: better-path-resolve: 1.0.0 - is-symbol@1.0.4: + is-symbol@1.1.1: dependencies: - has-symbols: 1.0.3 + call-bound: 1.0.4 + has-symbols: 1.1.0 + safe-regex-test: 1.1.0 - is-typed-array@1.1.13: + is-typed-array@1.1.15: dependencies: - which-typed-array: 1.1.15 - - is-unicode-supported@0.1.0: {} + which-typed-array: 1.1.22 is-unicode-supported@1.3.0: {} is-unicode-supported@2.1.0: {} + is-unsafe@1.0.1: {} + is-weakmap@2.0.2: {} - is-weakref@1.0.2: + is-weakref@1.1.1: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 - is-weakset@2.0.3: + is-weakset@2.0.4: dependencies: - call-bind: 1.0.7 - get-intrinsic: 1.2.4 + call-bound: 1.0.4 + get-intrinsic: 1.3.0 is-windows@1.0.2: {} - is-wsl@2.2.0: + is-wsl@3.1.0: dependencies: - is-docker: 2.2.1 + is-inside-container: 1.0.0 - is-wsl@3.1.0: + is-wsl@3.1.1: dependencies: is-inside-container: 1.0.0 @@ -26482,9 +28337,9 @@ snapshots: isexe@3.1.1: {} - isobject@3.0.1: {} + isexe@4.0.0: {} - isomorphic-timers-promises@1.0.1: {} + isobject@3.0.1: {} istanbul-lib-coverage@3.2.2: {} @@ -26497,7 +28352,7 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: '@jridgewell/trace-mapping': 0.3.25 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.0 istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -26507,6 +28362,11 @@ snapshots: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 + istanbul-reports@3.2.0: + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.1 + istextorbinary@9.5.0: dependencies: binaryextensions: 6.11.0 @@ -26525,10 +28385,6 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jackspeak@4.1.0: - dependencies: - '@isaacs/cliui': 8.0.2 - jest-diff@27.5.1: dependencies: chalk: 4.1.2 @@ -26547,6 +28403,8 @@ snapshots: jju@1.4.0: {} + js-tokens@10.0.0: {} + js-tokens@4.0.0: {} js-tokens@9.0.1: {} @@ -26560,21 +28418,25 @@ snapshots: dependencies: argparse: 2.0.1 + js-yaml@4.3.0: + dependencies: + argparse: 2.0.1 + jsbn@1.1.0: {} - jscodeshift@0.15.2(@babel/preset-env@7.24.7(@babel/core@7.26.10)): - dependencies: - '@babel/core': 7.26.10 - '@babel/parser': 7.27.2 - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.26.10) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.26.10) - '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.26.10) - '@babel/preset-flow': 7.24.7(@babel/core@7.26.10) - '@babel/preset-typescript': 7.27.1(@babel/core@7.26.10) - '@babel/register': 7.24.6(@babel/core@7.26.10) - babel-core: 7.0.0-bridge.0(@babel/core@7.26.10) + jscodeshift@0.15.2(@babel/preset-env@7.24.7(@babel/core@7.29.7)): + dependencies: + '@babel/core': 7.29.7 + '@babel/parser': 7.29.7 + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.29.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-optional-chaining': 7.24.7(@babel/core@7.29.7) + '@babel/plugin-transform-private-methods': 7.24.7(@babel/core@7.29.7) + '@babel/preset-flow': 7.24.7(@babel/core@7.29.7) + '@babel/preset-typescript': 7.27.1(@babel/core@7.29.7) + '@babel/register': 7.24.6(@babel/core@7.29.7) + babel-core: 7.0.0-bridge.0(@babel/core@7.29.7) chalk: 4.1.2 flow-parser: 0.238.3 graceful-fs: 4.2.11 @@ -26585,7 +28447,7 @@ snapshots: temp: 0.8.4 write-file-atomic: 2.4.3 optionalDependencies: - '@babel/preset-env': 7.24.7(@babel/core@7.26.10) + '@babel/preset-env': 7.24.7(@babel/core@7.29.7) transitivePeerDependencies: - supports-color @@ -26620,15 +28482,15 @@ snapshots: jsesc@0.5.0: optional: true - jsesc@3.0.2: {} - jsesc@3.1.0: {} json-buffer@3.0.1: {} + json-parse-better-errors@1.0.2: {} + json-parse-even-better-errors@2.3.1: {} - json-parse-even-better-errors@4.0.0: {} + json-parse-even-better-errors@5.0.0: {} json-schema-traverse@0.4.1: {} @@ -26638,9 +28500,7 @@ snapshots: json-stringify-safe@5.0.1: {} - json5@1.0.2: - dependencies: - minimist: 1.2.8 + json-with-bigint@3.5.8: {} json5@2.2.3: {} @@ -26656,6 +28516,8 @@ snapshots: jsonparse@1.3.1: {} + jsonpointer@5.0.1: {} + jsonwebtoken@9.0.2: dependencies: jws: 3.2.2 @@ -26667,7 +28529,7 @@ snapshots: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.7.1 + semver: 7.8.5 jszip@3.10.1: dependencies: @@ -26687,7 +28549,7 @@ snapshots: jwa: 1.4.1 safe-buffer: 5.2.1 - keyborg@2.6.0: {} + keyborg@2.14.1: {} keygrip@1.1.0: dependencies: @@ -26741,10 +28603,10 @@ snapshots: transitivePeerDependencies: - supports-color - koa@3.0.1: + koa@3.2.1: dependencies: accepts: 1.3.8 - content-disposition: 0.5.4 + content-disposition: 1.0.1 content-type: 1.0.5 cookies: 0.9.1 delegates: 1.0.0 @@ -26766,6 +28628,8 @@ snapshots: leven@3.1.0: {} + leven@4.1.0: {} + levn@0.4.1: dependencies: prelude-ls: 1.2.1 @@ -26775,12 +28639,72 @@ snapshots: dependencies: immediate: 3.0.6 + lightningcss-android-arm64@1.32.0: + optional: true + + lightningcss-darwin-arm64@1.32.0: + optional: true + + lightningcss-darwin-x64@1.32.0: + optional: true + + lightningcss-freebsd-x64@1.32.0: + optional: true + + lightningcss-linux-arm-gnueabihf@1.32.0: + optional: true + + lightningcss-linux-arm64-gnu@1.32.0: + optional: true + + lightningcss-linux-arm64-musl@1.32.0: + optional: true + + lightningcss-linux-x64-gnu@1.32.0: + optional: true + + lightningcss-linux-x64-musl@1.32.0: + optional: true + + lightningcss-win32-arm64-msvc@1.32.0: + optional: true + + lightningcss-win32-x64-msvc@1.32.0: + optional: true + + lightningcss@1.32.0: + dependencies: + detect-libc: 2.0.3 + optionalDependencies: + lightningcss-android-arm64: 1.32.0 + lightningcss-darwin-arm64: 1.32.0 + lightningcss-darwin-x64: 1.32.0 + lightningcss-freebsd-x64: 1.32.0 + lightningcss-linux-arm-gnueabihf: 1.32.0 + lightningcss-linux-arm64-gnu: 1.32.0 + lightningcss-linux-arm64-musl: 1.32.0 + lightningcss-linux-x64-gnu: 1.32.0 + lightningcss-linux-x64-musl: 1.32.0 + lightningcss-win32-arm64-msvc: 1.32.0 + lightningcss-win32-x64-msvc: 1.32.0 + lines-and-columns@1.2.4: {} linkify-it@5.0.0: dependencies: uc.micro: 2.1.0 + linkify-it@5.0.2: + dependencies: + uc.micro: 2.1.0 + + load-json-file@4.0.0: + dependencies: + graceful-fs: 4.2.11 + parse-json: 4.0.0 + pify: 3.0.0 + strip-bom: 3.0.0 + load-json-file@6.2.0: dependencies: graceful-fs: 4.2.11 @@ -26795,11 +28719,11 @@ snapshots: pify: 4.0.1 strip-bom: 3.0.0 - local-pkg@1.1.1: + local-pkg@1.2.1: dependencies: mlly: 1.7.4 - pkg-types: 2.1.0 - quansync: 0.2.10 + pkg-types: 2.3.1 + quansync: 0.2.11 locate-path@3.0.0: dependencies: @@ -26814,10 +28738,6 @@ snapshots: dependencies: p-locate: 5.0.0 - locate-path@7.2.0: - dependencies: - p-locate: 6.0.0 - lodash.camelcase@4.3.0: {} lodash.debounce@4.0.8: @@ -26847,14 +28767,9 @@ snapshots: lodash@4.17.21: {} - log-symbols@4.1.0: - dependencies: - chalk: 4.1.2 - is-unicode-supported: 0.1.0 - log-symbols@6.0.0: dependencies: - chalk: 5.4.1 + chalk: 5.6.2 is-unicode-supported: 1.3.0 log-symbols@7.0.1: @@ -26876,6 +28791,8 @@ snapshots: lru-cache@11.0.2: {} + lru-cache@11.5.1: {} + lru-cache@5.1.1: dependencies: yallist: 3.1.1 @@ -26898,12 +28815,22 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 + magic-string@0.30.21: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.5 + magicast@0.3.5: dependencies: '@babel/parser': 7.26.10 '@babel/types': 7.26.10 source-map-js: 1.2.1 + magicast@0.5.3: + dependencies: + '@babel/parser': 7.29.7 + '@babel/types': 7.29.7 + source-map-js: 1.2.1 + make-dir@2.1.0: dependencies: pify: 4.0.1 @@ -26911,7 +28838,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.7.1 + semver: 7.8.5 make-empty-dir@3.0.2: dependencies: @@ -26921,8 +28848,8 @@ snapshots: dependencies: '@npmcli/agent': 3.0.0 cacache: 19.0.1 - http-cache-semantics: 4.1.1 - minipass: 7.1.2 + http-cache-semantics: 4.2.0 + minipass: 7.1.3 minipass-fetch: 4.0.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -26933,6 +28860,23 @@ snapshots: transitivePeerDependencies: - supports-color + make-fetch-happen@15.0.6: + dependencies: + '@gar/promise-retry': 1.0.3 + '@npmcli/agent': 4.0.2 + '@npmcli/redact': 4.0.0 + cacache: 20.0.4 + http-cache-semantics: 4.2.0 + minipass: 7.1.3 + minipass-fetch: 5.0.2 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 1.0.0 + proc-log: 6.1.0 + ssri: 13.0.1 + transitivePeerDependencies: + - supports-color + map-age-cleaner@0.1.3: dependencies: p-defer: 1.0.0 @@ -26950,34 +28894,42 @@ snapshots: punycode.js: 2.3.1 uc.micro: 2.1.0 + markdown-it@14.3.0: + dependencies: + argparse: 2.0.1 + entities: 4.5.0 + linkify-it: 5.0.2 + mdurl: 2.0.0 + punycode.js: 2.3.1 + uc.micro: 2.1.0 + markdown-table@3.0.4: {} - marked@16.4.0: {} + marked@14.0.0: {} - math-intrinsics@1.1.0: {} + marked@15.0.12: {} - md5.js@1.3.5: - dependencies: - hash-base: 3.0.5 - inherits: 2.0.4 - safe-buffer: 5.2.1 + marked@16.4.2: {} + + math-intrinsics@1.1.0: {} mdast-util-definitions@6.0.0: dependencies: '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 - unist-util-visit: 5.0.0 + '@types/unist': 3.0.3 + unist-util-visit: 5.1.0 - mdast-util-directive@3.0.0: + mdast-util-directive@3.1.0: dependencies: '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 + ccount: 2.0.1 devlop: 1.1.0 mdast-util-from-markdown: 2.0.2 mdast-util-to-markdown: 2.1.2 parse-entities: 4.0.1 stringify-entities: 4.0.4 - unist-util-visit-parents: 6.0.1 + unist-util-visit-parents: 6.0.2 transitivePeerDependencies: - supports-color @@ -26986,7 +28938,7 @@ snapshots: '@types/mdast': 4.0.4 escape-string-regexp: 5.0.0 unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 + unist-util-visit-parents: 6.0.2 mdast-util-from-markdown@2.0.2: dependencies: @@ -27131,19 +29083,21 @@ snapshots: mdast-util-to-markdown@2.1.2: dependencies: '@types/mdast': 4.0.4 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 longest-streak: 3.1.0 mdast-util-phrasing: 4.1.0 mdast-util-to-string: 4.0.0 micromark-util-classify-character: 2.0.1 micromark-util-decode-string: 2.0.1 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 zwitch: 2.0.4 mdast-util-to-string@4.0.0: dependencies: '@types/mdast': 4.0.4 + mdn-data@2.0.28: {} + mdn-data@2.12.2: {} mdurl@2.0.0: {} @@ -27162,6 +29116,8 @@ snapshots: map-age-cleaner: 0.1.3 mimic-fn: 3.1.0 + memorystream@0.3.1: {} + merge-descriptors@2.0.0: {} merge-stream@2.0.0: {} @@ -27187,7 +29143,7 @@ snapshots: micromark-util-symbol: 2.0.1 micromark-util-types: 2.0.1 - micromark-extension-directive@3.0.2: + micromark-extension-directive@4.0.0: dependencies: devlop: 1.1.0 micromark-factory-space: 2.0.1 @@ -27257,7 +29213,7 @@ snapshots: micromark-extension-mdx-expression@3.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 devlop: 1.1.0 micromark-factory-mdx-expression: 2.0.2 micromark-factory-space: 2.0.1 @@ -27269,7 +29225,7 @@ snapshots: micromark-extension-mdx-jsx@3.0.1: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 devlop: 1.1.0 estree-util-is-identifier-name: 3.0.0 micromark-factory-mdx-expression: 2.0.2 @@ -27286,7 +29242,7 @@ snapshots: micromark-extension-mdxjs-esm@3.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 devlop: 1.1.0 micromark-core-commonmark: 2.0.2 micromark-util-character: 2.1.1 @@ -27298,8 +29254,8 @@ snapshots: micromark-extension-mdxjs@3.0.0: dependencies: - acorn: 8.15.0 - acorn-jsx: 5.3.2(acorn@8.15.0) + acorn: 8.17.0 + acorn-jsx: 5.3.2(acorn@8.17.0) micromark-extension-mdx-expression: 3.0.0 micromark-extension-mdx-jsx: 3.0.1 micromark-extension-mdx-md: 2.0.0 @@ -27322,7 +29278,7 @@ snapshots: micromark-factory-mdx-expression@2.0.2: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 devlop: 1.1.0 micromark-factory-space: 2.0.1 micromark-util-character: 2.1.1 @@ -27387,8 +29343,8 @@ snapshots: micromark-util-events-to-acorn@2.0.2: dependencies: '@types/acorn': 4.0.6 - '@types/estree': 1.0.6 - '@types/unist': 3.0.2 + '@types/estree': 1.0.8 + '@types/unist': 3.0.3 devlop: 1.1.0 estree-util-visit: 2.0.0 micromark-util-symbol: 2.0.1 @@ -27425,7 +29381,7 @@ snapshots: micromark@4.0.1: dependencies: '@types/debug': 4.1.12 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.3 decode-named-character-reference: 1.0.2 devlop: 1.1.0 micromark-core-commonmark: 2.0.2 @@ -27449,11 +29405,6 @@ snapshots: braces: 3.0.3 picomatch: 2.3.1 - miller-rabin@4.0.1: - dependencies: - bn.js: 4.12.1 - brorand: 1.1.0 - mime-db@1.52.0: {} mime-db@1.54.0: {} @@ -27472,8 +29423,6 @@ snapshots: mimic-fn@3.1.0: {} - mimic-fn@4.0.0: {} - mimic-function@5.0.1: {} mimic-response@3.1.0: @@ -27481,17 +29430,13 @@ snapshots: min-indent@1.0.1: {} - minimalistic-assert@1.0.1: {} - - minimalistic-crypto-utils@1.0.1: {} - - minimatch@10.0.1: + minimatch@10.2.3: dependencies: - brace-expansion: 2.0.1 + brace-expansion: 5.0.7 - minimatch@3.0.8: + minimatch@10.2.5: dependencies: - brace-expansion: 1.1.11 + brace-expansion: 5.0.7 minimatch@3.1.2: dependencies: @@ -27513,16 +29458,24 @@ snapshots: minipass-collect@2.0.1: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 minipass-fetch@4.0.1: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 minipass-sized: 1.0.3 minizlib: 3.0.1 optionalDependencies: encoding: 0.1.13 + minipass-fetch@5.0.2: + dependencies: + minipass: 7.1.3 + minipass-sized: 2.0.0 + minizlib: 3.0.1 + optionalDependencies: + iconv-lite: 0.7.2 + minipass-flush@1.0.5: dependencies: minipass: 3.3.6 @@ -27535,68 +29488,48 @@ snapshots: dependencies: minipass: 3.3.6 + minipass-sized@2.0.0: + dependencies: + minipass: 7.1.3 + minipass@3.3.6: dependencies: yallist: 4.0.0 - minipass@5.0.0: {} - minipass@7.1.2: {} - minizlib@2.1.2: - dependencies: - minipass: 3.3.6 - yallist: 4.0.0 + minipass@7.1.3: {} minizlib@3.0.1: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 rimraf: 5.0.5 - mkdirp-classic@0.5.3: - optional: true - - mkdirp@0.5.6: + minizlib@3.1.0: dependencies: - minimist: 1.2.8 + minipass: 7.1.3 - mkdirp@1.0.4: {} + mkdirp-classic@0.5.3: + optional: true mkdirp@3.0.1: {} mlly@1.7.4: dependencies: - acorn: 8.14.0 + acorn: 8.15.0 pathe: 2.0.3 pkg-types: 1.3.1 ufo: 1.5.4 - mocha@11.1.0: + monaco-editor-core@0.55.1: dependencies: - ansi-colors: 4.1.3 - browser-stdout: 1.3.1 - chokidar: 3.6.0 - debug: 4.4.0(supports-color@8.1.1) - diff: 5.2.0 - escape-string-regexp: 4.0.0 - find-up: 5.0.0 - glob: 10.4.5 - he: 1.2.0 - js-yaml: 4.1.0 - log-symbols: 4.1.0 - minimatch: 5.1.6 - ms: 2.1.3 - serialize-javascript: 6.0.2 - strip-json-comments: 3.1.1 - supports-color: 8.1.1 - workerpool: 6.5.1 - yargs: 17.7.2 - yargs-parser: 21.1.1 - yargs-unparser: 2.0.0 - - monaco-editor-core@0.52.2: {} + dompurify: 3.2.7 + marked: 14.0.0 - monaco-editor@0.52.2: {} + monaco-editor@0.55.1: + dependencies: + dompurify: 3.2.7 + marked: 14.0.0 morgan@1.10.0: dependencies: @@ -27608,6 +29541,16 @@ snapshots: transitivePeerDependencies: - supports-color + morgan@1.11.0: + dependencies: + basic-auth: 2.0.1 + debug: 2.6.9 + depd: 2.0.0 + on-finished: 2.4.1 + on-headers: 1.1.0 + transitivePeerDependencies: + - supports-color + mrmime@2.0.1: {} ms@2.0.0: {} @@ -27616,7 +29559,7 @@ snapshots: ms@2.1.3: {} - msw@2.11.3(@types/node@20.12.7)(typescript@5.4.5): + msw@2.11.3(@types/node@20.12.7)(typescript@5.9.3): dependencies: '@bundled-es-modules/cookie': 2.0.1 '@bundled-es-modules/statuses': 1.0.1 @@ -27638,15 +29581,15 @@ snapshots: until-async: 3.0.2 yargs: 17.7.2 optionalDependencies: - typescript: 5.4.5 + typescript: 5.9.3 transitivePeerDependencies: - '@types/node' - msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3): + msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3): dependencies: '@bundled-es-modules/cookie': 2.0.1 '@bundled-es-modules/statuses': 1.0.1 - '@inquirer/confirm': 5.1.8(@types/node@24.3.3) + '@inquirer/confirm': 5.1.8(@types/node@24.6.0) '@mswjs/interceptors': 0.39.7 '@open-draft/deferred-promise': 2.2.0 '@types/cookie': 0.6.0 @@ -27669,11 +29612,11 @@ snapshots: - '@types/node' optional: true - msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5): + msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3): dependencies: '@bundled-es-modules/cookie': 2.0.1 '@bundled-es-modules/statuses': 1.0.1 - '@inquirer/confirm': 5.1.8(@types/node@24.6.0) + '@inquirer/confirm': 5.1.8(@types/node@25.9.4) '@mswjs/interceptors': 0.39.7 '@open-draft/deferred-promise': 2.2.0 '@types/cookie': 0.6.0 @@ -27691,16 +29634,16 @@ snapshots: until-async: 3.0.2 yargs: 17.7.2 optionalDependencies: - typescript: 5.4.5 + typescript: 6.0.3 transitivePeerDependencies: - '@types/node' optional: true - msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3): + msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3): dependencies: '@bundled-es-modules/cookie': 2.0.1 '@bundled-es-modules/statuses': 1.0.1 - '@inquirer/confirm': 5.1.8(@types/node@24.6.0) + '@inquirer/confirm': 5.1.8(@types/node@26.1.0) '@mswjs/interceptors': 0.39.7 '@open-draft/deferred-promise': 2.2.0 '@types/cookie': 0.6.0 @@ -27718,22 +29661,19 @@ snapshots: until-async: 3.0.2 yargs: 17.7.2 optionalDependencies: - typescript: 5.9.3 + typescript: 6.0.3 transitivePeerDependencies: - '@types/node' optional: true muggle-string@0.4.1: {} - multer@2.0.2: + multer@2.2.0: dependencies: append-field: 1.0.0 busboy: 1.6.0 concat-stream: 2.0.0 - mkdirp: 0.5.6 - object-assign: 4.1.1 type-is: 1.6.18 - xtend: 4.0.2 mustache@4.2.0: {} @@ -27741,7 +29681,9 @@ snapshots: mute-stream@2.0.0: {} - nanoid@3.3.11: {} + mute-stream@3.0.0: {} + + nanoid@3.3.15: {} nanoid@3.3.7: {} @@ -27770,13 +29712,15 @@ snapshots: next-path@1.0.0: {} + nice-try@1.0.5: {} + nlcst-to-string@4.0.0: dependencies: '@types/nlcst': 2.0.3 node-abi@3.58.0: dependencies: - semver: 7.7.1 + semver: 7.8.5 optional: true node-addon-api@4.3.0: @@ -27784,76 +29728,55 @@ snapshots: node-addon-api@8.3.1: {} + node-addon-api@8.9.0: {} + node-dir@0.1.17: dependencies: minimatch: 3.1.2 - node-fetch-native@1.6.6: {} - - node-fetch@2.7.0(encoding@0.1.13): - dependencies: - whatwg-url: 5.0.0 - optionalDependencies: - encoding: 0.1.13 + node-fetch-native@1.6.7: {} node-gyp-build@4.8.4: {} - node-gyp@11.1.0: + node-gyp@11.5.0: dependencies: env-paths: 2.2.1 exponential-backoff: 3.1.1 - glob: 10.4.5 graceful-fs: 4.2.11 make-fetch-happen: 14.0.3 nopt: 8.1.0 proc-log: 5.0.0 - semver: 7.7.1 + semver: 7.8.5 tar: 7.4.3 + tinyglobby: 0.2.17 which: 5.0.0 transitivePeerDependencies: - supports-color - node-mock-http@1.0.0: {} + node-gyp@12.4.0: + dependencies: + env-paths: 2.2.1 + exponential-backoff: 3.1.1 + graceful-fs: 4.2.11 + nopt: 9.0.0 + proc-log: 6.1.0 + semver: 7.8.5 + tar: 7.5.19 + tinyglobby: 0.2.17 + undici: 6.27.0 + which: 6.0.1 - node-releases@2.0.19: {} + node-mock-http@1.0.4: {} node-releases@2.0.23: {} + node-releases@2.0.50: {} + node-sarif-builder@3.2.0: dependencies: '@types/sarif': 2.1.7 fs-extra: 11.3.0 - node-stdlib-browser@1.3.1: - dependencies: - assert: 2.1.0 - browser-resolve: 2.0.0 - browserify-zlib: 0.2.0 - buffer: 5.7.1 - console-browserify: 1.2.0 - constants-browserify: 1.0.0 - create-require: 1.1.1 - crypto-browserify: 3.12.1 - domain-browser: 4.22.0 - events: 3.3.0 - https-browserify: 1.0.0 - isomorphic-timers-promises: 1.0.1 - os-browserify: 0.3.0 - path-browserify: 1.0.1 - pkg-dir: 5.0.0 - process: 0.11.10 - punycode: 1.4.1 - querystring-es3: 0.2.1 - readable-stream: 3.6.2 - stream-browserify: 3.0.0 - stream-http: 3.2.0 - string_decoder: 1.3.0 - timers-browserify: 2.0.12 - tty-browserify: 0.0.1 - url: 0.11.4 - util: 0.12.5 - vm-browserify: 1.1.2 - nopt@1.0.10: dependencies: abbrev: 1.1.1 @@ -27862,51 +29785,64 @@ snapshots: dependencies: abbrev: 3.0.0 - normalize-package-data@5.0.0: + nopt@9.0.0: dependencies: - hosted-git-info: 6.1.3 - is-core-module: 2.15.1 - semver: 7.7.1 + abbrev: 4.0.0 + + normalize-package-data@2.5.0: + dependencies: + hosted-git-info: 2.8.9 + resolve: 1.22.8 + semver: 5.7.2 validate-npm-package-license: 3.0.4 normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.7.1 + semver: 7.8.5 + validate-npm-package-license: 3.0.4 + + normalize-package-data@7.0.1: + dependencies: + hosted-git-info: 8.0.2 + semver: 7.8.5 validate-npm-package-license: 3.0.4 normalize-path@3.0.0: {} normalize-registry-url@2.0.0: {} + normalize-registry-url@2.0.1: {} + npm-bundled@2.0.1: dependencies: npm-normalize-package-bin: 2.0.0 - npm-bundled@4.0.0: + npm-bundled@5.0.0: dependencies: - npm-normalize-package-bin: 4.0.0 + npm-normalize-package-bin: 5.0.0 - npm-install-checks@7.1.1: + npm-install-checks@8.0.0: dependencies: - semver: 7.7.1 + semver: 7.8.5 npm-normalize-package-bin@2.0.0: {} npm-normalize-package-bin@3.0.1: {} - npm-normalize-package-bin@4.0.0: {} + npm-normalize-package-bin@5.0.0: {} - npm-package-arg@12.0.2: + npm-package-arg@13.0.2: dependencies: - hosted-git-info: 8.0.2 - proc-log: 5.0.0 - semver: 7.7.1 - validate-npm-package-name: 6.0.0 + hosted-git-info: 9.0.3 + proc-log: 6.1.0 + semver: 7.8.5 + validate-npm-package-name: 7.0.2 - npm-packlist@10.0.0: + npm-packlist@10.0.4: dependencies: - ignore-walk: 7.0.0 + ignore-walk: 8.0.0 + proc-log: 6.1.0 npm-packlist@5.1.3: dependencies: @@ -27915,33 +29851,41 @@ snapshots: npm-bundled: 2.0.1 npm-normalize-package-bin: 2.0.0 - npm-pick-manifest@10.0.0: + npm-pick-manifest@11.0.3: dependencies: - npm-install-checks: 7.1.1 - npm-normalize-package-bin: 4.0.0 - npm-package-arg: 12.0.2 - semver: 7.7.1 + npm-install-checks: 8.0.0 + npm-normalize-package-bin: 5.0.0 + npm-package-arg: 13.0.2 + semver: 7.8.5 - npm-registry-fetch@18.0.2: + npm-registry-fetch@19.1.1: dependencies: - '@npmcli/redact': 3.1.1 + '@npmcli/redact': 4.0.0 jsonparse: 1.3.1 - make-fetch-happen: 14.0.3 - minipass: 7.1.2 - minipass-fetch: 4.0.1 + make-fetch-happen: 15.0.6 + minipass: 7.1.3 + minipass-fetch: 5.0.2 minizlib: 3.0.1 - npm-package-arg: 12.0.2 - proc-log: 5.0.0 + npm-package-arg: 13.0.2 + proc-log: 6.1.0 transitivePeerDependencies: - supports-color - npm-run-path@4.0.1: + npm-run-all@4.1.5: dependencies: - path-key: 3.1.1 + ansi-styles: 3.2.1 + chalk: 2.4.2 + cross-spawn: 6.0.6 + memorystream: 0.3.1 + minimatch: 3.1.2 + pidtree: 0.3.1 + read-pkg: 3.0.0 + shell-quote: 1.8.4 + string.prototype.padend: 3.1.6 - npm-run-path@5.3.0: + npm-run-path@4.0.1: dependencies: - path-key: 4.0.0 + path-key: 3.1.1 npm-run-path@6.0.0: dependencies: @@ -27956,74 +29900,42 @@ snapshots: nwsapi@2.2.19: {} - nypm@0.3.9: - dependencies: - citty: 0.1.6 - consola: 3.2.3 - execa: 8.0.1 - pathe: 1.1.2 - pkg-types: 1.3.1 - ufo: 1.5.4 - object-assign@4.1.1: {} - object-inspect@1.13.1: {} - object-inspect@1.13.4: {} - object-is@1.1.6: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - object-keys@1.1.1: {} - object.assign@4.1.5: + object.assign@4.1.7: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.9 + call-bound: 1.0.4 define-properties: 1.2.1 - has-symbols: 1.0.3 + es-object-atoms: 1.1.1 + has-symbols: 1.1.0 object-keys: 1.1.1 - object.fromentries@2.0.8: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - - object.groupby@1.0.3: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - - object.values@1.2.0: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-object-atoms: 1.0.0 + obug@2.1.3: {} - octokit@4.1.3: + octokit@5.0.5: dependencies: - '@octokit/app': 15.1.6 - '@octokit/core': 6.1.5 - '@octokit/oauth-app': 7.1.6 - '@octokit/plugin-paginate-graphql': 5.2.4(@octokit/core@6.1.5) - '@octokit/plugin-paginate-rest': 12.0.0(@octokit/core@6.1.5) - '@octokit/plugin-rest-endpoint-methods': 14.0.0(@octokit/core@6.1.5) - '@octokit/plugin-retry': 7.2.1(@octokit/core@6.1.5) - '@octokit/plugin-throttling': 10.0.0(@octokit/core@6.1.5) - '@octokit/request-error': 6.1.8 - '@octokit/types': 14.0.0 + '@octokit/app': 16.1.2 + '@octokit/core': 7.0.6 + '@octokit/oauth-app': 8.0.3 + '@octokit/plugin-paginate-graphql': 6.0.0(@octokit/core@7.0.6) + '@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6) + '@octokit/plugin-rest-endpoint-methods': 17.0.0(@octokit/core@7.0.6) + '@octokit/plugin-retry': 8.1.0(@octokit/core@7.0.6) + '@octokit/plugin-throttling': 11.0.3(@octokit/core@7.0.6) + '@octokit/request-error': 7.1.0 + '@octokit/types': 16.0.0 + '@octokit/webhooks': 14.2.0 - ofetch@1.4.1: + ofetch@1.5.1: dependencies: - destr: 2.0.3 - node-fetch-native: 1.6.6 - ufo: 1.5.4 - - ohash@1.1.3: {} + destr: 2.0.5 + node-fetch-native: 1.6.7 + ufo: 1.6.4 ohash@2.0.11: {} @@ -28037,6 +29949,8 @@ snapshots: on-headers@1.0.2: {} + on-headers@1.1.0: {} + once@1.4.0: dependencies: wrappy: 1.0.2 @@ -28045,24 +29959,16 @@ snapshots: dependencies: mimic-fn: 2.1.0 - onetime@6.0.0: - dependencies: - mimic-fn: 4.0.0 - onetime@7.0.0: dependencies: mimic-function: 5.0.1 - onigasm@2.2.5: - dependencies: - lru-cache: 5.1.1 + oniguruma-parser@0.12.2: {} - oniguruma-parser@0.12.1: {} - - oniguruma-to-es@4.3.3: + oniguruma-to-es@4.3.6: dependencies: - oniguruma-parser: 0.12.1 - regex: 6.0.1 + oniguruma-parser: 0.12.2 + regex: 6.1.0 regex-recursion: 6.0.2 open@10.1.0: @@ -28072,13 +29978,21 @@ snapshots: is-inside-container: 1.0.0 is-wsl: 3.1.0 - open@8.4.2: + open@10.2.0: dependencies: - define-lazy-prop: 2.0.0 - is-docker: 2.2.1 - is-wsl: 2.2.0 + default-browser: 5.2.1 + define-lazy-prop: 3.0.0 + is-inside-container: 1.0.0 + wsl-utils: 0.1.0 - openapi-types@12.1.3: {} + open@11.0.0: + dependencies: + default-browser: 5.5.0 + define-lazy-prop: 3.0.0 + is-in-ssh: 1.0.0 + is-inside-container: 1.0.0 + powershell-utils: 0.1.0 + wsl-utils: 0.3.1 optionator@0.9.3: dependencies: @@ -28091,7 +30005,7 @@ snapshots: ora@8.2.0: dependencies: - chalk: 5.4.1 + chalk: 5.6.2 cli-cursor: 5.0.0 cli-spinners: 2.9.2 is-interactive: 2.0.0 @@ -28099,13 +30013,73 @@ snapshots: log-symbols: 6.0.0 stdin-discarder: 0.2.2 string-width: 7.2.0 - strip-ansi: 7.1.0 + strip-ansi: 7.2.0 + + ora@9.4.1: + dependencies: + chalk: 5.6.2 + cli-cursor: 5.0.0 + cli-spinners: 3.4.0 + is-interactive: 2.0.0 + is-unicode-supported: 2.1.0 + log-symbols: 7.0.1 + stdin-discarder: 0.3.2 + string-width: 8.2.1 - os-browserify@0.3.0: {} + outvariant@1.4.3: {} - os-tmpdir@1.0.2: {} + own-keys@1.0.1: + dependencies: + get-intrinsic: 1.3.0 + object-keys: 1.1.1 + safe-push-apply: 1.0.0 - outvariant@1.4.3: {} + oxc-parser@0.127.0: + dependencies: + '@oxc-project/types': 0.127.0 + optionalDependencies: + '@oxc-parser/binding-android-arm-eabi': 0.127.0 + '@oxc-parser/binding-android-arm64': 0.127.0 + '@oxc-parser/binding-darwin-arm64': 0.127.0 + '@oxc-parser/binding-darwin-x64': 0.127.0 + '@oxc-parser/binding-freebsd-x64': 0.127.0 + '@oxc-parser/binding-linux-arm-gnueabihf': 0.127.0 + '@oxc-parser/binding-linux-arm-musleabihf': 0.127.0 + '@oxc-parser/binding-linux-arm64-gnu': 0.127.0 + '@oxc-parser/binding-linux-arm64-musl': 0.127.0 + '@oxc-parser/binding-linux-ppc64-gnu': 0.127.0 + '@oxc-parser/binding-linux-riscv64-gnu': 0.127.0 + '@oxc-parser/binding-linux-riscv64-musl': 0.127.0 + '@oxc-parser/binding-linux-s390x-gnu': 0.127.0 + '@oxc-parser/binding-linux-x64-gnu': 0.127.0 + '@oxc-parser/binding-linux-x64-musl': 0.127.0 + '@oxc-parser/binding-openharmony-arm64': 0.127.0 + '@oxc-parser/binding-wasm32-wasi': 0.127.0 + '@oxc-parser/binding-win32-arm64-msvc': 0.127.0 + '@oxc-parser/binding-win32-ia32-msvc': 0.127.0 + '@oxc-parser/binding-win32-x64-msvc': 0.127.0 + + oxc-resolver@11.22.0: + optionalDependencies: + '@oxc-resolver/binding-android-arm-eabi': 11.22.0 + '@oxc-resolver/binding-android-arm64': 11.22.0 + '@oxc-resolver/binding-darwin-arm64': 11.22.0 + '@oxc-resolver/binding-darwin-x64': 11.22.0 + '@oxc-resolver/binding-freebsd-x64': 11.22.0 + '@oxc-resolver/binding-linux-arm-gnueabihf': 11.22.0 + '@oxc-resolver/binding-linux-arm-musleabihf': 11.22.0 + '@oxc-resolver/binding-linux-arm64-gnu': 11.22.0 + '@oxc-resolver/binding-linux-arm64-musl': 11.22.0 + '@oxc-resolver/binding-linux-ppc64-gnu': 11.22.0 + '@oxc-resolver/binding-linux-riscv64-gnu': 11.22.0 + '@oxc-resolver/binding-linux-riscv64-musl': 11.22.0 + '@oxc-resolver/binding-linux-s390x-gnu': 11.22.0 + '@oxc-resolver/binding-linux-x64-gnu': 11.22.0 + '@oxc-resolver/binding-linux-x64-musl': 11.22.0 + '@oxc-resolver/binding-openharmony-arm64': 11.22.0 + '@oxc-resolver/binding-wasm32-wasi': 11.22.0 + '@oxc-resolver/binding-win32-arm64-msvc': 11.22.0 + '@oxc-resolver/binding-win32-x64-msvc': 11.22.0 p-defer@1.0.0: {} @@ -28125,15 +30099,7 @@ snapshots: dependencies: yocto-queue: 0.1.0 - p-limit@4.0.0: - dependencies: - yocto-queue: 1.1.1 - - p-limit@6.2.0: - dependencies: - yocto-queue: 1.1.1 - - p-limit@7.1.1: + p-limit@7.3.0: dependencies: yocto-queue: 1.2.1 @@ -28149,14 +30115,14 @@ snapshots: dependencies: p-limit: 3.1.0 - p-locate@6.0.0: - dependencies: - p-limit: 4.0.0 - p-map-values@1.0.0: {} p-map@2.1.0: {} + p-map@4.0.0: + dependencies: + aggregate-error: 3.1.0 + p-map@7.0.3: {} p-memoize@4.0.1: @@ -28169,59 +30135,58 @@ snapshots: eventemitter3: 4.0.7 p-timeout: 3.2.0 - p-queue@8.1.0: + p-queue@9.3.0: dependencies: - eventemitter3: 5.0.1 - p-timeout: 6.1.3 + eventemitter3: 5.0.4 + p-timeout: 7.0.1 p-reflect@2.1.0: {} - p-settle@4.1.1: - dependencies: - p-limit: 2.3.0 - p-reflect: 2.1.0 - p-timeout@3.2.0: dependencies: p-finally: 1.0.0 - p-timeout@6.1.3: {} + p-timeout@7.0.1: {} p-try@2.2.0: {} package-json-from-dist@1.0.0: {} - package-manager-detector@1.3.0: {} + package-json-from-dist@1.0.1: {} + + package-manager-detector@1.7.0: {} - pacote@21.0.0: + pacote@21.5.1: dependencies: - '@npmcli/git': 6.0.3 - '@npmcli/installed-package-contents': 3.0.0 - '@npmcli/package-json': 6.1.1 - '@npmcli/promise-spawn': 8.0.2 - '@npmcli/run-script': 9.0.2 - cacache: 19.0.1 + '@gar/promise-retry': 1.0.3 + '@npmcli/git': 7.0.2 + '@npmcli/installed-package-contents': 4.0.0 + '@npmcli/package-json': 7.0.5 + '@npmcli/promise-spawn': 9.0.1 + '@npmcli/run-script': 10.0.4 + cacache: 20.0.4 fs-minipass: 3.0.3 - minipass: 7.1.2 - npm-package-arg: 12.0.2 - npm-packlist: 10.0.0 - npm-pick-manifest: 10.0.0 - npm-registry-fetch: 18.0.2 - proc-log: 5.0.0 - promise-retry: 2.0.1 - sigstore: 3.1.0 - ssri: 12.0.0 - tar: 6.2.1 + minipass: 7.1.3 + npm-package-arg: 13.0.2 + npm-packlist: 10.0.4 + npm-pick-manifest: 11.0.3 + npm-registry-fetch: 19.1.1 + proc-log: 6.1.0 + sigstore: 4.1.1 + ssri: 13.0.1 + tar: 7.4.3 transitivePeerDependencies: - supports-color - pagefind@1.3.0: + pagefind@1.5.2: optionalDependencies: - '@pagefind/darwin-arm64': 1.3.0 - '@pagefind/darwin-x64': 1.3.0 - '@pagefind/linux-arm64': 1.3.0 - '@pagefind/linux-x64': 1.3.0 - '@pagefind/windows-x64': 1.3.0 + '@pagefind/darwin-arm64': 1.5.2 + '@pagefind/darwin-x64': 1.5.2 + '@pagefind/freebsd-x64': 1.5.2 + '@pagefind/linux-arm64': 1.5.2 + '@pagefind/linux-x64': 1.5.2 + '@pagefind/windows-arm64': 1.5.2 + '@pagefind/windows-x64': 1.5.2 pako@0.2.9: {} @@ -28231,19 +30196,6 @@ snapshots: dependencies: callsites: 3.1.0 - parent-module@2.0.0: - dependencies: - callsites: 3.1.0 - - parse-asn1@5.1.7: - dependencies: - asn1.js: 4.10.1 - browserify-aes: 1.2.0 - evp_bytestokey: 1.0.3 - hash-base: 3.0.5 - pbkdf2: 3.1.2 - safe-buffer: 5.2.1 - parse-entities@4.0.1: dependencies: '@types/unist': 2.0.11 @@ -28255,6 +30207,11 @@ snapshots: is-decimal: 2.0.1 is-hexadecimal: 2.0.1 + parse-json@4.0.0: + dependencies: + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 + parse-json@5.2.0: dependencies: '@babel/code-frame': 7.27.1 @@ -28271,7 +30228,7 @@ snapshots: parse-latin@7.0.0: dependencies: '@types/nlcst': 2.0.3 - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 nlcst-to-string: 4.0.0 unist-util-modify-children: 4.0.0 unist-util-visit-children: 3.0.0 @@ -28281,9 +30238,9 @@ snapshots: parse-ms@4.0.0: {} - parse-npm-tarball-url@3.0.0: + parse-npm-tarball-url@4.0.0: dependencies: - semver: 6.3.1 + semver: 7.8.5 parse-semver@1.1.1: dependencies: @@ -28310,10 +30267,12 @@ snapshots: path-exists@4.0.0: {} - path-exists@5.0.0: {} + path-expression-matcher@1.6.1: {} path-is-absolute@1.0.1: {} + path-key@2.0.1: {} + path-key@3.1.1: {} path-key@4.0.0: {} @@ -28327,10 +30286,10 @@ snapshots: lru-cache: 10.4.3 minipass: 7.1.2 - path-scurry@2.0.0: + path-scurry@2.0.2: dependencies: lru-cache: 11.0.2 - minipass: 7.1.2 + minipass: 7.1.3 path-temp@2.0.0: dependencies: @@ -28340,28 +30299,28 @@ snapshots: dependencies: unique-string: 2.0.0 + path-temp@2.1.1: + dependencies: + unique-string: 2.0.0 + path-to-regexp@6.3.0: {} path-to-regexp@8.2.0: {} + path-to-regexp@8.4.2: {} + + path-type@3.0.0: + dependencies: + pify: 3.0.0 + path-type@4.0.0: {} path-type@6.0.0: {} - pathe@1.1.2: {} - pathe@2.0.3: {} pathval@2.0.0: {} - pbkdf2@3.1.2: - dependencies: - create-hash: 1.2.0 - create-hmac: 1.1.7 - ripemd160: 2.0.2 - safe-buffer: 5.2.1 - sha.js: 2.4.11 - pct-encode@1.0.3: {} peek-stream@1.1.3: @@ -28372,6 +30331,8 @@ snapshots: pend@1.2.0: {} + piccolore@0.1.3: {} + picocolors@1.0.0: {} picocolors@1.1.1: {} @@ -28382,6 +30343,12 @@ snapshots: picomatch@4.0.3: {} + picomatch@4.0.4: {} + + pidtree@0.3.1: {} + + pify@3.0.0: {} + pify@4.0.1: {} pirates@4.0.6: {} @@ -28394,53 +30361,40 @@ snapshots: dependencies: find-up: 4.1.0 - pkg-dir@5.0.0: - dependencies: - find-up: 5.0.0 - pkg-types@1.3.1: dependencies: confbox: 0.1.8 mlly: 1.7.4 pathe: 2.0.3 - pkg-types@2.1.0: + pkg-types@2.3.1: dependencies: - confbox: 0.2.1 - exsolve: 1.0.4 + confbox: 0.2.4 + exsolve: 1.1.0 pathe: 2.0.3 - playwright-core@1.52.0: {} - - playwright-core@1.56.0: {} - - playwright@1.52.0: - dependencies: - playwright-core: 1.52.0 - optionalDependencies: - fsevents: 2.3.2 + playwright-core@1.61.1: {} - playwright@1.56.0: + playwright@1.61.1: dependencies: - playwright-core: 1.56.0 + playwright-core: 1.61.1 optionalDependencies: fsevents: 2.3.2 - plist@3.1.0: + plist@5.0.0: dependencies: - '@xmldom/xmldom': 0.8.10 - base64-js: 1.5.1 + '@xmldom/xmldom': 0.9.10 xmlbuilder: 15.1.1 pluralize@2.0.0: {} pluralize@8.0.0: {} - possible-typed-array-names@1.0.0: {} + possible-typed-array-names@1.1.0: {} - postcss-nested@6.2.0(postcss@8.5.3): + postcss-nested@6.2.0(postcss@8.5.16): dependencies: - postcss: 8.5.3 + postcss: 8.5.16 postcss-selector-parser: 6.1.2 postcss-selector-parser@6.1.2: @@ -28451,21 +30405,23 @@ snapshots: postcss@8.4.38: dependencies: nanoid: 3.3.7 - picocolors: 1.1.1 + picocolors: 1.0.0 source-map-js: 1.2.1 - postcss@8.5.3: + postcss@8.5.16: dependencies: - nanoid: 3.3.8 + nanoid: 3.3.15 picocolors: 1.1.1 source-map-js: 1.2.1 - postcss@8.5.6: + postcss@8.5.3: dependencies: - nanoid: 3.3.11 + nanoid: 3.3.8 picocolors: 1.1.1 source-map-js: 1.2.1 + powershell-utils@0.1.0: {} + prebuild-install@7.1.2: dependencies: detect-libc: 2.0.3 @@ -28493,27 +30449,24 @@ snapshots: prettier-plugin-astro@0.14.1: dependencies: - '@astrojs/compiler': 2.10.3 - prettier: 3.6.2 + '@astrojs/compiler': 2.12.0 + prettier: 3.9.4 sass-formatter: 0.7.9 - prettier-plugin-organize-imports@4.2.0(prettier@3.6.2)(typescript@5.9.3): + prettier-plugin-organize-imports@4.3.0(prettier@3.9.4)(typescript@6.0.3): dependencies: - prettier: 3.6.2 - typescript: 5.9.3 + prettier: 3.9.4 + typescript: 6.0.3 - prettier-plugin-sh@0.17.4(prettier@3.6.2): + prettier-plugin-sh@0.18.1(prettier@3.9.4): dependencies: - '@reteps/dockerfmt': 0.3.6 - prettier: 3.6.2 + '@reteps/dockerfmt': 0.5.4 + prettier: 3.9.4 sh-syntax: 0.5.8 - prettier@2.8.7: - optional: true - prettier@3.2.5: {} - prettier@3.6.2: {} + prettier@3.9.4: {} pretty-bytes@5.6.0: {} @@ -28538,12 +30491,12 @@ snapshots: printable-characters@1.0.42: {} - prismjs@1.29.0: {} - prismjs@1.30.0: {} proc-log@5.0.0: {} + proc-log@6.1.0: {} + proc-output@1.0.9: {} process-nextick-args@2.0.1: {} @@ -28572,6 +30525,12 @@ snapshots: object-assign: 4.1.1 react-is: 16.13.1 + proper-lockfile@4.1.2: + dependencies: + graceful-fs: 4.2.11 + retry: 0.12.0 + signal-exit: 3.0.7 + property-information@6.5.0: {} property-information@7.0.0: {} @@ -28585,15 +30544,6 @@ snapshots: proxy-from-env@1.1.0: {} - public-encrypt@4.0.3: - dependencies: - bn.js: 4.12.1 - browserify-rsa: 4.1.1 - create-hash: 1.2.0 - parse-asn1: 5.1.7 - randombytes: 2.1.0 - safe-buffer: 5.2.1 - pump@2.0.1: dependencies: end-of-stream: 1.4.4 @@ -28612,23 +30562,25 @@ snapshots: punycode.js@2.3.1: {} - punycode@1.4.1: {} - punycode@2.3.1: {} - pure-rand@6.1.0: {} - - qs@6.13.0: + pyodide@0.26.2: dependencies: - side-channel: 1.0.6 + ws: 8.21.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate qs@6.14.0: dependencies: side-channel: 1.1.0 - quansync@0.2.10: {} + qs@6.15.3: + dependencies: + es-define-property: 1.0.1 + side-channel: 1.1.1 - querystring-es3@0.2.1: {} + quansync@0.2.11: {} queue-microtask@1.2.3: {} @@ -28638,28 +30590,19 @@ snapshots: radix3@1.1.2: {} - randombytes@2.1.0: - dependencies: - safe-buffer: 5.2.1 - - randomfill@1.0.4: - dependencies: - randombytes: 2.1.0 - safe-buffer: 5.2.1 - range-parser@1.2.1: {} - raw-body@3.0.0: + raw-body@3.0.2: dependencies: bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.6.3 + http-errors: 2.0.1 + iconv-lite: 0.7.2 unpipe: 1.0.0 rc-config-loader@4.1.3: dependencies: debug: 4.4.3 - js-yaml: 4.1.0 + js-yaml: 4.3.0 json5: 2.2.3 require-from-string: 2.0.2 transitivePeerDependencies: @@ -28673,15 +30616,15 @@ snapshots: strip-json-comments: 2.0.1 optional: true - react-docgen-typescript@2.2.2(typescript@5.9.3): + react-docgen-typescript@2.2.2(typescript@6.0.3): dependencies: - typescript: 5.9.3 + typescript: 6.0.3 react-docgen@8.0.2: dependencies: - '@babel/core': 7.28.4 + '@babel/core': 7.29.7 '@babel/traverse': 7.28.4 - '@babel/types': 7.28.4 + '@babel/types': 7.29.7 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.28.0 '@types/doctrine': 0.0.9 @@ -28698,21 +30641,19 @@ snapshots: react: 18.2.0 scheduler: 0.23.0 - react-dom@18.3.1(react@18.3.1): + react-dom@19.2.7(react@19.2.7): dependencies: - loose-envify: 1.4.0 - react: 18.3.1 - scheduler: 0.23.2 + react: 19.2.7 + scheduler: 0.27.0 - react-error-boundary@6.0.0(react@18.3.1): + react-error-boundary@6.1.2(react@19.2.7): dependencies: - '@babel/runtime': 7.24.4 - react: 18.3.1 + react: 19.2.7 - react-hotkeys-hook@5.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-hotkeys-hook@5.3.3(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) react-is@16.13.1: {} @@ -28720,7 +30661,7 @@ snapshots: react-is@18.3.1: {} - react-markdown@10.1.0(@types/react@18.3.12)(react@18.3.1): + react-markdown@10.1.0(@types/react@18.3.12)(react@19.2.7): dependencies: '@types/hast': 3.0.4 '@types/mdast': 4.0.4 @@ -28729,9 +30670,9 @@ snapshots: hast-util-to-jsx-runtime: 2.3.2 html-url-attributes: 3.0.1 mdast-util-to-hast: 13.2.0 - react: 18.3.1 + react: 19.2.7 remark-parse: 11.0.0 - remark-rehype: 11.1.1 + remark-rehype: 11.1.2 unified: 11.0.5 unist-util-visit: 5.0.0 vfile: 6.0.3 @@ -28740,8 +30681,6 @@ snapshots: react-refresh@0.14.0: {} - react-refresh@0.17.0: {} - react-router-dom@6.22.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: '@remix-run/router': 1.15.3 @@ -28767,9 +30706,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - react@18.3.1: - dependencies: - loose-envify: 1.4.0 + react@19.2.7: {} read-cmd-shim@4.0.0: {} @@ -28778,6 +30715,12 @@ snapshots: ini: 3.0.1 strip-bom: 4.0.0 + read-pkg@3.0.0: + dependencies: + load-json-file: 4.0.0 + normalize-package-data: 2.5.0 + path-type: 3.0.0 + read-pkg@9.0.1: dependencies: '@types/normalize-package-data': 2.4.4 @@ -28819,12 +30762,10 @@ snapshots: process: 0.11.10 string_decoder: 1.3.0 - readdirp@3.6.0: - dependencies: - picomatch: 2.3.1 - readdirp@4.0.2: {} + readdirp@5.0.0: {} + realpath-missing@1.1.0: {} recast@0.23.9: @@ -28837,13 +30778,13 @@ snapshots: recma-build-jsx@1.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 estree-util-build-jsx: 3.0.1 vfile: 6.0.3 - recma-jsx@1.0.0(acorn@8.15.0): + recma-jsx@1.0.0(acorn@8.17.0): dependencies: - acorn-jsx: 5.3.2(acorn@8.15.0) + acorn-jsx: 5.3.2(acorn@8.17.0) estree-util-to-js: 2.0.0 recma-parse: 1.0.0 recma-stringify: 1.0.0 @@ -28853,14 +30794,14 @@ snapshots: recma-parse@1.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 esast-util-from-js: 2.0.1 unified: 11.0.5 vfile: 6.0.3 recma-stringify@1.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 estree-util-to-js: 2.0.0 unified: 11.0.5 vfile: 6.0.3 @@ -28872,6 +30813,17 @@ snapshots: reduce-flatten@2.0.0: {} + reflect.getprototypeof@1.0.10: + dependencies: + call-bind: 1.0.9 + define-properties: 1.2.1 + es-abstract: 1.24.2 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + get-intrinsic: 1.3.0 + get-proto: 1.0.1 + which-builtin-type: 1.2.1 + regenerate-unicode-properties@10.1.1: dependencies: regenerate: 1.4.2 @@ -28893,17 +30845,19 @@ snapshots: regex-utilities@2.3.0: {} - regex@6.0.1: + regex@6.1.0: dependencies: regex-utilities: 2.3.0 regexp-tree@0.1.27: {} - regexp.prototype.flags@1.5.2: + regexp.prototype.flags@1.5.4: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.9 define-properties: 1.2.1 es-errors: 1.3.0 + get-proto: 1.0.1 + gopd: 1.2.0 set-function-name: 2.0.2 regexpu-core@5.3.2: @@ -28916,18 +30870,18 @@ snapshots: unicode-match-property-value-ecmascript: 2.1.0 optional: true - regjsparser@0.12.0: + regjsparser@0.13.2: dependencies: - jsesc: 3.0.2 + jsesc: 3.1.0 regjsparser@0.9.1: dependencies: jsesc: 0.5.0 optional: true - rehype-expressive-code@0.41.3: + rehype-expressive-code@0.42.0: dependencies: - expressive-code: 0.41.3 + expressive-code: 0.42.0 rehype-format@5.0.1: dependencies: @@ -28948,7 +30902,7 @@ snapshots: rehype-recma@1.0.0: dependencies: - '@types/estree': 1.0.6 + '@types/estree': 1.0.8 '@types/hast': 3.0.4 hast-util-to-estree: 3.1.0 transitivePeerDependencies: @@ -28967,11 +30921,11 @@ snapshots: rehype-stringify: 10.0.1 unified: 11.0.5 - remark-directive@3.0.0: + remark-directive@4.0.0: dependencies: '@types/mdast': 4.0.4 - mdast-util-directive: 3.0.0 - micromark-extension-directive: 3.0.2 + mdast-util-directive: 3.1.0 + micromark-extension-directive: 4.0.0 unified: 11.0.5 transitivePeerDependencies: - supports-color @@ -29003,14 +30957,6 @@ snapshots: transitivePeerDependencies: - supports-color - remark-rehype@11.1.1: - dependencies: - '@types/hast': 3.0.4 - '@types/mdast': 4.0.4 - mdast-util-to-hast: 13.2.0 - unified: 11.0.5 - vfile: 6.0.3 - remark-rehype@11.1.2: dependencies: '@types/hast': 3.0.4 @@ -29024,7 +30970,7 @@ snapshots: retext: 9.0.0 retext-smartypants: 6.2.0 unified: 11.0.5 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 remark-stringify@11.0.0: dependencies: @@ -29037,7 +30983,10 @@ snapshots: '@zkochan/rimraf': 3.0.2 fs-extra: 11.3.0 - repeat-string@1.6.1: {} + rename-overwrite@6.0.6: + dependencies: + '@zkochan/rimraf': 3.0.2 + fs-extra: 11.3.0 request-light@0.5.8: {} @@ -29071,8 +31020,6 @@ snapshots: onetime: 7.0.0 signal-exit: 4.1.0 - restructure@3.0.2: {} - retext-latin@4.0.0: dependencies: '@types/nlcst': 2.0.3 @@ -29083,7 +31030,7 @@ snapshots: dependencies: '@types/nlcst': 2.0.3 nlcst-to-string: 4.0.0 - unist-util-visit: 5.0.0 + unist-util-visit: 5.1.0 retext-stringify@4.0.0: dependencies: @@ -29120,23 +31067,40 @@ snapshots: dependencies: glob: 10.3.12 - rimraf@6.0.1: - dependencies: - glob: 11.0.0 - package-json-from-dist: 1.0.0 - - ripemd160@2.0.2: + rimraf@6.1.3: dependencies: - hash-base: 3.0.5 - inherits: 2.0.4 + glob: 13.0.6 + package-json-from-dist: 1.0.1 - rollup-plugin-visualizer@6.0.4(rollup@4.52.4): + rolldown@1.1.4: dependencies: - open: 8.4.2 - picomatch: 4.0.3 - source-map: 0.7.4 - yargs: 17.7.2 + '@oxc-project/types': 0.138.0 + '@rolldown/pluginutils': 1.0.1 optionalDependencies: + '@rolldown/binding-android-arm64': 1.1.4 + '@rolldown/binding-darwin-arm64': 1.1.4 + '@rolldown/binding-darwin-x64': 1.1.4 + '@rolldown/binding-freebsd-x64': 1.1.4 + '@rolldown/binding-linux-arm-gnueabihf': 1.1.4 + '@rolldown/binding-linux-arm64-gnu': 1.1.4 + '@rolldown/binding-linux-arm64-musl': 1.1.4 + '@rolldown/binding-linux-ppc64-gnu': 1.1.4 + '@rolldown/binding-linux-s390x-gnu': 1.1.4 + '@rolldown/binding-linux-x64-gnu': 1.1.4 + '@rolldown/binding-linux-x64-musl': 1.1.4 + '@rolldown/binding-openharmony-arm64': 1.1.4 + '@rolldown/binding-wasm32-wasi': 1.1.4 + '@rolldown/binding-win32-arm64-msvc': 1.1.4 + '@rolldown/binding-win32-x64-msvc': 1.1.4 + + rollup-plugin-visualizer@7.0.1(rolldown@1.1.4)(rollup@4.52.4): + dependencies: + open: 11.0.0 + picomatch: 4.0.4 + source-map: 0.7.6 + yargs: 18.0.0 + optionalDependencies: + rolldown: 1.1.4 rollup: 4.52.4 rollup@4.34.9: @@ -29200,7 +31164,7 @@ snapshots: router@2.2.0: dependencies: - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.3 depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 @@ -29218,8 +31182,6 @@ snapshots: run-applescript@7.0.0: {} - run-async@3.0.0: {} - run-groups@3.0.1: dependencies: p-limit: 3.1.0 @@ -29228,21 +31190,18 @@ snapshots: dependencies: queue-microtask: 1.2.3 - rxjs@7.8.1: - dependencies: - tslib: 2.6.2 - rxjs@7.8.2: dependencies: - tslib: 2.6.2 + tslib: 2.8.1 s.color@0.0.15: {} - safe-array-concat@1.1.2: + safe-array-concat@1.1.4: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.9 + call-bound: 1.0.4 get-intrinsic: 1.3.0 - has-symbols: 1.0.3 + has-symbols: 1.1.0 isarray: 2.0.5 safe-buffer@5.1.2: {} @@ -29255,11 +31214,16 @@ snapshots: execa: 5.1.1 path-name: 1.0.0 - safe-regex-test@1.0.3: + safe-push-apply@1.0.0: + dependencies: + es-errors: 1.3.0 + isarray: 2.0.5 + + safe-regex-test@1.1.0: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 es-errors: 1.3.0 - is-regex: 1.1.4 + is-regex: 1.2.1 safer-buffer@2.1.2: {} @@ -29273,6 +31237,8 @@ snapshots: sax@1.3.0: {} + sax@1.6.0: {} + saxes@6.0.0: dependencies: xmlchars: 2.2.0 @@ -29281,9 +31247,7 @@ snapshots: dependencies: loose-envify: 1.4.0 - scheduler@0.23.2: - dependencies: - loose-envify: 1.4.0 + scheduler@0.27.0: {} secretlint@10.2.2: dependencies: @@ -29303,21 +31267,19 @@ snapshots: semver@6.3.1: {} - semver@7.5.4: - dependencies: - lru-cache: 6.0.0 - semver@7.6.0: dependencies: lru-cache: 6.0.0 - semver@7.7.1: {} + semver@7.6.3: {} + + semver@7.7.4: {} - semver@7.7.3: {} + semver@7.8.5: {} send@1.2.0: dependencies: - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.3 encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -29331,10 +31293,6 @@ snapshots: transitivePeerDependencies: - supports-color - serialize-javascript@6.0.2: - dependencies: - randombytes: 2.1.0 - serve-static@2.2.0: dependencies: encodeurl: 2.0.0 @@ -29349,8 +31307,8 @@ snapshots: define-data-property: 1.1.4 es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.4 - gopd: 1.0.1 + get-intrinsic: 1.3.0 + gopd: 1.2.0 has-property-descriptors: 1.0.2 set-function-name@2.0.2: @@ -29360,6 +31318,12 @@ snapshots: functions-have-names: 1.2.3 has-property-descriptors: 1.0.2 + set-proto@1.0.0: + dependencies: + dunder-proto: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.1.1 + setimmediate@1.0.5: {} setprototypeof@1.1.0: {} @@ -29370,79 +31334,79 @@ snapshots: dependencies: tslib: 2.8.1 - sha.js@2.4.11: - dependencies: - inherits: 2.0.4 - safe-buffer: 5.2.1 - shallow-clone@3.0.1: dependencies: kind-of: 6.0.3 - sharp@0.33.5: + sharp@0.34.5: dependencies: - color: 4.2.3 - detect-libc: 2.0.3 - semver: 7.7.1 + '@img/colour': 1.1.0 + detect-libc: 2.1.2 + semver: 7.8.5 optionalDependencies: - '@img/sharp-darwin-arm64': 0.33.5 - '@img/sharp-darwin-x64': 0.33.5 - '@img/sharp-libvips-darwin-arm64': 1.0.4 - '@img/sharp-libvips-darwin-x64': 1.0.4 - '@img/sharp-libvips-linux-arm': 1.0.5 - '@img/sharp-libvips-linux-arm64': 1.0.4 - '@img/sharp-libvips-linux-s390x': 1.0.4 - '@img/sharp-libvips-linux-x64': 1.0.4 - '@img/sharp-libvips-linuxmusl-arm64': 1.0.4 - '@img/sharp-libvips-linuxmusl-x64': 1.0.4 - '@img/sharp-linux-arm': 0.33.5 - '@img/sharp-linux-arm64': 0.33.5 - '@img/sharp-linux-s390x': 0.33.5 - '@img/sharp-linux-x64': 0.33.5 - '@img/sharp-linuxmusl-arm64': 0.33.5 - '@img/sharp-linuxmusl-x64': 0.33.5 - '@img/sharp-wasm32': 0.33.5 - '@img/sharp-win32-ia32': 0.33.5 - '@img/sharp-win32-x64': 0.33.5 - optional: true + '@img/sharp-darwin-arm64': 0.34.5 + '@img/sharp-darwin-x64': 0.34.5 + '@img/sharp-libvips-darwin-arm64': 1.2.4 + '@img/sharp-libvips-darwin-x64': 1.2.4 + '@img/sharp-libvips-linux-arm': 1.2.4 + '@img/sharp-libvips-linux-arm64': 1.2.4 + '@img/sharp-libvips-linux-ppc64': 1.2.4 + '@img/sharp-libvips-linux-riscv64': 1.2.4 + '@img/sharp-libvips-linux-s390x': 1.2.4 + '@img/sharp-libvips-linux-x64': 1.2.4 + '@img/sharp-libvips-linuxmusl-arm64': 1.2.4 + '@img/sharp-libvips-linuxmusl-x64': 1.2.4 + '@img/sharp-linux-arm': 0.34.5 + '@img/sharp-linux-arm64': 0.34.5 + '@img/sharp-linux-ppc64': 0.34.5 + '@img/sharp-linux-riscv64': 0.34.5 + '@img/sharp-linux-s390x': 0.34.5 + '@img/sharp-linux-x64': 0.34.5 + '@img/sharp-linuxmusl-arm64': 0.34.5 + '@img/sharp-linuxmusl-x64': 0.34.5 + '@img/sharp-wasm32': 0.34.5 + '@img/sharp-win32-arm64': 0.34.5 + '@img/sharp-win32-ia32': 0.34.5 + '@img/sharp-win32-x64': 0.34.5 + optional: true + + shebang-command@1.2.0: + dependencies: + shebang-regex: 1.0.0 shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - shebang-regex@3.0.0: {} + shebang-regex@1.0.0: {} - shell-quote@1.8.1: {} + shebang-regex@3.0.0: {} - shell-quote@1.8.2: {} + shell-quote@1.8.4: {} - shiki@3.13.0: + shiki@4.3.0: dependencies: - '@shikijs/core': 3.13.0 - '@shikijs/engine-javascript': 3.13.0 - '@shikijs/engine-oniguruma': 3.13.0 - '@shikijs/langs': 3.13.0 - '@shikijs/themes': 3.13.0 - '@shikijs/types': 3.13.0 + '@shikijs/core': 4.3.0 + '@shikijs/engine-javascript': 4.3.0 + '@shikijs/engine-oniguruma': 4.3.0 + '@shikijs/langs': 4.3.0 + '@shikijs/themes': 4.3.0 + '@shikijs/types': 4.3.0 '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - shiki@3.4.2: - dependencies: - '@shikijs/core': 3.4.2 - '@shikijs/engine-javascript': 3.4.2 - '@shikijs/engine-oniguruma': 3.4.2 - '@shikijs/langs': 3.4.2 - '@shikijs/themes': 3.4.2 - '@shikijs/types': 3.4.2 - '@shikijs/vscode-textmate': 10.0.2 - '@types/hast': 3.0.4 + shlex@2.1.2: {} side-channel-list@1.0.0: dependencies: es-errors: 1.3.0 object-inspect: 1.13.4 + side-channel-list@1.0.1: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.4 + side-channel-map@1.0.1: dependencies: call-bound: 1.0.4 @@ -29458,18 +31422,19 @@ snapshots: object-inspect: 1.13.4 side-channel-map: 1.0.1 - side-channel@1.0.6: + side-channel@1.1.0: dependencies: - call-bind: 1.0.7 es-errors: 1.3.0 - get-intrinsic: 1.2.4 - object-inspect: 1.13.1 + object-inspect: 1.13.4 + side-channel-list: 1.0.0 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 - side-channel@1.1.0: + side-channel@1.1.1: dependencies: es-errors: 1.3.0 object-inspect: 1.13.4 - side-channel-list: 1.0.0 + side-channel-list: 1.0.1 side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 @@ -29479,14 +31444,14 @@ snapshots: signal-exit@4.1.0: {} - sigstore@3.1.0: + sigstore@4.1.1: dependencies: - '@sigstore/bundle': 3.1.0 - '@sigstore/core': 2.0.0 - '@sigstore/protobuf-specs': 0.4.0 - '@sigstore/sign': 3.1.0 - '@sigstore/tuf': 3.1.0 - '@sigstore/verify': 2.1.0 + '@sigstore/bundle': 4.0.0 + '@sigstore/core': 3.2.1 + '@sigstore/protobuf-specs': 0.5.1 + '@sigstore/sign': 4.1.1 + '@sigstore/tuf': 4.0.2 + '@sigstore/verify': 3.1.1 transitivePeerDependencies: - supports-color @@ -29500,20 +31465,23 @@ snapshots: simple-concat: 1.0.1 optional: true - simple-git@3.28.0: + simple-git@3.36.0: dependencies: '@kwsites/file-exists': 1.1.1 '@kwsites/promise-deferred': 1.1.1 + '@simple-git/args-pathspec': 1.0.3 + '@simple-git/argv-parser': 1.1.1 debug: 4.4.3 transitivePeerDependencies: - supports-color - simple-swizzle@0.2.2: + sirv@3.0.1: dependencies: - is-arrayish: 0.3.2 - optional: true + '@polka/url': 1.0.0-next.25 + mrmime: 2.0.1 + totalist: 3.0.1 - sirv@3.0.1: + sirv@3.0.2: dependencies: '@polka/url': 1.0.0-next.25 mrmime: 2.0.1 @@ -29521,12 +31489,12 @@ snapshots: sisteransi@1.0.5: {} - sitemap@8.0.0: + sitemap@9.0.1: dependencies: - '@types/node': 17.0.45 + '@types/node': 24.13.2 '@types/sax': 1.2.7 arg: 5.0.2 - sax: 1.3.0 + sax: 1.6.0 slash@3.0.0: {} @@ -29548,17 +31516,9 @@ snapshots: smart-buffer@4.2.0: {} - smol-toml@1.3.1: {} - smol-toml@1.4.2: {} - socks-proxy-agent@8.0.3: - dependencies: - agent-base: 7.1.3 - debug: 4.4.3 - socks: 2.8.3 - transitivePeerDependencies: - - supports-color + smol-toml@1.7.0: {} socks-proxy-agent@8.0.5: dependencies: @@ -29588,8 +31548,6 @@ snapshots: source-map@0.6.1: {} - source-map@0.7.4: {} - source-map@0.7.6: {} space-separated-tokens@2.0.2: {} @@ -29610,6 +31568,11 @@ snapshots: spdx-exceptions: 2.5.0 spdx-license-ids: 3.0.17 + spdx-expression-parse@4.0.0: + dependencies: + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.17 + spdx-license-ids@3.0.17: {} split2@3.2.2: @@ -29622,11 +31585,15 @@ snapshots: ssri@10.0.5: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 ssri@12.0.0: dependencies: - minipass: 7.1.2 + minipass: 7.1.3 + + ssri@13.0.1: + dependencies: + minipass: 7.1.3 stackback@0.0.2: {} @@ -29639,51 +31606,48 @@ snapshots: statuses@2.0.1: {} + statuses@2.0.2: {} + std-env@3.8.0: {} std-env@3.9.0: {} + std-env@4.1.0: {} + stdin-discarder@0.2.2: {} - stop-iteration-iterator@1.0.0: + stdin-discarder@0.3.2: {} + + stop-iteration-iterator@1.1.0: dependencies: - internal-slot: 1.0.7 + es-errors: 1.3.0 + internal-slot: 1.1.0 - storybook@9.1.10(@testing-library/dom@10.4.0)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(prettier@3.6.2)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)): + storybook@10.4.6(@testing-library/dom@10.4.1)(@types/react@18.3.12)(prettier@3.9.4)(react@19.2.7): 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) + '@storybook/icons': 2.1.0(react@19.2.7) + '@testing-library/jest-dom': 6.9.1 + '@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1) '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)) '@vitest/spy': 3.2.4 - better-opn: 3.0.2 - esbuild: 0.25.4 - esbuild-register: 3.5.0(esbuild@0.25.4) + '@webcontainer/env': 1.1.1 + esbuild: 0.28.1 + open: 10.2.0 + oxc-parser: 0.127.0 + oxc-resolver: 11.22.0 recast: 0.23.9 - semver: 7.7.1 + semver: 7.8.5 + use-sync-external-store: 1.6.0(react@19.2.7) ws: 8.18.1 optionalDependencies: - prettier: 3.6.2 + '@types/react': 18.3.12 + prettier: 3.9.4 transitivePeerDependencies: - '@testing-library/dom' - bufferutil - - msw - - supports-color + - react - utf-8-validate - - vite - - stream-browserify@3.0.0: - dependencies: - inherits: 2.0.4 - readable-stream: 3.6.2 - - stream-http@3.2.0: - dependencies: - builtin-status-codes: 3.0.0 - inherits: 2.0.4 - readable-stream: 3.6.2 - xtend: 4.0.2 stream-replace-string@2.0.0: {} @@ -29718,7 +31682,7 @@ snapshots: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - strip-ansi: 7.1.0 + strip-ansi: 7.2.0 string-width@7.2.0: dependencies: @@ -29726,24 +31690,41 @@ snapshots: get-east-asian-width: 1.2.0 strip-ansi: 7.1.0 - string.prototype.trim@1.2.9: + string-width@8.2.1: + dependencies: + get-east-asian-width: 1.6.0 + strip-ansi: 7.2.0 + + string.prototype.padend@3.1.6: + dependencies: + call-bind: 1.0.9 + define-properties: 1.2.1 + es-abstract: 1.24.2 + es-object-atoms: 1.1.1 + + string.prototype.trim@1.2.11: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.9 + call-bound: 1.0.4 + define-data-property: 1.1.4 define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 + es-abstract: 1.24.2 + es-object-atoms: 1.1.2 + has-property-descriptors: 1.0.2 + safe-regex-test: 1.1.0 - string.prototype.trimend@1.0.8: + string.prototype.trimend@1.0.10: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.9 + call-bound: 1.0.4 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.2 string.prototype.trimstart@1.0.8: dependencies: - call-bind: 1.0.7 + call-bind: 1.0.9 define-properties: 1.2.1 - es-object-atoms: 1.0.0 + es-object-atoms: 1.1.1 string_decoder@1.1.1: dependencies: @@ -29766,6 +31747,10 @@ snapshots: dependencies: ansi-regex: 6.0.1 + strip-ansi@7.2.0: + dependencies: + ansi-regex: 6.2.2 + strip-bom@3.0.0: {} strip-bom@4.0.0: {} @@ -29774,8 +31759,6 @@ snapshots: strip-final-newline@2.0.0: {} - strip-final-newline@3.0.0: {} - strip-final-newline@4.0.0: {} strip-indent@3.0.0: @@ -29786,18 +31769,22 @@ snapshots: dependencies: min-indent: 1.0.1 + strip-indent@4.1.1: {} + strip-json-comments@2.0.1: optional: true strip-json-comments@3.1.1: {} - strip-json-comments@5.0.1: {} + strip-json-comments@5.0.3: {} strip-literal@3.1.0: dependencies: js-tokens: 9.0.1 - strnum@2.1.1: {} + strnum@2.4.1: + dependencies: + anynum: 1.0.1 structured-source@4.0.0: dependencies: @@ -29815,10 +31802,14 @@ snapshots: stylis@4.3.1: {} + stylis@4.4.0: {} + suf-log@2.5.3: dependencies: s.color: 0.0.15 + supports-color@10.2.2: {} + supports-color@5.5.0: dependencies: has-flag: 3.0.0 @@ -29838,13 +31829,27 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} + svgo@4.0.1: + dependencies: + commander: 11.1.0 + css-select: 5.1.0 + css-tree: 3.1.0 + css-what: 6.1.0 + csso: 5.0.5 + picocolors: 1.1.1 + sax: 1.6.0 + swagger-ui-dist@5.21.0: dependencies: '@scarf/scarf': 1.4.0 - swagger-ui-express@5.0.1(express@5.1.0): + swagger-ui-dist@5.32.8: + dependencies: + '@scarf/scarf': 1.4.0 + + swagger-ui-express@5.0.1(express@5.2.1): dependencies: - express: 5.1.0 + express: 5.2.1 swagger-ui-dist: 5.21.0 symbol-tree@3.2.4: {} @@ -29854,29 +31859,6 @@ snapshots: better-path-resolve: 1.0.0 rename-overwrite: 6.0.3 - syncpack@13.0.3(typescript@5.9.3): - dependencies: - '@effect/schema': 0.75.5(effect@3.14.1) - chalk: 5.4.1 - chalk-template: 1.1.0 - commander: 13.1.0 - cosmiconfig: 9.0.0(typescript@5.9.3) - effect: 3.14.1 - enquirer: 2.4.1 - fast-check: 3.23.2 - globby: 14.1.0 - jsonc-parser: 3.3.1 - minimatch: 9.0.5 - npm-package-arg: 12.0.2 - ora: 8.2.0 - prompts: 2.4.2 - read-yaml-file: 2.1.0 - semver: 7.7.1 - tightrope: 0.2.0 - ts-toolbelt: 9.6.0 - transitivePeerDependencies: - - typescript - table-layout@1.0.2: dependencies: array-back: 4.0.2 @@ -29886,23 +31868,16 @@ snapshots: table@6.9.0: dependencies: - ajv: 8.17.1 + ajv: 8.18.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 strip-ansi: 6.0.1 - tabster@8.5.0: + tabster@8.8.0: dependencies: - keyborg: 2.6.0 - tslib: 2.6.2 - - tabster@8.5.6: - dependencies: - keyborg: 2.6.0 + keyborg: 2.14.1 tslib: 2.8.1 - optionalDependencies: - '@rollup/rollup-linux-x64-gnu': 4.40.0 tar-fs@2.1.1: dependencies: @@ -29935,33 +31910,42 @@ snapshots: fast-fifo: 1.3.2 streamx: 2.20.2 - tar@6.2.1: - dependencies: - chownr: 2.0.0 - fs-minipass: 2.1.0 - minipass: 5.0.0 - minizlib: 2.1.2 - mkdirp: 1.0.4 - yallist: 4.0.0 - tar@7.4.3: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 - minipass: 7.1.2 + minipass: 7.1.3 minizlib: 3.0.1 mkdirp: 3.0.1 yallist: 5.0.0 + tar@7.5.19: + dependencies: + '@isaacs/fs-minipass': 4.0.1 + chownr: 3.0.0 + minipass: 7.1.3 + minizlib: 3.1.0 + yallist: 5.0.0 + + temp-dir@2.0.0: {} + temp@0.8.4: dependencies: rimraf: 2.6.3 - temporal-polyfill@0.3.0: + temporal-polyfill@0.3.2: dependencies: - temporal-spec: 0.3.0 + temporal-spec: 0.3.1 + + temporal-spec@0.3.1: {} - temporal-spec@0.3.0: {} + tempy@1.0.1: + dependencies: + del: 6.1.1 + is-stream: 2.0.1 + temp-dir: 2.0.0 + type-fest: 0.16.0 + unique-string: 2.0.0 terminal-link@4.0.0: dependencies: @@ -29974,6 +31958,12 @@ snapshots: glob: 10.4.5 minimatch: 9.0.5 + test-exclude@8.0.0: + dependencies: + '@istanbuljs/schema': 0.1.3 + glob: 13.0.6 + minimatch: 10.2.5 + text-decoder@1.2.1: {} text-table@0.2.0: {} @@ -29991,39 +31981,32 @@ snapshots: dependencies: readable-stream: 3.6.2 - tightrope@0.2.0: {} - - timers-browserify@2.0.12: - dependencies: - setimmediate: 1.0.5 - tiny-inflate@1.0.3: {} tiny-invariant@1.3.3: {} tinybench@2.9.0: {} + tinyclip@0.1.15: {} + tinyexec@0.3.2: {} + tinyexec@1.2.4: {} + tinyglobby@0.2.12: dependencies: fdir: 6.4.3(picomatch@4.0.2) picomatch: 4.0.2 - tinyglobby@0.2.13: - dependencies: - fdir: 6.4.4(picomatch@4.0.2) - picomatch: 4.0.2 - - tinyglobby@0.2.14: + tinyglobby@0.2.15: dependencies: - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 - tinyglobby@0.2.15: + tinyglobby@0.2.17: dependencies: - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 tinypool@1.0.2: {} @@ -30031,6 +32014,8 @@ snapshots: tinyrainbow@2.0.0: {} + tinyrainbow@3.1.0: {} + tinyspy@3.0.2: {} tinyspy@4.0.4: {} @@ -30047,10 +32032,6 @@ snapshots: dependencies: tldts-core: 7.0.16 - tmp@0.0.33: - dependencies: - os-tmpdir: 1.0.2 - tmp@0.2.3: {} to-regex-range@5.0.1: @@ -30075,8 +32056,6 @@ snapshots: dependencies: tldts: 7.0.16 - tr46@0.0.3: {} - tr46@5.1.0: dependencies: punycode: 2.3.1 @@ -30098,11 +32077,16 @@ snapshots: node-addon-api: 8.3.1 node-gyp-build: 4.8.4 - tree-sitter-python@0.23.6: + tree-sitter-javascript@0.25.0: dependencies: node-addon-api: 8.3.1 node-gyp-build: 4.8.4 + tree-sitter-python@0.25.0: + dependencies: + node-addon-api: 8.9.0 + node-gyp-build: 4.8.4 + tree-sitter-typescript@0.23.2: dependencies: node-addon-api: 8.3.1 @@ -30117,28 +32101,20 @@ snapshots: dependencies: utf8-byte-length: 1.0.5 - ts-api-utils@1.3.0(typescript@5.4.5): + ts-api-utils@1.3.0(typescript@5.9.3): dependencies: - typescript: 5.4.5 + typescript: 5.9.3 - ts-api-utils@2.1.0(typescript@5.9.3): + ts-api-utils@2.5.0(typescript@6.0.3): dependencies: - typescript: 5.9.3 + typescript: 6.0.3 ts-dedent@2.2.0: {} - ts-toolbelt@9.6.0: {} - - tsconfck@3.1.5(typescript@5.9.3): - optionalDependencies: - typescript: 5.9.3 - - tsconfig-paths@3.15.0: + ts-morph@23.0.0: dependencies: - '@types/json5': 0.0.29 - json5: 1.0.2 - minimist: 1.2.8 - strip-bom: 3.0.0 + '@ts-morph/common': 0.24.0 + code-block-writer: 13.0.3 tsconfig-paths@4.2.0: dependencies: @@ -30146,26 +32122,21 @@ snapshots: minimist: 1.2.8 strip-bom: 3.0.0 - tslib@2.6.2: {} - tslib@2.8.1: {} tsscmp@1.0.6: {} - tsx@4.19.3: + tsx@4.22.4: dependencies: - esbuild: 0.25.4 - get-tsconfig: 4.7.5 + esbuild: 0.28.1 optionalDependencies: fsevents: 2.3.3 - tty-browserify@0.0.1: {} - - tuf-js@3.0.1: + tuf-js@4.1.0: dependencies: - '@tufjs/models': 3.0.1 + '@tufjs/models': 4.1.0 debug: 4.4.3 - make-fetch-happen: 14.0.3 + make-fetch-happen: 15.0.6 transitivePeerDependencies: - supports-color @@ -30176,12 +32147,23 @@ snapshots: tunnel@0.0.6: {} + turbo@2.9.14: + optionalDependencies: + '@turbo/darwin-64': 2.9.14 + '@turbo/darwin-arm64': 2.9.14 + '@turbo/linux-64': 2.9.14 + '@turbo/linux-arm64': 2.9.14 + '@turbo/windows-64': 2.9.14 + '@turbo/windows-arm64': 2.9.14 + typanion@3.14.0: {} type-check@0.4.0: dependencies: prelude-ls: 1.2.1 + type-fest@0.16.0: {} + type-fest@0.20.2: {} type-fest@0.21.3: {} @@ -30201,37 +32183,44 @@ snapshots: media-typer: 1.1.0 mime-types: 3.0.1 - typed-array-buffer@1.0.2: + type-is@2.1.0: + dependencies: + content-type: 2.0.0 + media-typer: 1.1.0 + mime-types: 3.0.1 + + typed-array-buffer@1.0.3: dependencies: - call-bind: 1.0.7 + call-bound: 1.0.4 es-errors: 1.3.0 - is-typed-array: 1.1.13 + is-typed-array: 1.1.15 - typed-array-byte-length@1.0.1: + typed-array-byte-length@1.0.3: dependencies: - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 + call-bind: 1.0.9 + for-each: 0.3.5 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 - typed-array-byte-offset@1.0.2: + typed-array-byte-offset@1.0.4: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 + call-bind: 1.0.9 + for-each: 0.3.5 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + reflect.getprototypeof: 1.0.10 - typed-array-length@1.0.6: + typed-array-length@1.0.8: dependencies: - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-proto: 1.0.3 - is-typed-array: 1.1.13 - possible-typed-array-names: 1.0.0 + call-bind: 1.0.9 + for-each: 0.3.5 + gopd: 1.2.0 + is-typed-array: 1.1.15 + possible-typed-array-names: 1.1.0 + reflect.getprototypeof: 1.0.10 typed-rest-client@1.8.11: dependencies: @@ -30241,41 +32230,40 @@ snapshots: typedarray@0.0.6: {} - typedoc-plugin-markdown@4.6.3(typedoc@0.28.4(typescript@5.9.3)): + typedoc-plugin-markdown@4.12.0(typedoc@0.28.19(typescript@6.0.3)): dependencies: - typedoc: 0.28.4(typescript@5.9.3) + typedoc: 0.28.19(typescript@6.0.3) - typedoc@0.28.4(typescript@5.9.3): + typedoc@0.28.19(typescript@6.0.3): dependencies: - '@gerrit0/mini-shiki': 3.4.2 + '@gerrit0/mini-shiki': 3.23.0 lunr: 2.3.9 - markdown-it: 14.1.0 - minimatch: 9.0.5 - typescript: 5.9.3 - yaml: 2.8.1 + markdown-it: 14.3.0 + minimatch: 10.2.5 + typescript: 6.0.3 + yaml: 2.8.4 typesafe-path@0.2.2: {} typescript-auto-import-cache@0.3.5: dependencies: - semver: 7.7.1 + semver: 7.8.5 - typescript-eslint@8.32.1(eslint@9.27.0)(typescript@5.9.3): + typescript-eslint@8.62.1(eslint@10.6.0)(typescript@6.0.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.32.1(@typescript-eslint/parser@8.32.1(eslint@9.27.0)(typescript@5.9.3))(eslint@9.27.0)(typescript@5.9.3) - '@typescript-eslint/parser': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - '@typescript-eslint/utils': 8.32.1(eslint@9.27.0)(typescript@5.9.3) - eslint: 9.27.0 - typescript: 5.9.3 + '@typescript-eslint/eslint-plugin': 8.62.1(@typescript-eslint/parser@8.62.1(eslint@10.6.0)(typescript@6.0.3))(eslint@10.6.0)(typescript@6.0.3) + '@typescript-eslint/parser': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + '@typescript-eslint/typescript-estree': 8.62.1(typescript@6.0.3) + '@typescript-eslint/utils': 8.62.1(eslint@10.6.0)(typescript@6.0.3) + eslint: 10.6.0 + typescript: 6.0.3 transitivePeerDependencies: - supports-color - typescript@5.4.5: {} - - typescript@5.8.2: {} - typescript@5.9.3: {} + typescript@6.0.3: {} + typical@4.0.0: {} typical@5.2.0: {} @@ -30284,18 +32272,23 @@ snapshots: ufo@1.5.4: {} + ufo@1.6.4: {} + + uglify-js@3.19.3: + optional: true + uid-number@0.0.6: {} ultrahtml@1.6.0: {} umask@1.1.0: {} - unbox-primitive@1.0.2: + unbox-primitive@1.1.0: dependencies: - call-bind: 1.0.7 - has-bigints: 1.0.2 - has-symbols: 1.0.3 - which-boxed-primitive: 1.0.2 + call-bound: 1.0.4 + has-bigints: 1.1.0 + has-symbols: 1.1.0 + which-boxed-primitive: 1.1.1 uncrypto@0.1.3: {} @@ -30303,10 +32296,16 @@ snapshots: undici-types@5.26.5: {} - undici-types@7.10.0: {} - undici-types@7.13.0: {} + undici-types@7.18.2: {} + + undici-types@7.24.6: {} + + undici-types@8.3.0: {} + + undici@6.27.0: {} + unicode-canonical-property-names-ecmascript@2.0.0: optional: true @@ -30319,26 +32318,18 @@ snapshots: unicode-match-property-value-ecmascript@2.1.0: optional: true - unicode-properties@1.4.1: - dependencies: - base64-js: 1.5.1 - unicode-trie: 2.0.0 - unicode-property-aliases-ecmascript@2.1.0: optional: true - unicode-trie@2.0.0: - dependencies: - pako: 0.2.9 - tiny-inflate: 1.0.3 - unicorn-magic@0.1.0: {} unicorn-magic@0.3.0: {} + unicorn-magic@0.4.0: {} + unified@11.0.5: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 bail: 2.0.2 devlop: 1.1.0 extend: 3.0.2 @@ -30346,9 +32337,10 @@ snapshots: trough: 2.2.0 vfile: 6.0.3 - unifont@0.5.0: + unifont@0.7.4: dependencies: css-tree: 3.1.0 + ofetch: 1.5.1 ohash: 2.0.11 unique-filename@4.0.0: @@ -30365,7 +32357,7 @@ snapshots: unist-util-find-after@5.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-is: 6.0.0 unist-util-is@6.0.0: @@ -30374,12 +32366,12 @@ snapshots: unist-util-modify-children@4.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 array-iterate: 2.0.1 unist-util-position-from-estree@2.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-position@5.0.0: dependencies: @@ -30387,28 +32379,39 @@ snapshots: unist-util-remove-position@5.0.0: dependencies: - '@types/unist': 3.0.2 - unist-util-visit: 5.0.0 + '@types/unist': 3.0.3 + unist-util-visit: 5.1.0 unist-util-stringify-position@4.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-visit-children@3.0.0: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 unist-util-visit-parents@6.0.1: dependencies: '@types/unist': 3.0.2 unist-util-is: 6.0.0 + unist-util-visit-parents@6.0.2: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + unist-util-visit@5.0.0: dependencies: '@types/unist': 3.0.2 unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 + unist-util-visit@5.1.0: + dependencies: + '@types/unist': 3.0.3 + unist-util-is: 6.0.0 + unist-util-visit-parents: 6.0.2 + universal-github-app-jwt@2.2.0: {} universal-user-agent@7.0.2: {} @@ -30417,38 +32420,98 @@ snapshots: unpipe@1.0.0: {} - unplugin@1.11.0: + unplugin-dts@1.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)): + dependencies: + '@rollup/pluginutils': 5.4.0(rollup@4.52.4) + '@volar/typescript': 2.4.28 + compare-versions: 6.1.1 + debug: 4.4.3 + kolorist: 1.8.0 + local-pkg: 1.2.1 + magic-string: 0.30.21 + typescript: 6.0.3 + unplugin: 2.3.11 + optionalDependencies: + '@microsoft/api-extractor': 7.58.9(@types/node@25.9.4) + esbuild: 0.28.1 + rolldown: 1.1.4 + rollup: 4.52.4 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) + transitivePeerDependencies: + - supports-color + + unplugin-dts@1.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): + dependencies: + '@rollup/pluginutils': 5.4.0(rollup@4.52.4) + '@volar/typescript': 2.4.28 + compare-versions: 6.1.1 + debug: 4.4.3 + kolorist: 1.8.0 + local-pkg: 1.2.1 + magic-string: 0.30.21 + typescript: 6.0.3 + unplugin: 2.3.11 + optionalDependencies: + '@microsoft/api-extractor': 7.58.9(@types/node@25.9.4) + esbuild: 0.28.1 + rolldown: 1.1.4 + rollup: 4.52.4 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) + transitivePeerDependencies: + - supports-color + + unplugin-dts@1.0.1(@microsoft/api-extractor@7.58.9(@types/node@26.1.0))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): + dependencies: + '@rollup/pluginutils': 5.4.0(rollup@4.52.4) + '@volar/typescript': 2.4.28 + compare-versions: 6.1.1 + debug: 4.4.3 + kolorist: 1.8.0 + local-pkg: 1.2.1 + magic-string: 0.30.21 + typescript: 6.0.3 + unplugin: 2.3.11 + optionalDependencies: + '@microsoft/api-extractor': 7.58.9(@types/node@26.1.0) + esbuild: 0.28.1 + rolldown: 1.1.4 + rollup: 4.52.4 + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) + transitivePeerDependencies: + - supports-color + + unplugin@2.3.11: dependencies: - acorn: 8.14.1 - chokidar: 3.6.0 - webpack-sources: 3.2.3 + '@jridgewell/remapping': 2.3.5 + acorn: 8.17.0 + picomatch: 4.0.4 webpack-virtual-modules: 0.6.2 - unstorage@1.15.0(@azure/identity@4.11.2)(@azure/storage-blob@12.28.0): + unstorage@1.17.5(@azure/identity@4.13.1)(@azure/storage-blob@12.33.0): dependencies: anymatch: 3.1.3 - chokidar: 4.0.3 - destr: 2.0.3 - h3: 1.15.1 - lru-cache: 10.4.3 - node-fetch-native: 1.6.6 - ofetch: 1.4.1 - ufo: 1.5.4 + chokidar: 5.0.0 + destr: 2.0.5 + h3: 1.15.11 + lru-cache: 11.5.1 + node-fetch-native: 1.6.7 + ofetch: 1.5.1 + ufo: 1.6.4 optionalDependencies: - '@azure/identity': 4.11.2 - '@azure/storage-blob': 12.28.0 + '@azure/identity': 4.13.1 + '@azure/storage-blob': 12.33.0 until-async@3.0.2: {} - update-browserslist-db@1.1.1(browserslist@4.24.4): + update-browserslist-db@1.1.3(browserslist@4.26.3): dependencies: - browserslist: 4.24.4 + browserslist: 4.26.3 escalade: 3.2.0 picocolors: 1.1.1 - update-browserslist-db@1.1.3(browserslist@4.26.3): + update-browserslist-db@1.2.3(browserslist@4.28.4): dependencies: - browserslist: 4.26.3 + browserslist: 4.28.4 escalade: 3.2.0 picocolors: 1.1.1 @@ -30462,27 +32525,18 @@ snapshots: url-join@4.0.1: {} - url@0.11.4: + use-sync-external-store@1.2.2(react@19.2.7): dependencies: - punycode: 1.4.1 - qs: 6.13.0 + react: 19.2.7 - use-sync-external-store@1.2.2(react@18.3.1): + use-sync-external-store@1.6.0(react@19.2.7): dependencies: - react: 18.3.1 + react: 19.2.7 utf8-byte-length@1.0.5: {} util-deprecate@1.0.2: {} - util@0.12.5: - dependencies: - inherits: 2.0.4 - is-arguments: 1.1.1 - is-generator-function: 1.0.10 - is-typed-array: 1.1.13 - which-typed-array: 1.1.15 - uuid@8.3.2: {} uuid@9.0.1: {} @@ -30504,7 +32558,7 @@ snapshots: dependencies: builtins: 5.1.0 - validate-npm-package-name@6.0.0: {} + validate-npm-package-name@7.0.2: {} vary@1.1.2: {} @@ -30512,11 +32566,11 @@ snapshots: version-selector-type@3.0.0: dependencies: - semver: 7.7.1 + semver: 7.8.5 vfile-location@5.0.3: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 vfile: 6.0.3 vfile-message@4.0.2: @@ -30526,67 +32580,16 @@ snapshots: vfile@6.0.3: dependencies: - '@types/unist': 3.0.2 + '@types/unist': 3.0.3 vfile-message: 4.0.2 - vite-node@3.0.7(@types/node@24.6.0): + vite-node@3.0.7(@types/node@24.6.0)(lightningcss@1.32.0): dependencies: cac: 6.7.14 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.0 es-module-lexer: 1.6.0 pathe: 2.0.3 - vite: 5.2.9(@types/node@24.6.0) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - - vite-node@3.1.3(@types/node@24.3.3): - dependencies: - cac: 6.7.14 - debug: 4.4.0(supports-color@8.1.1) - es-module-lexer: 1.7.0 - pathe: 2.0.3 - vite: 5.2.9(@types/node@24.3.3) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - - vite-node@3.1.3(@types/node@24.6.0): - dependencies: - cac: 6.7.14 - debug: 4.4.0(supports-color@8.1.1) - es-module-lexer: 1.7.0 - pathe: 2.0.3 - vite: 5.2.9(@types/node@24.6.0) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - - vite-node@3.2.4(@types/node@20.12.7): - dependencies: - cac: 6.7.14 - debug: 4.4.3 - es-module-lexer: 1.7.0 - pathe: 2.0.3 - vite: 5.2.9(@types/node@20.12.7) + vite: 5.2.9(@types/node@24.6.0)(lightningcss@1.32.0) transitivePeerDependencies: - '@types/node' - less @@ -30597,13 +32600,13 @@ snapshots: - supports-color - terser - vite-node@3.2.4(@types/node@24.3.3): + vite-node@3.2.4(@types/node@20.12.7)(lightningcss@1.32.0): dependencies: cac: 6.7.14 debug: 4.4.3 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 5.2.9(@types/node@24.3.3) + vite: 5.2.9(@types/node@20.12.7)(lightningcss@1.32.0) transitivePeerDependencies: - '@types/node' - less @@ -30614,112 +32617,107 @@ snapshots: - supports-color - terser - vite-node@3.2.4(@types/node@24.6.0): + vite-plugin-checker@0.14.4(eslint@10.6.0)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)): dependencies: - cac: 6.7.14 - debug: 4.4.3 - es-module-lexer: 1.7.0 - pathe: 2.0.3 - vite: 5.2.9(@types/node@24.6.0) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser + '@babel/code-frame': 7.29.7 + chokidar: 5.0.0 + npm-run-path: 6.0.0 + picocolors: 1.1.1 + picomatch: 4.0.4 + proper-lockfile: 4.1.2 + tiny-invariant: 1.3.3 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) + optionalDependencies: + eslint: 10.6.0 + typescript: 6.0.3 - vite-plugin-checker@0.10.3(eslint@9.27.0)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)): + vite-plugin-checker@0.14.4(eslint@10.6.0)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): dependencies: - '@babel/code-frame': 7.27.1 - chokidar: 4.0.3 + '@babel/code-frame': 7.29.7 + chokidar: 5.0.0 npm-run-path: 6.0.0 picocolors: 1.1.1 - picomatch: 4.0.3 - strip-ansi: 7.1.0 + picomatch: 4.0.4 + proper-lockfile: 4.1.2 tiny-invariant: 1.3.3 - tinyglobby: 0.2.15 - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) - vscode-uri: 3.1.0 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) optionalDependencies: - eslint: 9.27.0 - typescript: 5.9.3 + eslint: 10.6.0 + typescript: 6.0.3 - vite-plugin-checker@0.10.3(eslint@9.27.0)(typescript@5.9.3)(vite@7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)): + vite-plugin-checker@0.14.4(eslint@10.6.0)(typescript@6.0.3)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): dependencies: - '@babel/code-frame': 7.27.1 - chokidar: 4.0.3 + '@babel/code-frame': 7.29.7 + chokidar: 5.0.0 npm-run-path: 6.0.0 picocolors: 1.1.1 - picomatch: 4.0.3 - strip-ansi: 7.1.0 + picomatch: 4.0.4 + proper-lockfile: 4.1.2 tiny-invariant: 1.3.3 - tinyglobby: 0.2.15 - vite: 7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) - vscode-uri: 3.1.0 + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) optionalDependencies: - eslint: 9.27.0 - typescript: 5.9.3 + eslint: 10.6.0 + typescript: 6.0.3 - vite-plugin-dts@4.5.4(@types/node@24.3.3)(rollup@4.52.4)(typescript@5.9.3)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)): + vite-plugin-dts@5.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)): dependencies: - '@microsoft/api-extractor': 7.52.8(@types/node@24.3.3) - '@rollup/pluginutils': 5.1.4(rollup@4.52.4) - '@volar/typescript': 2.4.11 - '@vue/language-core': 2.2.0(typescript@5.9.3) - compare-versions: 6.1.1 - debug: 4.4.3 - kolorist: 1.8.0 - local-pkg: 1.1.1 - magic-string: 0.30.17 - typescript: 5.9.3 + unplugin-dts: 1.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) optionalDependencies: - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) - transitivePeerDependencies: - - '@types/node' - - rollup + '@microsoft/api-extractor': 7.58.9(@types/node@25.9.4) + rollup: 4.52.4 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) + transitivePeerDependencies: + - '@rspack/core' + - '@vue/language-core' + - esbuild + - rolldown - supports-color + - typescript + - webpack - vite-plugin-dts@4.5.4(@types/node@24.6.0)(rollup@4.52.4)(typescript@5.9.3)(vite@7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)): + vite-plugin-dts@5.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): dependencies: - '@microsoft/api-extractor': 7.52.8(@types/node@24.6.0) - '@rollup/pluginutils': 5.1.4(rollup@4.52.4) - '@volar/typescript': 2.4.11 - '@vue/language-core': 2.2.0(typescript@5.9.3) - compare-versions: 6.1.1 - debug: 4.4.3 - kolorist: 1.8.0 - local-pkg: 1.1.1 - magic-string: 0.30.17 - typescript: 5.9.3 + unplugin-dts: 1.0.1(@microsoft/api-extractor@7.58.9(@types/node@25.9.4))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) optionalDependencies: - vite: 7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) + '@microsoft/api-extractor': 7.58.9(@types/node@25.9.4) + rollup: 4.52.4 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) transitivePeerDependencies: - - '@types/node' - - rollup + - '@rspack/core' + - '@vue/language-core' + - esbuild + - rolldown - supports-color + - typescript + - webpack - vite-plugin-node-polyfills@0.24.0(rollup@4.52.4)(vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1)): + vite-plugin-dts@5.0.1(@microsoft/api-extractor@7.58.9(@types/node@26.1.0))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): dependencies: - '@rollup/plugin-inject': 5.0.5(rollup@4.52.4) - node-stdlib-browser: 1.3.1 - vite: 7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1) + unplugin-dts: 1.0.1(@microsoft/api-extractor@7.58.9(@types/node@26.1.0))(esbuild@0.28.1)(rolldown@1.1.4)(rollup@4.52.4)(typescript@6.0.3)(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + optionalDependencies: + '@microsoft/api-extractor': 7.58.9(@types/node@26.1.0) + rollup: 4.52.4 + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) transitivePeerDependencies: - - rollup + - '@rspack/core' + - '@vue/language-core' + - esbuild + - rolldown + - supports-color + - typescript + - webpack - vite-plugin-top-level-await@1.4.1(@swc/helpers@0.5.17)(rollup@4.52.4)(vite@5.2.9(@types/node@20.12.7)): + vite-plugin-top-level-await@1.4.1(@swc/helpers@0.5.17)(rollup@4.52.4)(vite@5.2.9(@types/node@20.12.7)(lightningcss@1.32.0)): dependencies: '@rollup/plugin-virtual': 3.0.2(rollup@4.52.4) '@swc/core': 1.4.17(@swc/helpers@0.5.17) uuid: 9.0.1 - vite: 5.2.9(@types/node@20.12.7) + vite: 5.2.9(@types/node@20.12.7)(lightningcss@1.32.0) transitivePeerDependencies: - '@swc/helpers' - rollup - vite@5.2.9(@types/node@20.12.7): + vite@5.2.9(@types/node@20.12.7)(lightningcss@1.32.0): dependencies: esbuild: 0.20.2 postcss: 8.4.38 @@ -30727,93 +32725,116 @@ snapshots: optionalDependencies: '@types/node': 20.12.7 fsevents: 2.3.3 + lightningcss: 1.32.0 - vite@5.2.9(@types/node@24.3.3): + vite@5.2.9(@types/node@24.6.0)(lightningcss@1.32.0): dependencies: esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.34.9 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.6.0 fsevents: 2.3.3 + lightningcss: 1.32.0 - vite@5.2.9(@types/node@24.6.0): + vite@6.2.0(@types/node@24.6.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0): dependencies: - esbuild: 0.20.2 - postcss: 8.4.38 + esbuild: 0.25.4 + postcss: 8.5.3 rollup: 4.34.9 optionalDependencies: '@types/node': 24.6.0 fsevents: 2.3.3 + lightningcss: 1.32.0 + tsx: 4.22.4 + yaml: 2.9.0 - vite@6.2.0(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1): + vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0): dependencies: - esbuild: 0.25.4 - postcss: 8.5.3 - rollup: 4.34.9 + esbuild: 0.28.1 + fdir: 6.5.0(picomatch@4.0.4) + picomatch: 4.0.4 + postcss: 8.5.16 + rollup: 4.52.4 + tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 fsevents: 2.3.3 - tsx: 4.19.3 - yaml: 2.8.1 + lightningcss: 1.32.0 + tsx: 4.22.4 + yaml: 2.9.0 - vite@6.3.5(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1): + vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4): dependencies: - esbuild: 0.25.4 - fdir: 6.4.4(picomatch@4.0.2) - picomatch: 4.0.2 - postcss: 8.5.3 - rollup: 4.34.9 - tinyglobby: 0.2.13 + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.16 + rolldown: 1.1.4 + tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 25.9.4 + esbuild: 0.28.1 fsevents: 2.3.3 - tsx: 4.19.3 - yaml: 2.8.1 + tsx: 4.22.4 + yaml: 2.8.4 - vite@7.1.9(@types/node@24.3.3)(tsx@4.19.3)(yaml@2.8.1): + vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0): dependencies: - esbuild: 0.25.4 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.52.4 - tinyglobby: 0.2.15 + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.16 + rolldown: 1.1.4 + tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 25.9.4 + esbuild: 0.28.1 fsevents: 2.3.3 - tsx: 4.19.3 - yaml: 2.8.1 + tsx: 4.22.4 + yaml: 2.9.0 - vite@7.1.9(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1): + vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4): dependencies: - esbuild: 0.25.4 - fdir: 6.5.0(picomatch@4.0.3) - picomatch: 4.0.3 - postcss: 8.5.6 - rollup: 4.52.4 - tinyglobby: 0.2.15 + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.16 + rolldown: 1.1.4 + tinyglobby: 0.2.17 optionalDependencies: - '@types/node': 24.6.0 + '@types/node': 26.1.0 + esbuild: 0.28.1 + fsevents: 2.3.3 + tsx: 4.22.4 + yaml: 2.8.4 + + vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0): + dependencies: + lightningcss: 1.32.0 + picomatch: 4.0.4 + postcss: 8.5.16 + rolldown: 1.1.4 + tinyglobby: 0.2.17 + optionalDependencies: + '@types/node': 26.1.0 + esbuild: 0.28.1 fsevents: 2.3.3 - tsx: 4.19.3 - yaml: 2.8.1 + tsx: 4.22.4 + yaml: 2.9.0 - vitefu@1.0.6(vite@6.3.5(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)): + vitefu@1.1.3(vite@7.3.6(@types/node@26.1.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0)): optionalDependencies: - vite: 6.3.5(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) + vite: 7.3.6(@types/node@26.1.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0) - vitest@3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(tsx@4.19.3)(yaml@2.8.1): + vitest@3.0.7(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.0.7)(happy-dom@20.10.6)(jsdom@25.0.1)(lightningcss@1.32.0)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(tsx@4.22.4)(yaml@2.9.0): dependencies: '@vitest/expect': 3.0.7 - '@vitest/mocker': 3.0.7(msw@2.11.3(@types/node@24.6.0)(typescript@5.4.5))(vite@6.2.0(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1)) + '@vitest/mocker': 3.0.7(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(vite@6.2.0(@types/node@24.6.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0)) '@vitest/pretty-format': 3.0.7 '@vitest/runner': 3.0.7 '@vitest/snapshot': 3.0.7 '@vitest/spy': 3.0.7 '@vitest/utils': 3.0.7 chai: 5.2.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.0 expect-type: 1.1.0 magic-string: 0.30.17 pathe: 2.0.3 @@ -30822,14 +32843,14 @@ snapshots: tinyexec: 0.3.2 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.0(@types/node@24.6.0)(tsx@4.19.3)(yaml@2.8.1) - vite-node: 3.0.7(@types/node@24.6.0) + vite: 6.2.0(@types/node@24.6.0)(lightningcss@1.32.0)(tsx@4.22.4)(yaml@2.9.0) + vite-node: 3.0.7(@types/node@24.6.0)(lightningcss@1.32.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 '@types/node': 24.6.0 '@vitest/ui': 3.0.7(vitest@3.0.7) - happy-dom: 18.0.1 + happy-dom: 20.10.6 jsdom: 25.0.1 transitivePeerDependencies: - jiti @@ -30845,73 +32866,36 @@ snapshots: - tsx - yaml - vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)): - dependencies: - '@vitest/expect': 3.1.3 - '@vitest/mocker': 3.1.3(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@5.2.9(@types/node@24.3.3)) - '@vitest/pretty-format': 3.1.3 - '@vitest/runner': 3.1.3 - '@vitest/snapshot': 3.1.3 - '@vitest/spy': 3.1.3 - '@vitest/utils': 3.1.3 - chai: 5.2.0 - debug: 4.4.0(supports-color@8.1.1) - expect-type: 1.2.1 - magic-string: 0.30.17 - pathe: 2.0.3 - std-env: 3.9.0 - tinybench: 2.9.0 - tinyexec: 0.3.2 - tinyglobby: 0.2.13 - tinypool: 1.0.2 - tinyrainbow: 2.0.0 - vite: 5.2.9(@types/node@24.3.3) - vite-node: 3.1.3(@types/node@24.3.3) - why-is-node-running: 2.3.0 - optionalDependencies: - '@types/debug': 4.1.12 - '@types/node': 24.3.3 - '@vitest/ui': 3.1.3(vitest@3.1.3) - happy-dom: 18.0.1 - jsdom: 25.0.1 - transitivePeerDependencies: - - less - - lightningcss - - msw - - sass - - stylus - - sugarss - - supports-color - - terser - - vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3)): + vitest@3.2.4(@types/debug@4.1.12)(@types/node@20.12.7)(@vitest/ui@3.2.4)(happy-dom@17.4.4)(jsdom@25.0.1)(lightningcss@1.32.0)(msw@2.11.3(@types/node@20.12.7)(typescript@5.9.3)): dependencies: - '@vitest/expect': 3.1.3 - '@vitest/mocker': 3.1.3(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(vite@5.2.9(@types/node@24.6.0)) - '@vitest/pretty-format': 3.1.3 - '@vitest/runner': 3.1.3 - '@vitest/snapshot': 3.1.3 - '@vitest/spy': 3.1.3 - '@vitest/utils': 3.1.3 + '@types/chai': 5.2.2 + '@vitest/expect': 3.2.4 + '@vitest/mocker': 3.2.4(msw@2.11.3(@types/node@20.12.7)(typescript@5.9.3))(vite@5.2.9(@types/node@20.12.7)(lightningcss@1.32.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.0 - debug: 4.4.0(supports-color@8.1.1) + debug: 4.4.3 expect-type: 1.2.1 magic-string: 0.30.17 pathe: 2.0.3 + picomatch: 4.0.2 std-env: 3.9.0 tinybench: 2.9.0 tinyexec: 0.3.2 - tinyglobby: 0.2.13 - tinypool: 1.0.2 + tinyglobby: 0.2.15 + tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 5.2.9(@types/node@24.6.0) - vite-node: 3.1.3(@types/node@24.6.0) + vite: 5.2.9(@types/node@20.12.7)(lightningcss@1.32.0) + vite-node: 3.2.4(@types/node@20.12.7)(lightningcss@1.32.0) why-is-node-running: 2.3.0 optionalDependencies: '@types/debug': 4.1.12 - '@types/node': 24.6.0 - '@vitest/ui': 3.1.3(vitest@3.1.3) - happy-dom: 18.0.1 + '@types/node': 20.12.7 + '@vitest/ui': 3.2.4(vitest@3.2.4) + happy-dom: 17.4.4 jsdom: 25.0.1 transitivePeerDependencies: - less @@ -30923,225 +32907,185 @@ snapshots: - supports-color - terser - vitest@3.1.3(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.1.3)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)): - dependencies: - '@vitest/expect': 3.1.3 - '@vitest/mocker': 3.1.3(msw@2.11.3(@types/node@24.6.0))(vite@5.2.9(@types/node@24.6.0)) - '@vitest/pretty-format': 3.1.3 - '@vitest/runner': 3.1.3 - '@vitest/snapshot': 3.1.3 - '@vitest/spy': 3.1.3 - '@vitest/utils': 3.1.3 - chai: 5.2.0 - debug: 4.4.0(supports-color@8.1.1) - expect-type: 1.2.1 - magic-string: 0.30.17 + vitest@4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)): + dependencies: + '@vitest/expect': 4.1.9 + '@vitest/mocker': 4.1.9(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + '@vitest/pretty-format': 4.1.9 + '@vitest/runner': 4.1.9 + '@vitest/snapshot': 4.1.9 + '@vitest/spy': 4.1.9 + '@vitest/utils': 4.1.9 + es-module-lexer: 2.3.0 + expect-type: 1.4.0 + magic-string: 0.30.21 + obug: 2.1.3 pathe: 2.0.3 - std-env: 3.9.0 + picomatch: 4.0.3 + std-env: 4.1.0 tinybench: 2.9.0 - tinyexec: 0.3.2 - tinyglobby: 0.2.13 - tinypool: 1.0.2 - tinyrainbow: 2.0.0 - vite: 5.2.9(@types/node@24.6.0) - vite-node: 3.1.3(@types/node@24.6.0) + tinyexec: 1.2.4 + tinyglobby: 0.2.15 + tinyrainbow: 3.1.0 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) why-is-node-running: 2.3.0 optionalDependencies: - '@types/debug': 4.1.12 - '@types/node': 24.6.0 - '@vitest/ui': 3.1.3(vitest@3.1.3) - happy-dom: 18.0.1 + '@types/node': 25.9.4 + '@vitest/coverage-v8': 4.1.9(vitest@4.1.9) + '@vitest/ui': 4.1.9(vitest@4.1.9) + happy-dom: 20.10.6 jsdom: 25.0.1 transitivePeerDependencies: - - less - - lightningcss - msw - - sass - - stylus - - sugarss - - supports-color - - terser - vitest@3.2.4(@types/debug@4.1.12)(@types/node@20.12.7)(@vitest/ui@3.2.4)(happy-dom@17.4.4)(jsdom@25.0.1)(msw@2.11.3(@types/node@20.12.7)(typescript@5.4.5)): - dependencies: - '@types/chai': 5.2.2 - '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.11.3(@types/node@20.12.7)(typescript@5.4.5))(vite@5.2.9(@types/node@20.12.7)) - '@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.3 - expect-type: 1.2.1 - magic-string: 0.30.17 + vitest@4.1.9(@types/node@25.9.4)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): + dependencies: + '@vitest/expect': 4.1.9 + '@vitest/mocker': 4.1.9(msw@2.11.3(@types/node@25.9.4)(typescript@6.0.3))(vite@8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + '@vitest/pretty-format': 4.1.9 + '@vitest/runner': 4.1.9 + '@vitest/snapshot': 4.1.9 + '@vitest/spy': 4.1.9 + '@vitest/utils': 4.1.9 + es-module-lexer: 2.3.0 + expect-type: 1.4.0 + magic-string: 0.30.21 + obug: 2.1.3 pathe: 2.0.3 - picomatch: 4.0.2 - std-env: 3.9.0 + picomatch: 4.0.3 + std-env: 4.1.0 tinybench: 2.9.0 - tinyexec: 0.3.2 + tinyexec: 1.2.4 tinyglobby: 0.2.15 - tinypool: 1.1.1 - tinyrainbow: 2.0.0 - vite: 5.2.9(@types/node@20.12.7) - vite-node: 3.2.4(@types/node@20.12.7) + tinyrainbow: 3.1.0 + vite: 8.1.3(@types/node@25.9.4)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/debug': 4.1.12 - '@types/node': 20.12.7 - '@vitest/ui': 3.2.4(vitest@3.2.4) - happy-dom: 17.4.4 + '@types/node': 25.9.4 + '@vitest/coverage-v8': 4.1.9(vitest@4.1.9) + '@vitest/ui': 4.1.9(vitest@4.1.9) + happy-dom: 20.10.6 jsdom: 25.0.1 transitivePeerDependencies: - - less - - lightningcss - msw - - sass - - stylus - - sugarss - - supports-color - - terser - vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.3.3)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3)): - dependencies: - '@types/chai': 5.2.2 - '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.11.3(@types/node@24.3.3)(typescript@5.9.3))(vite@5.2.9(@types/node@24.3.3)) - '@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.3 - expect-type: 1.2.1 - magic-string: 0.30.17 + vitest@4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)): + dependencies: + '@vitest/expect': 4.1.9 + '@vitest/mocker': 4.1.9(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4)) + '@vitest/pretty-format': 4.1.9 + '@vitest/runner': 4.1.9 + '@vitest/snapshot': 4.1.9 + '@vitest/spy': 4.1.9 + '@vitest/utils': 4.1.9 + es-module-lexer: 2.3.0 + expect-type: 1.4.0 + magic-string: 0.30.21 + obug: 2.1.3 pathe: 2.0.3 - picomatch: 4.0.2 - std-env: 3.9.0 + picomatch: 4.0.3 + std-env: 4.1.0 tinybench: 2.9.0 - tinyexec: 0.3.2 + tinyexec: 1.2.4 tinyglobby: 0.2.15 - tinypool: 1.1.1 - tinyrainbow: 2.0.0 - vite: 5.2.9(@types/node@24.3.3) - vite-node: 3.2.4(@types/node@24.3.3) + tinyrainbow: 3.1.0 + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.8.4) why-is-node-running: 2.3.0 optionalDependencies: - '@types/debug': 4.1.12 - '@types/node': 24.3.3 - '@vitest/ui': 3.2.4(vitest@3.2.4) - happy-dom: 18.0.1 + '@types/node': 26.1.0 + '@vitest/coverage-v8': 4.1.9(vitest@4.1.9) + '@vitest/ui': 4.1.9(vitest@4.1.9) + happy-dom: 20.10.6 jsdom: 25.0.1 transitivePeerDependencies: - - less - - lightningcss - msw - - sass - - stylus - - sugarss - - supports-color - - terser - vitest@3.2.4(@types/debug@4.1.12)(@types/node@24.6.0)(@vitest/ui@3.2.4)(happy-dom@18.0.1)(jsdom@25.0.1)(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3)): - dependencies: - '@types/chai': 5.2.2 - '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(msw@2.11.3(@types/node@24.6.0)(typescript@5.9.3))(vite@5.2.9(@types/node@24.6.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.0 - debug: 4.4.3 - expect-type: 1.2.1 - magic-string: 0.30.17 + vitest@4.1.9(@types/node@26.1.0)(@vitest/coverage-v8@4.1.9)(@vitest/ui@4.1.9)(happy-dom@20.10.6)(jsdom@25.0.1)(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)): + dependencies: + '@vitest/expect': 4.1.9 + '@vitest/mocker': 4.1.9(msw@2.11.3(@types/node@26.1.0)(typescript@6.0.3))(vite@8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0)) + '@vitest/pretty-format': 4.1.9 + '@vitest/runner': 4.1.9 + '@vitest/snapshot': 4.1.9 + '@vitest/spy': 4.1.9 + '@vitest/utils': 4.1.9 + es-module-lexer: 2.3.0 + expect-type: 1.4.0 + magic-string: 0.30.21 + obug: 2.1.3 pathe: 2.0.3 - picomatch: 4.0.2 - std-env: 3.9.0 + picomatch: 4.0.3 + std-env: 4.1.0 tinybench: 2.9.0 - tinyexec: 0.3.2 + tinyexec: 1.2.4 tinyglobby: 0.2.15 - tinypool: 1.1.1 - tinyrainbow: 2.0.0 - vite: 5.2.9(@types/node@24.6.0) - vite-node: 3.2.4(@types/node@24.6.0) + tinyrainbow: 3.1.0 + vite: 8.1.3(@types/node@26.1.0)(esbuild@0.28.1)(tsx@4.22.4)(yaml@2.9.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/debug': 4.1.12 - '@types/node': 24.6.0 - '@vitest/ui': 3.2.4(vitest@3.2.4) - happy-dom: 18.0.1 + '@types/node': 26.1.0 + '@vitest/coverage-v8': 4.1.9(vitest@4.1.9) + '@vitest/ui': 4.1.9(vitest@4.1.9) + happy-dom: 20.10.6 jsdom: 25.0.1 transitivePeerDependencies: - - less - - lightningcss - msw - - sass - - stylus - - sugarss - - supports-color - - terser - vm-browserify@1.1.2: {} - - volar-service-css@0.0.62(@volar/language-service@2.4.10): + volar-service-css@0.0.70(@volar/language-service@2.4.28): dependencies: vscode-css-languageservice: 6.3.1 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 optionalDependencies: - '@volar/language-service': 2.4.10 + '@volar/language-service': 2.4.28 - volar-service-emmet@0.0.62(@volar/language-service@2.4.10): + volar-service-emmet@0.0.70(@volar/language-service@2.4.28): dependencies: - '@emmetio/css-parser': 0.4.0 + '@emmetio/css-parser': 0.4.1 '@emmetio/html-matcher': 1.3.0 '@vscode/emmet-helper': 2.10.0 vscode-uri: 3.1.0 optionalDependencies: - '@volar/language-service': 2.4.10 + '@volar/language-service': 2.4.28 - volar-service-html@0.0.62(@volar/language-service@2.4.10): + volar-service-html@0.0.70(@volar/language-service@2.4.28): dependencies: - vscode-html-languageservice: 5.3.1 + vscode-html-languageservice: 5.6.2 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.1.0 optionalDependencies: - '@volar/language-service': 2.4.10 + '@volar/language-service': 2.4.28 - volar-service-prettier@0.0.62(@volar/language-service@2.4.10)(prettier@3.6.2): + volar-service-prettier@0.0.70(@volar/language-service@2.4.28)(prettier@3.9.4): dependencies: vscode-uri: 3.1.0 optionalDependencies: - '@volar/language-service': 2.4.10 - prettier: 3.6.2 + '@volar/language-service': 2.4.28 + prettier: 3.9.4 - volar-service-typescript-twoslash-queries@0.0.62(@volar/language-service@2.4.10): + volar-service-typescript-twoslash-queries@0.0.70(@volar/language-service@2.4.28): dependencies: vscode-uri: 3.1.0 optionalDependencies: - '@volar/language-service': 2.4.10 + '@volar/language-service': 2.4.28 - volar-service-typescript@0.0.62(@volar/language-service@2.4.10): + volar-service-typescript@0.0.70(@volar/language-service@2.4.28): dependencies: path-browserify: 1.0.1 - semver: 7.7.1 + semver: 7.8.5 typescript-auto-import-cache: 0.3.5 vscode-languageserver-textdocument: 1.0.12 vscode-nls: 5.2.0 vscode-uri: 3.1.0 optionalDependencies: - '@volar/language-service': 2.4.10 + '@volar/language-service': 2.4.28 - volar-service-yaml@0.0.62(@volar/language-service@2.4.10): + volar-service-yaml@0.0.70(@volar/language-service@2.4.28): dependencies: vscode-uri: 3.1.0 - yaml-language-server: 1.15.0 + yaml-language-server: 1.20.0 optionalDependencies: - '@volar/language-service': 2.4.10 + '@volar/language-service': 2.4.28 vscode-css-languageservice@6.3.1: dependencies: @@ -31150,7 +33094,7 @@ snapshots: vscode-languageserver-types: 3.17.5 vscode-uri: 3.1.0 - vscode-html-languageservice@5.3.1: + vscode-html-languageservice@5.6.2: dependencies: '@vscode/l10n': 0.0.18 vscode-languageserver-textdocument: 1.0.12 @@ -31161,39 +33105,35 @@ snapshots: dependencies: jsonc-parser: 3.3.1 vscode-languageserver-textdocument: 1.0.12 - vscode-languageserver-types: 3.17.5 + vscode-languageserver-types: 3.18.0 vscode-nls: 5.2.0 vscode-uri: 3.1.0 - vscode-jsonrpc@6.0.0: {} - vscode-jsonrpc@8.2.0: {} + vscode-jsonrpc@9.0.1: {} + vscode-languageclient@9.0.1: dependencies: minimatch: 5.1.6 - semver: 7.7.1 + semver: 7.8.5 vscode-languageserver-protocol: 3.17.5 - vscode-languageserver-protocol@3.16.0: - dependencies: - vscode-jsonrpc: 6.0.0 - vscode-languageserver-types: 3.16.0 - vscode-languageserver-protocol@3.17.5: dependencies: vscode-jsonrpc: 8.2.0 vscode-languageserver-types: 3.17.5 - vscode-languageserver-textdocument@1.0.12: {} + vscode-languageserver-protocol@3.18.2: + dependencies: + vscode-jsonrpc: 9.0.1 + vscode-languageserver-types: 3.18.0 - vscode-languageserver-types@3.16.0: {} + vscode-languageserver-textdocument@1.0.12: {} vscode-languageserver-types@3.17.5: {} - vscode-languageserver@7.0.0: - dependencies: - vscode-languageserver-protocol: 3.16.0 + vscode-languageserver-types@3.18.0: {} vscode-languageserver@9.0.1: dependencies: @@ -31203,9 +33143,7 @@ snapshots: vscode-oniguruma@2.0.1: {} - vscode-textmate@9.2.0: {} - - vscode-uri@3.0.8: {} + vscode-textmate@9.3.2: {} vscode-uri@3.1.0: {} @@ -31219,16 +33157,12 @@ snapshots: web-namespaces@2.0.1: {} - web-tree-sitter@0.25.10: {} + web-tree-sitter@0.26.10: {} web-vitals@1.1.2: {} - webidl-conversions@3.0.1: {} - webidl-conversions@7.0.0: {} - webpack-sources@3.2.3: {} - webpack-virtual-modules@0.6.2: {} whatwg-encoding@3.1.1: @@ -31244,25 +33178,36 @@ snapshots: tr46: 5.1.0 webidl-conversions: 7.0.0 - whatwg-url@5.0.0: + which-boxed-primitive@1.1.1: dependencies: - tr46: 0.0.3 - webidl-conversions: 3.0.1 + is-bigint: 1.1.0 + is-boolean-object: 1.2.2 + is-number-object: 1.1.1 + is-string: 1.1.1 + is-symbol: 1.1.1 - which-boxed-primitive@1.0.2: + which-builtin-type@1.2.1: dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.7 - is-string: 1.0.7 - is-symbol: 1.0.4 + call-bound: 1.0.4 + function.prototype.name: 1.2.0 + has-tostringtag: 1.0.2 + is-async-function: 2.1.1 + is-date-object: 1.1.0 + is-finalizationregistry: 1.1.1 + is-generator-function: 1.1.2 + is-regex: 1.2.1 + is-weakref: 1.1.1 + isarray: 2.0.5 + which-boxed-primitive: 1.1.1 + which-collection: 1.0.2 + which-typed-array: 1.1.22 which-collection@1.0.2: dependencies: is-map: 2.0.3 is-set: 2.0.3 is-weakmap: 2.0.2 - is-weakset: 2.0.3 + is-weakset: 2.0.4 which-pm-runs@1.1.0: {} @@ -31271,14 +33216,20 @@ snapshots: load-yaml-file: 0.2.0 path-exists: 4.0.0 - which-typed-array@1.1.15: + which-typed-array@1.1.22: dependencies: available-typed-arrays: 1.0.7 - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 + call-bind: 1.0.9 + call-bound: 1.0.4 + for-each: 0.3.5 + get-proto: 1.0.1 + gopd: 1.2.0 has-tostringtag: 1.0.2 + which@1.3.1: + dependencies: + isexe: 2.0.0 + which@2.0.2: dependencies: isexe: 2.0.0 @@ -31295,6 +33246,14 @@ snapshots: dependencies: isexe: 3.1.1 + which@6.0.1: + dependencies: + isexe: 4.0.0 + + which@7.0.0: + dependencies: + isexe: 4.0.0 + why-is-node-running@2.3.0: dependencies: siginfo: 2.0.0 @@ -31304,16 +33263,14 @@ snapshots: dependencies: string-width: 4.2.3 - widest-line@5.0.0: - dependencies: - string-width: 7.2.0 + wordwrap@1.0.0: {} wordwrapjs@4.0.1: dependencies: reduce-flatten: 2.0.0 typical: 5.2.0 - workerpool@6.5.1: {} + workerpool@9.3.4: {} wrap-ansi@6.2.0: dependencies: @@ -31331,7 +33288,7 @@ snapshots: dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 - strip-ansi: 7.1.0 + strip-ansi: 7.2.0 wrap-ansi@9.0.0: dependencies: @@ -31354,21 +33311,29 @@ snapshots: write-yaml-file@5.0.0: dependencies: - js-yaml: 4.1.0 + js-yaml: 4.3.0 write-file-atomic: 5.0.1 ws@8.18.1: {} + ws@8.21.0: {} + + wsl-utils@0.1.0: + dependencies: + is-wsl: 3.1.0 + + wsl-utils@0.3.1: + dependencies: + is-wsl: 3.1.0 + powershell-utils: 0.1.0 + xdg-basedir@5.1.0: {} xml-name-validator@5.0.0: {} - xml2js@0.5.0: - dependencies: - sax: 1.3.0 - xmlbuilder: 11.0.1 + xml-naming@0.1.0: {} - xml2js@0.6.2: + xml2js@0.5.0: dependencies: sax: 1.3.0 xmlbuilder: 11.0.1 @@ -31391,42 +33356,36 @@ snapshots: yallist@5.0.0: {} - yaml-language-server@1.15.0: + yaml-language-server@1.20.0: dependencies: - ajv: 8.17.1 - lodash: 4.17.21 + '@vscode/l10n': 0.0.18 + ajv: 8.18.0 + ajv-draft-04: 1.0.0(ajv@8.18.0) + prettier: 3.9.4 request-light: 0.5.8 vscode-json-languageservice: 4.1.8 - vscode-languageserver: 7.0.0 + vscode-languageserver: 9.0.1 vscode-languageserver-textdocument: 1.0.12 - vscode-languageserver-types: 3.17.5 - vscode-nls: 5.2.0 + vscode-languageserver-types: 3.18.0 vscode-uri: 3.1.0 - yaml: 2.2.2 - optionalDependencies: - prettier: 2.8.7 + yaml: 2.7.1 yaml@1.10.2: {} - yaml@2.2.2: {} + yaml@2.7.1: {} + + yaml@2.8.4: {} - yaml@2.8.1: {} + yaml@2.9.0: {} yargs-parser@21.1.1: {} yargs-parser@22.0.0: {} - yargs-unparser@2.0.0: - dependencies: - camelcase: 6.3.0 - decamelize: 4.0.0 - flat: 5.0.2 - is-plain-obj: 2.1.0 - yargs@17.7.2: dependencies: cliui: 8.0.1 - escalade: 3.1.2 + escalade: 3.2.0 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 @@ -31442,10 +33401,9 @@ snapshots: y18n: 5.0.8 yargs-parser: 22.0.0 - yauzl@2.10.0: + yauzl@3.4.0: dependencies: - buffer-crc32: 0.2.13 - fd-slicer: 1.1.0 + pend: 1.2.0 yazl@2.5.1: dependencies: @@ -31453,31 +33411,18 @@ snapshots: yocto-queue@0.1.0: {} - yocto-queue@1.1.1: {} - yocto-queue@1.2.1: {} - yocto-spinner@0.2.1: - dependencies: - yoctocolors: 2.1.1 - yoctocolors-cjs@2.1.2: {} yoctocolors@2.1.1: {} - zod-to-json-schema@3.24.5(zod@3.24.2): - dependencies: - zod: 3.24.2 - - zod-to-ts@1.2.0(typescript@5.9.3)(zod@3.24.2): + zod-validation-error@4.0.2(zod@3.25.76): dependencies: - typescript: 5.9.3 - zod: 3.24.2 - - zod@3.24.2: {} - - zod@3.24.4: {} + zod: 3.25.76 zod@3.25.76: {} + zod@4.4.3: {} + zwitch@2.0.4: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index fbe50f82..123a5a93 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -10,3 +10,225 @@ packages: - "!src/typespec/core/packages/http-client-java/**" - "!src/typespec/core/packages/http-client-python/**" - "!src/typespec/core/packages/standalone/**" + +overrides: + "cross-spawn@>=7.0.0 <7.0.5": "^7.0.5" + rollup: 4.49.0 # Regression in 4.50.0 https://github.com/rollup/rollup/issues/6099 + vite: "<8.1.0" # aaz: vite 8.1.0 rolldown regression breaks html-program-viewer build + # NOTE: @types/react*@^18 pins live in package.json "pnpm.overrides" (also honored under pnpm 10). + +# Minimum age (in minutes) for a new dependency version to be able to be used. +minimumReleaseAge: 2880 # 2 days +minimumReleaseAgeExclude: + - "@alloy-js/*" + - "@typespec/http-client-python" + +onlyBuiltDependencies: + - tree-sitter + +# aaz: @alloy-js/cli does `import * as ts from "typescript"` but declares no typescript +# dependency, relying on hoisting. On CI the hoisted layout leaves it unresolvable, so +# inject an explicit dep to guarantee resolution. Pinned to 5.9.x (6.x is fine too, but +# 5.4.x's ESM interop hides the `sys` named export that alloy needs). +packageExtensions: + "@alloy-js/cli": + dependencies: + typescript: "^5.9.0" + +catalog: + "@alloy-js/cli": ^0.23.0 + "@alloy-js/core": ^0.23.0 + "@alloy-js/csharp": ^0.23.0 + "@alloy-js/markdown": ^0.23.0 + "@alloy-js/msbuild": ^0.23.0 + "@alloy-js/python": ^0.4.0 + "@alloy-js/rollup-plugin": ^0.1.1 + "@alloy-js/typescript": ^0.23.0 + "@astrojs/check": ^0.9.8 + "@astrojs/react": ^5.0.3 + "@astrojs/starlight": ^0.39.2 + "@azure-rest/core-client": ^2.3.1 + "@azure/abort-controller": ^2.1.2 + "@azure/core-auth": ^1.6.0 + "@azure/core-lro": ^3.1.0 + "@azure/core-paging": ^1.5.0 + "@azure/core-rest-pipeline": ^1.14.0 + "@azure/core-util": ^1.4.0 + "@azure/identity": ^4.13.1 + "@azure/logger": ^1.0.4 + "@azure/storage-blob": ^12.31.0 + "@babel/code-frame": ^7.29.0 + "@babel/core": ^7.29.0 + "@chronus/chronus": ^1.3.1 + "@chronus/github": ^1.0.6 + "@chronus/github-pr-commenter": ^1.0.6 + "@docsearch/css": ^4.6.2 + "@docsearch/js": ^4.6.2 + "@eslint/js": ^10.0.1 + "@expressive-code/core": ^0.42.0 + "@fluentui/react-components": ^9.73.7 + "@fluentui/react-icons": ^2.0.323 + "@fluentui/react-list": ^9.6.13 + "@inquirer/prompts": ^8.4.1 + "@microsoft/api-extractor": ^7.58.1 + "@microsoft/api-extractor-model": ^7.33.5 + "@microsoft/tsdoc": ^0.16.0 + "@microsoft/tsdoc-config": ^0.18.1 + "@octokit/core": ^7.0.6 + "@octokit/plugin-paginate-graphql": ^6.0.0 + "@octokit/plugin-rest-endpoint-methods": ^17.0.0 + "@playwright/test": ^1.60.0 + "@pnpm/workspace.find-packages": ^1000.0.65 + "@scalar/json-magic": ^0.12.15 + "@scalar/openapi-parser": ^0.28.6 + "@scalar/openapi-types": ^0.9.1 + "@storybook/cli": ^10.3.5 + "@storybook/react-vite": ^10.3.5 + "@testing-library/dom": ^10.4.1 + "@testing-library/jest-dom": ^6.9.1 + "@testing-library/react": ^16.3.2 + "@types/babel__code-frame": ^7.27.0 + "@types/cross-spawn": ^6.0.6 + "@types/debounce": ^1.2.4 + "@types/express": ^5.0.6 + "@types/hast": ^3.0.4 + "@types/micromatch": ^4.0.10 + "@types/morgan": ^1.9.10 + "@types/multer": ^2.1.0 + "@types/mustache": ^4.2.6 + "@types/node": ^25.5.2 + "@types/pluralize": ^0.0.33 + "@types/react": ^19.2.16 + "@types/react-dom": ^19.2.3 + "@types/remark-heading-id": ^1.0.0 + "@types/semver": ^7.7.1 + "@types/swagger-ui": ^5.32.0 + "@types/swagger-ui-dist": ^3.30.6 + "@types/swagger-ui-express": ^4.1.8 + "@types/which": ^3.0.4 + "@types/yargs": ^17.0.35 + "@typescript-eslint/parser": ^8.58.1 + "@typescript-eslint/rule-tester": ^8.58.1 + "@typescript-eslint/types": ^8.58.1 + "@typescript-eslint/utils": ^8.58.1 + "@typespec/http-client-python": ^0.31.1 + "@typespec/ts-http-runtime": "0.3.5" + "@vitejs/plugin-react": ^6.0.1 + "@vitest/coverage-v8": ^4.1.3 + "@vitest/eslint-plugin": ^1.6.16 + "@vitest/ui": ^4.1.3 + "@vscode/extension-telemetry": ^1.5.1 + "@vscode/test-electron": ^2.5.2 + "@vscode/test-web": ^0.0.80 + "@vscode/vsce": ^3.7.1 + "@yarnpkg/core": ^4.6.0 + "@yarnpkg/fslib": ^3.1.4 + "@yarnpkg/plugin-nm": ^4.0.8 + "@yarnpkg/plugin-npm": ^3.4.0 + "@yarnpkg/plugin-pnp": ^4.1.3 + ajv: ^8.18.0 + ajv-formats: ^3.0.1 + astro: ^6.1.10 + astro-expressive-code: ^0.42.0 + astro-rehype-relative-markdown-links: ^0.19.0 + autorest: ^3.7.1 + c8: ^11.0.0 + change-case: ^5.4.4 + chart.js: ^4.5.1 + chokidar: ^5.0.0 + clsx: ^2.1.1 + concurrently: ^10.0.0 + cross-env: ^10.1.0 + cross-spawn: ^7.0.6 + cspell: ^10.0.0 + debounce: ^3.0.0 + decimal.js: ^10.6.0 + dotenv: ^17.2.3 + ecmarkup: ~23.0.2 + env-paths: ^4.0.0 + es-module-shims: ^2.8.0 + esbuild: ^0.28.0 + esbuild-plugins-node-modules-polyfill: ^1.8.1 + eslint: ^10.2.0 + eslint-plugin-import: ^2.31.0 + eslint-plugin-react-hooks: "7.1.1" + eslint-plugin-unicorn: ^64.0.0 + execa: ^9.6.1 + express: ^5.2.1 + fast-xml-parser: ^5.7.0 + handlebars: ^4.7.7 + happy-dom: ^20.9.0 + hast-util-to-html: ^9.0.5 + is-unicode-supported: ^2.1.0 + log-symbols: ^7.0.1 + lzutf8: "0.6.3" + micromatch: ^4.0.8 + mkdirp: ^3.0.1 + monaco-editor: ^0.55.1 + monaco-editor-core: ^0.55.1 + morgan: ^1.10.1 + multer: ^2.1.1 + mustache: ^4.2.0 + npm-run-all: ~4.1.5 + ora: ^9.3.0 + p-limit: ^7.3.0 + pathe: ^2.0.3 + picocolors: ^1.1.1 + playwright: ^1.60.0 + plist: ^5.0.0 + pluralize: ^8.0.0 + postject: "1.0.0-alpha.6" + prettier: ^3.8.1 + prettier-plugin-astro: ^0.14.1 + prettier-plugin-organize-imports: ^4.3.0 + prettier-plugin-sh: ^0.18.1 + prism-react-renderer: ^2.4.1 + react: ^19.2.7 + react-chartjs-2: ^5.3.1 + react-dom: ^19.2.7 + react-error-boundary: ^6.1.1 + react-hotkeys-hook: ^5.2.4 + react-markdown: ^10.1.0 + rehype: ^13.0.2 + rehype-mermaid: ^3.0.0 + remark-heading-id: ^1.0.1 + rimraf: ^6.1.3 + rollup-plugin-visualizer: "7.0.1" + semver: ^7.7.4 + sharp: ^0.34.5 + simple-git: ^3.36.0 + source-map-support: ^0.5.21 + storybook: ^10.3.5 + strip-json-comments: ^5.0.3 + swagger-ui-dist: ^5.32.2 + swagger-ui-express: ^5.0.1 + tar: ^7.5.13 + temporal-polyfill: ^0.3.2 + tree-sitter-c-sharp: ^0.23.1 + tree-sitter-java: ^0.23.5 + tree-sitter-javascript: ^0.25.0 + tree-sitter-python: ^0.25.0 + tree-sitter-typescript: ^0.23.2 + ts-morph: ^23.0.0 + tslib: ^2.3.1 + tsx: ^4.21.0 + turbo: "2.9.14" + typedoc: ^0.28.19 + typedoc-plugin-markdown: ^4.11.0 + typescript: ~6.0.2 + typescript-eslint: ^8.58.1 + unist-util-visit: ^5.0.0 + uri-template: ^2.0.0 + vite: ^8.0.8 + vite-plugin-checker: ^0.14.1 + vite-plugin-dts: "5.0.1" + vitest: ^4.1.3 + vscode-languageclient: ^9.0.1 + vscode-languageserver: ^9.0.1 + vscode-languageserver-textdocument: ^1.0.12 + vscode-oniguruma: ^2.0.1 + vscode-textmate: ^9.3.2 + web-tree-sitter: ^0.26.8 + which: ^7.0.0 + yaml: ^2.8.3 + yargs: ^18.0.0 diff --git a/src/aaz_dev/swagger/api/specs.py b/src/aaz_dev/swagger/api/specs.py index d7da9651..2e4fa00e 100644 --- a/src/aaz_dev/swagger/api/specs.py +++ b/src/aaz_dev/swagger/api/specs.py @@ -24,13 +24,18 @@ def get_path_stat(path): if not root_dir: # return 200 status code to avoid print error logs in the client side return jsonify({"error": "Swagger root not found"}) - path = os.path.join(root_dir, path) - if not os.path.exists(path): + try: + full_path = os.path.join(root_dir, path) + exists = os.path.exists(full_path) + except (OSError, ValueError): + # invalid/too-long paths are just "not found" for a stat probe + exists = False + if not exists: # return 200 status code to avoid print error logs in the client side return jsonify({"error": "Path not exist"}) return jsonify({ - "isDir": os.path.isdir(path), - "isFile": os.path.isfile(path), + "isDir": os.path.isdir(full_path), + "isFile": os.path.isfile(full_path), }) diff --git a/src/typespec b/src/typespec index b5a28918..ca5bc9e0 160000 --- a/src/typespec +++ b/src/typespec @@ -1 +1 @@ -Subproject commit b5a289186ba8c6ef234cbf88384a7786509e9dcc +Subproject commit ca5bc9e0036e71b616702f7d38c275992fed4316 diff --git a/src/typespec-aaz/package.json b/src/typespec-aaz/package.json index e6b5ffd7..6899415a 100644 --- a/src/typespec-aaz/package.json +++ b/src/typespec-aaz/package.json @@ -25,7 +25,7 @@ "change-case": "~5.4.4", "eslint": "^8.57.0", "prettier": "^3.0.3", - "typescript": "^5.2.2" + "typescript": "^5.9.0" }, "peerDependencies": { "@azure-tools/typespec-azure-core": "workspace:~", diff --git a/src/typespec-aaz/src/convertor.ts b/src/typespec-aaz/src/convertor.ts index 53121e0d..ec4837da 100644 --- a/src/typespec-aaz/src/convertor.ts +++ b/src/typespec-aaz/src/convertor.ts @@ -43,6 +43,7 @@ import { getMinValue, getMinValueExclusive, getPattern, + getPagingOperation, getProperty, isArrayModelType, isNeverType, @@ -58,11 +59,9 @@ import { import { TwoLevelMap } from "@typespec/compiler/utils"; import { LroMetadata, - PagedResultMetadata, UnionEnum, getArmResourceIdentifierConfig, getLroMetadata, - getPagedResult, getUnionAsEnum, } from "@azure-tools/typespec-azure-core"; import { XmsPageable } from "./model/x_ms_pageable.js"; @@ -1335,7 +1334,11 @@ function convertEnum2CMDSchemaBase( e: Enum, ): CMDStringSchemaBase | CMDIntegerSchemaBase | undefined { let schema; - const type = getEnumMemberType(e.members.values().next().value); + const firstMember = e.members.values().next().value; + if (firstMember === undefined) { + return undefined; + } + const type = getEnumMemberType(firstMember); for (const option of e.members.values()) { if (type !== getEnumMemberType(option)) { return undefined; @@ -1939,54 +1942,21 @@ function getPathWithoutQuery(path: string): string { return path.replace(/\/?\?.*/, ""); } -function parseNextLinkName(paged: PagedResultMetadata): string | undefined { - const pathComponents = paged.nextLinkSegments; - if (pathComponents) { - return pathComponents[pathComponents.length - 1]; - } - return undefined; -} - -function extractPagedMetadataNested(program: Program, type: Model): PagedResultMetadata | undefined { - // This only works for `is Page` not `extends Page`. - let paged = getPagedResult(program, type); - if (paged) { - return paged; - } - if (type.baseModel) { - paged = getPagedResult(program, type.baseModel); - } - if (paged) { - return paged; - } - const templateArguments = type.templateMapper; - if (templateArguments) { - for (const argument of templateArguments.args) { - const modelArgument = argument as Model; - if (modelArgument) { - paged = extractPagedMetadataNested(program, modelArgument); - if (paged) { - return paged; - } - } - } - } - return paged; -} - function extractPagedMetadata(program: Program, operation: HttpOperation): XmsPageable | undefined { - for (const response of operation.responses) { - const paged = extractPagedMetadataNested(program, response.type as Model); - if (paged) { - let nextLinkName = parseNextLinkName(paged); - if (!nextLinkName) { - nextLinkName = "nextLink"; - } - return { - nextLinkName, - }; - } + // `getPagedResult`/`PagedResultMetadata` were removed from @azure-tools/typespec-azure-core; + // pagination metadata now comes from the compiler's `getPagingOperation`. + const [paging] = getPagingOperation(program, operation.operation); + if (paging === undefined) { + return undefined; + } + let nextLinkName = "nextLink"; + const nextLinkPath = paging.output.nextLink?.path; + if (nextLinkPath && nextLinkPath.length > 0) { + nextLinkName = nextLinkPath[nextLinkPath.length - 1].name; } + return { + nextLinkName, + }; } function getModelOrScalarTypeIfNullable(type: Type): Model | Scalar | undefined { diff --git a/src/typespec-aaz/test/util.ts b/src/typespec-aaz/test/util.ts index 62008d57..ddfd734f 100644 --- a/src/typespec-aaz/test/util.ts +++ b/src/typespec-aaz/test/util.ts @@ -60,7 +60,6 @@ export function generateCompileArmResourceTemplate(modelVar?: ModelVar) { namespace Microsoft.Mock; enum Versions { - @useDependency(Azure.ResourceManager.Versions.v1_0_Preview_1) A, } diff --git a/src/web/package.json b/src/web/package.json index f0eb00dc..a8191d03 100644 --- a/src/web/package.json +++ b/src/web/package.json @@ -38,7 +38,7 @@ "eslint-plugin-react-refresh": "^0.4.6", "happy-dom": "^17.4.4", "msw": "^2.11.3", - "typescript": "^5.2.2", + "typescript": "^5.9.0", "vite": "^5.2.0", "vite-plugin-top-level-await": "^1.4.1", "vitest": "^3.2.4" diff --git a/src/web/src/__tests__/unit/assertCompiled.test.ts b/src/web/src/__tests__/unit/assertCompiled.test.ts new file mode 100644 index 00000000..a07acd6d --- /dev/null +++ b/src/web/src/__tests__/unit/assertCompiled.test.ts @@ -0,0 +1,29 @@ +import { describe, it, expect } from "vitest"; +import { assertCompiled } from "../../typespec"; + +describe("assertCompiled", () => { + it("passes when output produced and no errors", () => { + expect(() => assertCompiled({ diagnostics: [] }, ["/resources.json"])).not.toThrow(); + }); + + it("throws real diagnostics (code + message) instead of tsp-outputundefined when no output", () => { + expect(() => + assertCompiled( + { diagnostics: [{ severity: "error", code: "missing-import", message: "cannot find lib", target: {} }] }, + [], + ), + ).toThrow(/missing-import: cannot find lib/); + }); + + it("does not throw on circular diagnostic targets", () => { + const target: any = {}; + target.parent = target; + expect(() => + assertCompiled({ diagnostics: [{ severity: "error", message: "boom", target }] }, []), + ).toThrow(/boom/); + }); + + it("throws when output is empty even without diagnostics", () => { + expect(() => assertCompiled({ diagnostics: [] }, [])).toThrow(/no output produced/); + }); +}); diff --git a/src/web/src/typespec/brower-host.ts b/src/web/src/typespec/brower-host.ts index 8533ca3a..f292e51c 100644 --- a/src/web/src/typespec/brower-host.ts +++ b/src/web/src/typespec/brower-host.ts @@ -151,7 +151,14 @@ export async function createBrowserHost( const spec_path = path.replace(rootPath, ""); if (!spec_path.includes("node_modules")) { - const res = await axios.get(`/Swagger/Specs/Stat${spec_path}`); + let res; + try { + res = await axios.get(`/Swagger/Specs/Stat${spec_path}`); + } catch { + const e = new Error(`File ${path} not found.`); + (e as any).code = "ENOENT"; + throw e; + } if (res.data.error) { const e = new Error(`File ${path} not found.`); (e as any).code = "ENOENT"; diff --git a/src/web/src/typespec/index.ts b/src/web/src/typespec/index.ts index ce81bb84..5b4500b2 100644 --- a/src/web/src/typespec/index.ts +++ b/src/web/src/typespec/index.ts @@ -1,7 +1,26 @@ -import { createBrowserHost } from "./brower-host"; +import { getSourceLocation } from "@typespec/compiler"; +import { createBrowserHost, resolveVirtualPath } from "./brower-host"; import { BrowserHost } from "./types"; import axios from "axios"; +// ponytail: dev-only aid — turn a bare diagnostic into file:line:col + source snippet +// so an "invalid-argument" cascade points at the exact spec/decorator that triggers it. +function describeTarget(target: any): string { + try { + const sl: any = getSourceLocation(target, { locateId: true } as any); + const text: string = sl?.file?.text ?? ""; + if (!sl?.file || typeof sl.pos !== "number") return ""; + const before = text.slice(0, sl.pos); + const lineNo = before.split("\n").length; + const col = sl.pos - (before.lastIndexOf("\n") + 1) + 1; + const path = sl.file.path ?? "?"; + const snippet = text.slice(sl.pos, Math.min(sl.end ?? sl.pos + 80, sl.pos + 80)).replace(/\n/g, "\\n"); + return `\n @ ${path}:${lineNo}:${col} «${snippet}»`; + } catch { + return ""; + } +} + const libs = [ "@typespec/compiler", "@typespec/events", @@ -25,15 +44,37 @@ const libs = [ const outputDir = "tsp-output"; +// Emitters only run when compilation succeeds; on error `compile` returns before writing +// any output, leaving `findOutputFiles` empty. Surface the real diagnostics instead of the +// misleading "tsp-outputundefined not found" that comes from reading a missing output file. +export function assertCompiled(program: any, files: string[]) { + const errors = (program?.diagnostics ?? []).filter((d: any) => d.severity === "error"); + if (files.length === 0 || errors.length > 0) { + // Build the message from the diagnostic's own fields; the browser build's + // `formatDiagnostic` JSON.stringifies the whole diagnostic and throws on the + // circular `target.parent` node references. + const details = errors + .map((d: any) => `${d.code ? `${d.code}: ` : ""}${d.message}${describeTarget(d.target)}`) + .join("\n"); + throw new Error(`TypeSpec compilation failed:\n${details || "no output produced"}`); + } +} + export async function getTypespecRPResources(resourceProviderUrl: string) { const host = await createBrowserHost(libs, { useShim: true }); const res = await axios.get(resourceProviderUrl); const entryFiles = res.data.entryFiles; let results: any[] = []; for (const entryFile of entryFiles) { + // The backend returns a *relative* entry path (e.g. "specification/.../main.tsp"), but the + // host's readFile rewrites every path to the absolute virtual path ("/aaz-host/..."). Compile + // with the absolute path so the compiler's dedup key matches; otherwise a circular import + // (main.tsp <-> client.tsp) re-imports main.tsp via its absolute path, misses the relative + // seen-guard, and throws "Duplicate script path". + const absEntryFile = resolveVirtualPath(entryFile); // cache entry files - await host.stat(entryFile); - await host.compiler.compile(host, entryFile, { + await host.stat(absEntryFile); + const program = await host.compiler.compile(host, absEntryFile, { outputDir: outputDir, emit: ["@azure-tools/typespec-aaz"], options: { @@ -45,6 +86,7 @@ export async function getTypespecRPResources(resourceProviderUrl: string) { }); const files = await findOutputFiles(host); + assertCompiled(program, files); const file = await host.readFile(outputDir + files[0]); results = [...results, ...JSON.parse(file.text)]; } @@ -63,7 +105,7 @@ async function findOutputFiles(host: BrowserHost): Promise { if ((await host.stat(outputDir + itemPath)).isDirectory()) { await addFiles(itemPath); } else { - files.push(dir === "" ? item : `${dir}/${item}`); + files.push(`${dir}/${item}`); } } } @@ -76,8 +118,9 @@ export async function getTypespecRPResourcesOperations(obj: any) { const res = await axios.get(obj.resourceProviderUrl); const entryFiles = res.data.entryFiles; for (const entryFile of entryFiles) { + const absEntryFile = resolveVirtualPath(entryFile); // cache entry files - await host.stat(entryFile); + await host.stat(absEntryFile); const cfg = { outputDir: outputDir, emit: ["@azure-tools/typespec-aaz"], @@ -93,9 +136,10 @@ export async function getTypespecRPResourcesOperations(obj: any) { trace: ["@azure-tools/typespec-aaz"], }; console.log(cfg); - await host.compiler.compile(host, entryFile, cfg); + const program = await host.compiler.compile(host, absEntryFile, cfg); const files = await findOutputFiles(host); + assertCompiled(program, files); const file = await host.readFile(outputDir + files[0]); return JSON.parse(file.text); } From 2bb3ed0911331480d47c24ff45d5e79a2dc8cc7a Mon Sep 17 00:00:00 2001 From: Jian Hui Date: Tue, 7 Jul 2026 09:10:10 +0800 Subject: [PATCH 2/2] fix: correct nextLinkName fallback and harden toolchain guardrails - convertor: don't fabricate nextLinkName="nextLink" for continuationToken paging; leave it empty so downstream emits no pager instead of a broken one - package.json: add engines (node>=22, pnpm>=10) matching the vendored TypeSpec 1.13 submodule requirement - docs: bump local dev prerequisites to Node 22+ / pnpm 10+ - pnpm-workspace: document minimumReleaseAge CI time-window behavior and add TODO to drop the @alloy-js/cli typescript packageExtensions hack upstream --- docs/pages/usage/local_dev_guide.md | 4 ++-- package.json | 4 ++++ pnpm-workspace.yaml | 5 +++++ src/typespec-aaz/src/convertor.ts | 10 ++++++---- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/docs/pages/usage/local_dev_guide.md b/docs/pages/usage/local_dev_guide.md index 949cf89f..37c1cf56 100644 --- a/docs/pages/usage/local_dev_guide.md +++ b/docs/pages/usage/local_dev_guide.md @@ -8,8 +8,8 @@ weight: 105 ## Prerequisites - [Python 3.9+](https://www.python.org/downloads/) -- [Node.js 18+](https://nodejs.org/) -- [pnpm](https://pnpm.io/installation) +- [Node.js 22+](https://nodejs.org/) (required by the vendored TypeSpec 1.13 submodule) +- [pnpm 10+](https://pnpm.io/installation) (the workspace uses pnpm 10 `catalog:`/overrides syntax) --- diff --git a/package.json b/package.json index 434fe5ee..d0bb803f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "private": true, "packageManager": "pnpm@10.30.2", + "engines": { + "node": ">=22", + "pnpm": ">=10" + }, "scripts": { "run-all": "pnpm -r --filter=\"!./src/typespec/core/\" ", "build:typespec": "pnpm install -C src/typespec/ && pnpm -C src/typespec -r --filter=\"!@typespec/monorepo\" --filter=\"!@azure-tools/typespec-azure-monorepo\" --filter=\"!@typespec/typespec-vs\" --filter=\"!@typespec/website\" --filter=\"!@azure-tools/typespec-azure-website\" --filter=\"!...@typespec/emitter-framework\" --workspace-concurrency=Infinity --aggregate-output --reporter=append-only build && pnpm -C src/typespec-aaz build", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 123a5a93..0e0db44d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -18,6 +18,9 @@ overrides: # NOTE: @types/react*@^18 pins live in package.json "pnpm.overrides" (also honored under pnpm 10). # Minimum age (in minutes) for a new dependency version to be able to be used. +# NOTE: pnpm 10 refuses to install versions newer than this window, so a freshly published +# dependency can make CI fail ("cannot resolve") for up to 2 days even when it installs +# locally from an older cache. Add fast-moving first-party packages to the exclude list below. minimumReleaseAge: 2880 # 2 days minimumReleaseAgeExclude: - "@alloy-js/*" @@ -30,6 +33,8 @@ onlyBuiltDependencies: # dependency, relying on hoisting. On CI the hoisted layout leaves it unresolvable, so # inject an explicit dep to guarantee resolution. Pinned to 5.9.x (6.x is fine too, but # 5.4.x's ESM interop hides the `sys` named export that alloy needs). +# TODO(aaz): remove this packageExtensions entry once @alloy-js/cli declares its own +# typescript dependency upstream — keeping it may cause a version conflict after that lands. packageExtensions: "@alloy-js/cli": dependencies: diff --git a/src/typespec-aaz/src/convertor.ts b/src/typespec-aaz/src/convertor.ts index ec4837da..357a7bdb 100644 --- a/src/typespec-aaz/src/convertor.ts +++ b/src/typespec-aaz/src/convertor.ts @@ -1949,11 +1949,13 @@ function extractPagedMetadata(program: Program, operation: HttpOperation): XmsPa if (paging === undefined) { return undefined; } - let nextLinkName = "nextLink"; + // x-ms-pageable can only model nextLink-style paging. Use the operation's real @nextLink + // property name; when it pages by continuationToken (no @nextLink), leave nextLinkName empty + // instead of fabricating "nextLink" — downstream treats an empty name as "no next link" + // (see _command.py `if pageable.next_link_name`), so a fake name would emit a broken pager. const nextLinkPath = paging.output.nextLink?.path; - if (nextLinkPath && nextLinkPath.length > 0) { - nextLinkName = nextLinkPath[nextLinkPath.length - 1].name; - } + const nextLinkName = + nextLinkPath && nextLinkPath.length > 0 ? nextLinkPath[nextLinkPath.length - 1].name : ""; return { nextLinkName, };