diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 8b3b1585f42f..1e59dd8ca194 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@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/branch-manager@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.material-aio.yml b/.github/workflows/ci.material-aio.yml index 1544c582931c..eaeb0aa054ca 100644 --- a/.github/workflows/ci.material-aio.yml +++ b/.github/workflows/ci.material-aio.yml @@ -21,11 +21,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -35,11 +35,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dae8bb0a046b..7fc51f5d6584 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@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Install node modules @@ -49,13 +49,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -67,13 +67,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -122,13 +122,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -140,13 +140,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and @@ -174,9 +174,9 @@ jobs: - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -199,14 +199,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/browserstack@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index 20661f4a169f..868d8737929a 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 45ecc9666d82..8920aeb8658c 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/pull-request-labeling@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 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@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/post-approval-changes@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index 4835c256ecf5..a9784fae072b 100644 --- a/.github/workflows/docs-preview-build.yml +++ b/.github/workflows/docs-preview-build.yml @@ -21,16 +21,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'docs: preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build docs site run: pnpm bazel build //docs:build.production - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: workflow-artifact-name: 'docs-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index 3522a7e8d025..1ecbe3f371a8 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio npx -y firebase-tools@latest target:apply --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'docs-preview' diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 41d18e54a642..f34713340d0e 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/google-internal-tests@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/google-internal-tests@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.material-aio.yml b/.github/workflows/pr.material-aio.yml index 816437102f25..4399a1466536 100644 --- a/.github/workflows/pr.material-aio.yml +++ b/.github/workflows/pr.material-aio.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -33,11 +33,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -54,11 +54,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4fbf0178cc04..652ffeb5fa09 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@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Install node modules @@ -45,7 +45,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/linting/licenses@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,13 +55,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -103,13 +103,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -119,13 +119,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -135,13 +135,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -164,7 +164,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -172,8 +172,8 @@ jobs: - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/browserstack@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index f30c40e0717e..566083d3dff9 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,18 +23,18 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 # Build the web package - run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: workflow-artifact-name: 'dev-app' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/preview-deploy-dev-app.yml b/.github/workflows/preview-deploy-dev-app.yml index 473e8faba97a..1d27f334cdc1 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -33,7 +33,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@4e05856687af5512d327f07daa79d8da8022ccc0 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'dev-app' diff --git a/.github/workflows/scheduled-ci.yml b/.github/workflows/scheduled-ci.yml index 7869a86812f9..fd61ba628453 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4e05856687af5512d327f07daa79d8da8022ccc0 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and diff --git a/WORKSPACE b/WORKSPACE index a340b4c32dbd..2c415956b24f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -185,7 +185,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "4e05856687af5512d327f07daa79d8da8022ccc0", + commit = "64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 62d1be87ce5f..1c10953849ba 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "devDependencies": { "@angular/compiler-cli": "catalog:", "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#58988412ddf80ac53b61ee112d60a378b39f9d17", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#385f44abcf5e2a2180306e45db85a806fe8ce059", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b04084857e52..dc8a6493b36e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,56 +7,56 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 20.1.0 - version: 20.1.0 + specifier: 20.2.0-next.0 + version: 20.2.0-next.0 '@angular-devkit/core': - specifier: 20.1.0 - version: 20.1.0 + specifier: 20.2.0-next.0 + version: 20.2.0-next.0 '@angular-devkit/schematics': - specifier: 20.1.0 - version: 20.1.0 - '@angular/animations': specifier: 20.2.0-next.0 version: 20.2.0-next.0 + '@angular/animations': + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/cli': - specifier: 20.1.0 - version: 20.1.0 - '@angular/common': specifier: 20.2.0-next.0 version: 20.2.0-next.0 + '@angular/common': + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/compiler': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/compiler-cli': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/core': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/forms': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/localize': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/platform-browser': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/platform-browser-dynamic': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/platform-server': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/router': + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 + '@angular/ssr': specifier: 20.2.0-next.0 version: 20.2.0-next.0 - '@angular/ssr': - specifier: 20.1.0 - version: 20.1.0 '@schematics/angular': - specifier: 20.1.0 - version: 20.1.0 + specifier: 20.2.0-next.0 + version: 20.2.0-next.0 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -72,28 +72,28 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 20.1.0(chokidar@4.0.3) + version: 20.2.0-next.0(chokidar@4.0.3) '@angular-devkit/schematics': specifier: 'catalog:' - version: 20.1.0(chokidar@4.0.3) + version: 20.2.0-next.0(chokidar@4.0.3) '@angular/animations': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) '@angular/common': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + version: 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 20.2.0-next.0 + version: 20.2.0-next.1 '@angular/core': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) '@angular/forms': specifier: 'catalog:' - version: 20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i) + version: 20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4) '@angular/platform-browser': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) '@types/google.maps': specifier: ^3.54.10 version: 3.58.1 @@ -127,19 +127,19 @@ importers: devDependencies: '@angular/compiler-cli': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) '@angular/localize': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/compiler@20.2.0-next.0) + version: 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/compiler@20.2.0-next.1) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#58988412ddf80ac53b61ee112d60a378b39f9d17 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58988412ddf80ac53b61ee112d60a378b39f9d17(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#385f44abcf5e2a2180306e45db85a806fe8ce059 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13) '@angular/platform-server': specifier: 'catalog:' - version: 20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu) + version: 20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly) '@angular/router': specifier: 'catalog:' - version: 20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i) + version: 20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4) '@babel/core': specifier: ^7.16.12 version: 7.26.10 @@ -172,7 +172,7 @@ importers: version: 16.0.1(rollup@4.40.2) '@schematics/angular': specifier: 'catalog:' - version: 20.1.0(chokidar@4.0.3) + version: 20.2.0-next.0(chokidar@4.0.3) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -355,7 +355,7 @@ importers: dependencies: '@angular/animations': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) '@angular/cdk': specifier: workspace:* version: link:../src/cdk @@ -364,25 +364,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + version: 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 20.2.0-next.0 + version: 20.2.0-next.1 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) '@angular/forms': specifier: 'catalog:' - version: 20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i) + version: 20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/compiler@20.2.0-next.0) + version: 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/compiler@20.2.0-next.1) '@angular/material': specifier: workspace:* version: link:../src/material @@ -394,16 +394,16 @@ importers: version: link:../src/material-moment-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 20.2.0-next.0(bd4xxen2l3ipcylf237y42v5de) + version: 20.2.0-next.1(6pl664h6zksyulhidoavlmaa2e) '@angular/router': specifier: 'catalog:' - version: 20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i) + version: 20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4) '@angular/ssr': specifier: 'catalog:' - version: 20.1.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu))(@angular/router@20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i)) + version: 20.2.0-next.0(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly))(@angular/router@20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4)) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -428,13 +428,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 20.1.0(tdwkqt637jtujrzb6gxtad2wgq) + version: 20.2.0-next.0(tur5dl2vqp4svy5otiuq3bl24a) '@angular/cli': specifier: 'catalog:' - version: 20.1.0(@types/node@22.14.1)(chokidar@4.0.3) + version: 20.2.0-next.0(@types/node@22.14.1)(chokidar@4.0.3) '@angular/compiler-cli': specifier: 'catalog:' - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.12.1 @@ -709,31 +709,83 @@ importers: packages: + '@algolia/client-abtesting@5.32.0': + resolution: {integrity: sha512-HG/6Eib6DnJYm/B2ijWFXr4txca/YOuA4K7AsEU0JBrOZSB+RU7oeDyNBPi3c0v0UDDqlkBqM3vBU/auwZlglA==} + engines: {node: '>= 14.0.0'} + + '@algolia/client-analytics@5.32.0': + resolution: {integrity: sha512-8Y9MLU72WFQOW3HArYv16+Wvm6eGmsqbxxM1qxtm0hvSASJbxCm+zQAZe5stqysTlcWo4BJ82KEH1PfgHbJAmQ==} + engines: {node: '>= 14.0.0'} + + '@algolia/client-common@5.32.0': + resolution: {integrity: sha512-w8L+rgyXMCPBKmEdOT+RfgMrF0mT6HK60vPYWLz8DBs/P7yFdGo7urn99XCJvVLMSKXrIbZ2FMZ/i50nZTXnuQ==} + engines: {node: '>= 14.0.0'} + + '@algolia/client-insights@5.32.0': + resolution: {integrity: sha512-AdWfynhUeX7jz/LTiFU3wwzJembTbdLkQIOLs4n7PyBuxZ3jz4azV1CWbIP8AjUOFmul6uXbmYza+KqyS5CzOA==} + engines: {node: '>= 14.0.0'} + + '@algolia/client-personalization@5.32.0': + resolution: {integrity: sha512-bTupJY4xzGZYI4cEQcPlSjjIEzMvv80h7zXGrXY1Y0KC/n/SLiMv84v7Uy+B6AG1Kiy9FQm2ADChBLo1uEhGtQ==} + engines: {node: '>= 14.0.0'} + + '@algolia/client-query-suggestions@5.32.0': + resolution: {integrity: sha512-if+YTJw1G3nDKL2omSBjQltCHUQzbaHADkcPQrGFnIGhVyHU3Dzq4g46uEv8mrL5sxL8FjiS9LvekeUlL2NRqw==} + engines: {node: '>= 14.0.0'} + + '@algolia/client-search@5.32.0': + resolution: {integrity: sha512-kmK5nVkKb4DSUgwbveMKe4X3xHdMsPsOVJeEzBvFJ+oS7CkBPmpfHAEq+CcmiPJs20YMv6yVtUT9yPWL5WgAhg==} + engines: {node: '>= 14.0.0'} + + '@algolia/ingestion@1.32.0': + resolution: {integrity: sha512-PZTqjJbx+fmPuT2ud1n4vYDSF1yrT//vOGI9HNYKNA0PM0xGUBWigf5gRivHsXa3oBnUlTyHV9j7Kqx5BHbVHQ==} + engines: {node: '>= 14.0.0'} + + '@algolia/monitoring@1.32.0': + resolution: {integrity: sha512-kYYoOGjvNQAmHDS1v5sBj+0uEL9RzYqH/TAdq8wmcV+/22weKt/fjh+6LfiqkS1SCZFYYrwGnirrUhUM36lBIQ==} + engines: {node: '>= 14.0.0'} + + '@algolia/recommend@5.32.0': + resolution: {integrity: sha512-jyIBLdskjPAL7T1g57UMfUNx+PzvYbxKslwRUKBrBA6sNEsYCFdxJAtZSLUMmw6MC98RDt4ksmEl5zVMT5bsuw==} + engines: {node: '>= 14.0.0'} + + '@algolia/requester-browser-xhr@5.32.0': + resolution: {integrity: sha512-eDp14z92Gt6JlFgiexImcWWH+Lk07s/FtxcoDaGrE4UVBgpwqOO6AfQM6dXh1pvHxlDFbMJihHc/vj3gBhPjqQ==} + engines: {node: '>= 14.0.0'} + + '@algolia/requester-fetch@5.32.0': + resolution: {integrity: sha512-rnWVglh/K75hnaLbwSc2t7gCkbq1ldbPgeIKDUiEJxZ4mlguFgcltWjzpDQ/t1LQgxk9HdIFcQfM17Hid3aQ6Q==} + engines: {node: '>= 14.0.0'} + + '@algolia/requester-node-http@5.32.0': + resolution: {integrity: sha512-LbzQ04+VLkzXY4LuOzgyjqEv/46Gwrk55PldaglMJ4i4eDXSRXGKkwJpXFwsoU+c1HMQlHIyjJBhrfsfdyRmyQ==} + engines: {node: '>= 14.0.0'} + '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2001.0': - resolution: {integrity: sha512-IDBG+YP0nPaA/tIjtJ1ZPh0VEfbxSn0yCvbS7dTfqyrnmanPUFpU5qsT9vJTU6yzkuzBEhNFRzkUCQaUAziLRA==} + '@angular-devkit/architect@0.2002.0-next.0': + resolution: {integrity: sha512-TpA0Xnj66HGmBAo0vbajDlvTyB4WsTJwMtmY5QodVlXf51xKUrR1Ac0r8/lN8nCON7QG9n10s5iyHfYF+AISqA==} 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'} - '@angular-devkit/build-angular@20.1.0': - resolution: {integrity: sha512-u0v5X5djZnW7K9HW+tsroyYVNnoX9Q2fCw9+kTBo7kOppM1p+bQ/krLWE2joWhgC++TZV1q0y/T/uEbAP0wyMg==} + '@angular-devkit/build-angular@20.2.0-next.0': + resolution: {integrity: sha512-qmGU3ZbH0+BlNAhqs/LH/L9/hi3Qee2RaDBqQtCD/YXGzeCIFs2Rh/dPohlXE0hjBiUlljzkBrGjqmtWwct6sQ==} 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 - '@angular/core': ^20.0.0 - '@angular/localize': ^20.0.0 - '@angular/platform-browser': ^20.0.0 - '@angular/platform-server': ^20.0.0 - '@angular/service-worker': ^20.0.0 - '@angular/ssr': ^20.1.0 + '@angular/compiler-cli': ^20.0.0 || ^20.2.0-next.0 + '@angular/core': ^20.0.0 || ^20.2.0-next.0 + '@angular/localize': ^20.0.0 || ^20.2.0-next.0 + '@angular/platform-browser': ^20.0.0 || ^20.2.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.2.0-next.0 + '@angular/service-worker': ^20.0.0 || ^20.2.0-next.0 + '@angular/ssr': ^20.2.0-next.0 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 jest-environment-jsdom: ^29.5.0 karma: ^6.3.0 - ng-packagr: ^20.0.0 + ng-packagr: ^20.0.0 || ^20.2.0-next.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 typescript: 5.8.3 @@ -767,15 +819,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2001.0': - resolution: {integrity: sha512-41dGClWoMAL+SoEazyw7AghvVHhbxF6LRSMjlgEiFmSy0aGVyEsYTeH+TlBwClS0KUKXtGx16C5cKch21CuAXA==} + '@angular-devkit/build-webpack@0.2002.0-next.0': + resolution: {integrity: sha512-VoE0d1m8IjlUPM8NSWCrSM0b1XoEWtWHTiuGeh7HjmqlwYGEfO9nv7sx8t3/pxKXfJRCwltF/NRFo0DKdJX64Q==} 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 - '@angular-devkit/core@20.1.0': - resolution: {integrity: sha512-i2t22bklvKsqdwmUtjXltRyxmJ+lJW8isrdc7XeN0N6VW/lDHSJqFlucT1+pO9+FxXJQyz3Hc1dpRd6G65mGyw==} + '@angular-devkit/core@20.2.0-next.0': + resolution: {integrity: sha512-wfeqYkEcWP90/JilIio6WHRabGrVNxgA+YnaONdhJtCSlbB61J6DMWBgYx8HAoOOubKcpLxDaFSOIE9wXi4WYg==} 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 @@ -783,32 +835,32 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@20.1.0': - resolution: {integrity: sha512-0UtJAptrqsfABi0DxrY7cyvlGe5kHRiqVwB+h3g2DEv3ikXKZh1dOFR3o2bK+sVhUqgFaV8qgSnCmR9a48xY0g==} + '@angular-devkit/schematics@20.2.0-next.0': + resolution: {integrity: sha512-Ylkxqdajt4RW+wHRvIusBQJKOm2kTqUhHWqTMfXzMc4ENCjDPbTPQ5Q625DP3s4DYb+aaI6rnSZ8JbIzFZMcHg==} 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'} - '@angular/animations@20.2.0-next.0': - resolution: {integrity: sha512-3Rf2BOOCKSGoH6VnrXb0y11h9A/WB9c3y3m/QCvNmFzh8zm35ObGLf8OSbQ6hN1zCupTZVm1VS8zfJRa+wbQJQ==} + '@angular/animations@20.2.0-next.1': + resolution: {integrity: sha512-5q0ho+h6S8mHKCoTpA9KRp+ncWQhmemPhII7rpjZ3wyCyOzgE98uQ15B3KiNF7r7gl99x6qe3phWXZps8XQOzA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 - '@angular/build@20.1.0': - resolution: {integrity: sha512-Sl4rkq5PQIrbVNk8cXx2JQhQ156H4bXLvfAYpgXPHAfSfbIIzaV25LJIfTdWSEjMzBGdIX5E0Vpi0SGwcNS7Uw==} + '@angular/build@20.2.0-next.0': + resolution: {integrity: sha512-egl8S/TU4yLohiylXfCptF5hsc0fZs1VObnZk+SIsaZjmemQ+dRF5lBtp8jMPMK60KWXWmjw6nuSpUVHKirrwA==} 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 - '@angular/compiler-cli': ^20.0.0 - '@angular/core': ^20.0.0 - '@angular/localize': ^20.0.0 - '@angular/platform-browser': ^20.0.0 - '@angular/platform-server': ^20.0.0 - '@angular/service-worker': ^20.0.0 - '@angular/ssr': ^20.1.0 + '@angular/compiler': ^20.0.0 || ^20.2.0-next.0 + '@angular/compiler-cli': ^20.0.0 || ^20.2.0-next.0 + '@angular/core': ^20.0.0 || ^20.2.0-next.0 + '@angular/localize': ^20.0.0 || ^20.2.0-next.0 + '@angular/platform-browser': ^20.0.0 || ^20.2.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.2.0-next.0 + '@angular/service-worker': ^20.0.0 || ^20.2.0-next.0 + '@angular/ssr': ^20.2.0-next.0 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^20.0.0 + ng-packagr: ^20.0.0 || ^20.2.0-next.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 @@ -840,38 +892,38 @@ packages: vitest: optional: true - '@angular/cli@20.1.0': - resolution: {integrity: sha512-jZudpHlPVAvrywVZuhUkUr5K7ThW/6CPjT7qxZBSdOvu7cD49JPpDivCdlMh0kCBSHsJ0ZbLx35oi6zF8PegiA==} + '@angular/cli@20.2.0-next.0': + resolution: {integrity: sha512-pZgHSqnb2R1nnEwmNgbBoJEEVbdmQRIOC2zpkshRV/WeHWKIBcFed9T2gKma7DdC6Bv7tDkYPzZDswQNmCEDgw==} 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 - '@angular/common@20.2.0-next.0': - resolution: {integrity: sha512-yRS4zZvbg2RPPDV+biq0wjZluUbYRV0MLzgHe/2COQyPEaqMukqSGlYlmm30/YWQ9qcp7W0/SbVyAcyqWgoa0w==} + '@angular/common@20.2.0-next.1': + resolution: {integrity: sha512-I5njujaVyRfA7IGBUAhgSWw4XYWqx79qyzlXuMOGBOgGSUFfx/n7Uv1yfm4O9STA9Rmdqj3z6/q8lHe7pmidOA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 20.2.0-next.0 + '@angular/core': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.2.0-next.0': - resolution: {integrity: sha512-Sp0VAnPlS9BQ1J/m6wwSqbBVEwiHac8kZqeoNcZtbh0AAw8vP5OIQZZ+UV2SVQevSJyWQ3QaLpp4LLkvc7PVfg==} + '@angular/compiler-cli@20.2.0-next.1': + resolution: {integrity: sha512-t7dgF+n0YDjEtSWkosMgnGz7xUuGBMCe1KaXccGhlD9hrTzemyiOO3+oNSpDxgk0b7hmqhjt14iWFioVpMbSGw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 typescript: 5.8.3 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@20.2.0-next.0': - resolution: {integrity: sha512-llDJiVyw8XOCsxgNP5JRQuxggIFvrGw+btOrctoCglr00y/OJOYjWF7KvK1zB+e3gO3TI3549eDnlgoTSwfUfg==} + '@angular/compiler@20.2.0-next.1': + resolution: {integrity: sha512-DOHh/PBWmN3hF8Umf8eM7FbUYwwA7oFrySk/4E8c6IAFq5H9ZbWG9Zlxr9LBYXtxtic0z8GVIHUMdvkV7iPZDA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@20.2.0-next.0': - resolution: {integrity: sha512-cvtCuoENQYxliuXsIiYKXau8/AhVwMalTe0yh/YQ0fBU8ofVQBsyMQFicxLAtv9PFShphXKrPTE/mBmkRZkpCw==} + '@angular/core@20.2.0-next.1': + resolution: {integrity: sha512-lCvQC1J7m6T0RAbKmfNxrZTje8qGom3ALkjino4EiTzzT0bfRGXC5a0rySVR1cIqXe9UMgSlTyyU2Tc5Sqex5g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -880,74 +932,74 @@ packages: zone.js: optional: true - '@angular/forms@20.2.0-next.0': - resolution: {integrity: sha512-LomtE6a1QBNuPjqeBhInxlOhurGaMHtMR5Hf/GWx7//WD5w86ecDQ+4LnY/9J6+vTL+QaEFbhXt6VoF2/QVjJw==} + '@angular/forms@20.2.0-next.1': + resolution: {integrity: sha512-/eWmPRSFFf05z6BTBMRbFbsjb/ocsPmyG0kXFdZ9ahkezMXJFNje6u8hcQsRxPNKZovzPgDPEHZ0GZ/3BnIBOQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.2.0-next.0': - resolution: {integrity: sha512-sJdaBoqcIWsdeHJw2xVvhcX+LH4JbFIeZK1/f785wJKrl+EEzqeZv4tQL7202zdQaCkknCgEAS5YjpJj2pD0lQ==} + '@angular/localize@20.2.0-next.1': + resolution: {integrity: sha512-LngudwEcfgsZAJtDJMiXnHBeCJN4XqQ1LoyAHOpV7oGv/9mvHwgEdxOPzCavAxw+T0v6YLVNEdUrr2dgiEgs8Q==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.2.0-next.0 - '@angular/compiler-cli': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 + '@angular/compiler-cli': 20.2.0-next.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58988412ddf80ac53b61ee112d60a378b39f9d17': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58988412ddf80ac53b61ee112d60a378b39f9d17} - version: 0.0.0-4e05856687af5512d327f07daa79d8da8022ccc0 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059} + version: 0.0.0-64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 hasBin: true - '@angular/platform-browser-dynamic@20.2.0-next.0': - resolution: {integrity: sha512-TrSWM4eRxJrPOD+uZta+keuVGzU9+66qwQgl27Li/ICe+m5YllBcvcnHv+x7k3WYStCIq23HI5QPEl3PhFmQAw==} + '@angular/platform-browser-dynamic@20.2.0-next.1': + resolution: {integrity: sha512-G7xQRb+U7EGcLFhz5SSxuVoB5O4KmSBfueBiO9gIzmyNf3HGM5k7nqzEaSsgjWf+uMI/lv8PZ0fW+jV78mm6pQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/compiler': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 - '@angular/platform-browser@20.2.0-next.0': - resolution: {integrity: sha512-6pCd1ujb0LBI14ZAVihikHNCF/xqySAzpfEuQ7ZpPTLlZ4AX6LJ/NN8OZc03tSrubQmkTvy8ers35BfifHJn7g==} + '@angular/platform-browser@20.2.0-next.1': + resolution: {integrity: sha512-X8g777B6N7PukvPhxVysp2SXNCkM4oI70eo2hr1EWcspdbGK2/7rlXZC02Fv7WaILOoyYRClNEktRdSSuKczrw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 20.2.0-next.0 - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 + '@angular/animations': 20.2.0-next.1 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.2.0-next.0': - resolution: {integrity: sha512-9N9NSQhocvnKdnGKrhZREXQVueS312Mvfb2rw3p8MqbzL6sbgIfWkQ6RS3YFGcVEhyBdOeENK/PukMaqupU/lg==} + '@angular/platform-server@20.2.0-next.1': + resolution: {integrity: sha512-G3OMPqKCg0f87sWh219KHVolZhJcnSzx+EHiiEVTo/nCb9/0wl1nrIIlsClrrzwFg11rfnJcQqbYIIJdOaGJQg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/compiler': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.2.0-next.0': - resolution: {integrity: sha512-NYOfZeg3ppXHpgA1l4EQPhweRsolFh9FE24GMH/ehk69lCurhZnh9A56UKkYonN5Nlt7X4kANqg4FO0rLP82pw==} + '@angular/router@20.2.0-next.1': + resolution: {integrity: sha512-KPWNupKlM6xb5/P3/Jvmn7XeCuO0McIJ0VoKJ/YZsZkueQ0czNm4iT2DL6v7DhaEVG5yoMTHvacyfNyYoqWXhA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@20.1.0': - resolution: {integrity: sha512-Ci8jR7/ULD8MU8aTLT1SpU7UH+TDqMLDE5CuYDCjapMPDljOWB/TMHWST1KoC9KFI9k1h3N3nGcwtlEc0EQPGQ==} + '@angular/ssr@20.2.0-next.0': + resolution: {integrity: sha512-jMoW2IU/YtGB3lDfWvJd9jL2zDBXYhdAm9RnaezgULqAi/rXjPGt5dGMOir7HZMozPK9uTbqFj2tLu96bGKg/Q==} peerDependencies: - '@angular/common': ^20.0.0 - '@angular/core': ^20.0.0 - '@angular/platform-server': ^20.0.0 - '@angular/router': ^20.0.0 + '@angular/common': ^20.0.0 || ^20.2.0-next.0 + '@angular/core': ^20.0.0 || ^20.2.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.2.0-next.0 + '@angular/router': ^20.0.0 || ^20.2.0-next.0 peerDependenciesMeta: '@angular/platform-server': optional: true @@ -971,12 +1023,12 @@ packages: resolution: {integrity: sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==} engines: {node: '>=6.9.0'} - '@babel/core@7.26.10': - resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} + '@babel/compat-data@7.28.0': + resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==} engines: {node: '>=6.9.0'} - '@babel/core@7.27.7': - resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==} + '@babel/core@7.26.10': + resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==} engines: {node: '>=6.9.0'} '@babel/core@7.28.0': @@ -991,10 +1043,6 @@ packages: resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==} engines: {node: '>=6.9.0'} - '@babel/generator@7.27.5': - resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==} - engines: {node: '>=6.9.0'} - '@babel/generator@7.28.0': resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==} engines: {node: '>=6.9.0'} @@ -1023,8 +1071,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-define-polyfill-provider@0.6.4': - resolution: {integrity: sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==} + '@babel/helper-define-polyfill-provider@0.6.5': + resolution: {integrity: sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -1125,11 +1173,6 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - '@babel/parser@7.27.2': - resolution: {integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.28.0': resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} engines: {node: '>=6.0.0'} @@ -1195,8 +1238,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.27.1': - resolution: {integrity: sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==} + '@babel/plugin-transform-async-generator-functions@7.28.0': + resolution: {integrity: sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1213,8 +1256,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.27.1': - resolution: {integrity: sha512-QEcFlMl9nGTgh1rn2nIeU5bkfb9BAjaQcWbiP4LvKxUot52ABcTkpcyJ7f2Q2U2RuQ84BNLgts3jRme2dTx6Fw==} + '@babel/plugin-transform-block-scoping@7.28.0': + resolution: {integrity: sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1231,8 +1274,8 @@ packages: peerDependencies: '@babel/core': ^7.12.0 - '@babel/plugin-transform-classes@7.27.1': - resolution: {integrity: sha512-7iLhfFAubmpeJe/Wo2TVuDrykh/zlWXLzPNdL0Jqn/Xu8R3QQ8h9ff8FQoISZOsw74/HFqFI7NX63HN7QFIHKA==} + '@babel/plugin-transform-classes@7.28.0': + resolution: {integrity: sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1243,8 +1286,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-destructuring@7.27.1': - resolution: {integrity: sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==} + '@babel/plugin-transform-destructuring@7.28.0': + resolution: {integrity: sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1273,6 +1316,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-explicit-resource-management@7.28.0': + resolution: {integrity: sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@babel/plugin-transform-exponentiation-operator@7.27.1': resolution: {integrity: sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==} engines: {node: '>=6.9.0'} @@ -1369,8 +1418,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.27.2': - resolution: {integrity: sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==} + '@babel/plugin-transform-object-rest-spread@7.28.0': + resolution: {integrity: sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1393,8 +1442,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-parameters@7.27.1': - resolution: {integrity: sha512-018KRk76HWKeZ5l4oTj2zPpSh+NbGdt0st5S6x0pga6HgrjBOJb24mMDHorFopOOd6YHkLgOZ+zaCjZGPO4aKg==} + '@babel/plugin-transform-parameters@7.27.7': + resolution: {integrity: sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1417,8 +1466,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.27.1': - resolution: {integrity: sha512-B19lbbL7PMrKr52BNPjCqg1IyNUIjTcxKj8uX9zHO+PmWN93s19NDr/f69mIkEp2x9nmDJ08a7lgHaTTzvW7mw==} + '@babel/plugin-transform-regenerator@7.28.1': + resolution: {integrity: sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1435,8 +1484,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.27.4': - resolution: {integrity: sha512-D68nR5zxU64EUzV8i7T3R5XP0Xhrou/amNnddsRQssx6GrTLdZl1rLxyjtVZBd+v/NVX4AbTPOB5aU8thAZV1A==} + '@babel/plugin-transform-runtime@7.28.0': + resolution: {integrity: sha512-dGopk9nZrtCs2+nfIem25UuHyt5moSJamArzIoh9/vezUQPmYDOzjaHDCkAzuGJibCIkPup8rMT2+wYB6S73cA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1495,8 +1544,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/preset-env@7.27.2': - resolution: {integrity: sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==} + '@babel/preset-env@7.28.0': + resolution: {integrity: sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1522,10 +1571,6 @@ packages: resolution: {integrity: sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.27.1': - resolution: {integrity: sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==} - engines: {node: '>=6.9.0'} - '@babel/traverse@7.28.0': resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} engines: {node: '>=6.9.0'} @@ -1534,10 +1579,6 @@ packages: resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} engines: {node: '>=6.9.0'} - '@babel/types@7.27.1': - resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} - engines: {node: '>=6.9.0'} - '@babel/types@7.28.1': resolution: {integrity: sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==} engines: {node: '>=6.9.0'} @@ -1603,8 +1644,8 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.25.5': - resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} + '@esbuild/aix-ppc64@0.25.6': + resolution: {integrity: sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw==} engines: {node: '>=18'} cpu: [ppc64] os: [aix] @@ -1615,8 +1656,8 @@ packages: cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.25.5': - resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==} + '@esbuild/android-arm64@0.25.6': + resolution: {integrity: sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA==} engines: {node: '>=18'} cpu: [arm64] os: [android] @@ -1627,8 +1668,8 @@ packages: cpu: [arm] os: [android] - '@esbuild/android-arm@0.25.5': - resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==} + '@esbuild/android-arm@0.25.6': + resolution: {integrity: sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg==} engines: {node: '>=18'} cpu: [arm] os: [android] @@ -1639,8 +1680,8 @@ packages: cpu: [x64] os: [android] - '@esbuild/android-x64@0.25.5': - resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==} + '@esbuild/android-x64@0.25.6': + resolution: {integrity: sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A==} engines: {node: '>=18'} cpu: [x64] os: [android] @@ -1651,8 +1692,8 @@ packages: cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.25.5': - resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==} + '@esbuild/darwin-arm64@0.25.6': + resolution: {integrity: sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA==} engines: {node: '>=18'} cpu: [arm64] os: [darwin] @@ -1663,8 +1704,8 @@ packages: cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.25.5': - resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==} + '@esbuild/darwin-x64@0.25.6': + resolution: {integrity: sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg==} engines: {node: '>=18'} cpu: [x64] os: [darwin] @@ -1675,8 +1716,8 @@ packages: cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.25.5': - resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==} + '@esbuild/freebsd-arm64@0.25.6': + resolution: {integrity: sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg==} engines: {node: '>=18'} cpu: [arm64] os: [freebsd] @@ -1687,8 +1728,8 @@ packages: cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.25.5': - resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==} + '@esbuild/freebsd-x64@0.25.6': + resolution: {integrity: sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ==} engines: {node: '>=18'} cpu: [x64] os: [freebsd] @@ -1699,8 +1740,8 @@ packages: cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.25.5': - resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==} + '@esbuild/linux-arm64@0.25.6': + resolution: {integrity: sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ==} engines: {node: '>=18'} cpu: [arm64] os: [linux] @@ -1711,8 +1752,8 @@ packages: cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.25.5': - resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==} + '@esbuild/linux-arm@0.25.6': + resolution: {integrity: sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw==} engines: {node: '>=18'} cpu: [arm] os: [linux] @@ -1723,8 +1764,8 @@ packages: cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.25.5': - resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==} + '@esbuild/linux-ia32@0.25.6': + resolution: {integrity: sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw==} engines: {node: '>=18'} cpu: [ia32] os: [linux] @@ -1735,8 +1776,8 @@ packages: cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.25.5': - resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==} + '@esbuild/linux-loong64@0.25.6': + resolution: {integrity: sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg==} engines: {node: '>=18'} cpu: [loong64] os: [linux] @@ -1747,8 +1788,8 @@ packages: cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.25.5': - resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==} + '@esbuild/linux-mips64el@0.25.6': + resolution: {integrity: sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw==} engines: {node: '>=18'} cpu: [mips64el] os: [linux] @@ -1759,8 +1800,8 @@ packages: cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.25.5': - resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==} + '@esbuild/linux-ppc64@0.25.6': + resolution: {integrity: sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw==} engines: {node: '>=18'} cpu: [ppc64] os: [linux] @@ -1771,8 +1812,8 @@ packages: cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.25.5': - resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==} + '@esbuild/linux-riscv64@0.25.6': + resolution: {integrity: sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w==} engines: {node: '>=18'} cpu: [riscv64] os: [linux] @@ -1783,8 +1824,8 @@ packages: cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.25.5': - resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==} + '@esbuild/linux-s390x@0.25.6': + resolution: {integrity: sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw==} engines: {node: '>=18'} cpu: [s390x] os: [linux] @@ -1795,8 +1836,8 @@ packages: cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.25.5': - resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==} + '@esbuild/linux-x64@0.25.6': + resolution: {integrity: sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig==} engines: {node: '>=18'} cpu: [x64] os: [linux] @@ -1807,8 +1848,8 @@ packages: cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-arm64@0.25.5': - resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==} + '@esbuild/netbsd-arm64@0.25.6': + resolution: {integrity: sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q==} engines: {node: '>=18'} cpu: [arm64] os: [netbsd] @@ -1819,8 +1860,8 @@ packages: cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.25.5': - resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==} + '@esbuild/netbsd-x64@0.25.6': + resolution: {integrity: sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g==} engines: {node: '>=18'} cpu: [x64] os: [netbsd] @@ -1831,8 +1872,8 @@ packages: cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-arm64@0.25.5': - resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==} + '@esbuild/openbsd-arm64@0.25.6': + resolution: {integrity: sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg==} engines: {node: '>=18'} cpu: [arm64] os: [openbsd] @@ -1843,20 +1884,26 @@ packages: cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.25.5': - resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==} + '@esbuild/openbsd-x64@0.25.6': + resolution: {integrity: sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw==} engines: {node: '>=18'} cpu: [x64] os: [openbsd] + '@esbuild/openharmony-arm64@0.25.6': + resolution: {integrity: sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA==} + engines: {node: '>=18'} + cpu: [arm64] + os: [openharmony] + '@esbuild/sunos-x64@0.25.4': resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==} engines: {node: '>=18'} cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.25.5': - resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==} + '@esbuild/sunos-x64@0.25.6': + resolution: {integrity: sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA==} engines: {node: '>=18'} cpu: [x64] os: [sunos] @@ -1867,8 +1914,8 @@ packages: cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.25.5': - resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==} + '@esbuild/win32-arm64@0.25.6': + resolution: {integrity: sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q==} engines: {node: '>=18'} cpu: [arm64] os: [win32] @@ -1879,8 +1926,8 @@ packages: cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.25.5': - resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==} + '@esbuild/win32-ia32@0.25.6': + resolution: {integrity: sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ==} engines: {node: '>=18'} cpu: [ia32] os: [win32] @@ -1891,8 +1938,8 @@ packages: cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.25.5': - resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==} + '@esbuild/win32-x64@0.25.6': + resolution: {integrity: sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA==} engines: {node: '>=18'} cpu: [x64] os: [win32] @@ -2209,10 +2256,6 @@ packages: '@types/node': optional: true - '@inquirer/type@1.5.5': - resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} - engines: {node: '>=18'} - '@inquirer/type@3.0.6': resolution: {integrity: sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==} engines: {node: '>=18'} @@ -2308,11 +2351,12 @@ packages: '@leichtgewicht/ip-codec@2.0.5': resolution: {integrity: sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==} - '@listr2/prompt-adapter-inquirer@2.0.22': - resolution: {integrity: sha512-hV36ZoY+xKL6pYOt1nPNnkciFkn89KZwqLhAFzJvYysAvL5uBQdiADZx/8bIDXIukzzwG0QlPYolgMzQUtKgpQ==} - engines: {node: '>=18.0.0'} + '@listr2/prompt-adapter-inquirer@3.0.1': + resolution: {integrity: sha512-3XFmGwm3u6ioREG+ynAQB7FoxfajgQnMhIu8wC5eo/Lsih4aKDg0VuIMGaOsYn7hJSJagSeaD4K8yfpkEoDEmA==} + engines: {node: '>=20.0.0'} peerDependencies: '@inquirer/prompts': '>= 3 < 8' + listr2: 9.0.1 '@lmdb/lmdb-darwin-arm64@3.4.1': resolution: {integrity: sha512-kKeP5PaY3bFrrF6GY5aDd96iuh1eoS+5CHJ+7hIP629KIEwzGNwbIzBmEX9TAhRJOivSRDTHCIsbu//+NsYKkg==} @@ -2360,6 +2404,10 @@ packages: resolution: {integrity: sha512-bGwA78F/U5G2jrnsdRkPY3IwIwZeWUEfb5o764b79lb0rJmMT76TLwKhdNZOWakOQtedYefwIR4emisEMvInKA==} engines: {node: '>=18'} + '@modelcontextprotocol/sdk@1.15.1': + resolution: {integrity: sha512-W/XlN9c528yYn+9MQkVjxiTPgPxoxt+oczfjHBDsJx0+59+O7B75Zhsp0B16Xbwbz8ANISDajh6+V7nIcPMc5w==} + engines: {node: '>=18'} + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==} cpu: [arm64] @@ -2390,104 +2438,104 @@ packages: cpu: [x64] os: [win32] - '@napi-rs/nice-android-arm-eabi@1.0.1': - resolution: {integrity: sha512-5qpvOu5IGwDo7MEKVqqyAxF90I6aLj4n07OzpARdgDRfz8UbBztTByBp0RC59r3J1Ij8uzYi6jI7r5Lws7nn6w==} + '@napi-rs/nice-android-arm-eabi@1.0.4': + resolution: {integrity: sha512-OZFMYUkih4g6HCKTjqJHhMUlgvPiDuSLZPbPBWHLjKmFTv74COzRlq/gwHtmEVaR39mJQ6ZyttDl2HNMUbLVoA==} engines: {node: '>= 10'} cpu: [arm] os: [android] - '@napi-rs/nice-android-arm64@1.0.1': - resolution: {integrity: sha512-GqvXL0P8fZ+mQqG1g0o4AO9hJjQaeYG84FRfZaYjyJtZZZcMjXW5TwkL8Y8UApheJgyE13TQ4YNUssQaTgTyvA==} + '@napi-rs/nice-android-arm64@1.0.4': + resolution: {integrity: sha512-k8u7cjeA64vQWXZcRrPbmwjH8K09CBnNaPnI9L1D5N6iMPL3XYQzLcN6WwQonfcqCDv5OCY3IqX89goPTV4KMw==} engines: {node: '>= 10'} cpu: [arm64] os: [android] - '@napi-rs/nice-darwin-arm64@1.0.1': - resolution: {integrity: sha512-91k3HEqUl2fsrz/sKkuEkscj6EAj3/eZNCLqzD2AA0TtVbkQi8nqxZCZDMkfklULmxLkMxuUdKe7RvG/T6s2AA==} + '@napi-rs/nice-darwin-arm64@1.0.4': + resolution: {integrity: sha512-GsLdQvUcuVzoyzmtjsThnpaVEizAqH5yPHgnsBmq3JdVoVZHELFo7PuJEdfOH1DOHi2mPwB9sCJEstAYf3XCJA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@napi-rs/nice-darwin-x64@1.0.1': - resolution: {integrity: sha512-jXnMleYSIR/+TAN/p5u+NkCA7yidgswx5ftqzXdD5wgy/hNR92oerTXHc0jrlBisbd7DpzoaGY4cFD7Sm5GlgQ==} + '@napi-rs/nice-darwin-x64@1.0.4': + resolution: {integrity: sha512-1y3gyT3e5zUY5SxRl3QDtJiWVsbkmhtUHIYwdWWIQ3Ia+byd/IHIEpqAxOGW1nhhnIKfTCuxBadHQb+yZASVoA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@napi-rs/nice-freebsd-x64@1.0.1': - resolution: {integrity: sha512-j+iJ/ezONXRQsVIB/FJfwjeQXX7A2tf3gEXs4WUGFrJjpe/z2KB7sOv6zpkm08PofF36C9S7wTNuzHZ/Iiccfw==} + '@napi-rs/nice-freebsd-x64@1.0.4': + resolution: {integrity: sha512-06oXzESPRdXUuzS8n2hGwhM2HACnDfl3bfUaSqLGImM8TA33pzDXgGL0e3If8CcFWT98aHows5Lk7xnqYNGFeA==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] - '@napi-rs/nice-linux-arm-gnueabihf@1.0.1': - resolution: {integrity: sha512-G8RgJ8FYXYkkSGQwywAUh84m946UTn6l03/vmEXBYNJxQJcD+I3B3k5jmjFG/OPiU8DfvxutOP8bi+F89MCV7Q==} + '@napi-rs/nice-linux-arm-gnueabihf@1.0.4': + resolution: {integrity: sha512-CgklZ6g8WL4+EgVVkxkEvvsi2DSLf9QIloxWO0fvQyQBp6VguUSX3eHLeRpqwW8cRm2Hv/Q1+PduNk7VK37VZw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@napi-rs/nice-linux-arm64-gnu@1.0.1': - resolution: {integrity: sha512-IMDak59/W5JSab1oZvmNbrms3mHqcreaCeClUjwlwDr0m3BoR09ZiN8cKFBzuSlXgRdZ4PNqCYNeGQv7YMTjuA==} + '@napi-rs/nice-linux-arm64-gnu@1.0.4': + resolution: {integrity: sha512-wdAJ7lgjhAlsANUCv0zi6msRwq+D4KDgU+GCCHssSxWmAERZa2KZXO0H2xdmoJ/0i03i6YfK/sWaZgUAyuW2oQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@napi-rs/nice-linux-arm64-musl@1.0.1': - resolution: {integrity: sha512-wG8fa2VKuWM4CfjOjjRX9YLIbysSVV1S3Kgm2Fnc67ap/soHBeYZa6AGMeR5BJAylYRjnoVOzV19Cmkco3QEPw==} + '@napi-rs/nice-linux-arm64-musl@1.0.4': + resolution: {integrity: sha512-4b1KYG+sriufhFrpUS9uNOEYYJqSfcbnwGx6uGX7JjrH8tELG90cOpCawz5THNIwlS3DhLgnCOcn0+4p6z26QA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@napi-rs/nice-linux-ppc64-gnu@1.0.1': - resolution: {integrity: sha512-lxQ9WrBf0IlNTCA9oS2jg/iAjQyTI6JHzABV664LLrLA/SIdD+I1i3Mjf7TsnoUbgopBcCuDztVLfJ0q9ubf6Q==} + '@napi-rs/nice-linux-ppc64-gnu@1.0.4': + resolution: {integrity: sha512-iaf3vMRgr23oe1PUaKpxaH3DS0IMN0+N9iEiWVwYPm/U15vZFYdqVegGfN2PzrZLUl5lc8ZxbmEKDfuqslhAMA==} engines: {node: '>= 10'} cpu: [ppc64] os: [linux] - '@napi-rs/nice-linux-riscv64-gnu@1.0.1': - resolution: {integrity: sha512-3xs69dO8WSWBb13KBVex+yvxmUeEsdWexxibqskzoKaWx9AIqkMbWmE2npkazJoopPKX2ULKd8Fm9veEn0g4Ig==} + '@napi-rs/nice-linux-riscv64-gnu@1.0.4': + resolution: {integrity: sha512-UXoREY6Yw6rHrGuTwQgBxpfjK34t6mTjibE9/cXbefL9AuUCJ9gEgwNKZiONuR5QGswChqo9cnthjdKkYyAdDg==} engines: {node: '>= 10'} cpu: [riscv64] os: [linux] - '@napi-rs/nice-linux-s390x-gnu@1.0.1': - resolution: {integrity: sha512-lMFI3i9rlW7hgToyAzTaEybQYGbQHDrpRkg+1gJWEpH0PLAQoZ8jiY0IzakLfNWnVda1eTYYlxxFYzW8Rqczkg==} + '@napi-rs/nice-linux-s390x-gnu@1.0.4': + resolution: {integrity: sha512-eFbgYCRPmsqbYPAlLYU5hYTNbogmIDUvknilehHsFhCH1+0/kN87lP+XaLT0Yeq4V/rpwChSd9vlz4muzFArtw==} engines: {node: '>= 10'} cpu: [s390x] os: [linux] - '@napi-rs/nice-linux-x64-gnu@1.0.1': - resolution: {integrity: sha512-XQAJs7DRN2GpLN6Fb+ZdGFeYZDdGl2Fn3TmFlqEL5JorgWKrQGRUrpGKbgZ25UeZPILuTKJ+OowG2avN8mThBA==} + '@napi-rs/nice-linux-x64-gnu@1.0.4': + resolution: {integrity: sha512-4T3E6uTCwWT6IPnwuPcWVz3oHxvEp/qbrCxZhsgzwTUBEwu78EGNXGdHfKJQt3soth89MLqZJw+Zzvnhrsg1mQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@napi-rs/nice-linux-x64-musl@1.0.1': - resolution: {integrity: sha512-/rodHpRSgiI9o1faq9SZOp/o2QkKQg7T+DK0R5AkbnI/YxvAIEHf2cngjYzLMQSQgUhxym+LFr+UGZx4vK4QdQ==} + '@napi-rs/nice-linux-x64-musl@1.0.4': + resolution: {integrity: sha512-NtbBkAeyBPLvCBkWtwkKXkNSn677eaT0cX3tygq+2qVv71TmHgX4gkX6o9BXjlPzdgPGwrUudavCYPT9tzkEqQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@napi-rs/nice-win32-arm64-msvc@1.0.1': - resolution: {integrity: sha512-rEcz9vZymaCB3OqEXoHnp9YViLct8ugF+6uO5McifTedjq4QMQs3DHz35xBEGhH3gJWEsXMUbzazkz5KNM5YUg==} + '@napi-rs/nice-win32-arm64-msvc@1.0.4': + resolution: {integrity: sha512-vubOe3i+YtSJGEk/++73y+TIxbuVHi+W8ZzrRm2eETCjCRwNlgbfToQZ85dSA+4iBB/NJRGNp+O4hfdbbttZWA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@napi-rs/nice-win32-ia32-msvc@1.0.1': - resolution: {integrity: sha512-t7eBAyPUrWL8su3gDxw9xxxqNwZzAqKo0Szv3IjVQd1GpXXVkb6vBBQUuxfIYaXMzZLwlxRQ7uzM2vdUE9ULGw==} + '@napi-rs/nice-win32-ia32-msvc@1.0.4': + resolution: {integrity: sha512-BMOVrUDZeg1RNRKVlh4eyLv5djAAVLiSddfpuuQ47EFjBcklg0NUeKMFKNrKQR4UnSn4HAiACLD7YK7koskwmg==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] - '@napi-rs/nice-win32-x64-msvc@1.0.1': - resolution: {integrity: sha512-JlF+uDcatt3St2ntBG8H02F1mM45i5SF9W+bIKiReVE6wiy3o16oBP/yxt+RZ+N6LbCImJXJ6bXNO2kn9AXicg==} + '@napi-rs/nice-win32-x64-msvc@1.0.4': + resolution: {integrity: sha512-kCNk6HcRZquhw/whwh4rHsdPyOSCQCgnVDVik+Y9cuSVTDy3frpiCJTScJqPPS872h4JgZKkr/+CwcwttNEo9Q==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@napi-rs/nice@1.0.1': - resolution: {integrity: sha512-zM0mVWSXE0a0h9aKACLwKmD6nHcRiKrPpCfvaKqG1CqDEyjEawId0ocXxVzPMCAm6kkWr2P025msfxXEnt8UGQ==} + '@napi-rs/nice@1.0.4': + resolution: {integrity: sha512-Sqih1YARrmMoHlXGgI9JrrgkzxcaaEso0AH+Y7j8NHonUs+xe4iDsgC3IBIDNdzEewbNpccNN6hip+b5vmyRLw==} engines: {node: '>= 10'} '@nginfra/angular-linking@1.0.9': @@ -2495,11 +2543,11 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@20.1.0': - resolution: {integrity: sha512-v+Mdg+NIvkWJYWcuHCQeRC4/Wov8RxNEF8eiCPFmQGmXJllIWUybY/o9lysG1TY4j/2H56VinIBYbeK/VIBYvg==} + '@ngtools/webpack@20.2.0-next.0': + resolution: {integrity: sha512-XcClkucgd7nP4BlKtAJKDepI1pkztzRQ5ZSKmIEoREFwsYkS0LRPdq2Tknym3xbEhBPzmiu9YcIiaRjJdoXxag==} 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 + '@angular/compiler-cli': ^20.0.0 || ^20.2.0-next.0 typescript: 5.8.3 webpack: ^5.54.0 @@ -2819,8 +2867,8 @@ packages: cpu: [arm] os: [android] - '@rollup/rollup-android-arm-eabi@4.44.1': - resolution: {integrity: sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==} + '@rollup/rollup-android-arm-eabi@4.45.1': + resolution: {integrity: sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==} cpu: [arm] os: [android] @@ -2829,8 +2877,8 @@ packages: cpu: [arm64] os: [android] - '@rollup/rollup-android-arm64@4.44.1': - resolution: {integrity: sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==} + '@rollup/rollup-android-arm64@4.45.1': + resolution: {integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==} cpu: [arm64] os: [android] @@ -2839,8 +2887,8 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.44.1': - resolution: {integrity: sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==} + '@rollup/rollup-darwin-arm64@4.45.1': + resolution: {integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==} cpu: [arm64] os: [darwin] @@ -2849,8 +2897,8 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.44.1': - resolution: {integrity: sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==} + '@rollup/rollup-darwin-x64@4.45.1': + resolution: {integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==} cpu: [x64] os: [darwin] @@ -2859,8 +2907,8 @@ packages: cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-arm64@4.44.1': - resolution: {integrity: sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==} + '@rollup/rollup-freebsd-arm64@4.45.1': + resolution: {integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==} cpu: [arm64] os: [freebsd] @@ -2869,8 +2917,8 @@ packages: cpu: [x64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.44.1': - resolution: {integrity: sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==} + '@rollup/rollup-freebsd-x64@4.45.1': + resolution: {integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==} cpu: [x64] os: [freebsd] @@ -2879,8 +2927,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-gnueabihf@4.44.1': - resolution: {integrity: sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==} + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': + resolution: {integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==} cpu: [arm] os: [linux] @@ -2889,8 +2937,8 @@ packages: cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.44.1': - resolution: {integrity: sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==} + '@rollup/rollup-linux-arm-musleabihf@4.45.1': + resolution: {integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==} cpu: [arm] os: [linux] @@ -2899,8 +2947,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.44.1': - resolution: {integrity: sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==} + '@rollup/rollup-linux-arm64-gnu@4.45.1': + resolution: {integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==} cpu: [arm64] os: [linux] @@ -2909,8 +2957,8 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.44.1': - resolution: {integrity: sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==} + '@rollup/rollup-linux-arm64-musl@4.45.1': + resolution: {integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==} cpu: [arm64] os: [linux] @@ -2919,8 +2967,8 @@ packages: cpu: [loong64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.44.1': - resolution: {integrity: sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==} + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': + resolution: {integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==} cpu: [loong64] os: [linux] @@ -2929,8 +2977,8 @@ packages: cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.44.1': - resolution: {integrity: sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==} + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': + resolution: {integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==} cpu: [ppc64] os: [linux] @@ -2939,8 +2987,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.44.1': - resolution: {integrity: sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==} + '@rollup/rollup-linux-riscv64-gnu@4.45.1': + resolution: {integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==} cpu: [riscv64] os: [linux] @@ -2949,8 +2997,8 @@ packages: cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-riscv64-musl@4.44.1': - resolution: {integrity: sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==} + '@rollup/rollup-linux-riscv64-musl@4.45.1': + resolution: {integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==} cpu: [riscv64] os: [linux] @@ -2959,8 +3007,8 @@ packages: cpu: [s390x] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.44.1': - resolution: {integrity: sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==} + '@rollup/rollup-linux-s390x-gnu@4.45.1': + resolution: {integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==} cpu: [s390x] os: [linux] @@ -2969,8 +3017,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.44.1': - resolution: {integrity: sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==} + '@rollup/rollup-linux-x64-gnu@4.45.1': + resolution: {integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==} cpu: [x64] os: [linux] @@ -2979,8 +3027,8 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.44.1': - resolution: {integrity: sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==} + '@rollup/rollup-linux-x64-musl@4.45.1': + resolution: {integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==} cpu: [x64] os: [linux] @@ -2989,8 +3037,8 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.44.1': - resolution: {integrity: sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==} + '@rollup/rollup-win32-arm64-msvc@4.45.1': + resolution: {integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==} cpu: [arm64] os: [win32] @@ -2999,8 +3047,8 @@ packages: cpu: [ia32] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.44.1': - resolution: {integrity: sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==} + '@rollup/rollup-win32-ia32-msvc@4.45.1': + resolution: {integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==} cpu: [ia32] os: [win32] @@ -3009,13 +3057,13 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.44.1': - resolution: {integrity: sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==} + '@rollup/rollup-win32-x64-msvc@4.45.1': + resolution: {integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==} cpu: [x64] os: [win32] - '@schematics/angular@20.1.0': - resolution: {integrity: sha512-sAEwygjY/j0tvo+EDFUAc54Hfp++K43ISe1/fdCU/M3Pseuf7oPPIm6VxxTrRc6fu4Lp5DBaD/PBkXNt/FqZpg==} + '@schematics/angular@20.2.0-next.0': + resolution: {integrity: sha512-+RNNB4zLPqgU3K17hIgXSMb0b6qAxhCL/bmijI4S3xitPM9Yf/nDnrsAxLrvuvhMA5KewKQjUF7O0LdJxNbGnw==} 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'} '@sentry/core@6.19.7': @@ -3397,6 +3445,12 @@ packages: resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==} engines: {node: '>= 0.6'} + acorn-import-phases@1.0.4: + resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==} + engines: {node: '>=10.13.0'} + peerDependencies: + acorn: ^8.14.0 + acorn-jsx@5.3.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -3416,6 +3470,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + acorn@8.15.0: + resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} + engines: {node: '>=0.4.0'} + hasBin: true + adjust-sourcemap-loader@4.0.0: resolution: {integrity: sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==} engines: {node: '>=8.9'} @@ -3462,6 +3521,10 @@ packages: ajv@8.17.1: resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + algoliasearch@5.32.0: + resolution: {integrity: sha512-84xBncKNPBK8Ae89F65+SyVcOihrIbm/3N7to+GpRBHEUXGjA3ydWTMpcRW6jmFzkBQ/eqYy/y+J+NBpJWYjBg==} + engines: {node: '>= 14.0.0'} + amdefine@1.0.1: resolution: {integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==} engines: {node: '>=0.4.2'} @@ -3640,18 +3703,18 @@ packages: '@babel/core': ^7.12.0 webpack: '>=5.61.0' - babel-plugin-polyfill-corejs2@0.4.13: - resolution: {integrity: sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==} + babel-plugin-polyfill-corejs2@0.4.14: + resolution: {integrity: sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-corejs3@0.11.1: - resolution: {integrity: sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==} + babel-plugin-polyfill-corejs3@0.13.0: + resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - babel-plugin-polyfill-regenerator@0.6.4: - resolution: {integrity: sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==} + babel-plugin-polyfill-regenerator@0.6.5: + resolution: {integrity: sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 @@ -3718,8 +3781,8 @@ packages: bcrypt-pbkdf@1.0.2: resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} - beasties@0.3.4: - resolution: {integrity: sha512-NmzN1zN1cvGccXFyZ73335+ASXwBlVWcUPssiUDIlFdfyatHPRRufjCd5w8oPaQPvVnf9ELklaCGb1gi9FBwIw==} + beasties@0.3.5: + resolution: {integrity: sha512-NaWu+f4YrJxEttJSm16AzMIFtVldCvaJ68b1L098KpqXmxt9xOLtKoLkKxb8ekhOrLqEJAbvT6n6SEvB/sac7A==} engines: {node: '>=14.0.0'} before-after-hook@4.0.0: @@ -3783,6 +3846,11 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true + browserslist@4.25.1: + resolution: {integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + browserstack-local@1.5.6: resolution: {integrity: sha512-s0GadAkyE1XHxnmymb9atogTZbA654bcFpqGkcYEtYPaPvuvVfSXR0gw8ojn0I0Td2HEMJcGtdrkBjb1Fi/HmQ==} @@ -3871,6 +3939,9 @@ packages: caniuse-lite@1.0.30001711: resolution: {integrity: sha512-OpFA8GsKtoV3lCcsI3U5XBAV+oVrMu96OS8XafKqnhOaEAW2mveD1Mx81Sx/02chERwhDakuXs28zbyEc4QMKg==} + caniuse-lite@1.0.30001727: + resolution: {integrity: sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==} + canonical-path@0.0.2: resolution: {integrity: sha512-y8EIEvL+IW81S4hRQWCRFtly+g1cc1G+wxHpjhYR9jI2+JJjWiaKnkH8mmvNHOMOAd9fzgARDO3AEzjuR51qaA==} @@ -4174,8 +4245,8 @@ packages: peerDependencies: webpack: ^5.1.0 - core-js-compat@3.41.0: - resolution: {integrity: sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==} + core-js-compat@3.44.0: + resolution: {integrity: sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==} core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} @@ -4248,11 +4319,11 @@ packages: webpack: optional: true - css-select@5.1.0: - resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} + css-select@6.0.0: + resolution: {integrity: sha512-rZZVSLle8v0+EY8QAkDWrKhpgt6SA5OtHsgBnsj6ZaLb5dmDVOWUDtQitd9ydxxvEjhewNudS6eTVU7uOyzvXw==} - css-what@6.1.0: - resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + css-what@7.0.0: + resolution: {integrity: sha512-wD5oz5xibMOPHzy13CyGmogB3phdvcDaB5t0W/Nr5Z2O/agcB8YwOz6e2Lsp10pNDzBoDO9nVa3RGs/2BttpHQ==} engines: {node: '>= 6'} cssesc@3.0.0: @@ -4344,6 +4415,15 @@ packages: supports-color: optional: true + debug@4.4.1: + resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} @@ -4546,6 +4626,9 @@ packages: electron-to-chromium@1.5.132: resolution: {integrity: sha512-QgX9EBvWGmvSRa74zqfnG7+Eno0Ak0vftBll0Pt2/z5b3bEGYL6OUXLgKPtvx73dn3dvwrlyVkjPKRRlhLYTEg==} + electron-to-chromium@1.5.187: + resolution: {integrity: sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==} + emoji-regex@10.4.0: resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} @@ -4664,8 +4747,8 @@ packages: es6-promisify@5.0.0: resolution: {integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==} - esbuild-wasm@0.25.5: - resolution: {integrity: sha512-V/rbdOws2gDcnCAECfPrajhuafI0WY4WumUgc8ZHwOLnvmM0doLQ+dqvVFI2qkVxQsvo6880aC9IjpyDqcwwTw==} + esbuild-wasm@0.25.6: + resolution: {integrity: sha512-iYdYzDQgw0RQYUVInYITxPNj6qGfoQ1SWg/tAUMZQQFGw0bexdY9qrvAgGHl7k0Xf23qw/956KTF7EcBUU1PJA==} engines: {node: '>=18'} hasBin: true @@ -4674,8 +4757,8 @@ packages: engines: {node: '>=18'} hasBin: true - esbuild@0.25.5: - resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==} + esbuild@0.25.6: + resolution: {integrity: sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg==} engines: {node: '>=18'} hasBin: true @@ -6210,9 +6293,9 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - listr2@8.3.3: - resolution: {integrity: sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==} - engines: {node: '>=18.0.0'} + listr2@9.0.1: + resolution: {integrity: sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==} + engines: {node: '>=20.0.0'} lmdb@3.4.1: resolution: {integrity: sha512-hoG9RIv42kdGJiieyElgWcKCTaw5S6Jqwyd1gLSVdsJ3+8MVm8e4yLronThiRJI9DazFAAs9xfB9nWeMQ2DWKA==} @@ -6644,10 +6727,6 @@ packages: resolution: {integrity: sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==} hasBin: true - mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - mute-stream@2.0.0: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} @@ -6881,8 +6960,8 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.1.2: - resolution: {integrity: sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==} + open@10.2.0: + resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} engines: {node: '>=18'} open@6.4.0: @@ -7016,14 +7095,14 @@ packages: resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==} engines: {node: '>= 0.10'} - parse5-html-rewriting-stream@7.1.0: - resolution: {integrity: sha512-2ifK6Jb+ONoqOy5f+cYHsqvx1obHQdvIk13Jmt/5ezxP0U9p+fqd+R6O73KblGswyuzBYfetmsfK9ThMgnuPPg==} + parse5-html-rewriting-stream@8.0.0: + resolution: {integrity: sha512-wzh11mj8KKkno1pZEu+l2EVeWsuKDfR5KNWZOTsslfUX8lPDZx77m9T0kIoAVkFtD1nx6YF8oh4BnPHvxMtNMw==} parse5-htmlparser2-tree-adapter@6.0.1: resolution: {integrity: sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==} - parse5-sax-parser@7.0.0: - resolution: {integrity: sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==} + parse5-sax-parser@8.0.0: + resolution: {integrity: sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==} parse5@5.1.1: resolution: {integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==} @@ -7031,9 +7110,6 @@ packages: parse5@6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - parse5@7.2.1: - resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} - parse5@8.0.0: resolution: {integrity: sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==} @@ -7181,8 +7257,8 @@ packages: resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} engines: {node: '>=0.10.0'} - piscina@5.1.2: - resolution: {integrity: sha512-9cE/BTA/xhDiyNUEj6EKWLEQC17fh/24ydYzQwcA7QdYh75K6kzL2GHvxDF5i9rFGtUaaKk7/u4xp07qiKXccQ==} + piscina@5.1.3: + resolution: {integrity: sha512-0u3N7H4+hbr40KjuVn2uNhOcthu/9usKhnw5vT3J7ply79v3D3M8naI00el9Klcy16x557VsEkkUQaHCWFXC/g==} engines: {node: '>=20.x'} pkce-challenge@5.0.0: @@ -7687,8 +7763,8 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rollup@4.44.1: - resolution: {integrity: sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==} + rollup@4.45.1: + resolution: {integrity: sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -8746,8 +8822,8 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@7.0.0: - resolution: {integrity: sha512-ixXJB1YRgDIw2OszKQS9WxGHKwLdCsbQNkpJN171udl6szi/rIySHL6/Os3s2+oE4P/FLD4dxg4mD7Wust+u5g==} + vite@7.0.4: + resolution: {integrity: sha512-SkaSguuS7nnmV7mfJ8l81JGBFV7Gvzp8IzgE8A8t23+AxuNX61Q5H1Tpz5efduSN7NHC8nQXD3sKQKZAu5mNEA==} engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: @@ -8796,10 +8872,6 @@ packages: tslint: '*' typescript: 5.8.3 - watchpack@2.4.2: - resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} - engines: {node: '>=10.13.0'} - watchpack@2.4.4: resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} engines: {node: '>=10.13.0'} @@ -8862,6 +8934,10 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} + webpack-sources@3.3.3: + resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==} + engines: {node: '>=10.13.0'} + webpack-subresource-integrity@5.1.0: resolution: {integrity: sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==} engines: {node: '>= 12'} @@ -8872,8 +8948,8 @@ packages: html-webpack-plugin: optional: true - webpack@5.99.9: - resolution: {integrity: sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==} + webpack@5.100.2: + resolution: {integrity: sha512-QaNKAvGCDRh3wW1dsDjeMdDXwZm2vqq3zn6Pvq4rHOEOGSaUMgOOjG2Y9ZbIGzpfkJk9ZYTHpDqgDfeBDcnLaw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -9027,6 +9103,10 @@ packages: utf-8-validate: optional: true + wsl-utils@0.1.0: + resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==} + engines: {node: '>=18'} + x-is-string@0.1.0: resolution: {integrity: sha512-GojqklwG8gpzOVEVki5KudKNoq7MbbjYZCbyWzEz7tyPA7eleiE0+ePwOWQQRb5fm86rD3S8Tc0tSFf3AOv50w==} @@ -9141,6 +9221,9 @@ packages: zod@3.25.75: resolution: {integrity: sha512-OhpzAmVzabPOL6C3A3gpAifqr9MqihV/Msx3gor2b2kviCgcb+HM9SEOpMWwwNp9MRunWnhtAKUoo0AHhjyPPg==} + zod@3.25.76: + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} + zone.js@0.15.0: resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==} @@ -9151,83 +9234,160 @@ packages: snapshots: + '@algolia/client-abtesting@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/client-analytics@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/client-common@5.32.0': {} + + '@algolia/client-insights@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/client-personalization@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/client-query-suggestions@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/client-search@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/ingestion@1.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/monitoring@1.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/recommend@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + + '@algolia/requester-browser-xhr@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + + '@algolia/requester-fetch@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + + '@algolia/requester-node-http@5.32.0': + dependencies: + '@algolia/client-common': 5.32.0 + '@ampproject/remapping@2.3.0': dependencies: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@angular-devkit/architect@0.2001.0(chokidar@4.0.3)': + '@angular-devkit/architect@0.2002.0-next.0(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.1.0(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-next.0(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@20.1.0(tdwkqt637jtujrzb6gxtad2wgq)': + '@angular-devkit/build-angular@20.2.0-next.0(tur5dl2vqp4svy5otiuq3bl24a)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2001.0(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2001.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5)) - '@angular-devkit/core': 20.1.0(chokidar@4.0.3) - '@angular/build': 20.1.0(mdzpej5uzuo3nizynhwxkvpz24) - '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) - '@babel/core': 7.27.7 - '@babel/generator': 7.27.5 + '@angular-devkit/architect': 0.2002.0-next.0(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2002.0-next.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.100.2(esbuild@0.25.6)))(webpack@5.100.2(esbuild@0.25.6)) + '@angular-devkit/core': 20.2.0-next.0(chokidar@4.0.3) + '@angular/build': 20.2.0-next.0(6n7dish6iunch2qs3gz2ba5iri) + '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) + '@babel/core': 7.28.0 + '@babel/generator': 7.28.0 '@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.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/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-runtime': 7.28.0(@babel/core@7.28.0) + '@babel/preset-env': 7.28.0(@babel/core@7.28.0) '@babel/runtime': 7.27.6 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.1.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)) + '@ngtools/webpack': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.100.2(esbuild@0.25.6)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) - babel-loader: 10.0.0(@babel/core@7.27.7)(webpack@5.99.9(esbuild@0.25.5)) + babel-loader: 10.0.0(@babel/core@7.28.0)(webpack@5.100.2(esbuild@0.25.6)) browserslist: 4.24.4 - copy-webpack-plugin: 13.0.0(webpack@5.99.9(esbuild@0.25.5)) - css-loader: 7.1.2(webpack@5.99.9(esbuild@0.25.5)) - esbuild-wasm: 0.25.5 + copy-webpack-plugin: 13.0.0(webpack@5.100.2(esbuild@0.25.6)) + css-loader: 7.1.2(webpack@5.100.2(esbuild@0.25.6)) + esbuild-wasm: 0.25.6 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.3.0 - less-loader: 12.3.0(less@4.3.0)(webpack@5.99.9(esbuild@0.25.5)) - license-webpack-plugin: 4.0.2(webpack@5.99.9(esbuild@0.25.5)) + less-loader: 12.3.0(less@4.3.0)(webpack@5.100.2(esbuild@0.25.6)) + license-webpack-plugin: 4.0.2(webpack@5.100.2(esbuild@0.25.6)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.99.9(esbuild@0.25.5)) - open: 10.1.2 + mini-css-extract-plugin: 2.9.2(webpack@5.100.2(esbuild@0.25.6)) + open: 10.2.0 ora: 8.2.0 picomatch: 4.0.2 - piscina: 5.1.2 + piscina: 5.1.3 postcss: 8.5.6 - postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)) + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.100.2(esbuild@0.25.6)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 sass: 1.89.2 - sass-loader: 16.0.5(sass@1.89.2)(webpack@5.99.9(esbuild@0.25.5)) + sass-loader: 16.0.5(sass@1.89.2)(webpack@5.100.2(esbuild@0.25.6)) semver: 7.7.2 - source-map-loader: 5.0.0(webpack@5.99.9(esbuild@0.25.5)) + source-map-loader: 5.0.0(webpack@5.100.2(esbuild@0.25.6)) source-map-support: 0.5.21 terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.99.9(esbuild@0.25.5) - webpack-dev-middleware: 7.4.2(webpack@5.99.9(esbuild@0.25.5)) - webpack-dev-server: 5.2.2(webpack@5.99.9(esbuild@0.25.5)) + webpack: 5.100.2(esbuild@0.25.6) + webpack-dev-middleware: 7.4.2(webpack@5.100.2(esbuild@0.25.6)) + webpack-dev-server: 5.2.2(webpack@5.100.2(esbuild@0.25.6)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(webpack@5.99.9(esbuild@0.25.5)) + webpack-subresource-integrity: 5.1.0(webpack@5.100.2(esbuild@0.25.6)) optionalDependencies: - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/localize': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/compiler@20.2.0-next.0) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@angular/platform-server': 20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu) - '@angular/ssr': 20.1.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu))(@angular/router@20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i)) - esbuild: 0.25.5 + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/localize': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/compiler@20.2.0-next.1) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/platform-server': 20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly) + '@angular/ssr': 20.2.0-next.0(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly))(@angular/router@20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4)) + esbuild: 0.25.6 karma: 6.4.4 protractor: 7.0.0 transitivePeerDependencies: @@ -9253,16 +9413,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2001.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5))': + '@angular-devkit/build-webpack@0.2002.0-next.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.100.2(esbuild@0.25.6)))(webpack@5.100.2(esbuild@0.25.6))': dependencies: - '@angular-devkit/architect': 0.2001.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2002.0-next.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(esbuild@0.25.5)) + webpack: 5.100.2(esbuild@0.25.6) + webpack-dev-server: 5.2.2(webpack@5.100.2(esbuild@0.25.6)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@20.1.0(chokidar@4.0.3)': + '@angular-devkit/core@20.2.0-next.0(chokidar@4.0.3)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -9273,9 +9433,9 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/schematics@20.1.0(chokidar@4.0.3)': + '@angular-devkit/schematics@20.2.0-next.0(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.1.0(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-next.0(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 8.2.0 @@ -9283,54 +9443,54 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))': + '@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)) + '@angular/common': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/build@20.1.0(mdzpej5uzuo3nizynhwxkvpz24)': + '@angular/build@20.2.0-next.0(6n7dish6iunch2qs3gz2ba5iri)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2001.0(chokidar@4.0.3) - '@angular/compiler': 20.2.0-next.0 - '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) - '@babel/core': 7.27.7 + '@angular-devkit/architect': 0.2002.0-next.0(chokidar@4.0.3) + '@angular/compiler': 20.2.0-next.1 + '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) + '@babel/core': 7.28.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.13(@types/node@22.14.1) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) - beasties: 0.3.4 + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.0.4(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + beasties: 0.3.5 browserslist: 4.24.4 - esbuild: 0.25.5 + esbuild: 0.25.6 https-proxy-agent: 7.0.6(supports-color@10.0.0) istanbul-lib-instrument: 6.0.3 jsonc-parser: 3.3.1 - listr2: 8.3.3 + listr2: 9.0.1 magic-string: 0.30.17 mrmime: 2.0.1 - parse5-html-rewriting-stream: 7.1.0 + parse5-html-rewriting-stream: 8.0.0 picomatch: 4.0.2 - piscina: 5.1.2 - rollup: 4.44.1 + piscina: 5.1.3 + rollup: 4.45.1 sass: 1.89.2 semver: 7.7.2 source-map-support: 0.5.21 tinyglobby: 0.2.14 tslib: 2.8.1 typescript: 5.8.3 - vite: 7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.0.4(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/localize': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/compiler@20.2.0-next.0) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@angular/platform-server': 20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu) - '@angular/ssr': 20.1.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu))(@angular/router@20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i)) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/localize': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/compiler@20.2.0-next.1) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/platform-server': 20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly) + '@angular/ssr': 20.2.0-next.0(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly))(@angular/router@20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4)) karma: 6.4.4 less: 4.3.0 lmdb: 3.4.1 @@ -9348,44 +9508,45 @@ snapshots: - tsx - yaml - '@angular/cli@20.1.0(@types/node@22.14.1)(chokidar@4.0.3)': + '@angular/cli@20.2.0-next.0(@types/node@22.14.1)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2001.0(chokidar@4.0.3) - '@angular-devkit/core': 20.1.0(chokidar@4.0.3) - '@angular-devkit/schematics': 20.1.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2002.0-next.0(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-next.0(chokidar@4.0.3) + '@angular-devkit/schematics': 20.2.0-next.0(chokidar@4.0.3) '@inquirer/prompts': 7.6.0(@types/node@22.14.1) - '@listr2/prompt-adapter-inquirer': 2.0.22(@inquirer/prompts@7.6.0(@types/node@22.14.1)) - '@modelcontextprotocol/sdk': 1.13.3 - '@schematics/angular': 20.1.0(chokidar@4.0.3) + '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.6.0(@types/node@22.14.1))(@types/node@22.14.1)(listr2@9.0.1) + '@modelcontextprotocol/sdk': 1.15.1 + '@schematics/angular': 20.2.0-next.0(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 + algoliasearch: 5.32.0 ini: 5.0.0 jsonc-parser: 3.3.1 - listr2: 8.3.3 + listr2: 9.0.1 npm-package-arg: 12.0.2 npm-pick-manifest: 10.0.0 pacote: 21.0.0 resolve: 1.22.10 semver: 7.7.2 yargs: 18.0.0 - zod: 3.25.75 + zod: 3.25.76 transitivePeerDependencies: - '@types/node' - chokidar - supports-color - '@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7)': + '@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7)': dependencies: - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)': + '@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 '@babel/core': 7.28.0 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 @@ -9399,46 +9560,46 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.2.0-next.0': + '@angular/compiler@20.2.0-next.1': dependencies: tslib: 2.8.1 - '@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)': + '@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 zone.js: 0.15.0 - '@angular/forms@20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i)': + '@angular/forms@20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)) + '@angular/common': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/localize@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/compiler@20.2.0-next.0)': + '@angular/localize@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/compiler@20.2.0-next.1)': dependencies: - '@angular/compiler': 20.2.0-next.0 - '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + '@angular/compiler': 20.2.0-next.1 + '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) '@babel/core': 7.28.0 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)) '@types/babel__core': 7.20.5 tinyglobby: 0.2.14 yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58988412ddf80ac53b61ee112d60a378b39f9d17(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) - '@google/genai': 1.6.0(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)(supports-color@10.0.0) + '@google/genai': 1.6.0(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13)(supports-color@10.0.0) '@octokit/rest': 22.0.0 '@types/semver': 7.7.0 '@types/supports-color': 10.0.0 @@ -9456,33 +9617,33 @@ snapshots: - encoding - utf-8-validate - '@angular/platform-browser-dynamic@20.2.0-next.0(bd4xxen2l3ipcylf237y42v5de)': + '@angular/platform-browser-dynamic@20.2.0-next.1(6pl664h6zksyulhidoavlmaa2e)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/compiler': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/common': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/compiler': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) tslib: 2.8.1 - '@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))': + '@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)) + '@angular/common': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/animations': 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu)': + '@angular/platform-server@20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/compiler': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)) + '@angular/common': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/compiler': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -9490,26 +9651,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i)': + '@angular/router@20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)) + '@angular/common': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@20.1.0(@angular/common@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu))(@angular/router@20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i))': + '@angular/ssr@20.2.0-next.0(@angular/common@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly))(@angular/router@20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4))': dependencies: - '@angular/common': 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/router': 20.2.0-next.0(bi53ai2xtatp5yqzajmt6pz72i) + '@angular/common': 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/router': 20.2.0-next.1(2xzav7s5qhppqxvxmbjirgs3y4) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 20.2.0-next.0(ges3j3suckq2xmdee5dphmhyxu) + '@angular/platform-server': 20.2.0-next.1(r4h2xzgqrzaxevwgwxdo4dimly) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -9534,6 +9695,8 @@ snapshots: '@babel/compat-data@7.27.2': {} + '@babel/compat-data@7.28.0': {} + '@babel/core@7.26.10': dependencies: '@ampproject/remapping': 2.3.0 @@ -9554,26 +9717,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/core@7.27.7': - 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.7) - '@babel/helpers': 7.27.6 - '@babel/parser': 7.28.0 - '@babel/template': 7.27.2 - '@babel/traverse': 7.28.0 - '@babel/types': 7.28.1 - convert-source-map: 2.0.0 - debug: 4.4.0(supports-color@10.0.0) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/core@7.28.0': dependencies: '@ampproject/remapping': 2.3.0 @@ -9610,14 +9753,6 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/generator@7.27.5': - dependencies: - '@babel/parser': 7.28.0 - '@babel/types': 7.28.1 - '@jridgewell/gen-mapping': 0.3.8 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 3.1.0 - '@babel/generator@7.28.0': dependencies: '@babel/parser': 7.28.0 @@ -9646,32 +9781,32 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.7)': + '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@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.7) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.28.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.27.7)': + '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.2.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.27.7)': + '@babel/helper-define-polyfill-provider@0.6.5(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - debug: 4.4.0(supports-color@10.0.0) + debug: 4.4.1 lodash.debounce: 4.0.8 resolve: 1.22.10 transitivePeerDependencies: @@ -9709,15 +9844,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7)': - dependencies: - '@babel/core': 7.27.7 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 @@ -9733,18 +9859,18 @@ snapshots: '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.7)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.27.1 '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.27.7)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-member-expression-to-functions': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.28.0 @@ -9760,7 +9886,7 @@ snapshots: '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.27.1 + '@babel/types': 7.28.1 '@babel/helper-string-parser@7.25.9': {} @@ -9796,478 +9922,489 @@ snapshots: dependencies: '@babel/types': 7.27.0 - '@babel/parser@7.27.2': - dependencies: - '@babel/types': 7.28.1 - '@babel/parser@7.28.0': dependencies: '@babel/types': 7.28.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@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.7) + '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.0) transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.7)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 - '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.27.7)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-async-generator-functions@7.28.0(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7) - '@babel/traverse': 7.27.1 + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0) + '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@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.7) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-block-scoping@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-block-scoping@7.28.0(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-classes@7.28.0(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0) '@babel/traverse': 7.28.0 - globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/template': 7.27.2 - '@babel/plugin-transform-destructuring@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-destructuring@7.28.0(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.27.1 + '@babel/traverse': 7.28.0 + transitivePeerDependencies: + - supports-color + + '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@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.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@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.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-explicit-resource-management@7.28.0(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 + '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0) + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 '@babel/traverse': 7.28.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-object-rest-spread@7.27.2(@babel/core@7.27.7)': + '@babel/plugin-transform-object-rest-spread@7.28.0(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-destructuring': 7.27.1(@babel/core@7.27.7) - '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.0) + '@babel/traverse': 7.28.0 + transitivePeerDependencies: + - supports-color - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-annotate-as-pure': 7.27.3 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-regenerator@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-regenerator@7.28.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-runtime@7.27.4(@babel/core@7.27.7)': + '@babel/plugin-transform-runtime@7.28.0(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.27.7) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.7) - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.7) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.0) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.0) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-spread@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.27.7)': + '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 - '@babel/preset-env@7.27.2(@babel/core@7.27.7)': + '@babel/preset-env@7.28.0(@babel/core@7.28.0)': dependencies: - '@babel/compat-data': 7.27.2 - '@babel/core': 7.27.7 + '@babel/compat-data': 7.28.0 + '@babel/core': 7.28.0 '@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.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.1(@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.1(@babel/core@7.27.7) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.27.7) - '@babel/plugin-transform-destructuring': 7.27.1(@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.2(@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.1(@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.1(@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.13(@babel/core@7.27.7) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.7) - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.7) - core-js-compat: 3.41.0 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.0) + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.0) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-async-generator-functions': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-block-scoping': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-classes': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-explicit-resource-management': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-object-rest-spread': 7.28.0(@babel/core@7.28.0) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.0) + '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-regenerator': 7.28.1(@babel/core@7.28.0) + '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.0) + '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.28.0) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.0) + babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.0) + babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.0) + babel-plugin-polyfill-regenerator: 0.6.5(@babel/core@7.28.0) + core-js-compat: 3.44.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.27.7)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/types': 7.28.1 esutils: 2.0.3 @@ -10298,18 +10435,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/traverse@7.27.1': - dependencies: - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.28.0 - '@babel/parser': 7.28.0 - '@babel/template': 7.27.2 - '@babel/types': 7.28.1 - debug: 4.4.0(supports-color@10.0.0) - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - '@babel/traverse@7.28.0': dependencies: '@babel/code-frame': 7.27.1 @@ -10327,11 +10452,6 @@ snapshots: '@babel/helper-string-parser': 7.25.9 '@babel/helper-validator-identifier': 7.25.9 - '@babel/types@7.27.1': - dependencies: - '@babel/helper-string-parser': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/types@7.28.1': dependencies: '@babel/helper-string-parser': 7.27.1 @@ -10378,151 +10498,154 @@ snapshots: '@esbuild/aix-ppc64@0.25.4': optional: true - '@esbuild/aix-ppc64@0.25.5': + '@esbuild/aix-ppc64@0.25.6': optional: true '@esbuild/android-arm64@0.25.4': optional: true - '@esbuild/android-arm64@0.25.5': + '@esbuild/android-arm64@0.25.6': optional: true '@esbuild/android-arm@0.25.4': optional: true - '@esbuild/android-arm@0.25.5': + '@esbuild/android-arm@0.25.6': optional: true '@esbuild/android-x64@0.25.4': optional: true - '@esbuild/android-x64@0.25.5': + '@esbuild/android-x64@0.25.6': optional: true '@esbuild/darwin-arm64@0.25.4': optional: true - '@esbuild/darwin-arm64@0.25.5': + '@esbuild/darwin-arm64@0.25.6': optional: true '@esbuild/darwin-x64@0.25.4': optional: true - '@esbuild/darwin-x64@0.25.5': + '@esbuild/darwin-x64@0.25.6': optional: true '@esbuild/freebsd-arm64@0.25.4': optional: true - '@esbuild/freebsd-arm64@0.25.5': + '@esbuild/freebsd-arm64@0.25.6': optional: true '@esbuild/freebsd-x64@0.25.4': optional: true - '@esbuild/freebsd-x64@0.25.5': + '@esbuild/freebsd-x64@0.25.6': optional: true '@esbuild/linux-arm64@0.25.4': optional: true - '@esbuild/linux-arm64@0.25.5': + '@esbuild/linux-arm64@0.25.6': optional: true '@esbuild/linux-arm@0.25.4': optional: true - '@esbuild/linux-arm@0.25.5': + '@esbuild/linux-arm@0.25.6': optional: true '@esbuild/linux-ia32@0.25.4': optional: true - '@esbuild/linux-ia32@0.25.5': + '@esbuild/linux-ia32@0.25.6': optional: true '@esbuild/linux-loong64@0.25.4': optional: true - '@esbuild/linux-loong64@0.25.5': + '@esbuild/linux-loong64@0.25.6': optional: true '@esbuild/linux-mips64el@0.25.4': optional: true - '@esbuild/linux-mips64el@0.25.5': + '@esbuild/linux-mips64el@0.25.6': optional: true '@esbuild/linux-ppc64@0.25.4': optional: true - '@esbuild/linux-ppc64@0.25.5': + '@esbuild/linux-ppc64@0.25.6': optional: true '@esbuild/linux-riscv64@0.25.4': optional: true - '@esbuild/linux-riscv64@0.25.5': + '@esbuild/linux-riscv64@0.25.6': optional: true '@esbuild/linux-s390x@0.25.4': optional: true - '@esbuild/linux-s390x@0.25.5': + '@esbuild/linux-s390x@0.25.6': optional: true '@esbuild/linux-x64@0.25.4': optional: true - '@esbuild/linux-x64@0.25.5': + '@esbuild/linux-x64@0.25.6': optional: true '@esbuild/netbsd-arm64@0.25.4': optional: true - '@esbuild/netbsd-arm64@0.25.5': + '@esbuild/netbsd-arm64@0.25.6': optional: true '@esbuild/netbsd-x64@0.25.4': optional: true - '@esbuild/netbsd-x64@0.25.5': + '@esbuild/netbsd-x64@0.25.6': optional: true '@esbuild/openbsd-arm64@0.25.4': optional: true - '@esbuild/openbsd-arm64@0.25.5': + '@esbuild/openbsd-arm64@0.25.6': optional: true '@esbuild/openbsd-x64@0.25.4': optional: true - '@esbuild/openbsd-x64@0.25.5': + '@esbuild/openbsd-x64@0.25.6': + optional: true + + '@esbuild/openharmony-arm64@0.25.6': optional: true '@esbuild/sunos-x64@0.25.4': optional: true - '@esbuild/sunos-x64@0.25.5': + '@esbuild/sunos-x64@0.25.6': optional: true '@esbuild/win32-arm64@0.25.4': optional: true - '@esbuild/win32-arm64@0.25.5': + '@esbuild/win32-arm64@0.25.6': optional: true '@esbuild/win32-ia32@0.25.4': optional: true - '@esbuild/win32-ia32@0.25.5': + '@esbuild/win32-ia32@0.25.6': optional: true '@esbuild/win32-x64@0.25.4': optional: true - '@esbuild/win32-x64@0.25.5': + '@esbuild/win32-x64@0.25.6': optional: true '@firebase/app-types@0.9.3': {} @@ -10651,14 +10774,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.6.0(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)(supports-color@10.0.0)': + '@google/genai@1.6.0(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13)(supports-color@10.0.0)': dependencies: google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.0.0) ws: 8.18.1 zod: 3.25.75 zod-to-json-schema: 3.24.5(zod@3.25.75) optionalDependencies: - '@modelcontextprotocol/sdk': 1.13.3 + '@modelcontextprotocol/sdk': 1.15.1 transitivePeerDependencies: - bufferutil - encoding @@ -10908,10 +11031,6 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 - '@inquirer/type@1.5.5': - dependencies: - mute-stream: 1.0.0 - '@inquirer/type@3.0.6(@types/node@22.14.1)': optionalDependencies: '@types/node': 22.14.1 @@ -11000,10 +11119,13 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@listr2/prompt-adapter-inquirer@2.0.22(@inquirer/prompts@7.6.0(@types/node@22.14.1))': + '@listr2/prompt-adapter-inquirer@3.0.1(@inquirer/prompts@7.6.0(@types/node@22.14.1))(@types/node@22.14.1)(listr2@9.0.1)': dependencies: '@inquirer/prompts': 7.6.0(@types/node@22.14.1) - '@inquirer/type': 1.5.5 + '@inquirer/type': 3.0.7(@types/node@22.14.1) + listr2: 9.0.1 + transitivePeerDependencies: + - '@types/node' '@lmdb/lmdb-darwin-arm64@3.4.1': optional: true @@ -11061,6 +11183,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@modelcontextprotocol/sdk@1.15.1': + dependencies: + ajv: 6.12.6 + content-type: 1.0.5 + cors: 2.8.5 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.2 + express: 5.1.0 + express-rate-limit: 7.5.0(express@5.1.0) + pkce-challenge: 5.0.0 + raw-body: 3.0.0 + zod: 3.25.76 + zod-to-json-schema: 3.24.5(zod@3.25.76) + transitivePeerDependencies: + - supports-color + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': optional: true @@ -11079,77 +11218,77 @@ snapshots: '@msgpackr-extract/msgpackr-extract-win32-x64@3.0.3': optional: true - '@napi-rs/nice-android-arm-eabi@1.0.1': + '@napi-rs/nice-android-arm-eabi@1.0.4': optional: true - '@napi-rs/nice-android-arm64@1.0.1': + '@napi-rs/nice-android-arm64@1.0.4': optional: true - '@napi-rs/nice-darwin-arm64@1.0.1': + '@napi-rs/nice-darwin-arm64@1.0.4': optional: true - '@napi-rs/nice-darwin-x64@1.0.1': + '@napi-rs/nice-darwin-x64@1.0.4': optional: true - '@napi-rs/nice-freebsd-x64@1.0.1': + '@napi-rs/nice-freebsd-x64@1.0.4': optional: true - '@napi-rs/nice-linux-arm-gnueabihf@1.0.1': + '@napi-rs/nice-linux-arm-gnueabihf@1.0.4': optional: true - '@napi-rs/nice-linux-arm64-gnu@1.0.1': + '@napi-rs/nice-linux-arm64-gnu@1.0.4': optional: true - '@napi-rs/nice-linux-arm64-musl@1.0.1': + '@napi-rs/nice-linux-arm64-musl@1.0.4': optional: true - '@napi-rs/nice-linux-ppc64-gnu@1.0.1': + '@napi-rs/nice-linux-ppc64-gnu@1.0.4': optional: true - '@napi-rs/nice-linux-riscv64-gnu@1.0.1': + '@napi-rs/nice-linux-riscv64-gnu@1.0.4': optional: true - '@napi-rs/nice-linux-s390x-gnu@1.0.1': + '@napi-rs/nice-linux-s390x-gnu@1.0.4': optional: true - '@napi-rs/nice-linux-x64-gnu@1.0.1': + '@napi-rs/nice-linux-x64-gnu@1.0.4': optional: true - '@napi-rs/nice-linux-x64-musl@1.0.1': + '@napi-rs/nice-linux-x64-musl@1.0.4': optional: true - '@napi-rs/nice-win32-arm64-msvc@1.0.1': + '@napi-rs/nice-win32-arm64-msvc@1.0.4': optional: true - '@napi-rs/nice-win32-ia32-msvc@1.0.1': + '@napi-rs/nice-win32-ia32-msvc@1.0.4': optional: true - '@napi-rs/nice-win32-x64-msvc@1.0.1': + '@napi-rs/nice-win32-x64-msvc@1.0.4': optional: true - '@napi-rs/nice@1.0.1': + '@napi-rs/nice@1.0.4': optionalDependencies: - '@napi-rs/nice-android-arm-eabi': 1.0.1 - '@napi-rs/nice-android-arm64': 1.0.1 - '@napi-rs/nice-darwin-arm64': 1.0.1 - '@napi-rs/nice-darwin-x64': 1.0.1 - '@napi-rs/nice-freebsd-x64': 1.0.1 - '@napi-rs/nice-linux-arm-gnueabihf': 1.0.1 - '@napi-rs/nice-linux-arm64-gnu': 1.0.1 - '@napi-rs/nice-linux-arm64-musl': 1.0.1 - '@napi-rs/nice-linux-ppc64-gnu': 1.0.1 - '@napi-rs/nice-linux-riscv64-gnu': 1.0.1 - '@napi-rs/nice-linux-s390x-gnu': 1.0.1 - '@napi-rs/nice-linux-x64-gnu': 1.0.1 - '@napi-rs/nice-linux-x64-musl': 1.0.1 - '@napi-rs/nice-win32-arm64-msvc': 1.0.1 - '@napi-rs/nice-win32-ia32-msvc': 1.0.1 - '@napi-rs/nice-win32-x64-msvc': 1.0.1 + '@napi-rs/nice-android-arm-eabi': 1.0.4 + '@napi-rs/nice-android-arm64': 1.0.4 + '@napi-rs/nice-darwin-arm64': 1.0.4 + '@napi-rs/nice-darwin-x64': 1.0.4 + '@napi-rs/nice-freebsd-x64': 1.0.4 + '@napi-rs/nice-linux-arm-gnueabihf': 1.0.4 + '@napi-rs/nice-linux-arm64-gnu': 1.0.4 + '@napi-rs/nice-linux-arm64-musl': 1.0.4 + '@napi-rs/nice-linux-ppc64-gnu': 1.0.4 + '@napi-rs/nice-linux-riscv64-gnu': 1.0.4 + '@napi-rs/nice-linux-s390x-gnu': 1.0.4 + '@napi-rs/nice-linux-x64-gnu': 1.0.4 + '@napi-rs/nice-linux-x64-musl': 1.0.4 + '@napi-rs/nice-win32-arm64-msvc': 1.0.4 + '@napi-rs/nice-win32-ia32-msvc': 1.0.4 + '@napi-rs/nice-win32-x64-msvc': 1.0.4 optional: true - '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))': + '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))': dependencies: - '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.14.1 @@ -11158,11 +11297,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@20.1.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5))': + '@ngtools/webpack@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.100.2(esbuild@0.25.6))': dependencies: - '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) '@nodelib/fs.scandir@2.1.5': dependencies: @@ -11500,127 +11639,127 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.40.2': optional: true - '@rollup/rollup-android-arm-eabi@4.44.1': + '@rollup/rollup-android-arm-eabi@4.45.1': optional: true '@rollup/rollup-android-arm64@4.40.2': optional: true - '@rollup/rollup-android-arm64@4.44.1': + '@rollup/rollup-android-arm64@4.45.1': optional: true '@rollup/rollup-darwin-arm64@4.40.2': optional: true - '@rollup/rollup-darwin-arm64@4.44.1': + '@rollup/rollup-darwin-arm64@4.45.1': optional: true '@rollup/rollup-darwin-x64@4.40.2': optional: true - '@rollup/rollup-darwin-x64@4.44.1': + '@rollup/rollup-darwin-x64@4.45.1': optional: true '@rollup/rollup-freebsd-arm64@4.40.2': optional: true - '@rollup/rollup-freebsd-arm64@4.44.1': + '@rollup/rollup-freebsd-arm64@4.45.1': optional: true '@rollup/rollup-freebsd-x64@4.40.2': optional: true - '@rollup/rollup-freebsd-x64@4.44.1': + '@rollup/rollup-freebsd-x64@4.45.1': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.40.2': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.44.1': + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': optional: true '@rollup/rollup-linux-arm-musleabihf@4.40.2': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.44.1': + '@rollup/rollup-linux-arm-musleabihf@4.45.1': optional: true '@rollup/rollup-linux-arm64-gnu@4.40.2': optional: true - '@rollup/rollup-linux-arm64-gnu@4.44.1': + '@rollup/rollup-linux-arm64-gnu@4.45.1': optional: true '@rollup/rollup-linux-arm64-musl@4.40.2': optional: true - '@rollup/rollup-linux-arm64-musl@4.44.1': + '@rollup/rollup-linux-arm64-musl@4.45.1': optional: true '@rollup/rollup-linux-loongarch64-gnu@4.40.2': optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.44.1': + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.40.2': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.44.1': + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': optional: true '@rollup/rollup-linux-riscv64-gnu@4.40.2': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.44.1': + '@rollup/rollup-linux-riscv64-gnu@4.45.1': optional: true '@rollup/rollup-linux-riscv64-musl@4.40.2': optional: true - '@rollup/rollup-linux-riscv64-musl@4.44.1': + '@rollup/rollup-linux-riscv64-musl@4.45.1': optional: true '@rollup/rollup-linux-s390x-gnu@4.40.2': optional: true - '@rollup/rollup-linux-s390x-gnu@4.44.1': + '@rollup/rollup-linux-s390x-gnu@4.45.1': optional: true '@rollup/rollup-linux-x64-gnu@4.40.2': optional: true - '@rollup/rollup-linux-x64-gnu@4.44.1': + '@rollup/rollup-linux-x64-gnu@4.45.1': optional: true '@rollup/rollup-linux-x64-musl@4.40.2': optional: true - '@rollup/rollup-linux-x64-musl@4.44.1': + '@rollup/rollup-linux-x64-musl@4.45.1': optional: true '@rollup/rollup-win32-arm64-msvc@4.40.2': optional: true - '@rollup/rollup-win32-arm64-msvc@4.44.1': + '@rollup/rollup-win32-arm64-msvc@4.45.1': optional: true '@rollup/rollup-win32-ia32-msvc@4.40.2': optional: true - '@rollup/rollup-win32-ia32-msvc@4.44.1': + '@rollup/rollup-win32-ia32-msvc@4.45.1': optional: true '@rollup/rollup-win32-x64-msvc@4.40.2': optional: true - '@rollup/rollup-win32-x64-msvc@4.44.1': + '@rollup/rollup-win32-x64-msvc@4.45.1': optional: true - '@schematics/angular@20.1.0(chokidar@4.0.3)': + '@schematics/angular@20.2.0-next.0(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.1.0(chokidar@4.0.3) - '@angular-devkit/schematics': 20.1.0(chokidar@4.0.3) + '@angular-devkit/core': 20.2.0-next.0(chokidar@4.0.3) + '@angular-devkit/schematics': 20.2.0-next.0(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -11776,11 +11915,11 @@ snapshots: '@types/eslint-scope@3.7.7': dependencies: '@types/eslint': 9.6.1 - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 '@types/eslint@9.6.1': dependencies: - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 '@types/json-schema': 7.0.15 '@types/estree@1.0.7': {} @@ -11962,9 +12101,9 @@ snapshots: '@types/youtube@0.1.2': {} - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.0.4(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': dependencies: - vite: 7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.0.4(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) '@webassemblyjs/ast@1.14.1': dependencies: @@ -12075,6 +12214,10 @@ snapshots: mime-types: 3.0.1 negotiator: 1.0.0 + acorn-import-phases@1.0.4(acorn@8.15.0): + dependencies: + acorn: 8.15.0 + acorn-jsx@5.3.2(acorn@7.4.1): dependencies: acorn: 7.4.1 @@ -12087,6 +12230,8 @@ snapshots: acorn@8.14.1: {} + acorn@8.15.0: {} + adjust-sourcemap-loader@4.0.0: dependencies: loader-utils: 2.0.4 @@ -12139,6 +12284,22 @@ snapshots: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 + algoliasearch@5.32.0: + dependencies: + '@algolia/client-abtesting': 5.32.0 + '@algolia/client-analytics': 5.32.0 + '@algolia/client-common': 5.32.0 + '@algolia/client-insights': 5.32.0 + '@algolia/client-personalization': 5.32.0 + '@algolia/client-query-suggestions': 5.32.0 + '@algolia/client-search': 5.32.0 + '@algolia/ingestion': 1.32.0 + '@algolia/monitoring': 1.32.0 + '@algolia/recommend': 5.32.0 + '@algolia/requester-browser-xhr': 5.32.0 + '@algolia/requester-fetch': 5.32.0 + '@algolia/requester-node-http': 5.32.0 + amdefine@1.0.1: optional: true @@ -12302,33 +12463,33 @@ snapshots: b4a@1.6.7: {} - babel-loader@10.0.0(@babel/core@7.27.7)(webpack@5.99.9(esbuild@0.25.5)): + babel-loader@10.0.0(@babel/core@7.28.0)(webpack@5.100.2(esbuild@0.25.6)): dependencies: - '@babel/core': 7.27.7 + '@babel/core': 7.28.0 find-up: 5.0.0 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) - babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.27.7): + babel-plugin-polyfill-corejs2@0.4.14(@babel/core@7.28.0): dependencies: - '@babel/compat-data': 7.27.2 - '@babel/core': 7.27.7 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.7) + '@babel/compat-data': 7.28.0 + '@babel/core': 7.28.0 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.27.7): + babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.0): dependencies: - '@babel/core': 7.27.7 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.7) - core-js-compat: 3.41.0 + '@babel/core': 7.28.0 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0) + core-js-compat: 3.44.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.4(@babel/core@7.27.7): + babel-plugin-polyfill-regenerator@0.6.5(@babel/core@7.28.0): dependencies: - '@babel/core': 7.27.7 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.7) + '@babel/core': 7.28.0 + '@babel/helper-define-polyfill-provider': 0.6.5(@babel/core@7.28.0) transitivePeerDependencies: - supports-color @@ -12383,10 +12544,10 @@ snapshots: dependencies: tweetnacl: 0.14.5 - beasties@0.3.4: + beasties@0.3.5: dependencies: - css-select: 5.1.0 - css-what: 6.1.0 + css-select: 6.0.0 + css-what: 7.0.0 dom-serializer: 2.0.0 domhandler: 5.0.3 htmlparser2: 10.0.0 @@ -12489,6 +12650,13 @@ snapshots: node-releases: 2.0.19 update-browserslist-db: 1.1.3(browserslist@4.24.4) + browserslist@4.25.1: + dependencies: + caniuse-lite: 1.0.30001727 + electron-to-chromium: 1.5.187 + node-releases: 2.0.19 + update-browserslist-db: 1.1.3(browserslist@4.25.1) + browserstack-local@1.5.6: dependencies: agent-base: 6.0.2(supports-color@10.0.0) @@ -12608,6 +12776,8 @@ snapshots: caniuse-lite@1.0.30001711: {} + caniuse-lite@1.0.30001727: {} + canonical-path@0.0.2: {} canonical-path@1.0.0: {} @@ -12945,18 +13115,18 @@ snapshots: dependencies: is-what: 3.14.1 - copy-webpack-plugin@13.0.0(webpack@5.99.9(esbuild@0.25.5)): + copy-webpack-plugin@13.0.0(webpack@5.100.2(esbuild@0.25.6)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.2 serialize-javascript: 6.0.2 tinyglobby: 0.2.14 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) - core-js-compat@3.41.0: + core-js-compat@3.44.0: dependencies: - browserslist: 4.24.4 + browserslist: 4.25.1 core-util-is@1.0.2: {} @@ -13017,7 +13187,7 @@ snapshots: css-functions-list@3.2.3: {} - css-loader@7.1.2(webpack@5.99.9(esbuild@0.25.5)): + css-loader@7.1.2(webpack@5.100.2(esbuild@0.25.6)): dependencies: icss-utils: 5.1.0(postcss@8.5.6) postcss: 8.5.6 @@ -13028,17 +13198,17 @@ snapshots: postcss-value-parser: 4.2.0 semver: 7.7.2 optionalDependencies: - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) - css-select@5.1.0: + css-select@6.0.0: dependencies: boolbase: 1.0.0 - css-what: 6.1.0 + css-what: 7.0.0 domhandler: 5.0.3 domutils: 3.2.2 nth-check: 2.1.1 - css-what@6.1.0: {} + css-what@7.0.0: {} cssesc@3.0.0: {} @@ -13100,6 +13270,10 @@ snapshots: optionalDependencies: supports-color: 10.0.0 + debug@4.4.1: + dependencies: + ms: 2.1.3 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -13330,6 +13504,8 @@ snapshots: electron-to-chromium@1.5.132: {} + electron-to-chromium@1.5.187: {} + emoji-regex@10.4.0: {} emoji-regex@8.0.0: {} @@ -13496,7 +13672,7 @@ snapshots: dependencies: es6-promise: 4.2.8 - esbuild-wasm@0.25.5: {} + esbuild-wasm@0.25.6: {} esbuild@0.25.4: optionalDependencies: @@ -13526,33 +13702,34 @@ snapshots: '@esbuild/win32-ia32': 0.25.4 '@esbuild/win32-x64': 0.25.4 - esbuild@0.25.5: + esbuild@0.25.6: optionalDependencies: - '@esbuild/aix-ppc64': 0.25.5 - '@esbuild/android-arm': 0.25.5 - '@esbuild/android-arm64': 0.25.5 - '@esbuild/android-x64': 0.25.5 - '@esbuild/darwin-arm64': 0.25.5 - '@esbuild/darwin-x64': 0.25.5 - '@esbuild/freebsd-arm64': 0.25.5 - '@esbuild/freebsd-x64': 0.25.5 - '@esbuild/linux-arm': 0.25.5 - '@esbuild/linux-arm64': 0.25.5 - '@esbuild/linux-ia32': 0.25.5 - '@esbuild/linux-loong64': 0.25.5 - '@esbuild/linux-mips64el': 0.25.5 - '@esbuild/linux-ppc64': 0.25.5 - '@esbuild/linux-riscv64': 0.25.5 - '@esbuild/linux-s390x': 0.25.5 - '@esbuild/linux-x64': 0.25.5 - '@esbuild/netbsd-arm64': 0.25.5 - '@esbuild/netbsd-x64': 0.25.5 - '@esbuild/openbsd-arm64': 0.25.5 - '@esbuild/openbsd-x64': 0.25.5 - '@esbuild/sunos-x64': 0.25.5 - '@esbuild/win32-arm64': 0.25.5 - '@esbuild/win32-ia32': 0.25.5 - '@esbuild/win32-x64': 0.25.5 + '@esbuild/aix-ppc64': 0.25.6 + '@esbuild/android-arm': 0.25.6 + '@esbuild/android-arm64': 0.25.6 + '@esbuild/android-x64': 0.25.6 + '@esbuild/darwin-arm64': 0.25.6 + '@esbuild/darwin-x64': 0.25.6 + '@esbuild/freebsd-arm64': 0.25.6 + '@esbuild/freebsd-x64': 0.25.6 + '@esbuild/linux-arm': 0.25.6 + '@esbuild/linux-arm64': 0.25.6 + '@esbuild/linux-ia32': 0.25.6 + '@esbuild/linux-loong64': 0.25.6 + '@esbuild/linux-mips64el': 0.25.6 + '@esbuild/linux-ppc64': 0.25.6 + '@esbuild/linux-riscv64': 0.25.6 + '@esbuild/linux-s390x': 0.25.6 + '@esbuild/linux-x64': 0.25.6 + '@esbuild/netbsd-arm64': 0.25.6 + '@esbuild/netbsd-x64': 0.25.6 + '@esbuild/openbsd-arm64': 0.25.6 + '@esbuild/openbsd-x64': 0.25.6 + '@esbuild/openharmony-arm64': 0.25.6 + '@esbuild/sunos-x64': 0.25.6 + '@esbuild/win32-arm64': 0.25.6 + '@esbuild/win32-ia32': 0.25.6 + '@esbuild/win32-x64': 0.25.6 escalade@3.2.0: {} @@ -15080,7 +15257,7 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: '@babel/core': 7.28.0 - '@babel/parser': 7.27.2 + '@babel/parser': 7.28.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.7.2 @@ -15406,11 +15583,11 @@ snapshots: dependencies: readable-stream: 2.3.8 - less-loader@12.3.0(less@4.3.0)(webpack@5.99.9(esbuild@0.25.5)): + less-loader@12.3.0(less@4.3.0)(webpack@5.100.2(esbuild@0.25.6)): dependencies: less: 4.3.0 optionalDependencies: - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) less@4.3.0: dependencies: @@ -15439,11 +15616,11 @@ snapshots: libsodium@0.7.15: {} - license-webpack-plugin@4.0.2(webpack@5.99.9(esbuild@0.25.5)): + license-webpack-plugin@4.0.2(webpack@5.100.2(esbuild@0.25.6)): dependencies: webpack-sources: 3.2.3 optionalDependencies: - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) lie@3.3.0: dependencies: @@ -15519,7 +15696,7 @@ snapshots: lines-and-columns@1.2.4: {} - listr2@8.3.3: + listr2@9.0.1: dependencies: cli-truncate: 4.0.0 colorette: 2.0.20 @@ -15835,11 +16012,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.99.9(esbuild@0.25.5)): + mini-css-extract-plugin@2.9.2(webpack@5.100.2(esbuild@0.25.6)): dependencies: schema-utils: 4.3.2 tapable: 2.2.1 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) minimalistic-assert@1.0.1: {} @@ -15979,8 +16156,6 @@ snapshots: dns-packet: 5.6.1 thunky: 1.1.0 - mute-stream@1.0.0: {} - mute-stream@2.0.0: {} mz@2.7.0: @@ -16237,12 +16412,12 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.1.2: + open@10.2.0: dependencies: default-browser: 5.2.1 define-lazy-prop: 3.0.0 is-inside-container: 1.0.0 - is-wsl: 3.1.0 + wsl-utils: 0.1.0 open@6.4.0: dependencies: @@ -16418,28 +16593,24 @@ snapshots: parse-node-version@1.0.1: {} - parse5-html-rewriting-stream@7.1.0: + parse5-html-rewriting-stream@8.0.0: dependencies: entities: 6.0.0 - parse5: 7.2.1 - parse5-sax-parser: 7.0.0 + parse5: 8.0.0 + parse5-sax-parser: 8.0.0 parse5-htmlparser2-tree-adapter@6.0.1: dependencies: parse5: 6.0.1 - parse5-sax-parser@7.0.0: + parse5-sax-parser@8.0.0: dependencies: - parse5: 7.2.1 + parse5: 8.0.0 parse5@5.1.1: {} parse5@6.0.1: {} - parse5@7.2.1: - dependencies: - entities: 4.5.0 - parse5@8.0.0: dependencies: entities: 6.0.0 @@ -16559,9 +16730,9 @@ snapshots: pinkie@2.0.4: {} - piscina@5.1.2: + piscina@5.1.3: optionalDependencies: - '@napi-rs/nice': 1.0.1 + '@napi-rs/nice': 1.0.4 pkce-challenge@5.0.0: {} @@ -16574,14 +16745,14 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.100.2(esbuild@0.25.6)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.7 postcss: 8.5.6 semver: 7.7.2 optionalDependencies: - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) transitivePeerDependencies: - typescript @@ -17165,30 +17336,30 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.40.2 fsevents: 2.3.3 - rollup@4.44.1: + rollup@4.45.1: dependencies: '@types/estree': 1.0.8 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.44.1 - '@rollup/rollup-android-arm64': 4.44.1 - '@rollup/rollup-darwin-arm64': 4.44.1 - '@rollup/rollup-darwin-x64': 4.44.1 - '@rollup/rollup-freebsd-arm64': 4.44.1 - '@rollup/rollup-freebsd-x64': 4.44.1 - '@rollup/rollup-linux-arm-gnueabihf': 4.44.1 - '@rollup/rollup-linux-arm-musleabihf': 4.44.1 - '@rollup/rollup-linux-arm64-gnu': 4.44.1 - '@rollup/rollup-linux-arm64-musl': 4.44.1 - '@rollup/rollup-linux-loongarch64-gnu': 4.44.1 - '@rollup/rollup-linux-powerpc64le-gnu': 4.44.1 - '@rollup/rollup-linux-riscv64-gnu': 4.44.1 - '@rollup/rollup-linux-riscv64-musl': 4.44.1 - '@rollup/rollup-linux-s390x-gnu': 4.44.1 - '@rollup/rollup-linux-x64-gnu': 4.44.1 - '@rollup/rollup-linux-x64-musl': 4.44.1 - '@rollup/rollup-win32-arm64-msvc': 4.44.1 - '@rollup/rollup-win32-ia32-msvc': 4.44.1 - '@rollup/rollup-win32-x64-msvc': 4.44.1 + '@rollup/rollup-android-arm-eabi': 4.45.1 + '@rollup/rollup-android-arm64': 4.45.1 + '@rollup/rollup-darwin-arm64': 4.45.1 + '@rollup/rollup-darwin-x64': 4.45.1 + '@rollup/rollup-freebsd-arm64': 4.45.1 + '@rollup/rollup-freebsd-x64': 4.45.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.1 + '@rollup/rollup-linux-arm-musleabihf': 4.45.1 + '@rollup/rollup-linux-arm64-gnu': 4.45.1 + '@rollup/rollup-linux-arm64-musl': 4.45.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-gnu': 4.45.1 + '@rollup/rollup-linux-riscv64-musl': 4.45.1 + '@rollup/rollup-linux-s390x-gnu': 4.45.1 + '@rollup/rollup-linux-x64-gnu': 4.45.1 + '@rollup/rollup-linux-x64-musl': 4.45.1 + '@rollup/rollup-win32-arm64-msvc': 4.45.1 + '@rollup/rollup-win32-ia32-msvc': 4.45.1 + '@rollup/rollup-win32-x64-msvc': 4.45.1 fsevents: 2.3.3 router@2.2.0: @@ -17271,12 +17442,12 @@ snapshots: safevalues@1.2.0: {} - sass-loader@16.0.5(sass@1.89.2)(webpack@5.99.9(esbuild@0.25.5)): + sass-loader@16.0.5(sass@1.89.2)(webpack@5.100.2(esbuild@0.25.6)): dependencies: neo-async: 2.6.2 optionalDependencies: sass: 1.89.2 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) sass@1.86.3: dependencies: @@ -17622,11 +17793,11 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.99.9(esbuild@0.25.5)): + source-map-loader@5.0.0(webpack@5.100.2(esbuild@0.25.6)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) source-map-support@0.4.18: dependencies: @@ -18053,16 +18224,16 @@ snapshots: dependencies: rimraf: 2.5.4 - terser-webpack-plugin@5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)): + terser-webpack-plugin@5.3.14(esbuild@0.25.6)(webpack@5.100.2(esbuild@0.25.6)): dependencies: - '@jridgewell/trace-mapping': 0.3.25 + '@jridgewell/trace-mapping': 0.3.29 jest-worker: 27.5.1 schema-utils: 4.3.2 serialize-javascript: 6.0.2 terser: 5.43.1 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) optionalDependencies: - esbuild: 0.25.5 + esbuild: 0.25.6 terser@5.39.0: dependencies: @@ -18421,6 +18592,12 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 + update-browserslist-db@1.1.3(browserslist@4.25.1): + dependencies: + browserslist: 4.25.1 + escalade: 3.2.0 + picocolors: 1.1.1 + update-notifier-cjs@5.1.7(encoding@0.1.13): dependencies: boxen: 5.1.2 @@ -18511,13 +18688,13 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): + vite@7.0.4(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): dependencies: - esbuild: 0.25.5 + esbuild: 0.25.6 fdir: 6.4.6(picomatch@4.0.2) picomatch: 4.0.2 postcss: 8.5.6 - rollup: 4.44.1 + rollup: 4.45.1 tinyglobby: 0.2.14 optionalDependencies: '@types/node': 22.14.1 @@ -18535,11 +18712,6 @@ snapshots: tslint: 6.1.3(typescript@5.8.3) typescript: 5.8.3 - watchpack@2.4.2: - dependencies: - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - watchpack@2.4.4: dependencies: glob-to-regexp: 0.4.1 @@ -18581,7 +18753,7 @@ snapshots: webidl-conversions@3.0.1: {} - webpack-dev-middleware@7.4.2(webpack@5.99.9(esbuild@0.25.5)): + webpack-dev-middleware@7.4.2(webpack@5.100.2(esbuild@0.25.6)): dependencies: colorette: 2.0.20 memfs: 4.17.0 @@ -18590,9 +18762,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.2 optionalDependencies: - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) - webpack-dev-server@5.2.2(webpack@5.99.9(esbuild@0.25.5)): + webpack-dev-server@5.2.2(webpack@5.100.2(esbuild@0.25.6)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -18613,17 +18785,17 @@ snapshots: http-proxy-middleware: 2.0.9(@types/express@4.17.21) ipaddr.js: 2.2.0 launch-editor: 2.10.0 - open: 10.1.2 + open: 10.2.0 p-retry: 6.2.1 schema-utils: 4.3.2 selfsigned: 2.4.1 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.2(webpack@5.99.9(esbuild@0.25.5)) + webpack-dev-middleware: 7.4.2(webpack@5.100.2(esbuild@0.25.6)) ws: 8.18.1 optionalDependencies: - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) transitivePeerDependencies: - bufferutil - debug @@ -18638,20 +18810,23 @@ snapshots: webpack-sources@3.2.3: {} - webpack-subresource-integrity@5.1.0(webpack@5.99.9(esbuild@0.25.5)): + webpack-sources@3.3.3: {} + + webpack-subresource-integrity@5.1.0(webpack@5.100.2(esbuild@0.25.6)): dependencies: typed-assert: 1.0.9 - webpack: 5.99.9(esbuild@0.25.5) + webpack: 5.100.2(esbuild@0.25.6) - webpack@5.99.9(esbuild@0.25.5): + webpack@5.100.2(esbuild@0.25.6): dependencies: '@types/eslint-scope': 3.7.7 - '@types/estree': 1.0.7 + '@types/estree': 1.0.8 '@types/json-schema': 7.0.15 '@webassemblyjs/ast': 1.14.1 '@webassemblyjs/wasm-edit': 1.14.1 '@webassemblyjs/wasm-parser': 1.14.1 - acorn: 8.14.1 + acorn: 8.15.0 + acorn-import-phases: 1.0.4(acorn@8.15.0) browserslist: 4.24.4 chrome-trace-event: 1.0.4 enhanced-resolve: 5.18.1 @@ -18666,9 +18841,9 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)) - watchpack: 2.4.2 - webpack-sources: 3.2.3 + terser-webpack-plugin: 5.3.14(esbuild@0.25.6)(webpack@5.100.2(esbuild@0.25.6)) + watchpack: 2.4.4 + webpack-sources: 3.3.3 transitivePeerDependencies: - '@swc/core' - esbuild @@ -18836,6 +19011,10 @@ snapshots: ws@8.18.1: {} + wsl-utils@0.1.0: + dependencies: + is-wsl: 3.1.0 + x-is-string@0.1.0: {} xdg-basedir@4.0.0: {} @@ -18944,12 +19123,18 @@ snapshots: dependencies: zod: 3.25.75 + zod-to-json-schema@3.24.5(zod@3.25.76): + dependencies: + zod: 3.25.76 + zod@3.23.8: {} zod@3.25.20: {} zod@3.25.75: {} + zod@3.25.76: {} + zone.js@0.15.0: {} zx@8.6.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 127f4179976f..84b7b0c6d8c2 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,22 +17,22 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 20.1.0 - '@angular-devkit/core': 20.1.0 - '@angular-devkit/schematics': 20.1.0 - '@angular/animations': 20.2.0-next.0 - '@angular/build': 20.1.0 - '@angular/cli': 20.1.0 - '@angular/common': 20.2.0-next.0 - '@angular/compiler-cli': 20.2.0-next.0 - '@angular/compiler': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/ssr': 20.1.0 - '@angular/forms': 20.2.0-next.0 - '@angular/localize': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 - '@angular/platform-browser-dynamic': 20.2.0-next.0 - '@angular/platform-server': 20.2.0-next.0 - '@angular/router': 20.2.0-next.0 - '@schematics/angular': 20.1.0 + '@angular-devkit/build-angular': 20.2.0-next.0 + '@angular-devkit/core': 20.2.0-next.0 + '@angular-devkit/schematics': 20.2.0-next.0 + '@angular/animations': 20.2.0-next.1 + '@angular/build': 20.2.0-next.0 + '@angular/cli': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/compiler-cli': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/ssr': 20.2.0-next.0 + '@angular/forms': 20.2.0-next.1 + '@angular/localize': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 + '@angular/platform-browser-dynamic': 20.2.0-next.1 + '@angular/platform-server': 20.2.0-next.1 + '@angular/router': 20.2.0-next.1 + '@schematics/angular': 20.2.0-next.0 'rxjs': ^6.6.7