diff --git a/.github/actions/publish-image/action.yml b/.github/actions/publish-image/action.yml index 9473e3b21..6baa34711 100644 --- a/.github/actions/publish-image/action.yml +++ b/.github/actions/publish-image/action.yml @@ -34,13 +34,6 @@ runs: username: ${{ inputs.username }} password: ${{ inputs.password }} - - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} - - name: Install dependencies and build project shell: bash run: | diff --git a/.github/actions/publish-libs/action.yml b/.github/actions/publish-libs/action.yml index 4f64139cd..4ceedd265 100644 --- a/.github/actions/publish-libs/action.yml +++ b/.github/actions/publish-libs/action.yml @@ -24,12 +24,6 @@ runs: branch_name: ${{ env.BRANCH_NAME }} dry-run: ${{ inputs.dry-run }} - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" - env: - PACKAGE_AUTH_TOKEN: ${{ inputs.github_token }} - - name: Install dependencies shell: bash run: pnpm install --frozen-lockfile diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9877cecee..6d08c4965 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -57,7 +57,3 @@ runs: with: node-version-file: '.nvmrc' cache: 'pnpm' - - - name: Configure private registry auth - shell: bash - run: pnpm config set "//npm.pkg.github.com/:_authToken" "${PACKAGE_AUTH_TOKEN}" diff --git a/.github/workflows/cron-e2e.yml b/.github/workflows/cron-e2e.yml index 949195e52..7bec04032 100644 --- a/.github/workflows/cron-e2e.yml +++ b/.github/workflows/cron-e2e.yml @@ -18,7 +18,6 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }} QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} firefox: name: "Cron browser E2E run - firefox" @@ -33,7 +32,6 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }} QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} webkit: name: "Cron browser E2E run - webkit" @@ -48,7 +46,6 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }} QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} msedge: name: "Cron browser E2E run - msedge" @@ -63,7 +60,6 @@ jobs: DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }} QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} report-to-teams: name: "Aggregate results and notify Teams" diff --git a/.github/workflows/e2e-playwright-reusable.yml b/.github/workflows/e2e-playwright-reusable.yml index c8b688d02..abe0c2eeb 100644 --- a/.github/workflows/e2e-playwright-reusable.yml +++ b/.github/workflows/e2e-playwright-reusable.yml @@ -17,8 +17,6 @@ on: required: true QUAY_PASSWORD: required: true - PACKAGE_AUTH_TOKEN: - required: false env: BASE_URL: http://localhost @@ -32,7 +30,6 @@ env: REPORT_PORTAL_TOKEN: ${{ secrets.REPORT_PORTAL_TOKEN }} MAXINSTANCES: 2 RETRY_COUNT: 2 - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} jobs: build: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c2328b314..e7cea5e37 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -21,7 +21,6 @@ env: REPORT_PORTAL_TOKEN: ${{ secrets.REPORT_PORTAL_TOKEN }} MAXINSTANCES: 2 RETRY_COUNT: 2 - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} jobs: lint: diff --git a/.github/workflows/run-e2e-with-env.yml b/.github/workflows/run-e2e-with-env.yml index 6ad38a003..2a9ab6f8a 100644 --- a/.github/workflows/run-e2e-with-env.yml +++ b/.github/workflows/run-e2e-with-env.yml @@ -26,7 +26,6 @@ env: REPORT_PORTAL_TOKEN: ${{ secrets.REPORT_PORTAL_TOKEN }} MAXINSTANCES: 2 RETRY_COUNT: 2 - PACKAGE_AUTH_TOKEN: ${{ secrets.PACKAGE_AUTH_TOKEN }} jobs: diff --git a/.npmrc b/.npmrc index 507e8437a..48b196f54 100644 --- a/.npmrc +++ b/.npmrc @@ -2,6 +2,4 @@ audit-level=high # Use exact versions to prevent unexpected updates -save-exact=true -@alfresco:registry=https://registry.npmjs.org/ -@jsr:registry=https://npm.jsr.io/ \ No newline at end of file +save-exact=true \ No newline at end of file diff --git a/package.json b/package.json index 555902bea..508f8552a 100644 --- a/package.json +++ b/package.json @@ -108,6 +108,7 @@ "@typescript-eslint/parser": "8.55.0", "@typescript-eslint/utils": "8.55.0", "axe-playwright": "^1.2.3", + "buffer": "^6.0.3", "eslint": "^8.57.0", "eslint-plugin-ban": "^2.0.0", "eslint-plugin-import": "2.32.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78638922b..3ae2b687b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -128,7 +128,7 @@ importers: version: 9.2.0-34565123147 '@angular-devkit/build-angular': specifier: 20.3.35 - version: 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(debug@4.4.3(supports-color@7.2.0))(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(supports-color@7.2.0)(typescript@5.9.3)(yaml@2.9.0) + version: 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(debug@4.4.3(supports-color@7.2.0))(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(supports-color@7.2.0)(typescript@5.9.3)(yaml@2.9.1) '@angular-devkit/core': specifier: 20.3.16 version: 20.3.16(chokidar@4.0.3) @@ -161,7 +161,7 @@ importers: version: 10.3.0(eslint@8.57.1(supports-color@7.2.0)) '@nx/angular': specifier: 23.1.2 - version: 23.1.2(228986172afa24c81cef28f2dfa095b6) + version: 23.1.2(eeee0cd2e8e99436a04911bdcfd5f2b3) '@nx/eslint-plugin': specifier: 23.1.2 version: 23.1.2(@babel/traverse@7.29.8(supports-color@7.2.0))(@typescript-eslint/parser@8.55.0(eslint@8.57.1(supports-color@7.2.0))(supports-color@7.2.0)(typescript@5.9.3))(eslint@8.57.1(supports-color@7.2.0))(nx@23.1.2)(supports-color@7.2.0)(typescript@5.9.3) @@ -173,7 +173,7 @@ importers: version: 1.63.0 '@reportportal/agent-js-playwright': specifier: ^5.4.0 - version: 5.4.2(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0) + version: 5.4.3(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0) '@types/event-emitter': specifier: ^0.3.3 version: 0.3.5 @@ -201,6 +201,9 @@ importers: axe-playwright: specifier: ^1.2.3 version: 1.2.3(playwright@1.63.0) + buffer: + specifier: ^6.0.3 + version: 6.0.3 eslint: specifier: ^8.57.0 version: 8.57.1(supports-color@7.2.0) @@ -287,7 +290,7 @@ importers: version: 5.9.3 webpack-bundle-analyzer: specifier: ^5.3.0 - version: 5.3.2 + version: 5.3.3 packages: @@ -354,8 +357,8 @@ packages: resolution: {integrity: sha512-fuiccQamG0SBfuKRSA8uAoALI4VprZAWZbwwOGmpMaYrxoN9E4CgicR5hQUEEsp9IzMtuRvFpJPorudv2xzGMw==} 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/architect@0.2003.36': - resolution: {integrity: sha512-SYouO6dBbgYijy2hlao/O5qP4SfHsn1vMTK68+YO/h7XPrW4nPSNcVkqlAgTB5tcXOw+3L42YnFk5X2hTZ1cSw==} + '@angular-devkit/architect@0.2003.37': + resolution: {integrity: sha512-QJPV1khLavmdFNzn/2bhWCbbw3IRX/SCNtUAPh0Fr+ZninYNWC8xMSGGNivyYUQfLOZ1jP/1zgPaLCc8nJfQGg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-devkit/build-angular@20.3.35': @@ -433,8 +436,8 @@ packages: chokidar: optional: true - '@angular-devkit/core@20.3.36': - resolution: {integrity: sha512-fEbY8VFXP5ODfkDQJ4pNCexvQU0lDxL7azI+qbGu7osGgORg/LJaEGAXRKBBGvpLDpHcGjdSD26/Tms7xXmMnQ==} + '@angular-devkit/core@20.3.37': + resolution: {integrity: sha512-Mkh0QLXGdzPEqimmhhXn6nS2hoDQhWc7qrQrkvKVLaU9mh0ltd2U/3yOIIeZsRqgKRjbNW+VFlyC0z2unuiXxA==} 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 @@ -442,8 +445,8 @@ packages: chokidar: optional: true - '@angular-devkit/core@22.1.7': - resolution: {integrity: sha512-RKayeOOjhcIe/iBOM1fmtI5pjXwBEJh+u55VnSeIwYvFNXyxI0/jdRw4T6uhwusQ+1bzyya4d8q1mT9oaOQ/5A==} + '@angular-devkit/core@22.1.8': + resolution: {integrity: sha512-34lsgg2FwMVBX7nR/ZqzRUcdvdYPvSB8XAEr2GudXAyZwLI9ehzfQlagAWR/gEb8p4uCFZW0r7uU0toxydq4Rw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^5.0.0 @@ -455,8 +458,8 @@ packages: resolution: {integrity: sha512-3K8QwTpKjnLo3hIvNzB9sTjrlkeRyMK0TxdwgTbwJseewGhXLl98oBoTCWM2ygtpskiWNpYqXJNIhoslNN65WQ==} 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/schematics@22.1.7': - resolution: {integrity: sha512-KOcVeT4MCsoPt6AMnXH7AbWZnzlKXhMyua2ITWij4UbLaNWCDwfIug/xrZssYLHUFwebCIqsR8iuG/BPH8Cz2w==} + '@angular-devkit/schematics@22.1.8': + resolution: {integrity: sha512-Pv3cPa/44kvEwYcqwx4Ns5dhIDmcFNSHhbpheqiEG1Z/u4e2t4zHKDtE3eHZB+8o+IcC7xJj+d+AqGR44RoZDA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@angular-eslint/builder@20.7.0': @@ -1288,11 +1291,11 @@ packages: '@cspell/dict-bash@4.2.3': resolution: {integrity: sha512-ljUZoKHbDqw5Sx0qpL2qTUlmkmr+vhZH/sCNrNaBZKTbdgiswErSnIF1jRbGmEitJNxHRHWsuZyVgnTGfVO1Yw==} - '@cspell/dict-companies@3.2.12': - resolution: {integrity: sha512-mjiz/N3zWOCsz5VfwMUydSl7uW0OU9H2PnbCNc3RV44Vj6Q59CSp6EYGSGZQxrXU1gpsuZUrwr6QCjNjFOOg5A==} + '@cspell/dict-companies@3.2.13': + resolution: {integrity: sha512-mBJeYzCkiiWgNQxKg7zyQOpFPwcXO4IAzXGbOEFfcQ4Q0G5Fa7Kqd8z+gvnvSK7NPWKJaFmiApC6I0cka02qmQ==} - '@cspell/dict-cpp@7.1.0': - resolution: {integrity: sha512-rcjycobioQUd9Jm/Y1n8U+sq6ytpZ0iV8AYIo+vyEFfutC5x7g6hL6Fh3bCdh6IporGHRqfEutGK/4sfopD2ZA==} + '@cspell/dict-cpp@7.1.1': + resolution: {integrity: sha512-VCGYOU9Ni7vsNp2DPlU79RqN5y2EWAkKzVox/32Wm6Qa8eIgwyQLT6oV66F+qYigPbQUrd1C8uKa4aAzcjfl1g==} '@cspell/dict-cryptocurrencies@5.0.5': resolution: {integrity: sha512-R68hYYF/rtlE6T/dsObStzN5QZw+0aQBinAXuWCVqwdS7YZo0X33vGMfChkHaiCo3Z2+bkegqHlqxZF4TD3rUA==} @@ -1315,20 +1318,20 @@ packages: '@cspell/dict-docker@1.1.17': resolution: {integrity: sha512-OcnVTIpHIYYKhztNTyK8ShAnXTfnqs43hVH6p0py0wlcwRIXe5uj4f12n7zPf2CeBI7JAlPjEsV0Rlf4hbz/xQ==} - '@cspell/dict-dotnet@5.0.13': - resolution: {integrity: sha512-xPp7jMnFpOri7tzmqmm/dXMolXz1t2bhNqxYkOyMqXhvs08oc7BFs+EsbDY0X7hqiISgeFZGNqn0dOCr+ncPYw==} + '@cspell/dict-dotnet@5.0.14': + resolution: {integrity: sha512-gu2cZTlUA6A23yZdRvMnXOPmVpRjF0Xef0O353xrvtlStc/czZzIz546R4zV7F3duehRlkglBWcxJ52sYxTbsg==} '@cspell/dict-elixir@4.0.8': resolution: {integrity: sha512-CyfphrbMyl4Ms55Vzuj+mNmd693HjBFr9hvU+B2YbFEZprE5AG+EXLYTMRWrXbpds4AuZcvN3deM2XVB80BN/Q==} - '@cspell/dict-en-common-misspellings@2.2.0': - resolution: {integrity: sha512-5PmCHv+AhY0LVNo3bE1FdRKMmw1esKj83GPwLymnVPYNtlI2Jf6y27EjC0azg4zny5keWmku0GQiMf55Fi+qeA==} + '@cspell/dict-en-common-misspellings@2.2.1': + resolution: {integrity: sha512-9pql9P+cfne3+UiR5IUwyLdlHShIckgo9o2F/HhkMIE9LMb8/15JHytufqJv76E2XBH1aW/AHUSRNwom5w9eDA==} - '@cspell/dict-en-gb-mit@3.1.26': - resolution: {integrity: sha512-F9Y/45+1oIPzfL/pyWLp4kzX+vddHPAYpIpIF+45bdc65AebeEiQHKzSmKgGGTd3qbQc3fATw2kAFdLryiQpjQ==} + '@cspell/dict-en-gb-mit@3.1.27': + resolution: {integrity: sha512-vJjW5uQHok7nDoINLRk9G970CpQG8PIEysXambN8txaozx/Y+HZZeo1otI/waaBaAntWI/0YWfc0joTKrCQLPg==} - '@cspell/dict-en_us@4.4.37': - resolution: {integrity: sha512-rMKyPrk2SKmDU+Bj0U0ixsv4Du93oijwovc8XlUin0zwKOJZb0/PFG5Df4P8CrM2CrLeovpaFvhoI98DigxBLw==} + '@cspell/dict-en_us@4.4.38': + resolution: {integrity: sha512-6AmHc3BV/paM9M2TKo/Spophp3CKXgR3Un9OekwUpfVLxVRcYd4EOZGexiVK8e7ugPNzfBFGXjO8bIr6pvW3Ow==} '@cspell/dict-filetypes@3.0.18': resolution: {integrity: sha512-yU7RKD/x1IWmDLzWeiItMwgV+6bUcU/af23uS0+uGiFUbsY1qWV/D4rxlAAO6Z7no3J2z8aZOkYIOvUrJq0Rcw==} @@ -1351,8 +1354,8 @@ packages: '@cspell/dict-git@3.1.0': resolution: {integrity: sha512-KEt9zGkxqGy2q1nwH4CbyqTSv5nadpn8BAlDnzlRcnL0Xb3LX9xTgSGShKvzb0bw35lHoYyLWN2ZKAqbC4pgGQ==} - '@cspell/dict-golang@6.0.27': - resolution: {integrity: sha512-rRDb2JL8EefaezHGTEclKXCs4eMOS0q/datk94Lm7KQOhlGlzS9FDVZiR1/guh0o+iJCmejQuf5NR2FQeQSWsg==} + '@cspell/dict-golang@6.0.28': + resolution: {integrity: sha512-SlKnNJvdjKS+jqfvLavz7zFri69Nwi6OQTW9NGSoShWaG6ZTSGYByUNKKE393EHFT1nSYWgcD7rdHDKO68F8DQ==} '@cspell/dict-google@1.0.9': resolution: {integrity: sha512-biL65POqialY0i4g6crj7pR6JnBkbsPovB2WDYkj3H4TuC/QXv7Pu5pdPxeUJA6TSCHI7T5twsO4VSVyRxD9CA==} @@ -1398,44 +1401,44 @@ packages: '@cspell/dict-html-symbol-entities': ^4.0.5 '@cspell/dict-typescript': ^3.2.3 - '@cspell/dict-monkeyc@1.1.0': - resolution: {integrity: sha512-mc/hgvSy/emOIYtc8kuVEaLUlnaERunfAubfJ5plUXq6s0A69bcukJzUzSt9C0UTCwS28641ILRPv80m3L9QbA==} + '@cspell/dict-monkeyc@1.1.1': + resolution: {integrity: sha512-AJDsxnFCMDuteMyqWKGy+CkFl9gCKj8QRqTScO3QwjUs8UG+msHJDUGeJwSvzwG35w6RGD49ev8DVcgkJv/QDQ==} '@cspell/dict-node@5.0.9': resolution: {integrity: sha512-hO+ga+uYZ/WA4OtiMEyKt5rDUlUyu3nXMf8KVEeqq2msYvAPdldKBGH7lGONg6R/rPhv53Rb+0Y1SLdoK1+7wQ==} - '@cspell/dict-npm@5.2.48': - resolution: {integrity: sha512-R5dDnXTxZFOdb/4XSugCjsb3gXTHcEURGFAVOThg5QVu2YRI+yYj5vGgj9gSNffbgoQsNnaukPoB5v1tjF+tRA==} + '@cspell/dict-npm@5.2.49': + resolution: {integrity: sha512-7NoDyLcuzQKVA7pNt5vdtqpok9XJyYPxeL7FGzUTbYWi7SuTCk3QbFhoMiYoHSCc6C5G+NCI9xxWHMZnDflXlA==} - '@cspell/dict-php@4.1.1': - resolution: {integrity: sha512-EXelI+4AftmdIGtA8HL8kr4WlUE11OqCSVlnIgZekmTkEGSZdYnkFdiJ5IANSALtlQ1mghKjz+OFqVs6yowgWA==} + '@cspell/dict-php@4.1.2': + resolution: {integrity: sha512-XjPOglaEG2sOyImpVtnmAAsXv7saJevoP5FBGT+JyiS9UclIpw01CkiZU0I0JJ08pdXh51SiPXxx0yzw/q2jdw==} - '@cspell/dict-powershell@5.0.15': - resolution: {integrity: sha512-l4S5PAcvCFcVDMJShrYD0X6Huv9dcsQPlsVsBGbH38wvuN7gS7+GxZFAjTNxDmTY1wrNi1cCatSg6Pu2BW4rgg==} + '@cspell/dict-powershell@5.0.16': + resolution: {integrity: sha512-tDaC+lHpI9hjedyQ6foJWiM8b4a5FAqXJerYvH7q7lhOgFNaK+BYtvmG85jQnDLg0cgLZzSSVixauTvQ6+nf6w==} '@cspell/dict-public-licenses@2.0.16': resolution: {integrity: sha512-EQRrPvEOmwhwWezV+W7LjXbIBjiy6y/shrET6Qcpnk3XANTzfvWflf9PnJ5kId/oKWvihFy0za0AV1JHd03pSQ==} - '@cspell/dict-python@4.5.0': - resolution: {integrity: sha512-O1lSuFXoX8p+4hvJMbqvg3blbn0Zx8LHqdPQSNaOxFZGf7hmq6pc8sfta+98E7Q/WtDooAnU3XpBxBXcn0r94g==} + '@cspell/dict-python@4.5.1': + resolution: {integrity: sha512-rWMFJrmlSyMcGuIjB3/VHEj2gN9ou/AR/vyk3224w0TzMqDtjR+PtGM/NUo1Xd4APutUX4O95EpPz+0E7WO8Zg==} '@cspell/dict-r@2.1.1': resolution: {integrity: sha512-71Ka+yKfG4ZHEMEmDxc6+blFkeTTvgKbKAbwiwQAuKl3zpqs1Y0vUtwW2N4b3LgmSPhV3ODVY0y4m5ofqDuKMw==} - '@cspell/dict-ruby@5.1.2': - resolution: {integrity: sha512-f6Slf11N91ittf71AWlfVVG9GZPezVRBfcMPCTNTWhUsY/VEspkBRZYDhPXjV4df3jqHy5YJs8nlsFcFVF/bMA==} + '@cspell/dict-ruby@5.1.3': + resolution: {integrity: sha512-XRc8xSKkn0mx8ES5TxbahG0qSiCGB71JzkgO9J1jWfOrNDTlDJ04glosWEQ5vuwweVXnT0H1q44/A66BZebH4w==} '@cspell/dict-rust@4.1.2': resolution: {integrity: sha512-O1FHrumYcO+HZti3dHfBPUdnDFkI+nbYK3pxYmiM1sr+G0ebOd6qchmswS0Wsc6ZdEVNiPYJY/gZQR6jfW3uOg==} - '@cspell/dict-scala@5.0.9': - resolution: {integrity: sha512-AjVcVAELgllybr1zk93CJ5wSUNu/Zb5kIubymR/GAYkMyBdYFCZ3Zbwn4Zz8GJlFFAbazABGOu0JPVbeY59vGg==} + '@cspell/dict-scala@5.0.10': + resolution: {integrity: sha512-OOmw2zt1N0ZmOj3zBIzF+qdk0SDXwaXpFtPa0yWvA8EsghnN1tEpHOMYMVFgGipAkBS1uhPbi00Gj6YkcW4cKA==} '@cspell/dict-shell@1.2.0': resolution: {integrity: sha512-PVctvT22lJ49niMiakO8xieY7ELCAzjSqhejWR7bAMb5AZ9F4WDEs+XdGMnoVHWeXq7K5rcepLPmEJb+37zzIw==} - '@cspell/dict-software-terms@5.4.2': - resolution: {integrity: sha512-C2tS1JjxqHef9TpPRm08a6n+PJCrKrD6FsmPEyXb2J6TFef4FFnKRcGOf3pFnd+a6/oyQgXZWeKiECH6lBFjQA==} + '@cspell/dict-software-terms@5.4.3': + resolution: {integrity: sha512-f5vD6tNKIt0S6z+eJzTJTlNqefTnNakN9frl5eBvitHOzY5joWDaYTA77dtQ8krh9YMqob03NoQqpjwh64imag==} '@cspell/dict-sql@2.2.1': resolution: {integrity: sha512-qDHF8MpAYCf4pWU8NKbnVGzkoxMNrFqBHyG/dgrlic5EQiKANCLELYtGlX5auIMDLmTf1inA0eNtv74tyRJ/vg==} @@ -1494,8 +1497,8 @@ packages: peerDependencies: '@csstools/css-tokenizer': ^3.0.4 - '@csstools/css-syntax-patches-for-csstree@1.1.12': - resolution: {integrity: sha512-3vLQK+dXxhBMR2Wx99PTCifE+vHtW2ndZWyla8yK813ev6oGhyn8Lja8jCyGAWTJ+LEYZK7EVtJxrDj8ztevJw==} + '@csstools/css-syntax-patches-for-csstree@1.1.13': + resolution: {integrity: sha512-i9ZylF5QNhmNfPA9l0vHAWK4kPrbIp6g9lKgaiIFsIBz2F/WNB7OLrzlNNcCOm+h42bkaSD2v1PG+IBPHhc3ZA==} peerDependencies: css-tree: ^3.2.1 peerDependenciesMeta: @@ -1990,50 +1993,50 @@ packages: peerDependencies: tslib: '2' - '@jsonjoy.com/fs-core@4.71.0': - resolution: {integrity: sha512-9DFR/j+bm+tig1abs1CWS1/r0IVjNUdTp/+q6R/PXayXpO1rgbUh7tkanGYP40I0zdxbOreN3tmzBpVHgfMKzg==} + '@jsonjoy.com/fs-core@4.75.0': + resolution: {integrity: sha512-G0E9RxkI4VhrIFSn5Gy5hPhF4tPXbsjriSnL8TutVs4d5MAocTawlwRSyjcycUsO+DByzpNehI46vmI764YSkw==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-fsa@4.71.0': - resolution: {integrity: sha512-dRw5ojxzep3lntVGVBLzQUMYj1hXLH+DAz9sK0vKU+594x/zA2nYPOiitlyhYtOJ2nv1FXNq7c55rgwANknIWw==} + '@jsonjoy.com/fs-fsa@4.75.0': + resolution: {integrity: sha512-IoMlNWjzcFK5NOUZnCx1hWGbYeUhrLg7cwWi0QTLgUCp5WbDCbzUR1ipqeFgyFsyPrUG+bFPgzS35gjlMT9Vyg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-builtins@4.71.0': - resolution: {integrity: sha512-BSzl+QFSxZF58BxGjV1wqCJ+qSn3b2IZnb+z3hDQq6goqOO5RuxF8gRihjsFx17AfpEpa7XjYcP8XpQtDU8RrQ==} + '@jsonjoy.com/fs-node-builtins@4.75.0': + resolution: {integrity: sha512-ennOTWjGp8+1lC7Y2Py7cJIS+vR4wF74i/lIpxLMJM8FgkeYBXsgyhPpUgUreB6S9Qpp6CRAVyJp6kgPSFvUMw==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-to-fsa@4.71.0': - resolution: {integrity: sha512-OlXBZKIeDx5bIGcQmn0w+nVkLheCiuQSepKiBAiWSWimSdn8Q6Yc9ih2y8zStcJk31fieqnov9V+o8XTWn/5Rw==} + '@jsonjoy.com/fs-node-to-fsa@4.75.0': + resolution: {integrity: sha512-RH5YQd3vAvTdZL0MV/LyM8tJnKphG8kJyGXaNLxNN5r7ENPUKI55ZkoSzohaHXQfAq6Ef9uxC8MzwFGTKRtYPQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node-utils@4.71.0': - resolution: {integrity: sha512-YtzCL3jbKYx6LHxqS9ymJ9Ob7SO9cucI+kpNO3LijGNFEjFbvNsTlHkvFgocAMAjUk96TpQTCsYkzFQi1CdlAA==} + '@jsonjoy.com/fs-node-utils@4.75.0': + resolution: {integrity: sha512-gEAojafarixiyZYkoP5J+CeaV6y/SndvUPRz0/pdoa62koLP2D+SHnoWIpyVBBPW6NJ0FVrF+R1K0ZuXhNX2HQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-node@4.71.0': - resolution: {integrity: sha512-yt5Ak0otPdHPIlmMvF16aLG2qSZL52EYJ7HOkYpBcIPWw+kmT1FtTSj4oiV2OUkJbG8pLzA+RhMgrlRl85QuBw==} + '@jsonjoy.com/fs-node@4.75.0': + resolution: {integrity: sha512-+6GrUqEOxnhpXcMHyK1YN48qJWxpA88o+oCvnyY0RlyyKz/hvIsW970GXnoDfGxX6Tt/RRN1lLN4yfZNINwhzQ==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-print@4.71.0': - resolution: {integrity: sha512-OhfDSdvyO8uGV0U11OP+mOeVCPgjuP1HqCGR/TdBQLxHoDEWJAK3KOP5fPXo57H7i3G0x0Vmv8xPRHDle4XGzA==} + '@jsonjoy.com/fs-print@4.75.0': + resolution: {integrity: sha512-bAyOYr2MRqch6INi34tArXPH4jtm0uEk8uswdmB0TPq7q2Jewwp3xHFaoOXUfCkI/Q7n4w6vccnWS3afmy9nxg==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' - '@jsonjoy.com/fs-snapshot@4.71.0': - resolution: {integrity: sha512-md+Wov365xa9A3nfW9YQTHLcweHHAee/e/0UoVRbldEHxboPJknuO3sEkNVVECO0dTqKra/ERaQylAMRrGWd0Q==} + '@jsonjoy.com/fs-snapshot@4.75.0': + resolution: {integrity: sha512-TQATJHVtL36otQQuYriOnKRRFOBduHGbY0eb4YYgONcPvxijG37+0vTVaDZj9zdDQb8rHHGVr43d3g3mwGw8VA==} engines: {node: '>=10.0'} peerDependencies: tslib: '2' @@ -2726,8 +2729,8 @@ packages: '@polka/url@1.0.0-next.29': resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==} - '@reportportal/agent-js-playwright@5.4.2': - resolution: {integrity: sha512-T+YxbHpPl3NwOZuOshCFZ/69FY9u+H8ZKg6DCU3kmnxFcHCOWtYEzaX7PIV4WhAcDKE4DYFsdaAKCQACXNIO6A==} + '@reportportal/agent-js-playwright@5.4.3': + resolution: {integrity: sha512-AQTr66aj9tyYWYRywX1j2w+2B7u9YqHSE7524n3qPheCeaXOdz9QnNiVm/yML20bxti0hZKtN3arNlNaKA2RiQ==} engines: {node: '>=14.x'} '@reportportal/client-javascript@5.5.12': @@ -3036,8 +3039,8 @@ packages: '@rtsao/scc@1.1.0': resolution: {integrity: sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==} - '@schematics/angular@22.1.7': - resolution: {integrity: sha512-acBv147JjnwtWFgC8Af0KFBzPpb/TWaYxoWN/Ou3pXtUhYiEqnrdJeoFz3ssDw26eKFIdWnVBLB/dHORBykPBg==} + '@schematics/angular@22.1.8': + resolution: {integrity: sha512-V37T9uHOQVHyxxOqwcJ9xjSIW/mW9UuSfjOc7WJE4V8+3zj0abDJLHuoxDZKe0icYGapgOcvHyYjtNOjSeSivw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} '@socket.io/component-emitter@3.1.2': @@ -3415,14 +3418,6 @@ packages: resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==} engines: {node: '>= 14'} - ajv-formats@2.1.1: - resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} - peerDependencies: - ajv: ^8.0.0 - peerDependenciesMeta: - ajv: - optional: true - ajv-formats@3.0.1: resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==} peerDependencies: @@ -3516,8 +3511,8 @@ packages: array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} - array-includes@3.1.9: - resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==} + array-includes@3.2.0: + resolution: {integrity: sha512-VXY5eFRarnXcYxwBjJzPmEhH55+rmP79/+ueDhi0F+TuqfHCItagIHqxeUZrmgrOPa31QTh9H85DjX3FfJ0FTg==} engines: {node: '>= 0.4'} array-timsort@1.0.3: @@ -3668,8 +3663,8 @@ packages: resolution: {integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==} engines: {node: ^4.5.0 || >= 5.9} - baseline-browser-mapping@2.11.21: - resolution: {integrity: sha512-uh8vpY/1/YyFkunIDFH/12p7/7VdPKA1hejMVEbdkEaWnUz0Hesvx5EbiU6XxjyHZIOju+ZMbQJkRh+es3/spQ==} + baseline-browser-mapping@2.11.22: + resolution: {integrity: sha512-pWc4w51fBFd7mav43/zKRC+RI6f4yfzQoVlfvE8dECePyfkn1bzLp01Fj0QACcyCZyFhiEMyD2qScfKRWgWibA==} engines: {node: '>=6.0.0'} hasBin: true @@ -3697,8 +3692,8 @@ packages: bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} - body-parser@1.20.6: - resolution: {integrity: sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==} + body-parser@1.20.8: + resolution: {integrity: sha512-JNcyFQ64OiijEkPzUBTCe+hyPXUD/3LEldGQ6iF5LR1w00mx9o7xtDWHXBY2iItjdCFGoilOLNQbH943ut7pHA==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} bonjour-service@1.4.4: @@ -3732,6 +3727,9 @@ packages: buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + builtin-modules@3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} @@ -3920,8 +3918,8 @@ packages: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} - compression@1.8.1: - resolution: {integrity: sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==} + compression@1.8.2: + resolution: {integrity: sha512-o8vI5RE5A6EVVOd9o41jKp41aJom+QTEO/Bx8MYNjexMo/Bv2WOjUfZr+aL0WnYSgymUy6zeguqLTsIhV0gMvQ==} engines: {node: '>= 0.8.0'} concat-map@0.0.1: @@ -4253,8 +4251,8 @@ packages: engines: {node: '>=0.12.18'} hasBin: true - electron-to-chromium@1.5.423: - resolution: {integrity: sha512-rRZfTSY8ptHYMQxa+uIycJMFKmY1T0GIApNMXJYGehguTZa56TEEl19pKPCoBqk5Gpf7QizZn/jt7xur+DYxag==} + electron-to-chromium@1.5.427: + resolution: {integrity: sha512-n14zb3FdsChZ2BNobqNHAJMcP3ifFv4paox2LvCrfVAQcqGiSURgbJl+PfMpHVCNFkStnNc+RRVtPBTVW5PDgw==} emoji-regex@10.6.0: resolution: {integrity: sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==} @@ -4989,8 +4987,8 @@ packages: resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} engines: {node: '>= 4'} - ignore@7.0.8: - resolution: {integrity: sha512-YYNsSlXBjMk92SKnkwvB5LOVSa6OznlFUGcsvrFgNJbJCd0M1XKeFVRc8ZByeCqz32FivYNHJVooLmdqrmvp/Q==} + ignore@7.0.9: + resolution: {integrity: sha512-brTTsvFRt5C1gGHtPst/281UjPD5t9fBqbgoMPlVWy11ZLTPfu7HxK4ZYqO9H7o/yC9rSTCI85EaQ4OoY12qYw==} engines: {node: '>= 4'} image-size@0.5.5: @@ -5591,8 +5589,8 @@ packages: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} - memfs@4.71.0: - resolution: {integrity: sha512-Zwrk7TpTXBkic7taZL+2QeppbauG0QOufRsT1zuXDYLW8jCajH0W1VSZ17+I7ODqiNbH9J1Vf1QJCqFlCfurDg==} + memfs@4.75.0: + resolution: {integrity: sha512-ds3qQCghw0FsG9S+CSAR9F1n5nCwlA7Z5Mf8xgRec6iBAVPPwldmD5UxJhMstWhMhOVBwZ/FoBz09B46m3Le/g==} meow@13.2.0: resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} @@ -5714,8 +5712,8 @@ packages: resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==} engines: {node: ^18.17.0 || >=20.5.0} - nanoid@3.3.18: - resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==} + nanoid@3.3.19: + resolution: {integrity: sha512-Y2tUNy4ouw6tq5oDSKeQYGOyhkUBhNOcGV/02KC+6kd9eDGqdZd++mjMiIDilrBYvjEnCYvVtsuHCuP+okSfug==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -5770,8 +5768,8 @@ packages: resolution: {integrity: sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==} hasBin: true - node-releases@2.0.54: - resolution: {integrity: sha512-YHs7BmmcsdAI5Ozuf8JZo6PT0mv2GIWC9vMfvUC3dp65M8hn7Ux8CPL+2oBI7juNuj9d0ndhTcznq2ODBps9cQ==} + node-releases@2.0.55: + resolution: {integrity: sha512-mIrE/Cw9y+9Au6dS5vDKDhQza9YvG6w+ZrS6X+ZzA7yFW/soAeaups4Qzn1bL6g5FVy8WtP79+0j82oPIbqRjQ==} engines: {node: '>=18'} node-stream-zip@1.16.0: @@ -6424,8 +6422,8 @@ packages: resolution: {integrity: sha512-42tBVwLWnaQvW5zc4HbZrTuWccECCZfBi92FDuwtqxasH+JbPB3/FOKb1m222K42R4WxuxzzMsTswfzgtSu64Q==} engines: {node: '>=11.0.0'} - schema-utils@4.3.3: - resolution: {integrity: sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==} + schema-utils@4.4.0: + resolution: {integrity: sha512-ZzWFVzFgyRHi/T2Ecxm37lL6J9+hZO0P9L7LCuLxAbC6XWxkvxcaQBCXhQxMGn/Tdt9nD7zIBk0ELwhMQ3UEDg==} engines: {node: '>= 10.13.0'} secure-compare@3.0.1: @@ -7045,8 +7043,8 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - update-browserslist-db@1.3.2: - resolution: {integrity: sha512-UQ+MSxlhRm1bzjhU+DcuXfjFO1FzNtqhK5+9Yvlp90ItDLk5vT932A0rFu619nf7RVS+Y/VeaUW1jaRDqZ8VJw==} + update-browserslist-db@1.3.3: + resolution: {integrity: sha512-pJ2sYawQS0R/WI928Gj5GlPhTGzbMelq0+4INtSYNDV9ErKJcX6xjGWkoG/VnB3dpUm00zALaqkrUD77pO5TDQ==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -7146,8 +7144,8 @@ packages: weak-lru-cache@1.2.2: resolution: {integrity: sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==} - webpack-bundle-analyzer@5.3.2: - resolution: {integrity: sha512-IagCa/GrdxSz+ba9OMgK7UCfQp97HtXbgjXu7ObcqmRo9PTp0d+24rgY+mIFOx7JPQ9bo6FGsqZhA55rYRZrrQ==} + webpack-bundle-analyzer@5.3.3: + resolution: {integrity: sha512-kr/bzg3sORg1xAnxpg1uaIPGDDNwaRIsClOv22HzCIMX9X64FbvIBNjP2ulPdfCgZw7ekrv7JGAPc30W+0b7rA==} engines: {node: '>= 20.9.0'} hasBin: true @@ -7306,6 +7304,11 @@ packages: engines: {node: '>= 14.6'} hasBin: true + yaml@2.9.1: + resolution: {integrity: sha512-3NxN8+78OdzbT7C/WjGsyfPAtJaN3FNDsWxv7Y7mcDsT/oOmgW8BpyQQFFBnvZE3j9Y2Sdz1ULFLezL7Eb2yFw==} + engines: {node: '>= 14.6'} + hasBin: true + yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} @@ -7425,20 +7428,20 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/architect@0.2003.36(chokidar@4.0.3)': + '@angular-devkit/architect@0.2003.37(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 20.3.36(chokidar@4.0.3) + '@angular-devkit/core': 20.3.37(chokidar@4.0.3) rxjs: 7.8.2 transitivePeerDependencies: - chokidar - '@angular-devkit/build-angular@20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(debug@4.4.3(supports-color@7.2.0))(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(supports-color@7.2.0)(typescript@5.9.3)(yaml@2.9.0)': + '@angular-devkit/build-angular@20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(debug@4.4.3(supports-color@7.2.0))(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(supports-color@7.2.0)(typescript@5.9.3)(yaml@2.9.1)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2003.35(chokidar@4.0.3) '@angular-devkit/build-webpack': 0.2003.35(chokidar@4.0.3)(webpack-dev-server@5.2.6(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)(webpack@5.105.0(esbuild@0.28.1)(postcss@8.5.23)))(webpack@5.105.0(esbuild@0.28.1)(postcss@8.5.23)) '@angular-devkit/core': 20.3.35(chokidar@4.0.3) - '@angular/build': 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.23)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.0) + '@angular/build': 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.23)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.1) '@angular/compiler-cli': 20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3) '@babel/core': 7.29.7(supports-color@7.2.0) '@babel/generator': 7.28.3 @@ -7557,7 +7560,7 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/core@20.3.36(chokidar@4.0.3)': + '@angular-devkit/core@20.3.37(chokidar@4.0.3)': dependencies: ajv: 8.18.0 ajv-formats: 3.0.1(ajv@8.18.0) @@ -7568,7 +7571,7 @@ snapshots: optionalDependencies: chokidar: 4.0.3 - '@angular-devkit/core@22.1.7(chokidar@4.0.3)': + '@angular-devkit/core@22.1.8(chokidar@4.0.3)': dependencies: ajv: 8.20.0 ajv-formats: 3.0.1(ajv@8.20.0) @@ -7589,9 +7592,9 @@ snapshots: transitivePeerDependencies: - chokidar - '@angular-devkit/schematics@22.1.7(chokidar@4.0.3)': + '@angular-devkit/schematics@22.1.8(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 22.1.7(chokidar@4.0.3) + '@angular-devkit/core': 22.1.8(chokidar@4.0.3) jsonc-parser: 3.3.1 magic-string: 1.0.0 ora: 9.4.1 @@ -7601,7 +7604,7 @@ snapshots: '@angular-eslint/builder@20.7.0(chokidar@4.0.3)(eslint@8.57.1(supports-color@7.2.0))(typescript@5.9.3)': dependencies: - '@angular-devkit/architect': 0.2003.36(chokidar@4.0.3) + '@angular-devkit/architect': 0.2003.37(chokidar@4.0.3) '@angular-devkit/core': 20.3.16(chokidar@4.0.3) eslint: 8.57.1(supports-color@7.2.0) typescript: 5.9.3 @@ -7667,7 +7670,7 @@ snapshots: '@angular/core': 20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 - '@angular/build@20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.23)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.0)': + '@angular/build@20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.23)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.1)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2003.35(chokidar@4.0.3) @@ -7677,7 +7680,7 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.14(@types/node@25.0.3) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.0)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.1)) beasties: 0.3.5 browserslist: 4.28.9 esbuild: 0.28.1 @@ -7697,7 +7700,7 @@ snapshots: tinyglobby: 0.2.14 tslib: 2.8.1 typescript: 5.9.3 - vite: 7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.1) watchpack: 2.4.4 optionalDependencies: '@angular/core': 20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0) @@ -7720,7 +7723,7 @@ snapshots: - tsx - yaml - '@angular/build@20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.28)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.0)': + '@angular/build@20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.28)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.1)': dependencies: '@ampproject/remapping': 2.3.0 '@angular-devkit/architect': 0.2003.35(chokidar@4.0.3) @@ -7730,7 +7733,7 @@ snapshots: '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-split-export-declaration': 7.24.7 '@inquirer/confirm': 5.1.14(@types/node@25.0.3) - '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.0)) + '@vitejs/plugin-basic-ssl': 2.1.0(vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.1)) beasties: 0.3.5 browserslist: 4.28.9 esbuild: 0.28.1 @@ -7750,7 +7753,7 @@ snapshots: tinyglobby: 0.2.14 tslib: 2.8.1 typescript: 5.9.3 - vite: 7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.1) watchpack: 2.4.4 optionalDependencies: '@angular/core': 20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0) @@ -8739,8 +8742,8 @@ snapshots: '@cspell/dict-al': 1.1.1 '@cspell/dict-aws': 4.0.17 '@cspell/dict-bash': 4.2.3 - '@cspell/dict-companies': 3.2.12 - '@cspell/dict-cpp': 7.1.0 + '@cspell/dict-companies': 3.2.13 + '@cspell/dict-cpp': 7.1.1 '@cspell/dict-cryptocurrencies': 5.0.5 '@cspell/dict-csharp': 4.0.8 '@cspell/dict-css': 4.1.2 @@ -8748,11 +8751,11 @@ snapshots: '@cspell/dict-data-science': 2.0.16 '@cspell/dict-django': 4.1.6 '@cspell/dict-docker': 1.1.17 - '@cspell/dict-dotnet': 5.0.13 + '@cspell/dict-dotnet': 5.0.14 '@cspell/dict-elixir': 4.0.8 - '@cspell/dict-en-common-misspellings': 2.2.0 - '@cspell/dict-en-gb-mit': 3.1.26 - '@cspell/dict-en_us': 4.4.37 + '@cspell/dict-en-common-misspellings': 2.2.1 + '@cspell/dict-en-gb-mit': 3.1.27 + '@cspell/dict-en_us': 4.4.38 '@cspell/dict-filetypes': 3.0.18 '@cspell/dict-flutter': 1.1.1 '@cspell/dict-fonts': 4.0.6 @@ -8760,7 +8763,7 @@ snapshots: '@cspell/dict-fullstack': 3.2.9 '@cspell/dict-gaming-terms': 1.1.2 '@cspell/dict-git': 3.1.0 - '@cspell/dict-golang': 6.0.27 + '@cspell/dict-golang': 6.0.28 '@cspell/dict-google': 1.0.9 '@cspell/dict-haskell': 4.0.6 '@cspell/dict-html': 4.0.16 @@ -8774,19 +8777,19 @@ snapshots: '@cspell/dict-lua': 4.0.8 '@cspell/dict-makefile': 1.0.5 '@cspell/dict-markdown': 2.0.18(@cspell/dict-css@4.1.2)(@cspell/dict-html-symbol-entities@4.0.5)(@cspell/dict-html@4.0.16)(@cspell/dict-typescript@3.2.3) - '@cspell/dict-monkeyc': 1.1.0 + '@cspell/dict-monkeyc': 1.1.1 '@cspell/dict-node': 5.0.9 - '@cspell/dict-npm': 5.2.48 - '@cspell/dict-php': 4.1.1 - '@cspell/dict-powershell': 5.0.15 + '@cspell/dict-npm': 5.2.49 + '@cspell/dict-php': 4.1.2 + '@cspell/dict-powershell': 5.0.16 '@cspell/dict-public-licenses': 2.0.16 - '@cspell/dict-python': 4.5.0 + '@cspell/dict-python': 4.5.1 '@cspell/dict-r': 2.1.1 - '@cspell/dict-ruby': 5.1.2 + '@cspell/dict-ruby': 5.1.3 '@cspell/dict-rust': 4.1.2 - '@cspell/dict-scala': 5.0.9 + '@cspell/dict-scala': 5.0.10 '@cspell/dict-shell': 1.2.0 - '@cspell/dict-software-terms': 5.4.2 + '@cspell/dict-software-terms': 5.4.3 '@cspell/dict-sql': 2.2.1 '@cspell/dict-svelte': 1.0.7 '@cspell/dict-swift': 2.0.6 @@ -8817,9 +8820,9 @@ snapshots: dependencies: '@cspell/dict-shell': 1.2.0 - '@cspell/dict-companies@3.2.12': {} + '@cspell/dict-companies@3.2.13': {} - '@cspell/dict-cpp@7.1.0': {} + '@cspell/dict-cpp@7.1.1': {} '@cspell/dict-cryptocurrencies@5.0.5': {} @@ -8835,15 +8838,15 @@ snapshots: '@cspell/dict-docker@1.1.17': {} - '@cspell/dict-dotnet@5.0.13': {} + '@cspell/dict-dotnet@5.0.14': {} '@cspell/dict-elixir@4.0.8': {} - '@cspell/dict-en-common-misspellings@2.2.0': {} + '@cspell/dict-en-common-misspellings@2.2.1': {} - '@cspell/dict-en-gb-mit@3.1.26': {} + '@cspell/dict-en-gb-mit@3.1.27': {} - '@cspell/dict-en_us@4.4.37': {} + '@cspell/dict-en_us@4.4.38': {} '@cspell/dict-filetypes@3.0.18': {} @@ -8859,7 +8862,7 @@ snapshots: '@cspell/dict-git@3.1.0': {} - '@cspell/dict-golang@6.0.27': {} + '@cspell/dict-golang@6.0.28': {} '@cspell/dict-google@1.0.9': {} @@ -8892,33 +8895,33 @@ snapshots: '@cspell/dict-html-symbol-entities': 4.0.5 '@cspell/dict-typescript': 3.2.3 - '@cspell/dict-monkeyc@1.1.0': {} + '@cspell/dict-monkeyc@1.1.1': {} '@cspell/dict-node@5.0.9': {} - '@cspell/dict-npm@5.2.48': {} + '@cspell/dict-npm@5.2.49': {} - '@cspell/dict-php@4.1.1': {} + '@cspell/dict-php@4.1.2': {} - '@cspell/dict-powershell@5.0.15': {} + '@cspell/dict-powershell@5.0.16': {} '@cspell/dict-public-licenses@2.0.16': {} - '@cspell/dict-python@4.5.0': + '@cspell/dict-python@4.5.1': dependencies: '@cspell/dict-data-science': 2.0.16 '@cspell/dict-r@2.1.1': {} - '@cspell/dict-ruby@5.1.2': {} + '@cspell/dict-ruby@5.1.3': {} '@cspell/dict-rust@4.1.2': {} - '@cspell/dict-scala@5.0.9': {} + '@cspell/dict-scala@5.0.10': {} '@cspell/dict-shell@1.2.0': {} - '@cspell/dict-software-terms@5.4.2': {} + '@cspell/dict-software-terms@5.4.3': {} '@cspell/dict-sql@2.2.1': {} @@ -8963,7 +8966,7 @@ snapshots: dependencies: '@csstools/css-tokenizer': 3.0.4 - '@csstools/css-syntax-patches-for-csstree@1.1.12(css-tree@3.2.1)': + '@csstools/css-syntax-patches-for-csstree@1.1.13(css-tree@3.2.1)': optionalDependencies: css-tree: 3.2.1 @@ -9293,59 +9296,59 @@ snapshots: dependencies: tslib: 2.8.1 - '@jsonjoy.com/fs-core@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-core@4.75.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.75.0(tslib@2.8.1) thingies: 2.6.1(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-fsa@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-fsa@4.75.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.75.0(tslib@2.8.1) thingies: 2.6.1(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node-builtins@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-node-builtins@4.75.0(tslib@2.8.1)': dependencies: tslib: 2.8.1 - '@jsonjoy.com/fs-node-to-fsa@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-node-to-fsa@4.75.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-fsa': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.75.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node-utils@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-node-utils@4.75.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-builtins': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.75.0(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-node@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-node@4.75.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-core': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.75.0(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) thingies: 2.6.1(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-print@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-print@4.75.0(tslib@2.8.1)': dependencies: - '@jsonjoy.com/fs-node-utils': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.75.0(tslib@2.8.1) tree-dump: 1.1.0(tslib@2.8.1) tslib: 2.8.1 - '@jsonjoy.com/fs-snapshot@4.71.0(tslib@2.8.1)': + '@jsonjoy.com/fs-snapshot@4.75.0(tslib@2.8.1)': dependencies: '@jsonjoy.com/buffers': 17.67.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.75.0(tslib@2.8.1) '@jsonjoy.com/json-pack': 17.67.0(tslib@2.8.1) '@jsonjoy.com/util': 17.67.0(tslib@2.8.1) tslib: 2.8.1 @@ -9643,7 +9646,7 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.20.3 - '@nx/angular@23.1.2(228986172afa24c81cef28f2dfa095b6)': + '@nx/angular@23.1.2(eeee0cd2e8e99436a04911bdcfd5f2b3)': dependencies: '@angular-devkit/core': 20.3.16(chokidar@4.0.3) '@angular-devkit/schematics': 20.3.16(chokidar@4.0.3) @@ -9652,7 +9655,7 @@ snapshots: '@nx/js': 23.1.2(@babel/traverse@7.29.8(supports-color@7.2.0))(nx@23.1.2)(supports-color@7.2.0) '@nx/web': 23.1.2(@babel/traverse@7.29.8(supports-color@7.2.0))(@nx/eslint@23.1.2(@babel/traverse@7.29.8(supports-color@7.2.0))(@zkochan/js-yaml@0.0.7)(eslint@8.57.1(supports-color@7.2.0))(nx@23.1.2)(supports-color@7.2.0))(debug@4.4.3(supports-color@7.2.0))(nx@23.1.2)(supports-color@7.2.0) '@phenomnomnominal/tsquery': 6.2.0(typescript@5.9.3) - '@schematics/angular': 22.1.7(chokidar@4.0.3) + '@schematics/angular': 22.1.8(chokidar@4.0.3) '@typescript-eslint/type-utils': 8.70.0(eslint@8.57.1(supports-color@7.2.0))(supports-color@7.2.0)(typescript@5.9.3) enquirer: 2.3.6 jsonc-parser: 3.3.1 @@ -9663,8 +9666,8 @@ snapshots: semver: 7.8.5 tslib: 2.8.1 optionalDependencies: - '@angular-devkit/build-angular': 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(debug@4.4.3(supports-color@7.2.0))(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(supports-color@7.2.0)(typescript@5.9.3)(yaml@2.9.0) - '@angular/build': 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.28)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.0) + '@angular-devkit/build-angular': 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(debug@4.4.3(supports-color@7.2.0))(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(supports-color@7.2.0)(typescript@5.9.3)(yaml@2.9.1) + '@angular/build': 20.3.35(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(@angular/compiler@20.3.27)(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.3.27(@angular/animations@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.3.27(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.3.27(@angular/compiler@20.3.27)(rxjs@7.8.2)(zone.js@0.15.0)))(@types/node@25.0.3)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0))(less@4.4.0)(ng-packagr@20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3))(postcss@8.5.28)(supports-color@7.2.0)(terser@5.43.1)(tslib@2.8.1)(typescript@5.9.3)(yaml@2.9.1) ng-packagr: 20.3.2(@angular/compiler-cli@20.3.27(@angular/compiler@20.3.27)(supports-color@7.2.0)(typescript@5.9.3))(supports-color@7.2.0)(tslib@2.8.1)(typescript@5.9.3) transitivePeerDependencies: - '@babel/traverse' @@ -9757,7 +9760,7 @@ snapshots: chalk: 4.1.2 columnify: 1.6.0 detect-port: 2.1.0 - ignore: 7.0.8 + ignore: 7.0.9 js-tokens: 4.0.0 jsonc-parser: 3.3.1 npm-run-path: 4.0.1 @@ -10006,7 +10009,7 @@ snapshots: '@polka/url@1.0.0-next.29': {} - '@reportportal/agent-js-playwright@5.4.2(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)': + '@reportportal/agent-js-playwright@5.4.3(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0)': dependencies: '@reportportal/client-javascript': 5.5.12(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0) strip-ansi: 6.0.1 @@ -10200,10 +10203,10 @@ snapshots: '@rtsao/scc@1.1.0': {} - '@schematics/angular@22.1.7(chokidar@4.0.3)': + '@schematics/angular@22.1.8(chokidar@4.0.3)': dependencies: - '@angular-devkit/core': 22.1.7(chokidar@4.0.3) - '@angular-devkit/schematics': 22.1.7(chokidar@4.0.3) + '@angular-devkit/core': 22.1.8(chokidar@4.0.3) + '@angular-devkit/schematics': 22.1.8(chokidar@4.0.3) jsonc-parser: 3.3.1 typescript: 6.0.3 transitivePeerDependencies: @@ -10364,7 +10367,7 @@ snapshots: '@typescript-eslint/utils': 8.55.0(eslint@8.57.1(supports-color@7.2.0))(supports-color@7.2.0)(typescript@5.9.3) '@typescript-eslint/visitor-keys': 8.55.0 eslint: 8.57.1(supports-color@7.2.0) - ignore: 7.0.8 + ignore: 7.0.9 natural-compare: 1.4.0 ts-api-utils: 2.5.0(typescript@5.9.3) typescript: 5.9.3 @@ -10560,9 +10563,9 @@ snapshots: '@ungap/structured-clone@1.4.0': {} - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.0))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.1))': dependencies: - vite: 7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.0) + vite: 7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.1) '@webassemblyjs/ast@1.14.1': dependencies: @@ -10684,10 +10687,6 @@ snapshots: agent-base@7.1.4: {} - ajv-formats@2.1.1(ajv@8.20.0): - optionalDependencies: - ajv: 8.20.0 - ajv-formats@3.0.1(ajv@8.17.1): optionalDependencies: ajv: 8.17.1 @@ -10783,14 +10782,14 @@ snapshots: array-flatten@1.1.1: {} - array-includes@3.1.9: + array-includes@3.2.0: dependencies: call-bind: 1.0.9 call-bound: 1.0.4 define-properties: 1.2.1 es-abstract: 1.24.2 es-object-atoms: 1.1.2 - get-intrinsic: 1.3.0 + es-shim-unscopables: 1.1.0 is-string: 1.1.1 math-intrinsics: 1.1.0 @@ -10974,7 +10973,7 @@ snapshots: base64id@2.0.0: {} - baseline-browser-mapping@2.11.21: {} + baseline-browser-mapping@2.11.22: {} basic-auth@2.0.1: dependencies: @@ -11009,7 +11008,7 @@ snapshots: inherits: 2.0.4 readable-stream: 3.6.2 - body-parser@1.20.6(supports-color@7.2.0): + body-parser@1.20.8(supports-color@7.2.0): dependencies: bytes: 3.1.2 content-type: 1.0.5 @@ -11019,7 +11018,7 @@ snapshots: http-errors: 2.0.1 iconv-lite: 0.4.24 on-finished: 2.4.1 - qs: 6.15.3 + qs: 6.16.0 raw-body: 2.5.3 type-is: 1.6.18 unpipe: 1.0.0 @@ -11052,11 +11051,11 @@ snapshots: browserslist@4.28.9: dependencies: - baseline-browser-mapping: 2.11.21 + baseline-browser-mapping: 2.11.22 caniuse-lite: 1.0.30001810 - electron-to-chromium: 1.5.423 - node-releases: 2.0.54 - update-browserslist-db: 1.3.2(browserslist@4.28.9) + electron-to-chromium: 1.5.427 + node-releases: 2.0.55 + update-browserslist-db: 1.3.3(browserslist@4.28.9) buffer-from@1.1.2: {} @@ -11065,6 +11064,11 @@ snapshots: base64-js: 1.5.1 ieee754: 1.2.1 + buffer@6.0.3: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + builtin-modules@3.3.0: {} bundle-name@4.1.0: @@ -11247,11 +11251,12 @@ snapshots: dependencies: mime-db: 1.54.0 - compression@1.8.1(supports-color@7.2.0): + compression@1.8.2(supports-color@7.2.0): dependencies: bytes: 3.1.2 compressible: 2.0.18 debug: 2.6.9(supports-color@7.2.0) + destroy: 1.2.0 negotiator: 0.6.4 on-headers: 1.1.0 safe-buffer: 5.2.1 @@ -11300,7 +11305,7 @@ snapshots: dependencies: glob-parent: 6.0.2 normalize-path: 3.0.0 - schema-utils: 4.3.3 + schema-utils: 4.4.0 serialize-javascript: 7.1.1 tinyglobby: 0.2.17 webpack: 5.105.0(esbuild@0.28.1)(postcss@8.5.23) @@ -11350,7 +11355,7 @@ snapshots: '@cspell/cspell-types': 10.3.0 comment-json: 5.0.0 smol-toml: 1.8.0 - yaml: 2.9.0 + yaml: 2.9.1 cspell-dictionary@10.3.0: dependencies: @@ -11599,7 +11604,7 @@ snapshots: ejs@5.0.1: {} - electron-to-chromium@1.5.423: {} + electron-to-chromium@1.5.427: {} emoji-regex@10.6.0: {} @@ -11879,7 +11884,7 @@ snapshots: eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.55.0(eslint@8.57.1(supports-color@7.2.0))(supports-color@7.2.0)(typescript@5.9.3))(eslint@8.57.1(supports-color@7.2.0))(supports-color@7.2.0): dependencies: '@rtsao/scc': 1.1.0 - array-includes: 3.1.9 + array-includes: 3.2.0 array.prototype.findlastindex: 1.2.6 array.prototype.flat: 1.3.3 array.prototype.flatmap: 1.3.3 @@ -12090,7 +12095,7 @@ snapshots: dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.6(supports-color@7.2.0) + body-parser: 1.20.8(supports-color@7.2.0) content-disposition: 0.5.4 content-type: 1.0.5 cookie: 0.7.2 @@ -12568,7 +12573,7 @@ snapshots: ignore@7.0.5: {} - ignore@7.0.8: {} + ignore@7.0.9: {} image-size@0.5.5: optional: true @@ -12942,7 +12947,7 @@ snapshots: karma@6.4.4(debug@4.4.3(supports-color@7.2.0))(supports-color@7.2.0): dependencies: '@colors/colors': 1.5.0 - body-parser: 1.20.6(supports-color@7.2.0) + body-parser: 1.20.8(supports-color@7.2.0) braces: 3.0.3 chokidar: 3.6.0 connect: 3.7.0(supports-color@7.2.0) @@ -13047,7 +13052,7 @@ snapshots: picomatch: 4.0.7 string-argv: 0.3.2 tinyexec: 1.3.1 - yaml: 2.9.0 + yaml: 2.9.1 listr2@9.0.1: dependencies: @@ -13192,16 +13197,16 @@ snapshots: media-typer@0.3.0: {} - memfs@4.71.0: + memfs@4.75.0: dependencies: - '@jsonjoy.com/fs-core': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-fsa': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-builtins': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-to-fsa': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-node-utils': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-print': 4.71.0(tslib@2.8.1) - '@jsonjoy.com/fs-snapshot': 4.71.0(tslib@2.8.1) + '@jsonjoy.com/fs-core': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-fsa': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-builtins': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-to-fsa': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-node-utils': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-print': 4.75.0(tslib@2.8.1) + '@jsonjoy.com/fs-snapshot': 4.75.0(tslib@2.8.1) '@jsonjoy.com/json-pack': 1.21.0(tslib@2.8.1) '@jsonjoy.com/util': 1.9.0(tslib@2.8.1) glob-to-regex.js: 1.2.0(tslib@2.8.1) @@ -13244,7 +13249,7 @@ snapshots: mini-css-extract-plugin@2.9.4(webpack@5.105.0(esbuild@0.28.1)(postcss@8.5.23)): dependencies: - schema-utils: 4.3.3 + schema-utils: 4.4.0 tapable: 2.3.3 webpack: 5.105.0(esbuild@0.28.1)(postcss@8.5.23) @@ -13306,7 +13311,7 @@ snapshots: mute-stream@2.0.0: {} - nanoid@3.3.18: {} + nanoid@3.3.19: {} natural-compare@1.4.0: {} @@ -13381,7 +13386,7 @@ snapshots: detect-libc: 2.1.2 optional: true - node-releases@2.0.54: {} + node-releases@2.0.55: {} node-stream-zip@1.16.0: {} @@ -13859,13 +13864,13 @@ snapshots: postcss@8.5.23: dependencies: - nanoid: 3.3.18 + nanoid: 3.3.19 picocolors: 1.1.1 source-map-js: 1.2.1 postcss@8.5.28: dependencies: - nanoid: 3.3.18 + nanoid: 3.3.19 picocolors: 1.1.1 source-map-js: 1.2.1 @@ -14237,11 +14242,11 @@ snapshots: sax@1.6.1: optional: true - schema-utils@4.3.3: + schema-utils@4.4.0: dependencies: '@types/json-schema': 7.0.15 ajv: 8.20.0 - ajv-formats: 2.1.1(ajv@8.20.0) + ajv-formats: 3.0.1(ajv@8.20.0) ajv-keywords: 5.1.0(ajv@8.20.0) secure-compare@3.0.1: {} @@ -14651,7 +14656,7 @@ snapshots: stylelint@16.26.1(supports-color@7.2.0)(typescript@5.9.3): dependencies: '@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4) - '@csstools/css-syntax-patches-for-csstree': 1.1.12(css-tree@3.2.1) + '@csstools/css-syntax-patches-for-csstree': 1.1.13(css-tree@3.2.1) '@csstools/css-tokenizer': 3.0.4 '@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4) '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.6) @@ -14669,7 +14674,7 @@ snapshots: globby: 11.1.0 globjoin: 0.1.4 html-tags: 3.3.1 - ignore: 7.0.8 + ignore: 7.0.9 imurmurhash: 0.1.4 is-plain-object: 5.1.0 known-css-properties: 0.37.0 @@ -14745,7 +14750,7 @@ snapshots: dependencies: '@jridgewell/trace-mapping': 0.3.31 jest-worker: 27.5.1 - schema-utils: 4.3.3 + schema-utils: 4.4.0 terser: 5.43.1 webpack: 5.105.0(esbuild@0.28.1)(postcss@8.5.23) optionalDependencies: @@ -14934,7 +14939,7 @@ snapshots: unpipe@1.0.0: {} - update-browserslist-db@1.3.2(browserslist@4.28.9): + update-browserslist-db@1.3.3(browserslist@4.28.9): dependencies: browserslist: 4.28.9 escalade: 3.2.0 @@ -14961,7 +14966,7 @@ snapshots: vary@1.1.2: {} - vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.0): + vite@7.3.6(@types/node@25.0.3)(jiti@1.21.7)(less@4.4.0)(sass@1.90.0)(terser@5.43.1)(yaml@2.9.1): dependencies: esbuild: 0.28.1 fdir: 6.5.0(picomatch@4.0.4) @@ -14976,7 +14981,7 @@ snapshots: less: 4.4.0 sass: 1.90.0 terser: 5.43.1 - yaml: 2.9.0 + yaml: 2.9.1 void-elements@2.0.1: {} @@ -15004,7 +15009,7 @@ snapshots: weak-lru-cache@1.2.2: optional: true - webpack-bundle-analyzer@5.3.2: + webpack-bundle-analyzer@5.3.3: dependencies: '@discoveryjs/json-ext': 0.6.3 acorn: 8.18.0 @@ -15023,11 +15028,11 @@ snapshots: webpack-dev-middleware@7.4.2(webpack@5.105.0(esbuild@0.28.1)(postcss@8.5.23)): dependencies: colorette: 2.0.20 - memfs: 4.71.0 + memfs: 4.75.0 mime-types: 2.1.35 on-finished: 2.4.1 range-parser: 1.3.0 - schema-utils: 4.3.3 + schema-utils: 4.4.0 optionalDependencies: webpack: 5.105.0(esbuild@0.28.1)(postcss@8.5.23) @@ -15045,7 +15050,7 @@ snapshots: bonjour-service: 1.4.4 chokidar: 3.6.0 colorette: 2.0.20 - compression: 1.8.1(supports-color@7.2.0) + compression: 1.8.2(supports-color@7.2.0) connect-history-api-fallback: 2.0.0 express: 4.22.2(supports-color@7.2.0) graceful-fs: 4.2.11 @@ -15054,7 +15059,7 @@ snapshots: launch-editor: 2.14.1 open: 10.2.0 p-retry: 6.2.1 - schema-utils: 4.3.3 + schema-utils: 4.4.0 selfsigned: 5.5.0 serve-index: 1.9.2(supports-color@7.2.0) sockjs: 0.3.24 @@ -15104,7 +15109,7 @@ snapshots: loader-runner: 4.3.2 mime-types: 2.1.35 neo-async: 2.6.2 - schema-utils: 4.3.3 + schema-utils: 4.4.0 tapable: 2.3.3 terser-webpack-plugin: 5.6.1(esbuild@0.28.1)(postcss@8.5.23)(webpack@5.105.0(esbuild@0.28.1)(postcss@8.5.23)) watchpack: 2.5.2 @@ -15233,6 +15238,8 @@ snapshots: yaml@2.9.0: {} + yaml@2.9.1: {} + yargs-parser@20.2.9: {} yargs-parser@21.1.1: {}