diff --git a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx index 2e407687362..3df22935a87 100755 --- a/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx +++ b/.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx @@ -5,8 +5,8 @@ .pnpmfile.cjs=-2033668682 adev/shared-docs/pipeline/api-gen/package.json=939673974 integration/package.json=-239561259 -modules/package.json=-597456295 -package.json=267853259 +modules/package.json=763431678 +package.json=1473657820 packages/animations/package.json=-678724831 packages/benchpress/package.json=-1908328724 packages/common/package.json=1729763064 @@ -14,7 +14,7 @@ packages/compiler-cli/linker/babel/test/package.json=939673974 packages/compiler-cli/package.json=-660047565 packages/compiler/package.json=1190056499 packages/core/package.json=1154833122 -packages/core/test/bundling/package.json=-271224435 +packages/core/test/bundling/package.json=1725787122 packages/forms/package.json=-877154917 packages/localize/package.json=912913343 packages/platform-browser-dynamic/package.json=1901947880 @@ -22,7 +22,7 @@ packages/platform-browser/package.json=-1163479450 packages/router/package.json=860819913 packages/upgrade/package.json=16347051 packages/zone.js/package.json=-1005735564 -pnpm-lock.yaml=1416623477 +pnpm-lock.yaml=-531670777 pnpm-workspace.yaml=-375658197 tools/bazel/rules_angular_store/package.json=-239561259 -yarn.lock=-774434861 +yarn.lock=-1978279652 diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index dd222a84985..7512d9357a9 100644 --- a/.github/actions/saucelabs-legacy/action.yml +++ b/.github/actions/saucelabs-legacy/action.yml @@ -5,9 +5,9 @@ runs: using: 'composite' steps: - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/saucelabs@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Starting Saucelabs tunnel service shell: bash run: ./tools/saucelabs/sauce-service.sh run & diff --git a/.github/workflows/adev-preview-build.yml b/.github/workflows/adev-preview-build.yml index 0447c34cadd..bf4871b01d1 100644 --- a/.github/workflows/adev-preview-build.yml +++ b/.github/workflows/adev-preview-build.yml @@ -21,16 +21,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work run: yarn bazel build //adev:build --full_build_adev --config=release - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: workflow-artifact-name: 'adev-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/adev-preview-deploy.yml b/.github/workflows/adev-preview-deploy.yml index bd8343953c4..0b590e7212f 100644 --- a/.github/workflows/adev-preview-deploy.yml +++ b/.github/workflows/adev-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'adev-preview' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index a7ee974b39b..b476700dafc 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/branch-manager@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 150fdef4800..d8765efb75a 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -38,7 +38,7 @@ jobs: - uses: ./.github/actions/yarn-install - - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3418637975e..304d3d6c338 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Install node modules @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,13 +61,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -79,13 +79,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -98,11 +98,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -117,13 +117,13 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -135,7 +135,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true node-module-directories: | @@ -143,9 +143,9 @@ jobs: ./packages/zone.js/node_modules ./packages/zone.js/test/typings/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -198,11 +198,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 8b20acca92a..f8741d2adb4 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/pull-request-labeling@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/post-approval-changes@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index e5eb0324796..82bcba31b49 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/google-internal-tests@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/google-internal-tests@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: run-tests-guide-url: http://go/angular-g3sync-start github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 79810ef4677..dc7817d766a 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -13,17 +13,17 @@ jobs: JOBS: 2 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/saucelabs@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Set up Sauce Tunnel Daemon run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS & env: diff --git a/.github/workflows/merge-ready-status.yml b/.github/workflows/merge-ready-status.yml index 3de5ccad720..694be112705 100644 --- a/.github/workflows/merge-ready-status.yml +++ b/.github/workflows/merge-ready-status.yml @@ -9,6 +9,6 @@ jobs: status: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/unified-status-check@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/unified-status-check@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index b33f60460fa..f7c24c2ddc1 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -21,7 +21,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn -s install --frozen-lockfile - id: workflows @@ -36,9 +36,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn -s install --frozen-lockfile # We utilize the google-github-actions/auth action to allow us to get an active credential using workflow diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b85857167f1..e94ca7993d7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Install node modules @@ -39,7 +39,7 @@ jobs: - name: Check code format run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/linting/licenses@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: allow-dependencies-licenses: 'pkg:npm/google-protobuf@' @@ -47,13 +47,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile - name: Run unit tests @@ -65,13 +65,13 @@ jobs: runs-on: ubuntu-latest-8core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run CI tests for framework @@ -91,13 +91,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run integration CI tests for framework @@ -108,11 +108,11 @@ jobs: labels: ubuntu-latest-8core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -125,7 +125,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a with: cache-node-modules: true node-module-directories: | @@ -133,9 +133,9 @@ jobs: ./packages/zone.js/node_modules ./packages/zone.js/test/typings/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a - name: Install node modules run: yarn install --frozen-lockfile - run: | diff --git a/WORKSPACE b/WORKSPACE index a43b7eab48f..d5e416ffa39 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -276,7 +276,7 @@ yarn_install( git_repository( name = "devinfra", - commit = "dfe138678e4edb4789fbe40ae7792c046de3b4bd", + commit = "b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/modules/package.json b/modules/package.json index 9600f9cd517..187db539abd 100644 --- a/modules/package.json +++ b/modules/package.json @@ -2,7 +2,7 @@ "dependencies": { "@angular/animations": "workspace:*", "@angular/benchpress": "workspace:*", - "@angular/build": "20.1.0-next.3", + "@angular/build": "20.1.0-rc.0", "@angular/common": "workspace:*", "@angular/compiler": "workspace:*", "@angular/core": "workspace:*", diff --git a/modules/ssr-benchmarks/package.json b/modules/ssr-benchmarks/package.json index 9f3d24c071a..669c682b9c7 100644 --- a/modules/ssr-benchmarks/package.json +++ b/modules/ssr-benchmarks/package.json @@ -7,7 +7,7 @@ }, "license": "MIT", "dependencies": { - "@angular-devkit/build-angular": "20.1.0-next.3", + "@angular-devkit/build-angular": "20.1.0-rc.0", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/common": "file:../../dist/packages-dist/common", "@angular/compiler": "file:../../dist/packages-dist/compiler", diff --git a/package.json b/package.json index d2726aae2a3..830388ded3d 100644 --- a/package.json +++ b/package.json @@ -52,14 +52,14 @@ }, "// 1": "dependencies are used locally and by bazel", "dependencies": { - "@angular-devkit/build-angular": "20.1.0-next.3", - "@angular-devkit/core": "20.1.0-next.3", - "@angular-devkit/schematics": "20.1.0-next.3", - "@angular/build": "20.1.0-next.3", + "@angular-devkit/build-angular": "20.1.0-rc.0", + "@angular-devkit/core": "20.1.0-rc.0", + "@angular-devkit/schematics": "20.1.0-rc.0", + "@angular/build": "20.1.0-rc.0", "@angular/cdk": "20.1.0-next.2", - "@angular/cli": "20.1.0-next.3", + "@angular/cli": "20.1.0-rc.0", "@angular/material": "20.1.0-next.2", - "@angular/ssr": "20.1.0-next.3", + "@angular/ssr": "20.1.0-rc.0", "@babel/cli": "7.27.2", "@babel/core": "7.27.7", "@babel/generator": "7.27.5", @@ -77,7 +77,7 @@ "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^16.0.0", - "@schematics/angular": "20.1.0-next.3", + "@schematics/angular": "20.1.0-rc.0", "@stackblitz/sdk": "^1.11.0", "@types/angular": "^1.6.47", "@types/babel__core": "7.20.5", @@ -165,9 +165,9 @@ "devDependencies": { "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", - "@angular-devkit/architect-cli": "0.2001.0-next.3", + "@angular-devkit/architect-cli": "0.2001.0-rc.0", "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8fe809d31ea3536087ca56cf7ff9ddd544dba658", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b", "@babel/plugin-proposal-async-generator-functions": "7.20.7", "@bazel/bazelisk": "^1.7.5", "@bazel/buildifier": "^8.0.0", diff --git a/packages/core/test/bundling/package.json b/packages/core/test/bundling/package.json index 77edd6f0f72..c8d47c028ba 100644 --- a/packages/core/test/bundling/package.json +++ b/packages/core/test/bundling/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@angular/animations": "workspace:*", - "@angular/build": "20.1.0-next.3", + "@angular/build": "20.1.0-rc.0", "@angular/common": "workspace:*", "@angular/core": "workspace:*", "@angular/forms": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd2e818d5e4..bea9bef4954 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,23 +15,23 @@ importers: .: dependencies: '@angular-devkit/build-angular': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(protractor@7.0.0)(tsx@4.20.3)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(protractor@7.0.0)(tsx@4.20.3)(typescript@5.8.3) '@angular-devkit/core': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(chokidar@4.0.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(chokidar@4.0.3) '@angular-devkit/schematics': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(chokidar@4.0.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(chokidar@4.0.3) '@angular/build': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) '@angular/cdk': specifier: 20.1.0-next.2 version: 20.1.0-next.2(rxjs@7.8.2) '@angular/cli': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@types/node@18.19.113)(chokidar@4.0.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@types/node@18.19.113)(chokidar@4.0.3) '@angular/compiler': specifier: workspace:* version: link:packages/compiler @@ -42,8 +42,8 @@ importers: specifier: 20.1.0-next.2 version: 20.1.0-next.2(@angular/cdk@20.1.0-next.2)(rxjs@7.8.2) '@angular/ssr': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@babel/cli': specifier: 7.27.2 version: 7.27.2(@babel/core@7.27.7) @@ -93,8 +93,8 @@ importers: specifier: ^16.0.0 version: 16.0.1(rollup@4.44.1) '@schematics/angular': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(chokidar@4.0.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(chokidar@4.0.3) '@stackblitz/sdk': specifier: ^1.11.0 version: 1.11.0 @@ -352,14 +352,14 @@ importers: specifier: ^6.0.0 version: 6.0.1 '@angular-devkit/architect-cli': - specifier: 0.2001.0-next.3 - version: 0.2001.0-next.3(chokidar@4.0.3) + specifier: 0.2001.0-rc.0 + version: 0.2001.0-rc.0(chokidar@4.0.3) '@angular/build-tooling': specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#5db176c0f3211663830fd3ff4064c1dff0eaccb4 - version: github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(chokidar@4.0.3)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.43.1)(tsx@4.20.3)(zone.js@packages+zone.js) + version: github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(chokidar@4.0.3)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.43.1)(tsx@4.20.3)(zone.js@packages+zone.js) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8fe809d31ea3536087ca56cf7ff9ddd544dba658 - version: github.com/angular/dev-infra-private-ng-dev-builds/8fe809d31ea3536087ca56cf7ff9ddd544dba658 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b + version: github.com/angular/dev-infra-private-ng-dev-builds/6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.27.7) @@ -410,7 +410,7 @@ importers: version: 6.38.0 '@inquirer/prompts': specifier: ^7.0.0 - version: 7.5.3(@types/node@18.19.113) + version: 7.6.0(@types/node@18.19.113) '@lezer/common': specifier: ^1.1.2 version: 1.2.3 @@ -589,8 +589,8 @@ importers: specifier: workspace:* version: link:../packages/benchpress '@angular/build': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/localize@packages+localize)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-next.3)(@types/node@24.0.8)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/localize@packages+localize)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-rc.0)(@types/node@24.0.8)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) '@angular/common': specifier: workspace:* version: link:../packages/common @@ -647,7 +647,7 @@ importers: dependencies: '@angular/core': specifier: ^20.1.0-next - version: 20.1.0-next.3(@angular/compiler@packages+compiler)(rxjs@7.8.2)(zone.js@packages+zone.js) + version: 20.1.0-rc.0(@angular/compiler@packages+compiler)(rxjs@7.8.2)(zone.js@packages+zone.js) reflect-metadata: specifier: ^0.2.0 version: 0.2.2 @@ -718,8 +718,8 @@ importers: specifier: workspace:* version: link:../../../animations '@angular/build': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) '@angular/common': specifier: workspace:* version: link:../../../common @@ -981,13 +981,13 @@ packages: '@jridgewell/gen-mapping': 0.3.10 '@jridgewell/trace-mapping': 0.3.27 - /@angular-devkit/architect-cli@0.2001.0-next.3(chokidar@4.0.3): - resolution: {integrity: sha512-2PUTmEaR4aqispSZbUR5I4i0DR4UdMBp0/BU8dXrjSAx6SzGyBRRKWY/CilsMSPL8qkrt8zxhGOPSYUMR0BsaA==, tarball: https://registry.npmjs.org/@angular-devkit/architect-cli/-/architect-cli-0.2001.0-next.3.tgz} + /@angular-devkit/architect-cli@0.2001.0-rc.0(chokidar@4.0.3): + resolution: {integrity: sha512-b7Ce7aZ8jhA9Hm2TBR5d+SiIXcxPyJXHslpQky5Tzp0UlTu2hADDhWyrIYKPg1D+BHOynzIflA8Y4OmEBjRgXA==, tarball: https://registry.npmjs.org/@angular-devkit/architect-cli/-/architect-cli-0.2001.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true dependencies: - '@angular-devkit/architect': 0.2001.0-next.3(chokidar@4.0.3) - '@angular-devkit/core': 20.1.0-next.3(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) ansi-colors: 4.1.3 progress: 2.0.3 yargs-parser: 22.0.0 @@ -1005,17 +1005,17 @@ packages: - chokidar dev: true - /@angular-devkit/architect@0.2001.0-next.3(chokidar@4.0.3): - resolution: {integrity: sha512-DqpkVjY4FuTlL6b2x7I0qp+/Fbj8aTDw0hKVZydrMnPOGXgN1oNEXUmhgCg/XG5WJq4/I/tB0BNcEQ3ZsBlNFw==, tarball: https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2001.0-next.3.tgz} + /@angular-devkit/architect@0.2001.0-rc.0(chokidar@4.0.3): + resolution: {integrity: sha512-yrBSGl4QvwZQD+LpZBSP35U80fh9tA//O+h4i4kVfqSXv3CbLZqCUIXHVsO0T645kINvQWJ7tcx/N6a/sZTOwg==, tarball: https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2001.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 20.1.0-next.3(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - /@angular-devkit/build-angular@20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(protractor@7.0.0)(tsx@4.20.3)(typescript@5.8.3): - resolution: {integrity: sha512-CGOEjCUdcv/+dsoDVVmPCzhYNoc7YUDFyaCJZiN2S5rY9cBrhmKHrCp3AfYSnj8P6vyPEKzzZAdVgEPF/yLa+A==, tarball: https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.1.0-next.3.tgz} + /@angular-devkit/build-angular@20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(protractor@7.0.0)(tsx@4.20.3)(typescript@5.8.3): + resolution: {integrity: sha512-699YE94kW1acCZlna58WijFU/56Hqx3XhshPUkKK5hfGP/8RoYkn86uOcKmxKg+UkMUIYittoBCGwRxByZkxkw==, tarball: https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 @@ -1024,7 +1024,7 @@ packages: '@angular/platform-browser': ^20.0.0 || ^20.1.0-next.0 '@angular/platform-server': ^20.0.0 || ^20.1.0-next.0 '@angular/service-worker': ^20.0.0 || ^20.1.0-next.0 - '@angular/ssr': ^20.1.0-next.3 + '@angular/ssr': ^20.1.0-rc.0 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 @@ -1065,27 +1065,26 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2001.0-next.3(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2001.0-next.3(chokidar@4.0.3)(webpack-dev-server@5.2.2)(webpack@5.99.9) - '@angular-devkit/core': 20.1.0-next.3(chokidar@4.0.3) - '@angular/build': 20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2001.0-rc.0(chokidar@4.0.3)(webpack-dev-server@5.2.2)(webpack@5.99.9) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) + '@angular/build': 20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3) '@angular/compiler-cli': link:packages/compiler-cli - '@angular/ssr': 20.1.0-next.3 - '@babel/core': 7.27.4 + '@angular/ssr': 20.1.0-rc.0 + '@babel/core': 7.27.7 '@babel/generator': 7.27.5 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-runtime': 7.27.4(@babel/core@7.27.4) - '@babel/preset-env': 7.27.2(@babel/core@7.27.4) + '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-runtime': 7.27.4(@babel/core@7.27.7) + '@babel/preset-env': 7.27.2(@babel/core@7.27.7) '@babel/runtime': 7.27.6 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(typescript@5.8.3)(webpack@5.99.9) - '@vitejs/plugin-basic-ssl': 2.0.0(vite@7.0.0) + '@ngtools/webpack': 20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(typescript@5.8.3)(webpack@5.99.9) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.27.4)(webpack@5.99.9) + babel-loader: 10.0.0(@babel/core@7.27.7)(webpack@5.99.9) browserslist: 4.25.1 copy-webpack-plugin: 13.0.0(webpack@5.99.9) css-loader: 7.1.2(webpack@5.99.9) @@ -1104,7 +1103,7 @@ packages: open: 10.1.2 ora: 8.2.0 picomatch: 4.0.2 - piscina: 5.1.1 + piscina: 5.1.2 postcss: 8.5.6 postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.99.9) protractor: 7.0.0 @@ -1145,7 +1144,6 @@ packages: - tsx - uglify-js - utf-8-validate - - vite - vitest - webpack-cli - yaml @@ -1162,14 +1160,14 @@ packages: webpack-sources: 1.3.0 dev: true - /@angular-devkit/build-webpack@0.2001.0-next.3(chokidar@4.0.3)(webpack-dev-server@5.2.2)(webpack@5.99.9): - resolution: {integrity: sha512-cKKkp102Nb2THqsWZKLKeC4KbymzINg6KFFgl6yjzSL4smbbhnjFw6WdE7Z0dC5GH1wCfdgbiJfa+DHICLHc/Q==, tarball: https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2001.0-next.3.tgz} + /@angular-devkit/build-webpack@0.2001.0-rc.0(chokidar@4.0.3)(webpack-dev-server@5.2.2)(webpack@5.99.9): + resolution: {integrity: sha512-qnFL9yv3a/50OSACkH5AMrxyrleJdboaQ/BRWb4GkNiLXOEB81s9RPoPVTGBCpjSoFMnn2tHAe/ixpi3uj0GXA==, tarball: https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2001.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: webpack: ^5.30.0 webpack-dev-server: ^5.0.2 dependencies: - '@angular-devkit/architect': 0.2001.0-next.3(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) rxjs: 7.8.2 webpack: 5.99.9(esbuild@0.25.5) webpack-dev-server: 5.2.2(webpack@5.99.9) @@ -1195,8 +1193,8 @@ packages: source-map: 0.7.4 dev: true - /@angular-devkit/core@20.1.0-next.3(chokidar@4.0.3): - resolution: {integrity: sha512-nIywh/orugl4R6VBO1cicyx7nJnOEVPRbiEfO/iZAAT7EdjDyBSwqlJgR8u86wVyf5HzUlRDhIOnKIu7DOZTyw==, tarball: https://registry.npmjs.org/@angular-devkit/core/-/core-20.1.0-next.3.tgz} + /@angular-devkit/core@20.1.0-rc.0(chokidar@4.0.3): + resolution: {integrity: sha512-fcQPlMvgB4wAjF7SgHHkbdO7mTJkNmbNROr36tW7LlteEbFbGurybUSIdNoXpZg888vd7d+XziT3tYBRnXLn4Q==, tarball: https://registry.npmjs.org/@angular-devkit/core/-/core-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^4.0.0 @@ -1212,11 +1210,11 @@ packages: rxjs: 7.8.2 source-map: 0.7.4 - /@angular-devkit/schematics@20.1.0-next.3(chokidar@4.0.3): - resolution: {integrity: sha512-ZoZ5O7T7pddXvB8FBokEslY44vaa/5jcAQxHgNSZCBKzLYdzV4lLJAcFS5eM5ov3pI//il8an5FHl5nSZM5ifg==, tarball: https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.1.0-next.3.tgz} + /@angular-devkit/schematics@20.1.0-rc.0(chokidar@4.0.3): + resolution: {integrity: sha512-pWQozCfksUuzFPPXDSPvipAESMMqn0DSEHDp6TpLvYtfyebgAxm/g1U+FzUkGcjVWaxfN3dX0aglAS+hDaHinw==, tarball: https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 20.1.0-next.3(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 8.2.0 @@ -1235,7 +1233,7 @@ packages: - zone.js dev: true - /@angular/build@19.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(terser@5.43.1)(tsx@4.20.3)(typescript@5.7.3): + /@angular/build@19.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(terser@5.43.1)(tsx@4.20.3)(typescript@5.7.3): resolution: {integrity: sha512-ALl+MVMYBF+E7HyAQ+1MtE6sNIOAX0o2Sfs0wdIQfM2unRl6jPsz/Ker4BjnNQIK4wRCcstyzBv5mZBDulfFIQ==, tarball: https://registry.npmjs.org/@angular/build/-/build-19.1.0-rc.0.tgz} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: @@ -1272,7 +1270,7 @@ packages: '@angular-devkit/architect': 0.1901.0-rc.0(chokidar@4.0.3) '@angular/compiler': link:packages/compiler '@angular/compiler-cli': link:packages/compiler-cli - '@angular/ssr': 20.1.0-next.3 + '@angular/ssr': 20.1.0-rc.0 '@babel/core': 7.26.0 '@babel/helper-annotate-as-pure': 7.25.9 '@babel/helper-split-export-declaration': 7.24.7 @@ -1313,8 +1311,8 @@ packages: - yaml dev: true - /@angular/build@20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/localize@packages+localize)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-next.3)(@types/node@24.0.8)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3): - resolution: {integrity: sha512-YOKCFk9kHngYWOSvVY5K0epmqspVEtDxzBnIAgIWKAKkePhSW1UZz71O6NhWEG9GXa1QXIJH3phmYvcE2hSyHw==, tarball: https://registry.npmjs.org/@angular/build/-/build-20.1.0-next.3.tgz} + /@angular/build@20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/localize@packages+localize)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-rc.0)(@types/node@24.0.8)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3): + resolution: {integrity: sha512-A2DvjOzV0ibb7Vn6FCWVED3Q7dQ1As1u9iAbrug12Uj618wBhKSYpiEsPVkk+rGa3an65y1HBRsVW3JknCNopw==, tarball: https://registry.npmjs.org/@angular/build/-/build-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^20.0.0 || ^20.1.0-next.0 @@ -1324,7 +1322,7 @@ packages: '@angular/platform-browser': ^20.0.0 || ^20.1.0-next.0 '@angular/platform-server': ^20.0.0 || ^20.1.0-next.0 '@angular/service-worker': ^20.0.0 || ^20.1.0-next.0 - '@angular/ssr': ^20.1.0-next.3 + '@angular/ssr': ^20.1.0-rc.0 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^20.0.0 || ^20.1.0-next.0 @@ -1360,18 +1358,18 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2001.0-next.3(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) '@angular/compiler': link:packages/compiler '@angular/compiler-cli': link:packages/compiler-cli '@angular/core': link:packages/core '@angular/localize': link:packages/localize '@angular/platform-browser': link:packages/platform-browser - '@angular/ssr': 20.1.0-next.3 - '@babel/core': 7.27.4 + '@angular/ssr': 20.1.0-rc.0 + '@babel/core': 7.27.7 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.12(@types/node@24.0.8) - '@vitejs/plugin-basic-ssl': 2.0.0(vite@7.0.0) + '@inquirer/confirm': 5.1.13(@types/node@24.0.8) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.0.0) beasties: 0.3.4 browserslist: 4.25.1 esbuild: 0.25.5 @@ -1384,8 +1382,8 @@ packages: mrmime: 2.0.1 parse5-html-rewriting-stream: 7.1.0 picomatch: 4.0.2 - piscina: 5.1.1 - rollup: 4.44.0 + piscina: 5.1.2 + rollup: 4.44.1 sass: 1.89.2 semver: 7.7.2 source-map-support: 0.5.21 @@ -1395,7 +1393,7 @@ packages: vite: 7.0.0(@types/node@24.0.8)(sass@1.89.2)(terser@5.43.1)(tsx@4.20.3) watchpack: 2.4.4 optionalDependencies: - lmdb: 3.4.0 + lmdb: 3.4.1 transitivePeerDependencies: - '@types/node' - chokidar @@ -1410,8 +1408,8 @@ packages: - yaml dev: false - /@angular/build@20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3): - resolution: {integrity: sha512-YOKCFk9kHngYWOSvVY5K0epmqspVEtDxzBnIAgIWKAKkePhSW1UZz71O6NhWEG9GXa1QXIJH3phmYvcE2hSyHw==, tarball: https://registry.npmjs.org/@angular/build/-/build-20.1.0-next.3.tgz} + /@angular/build@20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/core@packages+core)(@angular/platform-browser@packages+platform-browser)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3): + resolution: {integrity: sha512-A2DvjOzV0ibb7Vn6FCWVED3Q7dQ1As1u9iAbrug12Uj618wBhKSYpiEsPVkk+rGa3an65y1HBRsVW3JknCNopw==, tarball: https://registry.npmjs.org/@angular/build/-/build-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^20.0.0 || ^20.1.0-next.0 @@ -1421,7 +1419,7 @@ packages: '@angular/platform-browser': ^20.0.0 || ^20.1.0-next.0 '@angular/platform-server': ^20.0.0 || ^20.1.0-next.0 '@angular/service-worker': ^20.0.0 || ^20.1.0-next.0 - '@angular/ssr': ^20.1.0-next.3 + '@angular/ssr': ^20.1.0-rc.0 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^20.0.0 || ^20.1.0-next.0 @@ -1457,17 +1455,17 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2001.0-next.3(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) '@angular/compiler': link:packages/compiler '@angular/compiler-cli': link:packages/compiler-cli '@angular/core': link:packages/core '@angular/platform-browser': link:packages/platform-browser - '@angular/ssr': 20.1.0-next.3 - '@babel/core': 7.27.4 + '@angular/ssr': 20.1.0-rc.0 + '@babel/core': 7.27.7 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.12(@types/node@18.19.113) - '@vitejs/plugin-basic-ssl': 2.0.0(vite@7.0.0) + '@inquirer/confirm': 5.1.13(@types/node@18.19.113) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.0.0) beasties: 0.3.4 browserslist: 4.25.1 esbuild: 0.25.5 @@ -1480,8 +1478,8 @@ packages: mrmime: 2.0.1 parse5-html-rewriting-stream: 7.1.0 picomatch: 4.0.2 - piscina: 5.1.1 - rollup: 4.44.0 + piscina: 5.1.2 + rollup: 4.44.1 sass: 1.89.2 semver: 7.7.2 source-map-support: 0.5.21 @@ -1491,7 +1489,7 @@ packages: vite: 7.0.0(@types/node@18.19.113)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(tsx@4.20.3) watchpack: 2.4.4 optionalDependencies: - lmdb: 3.4.0 + lmdb: 3.4.1 transitivePeerDependencies: - '@types/node' - chokidar @@ -1506,8 +1504,8 @@ packages: - yaml dev: false - /@angular/build@20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3): - resolution: {integrity: sha512-YOKCFk9kHngYWOSvVY5K0epmqspVEtDxzBnIAgIWKAKkePhSW1UZz71O6NhWEG9GXa1QXIJH3phmYvcE2hSyHw==, tarball: https://registry.npmjs.org/@angular/build/-/build-20.1.0-next.3.tgz} + /@angular/build@20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(karma@6.4.4)(less@4.3.0)(postcss@8.5.6)(terser@5.43.1)(tslib@2.8.1)(tsx@4.20.3)(typescript@5.8.3): + resolution: {integrity: sha512-A2DvjOzV0ibb7Vn6FCWVED3Q7dQ1As1u9iAbrug12Uj618wBhKSYpiEsPVkk+rGa3an65y1HBRsVW3JknCNopw==, tarball: https://registry.npmjs.org/@angular/build/-/build-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler': ^20.0.0 || ^20.1.0-next.0 @@ -1517,7 +1515,7 @@ packages: '@angular/platform-browser': ^20.0.0 || ^20.1.0-next.0 '@angular/platform-server': ^20.0.0 || ^20.1.0-next.0 '@angular/service-worker': ^20.0.0 || ^20.1.0-next.0 - '@angular/ssr': ^20.1.0-next.3 + '@angular/ssr': ^20.1.0-rc.0 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^20.0.0 || ^20.1.0-next.0 @@ -1553,15 +1551,15 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2001.0-next.3(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) '@angular/compiler': link:packages/compiler '@angular/compiler-cli': link:packages/compiler-cli - '@angular/ssr': 20.1.0-next.3 - '@babel/core': 7.27.4 + '@angular/ssr': 20.1.0-rc.0 + '@babel/core': 7.27.7 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.12(@types/node@18.19.113) - '@vitejs/plugin-basic-ssl': 2.0.0(vite@7.0.0) + '@inquirer/confirm': 5.1.13(@types/node@18.19.113) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.0.0) beasties: 0.3.4 browserslist: 4.25.1 esbuild: 0.25.5 @@ -1575,9 +1573,9 @@ packages: mrmime: 2.0.1 parse5-html-rewriting-stream: 7.1.0 picomatch: 4.0.2 - piscina: 5.1.1 + piscina: 5.1.2 postcss: 8.5.6 - rollup: 4.44.0 + rollup: 4.44.1 sass: 1.89.2 semver: 7.7.2 source-map-support: 0.5.21 @@ -1587,7 +1585,7 @@ packages: vite: 7.0.0(@types/node@18.19.113)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(tsx@4.20.3) watchpack: 2.4.4 optionalDependencies: - lmdb: 3.4.0 + lmdb: 3.4.1 transitivePeerDependencies: - '@types/node' - chokidar @@ -1614,18 +1612,18 @@ packages: tslib: 2.8.1 dev: false - /@angular/cli@20.1.0-next.3(@types/node@18.19.113)(chokidar@4.0.3): - resolution: {integrity: sha512-i49Bnopuw1WyJecMeShA9QkpnzKEeHbao2wJiqxvJu2KsRoFS6/dtF9qS7Uesj4QG2YX5gpk3eiYAWj7tS+nnA==, tarball: https://registry.npmjs.org/@angular/cli/-/cli-20.1.0-next.3.tgz} + /@angular/cli@20.1.0-rc.0(@types/node@18.19.113)(chokidar@4.0.3): + resolution: {integrity: sha512-Rpg1SmAfqOZZ5rnqp531Nc/bOCnq/3Os6182ARZpIf2o95IauzQxvZlhJMyu+gmN5Fkt82jzlsU+DMhXvSj72Q==, tarball: https://registry.npmjs.org/@angular/cli/-/cli-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} hasBin: true dependencies: - '@angular-devkit/architect': 0.2001.0-next.3(chokidar@4.0.3) - '@angular-devkit/core': 20.1.0-next.3(chokidar@4.0.3) - '@angular-devkit/schematics': 20.1.0-next.3(chokidar@4.0.3) - '@inquirer/prompts': 7.5.3(@types/node@18.19.113) - '@listr2/prompt-adapter-inquirer': 2.0.22(@inquirer/prompts@7.5.3) - '@modelcontextprotocol/sdk': 1.13.1 - '@schematics/angular': 20.1.0-next.3(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) + '@angular-devkit/schematics': 20.1.0-rc.0(chokidar@4.0.3) + '@inquirer/prompts': 7.6.0(@types/node@18.19.113) + '@listr2/prompt-adapter-inquirer': 2.0.22(@inquirer/prompts@7.6.0) + '@modelcontextprotocol/sdk': 1.13.3 + '@schematics/angular': 20.1.0-rc.0(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 ini: 5.0.0 jsonc-parser: 3.3.1 @@ -1654,11 +1652,11 @@ packages: zone.js: link:packages/zone.js dev: true - /@angular/core@20.1.0-next.3(@angular/compiler@packages+compiler)(rxjs@7.8.2)(zone.js@packages+zone.js): - resolution: {integrity: sha512-QUYew+W6NyP7oiQ5XgKP1fPeT2MJiy+SlzkxxfP2tzQBh/c5tjSlHvj12hF+WeyKe94wirz3sMnCP7tfMB6jlA==, tarball: https://registry.npmjs.org/@angular/core/-/core-20.1.0-next.3.tgz} + /@angular/core@20.1.0-rc.0(@angular/compiler@packages+compiler)(rxjs@7.8.2)(zone.js@packages+zone.js): + resolution: {integrity: sha512-dsyi29ieAjKEMspq8I9/CEtg6yPVleHk6Ii31wN3iMtKuEfAu30EZNtFgCqKzv3j4ZvJH/sBV4yh0FSZJSfgCA==, tarball: https://registry.npmjs.org/@angular/core/-/core-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.1.0-next.3 + '@angular/compiler': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -1688,8 +1686,8 @@ packages: tslib: 2.8.1 dev: false - /@angular/ssr@20.1.0-next.3: - resolution: {integrity: sha512-TUsLHgJf7K9zCgwtF5V0zbkFJYdv75u/4vfJrcV2C3x3bYl2fK+r0dml1TcT7A0TU6efxEc2gal6s8nHpuGt0g==, tarball: https://registry.npmjs.org/@angular/ssr/-/ssr-20.1.0-next.3.tgz} + /@angular/ssr@20.1.0-rc.0: + resolution: {integrity: sha512-XG49DFtwyQH5wLd4RRKk4QebBXHXPYUXyitWHLRV0KTTwHfYMIKEt3w54+wmeo7Zq5MjzEhimz4qzW95WFWhpg==, tarball: https://registry.npmjs.org/@angular/ssr/-/ssr-20.1.0-rc.0.tgz} peerDependencies: '@angular/common': ^20.0.0 || ^20.1.0-next.0 '@angular/core': ^20.0.0 || ^20.1.0-next.0 @@ -1809,29 +1807,6 @@ packages: - supports-color dev: true - /@babel/core@7.27.4: - resolution: {integrity: sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==, tarball: https://registry.npmjs.org/@babel/core/-/core-7.27.4.tgz} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.27.5 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) - '@babel/helpers': 7.27.6 - '@babel/parser': 7.27.7 - '@babel/template': 7.27.2 - '@babel/traverse': 7.27.7 - '@babel/types': 7.27.7 - convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@10.0.0) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: false - /@babel/core@7.27.7: resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==, tarball: https://registry.npmjs.org/@babel/core/-/core-7.27.7.tgz} engines: {node: '>=6.9.0'} @@ -1887,17 +1862,17 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.4): + /@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==, tarball: https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-annotate-as-pure': 7.27.3 '@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.27.4) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.27.7 semver: 6.3.1 @@ -1905,24 +1880,24 @@ packages: - supports-color dev: false - /@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.27.4): + /@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==, tarball: https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.2.0 semver: 6.3.1 dev: false - /@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.27.4): + /@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.27.7): resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==, tarball: https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 debug: 4.4.1(supports-color@10.0.0) @@ -1986,20 +1961,6 @@ packages: - supports-color dev: true - /@babel/helper-module-transforms@7.27.3(@babel/core@7.27.4): - resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==, tarball: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.27.4 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.27.7 - transitivePeerDependencies: - - supports-color - dev: false - /@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7): resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==, tarball: https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz} engines: {node: '>=6.9.0'} @@ -2024,20 +1985,6 @@ packages: resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==, tarball: https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.4): - resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==, tarball: https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.27.4 - '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-wrap-function': 7.27.1 - '@babel/traverse': 7.27.7 - transitivePeerDependencies: - - supports-color - dev: false - /@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==, tarball: https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz} engines: {node: '>=6.9.0'} @@ -2050,15 +1997,14 @@ packages: '@babel/traverse': 7.27.7 transitivePeerDependencies: - supports-color - dev: true - /@babel/helper-replace-supers@7.27.1(@babel/core@7.27.4): + /@babel/helper-replace-supers@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==, tarball: https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-member-expression-to-functions': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.27.7 @@ -2118,60 +2064,60 @@ packages: dependencies: '@babel/types': 7.27.7 - /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.4): + /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==, tarball: https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.27.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.4): + /@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==, tarball: https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.4): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==, tarball: https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.4): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==, tarball: https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.4) + '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.7) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.27.4): + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==, tarball: https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.27.7 transitivePeerDependencies: @@ -2194,13 +2140,13 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.4): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.7): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, tarball: https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 dev: false /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.27.7): @@ -2240,13 +2186,13 @@ packages: '@babel/helper-plugin-utils': 7.27.1 dev: true - /@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.27.4): + /@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false @@ -2260,16 +2206,6 @@ packages: '@babel/helper-plugin-utils': 7.27.1 dev: true - /@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.4): - resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.27.4 - '@babel/helper-plugin-utils': 7.27.1 - dev: false - /@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz} engines: {node: '>=6.9.0'} @@ -2278,7 +2214,6 @@ packages: dependencies: '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.27.7): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz} @@ -2392,224 +2327,224 @@ packages: '@babel/helper-plugin-utils': 7.27.1 dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.27.4): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.27.7): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, tarball: https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.4) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7) '@babel/traverse': 7.27.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.4) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==, tarball: https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-block-scoping@7.27.5(@babel/core@7.27.4): + /@babel/plugin-transform-block-scoping@7.27.5(@babel/core@7.27.7): resolution: {integrity: sha512-JF6uE2s67f0y2RZcm2kpAUEbD50vH62TyWVebxwHAlbSdM49VqPz8t4a1uIjp4NIOIZ4xzLfjY5emt/RCyC7TQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.5.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-classes@7.27.7(@babel/core@7.27.4): + /@babel/plugin-transform-classes@7.27.7(@babel/core@7.27.7): resolution: {integrity: sha512-CuLkokN1PEZ0Fsjtq+001aog/C2drDK9nTfK/NRK0n6rBin6cBrvM+zfQjDE+UllhR6/J4a6w8Xq9i4yi3mQrw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.27.7.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) '@babel/traverse': 7.27.7 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/template': 7.27.2 dev: false - /@babel/plugin-transform-destructuring@7.27.7(@babel/core@7.27.4): + /@babel/plugin-transform-destructuring@7.27.7(@babel/core@7.27.7): resolution: {integrity: sha512-pg3ZLdIKWCP0CrJm0O4jYjVthyBeioVfvz9nwt6o5paUxsgJ/8GucSMAIaj6M7xA4WY+SrvtGu2LijzkdyecWQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.7.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.27.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==, tarball: https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==, tarball: https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.27.7 @@ -2617,80 +2552,80 @@ packages: - supports-color dev: false - /@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==, tarball: https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 '@babel/traverse': 7.27.7 @@ -2698,389 +2633,389 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==, tarball: https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==, tarball: https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-object-rest-spread@7.27.7(@babel/core@7.27.4): + /@babel/plugin-transform-object-rest-spread@7.27.7(@babel/core@7.27.7): resolution: {integrity: sha512-201B1kFTWhckclcXpWHc8uUpYziDX/Pl4rxl0ZX0DiCZ3jknwfSUALL3QCYeeXXB37yWxJbo+g+Vfq8pAaHi3w==, tarball: https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.7.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-destructuring': 7.27.7(@babel/core@7.27.4) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.27.4) + '@babel/plugin-transform-destructuring': 7.27.7(@babel/core@7.27.7) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.27.7) '@babel/traverse': 7.27.7 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==, tarball: https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.4) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==, tarball: https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==, tarball: https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-parameters@7.27.7(@babel/core@7.27.4): + /@babel/plugin-transform-parameters@7.27.7(@babel/core@7.27.7): resolution: {integrity: sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==, tarball: https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-regenerator@7.27.5(@babel/core@7.27.4): + /@babel/plugin-transform-regenerator@7.27.5(@babel/core@7.27.7): resolution: {integrity: sha512-uhB8yHerfe3MWnuLAhEbeQ4afVoqv8BQsPqrTv7e/jZ9y00kJL6l9a/f4OWaKxotmjzewfEyXE1vgDJenkQ2/Q==, tarball: https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.5.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==, tarball: https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-runtime@7.27.4(@babel/core@7.27.4): + /@babel/plugin-transform-runtime@7.27.4(@babel/core@7.27.7): resolution: {integrity: sha512-D68nR5zxU64EUzV8i7T3R5XP0Xhrou/amNnddsRQssx6GrTLdZl1rLxyjtVZBd+v/NVX4AbTPOB5aU8thAZV1A==, tarball: https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.27.4.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.27.4) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.4) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.27.4) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.27.7) + babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.7) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.27.7) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==, tarball: https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-spread@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-spread@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==, tarball: https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==, tarball: https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==, tarball: https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==, tarball: https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==, tarball: https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.27.4): + /@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.27.7): resolution: {integrity: sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==, tarball: https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 dev: false - /@babel/preset-env@7.27.2(@babel/core@7.27.4): + /@babel/preset-env@7.27.2(@babel/core@7.27.7): resolution: {integrity: sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==, tarball: https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.27.2.tgz} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.27.7 - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.4) - '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.27.4) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-block-scoping': 7.27.5(@babel/core@7.27.4) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-classes': 7.27.7(@babel/core@7.27.4) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-destructuring': 7.27.7(@babel/core@7.27.4) - '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-object-rest-spread': 7.27.7(@babel/core@7.27.4) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.27.4) - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-regenerator': 7.27.5(@babel/core@7.27.4) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.27.4) - '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.27.4) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.27.4) - babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.27.4) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.4) - babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.27.4) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.7) + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.27.7) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-block-scoping': 7.27.5(@babel/core@7.27.7) + '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-classes': 7.27.7(@babel/core@7.27.7) + '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-destructuring': 7.27.7(@babel/core@7.27.7) + '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-object-rest-spread': 7.27.7(@babel/core@7.27.7) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.27.7) + '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-regenerator': 7.27.5(@babel/core@7.27.7) + '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.27.7) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.27.7) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.27.7) + babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.7) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.27.7) core-js-compat: 3.43.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.27.4): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.27.7): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, tarball: https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/types': 7.27.7 esutils: 2.0.3 @@ -4161,8 +4096,8 @@ packages: - supports-color dev: true - /@inquirer/checkbox@4.1.8(@types/node@18.19.113): - resolution: {integrity: sha512-d/QAsnwuHX2OPolxvYcgSj7A9DO9H6gVOy2DvBTx+P2LH2iRTo/RSGV3iwCzW024nP9hw98KIuDmdyhZQj1UQg==, tarball: https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.8.tgz} + /@inquirer/checkbox@4.1.9(@types/node@18.19.113): + resolution: {integrity: sha512-DBJBkzI5Wx4jFaYm221LHvAhpKYkhVS0k9plqHwaHhofGNxvYB7J3Bz8w+bFJ05zaMb0sZNHo4KdmENQFlNTuQ==, tarball: https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.9.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4170,7 +4105,7 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/figures': 1.0.12 '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 @@ -4183,13 +4118,13 @@ packages: peerDependencies: '@types/node': '>=18' dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 dev: true - /@inquirer/confirm@5.1.12(@types/node@18.19.113): - resolution: {integrity: sha512-dpq+ielV9/bqgXRUbNH//KsY6WEw9DrGPmipkpmgC1Y46cwuBTNx7PXFWTjc3MQ+urcc0QxoVHcMI0FW4Ok0hg==, tarball: https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.12.tgz} + /@inquirer/confirm@5.1.13(@types/node@18.19.113): + resolution: {integrity: sha512-EkCtvp67ICIVVzjsquUiVSd+V5HRGOGQfsqA4E4vMWhYnB7InUL0pa0TIWt1i+OfP16Gkds8CdIu6yGZwOM1Yw==, tarball: https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.13.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4197,12 +4132,12 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 - /@inquirer/confirm@5.1.12(@types/node@24.0.8): - resolution: {integrity: sha512-dpq+ielV9/bqgXRUbNH//KsY6WEw9DrGPmipkpmgC1Y46cwuBTNx7PXFWTjc3MQ+urcc0QxoVHcMI0FW4Ok0hg==, tarball: https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.12.tgz} + /@inquirer/confirm@5.1.13(@types/node@24.0.8): + resolution: {integrity: sha512-EkCtvp67ICIVVzjsquUiVSd+V5HRGOGQfsqA4E4vMWhYnB7InUL0pa0TIWt1i+OfP16Gkds8CdIu6yGZwOM1Yw==, tarball: https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.13.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4210,13 +4145,13 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@24.0.8) + '@inquirer/core': 10.1.14(@types/node@24.0.8) '@inquirer/type': 3.0.7(@types/node@24.0.8) '@types/node': 24.0.8 dev: false - /@inquirer/core@10.1.13(@types/node@18.19.113): - resolution: {integrity: sha512-1viSxebkYN2nJULlzCxES6G9/stgHSepZ9LqqfdIGPHj5OHhiBUXVS0a6R0bEC2A+VL4D9w6QB66ebCr6HGllA==, tarball: https://registry.npmjs.org/@inquirer/core/-/core-10.1.13.tgz} + /@inquirer/core@10.1.14(@types/node@18.19.113): + resolution: {integrity: sha512-Ma+ZpOJPewtIYl6HZHZckeX1STvDnHTCB2GVINNUlSEn2Am6LddWwfPkIGY0IUFVjUUrr/93XlBwTK6mfLjf0A==, tarball: https://registry.npmjs.org/@inquirer/core/-/core-10.1.14.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4234,8 +4169,8 @@ packages: wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.2 - /@inquirer/core@10.1.13(@types/node@24.0.8): - resolution: {integrity: sha512-1viSxebkYN2nJULlzCxES6G9/stgHSepZ9LqqfdIGPHj5OHhiBUXVS0a6R0bEC2A+VL4D9w6QB66ebCr6HGllA==, tarball: https://registry.npmjs.org/@inquirer/core/-/core-10.1.13.tgz} + /@inquirer/core@10.1.14(@types/node@24.0.8): + resolution: {integrity: sha512-Ma+ZpOJPewtIYl6HZHZckeX1STvDnHTCB2GVINNUlSEn2Am6LddWwfPkIGY0IUFVjUUrr/93XlBwTK6mfLjf0A==, tarball: https://registry.npmjs.org/@inquirer/core/-/core-10.1.14.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4254,8 +4189,8 @@ packages: yoctocolors-cjs: 2.1.2 dev: false - /@inquirer/editor@4.2.13(@types/node@18.19.113): - resolution: {integrity: sha512-WbicD9SUQt/K8O5Vyk9iC2ojq5RHoCLK6itpp2fHsWe44VxxcA9z3GTWlvjSTGmMQpZr+lbVmrxdHcumJoLbMA==, tarball: https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.13.tgz} + /@inquirer/editor@4.2.14(@types/node@18.19.113): + resolution: {integrity: sha512-yd2qtLl4QIIax9DTMZ1ZN2pFrrj+yL3kgIWxm34SS6uwCr0sIhsNyudUjAo5q3TqI03xx4SEBkUJqZuAInp9uA==, tarball: https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.14.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4263,13 +4198,13 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 external-editor: 3.1.0 - /@inquirer/expand@4.0.15(@types/node@18.19.113): - resolution: {integrity: sha512-4Y+pbr/U9Qcvf+N/goHzPEXiHH8680lM3Dr3Y9h9FFw4gHS+zVpbj8LfbKWIb/jayIB4aSO4pWiBTrBYWkvi5A==, tarball: https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.15.tgz} + /@inquirer/expand@4.0.16(@types/node@18.19.113): + resolution: {integrity: sha512-oiDqafWzMtofeJyyGkb1CTPaxUkjIcSxePHHQCfif8t3HV9pHcw1Kgdw3/uGpDvaFfeTluwQtWiqzPVjAqS3zA==, tarball: https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.16.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4277,7 +4212,7 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 yoctocolors-cjs: 2.1.2 @@ -4286,8 +4221,8 @@ packages: resolution: {integrity: sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==, tarball: https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.12.tgz} engines: {node: '>=18'} - /@inquirer/input@4.1.12(@types/node@18.19.113): - resolution: {integrity: sha512-xJ6PFZpDjC+tC1P8ImGprgcsrzQRsUh9aH3IZixm1lAZFK49UGHxM3ltFfuInN2kPYNfyoPRh+tU4ftsjPLKqQ==, tarball: https://registry.npmjs.org/@inquirer/input/-/input-4.1.12.tgz} + /@inquirer/input@4.2.0(@types/node@18.19.113): + resolution: {integrity: sha512-opqpHPB1NjAmDISi3uvZOTrjEEU5CWVu/HBkDby8t93+6UxYX0Z7Ps0Ltjm5sZiEbWenjubwUkivAEYQmy9xHw==, tarball: https://registry.npmjs.org/@inquirer/input/-/input-4.2.0.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4295,12 +4230,12 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 - /@inquirer/number@3.0.15(@types/node@18.19.113): - resolution: {integrity: sha512-xWg+iYfqdhRiM55MvqiTCleHzszpoigUpN5+t1OMcRkJrUrw7va3AzXaxvS+Ak7Gny0j2mFSTv2JJj8sMtbV2g==, tarball: https://registry.npmjs.org/@inquirer/number/-/number-3.0.15.tgz} + /@inquirer/number@3.0.16(@types/node@18.19.113): + resolution: {integrity: sha512-kMrXAaKGavBEoBYUCgualbwA9jWUx2TjMA46ek+pEKy38+LFpL9QHlTd8PO2kWPUgI/KB+qi02o4y2rwXbzr3Q==, tarball: https://registry.npmjs.org/@inquirer/number/-/number-3.0.16.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4308,12 +4243,12 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 - /@inquirer/password@4.0.15(@types/node@18.19.113): - resolution: {integrity: sha512-75CT2p43DGEnfGTaqFpbDC2p2EEMrq0S+IRrf9iJvYreMy5mAWj087+mdKyLHapUEPLjN10mNvABpGbk8Wdraw==, tarball: https://registry.npmjs.org/@inquirer/password/-/password-4.0.15.tgz} + /@inquirer/password@4.0.16(@types/node@18.19.113): + resolution: {integrity: sha512-g8BVNBj5Zeb5/Y3cSN+hDUL7CsIFDIuVxb9EPty3lkxBaYpjL5BNRKSYOF9yOLe+JOcKFd+TSVeADQ4iSY7rbg==, tarball: https://registry.npmjs.org/@inquirer/password/-/password-4.0.16.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4321,13 +4256,13 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 ansi-escapes: 4.3.2 - /@inquirer/prompts@7.5.3(@types/node@18.19.113): - resolution: {integrity: sha512-8YL0WiV7J86hVAxrh3fE5mDCzcTDe1670unmJRz6ArDgN+DBK1a0+rbnNWp4DUB5rPMwqD5ZP6YHl9KK1mbZRg==, tarball: https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.5.3.tgz} + /@inquirer/prompts@7.6.0(@types/node@18.19.113): + resolution: {integrity: sha512-jAhL7tyMxB3Gfwn4HIJ0yuJ5pvcB5maYUcouGcgd/ub79f9MqZ+aVnBtuFf+VC2GTkCBF+R+eo7Vi63w5VZlzw==, tarball: https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.6.0.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4335,20 +4270,20 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/checkbox': 4.1.8(@types/node@18.19.113) - '@inquirer/confirm': 5.1.12(@types/node@18.19.113) - '@inquirer/editor': 4.2.13(@types/node@18.19.113) - '@inquirer/expand': 4.0.15(@types/node@18.19.113) - '@inquirer/input': 4.1.12(@types/node@18.19.113) - '@inquirer/number': 3.0.15(@types/node@18.19.113) - '@inquirer/password': 4.0.15(@types/node@18.19.113) - '@inquirer/rawlist': 4.1.3(@types/node@18.19.113) - '@inquirer/search': 3.0.15(@types/node@18.19.113) - '@inquirer/select': 4.2.3(@types/node@18.19.113) + '@inquirer/checkbox': 4.1.9(@types/node@18.19.113) + '@inquirer/confirm': 5.1.13(@types/node@18.19.113) + '@inquirer/editor': 4.2.14(@types/node@18.19.113) + '@inquirer/expand': 4.0.16(@types/node@18.19.113) + '@inquirer/input': 4.2.0(@types/node@18.19.113) + '@inquirer/number': 3.0.16(@types/node@18.19.113) + '@inquirer/password': 4.0.16(@types/node@18.19.113) + '@inquirer/rawlist': 4.1.4(@types/node@18.19.113) + '@inquirer/search': 3.0.16(@types/node@18.19.113) + '@inquirer/select': 4.2.4(@types/node@18.19.113) '@types/node': 18.19.113 - /@inquirer/rawlist@4.1.3(@types/node@18.19.113): - resolution: {integrity: sha512-7XrV//6kwYumNDSsvJIPeAqa8+p7GJh7H5kRuxirct2cgOcSWwwNGoXDRgpNFbY/MG2vQ4ccIWCi8+IXXyFMZA==, tarball: https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.3.tgz} + /@inquirer/rawlist@4.1.4(@types/node@18.19.113): + resolution: {integrity: sha512-5GGvxVpXXMmfZNtvWw4IsHpR7RzqAR624xtkPd1NxxlV5M+pShMqzL4oRddRkg8rVEOK9fKdJp1jjVML2Lr7TQ==, tarball: https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.4.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4356,13 +4291,13 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 yoctocolors-cjs: 2.1.2 - /@inquirer/search@3.0.15(@types/node@18.19.113): - resolution: {integrity: sha512-YBMwPxYBrADqyvP4nNItpwkBnGGglAvCLVW8u4pRmmvOsHUtCAUIMbUrLX5B3tFL1/WsLGdQ2HNzkqswMs5Uaw==, tarball: https://registry.npmjs.org/@inquirer/search/-/search-3.0.15.tgz} + /@inquirer/search@3.0.16(@types/node@18.19.113): + resolution: {integrity: sha512-POCmXo+j97kTGU6aeRjsPyuCpQQfKcMXdeTMw708ZMtWrj5aykZvlUxH4Qgz3+Y1L/cAVZsSpA+UgZCu2GMOMg==, tarball: https://registry.npmjs.org/@inquirer/search/-/search-3.0.16.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4370,14 +4305,14 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/figures': 1.0.12 '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 yoctocolors-cjs: 2.1.2 - /@inquirer/select@4.2.3(@types/node@18.19.113): - resolution: {integrity: sha512-OAGhXU0Cvh0PhLz9xTF/kx6g6x+sP+PcyTiLvCrewI99P3BBeexD+VbuwkNDvqGkk3y2h5ZiWLeRP7BFlhkUDg==, tarball: https://registry.npmjs.org/@inquirer/select/-/select-4.2.3.tgz} + /@inquirer/select@4.2.4(@types/node@18.19.113): + resolution: {integrity: sha512-unTppUcTjmnbl/q+h8XeQDhAqIOmwWYWNyiiP2e3orXrg6tOaa5DHXja9PChCSbChOsktyKgOieRZFnajzxoBg==, tarball: https://registry.npmjs.org/@inquirer/select/-/select-4.2.4.tgz} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -4385,7 +4320,7 @@ packages: '@types/node': optional: true dependencies: - '@inquirer/core': 10.1.13(@types/node@18.19.113) + '@inquirer/core': 10.1.14(@types/node@18.19.113) '@inquirer/figures': 1.0.12 '@inquirer/type': 3.0.7(@types/node@18.19.113) '@types/node': 18.19.113 @@ -4840,13 +4775,13 @@ packages: '@lezer/lr': 1.4.2 dev: true - /@listr2/prompt-adapter-inquirer@2.0.22(@inquirer/prompts@7.5.3): + /@listr2/prompt-adapter-inquirer@2.0.22(@inquirer/prompts@7.6.0): resolution: {integrity: sha512-hV36ZoY+xKL6pYOt1nPNnkciFkn89KZwqLhAFzJvYysAvL5uBQdiADZx/8bIDXIukzzwG0QlPYolgMzQUtKgpQ==, tarball: https://registry.npmjs.org/@listr2/prompt-adapter-inquirer/-/prompt-adapter-inquirer-2.0.22.tgz} engines: {node: '>=18.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' dependencies: - '@inquirer/prompts': 7.5.3(@types/node@18.19.113) + '@inquirer/prompts': 7.6.0(@types/node@18.19.113) '@inquirer/type': 1.5.5 dev: false @@ -4857,8 +4792,8 @@ packages: dev: true optional: true - /@lmdb/lmdb-darwin-arm64@3.4.0: - resolution: {integrity: sha512-VP7cMUlyXvmClX33iM21tKRyTZFCJGZg1YSQIcAXwWxnj7J50+Tqs9KhDjCSuMu4WHLWF59ATIlLD1MKgogYDw==, tarball: https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.4.0.tgz} + /@lmdb/lmdb-darwin-arm64@3.4.1: + resolution: {integrity: sha512-kKeP5PaY3bFrrF6GY5aDd96iuh1eoS+5CHJ+7hIP629KIEwzGNwbIzBmEX9TAhRJOivSRDTHCIsbu//+NsYKkg==, tarball: https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.4.1.tgz} cpu: [arm64] os: [darwin] dev: false @@ -4871,8 +4806,8 @@ packages: dev: true optional: true - /@lmdb/lmdb-darwin-x64@3.4.0: - resolution: {integrity: sha512-h97XIhEwO1uczrX4rLDo0QEgyB8MmawEjvLqjXucDRlpvOGGQALlNYf9DedMdoofLNnMK+mboWvYEcL/Y5Kk6Q==, tarball: https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.4.0.tgz} + /@lmdb/lmdb-darwin-x64@3.4.1: + resolution: {integrity: sha512-9CMB3seTyHs3EOVWdKiB8IIEDBJ3Gq00Tqyi0V7DS3HL90BjM/AkbZGuhzXwPrfeFazR24SKaRrUQF74f+CmWw==, tarball: https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.4.1.tgz} cpu: [x64] os: [darwin] dev: false @@ -4885,8 +4820,8 @@ packages: dev: true optional: true - /@lmdb/lmdb-linux-arm64@3.4.0: - resolution: {integrity: sha512-3tlodxrfszxOX0M1gkx2pucb++5LfdiHLA2uCLld+UJy6S0oPvqiWgAxUT4CyAX7X0Gy+JT8h0Nv6yDlwnC5EA==, tarball: https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.4.0.tgz} + /@lmdb/lmdb-linux-arm64@3.4.1: + resolution: {integrity: sha512-d0vuXOdoKjHHJYZ/CRWopnkOiUpev+bgBBW+1tXtWsYWUj8uxl9ZmTBEmsL5mjUlpQDrlYiJSrhOU1hg5QWBSw==, tarball: https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.4.1.tgz} cpu: [arm64] os: [linux] dev: false @@ -4899,8 +4834,8 @@ packages: dev: true optional: true - /@lmdb/lmdb-linux-arm@3.4.0: - resolution: {integrity: sha512-2LP+By96O1PG9o1on+3RJlUwD31xMi1VaWlDx8Y7fI6KYeXt89ZkJivDZEWd6KG9D8fNbAcrdkt+9rwFoeNMvg==, tarball: https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.4.0.tgz} + /@lmdb/lmdb-linux-arm@3.4.1: + resolution: {integrity: sha512-1Mi69vU0akHgCI7tF6YbimPaNEKJiBm/p5A+aM8egr0joj27cQmCCOm2mZQ+Ht2BqmCfZaIgQnMg4gFYNMlpCA==, tarball: https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.4.1.tgz} cpu: [arm] os: [linux] dev: false @@ -4913,15 +4848,15 @@ packages: dev: true optional: true - /@lmdb/lmdb-linux-x64@3.4.0: - resolution: {integrity: sha512-VnpUdqJggi8fc9sI1H50Bsd00ywL0O1OtaNkBYVwhmHlD7elaTElpbLo6FDEyCND3u4zxw061WPWpdgf5TZcuQ==, tarball: https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.4.0.tgz} + /@lmdb/lmdb-linux-x64@3.4.1: + resolution: {integrity: sha512-00RbEpvfnyPodlICiGFuiOmyvWaL9nzCRSqZz82BVFsGTiSQnnF0gpD1C8tO6OvtptELbtRuM7BS9f97LcowZw==, tarball: https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.4.1.tgz} cpu: [x64] os: [linux] dev: false optional: true - /@lmdb/lmdb-win32-arm64@3.4.0: - resolution: {integrity: sha512-/17y6BqO09MbhmwPsg+5yN8GlGb3rv7Vt644lhhascLbVYJdmwSdpss0vNqFYwPdVEkmhvwmbXWLeXFaDxSJQw==, tarball: https://registry.npmjs.org/@lmdb/lmdb-win32-arm64/-/lmdb-win32-arm64-3.4.0.tgz} + /@lmdb/lmdb-win32-arm64@3.4.1: + resolution: {integrity: sha512-4h8tm3i1ODf+28UyqQZLP7c2jmRM26AyEEyYp994B4GiBdGvGAsYUu3oiHANYK9xFpvLuFzyGeqFm1kdNC0D1A==, tarball: https://registry.npmjs.org/@lmdb/lmdb-win32-arm64/-/lmdb-win32-arm64-3.4.1.tgz} cpu: [arm64] os: [win32] dev: false @@ -4934,8 +4869,8 @@ packages: dev: true optional: true - /@lmdb/lmdb-win32-x64@3.4.0: - resolution: {integrity: sha512-x3LZ2Zq/lIZLEc3Fv54/6CQg9w/CWGc1cz0p4QFQei/1OmrOB4sZEHgD/miAp8eDAHe0g+KqW13k7S9C0TBFmA==, tarball: https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.4.0.tgz} + /@lmdb/lmdb-win32-x64@3.4.1: + resolution: {integrity: sha512-HqqKIhTbq6piJhkJpTTf3w1m/CgrmwXRAL9R9j7Ru5xdZSeO7Mg4AWiBC9B00uXR+LvVZKtUyRMVZfhmIZztmQ==, tarball: https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.4.1.tgz} cpu: [x64] os: [win32] dev: false @@ -5024,8 +4959,8 @@ packages: /@microsoft/tsdoc@0.15.1: resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==, tarball: https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.15.1.tgz} - /@modelcontextprotocol/sdk@1.13.1: - resolution: {integrity: sha512-8q6+9aF0yA39/qWT/uaIj6zTpC+Qu07DnN/lb9mjoquCJsAh6l3HyYqc9O3t2j7GilseOQOQimLg7W3By6jqvg==, tarball: https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.13.1.tgz} + /@modelcontextprotocol/sdk@1.13.3: + resolution: {integrity: sha512-bGwA78F/U5G2jrnsdRkPY3IwIwZeWUEfb5o764b79lb0rJmMT76TLwKhdNZOWakOQtedYefwIR4emisEMvInKA==, tarball: https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.13.3.tgz} engines: {node: '>=18'} dependencies: ajv: 6.12.6 @@ -5033,6 +4968,7 @@ packages: cors: 2.8.5 cross-spawn: 7.0.6 eventsource: 3.0.7 + eventsource-parser: 3.0.3 express: 5.1.0 express-rate-limit: 7.5.1(express@5.1.0) pkce-challenge: 5.0.0 @@ -5041,26 +4977,6 @@ packages: zod-to-json-schema: 3.24.6(zod@3.25.67) transitivePeerDependencies: - supports-color - dev: false - - /@modelcontextprotocol/sdk@1.13.2: - resolution: {integrity: sha512-Vx7qOcmoKkR3qhaQ9qf3GxiVKCEu+zfJddHv6x3dY/9P6+uIwJnmuAur5aB+4FDXf41rRrDnOEGkviX5oYZ67w==, tarball: https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.13.2.tgz} - engines: {node: '>=18'} - dependencies: - ajv: 6.12.6 - content-type: 1.0.5 - cors: 2.8.5 - cross-spawn: 7.0.6 - eventsource: 3.0.7 - express: 5.1.0 - express-rate-limit: 7.5.1(express@5.1.0) - pkce-challenge: 5.0.0 - raw-body: 3.0.0 - zod: 3.25.67 - zod-to-json-schema: 3.24.6(zod@3.25.67) - transitivePeerDependencies: - - supports-color - dev: true /@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3: resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==, tarball: https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz} @@ -5256,8 +5172,8 @@ packages: - supports-color dev: true - /@ngtools/webpack@20.1.0-next.3(@angular/compiler-cli@packages+compiler-cli)(typescript@5.8.3)(webpack@5.99.9): - resolution: {integrity: sha512-gPONcutV/HFH/LwPwXZsRK2JCPSZmQjsu9D2c1cxztu+EYLPTTmHNifZERNKWnbwEiiqHQVuIIlt/slwCfsCVA==, tarball: https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.1.0-next.3.tgz} + /@ngtools/webpack@20.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(typescript@5.8.3)(webpack@5.99.9): + resolution: {integrity: sha512-hio62qy1077yyLt10SWS1o8BslRb7yndVTTcPiH2K5p1m5ZQSqabYvAo4ZvohMf3NIzv7iOw63bE4OOVBP1HuA==, tarball: https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 @@ -5910,13 +5826,6 @@ packages: dev: true optional: true - /@rollup/rollup-android-arm-eabi@4.44.0: - resolution: {integrity: sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==, tarball: https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.0.tgz} - cpu: [arm] - os: [android] - dev: false - optional: true - /@rollup/rollup-android-arm-eabi@4.44.1: resolution: {integrity: sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==, tarball: https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.1.tgz} cpu: [arm] @@ -5930,13 +5839,6 @@ packages: dev: true optional: true - /@rollup/rollup-android-arm64@4.44.0: - resolution: {integrity: sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==, tarball: https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.0.tgz} - cpu: [arm64] - os: [android] - dev: false - optional: true - /@rollup/rollup-android-arm64@4.44.1: resolution: {integrity: sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==, tarball: https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.1.tgz} cpu: [arm64] @@ -5950,13 +5852,6 @@ packages: dev: true optional: true - /@rollup/rollup-darwin-arm64@4.44.0: - resolution: {integrity: sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==, tarball: https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.0.tgz} - cpu: [arm64] - os: [darwin] - dev: false - optional: true - /@rollup/rollup-darwin-arm64@4.44.1: resolution: {integrity: sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==, tarball: https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.1.tgz} cpu: [arm64] @@ -5970,13 +5865,6 @@ packages: dev: true optional: true - /@rollup/rollup-darwin-x64@4.44.0: - resolution: {integrity: sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==, tarball: https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.0.tgz} - cpu: [x64] - os: [darwin] - dev: false - optional: true - /@rollup/rollup-darwin-x64@4.44.1: resolution: {integrity: sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==, tarball: https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.1.tgz} cpu: [x64] @@ -5990,13 +5878,6 @@ packages: dev: true optional: true - /@rollup/rollup-freebsd-arm64@4.44.0: - resolution: {integrity: sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==, tarball: https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.0.tgz} - cpu: [arm64] - os: [freebsd] - dev: false - optional: true - /@rollup/rollup-freebsd-arm64@4.44.1: resolution: {integrity: sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==, tarball: https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.1.tgz} cpu: [arm64] @@ -6010,13 +5891,6 @@ packages: dev: true optional: true - /@rollup/rollup-freebsd-x64@4.44.0: - resolution: {integrity: sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==, tarball: https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.0.tgz} - cpu: [x64] - os: [freebsd] - dev: false - optional: true - /@rollup/rollup-freebsd-x64@4.44.1: resolution: {integrity: sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==, tarball: https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.1.tgz} cpu: [x64] @@ -6030,13 +5904,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.44.0: - resolution: {integrity: sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.0.tgz} - cpu: [arm] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.44.1: resolution: {integrity: sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.1.tgz} cpu: [arm] @@ -6050,13 +5917,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm-musleabihf@4.44.0: - resolution: {integrity: sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.0.tgz} - cpu: [arm] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-arm-musleabihf@4.44.1: resolution: {integrity: sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.1.tgz} cpu: [arm] @@ -6070,13 +5930,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.44.0: - resolution: {integrity: sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.0.tgz} - cpu: [arm64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-arm64-gnu@4.44.1: resolution: {integrity: sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.1.tgz} cpu: [arm64] @@ -6090,13 +5943,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm64-musl@4.44.0: - resolution: {integrity: sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.0.tgz} - cpu: [arm64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-arm64-musl@4.44.1: resolution: {integrity: sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.1.tgz} cpu: [arm64] @@ -6110,13 +5956,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-loongarch64-gnu@4.44.0: - resolution: {integrity: sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.0.tgz} - cpu: [loong64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-loongarch64-gnu@4.44.1: resolution: {integrity: sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.1.tgz} cpu: [loong64] @@ -6130,13 +5969,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.44.0: - resolution: {integrity: sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.0.tgz} - cpu: [ppc64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.44.1: resolution: {integrity: sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.1.tgz} cpu: [ppc64] @@ -6150,26 +5982,12 @@ packages: dev: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.44.0: - resolution: {integrity: sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.0.tgz} - cpu: [riscv64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-riscv64-gnu@4.44.1: resolution: {integrity: sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.1.tgz} cpu: [riscv64] os: [linux] optional: true - /@rollup/rollup-linux-riscv64-musl@4.44.0: - resolution: {integrity: sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.0.tgz} - cpu: [riscv64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-riscv64-musl@4.44.1: resolution: {integrity: sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.1.tgz} cpu: [riscv64] @@ -6183,13 +6001,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-s390x-gnu@4.44.0: - resolution: {integrity: sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.0.tgz} - cpu: [s390x] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-s390x-gnu@4.44.1: resolution: {integrity: sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.1.tgz} cpu: [s390x] @@ -6203,13 +6014,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.44.0: - resolution: {integrity: sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.0.tgz} - cpu: [x64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-x64-gnu@4.44.1: resolution: {integrity: sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz} cpu: [x64] @@ -6223,13 +6027,6 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-musl@4.44.0: - resolution: {integrity: sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.0.tgz} - cpu: [x64] - os: [linux] - dev: false - optional: true - /@rollup/rollup-linux-x64-musl@4.44.1: resolution: {integrity: sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==, tarball: https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.1.tgz} cpu: [x64] @@ -6243,13 +6040,6 @@ packages: dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.44.0: - resolution: {integrity: sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.0.tgz} - cpu: [arm64] - os: [win32] - dev: false - optional: true - /@rollup/rollup-win32-arm64-msvc@4.44.1: resolution: {integrity: sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.1.tgz} cpu: [arm64] @@ -6263,13 +6053,6 @@ packages: dev: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.44.0: - resolution: {integrity: sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.0.tgz} - cpu: [ia32] - os: [win32] - dev: false - optional: true - /@rollup/rollup-win32-ia32-msvc@4.44.1: resolution: {integrity: sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.1.tgz} cpu: [ia32] @@ -6283,13 +6066,6 @@ packages: dev: true optional: true - /@rollup/rollup-win32-x64-msvc@4.44.0: - resolution: {integrity: sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.0.tgz} - cpu: [x64] - os: [win32] - dev: false - optional: true - /@rollup/rollup-win32-x64-msvc@4.44.1: resolution: {integrity: sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==, tarball: https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.1.tgz} cpu: [x64] @@ -6388,12 +6164,12 @@ packages: - '@types/node' dev: false - /@schematics/angular@20.1.0-next.3(chokidar@4.0.3): - resolution: {integrity: sha512-wd+0xOZEbXgcazYLVP9xNEXXw21InkKPypJ4VwQjXdEj2U8wVA7Bnz4Wy8bq1drGvqNhVUN3pIwewJ6cK7WBNA==, tarball: https://registry.npmjs.org/@schematics/angular/-/angular-20.1.0-next.3.tgz} + /@schematics/angular@20.1.0-rc.0(chokidar@4.0.3): + resolution: {integrity: sha512-CQRj5zjgXgIc56jCzYlW6ShOD2gRBgZf+LnaTawdZA7KOxWeuNYwow4+T4uKNrN/kESvmvWP6Io4lb7KK+OvAA==, tarball: https://registry.npmjs.org/@schematics/angular/-/angular-20.1.0-rc.0.tgz} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 20.1.0-next.3(chokidar@4.0.3) - '@angular-devkit/schematics': 20.1.0-next.3(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) + '@angular-devkit/schematics': 20.1.0-rc.0(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -7474,11 +7250,11 @@ packages: vite: 6.0.7(@types/node@18.19.113)(sass@1.83.1)(terser@5.43.1)(tsx@4.20.3) dev: true - /@vitejs/plugin-basic-ssl@2.0.0(vite@7.0.0): - resolution: {integrity: sha512-gc9Tjg8bUxBVSTzeWT3Njc0Cl3PakHFKdNfABnZWiUgbxqmHDEn7uECv3fHVylxoYgNzAcmU7ZrILz+BwSo3sA==, tarball: https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-2.0.0.tgz} + /@vitejs/plugin-basic-ssl@2.1.0(vite@7.0.0): + resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==, tarball: https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-2.1.0.tgz} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} peerDependencies: - vite: ^6.0.0 + vite: ^6.0.0 || ^7.0.0 dependencies: vite: 7.0.0(@types/node@24.0.8)(sass@1.89.2)(terser@5.43.1)(tsx@4.20.3) dev: false @@ -8330,14 +8106,14 @@ packages: - supports-color dev: true - /babel-loader@10.0.0(@babel/core@7.27.4)(webpack@5.99.9): + /babel-loader@10.0.0(@babel/core@7.27.7)(webpack@5.99.9): resolution: {integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==, tarball: https://registry.npmjs.org/babel-loader/-/babel-loader-10.0.0.tgz} engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5.61.0' dependencies: - '@babel/core': 7.27.4 + '@babel/core': 7.27.7 find-up: 5.0.0 webpack: 5.99.9(esbuild@0.25.5) dev: false @@ -8364,38 +8140,38 @@ packages: '@types/babel__core': 7.20.5 dev: true - /babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.27.4): + /babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.27.7): resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==, tarball: https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/compat-data': 7.27.7 - '@babel/core': 7.27.4 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.27.7) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.27.4): + /babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.27.7): resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==, tarball: https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.27.7) core-js-compat: 3.43.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.27.4): + /babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.27.7): resolution: {integrity: sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==, tarball: https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.27.4 - '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.27.4) + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.27.7) transitivePeerDependencies: - supports-color dev: false @@ -11777,8 +11553,8 @@ packages: '@electric-sql/pglite-tools': 0.2.9(@electric-sql/pglite@0.3.4) '@google-cloud/cloud-sql-connector': 1.8.1 '@google-cloud/pubsub': 4.11.0 - '@inquirer/prompts': 7.5.3(@types/node@18.19.113) - '@modelcontextprotocol/sdk': 1.13.2 + '@inquirer/prompts': 7.6.0(@types/node@18.19.113) + '@modelcontextprotocol/sdk': 1.13.3 abort-controller: 3.0.0 ajv: 8.17.1 ajv-formats: 3.0.1 @@ -14982,8 +14758,8 @@ packages: dev: true optional: true - /lmdb@3.4.0: - resolution: {integrity: sha512-vrhkVxu+9IM463hYvozwt/Su70BNo+OvrMBds3isVljd38p5owYOlVvWVpie+//T8YtDaaOL1NDto5oEkEn9CQ==, tarball: https://registry.npmjs.org/lmdb/-/lmdb-3.4.0.tgz} + /lmdb@3.4.1: + resolution: {integrity: sha512-hoG9RIv42kdGJiieyElgWcKCTaw5S6Jqwyd1gLSVdsJ3+8MVm8e4yLronThiRJI9DazFAAs9xfB9nWeMQ2DWKA==, tarball: https://registry.npmjs.org/lmdb/-/lmdb-3.4.1.tgz} hasBin: true dependencies: msgpackr: 1.11.4 @@ -14992,13 +14768,13 @@ packages: ordered-binary: 1.6.0 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.4.0 - '@lmdb/lmdb-darwin-x64': 3.4.0 - '@lmdb/lmdb-linux-arm': 3.4.0 - '@lmdb/lmdb-linux-arm64': 3.4.0 - '@lmdb/lmdb-linux-x64': 3.4.0 - '@lmdb/lmdb-win32-arm64': 3.4.0 - '@lmdb/lmdb-win32-x64': 3.4.0 + '@lmdb/lmdb-darwin-arm64': 3.4.1 + '@lmdb/lmdb-darwin-x64': 3.4.1 + '@lmdb/lmdb-linux-arm': 3.4.1 + '@lmdb/lmdb-linux-arm64': 3.4.1 + '@lmdb/lmdb-linux-x64': 3.4.1 + '@lmdb/lmdb-win32-arm64': 3.4.1 + '@lmdb/lmdb-win32-x64': 3.4.1 dev: false optional: true @@ -16852,8 +16628,8 @@ packages: '@napi-rs/nice': 1.0.1 dev: true - /piscina@5.1.1: - resolution: {integrity: sha512-9rPDIPsCwOivatEZGM8+apgM7AiTDLSnpwMmLaSmdm2PeND8bFJzZLZZxyrJjLH8Xx/MpKoVaKf+vZOWALNHbw==, tarball: https://registry.npmjs.org/piscina/-/piscina-5.1.1.tgz} + /piscina@5.1.2: + resolution: {integrity: sha512-9cE/BTA/xhDiyNUEj6EKWLEQC17fh/24ydYzQwcA7QdYh75K6kzL2GHvxDF5i9rFGtUaaKk7/u4xp07qiKXccQ==, tarball: https://registry.npmjs.org/piscina/-/piscina-5.1.2.tgz} engines: {node: '>=20.x'} optionalDependencies: '@napi-rs/nice': 1.0.1 @@ -17996,36 +17772,6 @@ packages: fsevents: 2.3.3 dev: true - /rollup@4.44.0: - resolution: {integrity: sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==, tarball: https://registry.npmjs.org/rollup/-/rollup-4.44.0.tgz} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - dependencies: - '@types/estree': 1.0.8 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.44.0 - '@rollup/rollup-android-arm64': 4.44.0 - '@rollup/rollup-darwin-arm64': 4.44.0 - '@rollup/rollup-darwin-x64': 4.44.0 - '@rollup/rollup-freebsd-arm64': 4.44.0 - '@rollup/rollup-freebsd-x64': 4.44.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.44.0 - '@rollup/rollup-linux-arm-musleabihf': 4.44.0 - '@rollup/rollup-linux-arm64-gnu': 4.44.0 - '@rollup/rollup-linux-arm64-musl': 4.44.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.44.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.44.0 - '@rollup/rollup-linux-riscv64-gnu': 4.44.0 - '@rollup/rollup-linux-riscv64-musl': 4.44.0 - '@rollup/rollup-linux-s390x-gnu': 4.44.0 - '@rollup/rollup-linux-x64-gnu': 4.44.0 - '@rollup/rollup-linux-x64-musl': 4.44.0 - '@rollup/rollup-win32-arm64-msvc': 4.44.0 - '@rollup/rollup-win32-ia32-msvc': 4.44.0 - '@rollup/rollup-win32-x64-msvc': 4.44.0 - fsevents: 2.3.3 - dev: false - /rollup@4.44.1: resolution: {integrity: sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==, tarball: https://registry.npmjs.org/rollup/-/rollup-4.44.1.tgz} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -21709,14 +21455,14 @@ packages: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==, tarball: https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz} dev: true - github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(chokidar@4.0.3)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.43.1)(tsx@4.20.3)(zone.js@packages+zone.js): + github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(chokidar@4.0.3)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(rxjs@7.8.2)(terser@5.43.1)(tsx@4.20.3)(zone.js@packages+zone.js): resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-build-tooling-builds/tar.gz/5db176c0f3211663830fd3ff4064c1dff0eaccb4} id: github.com/angular/dev-infra-private-build-tooling-builds/5db176c0f3211663830fd3ff4064c1dff0eaccb4 name: '@angular/build-tooling' version: 0.0.0-d44be7e28087c3499d70dda9859d51c1cd3fe1bf dependencies: '@angular/benchpress': 0.3.0(rxjs@7.8.2)(zone.js@packages+zone.js) - '@angular/build': 19.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-next.3)(@types/node@18.19.113)(chokidar@4.0.3)(terser@5.43.1)(tsx@4.20.3)(typescript@5.7.3) + '@angular/build': 19.1.0-rc.0(@angular/compiler-cli@packages+compiler-cli)(@angular/compiler@packages+compiler)(@angular/ssr@20.1.0-rc.0)(@types/node@18.19.113)(chokidar@4.0.3)(terser@5.43.1)(tsx@4.20.3)(typescript@5.7.3) '@babel/core': 7.27.7 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.27.7) '@bazel/buildifier': 6.3.3 @@ -21782,10 +21528,10 @@ packages: - zone.js dev: true - github.com/angular/dev-infra-private-ng-dev-builds/8fe809d31ea3536087ca56cf7ff9ddd544dba658: - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8fe809d31ea3536087ca56cf7ff9ddd544dba658} + github.com/angular/dev-infra-private-ng-dev-builds/6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b: + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b} name: '@angular/ng-dev' - version: 0.0.0-dfe138678e4edb4789fbe40ae7792c046de3b4bd + version: 0.0.0-b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a hasBin: true dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) diff --git a/yarn.lock b/yarn.lock index a64a67e9d18..09b6421a301 100644 --- a/yarn.lock +++ b/yarn.lock @@ -167,13 +167,13 @@ "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.24" -"@angular-devkit/architect-cli@0.2001.0-next.3": - version "0.2001.0-next.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect-cli/-/architect-cli-0.2001.0-next.3.tgz#61aa39316afbf97b743f9e7f5334531f6f356953" - integrity sha512-2PUTmEaR4aqispSZbUR5I4i0DR4UdMBp0/BU8dXrjSAx6SzGyBRRKWY/CilsMSPL8qkrt8zxhGOPSYUMR0BsaA== +"@angular-devkit/architect-cli@0.2001.0-rc.0": + version "0.2001.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular-devkit/architect-cli/-/architect-cli-0.2001.0-rc.0.tgz#925d656b4b5cd8f49fae053159d4698335862c96" + integrity sha512-b7Ce7aZ8jhA9Hm2TBR5d+SiIXcxPyJXHslpQky5Tzp0UlTu2hADDhWyrIYKPg1D+BHOynzIflA8Y4OmEBjRgXA== dependencies: - "@angular-devkit/architect" "0.2001.0-next.3" - "@angular-devkit/core" "20.1.0-next.3" + "@angular-devkit/architect" "0.2001.0-rc.0" + "@angular-devkit/core" "20.1.0-rc.0" ansi-colors "4.1.3" progress "2.0.3" yargs-parser "22.0.0" @@ -186,25 +186,25 @@ "@angular-devkit/core" "19.1.0-rc.0" rxjs "7.8.1" -"@angular-devkit/architect@0.2001.0-next.3": - version "0.2001.0-next.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.2001.0-next.3.tgz#b442947b2703943dc48e87cf644f4eeff1463457" - integrity sha512-DqpkVjY4FuTlL6b2x7I0qp+/Fbj8aTDw0hKVZydrMnPOGXgN1oNEXUmhgCg/XG5WJq4/I/tB0BNcEQ3ZsBlNFw== +"@angular-devkit/architect@0.2001.0-rc.0": + version "0.2001.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.2001.0-rc.0.tgz#bffcecfe847a6030f694e02bbfc8ff28042d991d" + integrity sha512-yrBSGl4QvwZQD+LpZBSP35U80fh9tA//O+h4i4kVfqSXv3CbLZqCUIXHVsO0T645kINvQWJ7tcx/N6a/sZTOwg== dependencies: - "@angular-devkit/core" "20.1.0-next.3" + "@angular-devkit/core" "20.1.0-rc.0" rxjs "7.8.2" -"@angular-devkit/build-angular@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-20.1.0-next.3.tgz#284935363f2d8ac104ec4b10fb73666aa6ea8c9a" - integrity sha512-CGOEjCUdcv/+dsoDVVmPCzhYNoc7YUDFyaCJZiN2S5rY9cBrhmKHrCp3AfYSnj8P6vyPEKzzZAdVgEPF/yLa+A== +"@angular-devkit/build-angular@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-20.1.0-rc.0.tgz#0d92d405c92b8aba2e9070cee84eb99e31219b16" + integrity sha512-699YE94kW1acCZlna58WijFU/56Hqx3XhshPUkKK5hfGP/8RoYkn86uOcKmxKg+UkMUIYittoBCGwRxByZkxkw== dependencies: "@ampproject/remapping" "2.3.0" - "@angular-devkit/architect" "0.2001.0-next.3" - "@angular-devkit/build-webpack" "0.2001.0-next.3" - "@angular-devkit/core" "20.1.0-next.3" - "@angular/build" "20.1.0-next.3" - "@babel/core" "7.27.4" + "@angular-devkit/architect" "0.2001.0-rc.0" + "@angular-devkit/build-webpack" "0.2001.0-rc.0" + "@angular-devkit/core" "20.1.0-rc.0" + "@angular/build" "20.1.0-rc.0" + "@babel/core" "7.27.7" "@babel/generator" "7.27.5" "@babel/helper-annotate-as-pure" "7.27.3" "@babel/helper-split-export-declaration" "7.24.7" @@ -214,8 +214,7 @@ "@babel/preset-env" "7.27.2" "@babel/runtime" "7.27.6" "@discoveryjs/json-ext" "0.6.3" - "@ngtools/webpack" "20.1.0-next.3" - "@vitejs/plugin-basic-ssl" "2.0.0" + "@ngtools/webpack" "20.1.0-rc.0" ansi-colors "4.1.3" autoprefixer "10.4.21" babel-loader "10.0.0" @@ -236,7 +235,7 @@ open "10.1.2" ora "8.2.0" picomatch "4.0.2" - piscina "5.1.1" + piscina "5.1.2" postcss "8.5.6" postcss-loader "8.1.1" resolve-url-loader "5.0.0" @@ -267,12 +266,12 @@ typescript "3.2.4" webpack-sources "1.3.0" -"@angular-devkit/build-webpack@0.2001.0-next.3": - version "0.2001.0-next.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.2001.0-next.3.tgz#ebde98fbac920b1a9ddfa77163a45ba4c4133c30" - integrity sha512-cKKkp102Nb2THqsWZKLKeC4KbymzINg6KFFgl6yjzSL4smbbhnjFw6WdE7Z0dC5GH1wCfdgbiJfa+DHICLHc/Q== +"@angular-devkit/build-webpack@0.2001.0-rc.0": + version "0.2001.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.2001.0-rc.0.tgz#b6f3412ea22e91ade2aac405580635a4927990b0" + integrity sha512-qnFL9yv3a/50OSACkH5AMrxyrleJdboaQ/BRWb4GkNiLXOEB81s9RPoPVTGBCpjSoFMnn2tHAe/ixpi3uj0GXA== dependencies: - "@angular-devkit/architect" "0.2001.0-next.3" + "@angular-devkit/architect" "0.2001.0-rc.0" rxjs "7.8.2" "@angular-devkit/core@19.1.0-rc.0": @@ -287,10 +286,10 @@ rxjs "7.8.1" source-map "0.7.4" -"@angular-devkit/core@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-20.1.0-next.3.tgz#b7c57b47c9211122324147195eb47d0a96e0f01d" - integrity sha512-nIywh/orugl4R6VBO1cicyx7nJnOEVPRbiEfO/iZAAT7EdjDyBSwqlJgR8u86wVyf5HzUlRDhIOnKIu7DOZTyw== +"@angular-devkit/core@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-20.1.0-rc.0.tgz#8ad040d3b3c52343bc50f5e6ac239672b19bf95f" + integrity sha512-fcQPlMvgB4wAjF7SgHHkbdO7mTJkNmbNROr36tW7LlteEbFbGurybUSIdNoXpZg888vd7d+XziT3tYBRnXLn4Q== dependencies: ajv "8.17.1" ajv-formats "3.0.1" @@ -299,12 +298,12 @@ rxjs "7.8.2" source-map "0.7.4" -"@angular-devkit/schematics@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-20.1.0-next.3.tgz#ada84984e6fff13cfeee212539911b0c119535e0" - integrity sha512-ZoZ5O7T7pddXvB8FBokEslY44vaa/5jcAQxHgNSZCBKzLYdzV4lLJAcFS5eM5ov3pI//il8an5FHl5nSZM5ifg== +"@angular-devkit/schematics@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-20.1.0-rc.0.tgz#0047dffb2c2335a137334a89dae181121b409aa9" + integrity sha512-pWQozCfksUuzFPPXDSPvipAESMMqn0DSEHDp6TpLvYtfyebgAxm/g1U+FzUkGcjVWaxfN3dX0aglAS+hDaHinw== dependencies: - "@angular-devkit/core" "20.1.0-next.3" + "@angular-devkit/core" "20.1.0-rc.0" jsonc-parser "3.3.1" magic-string "0.30.17" ora "8.2.0" @@ -389,18 +388,18 @@ optionalDependencies: lmdb "3.2.2" -"@angular/build@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@angular/build/-/build-20.1.0-next.3.tgz#292dffcdd870b77dc52285852b96326b20f46175" - integrity sha512-YOKCFk9kHngYWOSvVY5K0epmqspVEtDxzBnIAgIWKAKkePhSW1UZz71O6NhWEG9GXa1QXIJH3phmYvcE2hSyHw== +"@angular/build@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/build/-/build-20.1.0-rc.0.tgz#7fa610e578752efde935c5d895690058e4a037ec" + integrity sha512-A2DvjOzV0ibb7Vn6FCWVED3Q7dQ1As1u9iAbrug12Uj618wBhKSYpiEsPVkk+rGa3an65y1HBRsVW3JknCNopw== dependencies: "@ampproject/remapping" "2.3.0" - "@angular-devkit/architect" "0.2001.0-next.3" - "@babel/core" "7.27.4" + "@angular-devkit/architect" "0.2001.0-rc.0" + "@babel/core" "7.27.7" "@babel/helper-annotate-as-pure" "7.27.3" "@babel/helper-split-export-declaration" "7.24.7" - "@inquirer/confirm" "5.1.12" - "@vitejs/plugin-basic-ssl" "2.0.0" + "@inquirer/confirm" "5.1.13" + "@vitejs/plugin-basic-ssl" "2.1.0" beasties "0.3.4" browserslist "^4.23.0" esbuild "0.25.5" @@ -412,8 +411,8 @@ mrmime "2.0.1" parse5-html-rewriting-stream "7.1.0" picomatch "4.0.2" - piscina "5.1.1" - rollup "4.44.0" + piscina "5.1.2" + rollup "4.44.1" sass "1.89.2" semver "7.7.2" source-map-support "0.5.21" @@ -421,7 +420,7 @@ vite "7.0.0" watchpack "2.4.4" optionalDependencies: - lmdb "3.4.0" + lmdb "3.4.1" "@angular/cdk@20.1.0-next.2": version "20.1.0-next.2" @@ -431,18 +430,18 @@ parse5 "^7.1.2" tslib "^2.3.0" -"@angular/cli@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-20.1.0-next.3.tgz#8a8a4821ac5e5568099e9c110539dda12ad4d314" - integrity sha512-i49Bnopuw1WyJecMeShA9QkpnzKEeHbao2wJiqxvJu2KsRoFS6/dtF9qS7Uesj4QG2YX5gpk3eiYAWj7tS+nnA== +"@angular/cli@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-20.1.0-rc.0.tgz#47b6829390d23c63590a87f11d2fa5b1bb193344" + integrity sha512-Rpg1SmAfqOZZ5rnqp531Nc/bOCnq/3Os6182ARZpIf2o95IauzQxvZlhJMyu+gmN5Fkt82jzlsU+DMhXvSj72Q== dependencies: - "@angular-devkit/architect" "0.2001.0-next.3" - "@angular-devkit/core" "20.1.0-next.3" - "@angular-devkit/schematics" "20.1.0-next.3" - "@inquirer/prompts" "7.5.3" + "@angular-devkit/architect" "0.2001.0-rc.0" + "@angular-devkit/core" "20.1.0-rc.0" + "@angular-devkit/schematics" "20.1.0-rc.0" + "@inquirer/prompts" "7.6.0" "@listr2/prompt-adapter-inquirer" "2.0.22" - "@modelcontextprotocol/sdk" "1.13.1" - "@schematics/angular" "20.1.0-next.3" + "@modelcontextprotocol/sdk" "1.13.3" + "@schematics/angular" "20.1.0-rc.0" "@yarnpkg/lockfile" "1.1.0" ini "5.0.0" jsonc-parser "3.3.1" @@ -468,10 +467,10 @@ dependencies: tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#8fe809d31ea3536087ca56cf7ff9ddd544dba658": - version "0.0.0-dfe138678e4edb4789fbe40ae7792c046de3b4bd" - uid "8fe809d31ea3536087ca56cf7ff9ddd544dba658" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8fe809d31ea3536087ca56cf7ff9ddd544dba658" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b": + version "0.0.0-b4e1ad0c4df02ba94d1af19ba54b506aa6c6046a" + uid "6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ba49bf5ae20f54eaeedefe8d7f3c901b9a3842b" dependencies: "@google-cloud/spanner" "8.0.0" "@google/genai" "^1.4.0" @@ -487,10 +486,10 @@ which "^5.0.0" yaml "2.8.0" -"@angular/ssr@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@angular/ssr/-/ssr-20.1.0-next.3.tgz#a9876cfd0841488f3b317e0edc5fc08870add5a7" - integrity sha512-TUsLHgJf7K9zCgwtF5V0zbkFJYdv75u/4vfJrcV2C3x3bYl2fK+r0dml1TcT7A0TU6efxEc2gal6s8nHpuGt0g== +"@angular/ssr@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@angular/ssr/-/ssr-20.1.0-rc.0.tgz#bbc45f9f7fcf7c267aa7d26e104a43807d7e3b96" + integrity sha512-XG49DFtwyQH5wLd4RRKk4QebBXHXPYUXyitWHLRV0KTTwHfYMIKEt3w54+wmeo7Zq5MjzEhimz4qzW95WFWhpg== dependencies: tslib "^2.3.0" @@ -600,27 +599,6 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/core@7.27.4": - version "7.27.4" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" - integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== - dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.27.1" - "@babel/generator" "^7.27.3" - "@babel/helper-compilation-targets" "^7.27.2" - "@babel/helper-module-transforms" "^7.27.3" - "@babel/helpers" "^7.27.4" - "@babel/parser" "^7.27.4" - "@babel/template" "^7.27.2" - "@babel/traverse" "^7.27.4" - "@babel/types" "^7.27.3" - convert-source-map "^2.0.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.3" - semver "^6.3.1" - "@babel/core@7.27.7", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.23.9": version "7.27.7" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" @@ -642,7 +620,7 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/generator@7.27.5", "@babel/generator@^7.26.0", "@babel/generator@^7.26.10", "@babel/generator@^7.27.3", "@babel/generator@^7.27.5": +"@babel/generator@7.27.5", "@babel/generator@^7.26.0", "@babel/generator@^7.26.10", "@babel/generator@^7.27.5": version "7.27.5" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== @@ -812,7 +790,7 @@ "@babel/traverse" "^7.27.1" "@babel/types" "^7.27.1" -"@babel/helpers@^7.26.0", "@babel/helpers@^7.26.10", "@babel/helpers@^7.27.4", "@babel/helpers@^7.27.6": +"@babel/helpers@^7.26.0", "@babel/helpers@^7.26.10", "@babel/helpers@^7.27.6": version "7.27.6" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== @@ -820,7 +798,7 @@ "@babel/template" "^7.27.2" "@babel/types" "^7.27.6" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": version "7.27.7" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== @@ -1416,7 +1394,7 @@ "@babel/parser" "^7.27.2" "@babel/types" "^7.27.1" -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4", "@babel/traverse@^7.27.7": +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7": version "7.27.7" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== @@ -2249,6 +2227,17 @@ ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" +"@inquirer/checkbox@^4.1.9": + version "4.1.9" + resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.1.9.tgz#431c65a3a1fd289be8102034ece15c91dda1ceec" + integrity sha512-DBJBkzI5Wx4jFaYm221LHvAhpKYkhVS0k9plqHwaHhofGNxvYB7J3Bz8w+bFJ05zaMb0sZNHo4KdmENQFlNTuQ== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/figures" "^1.0.12" + "@inquirer/type" "^3.0.7" + ansi-escapes "^4.3.2" + yoctocolors-cjs "^2.1.2" + "@inquirer/confirm@5.1.1": version "5.1.1" resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.1.tgz#18385064b8275eb79fdba505ce527801804eea04" @@ -2257,7 +2246,15 @@ "@inquirer/core" "^10.1.2" "@inquirer/type" "^3.0.2" -"@inquirer/confirm@5.1.12", "@inquirer/confirm@^5.1.12": +"@inquirer/confirm@5.1.13", "@inquirer/confirm@^5.1.13": + version "5.1.13" + resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.13.tgz#4931515edc63e25d833c9a40ccf1855e8e822dbc" + integrity sha512-EkCtvp67ICIVVzjsquUiVSd+V5HRGOGQfsqA4E4vMWhYnB7InUL0pa0TIWt1i+OfP16Gkds8CdIu6yGZwOM1Yw== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/type" "^3.0.7" + +"@inquirer/confirm@^5.1.12": version "5.1.12" resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-5.1.12.tgz#387037889a5a558ceefe52e978228630aa6e7d0e" integrity sha512-dpq+ielV9/bqgXRUbNH//KsY6WEw9DrGPmipkpmgC1Y46cwuBTNx7PXFWTjc3MQ+urcc0QxoVHcMI0FW4Ok0hg== @@ -2279,6 +2276,20 @@ wrap-ansi "^6.2.0" yoctocolors-cjs "^2.1.2" +"@inquirer/core@^10.1.14": + version "10.1.14" + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.1.14.tgz#7678b2daaecf32fa2f6e02a03dc235f9620e197f" + integrity sha512-Ma+ZpOJPewtIYl6HZHZckeX1STvDnHTCB2GVINNUlSEn2Am6LddWwfPkIGY0IUFVjUUrr/93XlBwTK6mfLjf0A== + dependencies: + "@inquirer/figures" "^1.0.12" + "@inquirer/type" "^3.0.7" + 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" + "@inquirer/editor@^4.2.13": version "4.2.13" resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-4.2.13.tgz#dc491ed01da4bab0de5e760501d76a81177dd7d0" @@ -2288,6 +2299,15 @@ "@inquirer/type" "^3.0.7" external-editor "^3.1.0" +"@inquirer/editor@^4.2.14": + version "4.2.14" + resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-4.2.14.tgz#74565caa37cd5f892a44663455194c35a527bfaf" + integrity sha512-yd2qtLl4QIIax9DTMZ1ZN2pFrrj+yL3kgIWxm34SS6uwCr0sIhsNyudUjAo5q3TqI03xx4SEBkUJqZuAInp9uA== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/type" "^3.0.7" + external-editor "^3.1.0" + "@inquirer/expand@^4.0.15": version "4.0.15" resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.15.tgz#8b49f3503118bb977a13a9040fa84deb9b043ab6" @@ -2297,6 +2317,15 @@ "@inquirer/type" "^3.0.7" yoctocolors-cjs "^2.1.2" +"@inquirer/expand@^4.0.16": + version "4.0.16" + resolved "https://registry.yarnpkg.com/@inquirer/expand/-/expand-4.0.16.tgz#c87bbb0d5b05e4b54366e2841f993819f2339290" + integrity sha512-oiDqafWzMtofeJyyGkb1CTPaxUkjIcSxePHHQCfif8t3HV9pHcw1Kgdw3/uGpDvaFfeTluwQtWiqzPVjAqS3zA== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/type" "^3.0.7" + yoctocolors-cjs "^2.1.2" + "@inquirer/figures@^1.0.12": version "1.0.12" resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.12.tgz#667d6254cc7ba3b0c010a323d78024a1d30c6053" @@ -2310,6 +2339,14 @@ "@inquirer/core" "^10.1.13" "@inquirer/type" "^3.0.7" +"@inquirer/input@^4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-4.2.0.tgz#ba13f09765b040964e21402b8f3d8019791996f9" + integrity sha512-opqpHPB1NjAmDISi3uvZOTrjEEU5CWVu/HBkDby8t93+6UxYX0Z7Ps0Ltjm5sZiEbWenjubwUkivAEYQmy9xHw== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/type" "^3.0.7" + "@inquirer/number@^3.0.15": version "3.0.15" resolved "https://registry.yarnpkg.com/@inquirer/number/-/number-3.0.15.tgz#13ac1300ab12d7f1dd1b32c693ac284cfcb04d95" @@ -2318,6 +2355,14 @@ "@inquirer/core" "^10.1.13" "@inquirer/type" "^3.0.7" +"@inquirer/number@^3.0.16": + version "3.0.16" + resolved "https://registry.yarnpkg.com/@inquirer/number/-/number-3.0.16.tgz#1abf6fc71af9f44954291a6d9211a9e572c64906" + integrity sha512-kMrXAaKGavBEoBYUCgualbwA9jWUx2TjMA46ek+pEKy38+LFpL9QHlTd8PO2kWPUgI/KB+qi02o4y2rwXbzr3Q== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/type" "^3.0.7" + "@inquirer/password@^4.0.15": version "4.0.15" resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.15.tgz#1d48a5a163972dc3b08abe5819bc3c32243cb6e3" @@ -2327,7 +2372,32 @@ "@inquirer/type" "^3.0.7" ansi-escapes "^4.3.2" -"@inquirer/prompts@7.5.3", "@inquirer/prompts@^7.0.0", "@inquirer/prompts@^7.4.0": +"@inquirer/password@^4.0.16": + version "4.0.16" + resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.16.tgz#baa79020aa371b7b2acfaba973d93223adf91580" + integrity sha512-g8BVNBj5Zeb5/Y3cSN+hDUL7CsIFDIuVxb9EPty3lkxBaYpjL5BNRKSYOF9yOLe+JOcKFd+TSVeADQ4iSY7rbg== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/type" "^3.0.7" + ansi-escapes "^4.3.2" + +"@inquirer/prompts@7.6.0": + version "7.6.0" + resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.6.0.tgz#46f82154d9d9e4d8a2999d36f9da3594b1dda9f8" + integrity sha512-jAhL7tyMxB3Gfwn4HIJ0yuJ5pvcB5maYUcouGcgd/ub79f9MqZ+aVnBtuFf+VC2GTkCBF+R+eo7Vi63w5VZlzw== + dependencies: + "@inquirer/checkbox" "^4.1.9" + "@inquirer/confirm" "^5.1.13" + "@inquirer/editor" "^4.2.14" + "@inquirer/expand" "^4.0.16" + "@inquirer/input" "^4.2.0" + "@inquirer/number" "^3.0.16" + "@inquirer/password" "^4.0.16" + "@inquirer/rawlist" "^4.1.4" + "@inquirer/search" "^3.0.16" + "@inquirer/select" "^4.2.4" + +"@inquirer/prompts@^7.0.0", "@inquirer/prompts@^7.4.0": version "7.5.3" resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.5.3.tgz#2b4c705a79658cf534fc5a5dba780a153f3cd83d" integrity sha512-8YL0WiV7J86hVAxrh3fE5mDCzcTDe1670unmJRz6ArDgN+DBK1a0+rbnNWp4DUB5rPMwqD5ZP6YHl9KK1mbZRg== @@ -2352,6 +2422,15 @@ "@inquirer/type" "^3.0.7" yoctocolors-cjs "^2.1.2" +"@inquirer/rawlist@^4.1.4": + version "4.1.4" + resolved "https://registry.yarnpkg.com/@inquirer/rawlist/-/rawlist-4.1.4.tgz#a08ccbd2cc3c800fc09787a690918cb3932abbc6" + integrity sha512-5GGvxVpXXMmfZNtvWw4IsHpR7RzqAR624xtkPd1NxxlV5M+pShMqzL4oRddRkg8rVEOK9fKdJp1jjVML2Lr7TQ== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/type" "^3.0.7" + yoctocolors-cjs "^2.1.2" + "@inquirer/search@^3.0.15": version "3.0.15" resolved "https://registry.yarnpkg.com/@inquirer/search/-/search-3.0.15.tgz#419ddff4254cf22018cdfbfc840fa3ef8a0721cb" @@ -2362,6 +2441,16 @@ "@inquirer/type" "^3.0.7" yoctocolors-cjs "^2.1.2" +"@inquirer/search@^3.0.16": + version "3.0.16" + resolved "https://registry.yarnpkg.com/@inquirer/search/-/search-3.0.16.tgz#b72a75216f59a42a77fc5727b47f6bc776d88d3d" + integrity sha512-POCmXo+j97kTGU6aeRjsPyuCpQQfKcMXdeTMw708ZMtWrj5aykZvlUxH4Qgz3+Y1L/cAVZsSpA+UgZCu2GMOMg== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/figures" "^1.0.12" + "@inquirer/type" "^3.0.7" + yoctocolors-cjs "^2.1.2" + "@inquirer/select@^4.2.3": version "4.2.3" resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.3.tgz#3e31b56aff7bce9b46a0e2c8428118a25fe51c32" @@ -2373,6 +2462,17 @@ ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" +"@inquirer/select@^4.2.4": + version "4.2.4" + resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-4.2.4.tgz#72c964e24bf15316cbc4dc08183106a094c975f2" + integrity sha512-unTppUcTjmnbl/q+h8XeQDhAqIOmwWYWNyiiP2e3orXrg6tOaa5DHXja9PChCSbChOsktyKgOieRZFnajzxoBg== + dependencies: + "@inquirer/core" "^10.1.14" + "@inquirer/figures" "^1.0.12" + "@inquirer/type" "^3.0.7" + ansi-escapes "^4.3.2" + yoctocolors-cjs "^2.1.2" + "@inquirer/type@^1.5.5": version "1.5.5" resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.5.tgz#303ea04ce7ad2e585b921b662b3be36ef7b4f09b" @@ -2553,65 +2653,65 @@ resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.2.2.tgz#39e25e2a95d35a7350862af96d05e5396ea8a074" integrity sha512-WBSJT9Z7DTol5viq+DZD2TapeWOw7mlwXxiSBHgAzqVwsaVb0h/ekMD9iu/jDD8MUA20tO9N0WEdnT06fsUp+g== -"@lmdb/lmdb-darwin-arm64@3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.4.0.tgz#6bbccd22c26d44512b27d03a0456a11aad0a3536" - integrity sha512-VP7cMUlyXvmClX33iM21tKRyTZFCJGZg1YSQIcAXwWxnj7J50+Tqs9KhDjCSuMu4WHLWF59ATIlLD1MKgogYDw== +"@lmdb/lmdb-darwin-arm64@3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.4.1.tgz#47186d0b440b67b999540b01ba56c80fcb075e02" + integrity sha512-kKeP5PaY3bFrrF6GY5aDd96iuh1eoS+5CHJ+7hIP629KIEwzGNwbIzBmEX9TAhRJOivSRDTHCIsbu//+NsYKkg== "@lmdb/lmdb-darwin-x64@3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.2.2.tgz#7b9eac5b7a89dbf3433648622fe52799dd4202e5" integrity sha512-4S13kUtR7c/j/MzkTIBJCXv52hQ41LG2ukeaqw4Eng9K0pNKLFjo1sDSz96/yKhwykxrWDb13ddJ/ZqD3rAhUA== -"@lmdb/lmdb-darwin-x64@3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.4.0.tgz#dcbdcd2fd03f9b72251302f37ed71f10da72059e" - integrity sha512-h97XIhEwO1uczrX4rLDo0QEgyB8MmawEjvLqjXucDRlpvOGGQALlNYf9DedMdoofLNnMK+mboWvYEcL/Y5Kk6Q== +"@lmdb/lmdb-darwin-x64@3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.4.1.tgz#42919a3b7a303bdb5bd6a82badd24b5af4fbe7a9" + integrity sha512-9CMB3seTyHs3EOVWdKiB8IIEDBJ3Gq00Tqyi0V7DS3HL90BjM/AkbZGuhzXwPrfeFazR24SKaRrUQF74f+CmWw== "@lmdb/lmdb-linux-arm64@3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.2.2.tgz#f81b9233b2b78141af4cd22864f152cfeeed7b93" integrity sha512-4hdgZtWI1idQlWRp+eleWXD9KLvObgboRaVoBj2POdPEYvsKANllvMW0El8tEQwtw74yB9NT6P8ENBB5UJf5+g== -"@lmdb/lmdb-linux-arm64@3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.4.0.tgz#ea62c1d794a0fd2f1585181af5624eb94aae527e" - integrity sha512-3tlodxrfszxOX0M1gkx2pucb++5LfdiHLA2uCLld+UJy6S0oPvqiWgAxUT4CyAX7X0Gy+JT8h0Nv6yDlwnC5EA== +"@lmdb/lmdb-linux-arm64@3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.4.1.tgz#5c54b6605155ef3fba198da0fde6c9c0c4c7c563" + integrity sha512-d0vuXOdoKjHHJYZ/CRWopnkOiUpev+bgBBW+1tXtWsYWUj8uxl9ZmTBEmsL5mjUlpQDrlYiJSrhOU1hg5QWBSw== "@lmdb/lmdb-linux-arm@3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.2.2.tgz#251fa02ed9d2d8b8a4827f5e53bf1e2d8aa745b8" integrity sha512-uW31JmfuPAaLUYW7NsEU8gzwgDAzpGPwjvkxnKlcWd8iDutoPKDJi8Wk9lFmPEZRxVSB0j1/wDQ7N2qliR9UFA== -"@lmdb/lmdb-linux-arm@3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.4.0.tgz#26ace8ca6245021b1c80214ff41b3ff16296de02" - integrity sha512-2LP+By96O1PG9o1on+3RJlUwD31xMi1VaWlDx8Y7fI6KYeXt89ZkJivDZEWd6KG9D8fNbAcrdkt+9rwFoeNMvg== +"@lmdb/lmdb-linux-arm@3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.4.1.tgz#7aafa61e4dd9fe783c3e085ffe6a6da4b36eb776" + integrity sha512-1Mi69vU0akHgCI7tF6YbimPaNEKJiBm/p5A+aM8egr0joj27cQmCCOm2mZQ+Ht2BqmCfZaIgQnMg4gFYNMlpCA== "@lmdb/lmdb-linux-x64@3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.2.2.tgz#f794a5b4c06019a82622565ba3d38e47aa113a2c" integrity sha512-A0zjf4a2vM4B4GAx78ncuOTZ8Ka1DbTaG1Axf1e00Sa7f5coqlWiLg1PX7Gxvyibc2YqtqB+8tg1KKrE8guZVw== -"@lmdb/lmdb-linux-x64@3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.4.0.tgz#ebb16ea47113977f80bad3a1b5ac644b35e4081b" - integrity sha512-VnpUdqJggi8fc9sI1H50Bsd00ywL0O1OtaNkBYVwhmHlD7elaTElpbLo6FDEyCND3u4zxw061WPWpdgf5TZcuQ== +"@lmdb/lmdb-linux-x64@3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.4.1.tgz#8aa03813b42aa46d4c4a24e53ddbce84ff80491c" + integrity sha512-00RbEpvfnyPodlICiGFuiOmyvWaL9nzCRSqZz82BVFsGTiSQnnF0gpD1C8tO6OvtptELbtRuM7BS9f97LcowZw== -"@lmdb/lmdb-win32-arm64@3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lmdb/lmdb-win32-arm64/-/lmdb-win32-arm64-3.4.0.tgz#d2e8d4587ebf20d76f3e888e4cf883c79c7dc634" - integrity sha512-/17y6BqO09MbhmwPsg+5yN8GlGb3rv7Vt644lhhascLbVYJdmwSdpss0vNqFYwPdVEkmhvwmbXWLeXFaDxSJQw== +"@lmdb/lmdb-win32-arm64@3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@lmdb/lmdb-win32-arm64/-/lmdb-win32-arm64-3.4.1.tgz#fc9311064c503e893dd0d7a746f3f41bffdd392b" + integrity sha512-4h8tm3i1ODf+28UyqQZLP7c2jmRM26AyEEyYp994B4GiBdGvGAsYUu3oiHANYK9xFpvLuFzyGeqFm1kdNC0D1A== "@lmdb/lmdb-win32-x64@3.2.2": version "3.2.2" resolved "https://registry.yarnpkg.com/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.2.2.tgz#d160454f0e6c4f4af0a5a05d85141c3bd9523f9c" integrity sha512-Y0qoSCAja+xZE7QQ0LCHoYAuyI1n9ZqukQJa8lv9X3yCvWahFF7OYHAgVH1ejp43XWstj3U89/PAAzcowgF/uQ== -"@lmdb/lmdb-win32-x64@3.4.0": - version "3.4.0" - resolved "https://registry.yarnpkg.com/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.4.0.tgz#c2e6f39d2d7673aa4068e43b129ea04347df96b0" - integrity sha512-x3LZ2Zq/lIZLEc3Fv54/6CQg9w/CWGc1cz0p4QFQei/1OmrOB4sZEHgD/miAp8eDAHe0g+KqW13k7S9C0TBFmA== +"@lmdb/lmdb-win32-x64@3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.4.1.tgz#215693c364a07562d123bb956ca50543723a13f9" + integrity sha512-HqqKIhTbq6piJhkJpTTf3w1m/CgrmwXRAL9R9j7Ru5xdZSeO7Mg4AWiBC9B00uXR+LvVZKtUyRMVZfhmIZztmQ== "@marijn/find-cluster-break@^1.0.0": version "1.0.2" @@ -2696,16 +2796,17 @@ resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.15.1.tgz#d4f6937353bc4568292654efb0a0e0532adbcba2" integrity sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw== -"@modelcontextprotocol/sdk@1.13.1": - version "1.13.1" - resolved "https://registry.yarnpkg.com/@modelcontextprotocol/sdk/-/sdk-1.13.1.tgz#d0e8666eb16c54488e0e83105604b9618d8d46aa" - integrity sha512-8q6+9aF0yA39/qWT/uaIj6zTpC+Qu07DnN/lb9mjoquCJsAh6l3HyYqc9O3t2j7GilseOQOQimLg7W3By6jqvg== +"@modelcontextprotocol/sdk@1.13.3": + version "1.13.3" + resolved "https://registry.yarnpkg.com/@modelcontextprotocol/sdk/-/sdk-1.13.3.tgz#c02a4da051bdc6077c55ca46a241ab4192ca1a6c" + integrity sha512-bGwA78F/U5G2jrnsdRkPY3IwIwZeWUEfb5o764b79lb0rJmMT76TLwKhdNZOWakOQtedYefwIR4emisEMvInKA== dependencies: ajv "^6.12.6" content-type "^1.0.5" cors "^2.8.5" cross-spawn "^7.0.5" eventsource "^3.0.2" + eventsource-parser "^3.0.0" express "^5.0.1" express-rate-limit "^7.5.0" pkce-challenge "^5.0.0" @@ -2873,10 +2974,10 @@ tinyglobby "0.2.12" typescript "^5.8.3" -"@ngtools/webpack@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-20.1.0-next.3.tgz#8f34cd53a1406d5ab867b4ee8b0fd830b1eb3555" - integrity sha512-gPONcutV/HFH/LwPwXZsRK2JCPSZmQjsu9D2c1cxztu+EYLPTTmHNifZERNKWnbwEiiqHQVuIIlt/slwCfsCVA== +"@ngtools/webpack@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-20.1.0-rc.0.tgz#fca15716775ae4d6b8be0d9f6f0dca72eececaf7" + integrity sha512-hio62qy1077yyLt10SWS1o8BslRb7yndVTTcPiH2K5p1m5ZQSqabYvAo4ZvohMf3NIzv7iOw63bE4OOVBP1HuA== "@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3": version "2.1.8-no-fsevents.3" @@ -3444,11 +3545,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.30.1.tgz#14c737dc19603a096568044eadaa60395eefb809" integrity sha512-pSWY+EVt3rJ9fQ3IqlrEUtXh3cGqGtPDH1FQlNZehO2yYxCHEX1SPsz1M//NXwYfbTlcKr9WObLnJX9FsS9K1Q== -"@rollup/rollup-android-arm-eabi@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.0.tgz#a3e4e4b2baf0bade6918cf5135c3ef7eee653196" - integrity sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA== - "@rollup/rollup-android-arm-eabi@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.1.tgz#f768e3b2b0e6b55c595d7a053652c06413713983" @@ -3459,11 +3555,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.30.1.tgz#9d81ea54fc5650eb4ebbc0a7d84cee331bfa30ad" integrity sha512-/NA2qXxE3D/BRjOJM8wQblmArQq1YoBVJjrjoTSBS09jgUisq7bqxNHJ8kjCHeV21W/9WDGwJEWSN0KQ2mtD/w== -"@rollup/rollup-android-arm64@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.0.tgz#63566b0e76c62d4f96d44448f38a290562280200" - integrity sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw== - "@rollup/rollup-android-arm64@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.1.tgz#40379fd5501cfdfd7d8f86dfa1d3ce8d3a609493" @@ -3474,11 +3565,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.30.1.tgz#29448cb1370cf678b50743d2e392be18470abc23" integrity sha512-r7FQIXD7gB0WJ5mokTUgUWPl0eYIH0wnxqeSAhuIwvnnpjdVB8cRRClyKLQr7lgzjctkbp5KmswWszlwYln03Q== -"@rollup/rollup-darwin-arm64@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.0.tgz#60a51a61b22b1f4fdf97b4adf5f0f447f492759d" - integrity sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA== - "@rollup/rollup-darwin-arm64@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.1.tgz#972c227bc89fe8a38a3f0c493e1966900e4e1ff7" @@ -3489,11 +3575,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.30.1.tgz#0ca99741c3ed096700557a43bb03359450c7857d" integrity sha512-x78BavIwSH6sqfP2xeI1hd1GpHL8J4W2BXcVM/5KYKoAD3nNsfitQhvWSw+TFtQTLZ9OmlF+FEInEHyubut2OA== -"@rollup/rollup-darwin-x64@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.0.tgz#bfe3059440f7032de11e749ece868cd7f232e609" - integrity sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ== - "@rollup/rollup-darwin-x64@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.1.tgz#96c919dcb87a5aa7dec5f7f77d90de881e578fdd" @@ -3504,11 +3585,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.30.1.tgz#233f8e4c2f54ad9b719cd9645887dcbd12b38003" integrity sha512-HYTlUAjbO1z8ywxsDFWADfTRfTIIy/oUlfIDmlHYmjUP2QRDTzBuWXc9O4CXM+bo9qfiCclmHk1x4ogBjOUpUQ== -"@rollup/rollup-freebsd-arm64@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.0.tgz#d5d4c6cd3b8acb7493b76227d8b2b4a2d732a37b" - integrity sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ== - "@rollup/rollup-freebsd-arm64@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.1.tgz#d199d8eaef830179c0c95b7a6e5455e893d1102c" @@ -3519,11 +3595,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.30.1.tgz#dfba762a023063dc901610722995286df4a48360" integrity sha512-1MEdGqogQLccphhX5myCJqeGNYTNcmTyaic9S7CG3JhwuIByJ7J05vGbZxsizQthP1xpVx7kd3o31eOogfEirw== -"@rollup/rollup-freebsd-x64@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.0.tgz#cb4e1547b572cd0144c5fbd6c4a0edfed5fe6024" - integrity sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g== - "@rollup/rollup-freebsd-x64@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.1.tgz#cab01f9e06ca756c1fabe87d64825ae016af4713" @@ -3534,11 +3605,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.30.1.tgz#b9da54171726266c5ef4237f462a85b3c3cf6ac9" integrity sha512-PaMRNBSqCx7K3Wc9QZkFx5+CX27WFpAMxJNiYGAXfmMIKC7jstlr32UhTgK6T07OtqR+wYlWm9IxzennjnvdJg== -"@rollup/rollup-linux-arm-gnueabihf@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.0.tgz#feb81bd086f6a469777f75bec07e1bdf93352e69" - integrity sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ== - "@rollup/rollup-linux-arm-gnueabihf@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.1.tgz#f6f1c42036dba0e58dc2315305429beff0d02c78" @@ -3549,11 +3615,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.30.1.tgz#b9db69b3f85f5529eb992936d8f411ee6d04297b" integrity sha512-B8Rcyj9AV7ZlEFqvB5BubG5iO6ANDsRKlhIxySXcF1axXYUyqwBok+XZPgIYGBgs7LDXfWfifxhw0Ik57T0Yug== -"@rollup/rollup-linux-arm-musleabihf@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.0.tgz#68bff1c6620c155c9d8f5ee6a83c46eb50486f18" - integrity sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg== - "@rollup/rollup-linux-arm-musleabihf@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.1.tgz#1157e98e740facf858993fb51431dce3a4a96239" @@ -3564,11 +3625,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.30.1.tgz#2550cf9bb4d47d917fd1ab4af756d7bbc3ee1528" integrity sha512-hqVyueGxAj3cBKrAI4aFHLV+h0Lv5VgWZs9CUGqr1z0fZtlADVV1YPOij6AhcK5An33EXaxnDLmJdQikcn5NEw== -"@rollup/rollup-linux-arm64-gnu@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.0.tgz#dbc5036a85e3ca3349887c8bdbebcfd011e460b0" - integrity sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ== - "@rollup/rollup-linux-arm64-gnu@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.1.tgz#b39db73f8a4c22e7db31a4f3fd45170105f33265" @@ -3579,11 +3635,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.30.1.tgz#9d06b26d286c7dded6336961a2f83e48330e0c80" integrity sha512-i4Ab2vnvS1AE1PyOIGp2kXni69gU2DAUVt6FSXeIqUCPIR3ZlheMW3oP2JkukDfu3PsexYRbOiJrY+yVNSk9oA== -"@rollup/rollup-linux-arm64-musl@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.0.tgz#72efc633aa0b93531bdfc69d70bcafa88e6152fc" - integrity sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q== - "@rollup/rollup-linux-arm64-musl@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.1.tgz#4043398049fe4449c1485312d1ae9ad8af4056dd" @@ -3594,11 +3645,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.30.1.tgz#e957bb8fee0c8021329a34ca8dfa825826ee0e2e" integrity sha512-fARcF5g296snX0oLGkVxPmysetwUk2zmHcca+e9ObOovBR++9ZPOhqFUM61UUZ2EYpXVPN1redgqVoBB34nTpQ== -"@rollup/rollup-linux-loongarch64-gnu@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.0.tgz#9b6a49afde86c8f57ca11efdf8fd8d7c52048817" - integrity sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg== - "@rollup/rollup-linux-loongarch64-gnu@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.1.tgz#855a80e7e86490da15a85dcce247dbc25265bc08" @@ -3609,11 +3655,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.30.1.tgz#e8585075ddfb389222c5aada39ea62d6d2511ccc" integrity sha512-GLrZraoO3wVT4uFXh67ElpwQY0DIygxdv0BNW9Hkm3X34wu+BkqrDrkcsIapAY+N2ATEbvak0XQ9gxZtCIA5Rw== -"@rollup/rollup-linux-powerpc64le-gnu@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.0.tgz#93cb96073efab0cdbf419c8dfc44b5e2bd815139" - integrity sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ== - "@rollup/rollup-linux-powerpc64le-gnu@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.1.tgz#8cf843cb7ab1d42e1dda680937cf0a2db6d59047" @@ -3624,21 +3665,11 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.30.1.tgz#7d0d40cee7946ccaa5a4e19a35c6925444696a9e" integrity sha512-0WKLaAUUHKBtll0wvOmh6yh3S0wSU9+yas923JIChfxOaaBarmb/lBKPF0w/+jTVozFnOXJeRGZ8NvOxvk/jcw== -"@rollup/rollup-linux-riscv64-gnu@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.0.tgz#028708f73c8130ae924e5c3755de50fe93687249" - integrity sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA== - "@rollup/rollup-linux-riscv64-gnu@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.1.tgz#287c085472976c8711f16700326f736a527f2f38" integrity sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw== -"@rollup/rollup-linux-riscv64-musl@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.0.tgz#878bfb158b2cf6671b7611fd58e5c80d9144ac6c" - integrity sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q== - "@rollup/rollup-linux-riscv64-musl@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.1.tgz#095ad5e53a54ba475979f1b3226b92440c95c892" @@ -3649,11 +3680,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.30.1.tgz#c2dcd8a4b08b2f2778eceb7a5a5dfde6240ebdea" integrity sha512-GWFs97Ruxo5Bt+cvVTQkOJ6TIx0xJDD/bMAOXWJg8TCSTEK8RnFeOeiFTxKniTc4vMIaWvCplMAFBt9miGxgkA== -"@rollup/rollup-linux-s390x-gnu@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.0.tgz#59b4ebb2129d34b7807ed8c462ff0baaefca9ad4" - integrity sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA== - "@rollup/rollup-linux-s390x-gnu@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.1.tgz#a3dec8281d8f2aef1703e48ebc65d29fe847933c" @@ -3664,11 +3690,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.1.tgz#183637d91456877cb83d0a0315eb4788573aa588" integrity sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg== -"@rollup/rollup-linux-x64-gnu@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.0.tgz#597d40f60d4b15bedbbacf2491a69c5b67a58e93" - integrity sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw== - "@rollup/rollup-linux-x64-gnu@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.1.tgz#4b211e6fd57edd6a134740f4f8e8ea61972ff2c5" @@ -3679,11 +3700,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.30.1.tgz#036a4c860662519f1f9453807547fd2a11d5bb01" integrity sha512-V9U8Ey2UqmQsBT+xTOeMzPzwDzyXmnAoO4edZhL7INkwQcaW1Ckv3WJX3qrrp/VHaDkEWIBWhRwP47r8cdrOow== -"@rollup/rollup-linux-x64-musl@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.0.tgz#0a062d6fee35ec4fbb607b2a9d933a9372ccf63a" - integrity sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA== - "@rollup/rollup-linux-x64-musl@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.1.tgz#3ecbf8e21b4157e57bb15dc6837b6db851f9a336" @@ -3694,11 +3710,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.30.1.tgz#51cad812456e616bfe4db5238fb9c7497e042a52" integrity sha512-WabtHWiPaFF47W3PkHnjbmWawnX/aE57K47ZDT1BXTS5GgrBUEpvOzq0FI0V/UYzQJgdb8XlhVNH8/fwV8xDjw== -"@rollup/rollup-win32-arm64-msvc@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.0.tgz#41ffab489857987c75385b0fc8cccf97f7e69d0a" - integrity sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w== - "@rollup/rollup-win32-arm64-msvc@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.1.tgz#d4aae38465b2ad200557b53c8c817266a3ddbfd0" @@ -3709,11 +3720,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.30.1.tgz#661c8b3e4cd60f51deaa39d153aac4566e748e5e" integrity sha512-pxHAU+Zv39hLUTdQQHUVHf4P+0C47y/ZloorHpzs2SXMRqeAWmGghzAhfOlzFHHwjvgokdFAhC4V+6kC1lRRfw== -"@rollup/rollup-win32-ia32-msvc@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.0.tgz#d9fb61d98eedfa52720b6ed9f31442b3ef4b839f" - integrity sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA== - "@rollup/rollup-win32-ia32-msvc@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.1.tgz#0258e8ca052abd48b23fd6113360fa0cd1ec3e23" @@ -3724,11 +3730,6 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.30.1.tgz#73bf1885ff052b82fbb0f82f8671f73c36e9137c" integrity sha512-D6qjsXGcvhTjv0kI4fU8tUuBDF/Ueee4SVX79VfNDXZa64TfCW1Slkb6Z7O1p7vflqZjcmOVdZlqf8gvJxc6og== -"@rollup/rollup-win32-x64-msvc@4.44.0": - version "4.44.0" - resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.0.tgz#a36e79b6ccece1533f777a1bca1f89c13f0c5f62" - integrity sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ== - "@rollup/rollup-win32-x64-msvc@4.44.1": version "4.44.1" resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.1.tgz#1c982f6a5044ffc2a35cd754a0951bdcb44d5ba0" @@ -3806,13 +3807,13 @@ argparse "~1.0.9" string-argv "~0.3.1" -"@schematics/angular@20.1.0-next.3": - version "20.1.0-next.3" - resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-20.1.0-next.3.tgz#ce1af01ebdce73756769469b250020bf47382d33" - integrity sha512-wd+0xOZEbXgcazYLVP9xNEXXw21InkKPypJ4VwQjXdEj2U8wVA7Bnz4Wy8bq1drGvqNhVUN3pIwewJ6cK7WBNA== +"@schematics/angular@20.1.0-rc.0": + version "20.1.0-rc.0" + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-20.1.0-rc.0.tgz#8e1f45ec7e129dead8f2533711240eb27e78ff8a" + integrity sha512-CQRj5zjgXgIc56jCzYlW6ShOD2gRBgZf+LnaTawdZA7KOxWeuNYwow4+T4uKNrN/kESvmvWP6Io4lb7KK+OvAA== dependencies: - "@angular-devkit/core" "20.1.0-next.3" - "@angular-devkit/schematics" "20.1.0-next.3" + "@angular-devkit/core" "20.1.0-rc.0" + "@angular-devkit/schematics" "20.1.0-rc.0" jsonc-parser "3.3.1" "@shikijs/core@3.7.0": @@ -4856,10 +4857,10 @@ resolved "https://registry.yarnpkg.com/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.2.0.tgz#9490fe15b8833351982fbe0963987f69f40f5019" integrity sha512-mkQnxTkcldAzIsomk1UuLfAu9n+kpQ3JbHcpCp7d2Oo6ITtji8pHS3QToOWjhPFvNQSnhlkAjmGbhv2QvwO/7Q== -"@vitejs/plugin-basic-ssl@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-2.0.0.tgz#9169bfe748743b8806553e0d1aa78e8227c27b2d" - integrity sha512-gc9Tjg8bUxBVSTzeWT3Njc0Cl3PakHFKdNfABnZWiUgbxqmHDEn7uECv3fHVylxoYgNzAcmU7ZrILz+BwSo3sA== +"@vitejs/plugin-basic-ssl@2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-2.1.0.tgz#c70d2a922bc437f154089d7ef0505db4b383eb7b" + integrity sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA== "@wdio/config@6.12.1": version "6.12.1" @@ -8628,7 +8629,7 @@ events@^3.2.0, events@^3.3.0: resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== -eventsource-parser@^3.0.1: +eventsource-parser@^3.0.0, eventsource-parser@^3.0.1: version "3.0.3" resolved "https://registry.yarnpkg.com/eventsource-parser/-/eventsource-parser-3.0.3.tgz#e9af1d40b77e6268cdcbc767321e8b9f066adea8" integrity sha512-nVpZkTMM9rF6AQ9gPJpFsNAMt48wIzB5TQgiTLdHiuO8XEDhUgZEhqKlZWXbIzo9VmJ/HvysHqEaVeD5v9TPvA== @@ -11891,10 +11892,10 @@ lmdb@3.2.2: "@lmdb/lmdb-linux-x64" "3.2.2" "@lmdb/lmdb-win32-x64" "3.2.2" -lmdb@3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-3.4.0.tgz#2687f0b4741033c12fd932ddd5a39f0e4bf9d182" - integrity sha512-vrhkVxu+9IM463hYvozwt/Su70BNo+OvrMBds3isVljd38p5owYOlVvWVpie+//T8YtDaaOL1NDto5oEkEn9CQ== +lmdb@3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-3.4.1.tgz#9503b23441f76ab0223ea5263dd2a846a7f8e554" + integrity sha512-hoG9RIv42kdGJiieyElgWcKCTaw5S6Jqwyd1gLSVdsJ3+8MVm8e4yLronThiRJI9DazFAAs9xfB9nWeMQ2DWKA== dependencies: msgpackr "^1.11.2" node-addon-api "^6.1.0" @@ -11902,13 +11903,13 @@ lmdb@3.4.0: ordered-binary "^1.5.3" weak-lru-cache "^1.2.2" optionalDependencies: - "@lmdb/lmdb-darwin-arm64" "3.4.0" - "@lmdb/lmdb-darwin-x64" "3.4.0" - "@lmdb/lmdb-linux-arm" "3.4.0" - "@lmdb/lmdb-linux-arm64" "3.4.0" - "@lmdb/lmdb-linux-x64" "3.4.0" - "@lmdb/lmdb-win32-arm64" "3.4.0" - "@lmdb/lmdb-win32-x64" "3.4.0" + "@lmdb/lmdb-darwin-arm64" "3.4.1" + "@lmdb/lmdb-darwin-x64" "3.4.1" + "@lmdb/lmdb-linux-arm" "3.4.1" + "@lmdb/lmdb-linux-arm64" "3.4.1" + "@lmdb/lmdb-linux-x64" "3.4.1" + "@lmdb/lmdb-win32-arm64" "3.4.1" + "@lmdb/lmdb-win32-x64" "3.4.1" loader-runner@^4.2.0: version "4.3.0" @@ -13851,10 +13852,10 @@ piscina@4.8.0: optionalDependencies: "@napi-rs/nice" "^1.0.1" -piscina@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/piscina/-/piscina-5.1.1.tgz#7a34e080d0500b3b7a56d0b3f37d8a00ec4d60fe" - integrity sha512-9rPDIPsCwOivatEZGM8+apgM7AiTDLSnpwMmLaSmdm2PeND8bFJzZLZZxyrJjLH8Xx/MpKoVaKf+vZOWALNHbw== +piscina@5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/piscina/-/piscina-5.1.2.tgz#40cde93d66149dbaf5e0849f868ce201b0237eb5" + integrity sha512-9cE/BTA/xhDiyNUEj6EKWLEQC17fh/24ydYzQwcA7QdYh75K6kzL2GHvxDF5i9rFGtUaaKk7/u4xp07qiKXccQ== optionalDependencies: "@napi-rs/nice" "^1.0.1" @@ -14944,35 +14945,6 @@ rollup@4.30.1: "@rollup/rollup-win32-x64-msvc" "4.30.1" fsevents "~2.3.2" -rollup@4.44.0: - version "4.44.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.44.0.tgz#0e10b98339b306edad1e612f1e5590a79aef521c" - integrity sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA== - dependencies: - "@types/estree" "1.0.8" - optionalDependencies: - "@rollup/rollup-android-arm-eabi" "4.44.0" - "@rollup/rollup-android-arm64" "4.44.0" - "@rollup/rollup-darwin-arm64" "4.44.0" - "@rollup/rollup-darwin-x64" "4.44.0" - "@rollup/rollup-freebsd-arm64" "4.44.0" - "@rollup/rollup-freebsd-x64" "4.44.0" - "@rollup/rollup-linux-arm-gnueabihf" "4.44.0" - "@rollup/rollup-linux-arm-musleabihf" "4.44.0" - "@rollup/rollup-linux-arm64-gnu" "4.44.0" - "@rollup/rollup-linux-arm64-musl" "4.44.0" - "@rollup/rollup-linux-loongarch64-gnu" "4.44.0" - "@rollup/rollup-linux-powerpc64le-gnu" "4.44.0" - "@rollup/rollup-linux-riscv64-gnu" "4.44.0" - "@rollup/rollup-linux-riscv64-musl" "4.44.0" - "@rollup/rollup-linux-s390x-gnu" "4.44.0" - "@rollup/rollup-linux-x64-gnu" "4.44.0" - "@rollup/rollup-linux-x64-musl" "4.44.0" - "@rollup/rollup-win32-arm64-msvc" "4.44.0" - "@rollup/rollup-win32-ia32-msvc" "4.44.0" - "@rollup/rollup-win32-x64-msvc" "4.44.0" - fsevents "~2.3.2" - rollup@4.44.1, rollup@^4.23.0, rollup@^4.40.0: version "4.44.1" resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.44.1.tgz#641723932894e7acbe6052aea34b8e72ef8b7c8f"