diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index b4cea7c321e4..8c31c3e07aec 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/branch-manager@6f54d143077baef582d70873722166fdc040066c 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 8757761d96fe..6f40bf9bb980 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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 26a8121a2947..0d6d3f502fc3 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Install node modules @@ -49,13 +49,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -67,13 +67,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -122,13 +122,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -140,13 +140,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and @@ -174,9 +174,9 @@ jobs: - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -199,14 +199,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/browserstack@6f54d143077baef582d70873722166fdc040066c - 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 fccd8ceeeb19..24bb743621eb 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 62b0bcbeef5c..b937f8b4e17a 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/pull-request-labeling@6f54d143077baef582d70873722166fdc040066c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/post-approval-changes@6f54d143077baef582d70873722166fdc040066c 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 9ec1e164a1fb..a59cb18d78bf 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@6f54d143077baef582d70873722166fdc040066c 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 d601b1f7771e..5b8b50b6b8c6 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@6f54d143077baef582d70873722166fdc040066c 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 17db4c23eb79..cfbd4bcc5898 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/google-internal-tests@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/google-internal-tests@6f54d143077baef582d70873722166fdc040066c 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 d7c6a174d0e8..1bb0aa363800 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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 c257909a580d..8a8e650901fa 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Install node modules @@ -45,7 +45,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/linting/licenses@6f54d143077baef582d70873722166fdc040066c # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,13 +55,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -103,13 +103,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -119,13 +119,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -135,13 +135,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -164,7 +164,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -172,8 +172,8 @@ jobs: - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/browserstack@6f54d143077baef582d70873722166fdc040066c - 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 eb23e0ade5f5..c19e580047dd 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,18 +23,18 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c # 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@6f54d143077baef582d70873722166fdc040066c 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 e973e8018446..0dd0f4f2919c 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@6f54d143077baef582d70873722166fdc040066c 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 4f7ebbcf3aa1..175be8ab15b0 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and diff --git a/WORKSPACE b/WORKSPACE index a2ad417398e0..dfe010308fc9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -185,7 +185,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "fd57e38fdd95d2d145adb87a1ff0cbbc231316bc", + commit = "6f54d143077baef582d70873722166fdc040066c", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index a7e5dda11231..4382df783e4c 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#c9b62e00819328fe530dd3ce3acad4042a34e00b", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03b19f59db7d..2012bc200da9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,56 +7,56 @@ settings: catalogs: default: '@angular-devkit/build-angular': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular-devkit/core': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular-devkit/schematics': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/animations': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/cli': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/common': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/compiler': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/compiler-cli': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/core': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/forms': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/localize': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/platform-browser': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/platform-browser-dynamic': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/platform-server': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/router': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/ssr': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@schematics/angular': - specifier: 20.0.0 - version: 20.0.0 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 rxjs: specifier: ^6.6.7 version: 6.6.7 @@ -72,28 +72,28 @@ importers: dependencies: '@angular-devkit/core': specifier: 'catalog:' - version: 20.0.0(chokidar@4.0.3) + version: 20.1.0-rc.0(chokidar@4.0.3) '@angular-devkit/schematics': specifier: 'catalog:' - version: 20.0.0(chokidar@4.0.3) + version: 20.1.0-rc.0(chokidar@4.0.3) '@angular/animations': specifier: 'catalog:' - version: 20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) '@angular/common': specifier: 'catalog:' - version: 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 20.0.0 + version: 20.1.0-rc.0 '@angular/core': specifier: 'catalog:' - version: 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) '@angular/forms': specifier: 'catalog:' - version: 20.0.0(2z67y6asict5bh4qa55wsiw6vm) + version: 20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle) '@angular/platform-browser': specifier: 'catalog:' - version: 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) '@types/google.maps': specifier: ^3.54.10 version: 3.58.1 @@ -127,19 +127,19 @@ importers: devDependencies: '@angular/compiler-cli': specifier: 'catalog:' - version: 20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3) + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) '@angular/localize': specifier: 'catalog:' - version: 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/compiler@20.0.0) + version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#c9b62e00819328fe530dd3ce3acad4042a34e00b - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c9b62e00819328fe530dd3ce3acad4042a34e00b(@modelcontextprotocol/sdk@1.12.0)(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13) '@angular/platform-server': specifier: 'catalog:' - version: 20.0.0(55cc2hhoyu4jmltgjz2lflk43q) + version: 20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm) '@angular/router': specifier: 'catalog:' - version: 20.0.0(2z67y6asict5bh4qa55wsiw6vm) + version: 20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle) '@babel/core': specifier: ^7.16.12 version: 7.26.10 @@ -172,7 +172,7 @@ importers: version: 16.0.1(rollup@4.40.2) '@schematics/angular': specifier: 'catalog:' - version: 20.0.0(chokidar@4.0.3) + version: 20.1.0-rc.0(chokidar@4.0.3) '@types/babel__core': specifier: ^7.1.18 version: 7.20.5 @@ -358,7 +358,7 @@ importers: dependencies: '@angular/animations': specifier: 'catalog:' - version: 20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) '@angular/cdk': specifier: workspace:* version: link:../src/cdk @@ -367,25 +367,25 @@ importers: version: link:../src/cdk-experimental '@angular/common': specifier: 'catalog:' - version: 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) '@angular/compiler': specifier: 'catalog:' - version: 20.0.0 + version: 20.1.0-rc.0 '@angular/components-examples': specifier: workspace:* version: link:../src/components-examples '@angular/core': specifier: 'catalog:' - version: 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) '@angular/forms': specifier: 'catalog:' - version: 20.0.0(2z67y6asict5bh4qa55wsiw6vm) + version: 20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle) '@angular/google-maps': specifier: workspace:* version: link:../src/google-maps '@angular/localize': specifier: 'catalog:' - version: 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/compiler@20.0.0) + version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0) '@angular/material': specifier: workspace:* version: link:../src/material @@ -397,16 +397,16 @@ importers: version: link:../src/material-moment-adapter '@angular/platform-browser': specifier: 'catalog:' - version: 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) + version: 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) '@angular/platform-browser-dynamic': specifier: 'catalog:' - version: 20.0.0(5ljbngo3ddx4zlty7qdgehq27q) + version: 20.1.0-rc.0(nwpgbwwdbysorif6opxnjn2bfm) '@angular/router': specifier: 'catalog:' - version: 20.0.0(2z67y6asict5bh4qa55wsiw6vm) + version: 20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle) '@angular/ssr': specifier: 'catalog:' - version: 20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.0.0(55cc2hhoyu4jmltgjz2lflk43q))(@angular/router@20.0.0(2z67y6asict5bh4qa55wsiw6vm)) + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm))(@angular/router@20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle)) '@angular/youtube-player': specifier: workspace:* version: link:../src/youtube-player @@ -431,13 +431,13 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: 'catalog:' - version: 20.0.0(pjrma2glqvm6wlcnqikh3pr2ou) + version: 20.1.0-rc.0(256l2x45nr4r4lu5e24zjxhx2m) '@angular/cli': specifier: 'catalog:' - version: 20.0.0(@types/node@22.14.1)(chokidar@4.0.3) + version: 20.1.0-rc.0(@types/node@22.14.1)(chokidar@4.0.3) '@angular/compiler-cli': specifier: 'catalog:' - version: 20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3) + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) '@bazel/bazelisk': specifier: ^1.12.1 version: 1.12.1 @@ -716,27 +716,27 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular-devkit/architect@0.2000.0': - resolution: {integrity: sha512-6accOuvf1BY6hTO5LzYcxp2Dpl0bThgYF3KdwVWqrYF5+6PWfQLdy+rKxBiCIv0+0OngZVI79RuAtUKFowFM/A==} + '@angular-devkit/architect@0.2001.0-rc.0': + resolution: {integrity: sha512-yrBSGl4QvwZQD+LpZBSP35U80fh9tA//O+h4i4kVfqSXv3CbLZqCUIXHVsO0T645kINvQWJ7tcx/N6a/sZTOwg==} 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.0.0': - resolution: {integrity: sha512-6JAVLjGLSTy69FAXTPzi9t4SswT4b3mOiz8GPleNTO0VmxgQA8C+zUqG81fH1ZDdSZBfUZcbgim+Y47G3cORcg==} + '@angular-devkit/build-angular@20.1.0-rc.0': + resolution: {integrity: sha512-699YE94kW1acCZlna58WijFU/56Hqx3XhshPUkKK5hfGP/8RoYkn86uOcKmxKg+UkMUIYittoBCGwRxByZkxkw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^20.0.0 - '@angular/core': ^20.0.0 - '@angular/localize': ^20.0.0 - '@angular/platform-browser': ^20.0.0 - '@angular/platform-server': ^20.0.0 - '@angular/service-worker': ^20.0.0 - '@angular/ssr': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 + '@angular/core': ^20.0.0 || ^20.1.0-next.0 + '@angular/localize': ^20.0.0 || ^20.1.0-next.0 + '@angular/platform-browser': ^20.0.0 || ^20.1.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.1.0-next.0 + '@angular/service-worker': ^20.0.0 || ^20.1.0-next.0 + '@angular/ssr': ^20.1.0-rc.0 '@web/test-runner': ^0.20.0 browser-sync: ^3.0.2 jest: ^29.5.0 jest-environment-jsdom: ^29.5.0 karma: ^6.3.0 - ng-packagr: ^20.0.0 + ng-packagr: ^20.0.0 || ^20.1.0-next.0 protractor: ^7.0.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 typescript: 5.8.3 @@ -770,15 +770,15 @@ packages: tailwindcss: optional: true - '@angular-devkit/build-webpack@0.2000.0': - resolution: {integrity: sha512-bIbz6uFQLTBvmadWJo/KEF1GruqIC23HF8YcUfy/1AuSd07EjoWL8wZrpl6eY+RE8hjua3AC1XSrzWD2e+xd8w==} + '@angular-devkit/build-webpack@0.2001.0-rc.0': + resolution: {integrity: sha512-qnFL9yv3a/50OSACkH5AMrxyrleJdboaQ/BRWb4GkNiLXOEB81s9RPoPVTGBCpjSoFMnn2tHAe/ixpi3uj0GXA==} 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.0.0': - resolution: {integrity: sha512-cnB/I1QQC3WoIcb+f/7hknOOkgIFjAuxd7nW1RnS+pn0qQTWyjnXjq2jocx2TBMwZRikycc7f3mlA1DgWzJUuQ==} + '@angular-devkit/core@20.1.0-rc.0': + resolution: {integrity: sha512-fcQPlMvgB4wAjF7SgHHkbdO7mTJkNmbNROr36tW7LlteEbFbGurybUSIdNoXpZg888vd7d+XziT3tYBRnXLn4Q==} 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 @@ -786,32 +786,32 @@ packages: chokidar: optional: true - '@angular-devkit/schematics@20.0.0': - resolution: {integrity: sha512-35WbWP8ARnaqVjOzy7IOyWsY/jeyUqfVj4KgHG2O4fHAhIhaBqhP8dDDP+SwM+bToIqklg0fzHUUhFTRxzzyoQ==} + '@angular-devkit/schematics@20.1.0-rc.0': + resolution: {integrity: sha512-pWQozCfksUuzFPPXDSPvipAESMMqn0DSEHDp6TpLvYtfyebgAxm/g1U+FzUkGcjVWaxfN3dX0aglAS+hDaHinw==} 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.0.0': - resolution: {integrity: sha512-yU4hUH6AheY0dnMSaLRMfgnXhg/JUSUvrhE+lHzIiSKdEf0lyo1Ri6bkPD1CbamxZ94BqhRNCApvbvTbibGICQ==} + '@angular/animations@20.1.0-rc.0': + resolution: {integrity: sha512-eBxXkJG1ImSY2GgS1F+htRLjc3G2Y0PAl/9nbdHk6HM5z62A168+A93ihLJzHQR9MmJogsLbmTukB3FmVUbjMg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.0.0 - '@angular/core': 20.0.0 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 - '@angular/build@20.0.0': - resolution: {integrity: sha512-b/FAvvUbsMEgr+UlvTtDz4NCv+BFi+55swtKRmaritvZ2rDfhF1x9tUmSkT6GebGXkI/Gg0kl5rJoD5iv5lY3A==} + '@angular/build@20.1.0-rc.0': + resolution: {integrity: sha512-A2DvjOzV0ibb7Vn6FCWVED3Q7dQ1As1u9iAbrug12Uj618wBhKSYpiEsPVkk+rGa3an65y1HBRsVW3JknCNopw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler': ^20.0.0 - '@angular/compiler-cli': ^20.0.0 - '@angular/core': ^20.0.0 - '@angular/localize': ^20.0.0 - '@angular/platform-browser': ^20.0.0 - '@angular/platform-server': ^20.0.0 - '@angular/service-worker': ^20.0.0 - '@angular/ssr': ^20.0.0 + '@angular/compiler': ^20.0.0 || ^20.1.0-next.0 + '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 + '@angular/core': ^20.0.0 || ^20.1.0-next.0 + '@angular/localize': ^20.0.0 || ^20.1.0-next.0 + '@angular/platform-browser': ^20.0.0 || ^20.1.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.1.0-next.0 + '@angular/service-worker': ^20.0.0 || ^20.1.0-next.0 + '@angular/ssr': ^20.1.0-rc.0 karma: ^6.4.0 less: ^4.2.0 - ng-packagr: ^20.0.0 + ng-packagr: ^20.0.0 || ^20.1.0-next.0 postcss: ^8.4.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 @@ -843,38 +843,38 @@ packages: vitest: optional: true - '@angular/cli@20.0.0': - resolution: {integrity: sha512-k9EDaaLYTMWkBbayUh6Tf0PJ+E0e6jRPrjOSPsOJHRh+S5BsNdLIsKJmThGXkq2wnD35+2CKPy9UQyvfaIA5KQ==} + '@angular/cli@20.1.0-rc.0': + resolution: {integrity: sha512-Rpg1SmAfqOZZ5rnqp531Nc/bOCnq/3Os6182ARZpIf2o95IauzQxvZlhJMyu+gmN5Fkt82jzlsU+DMhXvSj72Q==} 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.0.0': - resolution: {integrity: sha512-tZTvxDjx+wH74/hIpip63u4tlaXNVXkq1iVf4gk7RPQGCAYLNPDWma8X+RpXMXWikn4/mA5NS1VBBtStTbS+gg==} + '@angular/common@20.1.0-rc.0': + resolution: {integrity: sha512-uJcZ32hxFKqz0laGGqO64hRzICQwe2J/z0q9ESDz2ZPQZJFVxVoLITEVwr8Ogx3aH3FwppPe2H4pcVrlPvV+7A==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 20.0.0 + '@angular/core': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.0.0': - resolution: {integrity: sha512-dPFp/YyRJkiyppnoI85mZz0CJv0ulc5MpJV16Lx0qdrRyoKmBrGmdaGEP0DOhhBLVAmJ5J2wvShvWfE2pjMMWw==} + '@angular/compiler-cli@20.1.0-rc.0': + resolution: {integrity: sha512-nNXSAlYW+zaEifTy+eGXpSvch4eCHMeg1Milr/l4/Vzr8jfWAQpiVk6OyTZyZa4UKHYJkZw6JRauE5npi7WGPg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0 + '@angular/compiler': 20.1.0-rc.0 typescript: 5.8.3 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@20.0.0': - resolution: {integrity: sha512-RzS7MFNy/f8Tft0u6Q1zszzFTeki4408zsBALwmS91a8O8x/jaEvfwA7swC7RiqiX9KKmAyuBJ0qiv42v1T5dA==} + '@angular/compiler@20.1.0-rc.0': + resolution: {integrity: sha512-zgr7+8r7bE4CooNKsDk+e6yWdZwZKeLHfSA8y6syITWNQU/OijOB0vwnOG/NhZSgUb0GKX9rSeYMRhAhDRGoQg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@20.0.0': - resolution: {integrity: sha512-2UjKbTtYSY8omY+LE4G6hQ1/R4PkE6NY7/2u99TxLH/oOnc9broCH1g9ITU+n0eJURcOFeK0/w6RdSrK+di3pg==} + '@angular/core@20.1.0-rc.0': + resolution: {integrity: sha512-dsyi29ieAjKEMspq8I9/CEtg6yPVleHk6Ii31wN3iMtKuEfAu30EZNtFgCqKzv3j4ZvJH/sBV4yh0FSZJSfgCA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.0.0 + '@angular/compiler': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -883,74 +883,74 @@ packages: zone.js: optional: true - '@angular/forms@20.0.0': - resolution: {integrity: sha512-6yeb99IrNyeyj7o0bbd+n3JTZrXX2dJfdYLJH3tlXVlO9wg63bq+YR1AeM+RDCYMs+YDJis0lQpF6s+OICJv4g==} + '@angular/forms@20.1.0-rc.0': + resolution: {integrity: sha512-4hGnfh3Tao10sVF3r3InyqydrFesPeTSHRWOiMZHoZ559jfYqdnHizIyNYW32GBd/9KD+gQfSER4JAO9WzcJzw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.0.0 - '@angular/core': 20.0.0 - '@angular/platform-browser': 20.0.0 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.0.0': - resolution: {integrity: sha512-sGu8QA2lj/4soCRhK1LtWc5yhBPPfb/7M+3p+jUgzPiO5ZaeDjvi/NLwJjIlBkUAfTVpRxADLJjAziRGar5gtw==} + '@angular/localize@20.1.0-rc.0': + resolution: {integrity: sha512-UUMEiS6c7RBtCzStSuomZcinnUs4Rym/4RxiTAQUtLZtrrH16nvgUGGP3DqUgLAlKt3MZ1Z4pYtfIEezex3pgQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0 - '@angular/compiler-cli': 20.0.0 + '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler-cli': 20.1.0-rc.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c9b62e00819328fe530dd3ce3acad4042a34e00b': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c9b62e00819328fe530dd3ce3acad4042a34e00b} - version: 0.0.0-db18d7175d759fdfb3e40d363a1579621d1fcffd + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd} + version: 0.0.0-6f54d143077baef582d70873722166fdc040066c hasBin: true - '@angular/platform-browser-dynamic@20.0.0': - resolution: {integrity: sha512-AACq3Ijuq59SdLDmfxWU8hYlo8O4Br9OHWNAga2W0X6p/7HlpeZZVdTlb/KGVYRKJvGpgSB10QYlRPfm215q9Q==} + '@angular/platform-browser-dynamic@20.1.0-rc.0': + resolution: {integrity: sha512-9ilPyUO9bw/DS3InHreHk5HoXhu9nr4jaMnFs1ICDjkbP9mUPQAgkD5fIRdiQt8dV5SfaHbQ6NFKm9xdgT6/Uw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.0.0 - '@angular/compiler': 20.0.0 - '@angular/core': 20.0.0 - '@angular/platform-browser': 20.0.0 + '@angular/common': 20.1.0-rc.0 + '@angular/compiler': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 - '@angular/platform-browser@20.0.0': - resolution: {integrity: sha512-FP9YjT2beF0tov0wub6+eUQqJd2MwyYqEQQ6+Qx67ukd04plIryhrcImORehrsN24DbnHkyTqhCvUyNAZs2uwA==} + '@angular/platform-browser@20.1.0-rc.0': + resolution: {integrity: sha512-ATE4cmzfsqLRsth9l7fU0BfqkDvnTRJqIhnK90ATIHHM5rjs2IQNpIAYRVIpNas9Hbt7pxjfWmHVVbuaGWRjOA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 20.0.0 - '@angular/common': 20.0.0 - '@angular/core': 20.0.0 + '@angular/animations': 20.1.0-rc.0 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.0.0': - resolution: {integrity: sha512-H2Qw6bZYYQdZKrMv6YS1k65+mXCRFBAZJziFeNUG9HreKaSNBlqCvrR/ru6TLo6UhItpX3bS/y9u/lBcGP/Ejg==} + '@angular/platform-server@20.1.0-rc.0': + resolution: {integrity: sha512-hxJHh6PZ+vOLxrXfH64+pJQHVbxafERXBYhD9Tj5fbPCFtOBDK2MbBybIB6fbIzr6O+kFVVsNzm3LRxe9k1FWg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.0.0 - '@angular/compiler': 20.0.0 - '@angular/core': 20.0.0 - '@angular/platform-browser': 20.0.0 + '@angular/common': 20.1.0-rc.0 + '@angular/compiler': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.0.0': - resolution: {integrity: sha512-RQ7rU4NaZDSvvOfMZQmB50q7de+jrHYb+f0ExLKBvr80B1MK3oc9VvI2BzBkGfM4aGx71MMa0UizjOiT/31kqw==} + '@angular/router@20.1.0-rc.0': + resolution: {integrity: sha512-Oa8tru8CPtHQfEtwF4B9zS8kG35ZMwc8RoQSINLZ/h3nuM26/GaF3zcIonTABSReRbuJ90eAEul/LmgLwxeqJA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.0.0 - '@angular/core': 20.0.0 - '@angular/platform-browser': 20.0.0 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ssr@20.0.0': - resolution: {integrity: sha512-ezca+E3A3zRbMDmvyyclgDX38JvmXb0ZvqGkgQGURa12+5dHvwy8hnDT1eBoRxXBedp+cnIkxXxLjTzXb4/4Hw==} + '@angular/ssr@20.1.0-rc.0': + resolution: {integrity: sha512-XG49DFtwyQH5wLd4RRKk4QebBXHXPYUXyitWHLRV0KTTwHfYMIKEt3w54+wmeo7Zq5MjzEhimz4qzW95WFWhpg==} peerDependencies: - '@angular/common': ^20.0.0 - '@angular/core': ^20.0.0 - '@angular/platform-server': ^20.0.0 - '@angular/router': ^20.0.0 + '@angular/common': ^20.0.0 || ^20.1.0-next.0 + '@angular/core': ^20.0.0 || ^20.1.0-next.0 + '@angular/platform-server': ^20.0.0 || ^20.1.0-next.0 + '@angular/router': ^20.0.0 || ^20.1.0-next.0 peerDependenciesMeta: '@angular/platform-server': optional: true @@ -982,6 +982,10 @@ packages: resolution: {integrity: sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==} engines: {node: '>=6.9.0'} + '@babel/core@7.27.7': + resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.27.0': resolution: {integrity: sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==} engines: {node: '>=6.9.0'} @@ -990,8 +994,16 @@ packages: resolution: {integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==} engines: {node: '>=6.9.0'} - '@babel/helper-annotate-as-pure@7.27.1': - resolution: {integrity: sha512-WnuuDILl9oOBbKnb4L+DyODx7iC47XfzmNCpTttFsSp6hTG7XZxu60+4IO+2/hPfcGOoKbFiwoI/+zwARbNQow==} + '@babel/generator@7.27.5': + resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.28.0': + resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==} + engines: {node: '>=6.9.0'} + + '@babel/helper-annotate-as-pure@7.27.3': + resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==} engines: {node: '>=6.9.0'} '@babel/helper-compilation-targets@7.27.0': @@ -1019,6 +1031,10 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + '@babel/helper-globals@7.28.0': + resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==} + engines: {node: '>=6.9.0'} + '@babel/helper-member-expression-to-functions@7.27.1': resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==} engines: {node: '>=6.9.0'} @@ -1043,6 +1059,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.27.3': + resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.27.1': resolution: {integrity: sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==} engines: {node: '>=6.9.0'} @@ -1107,6 +1129,10 @@ packages: resolution: {integrity: sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.27.6': + resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} + engines: {node: '>=6.9.0'} + '@babel/parser@7.27.0': resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==} engines: {node: '>=6.0.0'} @@ -1117,6 +1143,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.28.0': + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1': resolution: {integrity: sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==} engines: {node: '>=6.9.0'} @@ -1417,8 +1448,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@babel/plugin-transform-runtime@7.27.1': - resolution: {integrity: sha512-TqGF3desVsTcp3WrJGj4HfKokfCXCLcHpt4PJF0D8/iT6LPd9RS82Upw3KPeyr6B22Lfd3DO8MVrmp0oRkUDdw==} + '@babel/plugin-transform-runtime@7.27.4': + resolution: {integrity: sha512-D68nR5zxU64EUzV8i7T3R5XP0Xhrou/amNnddsRQssx6GrTLdZl1rLxyjtVZBd+v/NVX4AbTPOB5aU8thAZV1A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1488,8 +1519,8 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 - '@babel/runtime@7.27.1': - resolution: {integrity: sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==} + '@babel/runtime@7.27.6': + resolution: {integrity: sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==} engines: {node: '>=6.9.0'} '@babel/template@7.27.0': @@ -1508,6 +1539,10 @@ packages: resolution: {integrity: sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.28.0': + resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} + engines: {node: '>=6.9.0'} + '@babel/types@7.27.0': resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==} engines: {node: '>=6.9.0'} @@ -1516,6 +1551,10 @@ packages: resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==} engines: {node: '>=6.9.0'} + '@babel/types@7.28.0': + resolution: {integrity: sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==} + engines: {node: '>=6.9.0'} + '@bazel/bazelisk@1.12.1': resolution: {integrity: sha512-TGCwVeIiVeQUP6yLpxAg8yluFOC+tBQnWw5l8lqwMxKhRtOA+WaH1CJKAXeCBAaS2MxohhkXq44zj/7AM+t2jg==} hasBin: true @@ -1968,6 +2007,15 @@ packages: '@types/node': optional: true + '@inquirer/checkbox@4.1.9': + resolution: {integrity: sha512-DBJBkzI5Wx4jFaYm221LHvAhpKYkhVS0k9plqHwaHhofGNxvYB7J3Bz8w+bFJ05zaMb0sZNHo4KdmENQFlNTuQ==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/confirm@5.1.10': resolution: {integrity: sha512-FxbQ9giWxUWKUk2O5XZ6PduVnH2CZ/fmMKMBkH71MHJvWr7WL5AHKevhzF1L5uYWB2P548o1RzVxrNd3dpmk6g==} engines: {node: '>=18'} @@ -1977,6 +2025,15 @@ packages: '@types/node': optional: true + '@inquirer/confirm@5.1.13': + resolution: {integrity: sha512-EkCtvp67ICIVVzjsquUiVSd+V5HRGOGQfsqA4E4vMWhYnB7InUL0pa0TIWt1i+OfP16Gkds8CdIu6yGZwOM1Yw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/core@10.1.11': resolution: {integrity: sha512-BXwI/MCqdtAhzNQlBEFE7CEflhPkl/BqvAuV/aK6lW3DClIfYVDWPP/kXuXHtBWC7/EEbNqd/1BGq2BGBBnuxw==} engines: {node: '>=18'} @@ -1986,6 +2043,15 @@ packages: '@types/node': optional: true + '@inquirer/core@10.1.14': + resolution: {integrity: sha512-Ma+ZpOJPewtIYl6HZHZckeX1STvDnHTCB2GVINNUlSEn2Am6LddWwfPkIGY0IUFVjUUrr/93XlBwTK6mfLjf0A==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/editor@4.2.11': resolution: {integrity: sha512-YoZr0lBnnLFPpfPSNsQ8IZyKxU47zPyVi9NLjCWtna52//M/xuL0PGPAxHxxYhdOhnvY2oBafoM+BI5w/JK7jw==} engines: {node: '>=18'} @@ -1995,6 +2061,15 @@ packages: '@types/node': optional: true + '@inquirer/editor@4.2.14': + resolution: {integrity: sha512-yd2qtLl4QIIax9DTMZ1ZN2pFrrj+yL3kgIWxm34SS6uwCr0sIhsNyudUjAo5q3TqI03xx4SEBkUJqZuAInp9uA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/expand@4.0.13': resolution: {integrity: sha512-HgYNWuZLHX6q5y4hqKhwyytqAghmx35xikOGY3TcgNiElqXGPas24+UzNPOwGUZa5Dn32y25xJqVeUcGlTv+QQ==} engines: {node: '>=18'} @@ -2004,10 +2079,23 @@ packages: '@types/node': optional: true + '@inquirer/expand@4.0.16': + resolution: {integrity: sha512-oiDqafWzMtofeJyyGkb1CTPaxUkjIcSxePHHQCfif8t3HV9pHcw1Kgdw3/uGpDvaFfeTluwQtWiqzPVjAqS3zA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/figures@1.0.11': resolution: {integrity: sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==} engines: {node: '>=18'} + '@inquirer/figures@1.0.12': + resolution: {integrity: sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==} + engines: {node: '>=18'} + '@inquirer/input@4.1.10': resolution: {integrity: sha512-kV3BVne3wJ+j6reYQUZi/UN9NZGZLxgc/tfyjeK3mrx1QI7RXPxGp21IUTv+iVHcbP4ytZALF8vCHoxyNSC6qg==} engines: {node: '>=18'} @@ -2017,6 +2105,15 @@ packages: '@types/node': optional: true + '@inquirer/input@4.2.0': + resolution: {integrity: sha512-opqpHPB1NjAmDISi3uvZOTrjEEU5CWVu/HBkDby8t93+6UxYX0Z7Ps0Ltjm5sZiEbWenjubwUkivAEYQmy9xHw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/number@3.0.13': resolution: {integrity: sha512-IrLezcg/GWKS8zpKDvnJ/YTflNJdG0qSFlUM/zNFsdi4UKW/CO+gaJpbMgQ20Q58vNKDJbEzC6IebdkprwL6ew==} engines: {node: '>=18'} @@ -2026,6 +2123,15 @@ packages: '@types/node': optional: true + '@inquirer/number@3.0.16': + resolution: {integrity: sha512-kMrXAaKGavBEoBYUCgualbwA9jWUx2TjMA46ek+pEKy38+LFpL9QHlTd8PO2kWPUgI/KB+qi02o4y2rwXbzr3Q==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/password@4.0.13': resolution: {integrity: sha512-NN0S/SmdhakqOTJhDwOpeBEEr8VdcYsjmZHDb0rblSh2FcbXQOr+2IApP7JG4WE3sxIdKytDn4ed3XYwtHxmJQ==} engines: {node: '>=18'} @@ -2035,6 +2141,15 @@ packages: '@types/node': optional: true + '@inquirer/password@4.0.16': + resolution: {integrity: sha512-g8BVNBj5Zeb5/Y3cSN+hDUL7CsIFDIuVxb9EPty3lkxBaYpjL5BNRKSYOF9yOLe+JOcKFd+TSVeADQ4iSY7rbg==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/prompts@7.5.1': resolution: {integrity: sha512-5AOrZPf2/GxZ+SDRZ5WFplCA2TAQgK3OYrXCYmJL5NaTu4ECcoWFlfUZuw7Es++6Njv7iu/8vpYJhuzxUH76Vg==} engines: {node: '>=18'} @@ -2044,6 +2159,15 @@ packages: '@types/node': optional: true + '@inquirer/prompts@7.6.0': + resolution: {integrity: sha512-jAhL7tyMxB3Gfwn4HIJ0yuJ5pvcB5maYUcouGcgd/ub79f9MqZ+aVnBtuFf+VC2GTkCBF+R+eo7Vi63w5VZlzw==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/rawlist@4.1.1': resolution: {integrity: sha512-VBUC0jPN2oaOq8+krwpo/mf3n/UryDUkKog3zi+oIi8/e5hykvdntgHUB9nhDM78RubiyR1ldIOfm5ue+2DeaQ==} engines: {node: '>=18'} @@ -2053,6 +2177,15 @@ packages: '@types/node': optional: true + '@inquirer/rawlist@4.1.4': + resolution: {integrity: sha512-5GGvxVpXXMmfZNtvWw4IsHpR7RzqAR624xtkPd1NxxlV5M+pShMqzL4oRddRkg8rVEOK9fKdJp1jjVML2Lr7TQ==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/search@3.0.13': resolution: {integrity: sha512-9g89d2c5Izok/Gw/U7KPC3f9kfe5rA1AJ24xxNZG0st+vWekSk7tB9oE+dJv5JXd0ZSijomvW0KPMoBd8qbN4g==} engines: {node: '>=18'} @@ -2062,6 +2195,15 @@ packages: '@types/node': optional: true + '@inquirer/search@3.0.16': + resolution: {integrity: sha512-POCmXo+j97kTGU6aeRjsPyuCpQQfKcMXdeTMw708ZMtWrj5aykZvlUxH4Qgz3+Y1L/cAVZsSpA+UgZCu2GMOMg==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/select@4.2.1': resolution: {integrity: sha512-gt1Kd5XZm+/ddemcT3m23IP8aD8rC9drRckWoP/1f7OL46Yy2FGi8DSmNjEjQKtPl6SV96Kmjbl6p713KXJ/Jg==} engines: {node: '>=18'} @@ -2071,6 +2213,15 @@ packages: '@types/node': optional: true + '@inquirer/select@4.2.4': + resolution: {integrity: sha512-unTppUcTjmnbl/q+h8XeQDhAqIOmwWYWNyiiP2e3orXrg6tOaa5DHXja9PChCSbChOsktyKgOieRZFnajzxoBg==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@inquirer/type@1.5.5': resolution: {integrity: sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==} engines: {node: '>=18'} @@ -2084,6 +2235,15 @@ packages: '@types/node': optional: true + '@inquirer/type@3.0.7': + resolution: {integrity: sha512-PfunHQcjwnju84L+ycmcMKB/pTPIngjUJvfnRhKY6FKPuYXlM4aQCb/nIdTFR6BEhMjFvngzvng/vBAJMZpLSA==} + engines: {node: '>=18'} + peerDependencies: + '@types/node': '>=18' + peerDependenciesMeta: + '@types/node': + optional: true + '@isaacs/balanced-match@4.0.1': resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} engines: {node: 20 || >=22} @@ -2104,6 +2264,9 @@ packages: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} + '@jridgewell/gen-mapping@0.3.12': + resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} + '@jridgewell/gen-mapping@0.3.8': resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} engines: {node: '>=6.0.0'} @@ -2125,6 +2288,9 @@ packages: '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.29': + resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==} + '@jridgewell/trace-mapping@0.3.9': resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} @@ -2161,38 +2327,38 @@ packages: peerDependencies: '@inquirer/prompts': '>= 3 < 8' - '@lmdb/lmdb-darwin-arm64@3.3.0': - resolution: {integrity: sha512-LipbQobyEfQtu8WixasaFUZZ+JCGlho4OWwWIQ5ol0rB1RKkcZvypu7sS1CBvofBGVAa3vbOh8IOGQMrbmL5dg==} + '@lmdb/lmdb-darwin-arm64@3.4.1': + resolution: {integrity: sha512-kKeP5PaY3bFrrF6GY5aDd96iuh1eoS+5CHJ+7hIP629KIEwzGNwbIzBmEX9TAhRJOivSRDTHCIsbu//+NsYKkg==} cpu: [arm64] os: [darwin] - '@lmdb/lmdb-darwin-x64@3.3.0': - resolution: {integrity: sha512-yA+9P+ZeA3vg76BLXWeUomIAjxfmSmR2eg8fueHXDg5Xe1Xmkl9JCKuHXUhtJ+mMVcH12d5k4kJBLbyXTadfGQ==} + '@lmdb/lmdb-darwin-x64@3.4.1': + resolution: {integrity: sha512-9CMB3seTyHs3EOVWdKiB8IIEDBJ3Gq00Tqyi0V7DS3HL90BjM/AkbZGuhzXwPrfeFazR24SKaRrUQF74f+CmWw==} cpu: [x64] os: [darwin] - '@lmdb/lmdb-linux-arm64@3.3.0': - resolution: {integrity: sha512-OeWvSgjXXZ/zmtLqqL78I3910F6UYpUubmsUU+iBHo6nTtjkpXms95rJtGrjkWQqwswKBD7xSMplbYC4LEsiPA==} + '@lmdb/lmdb-linux-arm64@3.4.1': + resolution: {integrity: sha512-d0vuXOdoKjHHJYZ/CRWopnkOiUpev+bgBBW+1tXtWsYWUj8uxl9ZmTBEmsL5mjUlpQDrlYiJSrhOU1hg5QWBSw==} cpu: [arm64] os: [linux] - '@lmdb/lmdb-linux-arm@3.3.0': - resolution: {integrity: sha512-EDYrW9kle+8wI19JCj/PhRnGoCN9bked5cdOPdo1wdgH/HzjgoLPFTn9DHlZccgTEVhp3O+bpWXdN/rWySVvjw==} + '@lmdb/lmdb-linux-arm@3.4.1': + resolution: {integrity: sha512-1Mi69vU0akHgCI7tF6YbimPaNEKJiBm/p5A+aM8egr0joj27cQmCCOm2mZQ+Ht2BqmCfZaIgQnMg4gFYNMlpCA==} cpu: [arm] os: [linux] - '@lmdb/lmdb-linux-x64@3.3.0': - resolution: {integrity: sha512-wDd02mt5ScX4+xd6g78zKBr6ojpgCJCTrllCAabjgap5FzuETqOqaQfKhO+tJuGWv/J5q+GIds6uY7rNFueOxg==} + '@lmdb/lmdb-linux-x64@3.4.1': + resolution: {integrity: sha512-00RbEpvfnyPodlICiGFuiOmyvWaL9nzCRSqZz82BVFsGTiSQnnF0gpD1C8tO6OvtptELbtRuM7BS9f97LcowZw==} cpu: [x64] os: [linux] - '@lmdb/lmdb-win32-arm64@3.3.0': - resolution: {integrity: sha512-COotWhHJgzXULLiEjOgWQwqig6PoA+6ji6W+sDl6M1HhMXWIymEVHGs0edsVSNtsNSCAWMxJgR3asv6FNX/2EA==} + '@lmdb/lmdb-win32-arm64@3.4.1': + resolution: {integrity: sha512-4h8tm3i1ODf+28UyqQZLP7c2jmRM26AyEEyYp994B4GiBdGvGAsYUu3oiHANYK9xFpvLuFzyGeqFm1kdNC0D1A==} cpu: [arm64] os: [win32] - '@lmdb/lmdb-win32-x64@3.3.0': - resolution: {integrity: sha512-kqUgQH+l8HDbkAapx+aoko7Ez4X4DqkIraOqY/k0QY5EN/iialVlFpBUXh4wFXzirdmEVjbIUMrceUh0Kh8LeA==} + '@lmdb/lmdb-win32-x64@3.4.1': + resolution: {integrity: sha512-HqqKIhTbq6piJhkJpTTf3w1m/CgrmwXRAL9R9j7Ru5xdZSeO7Mg4AWiBC9B00uXR+LvVZKtUyRMVZfhmIZztmQ==} cpu: [x64] os: [win32] @@ -2203,6 +2369,10 @@ packages: resolution: {integrity: sha512-m//7RlINx1F3sz3KqwY1WWzVgTcYX52HYk4bJ1hkBXV3zccAEth+jRvG8DBRrdaQuRsPAJOx2MH3zaHNCKL7Zg==} engines: {node: '>=18'} + '@modelcontextprotocol/sdk@1.13.3': + resolution: {integrity: sha512-bGwA78F/U5G2jrnsdRkPY3IwIwZeWUEfb5o764b79lb0rJmMT76TLwKhdNZOWakOQtedYefwIR4emisEMvInKA==} + engines: {node: '>=18'} + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': resolution: {integrity: sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==} cpu: [arm64] @@ -2338,11 +2508,11 @@ packages: peerDependencies: '@angular/compiler-cli': '*' - '@ngtools/webpack@20.0.0': - resolution: {integrity: sha512-3kT8PlLDvThhZxNbJWdG2qrZrUOg0tAjd7mnsOsg65/2tsBZ2HaR3fSzkHOG+Ly6SlWiS4owKWqPRGlgFuq1bw==} + '@ngtools/webpack@20.1.0-rc.0': + resolution: {integrity: sha512-hio62qy1077yyLt10SWS1o8BslRb7yndVTTcPiH2K5p1m5ZQSqabYvAo4ZvohMf3NIzv7iOw63bE4OOVBP1HuA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: - '@angular/compiler-cli': ^20.0.0 + '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 typescript: 5.8.3 webpack: ^5.54.0 @@ -2653,103 +2823,203 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.44.1': + resolution: {integrity: sha512-JAcBr1+fgqx20m7Fwe1DxPUl/hPkee6jA6Pl7n1v2EFiktAHenTaXl5aIFjUIEsfn9w3HE4gK1lEgNGMzBDs1w==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm64@4.40.2': resolution: {integrity: sha512-13unNoZ8NzUmnndhPTkWPWbX3vtHodYmy+I9kuLxN+F+l+x3LdVF7UCu8TWVMt1POHLh6oDHhnOA04n8oJZhBw==} cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.44.1': + resolution: {integrity: sha512-RurZetXqTu4p+G0ChbnkwBuAtwAbIwJkycw1n6GvlGlBuS4u5qlr5opix8cBAYFJgaY05TWtM+LaoFggUmbZEQ==} + cpu: [arm64] + os: [android] + '@rollup/rollup-darwin-arm64@4.40.2': resolution: {integrity: sha512-Gzf1Hn2Aoe8VZzevHostPX23U7N5+4D36WJNHK88NZHCJr7aVMG4fadqkIf72eqVPGjGc0HJHNuUaUcxiR+N/w==} cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.44.1': + resolution: {integrity: sha512-fM/xPesi7g2M7chk37LOnmnSTHLG/v2ggWqKj3CCA1rMA4mm5KVBT1fNoswbo1JhPuNNZrVwpTvlCVggv8A2zg==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.40.2': resolution: {integrity: sha512-47N4hxa01a4x6XnJoskMKTS8XZ0CZMd8YTbINbi+w03A2w4j1RTlnGHOz/P0+Bg1LaVL6ufZyNprSg+fW5nYQQ==} cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.44.1': + resolution: {integrity: sha512-gDnWk57urJrkrHQ2WVx9TSVTH7lSlU7E3AFqiko+bgjlh78aJ88/3nycMax52VIVjIm3ObXnDL2H00e/xzoipw==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-freebsd-arm64@4.40.2': resolution: {integrity: sha512-8t6aL4MD+rXSHHZUR1z19+9OFJ2rl1wGKvckN47XFRVO+QL/dUSpKA2SLRo4vMg7ELA8pzGpC+W9OEd1Z/ZqoQ==} cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.44.1': + resolution: {integrity: sha512-wnFQmJ/zPThM5zEGcnDcCJeYJgtSLjh1d//WuHzhf6zT3Md1BvvhJnWoy+HECKu2bMxaIcfWiu3bJgx6z4g2XA==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.40.2': resolution: {integrity: sha512-C+AyHBzfpsOEYRFjztcYUFsH4S7UsE9cDtHCtma5BK8+ydOZYgMmWg1d/4KBytQspJCld8ZIujFMAdKG1xyr4Q==} cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.44.1': + resolution: {integrity: sha512-uBmIxoJ4493YATvU2c0upGz87f99e3wop7TJgOA/bXMFd2SvKCI7xkxY/5k50bv7J6dw1SXT4MQBQSLn8Bb/Uw==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-linux-arm-gnueabihf@4.40.2': resolution: {integrity: sha512-de6TFZYIvJwRNjmW3+gaXiZ2DaWL5D5yGmSYzkdzjBDS3W+B9JQ48oZEsmMvemqjtAFzE16DIBLqd6IQQRuG9Q==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-gnueabihf@4.44.1': + resolution: {integrity: sha512-n0edDmSHlXFhrlmTK7XBuwKlG5MbS7yleS1cQ9nn4kIeW+dJH+ExqNgQ0RrFRew8Y+0V/x6C5IjsHrJmiHtkxQ==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.40.2': resolution: {integrity: sha512-urjaEZubdIkacKc930hUDOfQPysezKla/O9qV+O89enqsqUmQm8Xj8O/vh0gHg4LYfv7Y7UsE3QjzLQzDYN1qg==} cpu: [arm] os: [linux] + '@rollup/rollup-linux-arm-musleabihf@4.44.1': + resolution: {integrity: sha512-8WVUPy3FtAsKSpyk21kV52HCxB+me6YkbkFHATzC2Yd3yuqHwy2lbFL4alJOLXKljoRw08Zk8/xEj89cLQ/4Nw==} + cpu: [arm] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.40.2': resolution: {integrity: sha512-KlE8IC0HFOC33taNt1zR8qNlBYHj31qGT1UqWqtvR/+NuCVhfufAq9fxO8BMFC22Wu0rxOwGVWxtCMvZVLmhQg==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.44.1': + resolution: {integrity: sha512-yuktAOaeOgorWDeFJggjuCkMGeITfqvPgkIXhDqsfKX8J3jGyxdDZgBV/2kj/2DyPaLiX6bPdjJDTu9RB8lUPQ==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.40.2': resolution: {integrity: sha512-j8CgxvfM0kbnhu4XgjnCWJQyyBOeBI1Zq91Z850aUddUmPeQvuAy6OiMdPS46gNFgy8gN1xkYyLgwLYZG3rBOg==} cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.44.1': + resolution: {integrity: sha512-W+GBM4ifET1Plw8pdVaecwUgxmiH23CfAUj32u8knq0JPFyK4weRy6H7ooxYFD19YxBulL0Ktsflg5XS7+7u9g==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.40.2': resolution: {integrity: sha512-Ybc/1qUampKuRF4tQXc7G7QY9YRyeVSykfK36Y5Qc5dmrIxwFhrOzqaVTNoZygqZ1ZieSWTibfFhQ5qK8jpWxw==} cpu: [loong64] os: [linux] + '@rollup/rollup-linux-loongarch64-gnu@4.44.1': + resolution: {integrity: sha512-1zqnUEMWp9WrGVuVak6jWTl4fEtrVKfZY7CvcBmUUpxAJ7WcSowPSAWIKa/0o5mBL/Ij50SIf9tuirGx63Ovew==} + cpu: [loong64] + os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.40.2': resolution: {integrity: sha512-3FCIrnrt03CCsZqSYAOW/k9n625pjpuMzVfeI+ZBUSDT3MVIFDSPfSUgIl9FqUftxcUXInvFah79hE1c9abD+Q==} cpu: [ppc64] os: [linux] + '@rollup/rollup-linux-powerpc64le-gnu@4.44.1': + resolution: {integrity: sha512-Rl3JKaRu0LHIx7ExBAAnf0JcOQetQffaw34T8vLlg9b1IhzcBgaIdnvEbbsZq9uZp3uAH+JkHd20Nwn0h9zPjA==} + cpu: [ppc64] + os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.40.2': resolution: {integrity: sha512-QNU7BFHEvHMp2ESSY3SozIkBPaPBDTsfVNGx3Xhv+TdvWXFGOSH2NJvhD1zKAT6AyuuErJgbdvaJhYVhVqrWTg==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-gnu@4.44.1': + resolution: {integrity: sha512-j5akelU3snyL6K3N/iX7otLBIl347fGwmd95U5gS/7z6T4ftK288jKq3A5lcFKcx7wwzb5rgNvAg3ZbV4BqUSw==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.40.2': resolution: {integrity: sha512-5W6vNYkhgfh7URiXTO1E9a0cy4fSgfE4+Hl5agb/U1sa0kjOLMLC1wObxwKxecE17j0URxuTrYZZME4/VH57Hg==} cpu: [riscv64] os: [linux] + '@rollup/rollup-linux-riscv64-musl@4.44.1': + resolution: {integrity: sha512-ppn5llVGgrZw7yxbIm8TTvtj1EoPgYUAbfw0uDjIOzzoqlZlZrLJ/KuiE7uf5EpTpCTrNt1EdtzF0naMm0wGYg==} + cpu: [riscv64] + os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.40.2': resolution: {integrity: sha512-B7LKIz+0+p348JoAL4X/YxGx9zOx3sR+o6Hj15Y3aaApNfAshK8+mWZEf759DXfRLeL2vg5LYJBB7DdcleYCoQ==} cpu: [s390x] os: [linux] + '@rollup/rollup-linux-s390x-gnu@4.44.1': + resolution: {integrity: sha512-Hu6hEdix0oxtUma99jSP7xbvjkUM/ycke/AQQ4EC5g7jNRLLIwjcNwaUy95ZKBJJwg1ZowsclNnjYqzN4zwkAw==} + cpu: [s390x] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.40.2': resolution: {integrity: sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.44.1': + resolution: {integrity: sha512-EtnsrmZGomz9WxK1bR5079zee3+7a+AdFlghyd6VbAjgRJDbTANJ9dcPIPAi76uG05micpEL+gPGmAKYTschQw==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.40.2': resolution: {integrity: sha512-tD46wKHd+KJvsmije4bUskNuvWKFcTOIM9tZ/RrmIvcXnbi0YK/cKS9FzFtAm7Oxi2EhV5N2OpfFB348vSQRXA==} cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.44.1': + resolution: {integrity: sha512-iAS4p+J1az6Usn0f8xhgL4PaU878KEtutP4hqw52I4IO6AGoyOkHCxcc4bqufv1tQLdDWFx8lR9YlwxKuv3/3g==} + cpu: [x64] + os: [linux] + '@rollup/rollup-win32-arm64-msvc@4.40.2': resolution: {integrity: sha512-Bjv/HG8RRWLNkXwQQemdsWw4Mg+IJ29LK+bJPW2SCzPKOUaMmPEppQlu/Fqk1d7+DX3V7JbFdbkh/NMmurT6Pg==} cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.44.1': + resolution: {integrity: sha512-NtSJVKcXwcqozOl+FwI41OH3OApDyLk3kqTJgx8+gp6On9ZEt5mYhIsKNPGuaZr3p9T6NWPKGU/03Vw4CNU9qg==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.40.2': resolution: {integrity: sha512-dt1llVSGEsGKvzeIO76HToiYPNPYPkmjhMHhP00T9S4rDern8P2ZWvWAQUEJ+R1UdMWJ/42i/QqJ2WV765GZcA==} cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.44.1': + resolution: {integrity: sha512-JYA3qvCOLXSsnTR3oiyGws1Dm0YTuxAAeaYGVlGpUsHqloPcFjPg+X0Fj2qODGLNwQOAcCiQmHub/V007kiH5A==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.40.2': resolution: {integrity: sha512-bwspbWB04XJpeElvsp+DCylKfF4trJDa2Y9Go8O6A7YLX2LIKGcNK/CYImJN6ZP4DcuOHB4Utl3iCbnR62DudA==} cpu: [x64] os: [win32] - '@schematics/angular@20.0.0': - resolution: {integrity: sha512-lK5TvxEoeaoPnxM31qeNWhHUJ3kKMnRHknYhOfOmS8xfme78nS01FdU7TODLkg2p4GNEVVtXoxhj3FmrG3srKw==} + '@rollup/rollup-win32-x64-msvc@4.44.1': + resolution: {integrity: sha512-J8o22LuF0kTe7m+8PvW9wk3/bRq5+mRo5Dqo6+vXb7otCm3TPhYOJqOaQtGU9YMWQSL3krMnoOxMr0+9E6F3Ug==} + cpu: [x64] + os: [win32] + + '@schematics/angular@20.1.0-rc.0': + resolution: {integrity: sha512-CQRj5zjgXgIc56jCzYlW6ShOD2gRBgZf+LnaTawdZA7KOxWeuNYwow4+T4uKNrN/kESvmvWP6Io4lb7KK+OvAA==} 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': @@ -2882,6 +3152,9 @@ packages: '@types/estree@1.0.7': resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} + '@types/estree@1.0.8': + resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==} + '@types/express-serve-static-core@4.19.6': resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} @@ -3038,11 +3311,11 @@ packages: '@types/youtube@0.1.0': resolution: {integrity: sha512-Pg33m3X2mFgdmhtvzOlAfUfgOa3341N3/2JCrVY/mXVxb4hagcqqEG6w4vGCfB64StQNWHSj/T8Eotb1Rko/FQ==} - '@vitejs/plugin-basic-ssl@2.0.0': - resolution: {integrity: sha512-gc9Tjg8bUxBVSTzeWT3Njc0Cl3PakHFKdNfABnZWiUgbxqmHDEn7uECv3fHVylxoYgNzAcmU7ZrILz+BwSo3sA==} + '@vitejs/plugin-basic-ssl@2.1.0': + resolution: {integrity: sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} peerDependencies: - vite: ^6.0.0 + vite: ^6.0.0 || ^7.0.0 '@webassemblyjs/ast@1.14.1': resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==} @@ -4627,6 +4900,14 @@ packages: picomatch: optional: true + fdir@6.4.6: + resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==} + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + fecha@4.2.3: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} @@ -5133,8 +5414,8 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - http-proxy-middleware@2.0.7: - resolution: {integrity: sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==} + http-proxy-middleware@2.0.9: + resolution: {integrity: sha512-c1IyJYLYppU574+YI7R4QyX2ystMtVXZwIdzazUIPIJsHuWNd+mho2j+bKoHftndicGj9yh+xjd+l0yj7VeT1Q==} engines: {node: '>=12.0.0'} peerDependencies: '@types/express': ^4.17.13 @@ -5940,8 +6221,8 @@ packages: resolution: {integrity: sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==} engines: {node: '>=18.0.0'} - lmdb@3.3.0: - resolution: {integrity: sha512-MgJocUI6QEiSXQBFWLeyo1R7eQj8Rke5dlPxX0KFwli8/bsCxpM/KbXO5y0qmV/5llQ3wpneDWcTYxa+4vn8iQ==} + lmdb@3.4.1: + resolution: {integrity: sha512-hoG9RIv42kdGJiieyElgWcKCTaw5S6Jqwyd1gLSVdsJ3+8MVm8e4yLronThiRJI9DazFAAs9xfB9nWeMQ2DWKA==} hasBin: true load-json-file@4.0.0: @@ -6904,9 +7185,9 @@ packages: resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} engines: {node: '>=0.10.0'} - piscina@5.0.0: - resolution: {integrity: sha512-R+arufwL7sZvGjAhSMK3TfH55YdGOqhpKXkcwQJr432AAnJX/xxX19PA4QisrmJ+BTTfZVggaz6HexbkQq1l1Q==} - engines: {node: '>=18.x'} + piscina@5.1.2: + resolution: {integrity: sha512-9cE/BTA/xhDiyNUEj6EKWLEQC17fh/24ydYzQwcA7QdYh75K6kzL2GHvxDF5i9rFGtUaaKk7/u4xp07qiKXccQ==} + engines: {node: '>=20.x'} pkce-challenge@5.0.0: resolution: {integrity: sha512-ueGLflrrnvwB3xuo/uGob5pd5FN7l0MsLf0Z87o/UQmRtwjvfylfc9MurIxRAWywCYTgrvpXBcqjV4OfCYGCIQ==} @@ -6990,6 +7271,10 @@ packages: resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.6: + resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} + engines: {node: ^10 || ^12 || >=14} + postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} engines: {node: '>=4'} @@ -7406,6 +7691,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.44.1: + resolution: {integrity: sha512-x8H8aPvD+xbl0Do8oez5f5o8eMS3trfCghc4HhLAnCkj7Vl0d1JWGs0UF/D886zLW2rOj2QymV/JcSSsw+XDNg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + router@2.2.0: resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==} engines: {node: '>= 18'} @@ -7488,11 +7778,6 @@ packages: engines: {node: '>=14.0.0'} hasBin: true - sass@1.88.0: - resolution: {integrity: sha512-sF6TWQqjFvr4JILXzG4ucGOLELkESHL+I5QJhh7CNaE+Yge0SI+ehCatsXhJ7ymU1hAFcIS3/PBpjdIbXoyVbg==} - engines: {node: '>=14.0.0'} - hasBin: true - sass@1.89.2: resolution: {integrity: sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==} engines: {node: '>=14.0.0'} @@ -8040,8 +8325,8 @@ packages: engines: {node: '>=10'} hasBin: true - terser@5.39.1: - resolution: {integrity: sha512-Mm6+uad0ZuDtcV8/4uOZQDQ8RuiC5Pu+iZRedJtF7yA/27sPL7d++In/AJKpWZlU3SYMPPkVfwetn6sgZ66pUA==} + terser@5.43.1: + resolution: {integrity: sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==} engines: {node: '>=10'} hasBin: true @@ -8087,6 +8372,10 @@ packages: resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==} engines: {node: '>=12.0.0'} + tinyglobby@0.2.14: + resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==} + engines: {node: '>=12.0.0'} + title-case@2.1.1: resolution: {integrity: sha512-EkJoZ2O3zdCz3zJsYCsxyq2OC5hrxR9mfdd5I+w8h/tmFfeOxJ+vvkxsKxdmN0WtS9zLdHEgfgVOiMVgv+Po4Q==} @@ -8465,19 +8754,19 @@ packages: vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} - vite@6.3.5: - resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + vite@7.0.0: + resolution: {integrity: sha512-ixXJB1YRgDIw2OszKQS9WxGHKwLdCsbQNkpJN171udl6szi/rIySHL6/Os3s2+oE4P/FLD4dxg4mD7Wust+u5g==} + engines: {node: ^20.19.0 || >=22.12.0} hasBin: true peerDependencies: - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 + '@types/node': ^20.19.0 || >=22.12.0 jiti: '>=1.21.0' - less: '*' + less: ^4.0.0 lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' + sass: ^1.70.0 + sass-embedded: ^1.70.0 + stylus: '>=0.54.8' + sugarss: ^5.0.0 terser: ^5.16.0 tsx: ^4.8.1 yaml: ^2.4.2 @@ -8519,6 +8808,10 @@ packages: resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} engines: {node: '>=10.13.0'} + watchpack@2.4.4: + resolution: {integrity: sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==} + engines: {node: '>=10.13.0'} + wbuf@1.7.3: resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==} @@ -8556,8 +8849,8 @@ packages: webpack: optional: true - webpack-dev-server@5.2.1: - resolution: {integrity: sha512-ml/0HIj9NLpVKOMq+SuBPLHcmbG+TGIjXRHsYfZwocUBIqEvws8NnS/V9AFQ5FKP+tgn5adwVwRrTEpGL33QFQ==} + webpack-dev-server@5.2.2: + resolution: {integrity: sha512-QcQ72gh8a+7JO63TAx/6XZf/CWhgMzu5m0QirvPfGvptOusAxG12w2+aua1Jkjr7hzaWDnJ2n6JFeexMHI+Zjg==} engines: {node: '>= 18.12.0'} hasBin: true peerDependencies: @@ -8587,8 +8880,8 @@ packages: html-webpack-plugin: optional: true - webpack@5.99.8: - resolution: {integrity: sha512-lQ3CPiSTpfOnrEGeXDwoq5hIGzSjmwD72GdfVzF7CQAI7t47rJG9eDWvcEkEn3CUQymAElVvDg3YNTlCYj+qUQ==} + webpack@5.99.9: + resolution: {integrity: sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -8868,39 +9161,38 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@angular-devkit/architect@0.2000.0(chokidar@4.0.3)': + '@angular-devkit/architect@0.2001.0-rc.0(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.0.0(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@20.0.0(pjrma2glqvm6wlcnqikh3pr2ou)': + '@angular-devkit/build-angular@20.1.0-rc.0(256l2x45nr4r4lu5e24zjxhx2m)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2000.0(chokidar@4.0.3) - '@angular-devkit/build-webpack': 0.2000.0(chokidar@4.0.3)(webpack-dev-server@5.2.1(webpack@5.99.8(esbuild@0.25.5)))(webpack@5.99.8(esbuild@0.25.5)) - '@angular-devkit/core': 20.0.0(chokidar@4.0.3) - '@angular/build': 20.0.0(xktmlw3bev2p6r3f65zty3v6gm) - '@angular/compiler-cli': 20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3) - '@babel/core': 7.27.1 - '@babel/generator': 7.27.1 - '@babel/helper-annotate-as-pure': 7.27.1 + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) + '@angular-devkit/build-webpack': 0.2001.0-rc.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5)) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) + '@angular/build': 20.1.0-rc.0(otxqoonpdurv7bw6clyh2j4zu4) + '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) + '@babel/core': 7.27.7 + '@babel/generator': 7.27.5 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-runtime': 7.27.1(@babel/core@7.27.1) - '@babel/preset-env': 7.27.2(@babel/core@7.27.1) - '@babel/runtime': 7.27.1 + '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-runtime': 7.27.4(@babel/core@7.27.7) + '@babel/preset-env': 7.27.2(@babel/core@7.27.7) + '@babel/runtime': 7.27.6 '@discoveryjs/json-ext': 0.6.3 - '@ngtools/webpack': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.99.8(esbuild@0.25.5)) - '@vitejs/plugin-basic-ssl': 2.0.0(vite@6.3.5(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.39.1)(yaml@2.8.0)) + '@ngtools/webpack': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)) ansi-colors: 4.1.3 - autoprefixer: 10.4.21(postcss@8.5.3) - babel-loader: 10.0.0(@babel/core@7.27.1)(webpack@5.99.8(esbuild@0.25.5)) + autoprefixer: 10.4.21(postcss@8.5.6) + babel-loader: 10.0.0(@babel/core@7.27.7)(webpack@5.99.9(esbuild@0.25.5)) browserslist: 4.24.4 - copy-webpack-plugin: 13.0.0(webpack@5.99.8(esbuild@0.25.5)) - css-loader: 7.1.2(webpack@5.99.8(esbuild@0.25.5)) + copy-webpack-plugin: 13.0.0(webpack@5.99.9(esbuild@0.25.5)) + css-loader: 7.1.2(webpack@5.99.9(esbuild@0.25.5)) esbuild-wasm: 0.25.5 fast-glob: 3.3.3 http-proxy-middleware: 3.0.5 @@ -8908,38 +9200,38 @@ snapshots: jsonc-parser: 3.3.1 karma-source-map-support: 1.4.0 less: 4.3.0 - less-loader: 12.3.0(less@4.3.0)(webpack@5.99.8(esbuild@0.25.5)) - license-webpack-plugin: 4.0.2(webpack@5.99.8(esbuild@0.25.5)) + less-loader: 12.3.0(less@4.3.0)(webpack@5.99.9(esbuild@0.25.5)) + license-webpack-plugin: 4.0.2(webpack@5.99.9(esbuild@0.25.5)) loader-utils: 3.3.1 - mini-css-extract-plugin: 2.9.2(webpack@5.99.8(esbuild@0.25.5)) + mini-css-extract-plugin: 2.9.2(webpack@5.99.9(esbuild@0.25.5)) open: 10.1.2 ora: 8.2.0 picomatch: 4.0.2 - piscina: 5.0.0 - postcss: 8.5.3 - postcss-loader: 8.1.1(postcss@8.5.3)(typescript@5.8.3)(webpack@5.99.8(esbuild@0.25.5)) + piscina: 5.1.2 + postcss: 8.5.6 + postcss-loader: 8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)) resolve-url-loader: 5.0.0 rxjs: 7.8.2 - sass: 1.88.0 - sass-loader: 16.0.5(sass@1.88.0)(webpack@5.99.8(esbuild@0.25.5)) + sass: 1.89.2 + sass-loader: 16.0.5(sass@1.89.2)(webpack@5.99.9(esbuild@0.25.5)) semver: 7.7.2 - source-map-loader: 5.0.0(webpack@5.99.8(esbuild@0.25.5)) + source-map-loader: 5.0.0(webpack@5.99.9(esbuild@0.25.5)) source-map-support: 0.5.21 - terser: 5.39.1 + terser: 5.43.1 tree-kill: 1.2.2 tslib: 2.8.1 typescript: 5.8.3 - webpack: 5.99.8(esbuild@0.25.5) - webpack-dev-middleware: 7.4.2(webpack@5.99.8(esbuild@0.25.5)) - webpack-dev-server: 5.2.1(webpack@5.99.8(esbuild@0.25.5)) + webpack: 5.99.9(esbuild@0.25.5) + webpack-dev-middleware: 7.4.2(webpack@5.99.9(esbuild@0.25.5)) + webpack-dev-server: 5.2.2(webpack@5.99.9(esbuild@0.25.5)) webpack-merge: 6.0.1 - webpack-subresource-integrity: 5.1.0(webpack@5.99.8(esbuild@0.25.5)) + webpack-subresource-integrity: 5.1.0(webpack@5.99.9(esbuild@0.25.5)) optionalDependencies: - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/localize': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/compiler@20.0.0) - '@angular/platform-browser': 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@angular/platform-server': 20.0.0(55cc2hhoyu4jmltgjz2lflk43q) - '@angular/ssr': 20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.0.0(55cc2hhoyu4jmltgjz2lflk43q))(@angular/router@20.0.0(2z67y6asict5bh4qa55wsiw6vm)) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/localize': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/platform-server': 20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm) + '@angular/ssr': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm))(@angular/router@20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle)) esbuild: 0.25.5 karma: 6.4.4 protractor: 7.0.0 @@ -8962,21 +9254,20 @@ snapshots: - tsx - uglify-js - utf-8-validate - - vite - vitest - webpack-cli - yaml - '@angular-devkit/build-webpack@0.2000.0(chokidar@4.0.3)(webpack-dev-server@5.2.1(webpack@5.99.8(esbuild@0.25.5)))(webpack@5.99.8(esbuild@0.25.5))': + '@angular-devkit/build-webpack@0.2001.0-rc.0(chokidar@4.0.3)(webpack-dev-server@5.2.2(webpack@5.99.9(esbuild@0.25.5)))(webpack@5.99.9(esbuild@0.25.5))': dependencies: - '@angular-devkit/architect': 0.2000.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) rxjs: 7.8.2 - webpack: 5.99.8(esbuild@0.25.5) - webpack-dev-server: 5.2.1(webpack@5.99.8(esbuild@0.25.5)) + webpack: 5.99.9(esbuild@0.25.5) + webpack-dev-server: 5.2.2(webpack@5.99.9(esbuild@0.25.5)) transitivePeerDependencies: - chokidar - '@angular-devkit/core@20.0.0(chokidar@4.0.3)': + '@angular-devkit/core@20.1.0-rc.0(chokidar@4.0.3)': dependencies: ajv: 8.17.1 ajv-formats: 3.0.1 @@ -8987,9 +9278,9 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/schematics@20.0.0(chokidar@4.0.3)': + '@angular-devkit/schematics@20.1.0-rc.0(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.0.0(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 0.30.17 ora: 8.2.0 @@ -8997,27 +9288,27 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))': + '@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)) + '@angular/common': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)) tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/build@20.0.0(xktmlw3bev2p6r3f65zty3v6gm)': + '@angular/build@20.1.0-rc.0(otxqoonpdurv7bw6clyh2j4zu4)': dependencies: '@ampproject/remapping': 2.3.0 - '@angular-devkit/architect': 0.2000.0(chokidar@4.0.3) - '@angular/compiler': 20.0.0 - '@angular/compiler-cli': 20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3) - '@babel/core': 7.27.1 - '@babel/helper-annotate-as-pure': 7.27.1 + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) + '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 - '@inquirer/confirm': 5.1.10(@types/node@22.14.1) - '@vitejs/plugin-basic-ssl': 2.0.0(vite@6.3.5(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.39.1)(yaml@2.8.0)) + '@inquirer/confirm': 5.1.13(@types/node@22.14.1) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) beasties: 0.3.4 browserslist: 4.24.4 esbuild: 0.25.5 @@ -9029,26 +9320,26 @@ snapshots: mrmime: 2.0.1 parse5-html-rewriting-stream: 7.1.0 picomatch: 4.0.2 - piscina: 5.0.0 - rollup: 4.40.2 - sass: 1.88.0 + piscina: 5.1.2 + rollup: 4.44.1 + sass: 1.89.2 semver: 7.7.2 source-map-support: 0.5.21 - tinyglobby: 0.2.13 + tinyglobby: 0.2.14 tslib: 2.8.1 typescript: 5.8.3 - vite: 6.3.5(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.88.0)(terser@5.39.1)(yaml@2.8.0) - watchpack: 2.4.2 + vite: 7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + watchpack: 2.4.4 optionalDependencies: - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/localize': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/compiler@20.0.0) - '@angular/platform-browser': 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@angular/platform-server': 20.0.0(55cc2hhoyu4jmltgjz2lflk43q) - '@angular/ssr': 20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.0.0(55cc2hhoyu4jmltgjz2lflk43q))(@angular/router@20.0.0(2z67y6asict5bh4qa55wsiw6vm)) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/localize': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/platform-server': 20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm) + '@angular/ssr': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm))(@angular/router@20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle)) karma: 6.4.4 less: 4.3.0 - lmdb: 3.3.0 - postcss: 8.5.3 + lmdb: 3.4.1 + postcss: 8.5.6 transitivePeerDependencies: - '@types/node' - chokidar @@ -9062,14 +9353,15 @@ snapshots: - tsx - yaml - '@angular/cli@20.0.0(@types/node@22.14.1)(chokidar@4.0.3)': + '@angular/cli@20.1.0-rc.0(@types/node@22.14.1)(chokidar@4.0.3)': dependencies: - '@angular-devkit/architect': 0.2000.0(chokidar@4.0.3) - '@angular-devkit/core': 20.0.0(chokidar@4.0.3) - '@angular-devkit/schematics': 20.0.0(chokidar@4.0.3) - '@inquirer/prompts': 7.5.1(@types/node@22.14.1) - '@listr2/prompt-adapter-inquirer': 2.0.22(@inquirer/prompts@7.5.1(@types/node@22.14.1)) - '@schematics/angular': 20.0.0(chokidar@4.0.3) + '@angular-devkit/architect': 0.2001.0-rc.0(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) + '@angular-devkit/schematics': 20.1.0-rc.0(chokidar@4.0.3) + '@inquirer/prompts': 7.6.0(@types/node@22.14.1) + '@listr2/prompt-adapter-inquirer': 2.0.22(@inquirer/prompts@7.6.0(@types/node@22.14.1)) + '@modelcontextprotocol/sdk': 1.13.3 + '@schematics/angular': 20.1.0-rc.0(chokidar@4.0.3) '@yarnpkg/lockfile': 1.1.0 ini: 5.0.0 jsonc-parser: 3.3.1 @@ -9079,78 +9371,78 @@ snapshots: pacote: 21.0.0 resolve: 1.22.10 semver: 7.7.2 - yargs: 17.7.2 + yargs: 18.0.0 transitivePeerDependencies: - '@types/node' - chokidar - supports-color - '@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7)': + '@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7)': dependencies: - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)': + '@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.0.0 - '@babel/core': 7.27.1 + '@angular/compiler': 20.1.0-rc.0 + '@babel/core': 7.27.7 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 convert-source-map: 1.9.0 reflect-metadata: 0.2.2 semver: 7.7.2 tslib: 2.8.1 - yargs: 17.7.2 + yargs: 18.0.0 optionalDependencies: typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@angular/compiler@20.0.0': + '@angular/compiler@20.1.0-rc.0': dependencies: tslib: 2.8.1 - '@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)': + '@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)': dependencies: rxjs: 6.6.7 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 20.0.0 + '@angular/compiler': 20.1.0-rc.0 zone.js: 0.15.0 - '@angular/forms@20.0.0(2z67y6asict5bh4qa55wsiw6vm)': + '@angular/forms@20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle)': dependencies: - '@angular/common': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)) + '@angular/common': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/localize@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/compiler@20.0.0)': + '@angular/localize@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0)': dependencies: - '@angular/compiler': 20.0.0 - '@angular/compiler-cli': 20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3) - '@babel/core': 7.27.1 - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)) + '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) + '@babel/core': 7.27.7 + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)) '@types/babel__core': 7.20.5 tinyglobby: 0.2.13 - yargs: 17.7.2 + yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c9b62e00819328fe530dd3ce3acad4042a34e00b(@modelcontextprotocol/sdk@1.12.0)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) - '@google/genai': 1.6.0(@modelcontextprotocol/sdk@1.12.0)(encoding@0.1.13)(supports-color@10.0.0) + '@google/genai': 1.6.0(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)(supports-color@10.0.0) '@octokit/rest': 22.0.0 '@types/semver': 7.7.0 '@types/supports-color': 10.0.0 @@ -9168,33 +9460,33 @@ snapshots: - encoding - utf-8-validate - '@angular/platform-browser-dynamic@20.0.0(5ljbngo3ddx4zlty7qdgehq27q)': + '@angular/platform-browser-dynamic@20.1.0-rc.0(nwpgbwwdbysorif6opxnjn2bfm)': dependencies: - '@angular/common': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/compiler': 20.0.0 - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/common': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/compiler': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) tslib: 2.8.1 - '@angular/platform-browser@20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))': + '@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)) + '@angular/common': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@angular/animations': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/platform-server@20.0.0(55cc2hhoyu4jmltgjz2lflk43q)': + '@angular/platform-server@20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm)': dependencies: - '@angular/common': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/compiler': 20.0.0 - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)) + '@angular/common': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/compiler': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 xhr2: 0.2.1 @@ -9202,26 +9494,26 @@ snapshots: - '@angular/compiler-cli' - supports-color - '@angular/router@20.0.0(2z67y6asict5bh4qa55wsiw6vm)': + '@angular/router@20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle)': dependencies: - '@angular/common': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0)) - '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3)) + '@angular/common': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)))(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0)) + '@nginfra/angular-linking': 1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)) rxjs: 6.6.7 tslib: 2.8.1 transitivePeerDependencies: - '@angular/compiler-cli' - supports-color - '@angular/ssr@20.0.0(@angular/common@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.0.0(55cc2hhoyu4jmltgjz2lflk43q))(@angular/router@20.0.0(2z67y6asict5bh4qa55wsiw6vm))': + '@angular/ssr@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(@angular/platform-server@20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm))(@angular/router@20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle))': dependencies: - '@angular/common': 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) - '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@6.6.7)(zone.js@0.15.0) - '@angular/router': 20.0.0(2z67y6asict5bh4qa55wsiw6vm) + '@angular/common': 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0))(rxjs@6.6.7) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@6.6.7)(zone.js@0.15.0) + '@angular/router': 20.1.0-rc.0(uhgsjgtviyrxgvkfnbm2yytfle) tslib: 2.8.1 optionalDependencies: - '@angular/platform-server': 20.0.0(55cc2hhoyu4jmltgjz2lflk43q) + '@angular/platform-server': 20.1.0-rc.0(qr7wac7xh3ka3h7z5hsqielpsm) '@apidevtools/json-schema-ref-parser@9.1.2': dependencies: @@ -9286,6 +9578,26 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.27.7': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) + '@babel/helpers': 7.27.6 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.0 + '@babel/types': 7.28.0 + convert-source-map: 2.0.0 + debug: 4.4.0(supports-color@10.0.0) + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/generator@7.27.0': dependencies: '@babel/parser': 7.27.0 @@ -9302,9 +9614,25 @@ snapshots: '@jridgewell/trace-mapping': 0.3.25 jsesc: 3.1.0 - '@babel/helper-annotate-as-pure@7.27.1': + '@babel/generator@7.27.5': dependencies: - '@babel/types': 7.27.1 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 + '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 3.1.0 + + '@babel/generator@7.28.0': + dependencies: + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 + '@jridgewell/gen-mapping': 0.3.12 + '@jridgewell/trace-mapping': 0.3.29 + jsesc: 3.1.0 + + '@babel/helper-annotate-as-pure@7.27.3': + dependencies: + '@babel/types': 7.28.0 '@babel/helper-compilation-targets@7.27.0': dependencies: @@ -9322,29 +9650,29 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.1)': + '@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-member-expression-to-functions': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.1) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/traverse': 7.27.1 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.27.1)': + '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 regexpu-core: 6.2.0 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.27.1)': + '@babel/helper-define-polyfill-provider@0.6.4(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 debug: 4.4.0(supports-color@10.0.0) @@ -9353,6 +9681,8 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-globals@7.28.0': {} + '@babel/helper-member-expression-to-functions@7.27.1': dependencies: '@babel/traverse': 7.27.1 @@ -9392,24 +9722,42 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.27.1 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 + '@babel/helper-module-imports': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.0 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.27.1': dependencies: '@babel/types': 7.27.1 '@babel/helper-plugin-utils@7.27.1': {} - '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.1)': + '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.27.1 '@babel/traverse': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/helper-replace-supers@7.27.1(@babel/core@7.27.1)': + '@babel/helper-replace-supers@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-member-expression-to-functions': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1 '@babel/traverse': 7.27.1 @@ -9457,6 +9805,11 @@ snapshots: '@babel/template': 7.27.2 '@babel/types': 7.27.1 + '@babel/helpers@7.27.6': + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.28.0 + '@babel/parser@7.27.0': dependencies: '@babel/types': 7.27.0 @@ -9465,475 +9818,479 @@ snapshots: dependencies: '@babel/types': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.1)': + '@babel/parser@7.28.0': dependencies: - '@babel/core': 7.27.1 + '@babel/types': 7.28.0 + + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.27.1(@babel/core@7.27.7)': + dependencies: + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.1) + '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.7) transitivePeerDependencies: - supports-color - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.1)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 - '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-syntax-import-assertions@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-syntax-import-attributes@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.27.1)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-async-generator-functions@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.1) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7) '@babel/traverse': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.1) + '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.27.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-block-scoping@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-block-scoping@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-class-properties@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-class-static-block@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-classes@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-classes@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-annotate-as-pure': 7.27.1 + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.1) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) '@babel/traverse': 7.27.1 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-computed-properties@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/template': 7.27.2 - '@babel/plugin-transform-destructuring@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-destructuring@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-dotall-regex@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-exponentiation-operator@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 '@babel/traverse': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-json-strings@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-literals@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-logical-assignment-operators@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-modules-systemjs@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 '@babel/traverse': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-module-transforms': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-nullish-coalescing-operator@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-numeric-separator@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-object-rest-spread@7.27.2(@babel/core@7.27.1)': + '@babel/plugin-transform-object-rest-spread@7.27.2(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-destructuring': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.1) + '@babel/plugin-transform-destructuring': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.7) - '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.1) + '@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.7) transitivePeerDependencies: - supports-color - '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-optional-catch-binding@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-optional-chaining@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-parameters@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-parameters@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-private-methods@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-private-property-in-object@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-annotate-as-pure': 7.27.1 - '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-annotate-as-pure': 7.27.3 + '@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-regenerator@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-regenerator@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-regexp-modifiers@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-runtime@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-runtime@7.27.4(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-module-imports': 7.27.1 '@babel/helper-plugin-utils': 7.27.1 - babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.27.1) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.1) - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.1) + babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.27.7) + babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.7) + babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.7) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-spread@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-spread@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-unicode-property-regex@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.27.1)': + '@babel/plugin-transform-unicode-sets-regex@7.27.1(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 - '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-create-regexp-features-plugin': 7.27.1(@babel/core@7.27.7) '@babel/helper-plugin-utils': 7.27.1 - '@babel/preset-env@7.27.2(@babel/core@7.27.1)': + '@babel/preset-env@7.27.2(@babel/core@7.27.7)': dependencies: '@babel/compat-data': 7.27.2 - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-option': 7.27.1 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.1) - '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.27.1) - '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-block-scoping': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-classes': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-destructuring': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-object-rest-spread': 7.27.2(@babel/core@7.27.1) - '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-regenerator': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.27.1) - '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.27.1) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.27.1) - babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.27.1) - babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.1) - babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.1) + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.27.7) + '@babel/plugin-syntax-import-assertions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-syntax-import-attributes': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.27.7) + '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-async-generator-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-async-to-generator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-block-scoping': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-class-properties': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-class-static-block': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-classes': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-computed-properties': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-destructuring': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-dotall-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-exponentiation-operator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-json-strings': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-logical-assignment-operators': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-systemjs': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-nullish-coalescing-operator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-numeric-separator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-object-rest-spread': 7.27.2(@babel/core@7.27.7) + '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-optional-catch-binding': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-optional-chaining': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-parameters': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-private-methods': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-private-property-in-object': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-regenerator': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-regexp-modifiers': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-spread': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-property-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.27.7) + '@babel/plugin-transform-unicode-sets-regex': 7.27.1(@babel/core@7.27.7) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.27.7) + babel-plugin-polyfill-corejs2: 0.4.13(@babel/core@7.27.7) + babel-plugin-polyfill-corejs3: 0.11.1(@babel/core@7.27.7) + babel-plugin-polyfill-regenerator: 0.6.4(@babel/core@7.27.7) core-js-compat: 3.41.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.27.1)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.27.7)': dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/helper-plugin-utils': 7.27.1 '@babel/types': 7.27.1 esutils: 2.0.3 - '@babel/runtime@7.27.1': {} + '@babel/runtime@7.27.6': {} '@babel/template@7.27.0': dependencies: @@ -9944,8 +10301,8 @@ snapshots: '@babel/template@7.27.2': dependencies: '@babel/code-frame': 7.27.1 - '@babel/parser': 7.27.2 - '@babel/types': 7.27.1 + '@babel/parser': 7.28.0 + '@babel/types': 7.28.0 '@babel/traverse@7.27.0': dependencies: @@ -9962,7 +10319,7 @@ snapshots: '@babel/traverse@7.27.1': dependencies: '@babel/code-frame': 7.27.1 - '@babel/generator': 7.27.1 + '@babel/generator': 7.27.5 '@babel/parser': 7.27.2 '@babel/template': 7.27.2 '@babel/types': 7.27.1 @@ -9971,6 +10328,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.28.0': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/helper-globals': 7.28.0 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/types': 7.28.0 + debug: 4.4.0(supports-color@10.0.0) + transitivePeerDependencies: + - supports-color + '@babel/types@7.27.0': dependencies: '@babel/helper-string-parser': 7.25.9 @@ -9981,6 +10350,11 @@ snapshots: '@babel/helper-string-parser': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 + '@babel/types@7.28.0': + dependencies: + '@babel/helper-string-parser': 7.27.1 + '@babel/helper-validator-identifier': 7.27.1 + '@bazel/bazelisk@1.12.1': {} '@bazel/bazelisk@1.26.0': {} @@ -10285,7 +10659,7 @@ snapshots: lodash.snakecase: 4.1.1 merge-stream: 2.0.0 p-queue: 6.6.2 - protobufjs: 7.4.0 + protobufjs: 7.5.3 retry-request: 8.0.0(supports-color@10.0.0) split-array-stream: 2.0.0 stack-trace: 0.0.10 @@ -10295,14 +10669,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.6.0(@modelcontextprotocol/sdk@1.12.0)(encoding@0.1.13)(supports-color@10.0.0)': + '@google/genai@1.6.0(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)(supports-color@10.0.0)': dependencies: google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.0.0) ws: 8.18.1 zod: 3.25.20 zod-to-json-schema: 3.24.5(zod@3.25.20) optionalDependencies: - '@modelcontextprotocol/sdk': 1.12.0 + '@modelcontextprotocol/sdk': 1.13.3 transitivePeerDependencies: - bufferutil - encoding @@ -10325,7 +10699,7 @@ snapshots: dependencies: lodash.camelcase: 4.3.0 long: 5.3.1 - protobufjs: 7.4.0 + protobufjs: 7.5.3 yargs: 17.7.2 '@inquirer/checkbox@4.1.6(@types/node@22.14.1)': @@ -10338,6 +10712,16 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/checkbox@4.1.9(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/figures': 1.0.12 + '@inquirer/type': 3.0.7(@types/node@22.14.1) + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/confirm@5.1.10(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10345,6 +10729,13 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/confirm@5.1.13(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/type': 3.0.7(@types/node@22.14.1) + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/core@10.1.11(@types/node@22.14.1)': dependencies: '@inquirer/figures': 1.0.11 @@ -10358,6 +10749,19 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/core@10.1.14(@types/node@22.14.1)': + dependencies: + '@inquirer/figures': 1.0.12 + '@inquirer/type': 3.0.7(@types/node@22.14.1) + ansi-escapes: 4.3.2 + cli-width: 4.1.0 + mute-stream: 2.0.0 + signal-exit: 4.1.0 + wrap-ansi: 6.2.0 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/editor@4.2.11(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10366,6 +10770,14 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/editor@4.2.14(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/type': 3.0.7(@types/node@22.14.1) + external-editor: 3.1.0 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/expand@4.0.13(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10374,8 +10786,18 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/expand@4.0.16(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/type': 3.0.7(@types/node@22.14.1) + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/figures@1.0.11': {} + '@inquirer/figures@1.0.12': {} + '@inquirer/input@4.1.10(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10383,6 +10805,13 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/input@4.2.0(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/type': 3.0.7(@types/node@22.14.1) + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/number@3.0.13(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10390,6 +10819,13 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/number@3.0.16(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/type': 3.0.7(@types/node@22.14.1) + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/password@4.0.13(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10398,6 +10834,14 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/password@4.0.16(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/type': 3.0.7(@types/node@22.14.1) + ansi-escapes: 4.3.2 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/prompts@7.5.1(@types/node@22.14.1)': dependencies: '@inquirer/checkbox': 4.1.6(@types/node@22.14.1) @@ -10413,6 +10857,21 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/prompts@7.6.0(@types/node@22.14.1)': + dependencies: + '@inquirer/checkbox': 4.1.9(@types/node@22.14.1) + '@inquirer/confirm': 5.1.13(@types/node@22.14.1) + '@inquirer/editor': 4.2.14(@types/node@22.14.1) + '@inquirer/expand': 4.0.16(@types/node@22.14.1) + '@inquirer/input': 4.2.0(@types/node@22.14.1) + '@inquirer/number': 3.0.16(@types/node@22.14.1) + '@inquirer/password': 4.0.16(@types/node@22.14.1) + '@inquirer/rawlist': 4.1.4(@types/node@22.14.1) + '@inquirer/search': 3.0.16(@types/node@22.14.1) + '@inquirer/select': 4.2.4(@types/node@22.14.1) + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/rawlist@4.1.1(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10421,6 +10880,14 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/rawlist@4.1.4(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/type': 3.0.7(@types/node@22.14.1) + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/search@3.0.13(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10430,6 +10897,15 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/search@3.0.16(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/figures': 1.0.12 + '@inquirer/type': 3.0.7(@types/node@22.14.1) + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/select@4.2.1(@types/node@22.14.1)': dependencies: '@inquirer/core': 10.1.11(@types/node@22.14.1) @@ -10440,6 +10916,16 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/select@4.2.4(@types/node@22.14.1)': + dependencies: + '@inquirer/core': 10.1.14(@types/node@22.14.1) + '@inquirer/figures': 1.0.12 + '@inquirer/type': 3.0.7(@types/node@22.14.1) + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 22.14.1 + '@inquirer/type@1.5.5': dependencies: mute-stream: 1.0.0 @@ -10448,6 +10934,10 @@ snapshots: optionalDependencies: '@types/node': 22.14.1 + '@inquirer/type@3.0.7(@types/node@22.14.1)': + optionalDependencies: + '@types/node': 22.14.1 + '@isaacs/balanced-match@4.0.1': {} '@isaacs/brace-expansion@5.0.0': @@ -10469,6 +10959,11 @@ snapshots: '@istanbuljs/schema@0.1.3': {} + '@jridgewell/gen-mapping@0.3.12': + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.29 + '@jridgewell/gen-mapping@0.3.8': dependencies: '@jridgewell/set-array': 1.2.1 @@ -10491,6 +10986,11 @@ snapshots: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping@0.3.29': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping@0.3.9': dependencies: '@jridgewell/resolve-uri': 3.1.2 @@ -10518,30 +11018,30 @@ snapshots: '@leichtgewicht/ip-codec@2.0.5': {} - '@listr2/prompt-adapter-inquirer@2.0.22(@inquirer/prompts@7.5.1(@types/node@22.14.1))': + '@listr2/prompt-adapter-inquirer@2.0.22(@inquirer/prompts@7.6.0(@types/node@22.14.1))': dependencies: - '@inquirer/prompts': 7.5.1(@types/node@22.14.1) + '@inquirer/prompts': 7.6.0(@types/node@22.14.1) '@inquirer/type': 1.5.5 - '@lmdb/lmdb-darwin-arm64@3.3.0': + '@lmdb/lmdb-darwin-arm64@3.4.1': optional: true - '@lmdb/lmdb-darwin-x64@3.3.0': + '@lmdb/lmdb-darwin-x64@3.4.1': optional: true - '@lmdb/lmdb-linux-arm64@3.3.0': + '@lmdb/lmdb-linux-arm64@3.4.1': optional: true - '@lmdb/lmdb-linux-arm@3.3.0': + '@lmdb/lmdb-linux-arm@3.4.1': optional: true - '@lmdb/lmdb-linux-x64@3.3.0': + '@lmdb/lmdb-linux-x64@3.4.1': optional: true - '@lmdb/lmdb-win32-arm64@3.3.0': + '@lmdb/lmdb-win32-arm64@3.4.1': optional: true - '@lmdb/lmdb-win32-x64@3.3.0': + '@lmdb/lmdb-win32-x64@3.4.1': optional: true '@material/material-color-utilities@0.3.0': {} @@ -10562,6 +11062,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@modelcontextprotocol/sdk@1.13.3': + dependencies: + ajv: 6.12.6 + content-type: 1.0.5 + cors: 2.8.5 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.2 + express: 5.1.0 + express-rate-limit: 7.5.0(express@5.1.0) + pkce-challenge: 5.0.0 + raw-body: 3.0.0 + zod: 3.25.20 + zod-to-json-schema: 3.24.5(zod@3.25.20) + transitivePeerDependencies: + - supports-color + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': optional: true @@ -10648,9 +11165,9 @@ snapshots: '@napi-rs/nice-win32-x64-msvc': 1.0.1 optional: true - '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))': + '@nginfra/angular-linking@1.0.9(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))': dependencies: - '@angular/compiler-cli': 20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3) + '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 '@types/node': 22.14.1 @@ -10659,11 +11176,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@ngtools/webpack@20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.99.8(esbuild@0.25.5))': + '@ngtools/webpack@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5))': dependencies: - '@angular/compiler-cli': 20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3) + '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) typescript: 5.8.3 - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) '@nodelib/fs.scandir@2.1.5': dependencies: @@ -10993,67 +11510,127 @@ snapshots: '@rollup/rollup-android-arm-eabi@4.40.2': optional: true + '@rollup/rollup-android-arm-eabi@4.44.1': + optional: true + '@rollup/rollup-android-arm64@4.40.2': optional: true + '@rollup/rollup-android-arm64@4.44.1': + optional: true + '@rollup/rollup-darwin-arm64@4.40.2': optional: true + '@rollup/rollup-darwin-arm64@4.44.1': + optional: true + '@rollup/rollup-darwin-x64@4.40.2': optional: true + '@rollup/rollup-darwin-x64@4.44.1': + optional: true + '@rollup/rollup-freebsd-arm64@4.40.2': optional: true + '@rollup/rollup-freebsd-arm64@4.44.1': + optional: true + '@rollup/rollup-freebsd-x64@4.40.2': optional: true + '@rollup/rollup-freebsd-x64@4.44.1': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.40.2': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.44.1': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.40.2': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.44.1': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.40.2': optional: true + '@rollup/rollup-linux-arm64-gnu@4.44.1': + optional: true + '@rollup/rollup-linux-arm64-musl@4.40.2': optional: true + '@rollup/rollup-linux-arm64-musl@4.44.1': + optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.40.2': optional: true + '@rollup/rollup-linux-loongarch64-gnu@4.44.1': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.40.2': optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.44.1': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.40.2': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.44.1': + optional: true + '@rollup/rollup-linux-riscv64-musl@4.40.2': optional: true + '@rollup/rollup-linux-riscv64-musl@4.44.1': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.40.2': optional: true + '@rollup/rollup-linux-s390x-gnu@4.44.1': + optional: true + '@rollup/rollup-linux-x64-gnu@4.40.2': optional: true + '@rollup/rollup-linux-x64-gnu@4.44.1': + optional: true + '@rollup/rollup-linux-x64-musl@4.40.2': optional: true + '@rollup/rollup-linux-x64-musl@4.44.1': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.40.2': optional: true + '@rollup/rollup-win32-arm64-msvc@4.44.1': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.40.2': optional: true + '@rollup/rollup-win32-ia32-msvc@4.44.1': + optional: true + '@rollup/rollup-win32-x64-msvc@4.40.2': optional: true - '@schematics/angular@20.0.0(chokidar@4.0.3)': + '@rollup/rollup-win32-x64-msvc@4.44.1': + optional: true + + '@schematics/angular@20.1.0-rc.0(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.0.0(chokidar@4.0.3) - '@angular-devkit/schematics': 20.0.0(chokidar@4.0.3) + '@angular-devkit/core': 20.1.0-rc.0(chokidar@4.0.3) + '@angular-devkit/schematics': 20.1.0-rc.0(chokidar@4.0.3) jsonc-parser: 3.3.1 transitivePeerDependencies: - chokidar @@ -11218,6 +11795,8 @@ snapshots: '@types/estree@1.0.7': {} + '@types/estree@1.0.8': {} + '@types/express-serve-static-core@4.19.6': dependencies: '@types/node': 22.14.1 @@ -11398,9 +11977,9 @@ snapshots: '@types/youtube@0.1.0': {} - '@vitejs/plugin-basic-ssl@2.0.0(vite@6.3.5(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.39.1)(yaml@2.8.0))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': dependencies: - vite: 6.3.5(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.39.1)(yaml@2.8.0) + vite: 7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) '@webassemblyjs/ast@1.14.1': dependencies: @@ -11716,6 +12295,16 @@ snapshots: postcss: 8.5.3 postcss-value-parser: 4.2.0 + autoprefixer@10.4.21(postcss@8.5.6): + dependencies: + browserslist: 4.24.4 + caniuse-lite: 1.0.30001711 + fraction.js: 4.3.7 + normalize-range: 0.1.2 + picocolors: 1.1.1 + postcss: 8.5.6 + postcss-value-parser: 4.2.0 + available-typed-arrays@1.0.7: dependencies: possible-typed-array-names: 1.1.0 @@ -11728,33 +12317,33 @@ snapshots: b4a@1.6.7: {} - babel-loader@10.0.0(@babel/core@7.27.1)(webpack@5.99.8(esbuild@0.25.5)): + babel-loader@10.0.0(@babel/core@7.27.7)(webpack@5.99.9(esbuild@0.25.5)): dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 find-up: 5.0.0 - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) - babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.27.1): + babel-plugin-polyfill-corejs2@0.4.13(@babel/core@7.27.7): dependencies: '@babel/compat-data': 7.27.2 - '@babel/core': 7.27.1 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.7) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.27.1): + babel-plugin-polyfill-corejs3@0.11.1(@babel/core@7.27.7): dependencies: - '@babel/core': 7.27.1 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.7) core-js-compat: 3.41.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.4(@babel/core@7.27.1): + babel-plugin-polyfill-regenerator@0.6.4(@babel/core@7.27.7): dependencies: - '@babel/core': 7.27.1 - '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.1) + '@babel/core': 7.27.7 + '@babel/helper-define-polyfill-provider': 0.6.4(@babel/core@7.27.7) transitivePeerDependencies: - supports-color @@ -11817,7 +12406,7 @@ snapshots: domhandler: 5.0.3 htmlparser2: 10.0.0 picocolors: 1.1.1 - postcss: 8.5.3 + postcss: 8.5.6 postcss-media-query-parser: 0.2.3 before-after-hook@4.0.0: {} @@ -12371,14 +12960,14 @@ snapshots: dependencies: is-what: 3.14.1 - copy-webpack-plugin@13.0.0(webpack@5.99.8(esbuild@0.25.5)): + copy-webpack-plugin@13.0.0(webpack@5.99.9(esbuild@0.25.5)): dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 schema-utils: 4.3.2 serialize-javascript: 6.0.2 tinyglobby: 0.2.13 - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) core-js-compat@3.41.0: dependencies: @@ -12443,18 +13032,18 @@ snapshots: css-functions-list@3.2.3: {} - css-loader@7.1.2(webpack@5.99.8(esbuild@0.25.5)): + css-loader@7.1.2(webpack@5.99.9(esbuild@0.25.5)): dependencies: - icss-utils: 5.1.0(postcss@8.5.3) - postcss: 8.5.3 - postcss-modules-extract-imports: 3.1.0(postcss@8.5.3) - postcss-modules-local-by-default: 4.2.0(postcss@8.5.3) - postcss-modules-scope: 3.2.1(postcss@8.5.3) - postcss-modules-values: 4.0.0(postcss@8.5.3) + icss-utils: 5.1.0(postcss@8.5.6) + postcss: 8.5.6 + postcss-modules-extract-imports: 3.1.0(postcss@8.5.6) + postcss-modules-local-by-default: 4.2.0(postcss@8.5.6) + postcss-modules-scope: 3.2.1(postcss@8.5.6) + postcss-modules-values: 4.0.0(postcss@8.5.6) postcss-value-parser: 4.2.0 semver: 7.7.2 optionalDependencies: - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) css-select@5.1.0: dependencies: @@ -13249,6 +13838,10 @@ snapshots: optionalDependencies: picomatch: 4.0.2 + fdir@6.4.6(picomatch@4.0.2): + optionalDependencies: + picomatch: 4.0.2 + fecha@4.2.3: {} fetch-blob@3.2.0: @@ -14068,7 +14661,7 @@ snapshots: transitivePeerDependencies: - supports-color - http-proxy-middleware@2.0.7(@types/express@4.17.21): + http-proxy-middleware@2.0.9(@types/express@4.17.21): dependencies: '@types/http-proxy': 1.17.16 http-proxy: 1.18.1(debug@4.4.0) @@ -14140,9 +14733,9 @@ snapshots: dependencies: safer-buffer: 2.1.2 - icss-utils@5.1.0(postcss@8.5.3): + icss-utils@5.1.0(postcss@8.5.6): dependencies: - postcss: 8.5.3 + postcss: 8.5.6 ieee754@1.2.1: {} @@ -14501,7 +15094,7 @@ snapshots: istanbul-lib-instrument@6.0.3: dependencies: - '@babel/core': 7.27.1 + '@babel/core': 7.27.7 '@babel/parser': 7.27.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -14828,11 +15421,11 @@ snapshots: dependencies: readable-stream: 2.3.8 - less-loader@12.3.0(less@4.3.0)(webpack@5.99.8(esbuild@0.25.5)): + less-loader@12.3.0(less@4.3.0)(webpack@5.99.9(esbuild@0.25.5)): dependencies: less: 4.3.0 optionalDependencies: - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) less@4.3.0: dependencies: @@ -14861,11 +15454,11 @@ snapshots: libsodium@0.7.15: {} - license-webpack-plugin@4.0.2(webpack@5.99.8(esbuild@0.25.5)): + license-webpack-plugin@4.0.2(webpack@5.99.9(esbuild@0.25.5)): dependencies: webpack-sources: 3.2.3 optionalDependencies: - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) lie@3.3.0: dependencies: @@ -14950,7 +15543,7 @@ snapshots: rfdc: 1.4.1 wrap-ansi: 9.0.0 - lmdb@3.3.0: + lmdb@3.4.1: dependencies: msgpackr: 1.11.2 node-addon-api: 6.1.0 @@ -14958,13 +15551,13 @@ snapshots: ordered-binary: 1.5.3 weak-lru-cache: 1.2.2 optionalDependencies: - '@lmdb/lmdb-darwin-arm64': 3.3.0 - '@lmdb/lmdb-darwin-x64': 3.3.0 - '@lmdb/lmdb-linux-arm': 3.3.0 - '@lmdb/lmdb-linux-arm64': 3.3.0 - '@lmdb/lmdb-linux-x64': 3.3.0 - '@lmdb/lmdb-win32-arm64': 3.3.0 - '@lmdb/lmdb-win32-x64': 3.3.0 + '@lmdb/lmdb-darwin-arm64': 3.4.1 + '@lmdb/lmdb-darwin-x64': 3.4.1 + '@lmdb/lmdb-linux-arm': 3.4.1 + '@lmdb/lmdb-linux-arm64': 3.4.1 + '@lmdb/lmdb-linux-x64': 3.4.1 + '@lmdb/lmdb-win32-arm64': 3.4.1 + '@lmdb/lmdb-win32-x64': 3.4.1 optional: true load-json-file@4.0.0: @@ -15257,11 +15850,11 @@ snapshots: min-indent@1.0.1: {} - mini-css-extract-plugin@2.9.2(webpack@5.99.8(esbuild@0.25.5)): + mini-css-extract-plugin@2.9.2(webpack@5.99.9(esbuild@0.25.5)): dependencies: schema-utils: 4.3.2 tapable: 2.2.1 - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) minimalistic-assert@1.0.1: {} @@ -15977,7 +16570,7 @@ snapshots: pinkie@2.0.4: {} - piscina@5.0.0: + piscina@5.1.2: optionalDependencies: '@napi-rs/nice': 1.0.1 @@ -15992,39 +16585,39 @@ snapshots: possible-typed-array-names@1.1.0: {} - postcss-loader@8.1.1(postcss@8.5.3)(typescript@5.8.3)(webpack@5.99.8(esbuild@0.25.5)): + postcss-loader@8.1.1(postcss@8.5.6)(typescript@5.8.3)(webpack@5.99.9(esbuild@0.25.5)): dependencies: cosmiconfig: 9.0.0(typescript@5.8.3) jiti: 1.21.7 - postcss: 8.5.3 + postcss: 8.5.6 semver: 7.7.2 optionalDependencies: - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) transitivePeerDependencies: - typescript postcss-media-query-parser@0.2.3: {} - postcss-modules-extract-imports@3.1.0(postcss@8.5.3): + postcss-modules-extract-imports@3.1.0(postcss@8.5.6): dependencies: - postcss: 8.5.3 + postcss: 8.5.6 - postcss-modules-local-by-default@4.2.0(postcss@8.5.3): + postcss-modules-local-by-default@4.2.0(postcss@8.5.6): dependencies: - icss-utils: 5.1.0(postcss@8.5.3) - postcss: 8.5.3 + icss-utils: 5.1.0(postcss@8.5.6) + postcss: 8.5.6 postcss-selector-parser: 7.1.0 postcss-value-parser: 4.2.0 - postcss-modules-scope@3.2.1(postcss@8.5.3): + postcss-modules-scope@3.2.1(postcss@8.5.6): dependencies: - postcss: 8.5.3 + postcss: 8.5.6 postcss-selector-parser: 7.1.0 - postcss-modules-values@4.0.0(postcss@8.5.3): + postcss-modules-values@4.0.0(postcss@8.5.6): dependencies: - icss-utils: 5.1.0(postcss@8.5.3) - postcss: 8.5.3 + icss-utils: 5.1.0(postcss@8.5.6) + postcss: 8.5.6 postcss-resolve-nested-selector@0.1.6: {} @@ -16054,6 +16647,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.6: + dependencies: + nanoid: 3.3.11 + picocolors: 1.1.1 + source-map-js: 1.2.1 + postgres-array@2.0.0: {} postgres-bytea@1.0.0: {} @@ -16474,7 +17073,7 @@ snapshots: adjust-sourcemap-loader: 4.0.0 convert-source-map: 1.9.0 loader-utils: 2.0.4 - postcss: 8.5.3 + postcss: 8.5.6 source-map: 0.6.1 resolve@1.1.7: {} @@ -16577,6 +17176,32 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.40.2 fsevents: 2.3.3 + rollup@4.44.1: + dependencies: + '@types/estree': 1.0.8 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.44.1 + '@rollup/rollup-android-arm64': 4.44.1 + '@rollup/rollup-darwin-arm64': 4.44.1 + '@rollup/rollup-darwin-x64': 4.44.1 + '@rollup/rollup-freebsd-arm64': 4.44.1 + '@rollup/rollup-freebsd-x64': 4.44.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.44.1 + '@rollup/rollup-linux-arm-musleabihf': 4.44.1 + '@rollup/rollup-linux-arm64-gnu': 4.44.1 + '@rollup/rollup-linux-arm64-musl': 4.44.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.44.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.44.1 + '@rollup/rollup-linux-riscv64-gnu': 4.44.1 + '@rollup/rollup-linux-riscv64-musl': 4.44.1 + '@rollup/rollup-linux-s390x-gnu': 4.44.1 + '@rollup/rollup-linux-x64-gnu': 4.44.1 + '@rollup/rollup-linux-x64-musl': 4.44.1 + '@rollup/rollup-win32-arm64-msvc': 4.44.1 + '@rollup/rollup-win32-ia32-msvc': 4.44.1 + '@rollup/rollup-win32-x64-msvc': 4.44.1 + fsevents: 2.3.3 + router@2.2.0: dependencies: debug: 4.4.0(supports-color@10.0.0) @@ -16657,12 +17282,12 @@ snapshots: safevalues@1.2.0: {} - sass-loader@16.0.5(sass@1.88.0)(webpack@5.99.8(esbuild@0.25.5)): + sass-loader@16.0.5(sass@1.89.2)(webpack@5.99.9(esbuild@0.25.5)): dependencies: neo-async: 2.6.2 optionalDependencies: - sass: 1.88.0 - webpack: 5.99.8(esbuild@0.25.5) + sass: 1.89.2 + webpack: 5.99.9(esbuild@0.25.5) sass@1.86.3: dependencies: @@ -16672,14 +17297,6 @@ snapshots: optionalDependencies: '@parcel/watcher': 2.5.1 - sass@1.88.0: - dependencies: - chokidar: 4.0.3 - immutable: 5.1.1 - source-map-js: 1.2.1 - optionalDependencies: - '@parcel/watcher': 2.5.1 - sass@1.89.2: dependencies: chokidar: 4.0.3 @@ -17016,11 +17633,11 @@ snapshots: source-map-js@1.2.1: {} - source-map-loader@5.0.0(webpack@5.99.8(esbuild@0.25.5)): + source-map-loader@5.0.0(webpack@5.99.9(esbuild@0.25.5)): dependencies: iconv-lite: 0.6.3 source-map-js: 1.2.1 - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) source-map-support@0.4.18: dependencies: @@ -17447,14 +18064,14 @@ snapshots: dependencies: rimraf: 2.5.4 - terser-webpack-plugin@5.3.14(esbuild@0.25.5)(webpack@5.99.8(esbuild@0.25.5)): + terser-webpack-plugin@5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)): dependencies: '@jridgewell/trace-mapping': 0.3.25 jest-worker: 27.5.1 schema-utils: 4.3.2 serialize-javascript: 6.0.2 - terser: 5.39.1 - webpack: 5.99.8(esbuild@0.25.5) + terser: 5.43.1 + webpack: 5.99.9(esbuild@0.25.5) optionalDependencies: esbuild: 0.25.5 @@ -17465,7 +18082,7 @@ snapshots: commander: 2.20.3 source-map-support: 0.5.21 - terser@5.39.1: + terser@5.43.1: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.14.1 @@ -17515,6 +18132,11 @@ snapshots: fdir: 6.4.4(picomatch@4.0.2) picomatch: 4.0.2 + tinyglobby@0.2.14: + dependencies: + fdir: 6.4.4(picomatch@4.0.2) + picomatch: 4.0.2 + title-case@2.1.1: dependencies: no-case: 2.3.2 @@ -17905,38 +18527,21 @@ snapshots: unist-util-stringify-position: 1.1.2 vfile-message: 1.1.1 - vite@6.3.5(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.88.0)(terser@5.39.1)(yaml@2.8.0): - dependencies: - esbuild: 0.25.5 - fdir: 6.4.4(picomatch@4.0.2) - picomatch: 4.0.2 - postcss: 8.5.3 - rollup: 4.40.2 - tinyglobby: 0.2.13 - optionalDependencies: - '@types/node': 22.14.1 - fsevents: 2.3.3 - jiti: 1.21.7 - less: 4.3.0 - sass: 1.88.0 - terser: 5.39.1 - yaml: 2.8.0 - - vite@6.3.5(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.39.1)(yaml@2.8.0): + vite@7.0.0(@types/node@22.14.1)(jiti@1.21.7)(less@4.3.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): dependencies: esbuild: 0.25.5 - fdir: 6.4.4(picomatch@4.0.2) + fdir: 6.4.6(picomatch@4.0.2) picomatch: 4.0.2 - postcss: 8.5.3 - rollup: 4.40.2 - tinyglobby: 0.2.13 + postcss: 8.5.6 + rollup: 4.44.1 + tinyglobby: 0.2.14 optionalDependencies: '@types/node': 22.14.1 fsevents: 2.3.3 jiti: 1.21.7 less: 4.3.0 sass: 1.89.2 - terser: 5.39.1 + terser: 5.43.1 yaml: 2.8.0 void-elements@2.0.1: {} @@ -17951,6 +18556,11 @@ snapshots: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 + watchpack@2.4.4: + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + wbuf@1.7.3: dependencies: minimalistic-assert: 1.0.1 @@ -17987,7 +18597,7 @@ snapshots: webidl-conversions@3.0.1: {} - webpack-dev-middleware@7.4.2(webpack@5.99.8(esbuild@0.25.5)): + webpack-dev-middleware@7.4.2(webpack@5.99.9(esbuild@0.25.5)): dependencies: colorette: 2.0.20 memfs: 4.17.0 @@ -17996,9 +18606,9 @@ snapshots: range-parser: 1.2.1 schema-utils: 4.3.2 optionalDependencies: - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) - webpack-dev-server@5.2.1(webpack@5.99.8(esbuild@0.25.5)): + webpack-dev-server@5.2.2(webpack@5.99.9(esbuild@0.25.5)): dependencies: '@types/bonjour': 3.5.13 '@types/connect-history-api-fallback': 1.5.4 @@ -18016,7 +18626,7 @@ snapshots: connect-history-api-fallback: 2.0.0 express: 4.21.2 graceful-fs: 4.2.11 - http-proxy-middleware: 2.0.7(@types/express@4.17.21) + http-proxy-middleware: 2.0.9(@types/express@4.17.21) ipaddr.js: 2.2.0 launch-editor: 2.10.0 open: 10.1.2 @@ -18026,10 +18636,10 @@ snapshots: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack-dev-middleware: 7.4.2(webpack@5.99.8(esbuild@0.25.5)) + webpack-dev-middleware: 7.4.2(webpack@5.99.9(esbuild@0.25.5)) ws: 8.18.1 optionalDependencies: - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) transitivePeerDependencies: - bufferutil - debug @@ -18044,12 +18654,12 @@ snapshots: webpack-sources@3.2.3: {} - webpack-subresource-integrity@5.1.0(webpack@5.99.8(esbuild@0.25.5)): + webpack-subresource-integrity@5.1.0(webpack@5.99.9(esbuild@0.25.5)): dependencies: typed-assert: 1.0.9 - webpack: 5.99.8(esbuild@0.25.5) + webpack: 5.99.9(esbuild@0.25.5) - webpack@5.99.8(esbuild@0.25.5): + webpack@5.99.9(esbuild@0.25.5): dependencies: '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.7 @@ -18072,7 +18682,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 4.3.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.14(esbuild@0.25.5)(webpack@5.99.8(esbuild@0.25.5)) + terser-webpack-plugin: 5.3.14(esbuild@0.25.5)(webpack@5.99.9(esbuild@0.25.5)) watchpack: 2.4.2 webpack-sources: 3.2.3 transitivePeerDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c53dcf851236..809cad036441 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,22 +17,22 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 20.0.0 - '@angular-devkit/core': 20.0.0 - '@angular-devkit/schematics': 20.0.0 - '@angular/animations': 20.0.0 - '@angular/build': 20.0.0 - '@angular/cli': 20.0.0 - '@angular/common': 20.0.0 - '@angular/compiler-cli': 20.0.0 - '@angular/compiler': 20.0.0 - '@angular/core': 20.0.0 - '@angular/ssr': 20.0.0 - '@angular/forms': 20.0.0 - '@angular/localize': 20.0.0 - '@angular/platform-browser': 20.0.0 - '@angular/platform-browser-dynamic': 20.0.0 - '@angular/platform-server': 20.0.0 - '@angular/router': 20.0.0 - '@schematics/angular': 20.0.0 + '@angular-devkit/build-angular': 20.1.0-rc.0 + '@angular-devkit/core': 20.1.0-rc.0 + '@angular-devkit/schematics': 20.1.0-rc.0 + '@angular/animations': 20.1.0-rc.0 + '@angular/build': 20.1.0-rc.0 + '@angular/cli': 20.1.0-rc.0 + '@angular/common': 20.1.0-rc.0 + '@angular/compiler-cli': 20.1.0-rc.0 + '@angular/compiler': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/ssr': 20.1.0-rc.0 + '@angular/forms': 20.1.0-rc.0 + '@angular/localize': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 + '@angular/platform-browser-dynamic': 20.1.0-rc.0 + '@angular/platform-server': 20.1.0-rc.0 + '@angular/router': 20.1.0-rc.0 + '@schematics/angular': 20.1.0-rc.0 'rxjs': ^6.6.7