From 8610d6c378985dc220c7739d1bca82dc504d56a8 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 23 Sep 2025 19:35:16 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.material-aio.yml | 18 +- .github/workflows/ci.yml | 50 +- .../workflows/deploy-dev-app-main-push.yml | 6 +- .github/workflows/dev-infra.yml | 4 +- .github/workflows/docs-preview-build.yml | 8 +- .github/workflows/docs-preview-deploy.yml | 2 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/pr.material-aio.yml | 18 +- .github/workflows/pr.yml | 46 +- .github/workflows/preview-build-dev-app.yml | 8 +- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 14 +- package.json | 2 +- pnpm-lock.yaml | 883 ++++++++---------- pnpm-workspace.yaml | 36 +- 16 files changed, 522 insertions(+), 579 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 2aa50a4b3123..573098c1f1a1 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/branch-manager@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 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 bb96cc894d9f..d92ce14a8dd0 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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 8a6666ea4090..5108294d9c9b 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -47,11 +47,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -63,11 +63,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -79,11 +79,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -96,11 +96,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -112,11 +112,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -183,12 +183,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/browserstack@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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 12124ee6b6c5..920a23cd7bc6 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,11 +17,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index c2204b789412..8cb867617622 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/pull-request-labeling@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/post-approval-changes@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 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 30e03a8b5290..63e34a147c4f 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 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 73b26c97d489..edaec8006a1b 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 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 7a0923bbb05e..7cbfd03ccaa7 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/google-internal-tests@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 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 96defdf7ec06..e8f7aca176eb 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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 de1e2fdd1af9..dc3ca7f1802f 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -43,7 +43,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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/linting/licenses@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 # 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 @@ -53,11 +53,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -67,11 +67,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -95,11 +95,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -109,11 +109,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -123,11 +123,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -150,15 +150,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: # Checking out the pull request commit is intended here as we need to run the changed code tests. ref: ${{ github.event.pull_request.head.sha }} - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/browserstack@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - 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 7af018866a3c..c04088c44b8d 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,16 +23,16 @@ 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 # 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 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 9cca46cca3d2..c314c9e5743c 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@470e655d3c0eba87948bf7c3350622f6eb9551a2 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 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 bfc07a6aabc2..d7f7e459779c 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/setup@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@470e655d3c0eba87948bf7c3350622f6eb9551a2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor diff --git a/package.json b/package.json index 91ab44226259..c5d401d7fe79 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#5c80533a1292f228111945c42a81614a03be6ab3", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#29f99d7e4da422e5c7f525a3541561b4d9d5a63c", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b5f27ac49608..c7b888de9d2f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,56 +7,56 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 20.3.1 - version: 20.3.1 + specifier: 20.3.2 + version: 20.3.2 '@angular-devkit/core': - specifier: 20.3.1 - version: 20.3.1 + specifier: 20.3.2 + version: 20.3.2 '@angular-devkit/schematics': + specifier: 20.3.2 + version: 20.3.2 + '@angular/animations': specifier: 20.3.1 version: 20.3.1 - '@angular/animations': - specifier: 20.3.0 - version: 20.3.0 '@angular/cli': + specifier: 20.3.2 + version: 20.3.2 + '@angular/common': specifier: 20.3.1 version: 20.3.1 - '@angular/common': - specifier: 20.3.0 - version: 20.3.0 '@angular/compiler': - specifier: 20.3.0 - version: 20.3.0 + specifier: 20.3.1 + version: 20.3.1 '@angular/compiler-cli': - specifier: 20.3.0 - version: 20.3.0 + specifier: 20.3.1 + version: 20.3.1 '@angular/core': - specifier: 20.3.0 - version: 20.3.0 + specifier: 20.3.1 + version: 20.3.1 '@angular/forms': - specifier: 20.3.0 - version: 20.3.0 + specifier: 20.3.1 + version: 20.3.1 '@angular/localize': - specifier: 20.3.0 - version: 20.3.0 + specifier: 20.3.1 + version: 20.3.1 '@angular/platform-browser': - specifier: 20.3.0 - version: 20.3.0 + specifier: 20.3.1 + version: 20.3.1 '@angular/platform-browser-dynamic': - specifier: 20.3.0 - version: 20.3.0 + specifier: 20.3.1 + version: 20.3.1 '@angular/platform-server': - specifier: 20.3.0 - version: 20.3.0 - '@angular/router': - specifier: 20.3.0 - version: 20.3.0 - '@angular/ssr': specifier: 20.3.1 version: 20.3.1 - '@schematics/angular': + '@angular/router': specifier: 20.3.1 version: 20.3.1 + '@angular/ssr': + specifier: 20.3.2 + version: 20.3.2 + '@schematics/angular': + specifier: 20.3.2 + version: 20.3.2 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -72,28 +72,28 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 20.3.1(chokidar@4.0.3) + version: 20.3.2(chokidar@4.0.3) '@angular-devkit/schematics': specifier: 'catalog:' - version: 20.3.1(chokidar@4.0.3) + version: 20.3.2(chokidar@4.0.3) '@angular/animations': specifier: 'catalog:' - version: 20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) '@angular/common': specifier: 'catalog:' - version: 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + version: 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 20.3.0 + version: 20.3.1 '@angular/core': specifier: 'catalog:' - version: 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) + version: 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) '@angular/forms': specifier: 'catalog:' - version: 20.3.0(702ec95936c24263660523c38691f06a) + version: 20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584) '@angular/platform-browser': specifier: 'catalog:' - version: 20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) '@types/google.maps': specifier: ^3.54.10 version: 3.58.1 @@ -127,19 +127,19 @@ importers: devDependencies: '@angular/compiler-cli': specifier: 'catalog:' - version: 20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2) + version: 20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2) '@angular/localize': specifier: 'catalog:' - version: 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/compiler@20.3.0) + version: 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/compiler@20.3.1) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#5c80533a1292f228111945c42a81614a03be6ab3 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5c80533a1292f228111945c42a81614a03be6ab3(@modelcontextprotocol/sdk@1.18.0) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#29f99d7e4da422e5c7f525a3541561b4d9d5a63c + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/29f99d7e4da422e5c7f525a3541561b4d9d5a63c(@modelcontextprotocol/sdk@1.18.0) '@angular/platform-server': specifier: 'catalog:' - version: 20.3.0(c2face76d4cb787d97594c1b174879c4) + version: 20.3.1(9891d9849ed9f7f31bde5d772bc7bd26) '@angular/router': specifier: 'catalog:' - version: 20.3.0(702ec95936c24263660523c38691f06a) + version: 20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584) '@babel/core': specifier: ^7.16.12 version: 7.28.4 @@ -172,7 +172,7 @@ importers: version: 16.0.1(rollup@4.50.2) '@schematics/angular': specifier: 'catalog:' - version: 20.3.1(chokidar@4.0.3) + version: 20.3.2(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.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) '@angular/cdk': specifier: workspace:* version: link:../src/cdk @@ -364,25 +364,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + version: 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 20.3.0 + version: 20.3.1 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) + version: 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) '@angular/forms': specifier: 'catalog:' - version: 20.3.0(702ec95936c24263660523c38691f06a) + version: 20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/compiler@20.3.0) + version: 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/compiler@20.3.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.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) + version: 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 20.3.0(384e745c6b509be7f02d9eb7e9b0316d) + version: 20.3.1(6791c45201f9d37d82617c9dbab9d925) '@angular/router': specifier: 'catalog:' - version: 20.3.0(702ec95936c24263660523c38691f06a) + version: 20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584) '@angular/ssr': specifier: 'catalog:' - version: 20.3.1(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.0(c2face76d4cb787d97594c1b174879c4))(@angular/router@20.3.0(702ec95936c24263660523c38691f06a)) + version: 20.3.2(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.1(9891d9849ed9f7f31bde5d772bc7bd26))(@angular/router@20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584)) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -428,13 +428,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 20.3.1(93814ac78eab21c35ea075cf724b646a) + version: 20.3.2(c977322637eedd9f3908d12a244c6f7a) '@angular/cli': specifier: 'catalog:' - version: 20.3.1(@types/node@22.18.4)(chokidar@4.0.3) + version: 20.3.2(@types/node@22.18.4)(chokidar@4.0.3) '@angular/compiler-cli': specifier: 'catalog:' - version: 20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2) + version: 20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.26.0 @@ -781,12 +781,12 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2003.1': - resolution: {integrity: sha512-PE/yMVv8RZ7nQzGROi0juZo+yMZE2QwyBXc9yFrHIRozuTzTFaMW/9ifCZDVrpicjyHEk3s+7hUVNCcKO/xIIQ==} + '@angular-devkit/architect@0.2003.2': + resolution: {integrity: sha512-3QFQlSg92lz+Zid1CGcnYVuPo0RIyq+TEbaJUQmi7K9Ms0VxVNMIwTNIN3SI6QThD0Bg3sVRtsHWw84qoMwjKA==} 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.3.1': - resolution: {integrity: sha512-e08aKi3+0GsfdPQylAvBapR1FUcV/QQWnEgyF6tYFnK/0iMvYaLAfGQhvamJZpqgnMSkq7zWHs6B1M9Is3/yGg==} + '@angular-devkit/build-angular@20.3.2': + resolution: {integrity: sha512-DMNyW17Z4a7zyew9YJrNcNnKSbgFBc+EsFSa05dH5oLvcwtGQood35AzhncXpsUqO16NQBfWuUscuf2WrvG1iA==} 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 @@ -795,7 +795,7 @@ packages: '@angular/platform-browser': ^20.0.0 '@angular/platform-server': ^20.0.0 '@angular/service-worker': ^20.0.0 - '@angular/ssr': ^20.3.1 + '@angular/ssr': ^20.3.2 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 @@ -835,15 +835,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2003.1': - resolution: {integrity: sha512-6/RL6ZymNVWdPaVHJ2AOGGaxToyANZ5B65XgNMLHOd7Wp9YH8PVtKbPf+R5b+e8KWiDZThFkEbYRWSS97g7+rg==} + '@angular-devkit/build-webpack@0.2003.2': + resolution: {integrity: sha512-cipoxofI4HdKk9lAqPloPrp/HEV3ME3fIKSmckUsmPcJzy62YdXkkFv6zE4EENUPNP5d8SoSpZ5FPW+wNMV+yg==} 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.3.1': - resolution: {integrity: sha512-TmS69GqBlbTfydn7C4tUKr0mshYSStuCkgruXbvedHFX8+7XBp8wPE+VUzdKnSmKZi6buI4oskDbJ1AdGtNm/g==} + '@angular-devkit/core@20.3.2': + resolution: {integrity: sha512-MsYPu/WaHQInCxLRfX3vOaf4uedvwX5yI29X/tQpD59/gI5Yq4YMDT48ntryZHclRuQ9x4vdm2Gp9e/LcP0ydw==} 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 @@ -851,19 +851,19 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@20.3.1': - resolution: {integrity: sha512-uzMqcgOfcCBiYb+cbMJmgJL2C2d3uYFp6hU2ClYS8kRPXiA9sNVnvLmv4JrYJVLGQDejJtjPGIQrcmq11OQNLA==} + '@angular-devkit/schematics@20.3.2': + resolution: {integrity: sha512-CHHq2qWgHNi3fkhBMpSxVSrST2mBN31QfZpvKFp1sWvtJDN7sRHlvLCML81+KplVd8aWkbQqeAG73dgRDPbSBw==} 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.3.0': - resolution: {integrity: sha512-rCojVsJHaReDfSB4lwcWYJAfbkFXQmcdivdN5m1NavuSlKpWoLw4fLkxkcuOXDjUEwNSb45hRI4ixcwrcuQtmw==} + '@angular/animations@20.3.1': + resolution: {integrity: sha512-mexSwaikVE2s+GDhB9fuagEvxbnKHWsqLlO7/R2nY9tTUxBO3drWe3p0D5GxG/EsEyzZU+86ED867q/JmAiVvw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: '@angular/common': '*' - '@angular/core': 20.3.0 + '@angular/core': 20.3.1 - '@angular/build@20.3.1': - resolution: {integrity: sha512-z5n8WnisyPrRvS1WctdDB3Svas0Wql1Eplnwh4O7waZHeJTOcd8zZeFxPbPGp12ybGf3HEEjTeWOigm1kRgW9g==} + '@angular/build@20.3.2': + resolution: {integrity: sha512-PiyvOvNtNM9p2YdCgNHTCqF7Fnyq5ug45Zhv7m6yRgin5VcDuSF/Mv2x7AY3HiN+w89Oxozvm13cSanzrw7acA==} 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 @@ -873,7 +873,7 @@ packages: '@angular/platform-browser': ^20.0.0 '@angular/platform-server': ^20.0.0 '@angular/service-worker': ^20.0.0 - '@angular/ssr': ^20.3.1 + '@angular/ssr': ^20.3.2 karma: ^6.4.0 less: ^4.2.0 ng-packagr: ^20.0.0 @@ -908,38 +908,38 @@ packages: vitest: optional: true - '@angular/cli@20.3.1': - resolution: {integrity: sha512-TqhuDecbfAQgRDYPfpRQG9ZuTqb1DOeU7oQAYxpz9m/a7A2xqeNFLuCwwz8rqEPZB79/9r5ja0Gs1J4i080U0Q==} + '@angular/cli@20.3.2': + resolution: {integrity: sha512-5R+f11IbGkNGXTwTfVbhQXCh/jdQxlmdK11P3yoqhj2OcBM+GY8ALCyf0vyoOxocxt7NAJUq4fIpT9W2YhTVLQ==} 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.3.0': - resolution: {integrity: sha512-Il0HqdRdrmI8ufLXd49EYaa/BPqfiSqe5uuKrDxhkAdbRXwCXWsxbO/n8AwilwWn3CKLOCrEXQYKwbcFW0nYQQ==} + '@angular/common@20.3.1': + resolution: {integrity: sha512-7Ru3BO4MOBQRMu9GJS+061cUsevKNsNAMxXnQtcqEaNyntUg2v0XiMdv4I7pQGtkQjFK17bKAxQ97jqxJfqsRQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 20.3.0 + '@angular/core': 20.3.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.3.0': - resolution: {integrity: sha512-umnZzzKw9RqDVkotYIyupJiKXQpU8knehMUBT1G3QwdeHppC+d/opxISYTkQtY/4IUAsZFLMukWIr82as0DSmw==} + '@angular/compiler-cli@20.3.1': + resolution: {integrity: sha512-aFfGHi/ApYxmvF4cCS0TypcviQ/Xy+0fwTTrLC8znPC1vObBn0DUA0I6D5dP+xlOTx8PFLkgndNYa2f6RIluvg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.3.0 + '@angular/compiler': 20.3.1 typescript: 5.9.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@20.3.0': - resolution: {integrity: sha512-DvGDusjsDhxIX+nDzihSCGo81Fa8y94KB/bh24eyPwJWV6b0OkawFSvVwzxx8prV0UnNkCN1S/UoZXmtVZGJ4A==} + '@angular/compiler@20.3.1': + resolution: {integrity: sha512-zRYAdAG/hsJegXapKxElLU6Q5in8UG9Pbxyh90k89qsZwkuv+CfxVY5OBS2xjk1azt808++yhjfvbO/Em+HMKg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@20.3.0': - resolution: {integrity: sha512-4uH2TAMm1nXqQ9lcZyyNkjcdQ0Fjcf9Hh0HYrhMOEV6GAUHvM2I8Vr2dSQ40p/UKLEfe9+cpZ78EPocqPQCG6A==} + '@angular/core@20.3.1': + resolution: {integrity: sha512-O03k9ivZ2CvoHXiXGH5WKlWlTtxF2UGMwGXWnV54vGViHwNcvU5Z3h6Ve6mdU9dYMHK9sGljYZnkRpwI3B8mnQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.3.0 + '@angular/compiler': 20.3.1 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -948,69 +948,69 @@ packages: zone.js: optional: true - '@angular/forms@20.3.0': - resolution: {integrity: sha512-/KGCZUskk8imxz2e47CKe5Ykh3eqEDop0b9YUkZTvJ/dY/cdFK89RAK2xUvOlyUr2mkcByzdzyOhHaM9XEaELg==} + '@angular/forms@20.3.1': + resolution: {integrity: sha512-P7cmfK1ldXS8KuPTwwIUTZs5AxhbPNumlumq+nfNJZAxv8/PQJh2W729M/EKHG8rB8cXjoo1K+olExnJNPVDTw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.3.0 - '@angular/core': 20.3.0 - '@angular/platform-browser': 20.3.0 + '@angular/common': 20.3.1 + '@angular/core': 20.3.1 + '@angular/platform-browser': 20.3.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.3.0': - resolution: {integrity: sha512-0qkBPYA5g5KcrJpNxbCqxBiY/Q8RCb3ct5EBLUwj9Og2zTz4PQ04xzRW0B+FwF4XZ0g2kJ0FNmyM8GjUBut1yg==} + '@angular/localize@20.3.1': + resolution: {integrity: sha512-7IpFPZHtD/A5M2eLrA+6NBwPIqdox8EMMDnDAN2T07sGyac8XIkFBIYYifWoS6fKA3k4tZLo8liufGsVyOF2yQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.3.0 - '@angular/compiler-cli': 20.3.0 + '@angular/compiler': 20.3.1 + '@angular/compiler-cli': 20.3.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5c80533a1292f228111945c42a81614a03be6ab3': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5c80533a1292f228111945c42a81614a03be6ab3} - version: 0.0.0-470e655d3c0eba87948bf7c3350622f6eb9551a2 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/29f99d7e4da422e5c7f525a3541561b4d9d5a63c': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/29f99d7e4da422e5c7f525a3541561b4d9d5a63c} + version: 0.0.0-0cdc70334fbc5d24f8196fa0e5bf7b27bf9796c3 hasBin: true - '@angular/platform-browser-dynamic@20.3.0': - resolution: {integrity: sha512-8zu4naXyP926+UKTadMM7163sl3JaVY9SVL0qegK5TiB1s0l6vVQ125nzT1BI9HadvCLdtl5ZNZF4P87h7nfwg==} + '@angular/platform-browser-dynamic@20.3.1': + resolution: {integrity: sha512-7/u+nI4iAi6YhMVlyn3kTUIeuDbS8JNUo+UNxH++jv51v6ppbpsYu+O18b5PRBaIa9jugIe9lpypH1nctO3mXg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.3.0 - '@angular/compiler': 20.3.0 - '@angular/core': 20.3.0 - '@angular/platform-browser': 20.3.0 + '@angular/common': 20.3.1 + '@angular/compiler': 20.3.1 + '@angular/core': 20.3.1 + '@angular/platform-browser': 20.3.1 - '@angular/platform-browser@20.3.0': - resolution: {integrity: sha512-/KsgfxDwP7/KXGrLLSyg4+Xd8HxmHi5dVCu+xHfa3QjzVIvvZfWZLxQj7guRlDtg/mz+t0/OSKvSUZzOAfVzGQ==} + '@angular/platform-browser@20.3.1': + resolution: {integrity: sha512-JiQWRvyVZDH0N9p+pnMOuTFGaw7jPakWDQCJBOBBLdE6AyOiy8YPBImRMrjNNIEqg36h1a8H32rBorf2TL3ExA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 20.3.0 - '@angular/common': 20.3.0 - '@angular/core': 20.3.0 + '@angular/animations': 20.3.1 + '@angular/common': 20.3.1 + '@angular/core': 20.3.1 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.3.0': - resolution: {integrity: sha512-ixPyu3JEY3sgyvUdCqRbaZZA9M6KWGLZoiJPN4IszwcwCFUp3E5XOZ7mvSLzR+ZUYUml+z6ehtSPg2PM+e+CEQ==} + '@angular/platform-server@20.3.1': + resolution: {integrity: sha512-n8XQx271VIUcEBf7GltL9vTZNKsLokNJJvmtL7/o8hmueefjgmswgteCfXhWJAhZkrO6X6JQR3DKNJZ++8YBoA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.3.0 - '@angular/compiler': 20.3.0 - '@angular/core': 20.3.0 - '@angular/platform-browser': 20.3.0 + '@angular/common': 20.3.1 + '@angular/compiler': 20.3.1 + '@angular/core': 20.3.1 + '@angular/platform-browser': 20.3.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.3.0': - resolution: {integrity: sha512-JshumajvPCMztz1+7r/l5tRxFL3cn2jCpr5szdc5hESkpytY4050hedd09GogL1UoIyZAjhyYLhSlMnvrgjHBA==} + '@angular/router@20.3.1': + resolution: {integrity: sha512-lwXKuGe546Pu8vw9M5TolS1EHX69dRfOnCmBOpvGVRqzDNwVT7jfIFcSn++WPs7jhi6T6RPdcVCnIbeO0IRJYQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.3.0 - '@angular/core': 20.3.0 - '@angular/platform-browser': 20.3.0 + '@angular/common': 20.3.1 + '@angular/core': 20.3.1 + '@angular/platform-browser': 20.3.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@20.3.1': - resolution: {integrity: sha512-SytsLdFCPwqRhW7xkGTrt/R/Ep4qS/MmPquu1dE0dpZ/jzsHQoXA2zSNZvy+JCW2gPZ2PU+pFAWgvWQGknw71w==} + '@angular/ssr@20.3.2': + resolution: {integrity: sha512-IMSl4wUM1297HmAB+iT72hbku3mP7uswV/EoE87oK7txvQExSNEFtO/8NJbgBrdFOLhG0JH+axqfwZo1vfBJAA==} peerDependencies: '@angular/common': ^20.0.0 '@angular/core': ^20.0.0 @@ -1768,8 +1768,8 @@ packages: resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} - '@firebase/ai@2.2.1': - resolution: {integrity: sha512-0VWlkGB18oDhwMqsgxpt/usMsyjnH3a7hTvQPcAbk7VhFg0QZMDX60mQKfLTFKrB5VwmlaIdVsSZznsTY2S0wA==} + '@firebase/ai@2.3.0': + resolution: {integrity: sha512-rVZgf4FszXPSFVIeWLE8ruLU2JDmPXw4XgghcC0x/lK9veGJIyu+DvyumjreVhW/RwD3E5cNPWxQunzylhf/6w==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -1806,15 +1806,15 @@ packages: peerDependencies: '@firebase/app': 0.x - '@firebase/app-compat@0.5.2': - resolution: {integrity: sha512-cn+U27GDaBS/irsbvrfnPZdcCzeZPRGKieSlyb7vV6LSOL6mdECnB86PgYjYGxSNg8+U48L/NeevTV1odU+mOQ==} + '@firebase/app-compat@0.5.3': + resolution: {integrity: sha512-rRK9YOvgsAU/+edjgubL1q1FyCMjBZZs+fAWtD36tklawkh6WZV07sNLVSceuni+a21oby6xoad+3R8dfztOrA==} engines: {node: '>=20.0.0'} '@firebase/app-types@0.9.3': resolution: {integrity: sha512-kRVpIl4vVGJ4baogMDINbyrIOtOxqhkZQg4jTq3l8Lw6WSk0xfpEYzezFu+Kl4ve4fbPl79dvwRtaFqAC/ucCw==} - '@firebase/app@0.14.2': - resolution: {integrity: sha512-Ecx2ig/JLC9ayIQwZHqm41Tzlf4c1WUuFhFUZB1y+JIJqDRE579x7Uil7tKT8MwDpOPwrK5ZtpxdSsrfy/LF8Q==} + '@firebase/app@0.14.3': + resolution: {integrity: sha512-by1leTfZkwGycPKRWpc+p5/IhpnOj8zaScVi4RRm9fMoFYS3IE87Wzx1Yf/ruVYowXOEuLqYY3VmJw5tU3+0Bg==} engines: {node: '>=20.0.0'} '@firebase/auth-compat@0.6.0': @@ -1862,8 +1862,8 @@ packages: resolution: {integrity: sha512-gM6MJFae3pTyNLoc9VcJNuaUDej0ctdjn3cVtILo3D5lpp0dmUHHLFN/pUKe7ImyeB1KAvRlEYxvIHNF04Filg==} engines: {node: '>=20.0.0'} - '@firebase/firestore-compat@0.4.1': - resolution: {integrity: sha512-BjalPTDh/K0vmR/M/DE148dpIqbcfvtFVTietbUDWDWYIl9YH0TTVp/EwXRbZwswPxyjx4GdHW61GB2AYVz1SQ==} + '@firebase/firestore-compat@0.4.2': + resolution: {integrity: sha512-cy7ov6SpFBx+PHwFdOOjbI7kH00uNKmIFurAn560WiPCZXy9EMnil1SOG7VF4hHZKdenC+AHtL4r3fNpirpm0w==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app-compat': 0.x @@ -1874,8 +1874,8 @@ packages: '@firebase/app-types': 0.x '@firebase/util': 1.x - '@firebase/firestore@4.9.1': - resolution: {integrity: sha512-PYVUTkhC9y8pydrqC3O1Oc4AMfkGSWdmuH9xgPJjiEbpUIUPQ4J8wJhyuash+o2u+axmyNRFP8ULNUKb+WzBzQ==} + '@firebase/firestore@4.9.2': + resolution: {integrity: sha512-iuA5+nVr/IV/Thm0Luoqf2mERUvK9g791FZpUJV1ZGXO6RL2/i/WFJUj5ZTVXy5pRjpWYO+ZzPcReNrlilmztA==} engines: {node: '>=20.0.0'} peerDependencies: '@firebase/app': 0.x @@ -1940,16 +1940,16 @@ packages: peerDependencies: '@firebase/app': 0.x - '@firebase/remote-config-compat@0.2.19': - resolution: {integrity: sha512-y7PZAb0l5+5oIgLJr88TNSelxuASGlXyAKj+3pUc4fDuRIdPNBoONMHaIUa9rlffBR5dErmaD2wUBJ7Z1a513Q==} + '@firebase/remote-config-compat@0.2.20': + resolution: {integrity: sha512-P/ULS9vU35EL9maG7xp66uljkZgcPMQOxLj3Zx2F289baTKSInE6+YIkgHEi1TwHoddC/AFePXPpshPlEFkbgg==} peerDependencies: '@firebase/app-compat': 0.x - '@firebase/remote-config-types@0.4.0': - resolution: {integrity: sha512-7p3mRE/ldCNYt8fmWMQ/MSGRmXYlJ15Rvs9Rk17t8p0WwZDbeK7eRmoI1tvCPaDzn9Oqh+yD6Lw+sGLsLg4kKg==} + '@firebase/remote-config-types@0.5.0': + resolution: {integrity: sha512-vI3bqLoF14L/GchtgayMiFpZJF+Ao3uR8WCde0XpYNkSokDpAKca2DxvcfeZv7lZUqkUwQPL2wD83d3vQ4vvrg==} - '@firebase/remote-config@0.6.6': - resolution: {integrity: sha512-Yelp5xd8hM4NO1G1SuWrIk4h5K42mNwC98eWZ9YLVu6Z0S6hFk1mxotAdCRmH2luH8FASlYgLLq6OQLZ4nbnCA==} + '@firebase/remote-config@0.7.0': + resolution: {integrity: sha512-dX95X6WlW7QlgNd7aaGdjAIZUiQkgWgNS+aKNu4Wv92H1T8Ue/NDUjZHd9xb8fHxLXIHNZeco9/qbZzr500MjQ==} peerDependencies: '@firebase/app': 0.x @@ -1975,8 +1975,8 @@ packages: resolution: {integrity: sha512-0AZUyYUfpMNcztR5l09izHwXkZpghLgCUaAGjtMwXnCg3bj4ml5VgiwqOMOxJ+Nw4qN/zJAaOQBcJ7KGkWStqQ==} engines: {node: '>=20.0.0'} - '@firebase/webchannel-wrapper@1.0.4': - resolution: {integrity: sha512-6m8+P+dE/RPl4OPzjTxcTbQ0rGeRyeTvAi9KwIffBVCiAMKrfXfLZaqD1F+m8t4B5/Q5aHsMozOgirkH1F5oMQ==} + '@firebase/webchannel-wrapper@1.0.5': + resolution: {integrity: sha512-+uGNN7rkfn41HLO0vekTFhTxk61eKa8mTpRGLO0QSqlQdKvIoGAvLp3ppdVIWbTGYJWM6Kp0iN+PjMIOcnVqTw==} '@formatjs/ecma402-abstract@2.3.4': resolution: {integrity: sha512-qrycXDeaORzIqNhBOx0btnhpD1c+/qFIHAN9znofuMJX6QBwtbrmlpWfD4oiUUD2vJUOIYFA/gYtg2KAMGG7sA==} @@ -2041,8 +2041,8 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@1.19.0': - resolution: {integrity: sha512-mIMV3M/KfzzFA//0fziK472wKBJ1TdJLhozIUJKTPLyTDN1NotU+hyoHW/N0cfrcEWUK20YA0GxCeHC4z0SbMA==} + '@google/genai@1.20.0': + resolution: {integrity: sha512-QdShxO9LX35jFogy3iKprQNqgKKveux4H2QjOnyIvyHRuGi6PHiz3fjNf8Y0VPY8o5V2fHqR2XqiSVoz7yZs0w==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.11.4 @@ -2179,15 +2179,6 @@ packages: '@types/node': optional: true - '@inquirer/prompts@7.8.4': - resolution: {integrity: sha512-MuxVZ1en1g5oGamXV3DWP89GEkdD54alcfhHd7InUW5BifAdKQEK9SLFa/5hlWbvuhMPlobF0WAx7Okq988Jxg==} - engines: {node: '>=18'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/prompts@7.8.6': resolution: {integrity: sha512-68JhkiojicX9SBUD8FE/pSKbOKtwoyaVj1kwqLfvjlVXZvOy3iaSWX4dCLsZyYx/5Ur07Fq+yuDNOen+5ce6ig==} engines: {node: '>=18'} @@ -2528,8 +2519,8 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@20.3.1': - resolution: {integrity: sha512-yTI149/K6cCp9Tsb0UuiiFciGXA1NUNP81Q2hepmfWcOuRyeJ/YZvjzDIC0+d7yVsMpkudy6iN8MCbxV6hMQIQ==} + '@ngtools/webpack@20.3.2': + resolution: {integrity: sha512-i5sbPfhQI6suMF+02KV3PzLBITlXZhiEKPjnQHUK/kCRc+tV+WQidxaO/UTkgSzqhzWGVHkmtE1Sau08K5Wi+A==} 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 @@ -2605,10 +2596,6 @@ packages: resolution: {integrity: sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==} engines: {node: '>= 20'} - '@octokit/core@7.0.3': - resolution: {integrity: sha512-oNXsh2ywth5aowwIa7RKtawnkdH6LgU1ztfP9AIUCQCvzysB+WeU8o2kyyosDPwBZutPpjZDKPQGIzzrfTWweQ==} - engines: {node: '>= 20'} - '@octokit/core@7.0.4': resolution: {integrity: sha512-jOT8V1Ba5BdC79sKrRWDdMT5l1R+XNHTPR6CPWzUP2EcfAcvIHZWF0eAbmRcpOOP5gVIwnqNg0C4nvh6Abc3OA==} engines: {node: '>= 20'} @@ -2650,12 +2637,6 @@ packages: peerDependencies: '@octokit/core': '>=6' - '@octokit/plugin-rest-endpoint-methods@16.0.0': - resolution: {integrity: sha512-kJVUQk6/dx/gRNLWUnAWKFs1kVPn5O5CYZyssyEoNYaFedqZxsfYs7DwI3d67hGz4qOwaJ1dpm07hOAD1BXx6g==} - engines: {node: '>= 20'} - peerDependencies: - '@octokit/core': '>=6' - '@octokit/plugin-rest-endpoint-methods@16.1.0': resolution: {integrity: sha512-nCsyiKoGRnhH5LkH8hJEZb9swpqOcsW+VXv1QoyUNQXJeVODG4+xM6UICEqyqe9XFr6LkL8BIiFCPev8zMDXPw==} engines: {node: '>= 20'} @@ -3121,8 +3102,8 @@ packages: cpu: [x64] os: [win32] - '@schematics/angular@20.3.1': - resolution: {integrity: sha512-v2SNPaEHuMZyL85tYEQeFJvf7cFxSzXHbotcCrXRBuK3RSAvYXxWlpuBU+jGfZq2FjFZ+G7nHJZLAA/a1UqAvA==} + '@schematics/angular@20.3.2': + resolution: {integrity: sha512-bd23C6Map7Rfrryc8pZuyPPG8yQLCH863ISo32ARVwiAmBFgjfyNwqC5FsuqHWrYlTzZDzZUk5CjKp1SXxqqxg==} 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': @@ -3312,10 +3293,6 @@ packages: '@types/mime@1.3.5': resolution: {integrity: sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==} - '@types/minimatch@6.0.0': - resolution: {integrity: sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==} - deprecated: This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed. - '@types/minimist@1.2.5': resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} @@ -3325,8 +3302,8 @@ packages: '@types/node@22.18.4': resolution: {integrity: sha512-UJdblFqXymSBhmZf96BnbisoFIr8ooiiBRMolQgg77Ea+VM37jXw76C2LQr9n8wm9+i/OvlUlW6xSvqwzwqznw==} - '@types/node@24.3.3': - resolution: {integrity: sha512-GKBNHjoNw3Kra1Qg5UXttsY5kiWMEfoHq2TmXb+b1rcm6N7B3wTrFYIf/oSZ1xNQ+hVVijgLkiDZh7jRRsh+Gw==} + '@types/node@24.5.2': + resolution: {integrity: sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -3379,10 +3356,6 @@ packages: '@types/stack-trace@0.0.33': resolution: {integrity: sha512-O7in6531Bbvlb2KEsJ0dq0CHZvc3iWSR5ZYMtvGgnHA56VgriAN/AU2LorfmcvAl2xc9N5fbCTRyMRRl8nd74g==} - '@types/supports-color@10.0.0': - resolution: {integrity: sha512-Kpp/hhA8/pcxqBBKmOCIgvwCOJAI5y6TWTHhhqnB6KmuYlKtixKgN/Z7VzhShdgONe2jYREnTQbsrb3E0nt/OQ==} - deprecated: This is a stub types definition. supports-color provides its own type definitions, so you do not need this installed. - '@types/tough-cookie@4.0.5': resolution: {integrity: sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==} @@ -5088,8 +5061,8 @@ packages: engines: {node: '>=20.0.0 || >=22.0.0'} hasBin: true - firebase@12.2.1: - resolution: {integrity: sha512-UkuW2ZYaq/QuOQ24bfaqmkVqoBFhkA/ptATfPuRtc5vdm+zhwc3mfZBwFe6LqH9yrCN/6rAblgxKz2/0tDvA7w==} + firebase@12.3.0: + resolution: {integrity: sha512-/JVja0IDO8zPETGv4TvvBwo7RwcQFz+RQ3JBETNtUSeqsDdI9G7fhRTkCy1sPKnLzW0xpm/kL8GOj6ncndTT3g==} flat-cache@3.2.0: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} @@ -8774,8 +8747,8 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - undici-types@7.10.0: - resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} + undici-types@7.12.0: + resolution: {integrity: sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==} undici@5.29.0: resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} @@ -9446,21 +9419,21 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular-devkit/architect@0.2003.1(chokidar@4.0.3)': + '@angular-devkit/architect@0.2003.2(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.3.1(chokidar@4.0.3) + '@angular-devkit/core': 20.3.2(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@20.3.1(93814ac78eab21c35ea075cf724b646a)': + '@angular-devkit/build-angular@20.3.2(c977322637eedd9f3908d12a244c6f7a)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.1(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2003.1(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.2(esbuild@0.25.9)))(webpack@5.101.2(esbuild@0.25.9)) - '@angular-devkit/core': 20.3.1(chokidar@4.0.3) - '@angular/build': 20.3.1(70eb0e4bf98a3a5be733831a2aa1f529) - '@angular/compiler-cli': 20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2) + '@angular-devkit/architect': 0.2003.2(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2003.2(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.2(esbuild@0.25.9)))(webpack@5.101.2(esbuild@0.25.9)) + '@angular-devkit/core': 20.3.2(chokidar@4.0.3) + '@angular/build': 20.3.2(f697c29c9e66daaf9fe144cc0e314e02) + '@angular/compiler-cli': 20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2) '@babel/core': 7.28.3 '@babel/generator': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 @@ -9471,7 +9444,7 @@ snapshots: '@babel/preset-env': 7.28.3(@babel/core@7.28.3) '@babel/runtime': 7.28.3 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.3.1(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.2(esbuild@0.25.9)) + '@ngtools/webpack': 20.3.2(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.2(esbuild@0.25.9)) ansi-colors: 4.1.3 autoprefixer: 10.4.21(postcss@8.5.6) babel-loader: 10.0.0(@babel/core@7.28.3)(webpack@5.101.2(esbuild@0.25.9)) @@ -9512,11 +9485,11 @@ snapshots: webpack-merge: 6.0.1 webpack-subresource-integrity: 5.1.0(webpack@5.101.2(esbuild@0.25.9)) optionalDependencies: - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/localize': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/compiler@20.3.0) - '@angular/platform-browser': 20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@angular/platform-server': 20.3.0(c2face76d4cb787d97594c1b174879c4) - '@angular/ssr': 20.3.1(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.0(c2face76d4cb787d97594c1b174879c4))(@angular/router@20.3.0(702ec95936c24263660523c38691f06a)) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/localize': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/compiler@20.3.1) + '@angular/platform-browser': 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.1(9891d9849ed9f7f31bde5d772bc7bd26) + '@angular/ssr': 20.3.2(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.1(9891d9849ed9f7f31bde5d772bc7bd26))(@angular/router@20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584)) esbuild: 0.25.9 karma: 6.4.4(bufferutil@4.0.9) protractor: 7.0.0 @@ -9543,16 +9516,16 @@ snapshots: - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2003.1(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.2(esbuild@0.25.9)))(webpack@5.101.2(esbuild@0.25.9))': + '@angular-devkit/build-webpack@0.2003.2(chokidar@4.0.3)(webpack-dev-server@5.2.2(bufferutil@4.0.9)(webpack@5.101.2(esbuild@0.25.9)))(webpack@5.101.2(esbuild@0.25.9))': dependencies: - '@angular-devkit/architect': 0.2003.1(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.2(chokidar@4.0.3) rxjs: 7.8.2 webpack: 5.101.2(esbuild@0.25.9) webpack-dev-server: 5.2.2(bufferutil@4.0.9)(webpack@5.101.2(esbuild@0.25.9)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@20.3.1(chokidar@4.0.3)': + '@angular-devkit/core@20.3.2(chokidar@4.0.3)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -9563,9 +9536,9 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/schematics@20.3.1(chokidar@4.0.3)': + '@angular-devkit/schematics@20.3.2(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.3.1(chokidar@4.0.3) + '@angular-devkit/core': 20.3.2(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 8.2.0 @@ -9573,22 +9546,22 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))': + '@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))': dependencies: - '@angular/common': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)) + '@angular/common': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/build@20.3.1(70eb0e4bf98a3a5be733831a2aa1f529)': + '@angular/build@20.3.2(f697c29c9e66daaf9fe144cc0e314e02)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2003.1(chokidar@4.0.3) - '@angular/compiler': 20.3.0 - '@angular/compiler-cli': 20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2) + '@angular-devkit/architect': 0.2003.2(chokidar@4.0.3) + '@angular/compiler': 20.3.1 + '@angular/compiler-cli': 20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2) '@babel/core': 7.28.3 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 @@ -9616,11 +9589,11 @@ snapshots: vite: 7.1.5(@types/node@22.18.4)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(tsx@4.20.5)(yaml@2.8.1) watchpack: 2.4.4 optionalDependencies: - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/localize': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/compiler@20.3.0) - '@angular/platform-browser': 20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@angular/platform-server': 20.3.0(c2face76d4cb787d97594c1b174879c4) - '@angular/ssr': 20.3.1(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.0(c2face76d4cb787d97594c1b174879c4))(@angular/router@20.3.0(702ec95936c24263660523c38691f06a)) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/localize': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/compiler@20.3.1) + '@angular/platform-browser': 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/platform-server': 20.3.1(9891d9849ed9f7f31bde5d772bc7bd26) + '@angular/ssr': 20.3.2(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.1(9891d9849ed9f7f31bde5d772bc7bd26))(@angular/router@20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584)) karma: 6.4.4(bufferutil@4.0.9) less: 4.4.0 lmdb: 3.4.2 @@ -9638,15 +9611,15 @@ snapshots: - tsx - yaml - '@angular/cli@20.3.1(@types/node@22.18.4)(chokidar@4.0.3)': + '@angular/cli@20.3.2(@types/node@22.18.4)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2003.1(chokidar@4.0.3) - '@angular-devkit/core': 20.3.1(chokidar@4.0.3) - '@angular-devkit/schematics': 20.3.1(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.2(chokidar@4.0.3) + '@angular-devkit/core': 20.3.2(chokidar@4.0.3) + '@angular-devkit/schematics': 20.3.2(chokidar@4.0.3) '@inquirer/prompts': 7.8.2(@types/node@22.18.4) '@listr2/prompt-adapter-inquirer': 3.0.1(@inquirer/prompts@7.8.2(@types/node@22.18.4))(@types/node@22.18.4)(listr2@9.0.1) '@modelcontextprotocol/sdk': 1.17.3 - '@schematics/angular': 20.3.1(chokidar@4.0.3) + '@schematics/angular': 20.3.2(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 algoliasearch: 5.35.0 ini: 5.0.0 @@ -9663,19 +9636,19 @@ snapshots: - chokidar - supports-color - '@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7)': + '@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7)': dependencies: - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)': + '@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)': dependencies: - '@angular/compiler': 20.3.0 + '@angular/compiler': 20.3.1 '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.3 @@ -9689,59 +9662,59 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.3.0': + '@angular/compiler@20.3.1': dependencies: tslib: 2.8.1 - '@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)': + '@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 20.3.0 + '@angular/compiler': 20.3.1 zone.js: 0.15.1 - '@angular/forms@20.3.0(702ec95936c24263660523c38691f06a)': + '@angular/forms@20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584)': dependencies: - '@angular/common': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)) + '@angular/common': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/localize@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/compiler@20.3.0)': + '@angular/localize@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/compiler@20.3.1)': dependencies: - '@angular/compiler': 20.3.0 - '@angular/compiler-cli': 20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2) + '@angular/compiler': 20.3.1 + '@angular/compiler-cli': 20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2) '@babel/core': 7.28.3 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)) '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5c80533a1292f228111945c42a81614a03be6ab3(@modelcontextprotocol/sdk@1.18.0)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/29f99d7e4da422e5c7f525a3541561b4d9d5a63c(@modelcontextprotocol/sdk@1.18.0)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.19.0(@modelcontextprotocol/sdk@1.18.0)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5) - '@inquirer/prompts': 7.8.4(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@google/genai': 1.20.0(@modelcontextprotocol/sdk@1.18.0)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5) + '@inquirer/prompts': 7.8.6(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) '@octokit/auth-app': 8.1.0 - '@octokit/core': 7.0.3 + '@octokit/core': 7.0.4 '@octokit/graphql': 9.0.1 '@octokit/graphql-schema': 15.26.0 - '@octokit/openapi-types': 25.1.0 - '@octokit/plugin-paginate-rest': 13.1.1(@octokit/core@7.0.3) - '@octokit/plugin-rest-endpoint-methods': 16.0.0(@octokit/core@7.0.3) + '@octokit/openapi-types': 26.0.0 + '@octokit/plugin-paginate-rest': 13.1.1(@octokit/core@7.0.4) + '@octokit/plugin-rest-endpoint-methods': 16.1.0(@octokit/core@7.0.4) '@octokit/request-error': 7.0.0 '@octokit/rest': 22.0.0 - '@octokit/types': 14.1.0 + '@octokit/types': 15.0.0 '@pnpm/dependency-path': 1001.1.1 '@types/cli-progress': 3.11.6 '@types/ejs': 3.1.5 @@ -9749,10 +9722,8 @@ snapshots: '@types/folder-hash': 4.0.4 '@types/git-raw-commits': 5.0.0 '@types/jasmine': 5.1.9 - '@types/minimatch': 6.0.0 - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@types/semver': 7.7.1 - '@types/supports-color': 10.0.0 '@types/which': 3.0.4 '@types/yargs': 17.0.33 '@types/yarnpkg__lockfile': 1.1.9 @@ -9765,7 +9736,7 @@ snapshots: ejs: 3.1.10 encoding: 0.1.13 fast-glob: 3.3.3 - firebase: 12.2.1 + firebase: 12.3.0 folder-hash: 4.1.1(supports-color@10.2.2) git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0) jasmine: 5.10.0 @@ -9788,33 +9759,33 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser-dynamic@20.3.0(384e745c6b509be7f02d9eb7e9b0316d)': + '@angular/platform-browser-dynamic@20.3.1(6791c45201f9d37d82617c9dbab9d925)': dependencies: - '@angular/common': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/compiler': 20.3.0 - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/common': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/compiler': 20.3.1 + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) tslib: 2.8.1 - '@angular/platform-browser@20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))': + '@angular/platform-browser@20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))': dependencies: - '@angular/common': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)) + '@angular/common': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) + '@angular/animations': 20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@20.3.0(c2face76d4cb787d97594c1b174879c4)': + '@angular/platform-server@20.3.1(9891d9849ed9f7f31bde5d772bc7bd26)': dependencies: - '@angular/common': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/compiler': 20.3.0 - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)) + '@angular/common': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/compiler': 20.3.1 + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -9822,26 +9793,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@20.3.0(702ec95936c24263660523c38691f06a)': + '@angular/router@20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584)': dependencies: - '@angular/common': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/platform-browser': 20.3.0(@angular/animations@20.3.0(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2)) + '@angular/common': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/platform-browser': 20.3.1(@angular/animations@20.3.1(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)))(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@20.3.1(@angular/common@20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.0(c2face76d4cb787d97594c1b174879c4))(@angular/router@20.3.0(702ec95936c24263660523c38691f06a))': + '@angular/ssr@20.3.2(@angular/common@20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-server@20.3.1(9891d9849ed9f7f31bde5d772bc7bd26))(@angular/router@20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584))': dependencies: - '@angular/common': 20.3.0(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(@angular/core@20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) - '@angular/core': 20.3.0(@angular/compiler@20.3.0)(rxjs@6.6.7)(zone.js@0.15.1) - '@angular/router': 20.3.0(702ec95936c24263660523c38691f06a) + '@angular/common': 20.3.1(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(@angular/core@20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7) + '@angular/core': 20.3.1(@angular/compiler@20.3.1)(rxjs@6.6.7)(zone.js@0.15.1) + '@angular/router': 20.3.1(0a6f7dc4bca8c1d812a7995f23b6b584) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 20.3.0(c2face76d4cb787d97594c1b174879c4) + '@angular/platform-server': 20.3.1(9891d9849ed9f7f31bde5d772bc7bd26) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -10718,9 +10689,9 @@ snapshots: '@fastify/busboy@2.1.1': {} - '@firebase/ai@2.2.1(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': + '@firebase/ai@2.3.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/app-check-interop-types': 0.3.3 '@firebase/app-types': 0.9.3 '@firebase/component': 0.7.0 @@ -10728,11 +10699,11 @@ snapshots: '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/analytics-compat@0.2.24(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': + '@firebase/analytics-compat@0.2.24(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/analytics': 0.10.18(@firebase/app@0.14.2) + '@firebase/analytics': 0.10.18(@firebase/app@0.14.3) '@firebase/analytics-types': 0.8.3 - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10741,20 +10712,20 @@ snapshots: '@firebase/analytics-types@0.8.3': {} - '@firebase/analytics@0.10.18(@firebase/app@0.14.2)': + '@firebase/analytics@0.10.18(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.2) + '@firebase/installations': 0.6.19(@firebase/app@0.14.3) '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/app-check-compat@0.4.0(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': + '@firebase/app-check-compat@0.4.0(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-check': 0.11.0(@firebase/app@0.14.2) + '@firebase/app-check': 0.11.0(@firebase/app@0.14.3) '@firebase/app-check-types': 0.5.3 - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 @@ -10766,17 +10737,17 @@ snapshots: '@firebase/app-check-types@0.5.3': {} - '@firebase/app-check@0.11.0(@firebase/app@0.14.2)': + '@firebase/app-check@0.11.0(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/app-compat@0.5.2': + '@firebase/app-compat@0.5.3': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 @@ -10784,7 +10755,7 @@ snapshots: '@firebase/app-types@0.9.3': {} - '@firebase/app@0.14.2': + '@firebase/app@0.14.3': dependencies: '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 @@ -10792,10 +10763,10 @@ snapshots: idb: 7.1.1 tslib: 2.8.1 - '@firebase/auth-compat@0.6.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': + '@firebase/auth-compat@0.6.0(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 - '@firebase/auth': 1.11.0(@firebase/app@0.14.2) + '@firebase/app-compat': 0.5.3 + '@firebase/auth': 1.11.0(@firebase/app@0.14.3) '@firebase/auth-types': 0.13.0(@firebase/app-types@0.9.3)(@firebase/util@1.13.0) '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 @@ -10812,9 +10783,9 @@ snapshots: '@firebase/app-types': 0.9.3 '@firebase/util': 1.13.0 - '@firebase/auth@1.11.0(@firebase/app@0.14.2)': + '@firebase/auth@1.11.0(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 @@ -10825,9 +10796,9 @@ snapshots: '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/data-connect@0.3.11(@firebase/app@0.14.2)': + '@firebase/data-connect@0.3.11(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/auth-interop-types': 0.2.4 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 @@ -10858,11 +10829,11 @@ snapshots: faye-websocket: 0.11.4 tslib: 2.8.1 - '@firebase/firestore-compat@0.4.1(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': + '@firebase/firestore-compat@0.4.2(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 - '@firebase/firestore': 4.9.1(@firebase/app@0.14.2) + '@firebase/firestore': 4.9.2(@firebase/app@0.14.3) '@firebase/firestore-types': 3.0.3(@firebase/app-types@0.9.3)(@firebase/util@1.13.0) '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10875,22 +10846,22 @@ snapshots: '@firebase/app-types': 0.9.3 '@firebase/util': 1.13.0 - '@firebase/firestore@4.9.1(@firebase/app@0.14.2)': + '@firebase/firestore@4.9.2(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 - '@firebase/webchannel-wrapper': 1.0.4 + '@firebase/webchannel-wrapper': 1.0.5 '@grpc/grpc-js': 1.9.15 '@grpc/proto-loader': 0.7.15 tslib: 2.8.1 - '@firebase/functions-compat@0.4.1(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': + '@firebase/functions-compat@0.4.1(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 - '@firebase/functions': 0.13.1(@firebase/app@0.14.2) + '@firebase/functions': 0.13.1(@firebase/app@0.14.3) '@firebase/functions-types': 0.6.3 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10899,9 +10870,9 @@ snapshots: '@firebase/functions-types@0.6.3': {} - '@firebase/functions@0.13.1(@firebase/app@0.14.2)': + '@firebase/functions@0.13.1(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/app-check-interop-types': 0.3.3 '@firebase/auth-interop-types': 0.2.4 '@firebase/component': 0.7.0 @@ -10909,11 +10880,11 @@ snapshots: '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/installations-compat@0.2.19(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': + '@firebase/installations-compat@0.2.19(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.2) + '@firebase/installations': 0.6.19(@firebase/app@0.14.3) '@firebase/installations-types': 0.5.3(@firebase/app-types@0.9.3) '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10925,9 +10896,9 @@ snapshots: dependencies: '@firebase/app-types': 0.9.3 - '@firebase/installations@0.6.19(@firebase/app@0.14.2)': + '@firebase/installations@0.6.19(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 idb: 7.1.1 @@ -10937,11 +10908,11 @@ snapshots: dependencies: tslib: 2.8.1 - '@firebase/messaging-compat@0.2.23(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': + '@firebase/messaging-compat@0.2.23(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 - '@firebase/messaging': 0.12.23(@firebase/app@0.14.2) + '@firebase/messaging': 0.12.23(@firebase/app@0.14.3) '@firebase/util': 1.13.0 tslib: 2.8.1 transitivePeerDependencies: @@ -10949,22 +10920,22 @@ snapshots: '@firebase/messaging-interop-types@0.2.3': {} - '@firebase/messaging@0.12.23(@firebase/app@0.14.2)': + '@firebase/messaging@0.12.23(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.2) + '@firebase/installations': 0.6.19(@firebase/app@0.14.3) '@firebase/messaging-interop-types': 0.2.3 '@firebase/util': 1.13.0 idb: 7.1.1 tslib: 2.8.1 - '@firebase/performance-compat@0.2.22(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': + '@firebase/performance-compat@0.2.22(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 - '@firebase/performance': 0.7.9(@firebase/app@0.14.2) + '@firebase/performance': 0.7.9(@firebase/app@0.14.3) '@firebase/performance-types': 0.2.3 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -10973,44 +10944,44 @@ snapshots: '@firebase/performance-types@0.2.3': {} - '@firebase/performance@0.7.9(@firebase/app@0.14.2)': + '@firebase/performance@0.7.9(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.2) + '@firebase/installations': 0.6.19(@firebase/app@0.14.3) '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 web-vitals: 4.2.4 - '@firebase/remote-config-compat@0.2.19(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2)': + '@firebase/remote-config-compat@0.2.20(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 '@firebase/logger': 0.5.0 - '@firebase/remote-config': 0.6.6(@firebase/app@0.14.2) - '@firebase/remote-config-types': 0.4.0 + '@firebase/remote-config': 0.7.0(@firebase/app@0.14.3) + '@firebase/remote-config-types': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 transitivePeerDependencies: - '@firebase/app' - '@firebase/remote-config-types@0.4.0': {} + '@firebase/remote-config-types@0.5.0': {} - '@firebase/remote-config@0.6.6(@firebase/app@0.14.2)': + '@firebase/remote-config@0.7.0(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 - '@firebase/installations': 0.6.19(@firebase/app@0.14.2) + '@firebase/installations': 0.6.19(@firebase/app@0.14.3) '@firebase/logger': 0.5.0 '@firebase/util': 1.13.0 tslib: 2.8.1 - '@firebase/storage-compat@0.4.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2)': + '@firebase/storage-compat@0.4.0(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3)': dependencies: - '@firebase/app-compat': 0.5.2 + '@firebase/app-compat': 0.5.3 '@firebase/component': 0.7.0 - '@firebase/storage': 0.14.0(@firebase/app@0.14.2) + '@firebase/storage': 0.14.0(@firebase/app@0.14.3) '@firebase/storage-types': 0.8.3(@firebase/app-types@0.9.3)(@firebase/util@1.13.0) '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -11023,9 +10994,9 @@ snapshots: '@firebase/app-types': 0.9.3 '@firebase/util': 1.13.0 - '@firebase/storage@0.14.0(@firebase/app@0.14.2)': + '@firebase/storage@0.14.0(@firebase/app@0.14.3)': dependencies: - '@firebase/app': 0.14.2 + '@firebase/app': 0.14.3 '@firebase/component': 0.7.0 '@firebase/util': 1.13.0 tslib: 2.8.1 @@ -11034,7 +11005,7 @@ snapshots: dependencies: tslib: 2.8.1 - '@firebase/webchannel-wrapper@1.0.4': {} + '@firebase/webchannel-wrapper@1.0.5': {} '@formatjs/ecma402-abstract@2.3.4': dependencies: @@ -11159,7 +11130,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.19.0(@modelcontextprotocol/sdk@1.18.0)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5)': + '@google/genai@1.20.0(@modelcontextprotocol/sdk@1.18.0)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5)': dependencies: google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.2.2) ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -11213,15 +11184,15 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/checkbox@4.2.4(@types/node@24.3.3)': + '@inquirer/checkbox@4.2.4(@types/node@24.5.2)': dependencies: '@inquirer/ansi': 1.0.0 - '@inquirer/core': 10.2.2(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/type': 3.0.8(@types/node@24.5.2) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/confirm@5.1.14(@types/node@22.18.4)': dependencies: @@ -11237,12 +11208,12 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/confirm@5.1.18(@types/node@24.3.3)': + '@inquirer/confirm@5.1.18(@types/node@24.5.2)': dependencies: - '@inquirer/core': 10.2.2(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/core@10.2.2(@types/node@22.18.4)': dependencies: @@ -11257,18 +11228,18 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/core@10.2.2(@types/node@24.3.3)': + '@inquirer/core@10.2.2(@types/node@24.5.2)': dependencies: '@inquirer/ansi': 1.0.0 '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/type': 3.0.8(@types/node@24.5.2) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 wrap-ansi: 6.2.0 yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/editor@4.2.20(@types/node@22.18.4)': dependencies: @@ -11278,13 +11249,13 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/editor@4.2.20(@types/node@24.3.3)': + '@inquirer/editor@4.2.20(@types/node@24.5.2)': dependencies: - '@inquirer/core': 10.2.2(@types/node@24.3.3) - '@inquirer/external-editor': 1.0.2(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) + '@inquirer/external-editor': 1.0.2(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/expand@4.0.20(@types/node@22.18.4)': dependencies: @@ -11294,13 +11265,13 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/expand@4.0.20(@types/node@24.3.3)': + '@inquirer/expand@4.0.20(@types/node@24.5.2)': dependencies: - '@inquirer/core': 10.2.2(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/external-editor@1.0.2(@types/node@22.18.4)': dependencies: @@ -11309,12 +11280,12 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/external-editor@1.0.2(@types/node@24.3.3)': + '@inquirer/external-editor@1.0.2(@types/node@24.5.2)': dependencies: chardet: 2.1.0 iconv-lite: 0.7.0 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/figures@1.0.13': {} @@ -11325,12 +11296,12 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/input@4.2.4(@types/node@24.3.3)': + '@inquirer/input@4.2.4(@types/node@24.5.2)': dependencies: - '@inquirer/core': 10.2.2(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/number@3.0.20(@types/node@22.18.4)': dependencies: @@ -11339,12 +11310,12 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/number@3.0.20(@types/node@24.3.3)': + '@inquirer/number@3.0.20(@types/node@24.5.2)': dependencies: - '@inquirer/core': 10.2.2(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/password@4.0.20(@types/node@22.18.4)': dependencies: @@ -11354,13 +11325,13 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/password@4.0.20(@types/node@24.3.3)': + '@inquirer/password@4.0.20(@types/node@24.5.2)': dependencies: '@inquirer/ansi': 1.0.0 - '@inquirer/core': 10.2.2(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/prompts@7.8.2(@types/node@22.18.4)': dependencies: @@ -11377,21 +11348,6 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/prompts@7.8.4(@types/node@24.3.3)': - dependencies: - '@inquirer/checkbox': 4.2.4(@types/node@24.3.3) - '@inquirer/confirm': 5.1.18(@types/node@24.3.3) - '@inquirer/editor': 4.2.20(@types/node@24.3.3) - '@inquirer/expand': 4.0.20(@types/node@24.3.3) - '@inquirer/input': 4.2.4(@types/node@24.3.3) - '@inquirer/number': 3.0.20(@types/node@24.3.3) - '@inquirer/password': 4.0.20(@types/node@24.3.3) - '@inquirer/rawlist': 4.1.8(@types/node@24.3.3) - '@inquirer/search': 3.1.3(@types/node@24.3.3) - '@inquirer/select': 4.3.4(@types/node@24.3.3) - optionalDependencies: - '@types/node': 24.3.3 - '@inquirer/prompts@7.8.6(@types/node@22.18.4)': dependencies: '@inquirer/checkbox': 4.2.4(@types/node@22.18.4) @@ -11407,6 +11363,21 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 + '@inquirer/prompts@7.8.6(@types/node@24.5.2)': + dependencies: + '@inquirer/checkbox': 4.2.4(@types/node@24.5.2) + '@inquirer/confirm': 5.1.18(@types/node@24.5.2) + '@inquirer/editor': 4.2.20(@types/node@24.5.2) + '@inquirer/expand': 4.0.20(@types/node@24.5.2) + '@inquirer/input': 4.2.4(@types/node@24.5.2) + '@inquirer/number': 3.0.20(@types/node@24.5.2) + '@inquirer/password': 4.0.20(@types/node@24.5.2) + '@inquirer/rawlist': 4.1.8(@types/node@24.5.2) + '@inquirer/search': 3.1.3(@types/node@24.5.2) + '@inquirer/select': 4.3.4(@types/node@24.5.2) + optionalDependencies: + '@types/node': 24.5.2 + '@inquirer/rawlist@4.1.8(@types/node@22.18.4)': dependencies: '@inquirer/core': 10.2.2(@types/node@22.18.4) @@ -11415,13 +11386,13 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/rawlist@4.1.8(@types/node@24.3.3)': + '@inquirer/rawlist@4.1.8(@types/node@24.5.2)': dependencies: - '@inquirer/core': 10.2.2(@types/node@24.3.3) - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) + '@inquirer/type': 3.0.8(@types/node@24.5.2) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/search@3.1.3(@types/node@22.18.4)': dependencies: @@ -11432,14 +11403,14 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/search@3.1.3(@types/node@24.3.3)': + '@inquirer/search@3.1.3(@types/node@24.5.2)': dependencies: - '@inquirer/core': 10.2.2(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/type': 3.0.8(@types/node@24.5.2) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/select@4.3.4(@types/node@22.18.4)': dependencies: @@ -11451,23 +11422,23 @@ snapshots: optionalDependencies: '@types/node': 22.18.4 - '@inquirer/select@4.3.4(@types/node@24.3.3)': + '@inquirer/select@4.3.4(@types/node@24.5.2)': dependencies: '@inquirer/ansi': 1.0.0 - '@inquirer/core': 10.2.2(@types/node@24.3.3) + '@inquirer/core': 10.2.2(@types/node@24.5.2) '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.3.3) + '@inquirer/type': 3.0.8(@types/node@24.5.2) yoctocolors-cjs: 2.1.3 optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@inquirer/type@3.0.8(@types/node@22.18.4)': optionalDependencies: '@types/node': 22.18.4 - '@inquirer/type@3.0.8(@types/node@24.3.3)': + '@inquirer/type@3.0.8(@types/node@24.5.2)': optionalDependencies: - '@types/node': 24.3.3 + '@types/node': 24.5.2 '@isaacs/balanced-match@4.0.1': {} @@ -11731,9 +11702,9 @@ snapshots: '@tybys/wasm-util': 0.10.1 optional: true - '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))': + '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))': dependencies: - '@angular/compiler-cli': 20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2) + '@angular/compiler-cli': 20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.18.4 @@ -11742,9 +11713,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@20.3.1(@angular/compiler-cli@20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.2(esbuild@0.25.9))': + '@ngtools/webpack@20.3.2(@angular/compiler-cli@20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2))(typescript@5.9.2)(webpack@5.101.2(esbuild@0.25.9))': dependencies: - '@angular/compiler-cli': 20.3.0(@angular/compiler@20.3.0)(typescript@5.9.2) + '@angular/compiler-cli': 20.3.1(@angular/compiler@20.3.1)(typescript@5.9.2) typescript: 5.9.2 webpack: 5.101.2(esbuild@0.25.9) @@ -11855,16 +11826,6 @@ snapshots: '@octokit/auth-token@6.0.0': {} - '@octokit/core@7.0.3': - dependencies: - '@octokit/auth-token': 6.0.0 - '@octokit/graphql': 9.0.1 - '@octokit/request': 10.0.3 - '@octokit/request-error': 7.0.0 - '@octokit/types': 14.1.0 - before-after-hook: 4.0.0 - universal-user-agent: 7.0.3 - '@octokit/core@7.0.4': dependencies: '@octokit/auth-token': 6.0.0 @@ -11904,11 +11865,6 @@ snapshots: '@octokit/openapi-types@26.0.0': {} - '@octokit/plugin-paginate-rest@13.1.1(@octokit/core@7.0.3)': - dependencies: - '@octokit/core': 7.0.3 - '@octokit/types': 14.1.0 - '@octokit/plugin-paginate-rest@13.1.1(@octokit/core@7.0.4)': dependencies: '@octokit/core': 7.0.4 @@ -11918,11 +11874,6 @@ snapshots: dependencies: '@octokit/core': 7.0.4 - '@octokit/plugin-rest-endpoint-methods@16.0.0(@octokit/core@7.0.3)': - dependencies: - '@octokit/core': 7.0.3 - '@octokit/types': 14.1.0 - '@octokit/plugin-rest-endpoint-methods@16.1.0(@octokit/core@7.0.4)': dependencies: '@octokit/core': 7.0.4 @@ -12285,10 +12236,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.50.2': optional: true - '@schematics/angular@20.3.1(chokidar@4.0.3)': + '@schematics/angular@20.3.2(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.3.1(chokidar@4.0.3) - '@angular-devkit/schematics': 20.3.1(chokidar@4.0.3) + '@angular-devkit/core': 20.3.2(chokidar@4.0.3) + '@angular-devkit/schematics': 20.3.2(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -12515,10 +12466,6 @@ snapshots: '@types/mime@1.3.5': {} - '@types/minimatch@6.0.0': - dependencies: - minimatch: 10.0.3 - '@types/minimist@1.2.5': {} '@types/node-forge@1.3.14': @@ -12529,9 +12476,9 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.3.3': + '@types/node@24.5.2': dependencies: - undici-types: 7.10.0 + undici-types: 7.12.0 '@types/normalize-package-data@2.4.4': {} @@ -12589,10 +12536,6 @@ snapshots: '@types/stack-trace@0.0.33': {} - '@types/supports-color@10.0.0': - dependencies: - supports-color: 10.2.2 - '@types/tough-cookie@4.0.5': {} '@types/triple-beam@1.3.5': {} @@ -14634,35 +14577,35 @@ snapshots: - supports-color - utf-8-validate - firebase@12.2.1: + firebase@12.3.0: dependencies: - '@firebase/ai': 2.2.1(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) - '@firebase/analytics': 0.10.18(@firebase/app@0.14.2) - '@firebase/analytics-compat': 0.2.24(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) - '@firebase/app': 0.14.2 - '@firebase/app-check': 0.11.0(@firebase/app@0.14.2) - '@firebase/app-check-compat': 0.4.0(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) - '@firebase/app-compat': 0.5.2 + '@firebase/ai': 2.3.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.3) + '@firebase/analytics': 0.10.18(@firebase/app@0.14.3) + '@firebase/analytics-compat': 0.2.24(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3) + '@firebase/app': 0.14.3 + '@firebase/app-check': 0.11.0(@firebase/app@0.14.3) + '@firebase/app-check-compat': 0.4.0(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3) + '@firebase/app-compat': 0.5.3 '@firebase/app-types': 0.9.3 - '@firebase/auth': 1.11.0(@firebase/app@0.14.2) - '@firebase/auth-compat': 0.6.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) - '@firebase/data-connect': 0.3.11(@firebase/app@0.14.2) + '@firebase/auth': 1.11.0(@firebase/app@0.14.3) + '@firebase/auth-compat': 0.6.0(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3) + '@firebase/data-connect': 0.3.11(@firebase/app@0.14.3) '@firebase/database': 1.1.0 '@firebase/database-compat': 2.1.0 - '@firebase/firestore': 4.9.1(@firebase/app@0.14.2) - '@firebase/firestore-compat': 0.4.1(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) - '@firebase/functions': 0.13.1(@firebase/app@0.14.2) - '@firebase/functions-compat': 0.4.1(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) - '@firebase/installations': 0.6.19(@firebase/app@0.14.2) - '@firebase/installations-compat': 0.2.19(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) - '@firebase/messaging': 0.12.23(@firebase/app@0.14.2) - '@firebase/messaging-compat': 0.2.23(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) - '@firebase/performance': 0.7.9(@firebase/app@0.14.2) - '@firebase/performance-compat': 0.2.22(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) - '@firebase/remote-config': 0.6.6(@firebase/app@0.14.2) - '@firebase/remote-config-compat': 0.2.19(@firebase/app-compat@0.5.2)(@firebase/app@0.14.2) - '@firebase/storage': 0.14.0(@firebase/app@0.14.2) - '@firebase/storage-compat': 0.4.0(@firebase/app-compat@0.5.2)(@firebase/app-types@0.9.3)(@firebase/app@0.14.2) + '@firebase/firestore': 4.9.2(@firebase/app@0.14.3) + '@firebase/firestore-compat': 0.4.2(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3) + '@firebase/functions': 0.13.1(@firebase/app@0.14.3) + '@firebase/functions-compat': 0.4.1(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3) + '@firebase/installations': 0.6.19(@firebase/app@0.14.3) + '@firebase/installations-compat': 0.2.19(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3) + '@firebase/messaging': 0.12.23(@firebase/app@0.14.3) + '@firebase/messaging-compat': 0.2.23(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3) + '@firebase/performance': 0.7.9(@firebase/app@0.14.3) + '@firebase/performance-compat': 0.2.22(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3) + '@firebase/remote-config': 0.7.0(@firebase/app@0.14.3) + '@firebase/remote-config-compat': 0.2.20(@firebase/app-compat@0.5.3)(@firebase/app@0.14.3) + '@firebase/storage': 0.14.0(@firebase/app@0.14.3) + '@firebase/storage-compat': 0.4.0(@firebase/app-compat@0.5.3)(@firebase/app-types@0.9.3)(@firebase/app@0.14.3) '@firebase/util': 1.13.0 transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -14937,7 +14880,7 @@ snapshots: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.8 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 @@ -15727,7 +15670,7 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: - '@babel/core': 7.28.3 + '@babel/core': 7.28.4 '@babel/parser': 7.28.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -18679,7 +18622,7 @@ snapshots: jest-worker: 27.5.1 schema-utils: 4.3.2 serialize-javascript: 6.0.2 - terser: 5.43.1 + terser: 5.44.0 webpack: 5.101.2(esbuild@0.25.9) optionalDependencies: esbuild: 0.25.9 @@ -18978,7 +18921,7 @@ snapshots: undici-types@6.21.0: {} - undici-types@7.10.0: {} + undici-types@7.12.0: {} undici@5.29.0: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a0846ad5568e..05d56ed501cb 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,24 +17,24 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 20.3.1 - '@angular-devkit/core': 20.3.1 - '@angular-devkit/schematics': 20.3.1 - '@angular/animations': 20.3.0 - '@angular/build': 20.3.1 - '@angular/cli': 20.3.1 - '@angular/common': 20.3.0 - '@angular/compiler-cli': 20.3.0 - '@angular/compiler': 20.3.0 - '@angular/core': 20.3.0 - '@angular/ssr': 20.3.1 - '@angular/forms': 20.3.0 - '@angular/localize': 20.3.0 - '@angular/platform-browser': 20.3.0 - '@angular/platform-browser-dynamic': 20.3.0 - '@angular/platform-server': 20.3.0 - '@angular/router': 20.3.0 - '@schematics/angular': 20.3.1 + '@angular-devkit/build-angular': 20.3.2 + '@angular-devkit/core': 20.3.2 + '@angular-devkit/schematics': 20.3.2 + '@angular/animations': 20.3.1 + '@angular/build': 20.3.2 + '@angular/cli': 20.3.2 + '@angular/common': 20.3.1 + '@angular/compiler-cli': 20.3.1 + '@angular/compiler': 20.3.1 + '@angular/core': 20.3.1 + '@angular/ssr': 20.3.2 + '@angular/forms': 20.3.1 + '@angular/localize': 20.3.1 + '@angular/platform-browser': 20.3.1 + '@angular/platform-browser-dynamic': 20.3.1 + '@angular/platform-server': 20.3.1 + '@angular/router': 20.3.1 + '@schematics/angular': 20.3.2 'rxjs': ^6.6.7 # The minimum age of a release to be considered for dependency installation.