diff --git a/.github/workflows/devRun.yml b/.github/workflows/devRun.yml index 00c5c2117..4961ecf12 100644 --- a/.github/workflows/devRun.yml +++ b/.github/workflows/devRun.yml @@ -28,10 +28,10 @@ jobs: BASE_URL: ${{ vars.BASE_URL }} HUSKY: 0 container: - image: mcr.microsoft.com/playwright:v1.59.1 + image: mcr.microsoft.com/playwright:v1.61.1 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 with: @@ -63,7 +63,7 @@ jobs: run: pnpm exec allure generate allure-results --output allure-report - name: Allure PR summary if: always() - uses: allure-framework/allure-action@v0.6.6 + uses: allure-framework/allure-action@v0.8.0 with: report-directory: "./allure-report" github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 57131415d..7bc23aefa 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -38,7 +38,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.59.1 + image: mcr.microsoft.com/playwright:v1.61.1 env: BASE_URL: ${{ vars.BASE_URL }} HUSKY: 0 @@ -47,7 +47,7 @@ jobs: matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 with: @@ -80,7 +80,7 @@ jobs: HUSKY: 0 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 with: diff --git a/biome.json b/biome.json index 0bc278d97..ab6877f03 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.1/schema.json", "assist": { "actions": { "source": { diff --git a/package.json b/package.json index 0c75e5d8e..c8abd554a 100644 --- a/package.json +++ b/package.json @@ -2,25 +2,25 @@ "author": "Nir Tal", "description": "", "devDependencies": { - "@aws-sdk/client-s3": "3.1045.0", - "@aws-sdk/credential-provider-ini": "3.972.38", - "@biomejs/biome": "2.4.14", - "@flakiness/playwright": "1.8.0", - "@playwright/test": "1.59.1", - "@types/node": "24.12.3", + "@aws-sdk/client-s3": "3.1075.0", + "@aws-sdk/credential-provider-ini": "3.972.56", + "@biomejs/biome": "2.5.1", + "@flakiness/playwright": "1.16.0", + "@playwright/test": "1.61.1", + "@types/node": "24.13.2", "@types/ssh2-sftp-client": "9.0.6", "@visual-regression-tracker/agent-playwright": "5.3.1", - "allure": "3.7.0", - "allure-js-commons": "3.7.2", - "allure-playwright": "3.7.2", - "axios": "1.16.0", + "allure": "3.13.1", + "allure-js-commons": "3.10.1", + "allure-playwright": "3.10.1", + "axios": "1.18.1", "dotenv": "17.4.2", "husky": "9.1.7", - "lint-staged": "17.0.2", - "mailinator-client": "1.1.0", - "mysql2": "3.22.3", + "lint-staged": "17.0.8", + "mailinator-client": "1.1.1", + "mysql2": "3.22.5", "ssh2-sftp-client": "12.1.1", - "stripe": "22.1.1", + "stripe": "22.3.0", "typescript": "6.0.3", "xlsx": "0.18.5", "zod": "4.4.3" @@ -33,7 +33,7 @@ ] }, "name": "playwright-typescript", - "packageManager": "pnpm@11.0.8", + "packageManager": "pnpm@11.9.0", "scripts": { "biome:fix": "biome check --write --unsafe --no-errors-on-unmatched || true", "codegen": "playwright codegen", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8d0a5a9c5..5b6eb97bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,23 +9,23 @@ importers: .: devDependencies: '@aws-sdk/client-s3': - specifier: 3.1045.0 - version: 3.1045.0 + specifier: 3.1075.0 + version: 3.1075.0 '@aws-sdk/credential-provider-ini': - specifier: 3.972.38 - version: 3.972.38 + specifier: 3.972.56 + version: 3.972.56 '@biomejs/biome': - specifier: 2.4.14 - version: 2.4.14 + specifier: 2.5.1 + version: 2.5.1 '@flakiness/playwright': - specifier: 1.8.0 - version: 1.8.0(zod@4.4.3) + specifier: 1.16.0 + version: 1.16.0 '@playwright/test': - specifier: 1.59.1 - version: 1.59.1 + specifier: 1.61.1 + version: 1.61.1 '@types/node': - specifier: 24.12.3 - version: 24.12.3 + specifier: 24.13.2 + version: 24.13.2 '@types/ssh2-sftp-client': specifier: 9.0.6 version: 9.0.6 @@ -33,17 +33,17 @@ importers: specifier: 5.3.1 version: 5.3.1 allure: - specifier: 3.7.0 - version: 3.7.0(preact@10.29.0)(typescript@6.0.3) + specifier: 3.13.1 + version: 3.13.1(preact@10.29.0)(typescript@6.0.3) allure-js-commons: - specifier: 3.7.2 - version: 3.7.2(allure-playwright@3.7.2(@playwright/test@1.59.1)) + specifier: 3.10.1 + version: 3.10.1(allure-playwright@3.10.1(@playwright/test@1.61.1)) allure-playwright: - specifier: 3.7.2 - version: 3.7.2(@playwright/test@1.59.1) + specifier: 3.10.1 + version: 3.10.1(@playwright/test@1.61.1) axios: - specifier: 1.16.0 - version: 1.16.0 + specifier: 1.18.1 + version: 1.18.1 dotenv: specifier: 17.4.2 version: 17.4.2 @@ -51,20 +51,20 @@ importers: specifier: 9.1.7 version: 9.1.7 lint-staged: - specifier: 17.0.2 - version: 17.0.2 + specifier: 17.0.8 + version: 17.0.8 mailinator-client: - specifier: 1.1.0 - version: 1.1.0 + specifier: 1.1.1 + version: 1.1.1 mysql2: - specifier: 3.22.3 - version: 3.22.3(@types/node@24.12.3) + specifier: 3.22.5 + version: 3.22.5(@types/node@24.13.2) ssh2-sftp-client: specifier: 12.1.1 version: 12.1.1 stripe: - specifier: 22.1.1 - version: 22.1.1(@types/node@24.12.3) + specifier: 22.3.0 + version: 22.3.0(@types/node@24.13.2) typescript: specifier: 6.0.3 version: 6.0.3 @@ -77,98 +77,101 @@ importers: packages: - '@allurereport/aql@3.7.0': - resolution: {integrity: sha512-XEqfvig9S+y/GeB4iepoZWEXk3xl3wd+xRvpqGisDzZIx7ulOgqFaoOaXkziPOwoLu5xCPTNLLUWPIaHQCF9gQ==} + '@allurereport/aql@3.13.1': + resolution: {integrity: sha512-4MUPK1xLxWRPaoaMFSoTT83pETGA2ie1M23hV/HY/iJD9yVfqEfGfhR1j/S60cJp2Rh+tOpMNtLtWM2crRI7Vw==} - '@allurereport/charts-api@3.7.0': - resolution: {integrity: sha512-7EfY7USGCjUpqFMlDODOq5Zf5MaBwdnd3APiDRKnM4dQXc8XaSHsIV/kaPbU1Uw+v2P+0y1DliPkBJ9CkbUaTQ==} + '@allurereport/charts-api@3.13.1': + resolution: {integrity: sha512-aMl6QokT/fJciERuHaCA3dZYhUB/4q4YJuT8CIBqbereui68JPqN/SHvQndJZCTl5GGez2cWFfKRrcasksGKWQ==} - '@allurereport/ci@3.7.0': - resolution: {integrity: sha512-fX+Jl+YzAyqwQvrv+uPMHuBY0kEw/sIQ24Die3Fap/EpdL7vX1XFEja0H34mAazjXPsFl6WlOD3qFS4llHsnsw==} + '@allurereport/ci@3.13.1': + resolution: {integrity: sha512-1dzTnjBwoX+n4diA+pFHmYVwj7GEbJ8bCdSVz2NfvlVSSqX46TgPWMU4YlNY4gTUkfNtDccjQExdfUswx/eufA==} - '@allurereport/core-api@3.7.0': - resolution: {integrity: sha512-qduv+3S/+RDHzkeLMDPTi7w6Bd50SExTffx/S2gXVooZgb0lqibuEJQ36afR/A0PnaN+I7QasnGCm+buh5+MKg==} + '@allurereport/core-api@3.13.1': + resolution: {integrity: sha512-98MvonwIkYGIIBtV8bBDNKeTzqy4/p7fJxtekjpw+KWemFNiJhcJrgnh7CGERNONDiX4OOGqzb3eh5fZRpvpcQ==} - '@allurereport/core@3.7.0': - resolution: {integrity: sha512-X/3r3cHXrYwIsSmL+T/t2eATp2VWL+RDDoFkEgCfPUhLnXONo9TPBgr65vXjob3XfdMwaaXdlJ9wIBLcpoxw8A==} + '@allurereport/core@3.13.1': + resolution: {integrity: sha512-OdQ0Y/MsCKnPMSbPjT6Pp4CbeVmXlO1DNssfET16wy151+s3MLQgNAMSLnNnfWbFvHa5gy+KlGEEyAPAWHoH/Q==} - '@allurereport/directory-watcher@3.7.0': - resolution: {integrity: sha512-w4ZNKORVVFIJYh5Xo0aeZ71aWAxepVZ8Q9ffReCsVovlkFJ3uOmAOH6IoPKXseoSkj3Mi6yJgDYEriG17ifqkA==} + '@allurereport/directory-watcher@3.13.1': + resolution: {integrity: sha512-l/xJOW5KbAUR75mToIe91PZUjMiu1mS6QAzgnFZwYUU3dmihXHx6+LhSQtXJk4J0cWd3hehG9sdmqeSrIu2UjA==} - '@allurereport/plugin-agent@3.7.0': - resolution: {integrity: sha512-uMdQOYSFYuOOLD/W8WsjPf3WI+tMwP776HoejWuquWc0gI0WyYonzvFdlNQkvwH0ygyEibVqiH33s1pZX1Ec4g==} + '@allurereport/git@3.13.1': + resolution: {integrity: sha512-ibFE1aX0V5zqcUk76JHfh8K7HwRB8DlPBd8fx8P6X4o0R0zIzxOEHImgVn0rKZgwvcxqphPYT0+qXtLujT8pdw==} - '@allurereport/plugin-allure2@3.7.0': - resolution: {integrity: sha512-AB3MP/+ayv8XjqTdv8r8RMgnP3/H5JyRkkWLQC8tsb7Q+3RWVSrdY8+CnUFqYTTj39Nv0xaDjzv1dIuVBqb2lA==} + '@allurereport/plugin-agent@3.13.1': + resolution: {integrity: sha512-rbtZJY+dVHkgCDL/a99gvateMRvgCVFL8u+3VCjryRzDtQraCHNQMKM2sJi0fE3c+ivkST64XGGWk6+nJuQbpA==} - '@allurereport/plugin-api@3.7.0': - resolution: {integrity: sha512-0p78LFt1DprHFg9x/6G7yUHpG3H/kgqzb3vX6u3Psf8CuEDTMUeSdOPn/l+40cleSKM0OErobC0zLbWNLeXTkg==} + '@allurereport/plugin-allure2@3.13.1': + resolution: {integrity: sha512-1vTsCVrKzokzWwDiXjkBbjA3ieHgXy76JCCbZatN8TRaVS1+QC1TT2dlnhEtle3EvQGpiIpGulODUAvWurTGEA==} - '@allurereport/plugin-awesome@3.7.0': - resolution: {integrity: sha512-LMVSTVqjFymzi1dfpWmgL+y2ZBUcKqkaGgOzfgGLoaHPylg+SMNa26zuGX4g2lTJoLLml+a68zq3uFyWwAABWQ==} + '@allurereport/plugin-api@3.13.1': + resolution: {integrity: sha512-9hDc3OjXIIr0xDmpBjTx3MUg2hboIfOf1NbgJHMoBf2c8KPhraIoeU8M2u29pR1zvt0zJAD1O78GIdQT4GIdlQ==} - '@allurereport/plugin-classic@3.7.0': - resolution: {integrity: sha512-WcTsk4P8ZzGZGOgTNv5zMGYV0UVkYMpZRvASiPUElTd46WS+yzkQx2KC4zB1ZXwhLd4JqWXCMVMY+MwUHrpkEQ==} + '@allurereport/plugin-awesome@3.13.1': + resolution: {integrity: sha512-EA/dLnIKOka8mb0V7JiqlPVs81Ii3YSow7jPrVwYfAUsRaozNS2GqXsVQiyV1sjjDO3oP6IuTk8dg/NPeh3fmw==} - '@allurereport/plugin-csv@3.7.0': - resolution: {integrity: sha512-l4RUEjT19NxMwIWvDCWEc25Hf0Zv3xq5zzIWYQL9WYSPvpPmNfZxNXHZr0Fe1po0eOG6uak/HGhYRFDhUbu5FA==} + '@allurereport/plugin-classic@3.13.1': + resolution: {integrity: sha512-b3vGc8adzEx/yk9aAZDuF6Tp3aVZJB8TkaKRgr4D+92hPtrUaVy1SYuM8+gQcwm9BFSXXSIqT40lTBBMYTNlFQ==} - '@allurereport/plugin-dashboard@3.7.0': - resolution: {integrity: sha512-MQw2IPQLBHR66ZbUMZAfSfFa3ebPrzSCXgrKeK2DbyMg+MLKrFjRoZxFSENkDry2LurucJdwjfRwH2TnAaIAKQ==} + '@allurereport/plugin-csv@3.13.1': + resolution: {integrity: sha512-6NE23UpsKDWOrGcMO0tTjEpWANxsoKDbto+Ofigzv2dmVNl0PdwMCYGrYzXfzuskKbMhwwX9+boLTCpAEMXE6g==} - '@allurereport/plugin-jira@3.7.0': - resolution: {integrity: sha512-02tQKYshSXnJS8hWMmCos6HikCSB7W1ZAJNKOHD8yISqQ3LjtX1wvl7toktH38hMkrZgqFL2qCCeiaHtiYUs5Q==} + '@allurereport/plugin-dashboard@3.13.1': + resolution: {integrity: sha512-oQMDQzGFlRXXeAKycWQCQ2f9xZNMW+9oL/8424E/iLEQs5W4SIfGe3tI5ICcHEgJ6qbA2zkkLxvSfxVDOBw+2g==} - '@allurereport/plugin-log@3.7.0': - resolution: {integrity: sha512-NotFG5YQTnORjWg01SXOYQGQCVidNlfhVQ38dnkk+JMFX6i6qehHeevZj4a9H3I2zIWn8pmuDbsFj2M6A7uIog==} + '@allurereport/plugin-jira@3.13.1': + resolution: {integrity: sha512-fnTA4Ky6J07SmN8Ae1i2vK36C/ZVy2RYuxhZhWH+DAnm267y+IcEeFUz+NkM5gH1m+hOlAwNsfv4wdprfSEmKA==} - '@allurereport/plugin-progress@3.7.0': - resolution: {integrity: sha512-IlM5iVDYHiPtXlvTG9UMIlYu9QVsdIDwt9xU7f20+we3pbfwbE5R1O+sgBORgSWFTPW6PPmNfpcoV38Fgd22dA==} + '@allurereport/plugin-log@3.13.1': + resolution: {integrity: sha512-qYGt9bwXF7HJ2bcQj35A377WeKKL+lFJ4n3vuOgWrZGtVPfwM7dQIb6v01lX6twMyGCSbmfstj3L9usKnzP9pA==} - '@allurereport/plugin-server-reload@3.7.0': - resolution: {integrity: sha512-Uh33sNbdrkRtLR4z0k55rTbgssT3w0yQV2P3kFms9XlFDIU2AD8xrO8eoZP7nSy+62aoWuppG6Z8baA+c84GYw==} + '@allurereport/plugin-progress@3.13.1': + resolution: {integrity: sha512-DmTQI7Tt3jeTN6h5UUPYNzDHW2Yh5eY441BZDIGfLz5VHOOyn3wdH/84YRkbkeMlOpN9dftz5PNHWEWWXK3Mrw==} - '@allurereport/plugin-slack@3.7.0': - resolution: {integrity: sha512-+6HdJ9X0NabALo6MOx36dWoY/2IT0vgQwUFK3Gs114HN3ZK1nZqnBGRO8QRh5ysab6EyDw0/x4jXjTLqXsrj2g==} + '@allurereport/plugin-server-reload@3.13.1': + resolution: {integrity: sha512-avq8PJGH4Vl2Sq+cHv/CZ91XnLwsJjSvsoivErnVZO+QbumOe5PO7JPFXTYoUf/TtKcTdHF7yYi16+ebih+I+w==} - '@allurereport/plugin-testops@3.7.0': - resolution: {integrity: sha512-sSrTkJtWz/B1Km2Ua7cyYbmxkZS7kslIgBOTBZwmiDt1YDsCyrulxAMDv1Htgaz/FXv4LRFTxdvmOMDK210E/Q==} + '@allurereport/plugin-slack@3.13.1': + resolution: {integrity: sha512-dh87rqUtelzLAXUioRoDfzjWNUOVvxe0GiQC1lqTfdym9zcZEsmBsBrwxD7KvE4ayF5qpgMLTWR6NWxg+eUFCw==} - '@allurereport/plugin-testplan@3.7.0': - resolution: {integrity: sha512-0AVVanNjurx/yXS+ML5AEiOzF6w6IofrHqC2uug1Yn8uQS0Ri6+CJy5YT4s0OX0KJCC73jWv+3RQFAsPNjt47Q==} + '@allurereport/plugin-testops@3.13.1': + resolution: {integrity: sha512-9GVmu32mG7HGxFNb8gBfTwRTfadJHuHD8gf/HCgyTaXQIGhNE2/tnAhlD8gXbXu5fPERbJo37koVbw2QCJfCzA==} - '@allurereport/reader-api@3.7.0': - resolution: {integrity: sha512-pM70vXNnxFvtGZT+E9xRLXervIcochnEh397mgMu8eLqYO3enZYFuCDILoPWUB7sT0SUiKYQ+Lbp9cvHKingfg==} + '@allurereport/plugin-testplan@3.13.1': + resolution: {integrity: sha512-FGOoC8/pDWUzgZECAy28umWt8M+2EBd0KnqRs0aDiG6aYTZD85jSWh8b6nuYhZPl7/z+nmt++CH4Y815pB41Dw==} - '@allurereport/reader@3.7.0': - resolution: {integrity: sha512-in3AGzaVLrXBTae+TJ86IEz7+/Irfiol1WXMptXjDMiL5GoKctSnBQo11SlAa4t7ZDf1NUZMTKXRXMk2Wlb+mg==} + '@allurereport/reader-api@3.13.1': + resolution: {integrity: sha512-kEh0aakOx+IMIVEz2l/U6tagvxHezvBIbexrjKlHTtil81DLKXrqGbn8LPBs6N08cLMG5s8oi0JJqb9SI/ypQA==} - '@allurereport/service@3.7.0': - resolution: {integrity: sha512-fI0JREuboCKXHOEzWFYLHn87WzAO0MTMVNM0HlM22AHIG6d6LkkwKfcshve+SjThKL3Bmde1+dD92A6iGLirWQ==} + '@allurereport/reader@3.13.1': + resolution: {integrity: sha512-rHdjjQkLr7r5nwAfyldvPvFanPM8uoH5YbBOBZxWzO4hFvB8jmoM8/wpX8zHouTjntFIl8V5pTWnw4bDJ7IWLw==} - '@allurereport/static-server@3.7.0': - resolution: {integrity: sha512-IMSHQSUDrQmqf8ZFq9Vh2VrfmiUGkpCAT6JzJ1Wd3ALVzF6EUsvhwdvsSxj0YaMR20Y4qnmRv8qVjgCkyzpntg==} + '@allurereport/service@3.13.1': + resolution: {integrity: sha512-2jzN1nJ4lDNwUnaYMxuilQcYwq5azHBUsQwY+30dGtHSUiHQipp6nC7lRRujFKV1XxzzlgHDBSPMnrGvTrSUVA==} - '@allurereport/summary@3.7.0': - resolution: {integrity: sha512-fXBDzQBskpbDVVXYJIa8RWjY6Ss1cSgysJdBBTGiDNovHaLxxn1MHPI1nrIW/hFm1VORCgo3629VakfNmfUnRw==} + '@allurereport/static-server@3.13.1': + resolution: {integrity: sha512-6ITiAvugKQ7gM9mS86AIdu+LkM8JeGKypuar5UpCHIJaPxcoiKwZa84a5vAHYbPauklXtCeF/Aoej6QJKL+VzQ==} - '@allurereport/web-awesome@3.7.0': - resolution: {integrity: sha512-25/AU7FeMwGim8tOI+87gRix2g0beTXiN5y6J7qw5NMtnMK3FIljYbrd+kVRbUb+/9BniKujFIKJn7QfdBdabg==} + '@allurereport/summary@3.13.1': + resolution: {integrity: sha512-+6iIH5XP6EFoG87z71VBif2BtMEyL/M2aVJrSTnA1VDQtTUkQ7U1qtZ07BXOg4qdxN8eSsePIzI8eUKWMwkt5A==} - '@allurereport/web-classic@3.7.0': - resolution: {integrity: sha512-HLn/1kJkBIyNKnsqAkQp3IjL6et2QGLUZBfnO1GXrbdgnxgL1coM31xemg6ogfQKyeYWSE3WgWzUqiZzPtPh4w==} + '@allurereport/web-awesome@3.13.1': + resolution: {integrity: sha512-kS2a/DxGHaXsdpLAxILJys+H4Qx43C9xUqPpIWOgwR/lisUtw/RxXxxToOpB7xRgJFMUMDBtBd7u+1GBfr3fkg==} - '@allurereport/web-commons@3.7.0': - resolution: {integrity: sha512-0nLU9WdBaSgpgD5iQ6jpqnnorLQ0l9m3trkoUGH/IC+Y4pC5MjC5r6NpE/mJeCMDJy/Yy2j30uDQnbx8EGmENw==} + '@allurereport/web-classic@3.13.1': + resolution: {integrity: sha512-IJRboAv7FpKfbl3pl+j5iZopnOUzy1K4vSrPKY3ygCud81Qh2ZcFr1gQvb6fpQNAH/jghWObHAqIXj3Z1/ETrQ==} - '@allurereport/web-components@3.7.0': - resolution: {integrity: sha512-l7dChyyudNxTZFXwtlNhvHaGEhrJnO2EM30fCVbWhTtWl6n8STM8K8C7tHHIIFd142j800iOLRtwuFZi6pbJHA==} + '@allurereport/web-commons@3.13.1': + resolution: {integrity: sha512-xNAkcjGkEEwnif1OJ8Lgj59mJAnB+X6fNlN6JdHSUwl6vydmhYbFoZaknYyhbutV4Ve1RcTK6mzKS3aeOhaj3Q==} - '@allurereport/web-dashboard@3.7.0': - resolution: {integrity: sha512-/gdMRFuwqGZArCLplwg6TpmLkCOcpO5IpOWlfj7oS4Kv6cXZslj+wZpuQVtUZwfKxxYBz1OMc2oi7opUc+c3qg==} + '@allurereport/web-components@3.13.1': + resolution: {integrity: sha512-3qjRf5UY+XZuOoeEMgdISiSIU7dI29e1uDpDL6iXTbz+b2HHF6q9mxyi+TosAk/2WmlH9vZ8qcJETxd79vz63g==} - '@allurereport/web-summary@3.7.0': - resolution: {integrity: sha512-KNk0Xbdb8nd7gzf7U/zJtsbpcYl9eixEgC2JnG1rfrFu5rlFPRmjCtqikUiRUfRddN3vrPFzHMxzzmVDvyTCDg==} + '@allurereport/web-dashboard@3.13.1': + resolution: {integrity: sha512-AOpmM3TlRGasp7CqLtTrUZwPqq55EMNzdeMOcJRycXY8dV9o8j5OKiH3blA2CPluJ3R1MoBKvaaaP0UWRBPsEg==} + + '@allurereport/web-summary@3.13.1': + resolution: {integrity: sha512-V4kgB1Ol1+EnJm2kFYcE+3iOVDwgkCT9aJ/tIv8sU71cKsfRt8PaEyt9ZAVT+mClJYMnp7ONAllSDrllxXfTqQ==} '@aws-crypto/crc32@5.2.0': resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==} @@ -193,140 +196,84 @@ packages: '@aws-crypto/util@5.2.0': resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} - '@aws-sdk/client-s3@3.1045.0': - resolution: {integrity: sha512-fsuO3Y6t+3Ro9Bsg41DKj4Sfy53CGSrhnMldNplWmG8Tx0UbYk+YDa4RD1hVlJpERw4JBmPkl0+J9qlxMh1pcA==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/core@3.974.8': - resolution: {integrity: sha512-njR2qoG6ZuB0kvAS2FyICsFZJ6gmCcf2X/7JcD14sUvGDm26wiZ5BrA6LOiUxKFEF+IVe7kdroxyE00YlkiYsw==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/crc64-nvme@3.972.7': - resolution: {integrity: sha512-QUagVVBbC8gODCF6e1aV0mE2TXWB9Opz4k8EJFdNrujUVQm5R4AjJa1mpOqzwOuROBzqJU9zawzig7M96L8Ejg==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/credential-provider-env@3.972.34': - resolution: {integrity: sha512-XT0jtf8Fw9JE6ppsQeoNnZRiG+jqRixMT1v1ZR17G60UvVdsQmTG8nbEyHuEPfMxDXEhfdARaM/XiEhca4lGHQ==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/credential-provider-http@3.972.36': - resolution: {integrity: sha512-DPoGWfy7J7RKxvbf5kOKIGQkD2ek3dbKgzKIGrnLuvZBz5myU+Im/H6pmc14QcnFbqHMqxvtWSgRDSJW3qXLQg==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/credential-provider-ini@3.972.38': - resolution: {integrity: sha512-oDzUBu2MGJFgoar05sPMCwSrhw44ASyccrHzj66vO69OZqi7I6hZZxXfuPLC8OCzW7C+sU+bI73XHij41yekgQ==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/credential-provider-login@3.972.38': - resolution: {integrity: sha512-g1NosS8qe4OF++G2UFCM5ovSkgipC7YYor5KCWatG0UoMSO5YFj9C8muePlyVmOBV/WTI16Jo3/s1NUo/o1Bww==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/credential-provider-node@3.972.39': - resolution: {integrity: sha512-HEswDQyxUtadoZ/bJsPPENHg7R0Lzym5LuMksJeHvqhCOpP+rtkDLKI4/ZChH4w3cf5kG8n6bZuI8PzajoiqMg==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/credential-provider-process@3.972.34': - resolution: {integrity: sha512-T3IFs4EVmVi1dVN5RciFnklCANSzvrQd/VuHY9ThHSQmYkTogjcGkoJEr+oNUPQZnso52183088NqysMPji1/Q==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/credential-provider-sso@3.972.38': - resolution: {integrity: sha512-5ZxG+t0+3Q3QPh8KEjX6syskhgNf7I0MN7oGioTf6Lm1NTjfP7sIcYGNsthXC2qR8vcD3edNZwCr2ovfSSWuRA==} + '@aws-sdk/checksums@3.1000.8': + resolution: {integrity: sha512-v0U9S7gBIme3OTgt1LdbAF4RpvavCc+4GK1+1xqAcqtbrHsEhjQo6R45LKcjhs/+WrRJij1Y0Gztw7QPAIeUfA==} engines: {node: '>=20.0.0'} - '@aws-sdk/credential-provider-web-identity@3.972.38': - resolution: {integrity: sha512-lYHFF30DGI20jZcYX8cm6Ns0V7f1dDN6g/MBDLTyD/5iw+bXs3yBr2iAiHDkx4RFU5JgsnZvCHYKiRVPRdmOgw==} + '@aws-sdk/client-s3@3.1075.0': + resolution: {integrity: sha512-h1A6nIl1YX6Y45enGsTK7ef3ZrOnBiQJ1qF5R2K/nMWfsu6A9mc2Y5T66nxerABzyjjyyvign3MrzafnFoQKmA==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-bucket-endpoint@3.972.10': - resolution: {integrity: sha512-Vbc2frZH7wXlMNd+ZZSXUEs/l1Sv8Jj4zUnIfwrYF5lwaLdXHZ9xx4U3rjUcaye3HRhFVc+E5DbBxpRAbB16BA==} + '@aws-sdk/core@3.974.23': + resolution: {integrity: sha512-MiWR/uWjxjFXGzrE0Ghc5lWxUxzHsUWFhV+OX7M4cR9SrmrnZs6TXavnCWnzzdwJeFri34xQo81rvGNzK3c4BQ==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-expect-continue@3.972.10': - resolution: {integrity: sha512-2Yn0f1Qiq/DjxYR3wfI3LokXnjOhFM7Ssn4LTdFDIxRMCE6I32MAsVnhPX1cUZsuVA9tiZtwwhlSLAtFGxAZlQ==} + '@aws-sdk/credential-provider-env@3.972.49': + resolution: {integrity: sha512-liB3yQNHCM9k/gu/w36XHMKPluT7HTlnGUhRbBGSISDQkcr/Sy1zsZabiuvQj8WG5yW573u9RehrBvvnIQ9OEQ==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-flexible-checksums@3.974.16': - resolution: {integrity: sha512-6ru8doI0/XzszqLIPXf0E/V7HhAw1Pu94010XCKYtBUfD0LxF0BuOzrUf8OQGR6j2o6wgKTHUniOmndQycHwCA==} + '@aws-sdk/credential-provider-http@3.972.51': + resolution: {integrity: sha512-XET0H2oofciJ5lMRWNIvRjAP7Q3wv2XT+JtJJEdhPWUMwe3TvQ9qcxonpu7vXmNngncvFpi4E2It+Tamas/naA==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-host-header@3.972.10': - resolution: {integrity: sha512-IJSsIMeVQ8MMCPbuh1AbltkFhLBLXn7aejzfX5YKT/VLDHn++Dcz8886tXckE+wQssyPUhaXrJhdakO2VilRhg==} + '@aws-sdk/credential-provider-ini@3.972.56': + resolution: {integrity: sha512-IAmc61hbgQiHht9U3x0tnRwz0lzdwOwD/i9voRgdJrKamF+JtmrBOsW9GwB7mfFonNWOWL4qARWYrF8veEMe3w==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-location-constraint@3.972.10': - resolution: {integrity: sha512-rI3NZvJcEvjoD0+0PI0iUAwlPw2IlSlhyvgBK/3WkKJQE/YiKFedd9dMN2lVacdNxPNhxL/jzQaKQdrGtQagjQ==} + '@aws-sdk/credential-provider-login@3.972.55': + resolution: {integrity: sha512-hBBkANo3cDn+h2qxxzER4a+J8JCO9o9Z/YYmU7iky6AcaarX5RRdRcHNC6SLdwY0vAXQygn6soUbDqPn3GghaA==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-logger@3.972.10': - resolution: {integrity: sha512-OOuGvvz1Dm20SjZo5oEBePFqxt5nf8AwkNDSyUHvD9/bfNASmstcYxFAHUowy4n6Io7mWUZ04JURZwSBvyQanQ==} + '@aws-sdk/credential-provider-node@3.972.58': + resolution: {integrity: sha512-OyCLVmSI7pZO8hxwNVX6pXhTVlJqRBTp+ijdEfJSUj0RyjHnF602OfAarOzGq6wkGodeFkYBt8MmJ6A6ycRgWw==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-recursion-detection@3.972.11': - resolution: {integrity: sha512-+zz6f79Kj9V5qFK2P+D8Ehjnw4AhphAlCAsPjUqEcInA9umtSSKMrHbSagEeOIsDNuvVrH98bjRHcyQukTrhaQ==} + '@aws-sdk/credential-provider-process@3.972.49': + resolution: {integrity: sha512-C8h36lBuC/RnBSsjlO+dn6xZm3KbAl5vpJaVPAfQnMmz2/OISmKOc8XZcqMQgO2ADwBYNRMM6Kf3vz9G/TulMQ==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-sdk-s3@3.972.37': - resolution: {integrity: sha512-Km7M+i8DrLArVzrid1gfxeGhYHBd3uxvE77g0s5a52zPSVosxzQBnJ0gwWb6NIp/DOk8gsBMhi7V+cpJG0ndTA==} + '@aws-sdk/credential-provider-sso@3.972.55': + resolution: {integrity: sha512-1FkOz74Ea5QGS9jtIoXp55T/IkSS3spv+nLTT07fRY/+T5xmEOqaYBVIaEmX4zTNvbV6g2lrtlaVKWEoNyJt3w==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-ssec@3.972.10': - resolution: {integrity: sha512-Gli9A0u8EVVb+5bFDGS/QbSVg28w/wpEidg1ggVcSj65BDTdGR6punsOcVjqdiu1i42WHWo51MCvARPIIz9juw==} + '@aws-sdk/credential-provider-web-identity@3.972.55': + resolution: {integrity: sha512-g2BoECD1q01kTPByi56+VLVvdWDzMkKIcr77qixpqH0okw2t0U5CoPv+6S8v/D1Y2Wa6QKKtn6XAtDzP+Kfpvg==} engines: {node: '>=20.0.0'} - '@aws-sdk/middleware-user-agent@3.972.38': - resolution: {integrity: sha512-iz+B29TXcAZsJpwB+AwG/TTGA5l/VnmMZ2UxtiySOZjI6gCdmviXPwdgzcmuazMy16rXoPY4mYCGe7zdNKfx5A==} + '@aws-sdk/middleware-flexible-checksums@3.974.33': + resolution: {integrity: sha512-qMgQSPemQq2/eW/e/0+SpY4kYR5L7dUgBiVdEc5bd+ztHNv07ZMYiI+sTiir3TgKndFfglSw/VFi7oZJ6bZ63g==} engines: {node: '>=20.0.0'} - '@aws-sdk/nested-clients@3.997.6': - resolution: {integrity: sha512-WBDnqatJl+kGObpfmfSxqnXeYTu3Me8wx8WCtvoxX3pfWrrTv8I4WTMSSs7PZqcRcVh8WeUKMgGFjMG+52SR1w==} + '@aws-sdk/middleware-sdk-s3@3.972.54': + resolution: {integrity: sha512-GDfDQ0gwLFRKN9gWIKcmVrHJ3e7XagnY7N1LLzMVNgnOnuY7f/ALgmy3CuBjosWD95T/Z6e+gs1IeWmLPkyLKQ==} engines: {node: '>=20.0.0'} - '@aws-sdk/region-config-resolver@3.972.13': - resolution: {integrity: sha512-CvJ2ZIjK/jVD/lbOpowBVElJyC1YxLTIJ13yM0AEo0t2v7swOzGjSA6lJGH+DwZXQhcjUjoYwc8bVYCX5MDr1A==} + '@aws-sdk/nested-clients@3.997.23': + resolution: {integrity: sha512-gO93ZPsI2bxeFZD42f1/qjDw6FAZkNZcKRO94LIiT03fzOmcJ9e/tunxjVjA1Rl69ClmVJzz8H3G9CdKef10PA==} engines: {node: '>=20.0.0'} - '@aws-sdk/signature-v4-multi-region@3.996.25': - resolution: {integrity: sha512-+CMIt3e1VzlklAECmG+DtP1sV8iKq25FuA0OKpnJ4KA0kxUtd7CgClY7/RU6VzJBQwbN4EJ9Ue6plvqx1qGadw==} + '@aws-sdk/signature-v4-multi-region@3.996.35': + resolution: {integrity: sha512-6L/VWs+Wch2stHemCGTmUNqKLMzURxQDK5boNG3Jn3kAOp71meDUuS5sbObpEvFxHDq0uWeSLFDNSYsjNt+Dlg==} engines: {node: '>=20.0.0'} - '@aws-sdk/token-providers@3.1041.0': - resolution: {integrity: sha512-Th7kPI6YPtvJUcdznooXJMy+9rQWjmEF81LxaJssngBzuysK4a/x+l8kjm1zb7nYsUPbndnBdUnwng/3PLvtGw==} + '@aws-sdk/token-providers@3.1074.0': + resolution: {integrity: sha512-pv80IzgGW4RnXWtft692chZOM9i6PhebVsLCcnaM4dBEPZva2fE6FXAHs76G7Rc7s3yGyX/68G0nZMrUy+Vmpg==} engines: {node: '>=20.0.0'} - '@aws-sdk/types@3.973.6': - resolution: {integrity: sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw==} + '@aws-sdk/types@3.973.13': + resolution: {integrity: sha512-pEHZqRkAlHfnfAU9tK+WpKv/gBNjGJrHMgA3A0iYRGyswBS2t0pfez+lWlwktb3Bqa0ovh7w/QJTFwp3fDxLNg==} engines: {node: '>=20.0.0'} '@aws-sdk/types@3.973.8': resolution: {integrity: sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw==} engines: {node: '>=20.0.0'} - '@aws-sdk/util-arn-parser@3.972.3': - resolution: {integrity: sha512-HzSD8PMFrvgi2Kserxuff5VitNq2sgf3w9qxmskKDiDTThWfVteJxuCS9JXiPIPtmCrp+7N9asfIaVhBFORllA==} - engines: {node: '>=20.0.0'} - - '@aws-sdk/util-endpoints@3.996.8': - resolution: {integrity: sha512-oOZHcRDihk5iEe5V25NVWg45b3qEA8OpHWVdU/XQh8Zj4heVPAJqWvMphQnU7LkufmUo10EpvFPZuQMiFLJK3g==} - engines: {node: '>=20.0.0'} - '@aws-sdk/util-locate-window@3.723.0': resolution: {integrity: sha512-Yf2CS10BqK688DRsrKI/EO6B8ff5J86NXe4C+VCysK7UOgN0l1zOTeTukZ3H8Q9tYYX3oaF1961o8vRkFm7Nmw==} engines: {node: '>=18.0.0'} - '@aws-sdk/util-user-agent-browser@3.972.10': - resolution: {integrity: sha512-FAzqXvfEssGdSIz8ejatan0bOdx1qefBWKF/gWmVBXIP1HkS7v/wjjaqrAGGKvyihrXTXW00/2/1nTJtxpXz7g==} - - '@aws-sdk/util-user-agent-node@3.973.24': - resolution: {integrity: sha512-ZWwlkjcIp7cEL8ZfTpTAPNkwx25p7xol0xlKoWVVf22+nsjwmLcHYtTPjIV1cSpmB/b6DaK4cb1fSkvCXHgRdw==} - engines: {node: '>=20.0.0'} - peerDependencies: - aws-crt: '>=1.0.0' - peerDependenciesMeta: - aws-crt: - optional: true - - '@aws-sdk/xml-builder@3.972.22': - resolution: {integrity: sha512-PMYKKtJd70IsSG0yHrdAbxBr+ZWBKLvzFZfD3/urxgf6hXVMzuU5M+3MJ5G67RpOmLBu1fAUN65SbWuKUCOlAA==} + '@aws-sdk/xml-builder@3.972.31': + resolution: {integrity: sha512-SzE4Pgyl+hDF+BuyuzxUSpwnuUu9lJuO1YGgteG89/4Qv0+2IQiVQqdbPV32IozLvXWQChPQcdkk/sKvb1QHiQ==} engines: {node: '>=20.0.0'} '@aws/lambda-invoke-store@0.2.3': @@ -337,76 +284,67 @@ packages: resolution: {integrity: sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==} engines: {node: '>=6.9.0'} - '@biomejs/biome@2.4.14': - resolution: {integrity: sha512-TmAvxOEgrpLypzVGJ8FulIZnlyA9TxrO1hyqYrCz9r+bwma9xXxuLA5IuYnj55XQneFx460KjRbx6SWGLkg3bQ==} + '@biomejs/biome@2.5.1': + resolution: {integrity: sha512-IXWLCxKmae+rI7LOHS1B3EbVisQ6GRAWbhN9msa6KjNCyFWrvKZWR4oUdinaNssrV852OrSHuSPa95h1GPJc7Q==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.4.14': - resolution: {integrity: sha512-XvgoE9XOawUOQPdmvs4J7wPhi/DLwSCGks3AlPJDmh34O0awRTqCED1HRcRDdpf1Zrp4us4MGOOdIxNpbqNF5Q==} + '@biomejs/cli-darwin-arm64@2.5.1': + resolution: {integrity: sha512-npqDzvqv7vFaWRiNN1Te71siRgPaqS9MpqgYCdP/CrUbkJ7ApezaeaKjueKHRN/JH/6lRjJQAHi8acQDCAz22w==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.4.14': - resolution: {integrity: sha512-jE7hKBCFhOx3uUh+ZkWBfOHxAcILPfhFplNkuID/eZeSTLHzfZzoZxW8fbqY9xXRnPi7jGNAf1iPVR+0yWsM/Q==} + '@biomejs/cli-darwin-x64@2.5.1': + resolution: {integrity: sha512-RgwTqPAM8g2tn1j+b5oRjF/DbSBX8a4gwojtuG9XuhfK7GgomvZ9+T+tqjXiVbjLEeGJOoL6VEk8mvRTVeSybw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.4.14': - resolution: {integrity: sha512-/z+6gqAqqUQTHazwStxSXKHg9b8UvqBmDFRp+c4wYbq2KXhELQDon9EoC9RpmQ8JWkqQx/lIUy/cs+MhzDZp6A==} + '@biomejs/cli-linux-arm64-musl@2.5.1': + resolution: {integrity: sha512-WMcvMLgByyTqVxGlq918NBBYliq9FRR9GAQVETHb+VjGVqXCZFfHlZHC1FX4ibuYY/Hg6TJE3rHU0xVrdJXNRw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [musl] - '@biomejs/cli-linux-arm64@2.4.14': - resolution: {integrity: sha512-2TELhZnW5RSLL063l9rc5xLpA0ZIw0Ccwy/0q384rvNAgFw3yI76bd59547yxowdQr5MNPET/xDLrLuvgSeeWQ==} + '@biomejs/cli-linux-arm64@2.5.1': + resolution: {integrity: sha512-yhV35CzZh38VyMvTEXi3JTjxZBs++oCKK9KG8vB6VI5+uvQvZNR3BFWEKKzuOmx9DJJj7sQpZ4LQJcmbGTs3+Q==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [glibc] - '@biomejs/cli-linux-x64-musl@2.4.14': - resolution: {integrity: sha512-R6BWgJdQOwW9ulJatuTVrQkjnODjqHZkKNOqb1sz++3Noe5LYd0i3PchnOBUCYAPHoPWHhjJqbdZlHEu0hpjdA==} + '@biomejs/cli-linux-x64-musl@2.5.1': + resolution: {integrity: sha512-ANTowtlLmPYm5yeMckWY8Xzb9Ix+JJP3tgHR/n6xRj1VWyIzzWtfRfih9hv9VmClwadpBvZduISZIbBsIlYG3A==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [musl] - '@biomejs/cli-linux-x64@2.4.14': - resolution: {integrity: sha512-zHrlQZDBDUz4OLAraYpWKcnLS6HOewBFWYOzY91d1ZjdqZwibOyb6BEu6WuWLugyo0P3riCmsbV9UqV1cSXwQg==} + '@biomejs/cli-linux-x64@2.5.1': + resolution: {integrity: sha512-J/7uHSX7NfoYDI7HijAkd8lnQIOrRb2W7j3X+tw4R+N5ExvXGsyXFiGdQcfcxfOmNQmZVSQOCDk757fwpzqQcg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [glibc] - '@biomejs/cli-win32-arm64@2.4.14': - resolution: {integrity: sha512-M3EH5hqOI/F/FUA2u4xcLoUgmxd218mvuj/6JL7Hv2toQvr2/AdOvKSpGkoRuWFCtQPVa+ZqkEV3Q5xBA9+XSA==} + '@biomejs/cli-win32-arm64@2.5.1': + resolution: {integrity: sha512-zgXnKNgWPC4iPF7Y1lR3STUeCUuZRpD6IiOrC7TZTlh0Lx6FiVUT05myuMQHQ9D+1cc7uyMldi4forE6lp0ivQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.4.14': - resolution: {integrity: sha512-WL0EG5qE+EAKomGXbf2g6VnSKJhTL3tXC0QRzWRwA5VpjxNYa6H4P7ZWfymbGE4IhZZQi1KXQ2R0YjwInmz2fA==} + '@biomejs/cli-win32-x64@2.5.1': + resolution: {integrity: sha512-6uxpR9hvaglANkZemeSiN/FhYgkGasrEGn267eXIWvjrjJ2LhDlk251IhjVJq6MXzkV2/bcXwLwSroLyPtqRZg==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] - '@flakiness/flakiness-report@0.31.0': - resolution: {integrity: sha512-on2B5Hzf2v5jqcnK1aL6G52bU2AhIIOm+qq0kX9inLflDGm4FzRDAjFsdnv0QsmUtukvK89VLlpNndNZ6q7+Bw==} - peerDependencies: - zod: ^4.1.12 - - '@flakiness/playwright@1.8.0': - resolution: {integrity: sha512-8Yq1ZNyPDNvtvq5BRnMpQ53QnXmzCXz9mH+AvAG6U77NW071ar6mgWgmJL8ZqTQPmUHHw3Om37Fhqk3O6i3QiQ==} - - '@flakiness/sdk@3.1.0': - resolution: {integrity: sha512-1TXA7r/P35abhmW3fiasshqpkn+baNbiIqS2yQnFP/zGqpqa7GYRVJ2yJ+2BPx3nEf5G5ZJBgjo8mn9WJb32gA==} + '@flakiness/playwright@1.16.0': + resolution: {integrity: sha512-w1mEHd9UyyhfaZtd1ptschPR/C1rUlv1hjJvein9GRsL81vRyObSz7E4t1fNljDrJIymaEQypBLMM1d/Qqm/0A==} engines: {node: ^20.17.0 || >=22.9.0} - peerDependencies: - '@flakiness/flakiness-report': '>=0.26.0 <1.0.0' + hasBin: true '@floating-ui/core@1.7.5': resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==} @@ -417,10 +355,6 @@ packages: '@floating-ui/utils@0.2.11': resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==} - '@isaacs/cliui@9.0.0': - resolution: {integrity: sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==} - engines: {node: '>=18'} - '@nivo/annotations@0.99.0': resolution: {integrity: sha512-jCuuXPbvpaqaz4xF7k5dv0OT2ubn5Nt0gWryuTe/8oVsC/9bzSuK8bM9vBty60m9tfO+X8vUYliuaCDwGksC2g==} peerDependencies: @@ -510,8 +444,8 @@ packages: '@nodable/entities@2.1.0': resolution: {integrity: sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==} - '@playwright/test@1.59.1': - resolution: {integrity: sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==} + '@playwright/test@1.61.1': + resolution: {integrity: sha512-8nKv6+0RJSL9FE4jYOEGXnPeM/Hg12qZpmqzZjRh3qM0Y7c3z1mrOTfFLids72RDQYVh9WpLEfR5WdpNX4fkig==} engines: {node: '>=18'} hasBin: true @@ -555,222 +489,46 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - '@smithy/chunked-blob-reader-native@4.2.3': - resolution: {integrity: sha512-jA5k5Udn7Y5717L86h4EIv06wIr3xn8GM1qHRi/Nf31annXcXHJjBKvgztnbn2TxH3xWrPBfgwHsOwZf0UmQWw==} - engines: {node: '>=18.0.0'} - - '@smithy/chunked-blob-reader@5.2.2': - resolution: {integrity: sha512-St+kVicSyayWQca+I1rGitaOEH6uKgE8IUWoYnnEX26SWdWQcL6LvMSD19Lg+vYHKdT9B2Zuu7rd3i6Wnyb/iw==} - engines: {node: '>=18.0.0'} - - '@smithy/config-resolver@4.4.17': - resolution: {integrity: sha512-TzDZcAnhTyAHbXVxWZo7/tEcrIeFq20IBk8So3OLOetWpR8EwY/yEqBMBFaJMeyEiREDq4NfEl+qO3OAUD+vbQ==} - engines: {node: '>=18.0.0'} - - '@smithy/core@3.23.17': - resolution: {integrity: sha512-x7BlLbUFL8NWCGjMF9C+1N5cVCxcPa7g6Tv9B4A2luWx3be3oU8hQ96wIwxe/s7OhIzvoJH73HAUSg5JXVlEtQ==} - engines: {node: '>=18.0.0'} - - '@smithy/credential-provider-imds@4.2.14': - resolution: {integrity: sha512-Au28zBN48ZAoXdooGUHemuVBrkE+Ie6RPmGNIAJsFqj33Vhb6xAgRifUydZ2aY+M+KaMAETAlKk5NC5h1G7wpg==} - engines: {node: '>=18.0.0'} - - '@smithy/eventstream-codec@4.2.14': - resolution: {integrity: sha512-erZq0nOIpzfeZdCyzZjdJb4nVSKLUmSkaQUVkRGQTXs30gyUGeKnrYEg+Xe1W5gE3aReS7IgsvANwVPxSzY6Pw==} - engines: {node: '>=18.0.0'} - - '@smithy/eventstream-serde-browser@4.2.14': - resolution: {integrity: sha512-8IelTCtTctWRbb+0Dcy+C0aICh1qa0qWXqgjcXDmMuCvPJRnv26hiDZoAau2ILOniki65mCPKqOQs/BaWvO4CQ==} - engines: {node: '>=18.0.0'} - - '@smithy/eventstream-serde-config-resolver@4.3.14': - resolution: {integrity: sha512-sqHiHpYRYo3FJlaIxD1J8PhbcmJAm7IuM16mVnwSkCToD7g00IBZzKuiLNMGmftULmEUX6/UAz8/NN5uMP8bVA==} - engines: {node: '>=18.0.0'} - - '@smithy/eventstream-serde-node@4.2.14': - resolution: {integrity: sha512-Ht/8BuGlKfFTy0H3+8eEu0vdpwGztCnaLLXtpXNdQqiR7Hj4vFScU3T436vRAjATglOIPjJXronY+1WxxNLSiw==} - engines: {node: '>=18.0.0'} - - '@smithy/eventstream-serde-universal@4.2.14': - resolution: {integrity: sha512-lWyt4T2XQZUZgK3tQ3Wn0w3XBvZsK/vjTuJl6bXbnGZBHH0ZUSONTYiK9TgjTTzU54xQr3DRFwpjmhp0oLm3gg==} - engines: {node: '>=18.0.0'} - - '@smithy/fetch-http-handler@5.3.17': - resolution: {integrity: sha512-bXOvQzaSm6MnmLaWA1elgfQcAtN4UP3vXqV97bHuoOrHQOJiLT3ds6o9eo5bqd0TJfRFpzdGnDQdW3FACiAVdw==} - engines: {node: '>=18.0.0'} - - '@smithy/hash-blob-browser@4.2.15': - resolution: {integrity: sha512-0PJ4Al3fg2nM4qKrAIxyNcApgqHAXcBkN8FeizOz69z0rb26uZ6lMESYtxegaTlXB5Hj84JfwMPavMrwDMjucA==} - engines: {node: '>=18.0.0'} - - '@smithy/hash-node@4.2.14': - resolution: {integrity: sha512-8ZBDY2DD4wr+GGjTpPtiglEsqr0lUP+KHqgZcWczFf6qeZ/YRjMIOoQWVQlmwu7EtxKTd8YXD8lblmYcpBIA1g==} + '@smithy/core@3.26.0': + resolution: {integrity: sha512-mLUktFAn+Pa2agl1J7VgtYNFWCX8/b4GMJSK1hCu4YCvtBfM6F8Os3EP4ry+DFFlXOf3wyvlgXhuUdFoy52D3g==} engines: {node: '>=18.0.0'} - '@smithy/hash-stream-node@4.2.14': - resolution: {integrity: sha512-tw4GANWkZPb6+BdD4Fgucqzey2+r73Z/GRo9zklsCdwrnxxumUV83ZIaBDdudV4Ylazw3EPTiJZhpX42105ruQ==} + '@smithy/credential-provider-imds@4.4.2': + resolution: {integrity: sha512-18UMDMyrAbDcpmL1gLUA7ww0fRTcdCrSjSJOi2Sbld+tVjwD/pW+OAwjlScFLR7vvBnhZrIPQ7kVuTf1mnJLug==} engines: {node: '>=18.0.0'} - '@smithy/invalid-dependency@4.2.14': - resolution: {integrity: sha512-c21qJiTSb25xvvOp+H2TNZzPCngrvl5vIPqPB8zQ/DmJF4QWXO19x1dWfMJZ6wZuuWUPPm0gV8C0cU3+ifcWuw==} + '@smithy/fetch-http-handler@5.5.2': + resolution: {integrity: sha512-Ei/UK/QMhq0rKaMqGPlOAkE2yS9DZeYmZdk1RAKc3vp3zxgleZHZyBLlZv8yLsxljX4svCRuMTD6u3LLIcU4Bg==} engines: {node: '>=18.0.0'} '@smithy/is-array-buffer@2.2.0': resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==} engines: {node: '>=14.0.0'} - '@smithy/is-array-buffer@4.2.2': - resolution: {integrity: sha512-n6rQ4N8Jj4YTQO3YFrlgZuwKodf4zUFs7EJIWH86pSCWBaAtAGBFfCM7Wx6D2bBJ2xqFNxGBSrUWswT3M0VJow==} + '@smithy/node-http-handler@4.8.2': + resolution: {integrity: sha512-wfl1uwrAqMH9/pi4kqBo5LBcFwrJLxuDLqL7p7qNcJIFcyZDUc6pzhYk4CYv+DP7fIUpQCZumwNnkhPKS52osQ==} engines: {node: '>=18.0.0'} - '@smithy/md5-js@4.2.14': - resolution: {integrity: sha512-V2v0vx+h0iUSNG1Alt+GNBMSLGCrl9iVsdd+Ap67HPM9PN479x12V8LkuMoKImNZxn3MXeuyUjls+/7ZACZghA==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-content-length@4.2.14': - resolution: {integrity: sha512-xhHq7fX4/3lv5NHxLUk3OeEvl0xZ+Ek3qIbWaCL4f9JwgDZEclPBElljaZCAItdGPQl/kSM4LPMOpy1MYgprpw==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-endpoint@4.4.32': - resolution: {integrity: sha512-ZZkgyjnJppiZbIm6Qbx92pbXYi1uzenIvGhBSCDlc7NwuAkiqSgS75j1czAD25ZLs2FjMjYy1q7gyRVWG6JA0Q==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-retry@4.5.7': - resolution: {integrity: sha512-bRt6ZImqVSeTk39Nm81K20ObIiAZ3WefY7G6+iz/0tZjs4dgRRjvRX2sgsH+zi6iDCRR/aQvQofLKxxz4rPBZg==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-serde@4.2.20': - resolution: {integrity: sha512-Lx9JMO9vArPtiChE3wbEZ5akMIDQpWQtlu90lhACQmNOXcGXRbaDywMHDzuDZ2OkZzP+9wQfZi3YJT9F67zTQQ==} - engines: {node: '>=18.0.0'} - - '@smithy/middleware-stack@4.2.14': - resolution: {integrity: sha512-2dvkUKLuFdKsCRmOE4Mn63co0Djtsm+JMh0bYZQupN1pJwMeE8FmQmRLLzzEMN0dnNi7CDCYYH8F0EVwWiPBeA==} - engines: {node: '>=18.0.0'} - - '@smithy/node-config-provider@4.3.14': - resolution: {integrity: sha512-S+gFjyo/weSVL0P1b9Ts8C/CwIfNCgUPikk3sl6QVsfE/uUuO+QsF+NsE/JkpvWqqyz1wg7HFdiaZuj5CoBMRg==} - engines: {node: '>=18.0.0'} - - '@smithy/node-http-handler@4.6.1': - resolution: {integrity: sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==} - engines: {node: '>=18.0.0'} - - '@smithy/property-provider@4.2.14': - resolution: {integrity: sha512-WuM31CgfsnQ/10i7NYr0PyxqknD72Y5uMfUMVSniPjbEPceiTErb4eIqJQ+pdxNEAUEWrewrGjIRjVbVHsxZiQ==} - engines: {node: '>=18.0.0'} - - '@smithy/protocol-http@5.3.14': - resolution: {integrity: sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==} - engines: {node: '>=18.0.0'} - - '@smithy/querystring-builder@4.2.14': - resolution: {integrity: sha512-XYA5Z0IqTeF+5XDdh4BBmSA0HvbgVZIyv4cmOoUheDNR57K1HgBp9ukUMx3Cr3XpDHHpLBnexPE3LAtDsZkj2A==} - engines: {node: '>=18.0.0'} - - '@smithy/querystring-parser@4.2.14': - resolution: {integrity: sha512-hr+YyqBD23GVvRxGGrcc/oOeNlK3PzT5Fu4dzrDXxzS1LpFiuL2PQQqKPs87M79aW7ziMs+nvB3qdw77SqE7Lw==} - engines: {node: '>=18.0.0'} - - '@smithy/service-error-classification@4.3.1': - resolution: {integrity: sha512-aUQuDGh760ts/8MU+APjIZhlLPKhIIfqyzZaJikLEIMrdxFvxuLYD0WxWzaYWpmLbQlXDe9p7EWM3HsBe0K6Gw==} - engines: {node: '>=18.0.0'} - - '@smithy/shared-ini-file-loader@4.4.9': - resolution: {integrity: sha512-495/V2I15SHgedSJoDPD23JuSfKAp726ZI1V0wtjB07Wh7q/0tri/0e0DLefZCHgxZonrGKt/OCTpAtP1wE1kQ==} - engines: {node: '>=18.0.0'} - - '@smithy/signature-v4@5.3.14': - resolution: {integrity: sha512-1D9Y/nmlVjCeSivCbhZ7hgEpmHyY1h0GvpSZt3l0xcD9JjmjVC1CHOozS6+Gh+/ldMH8JuJ6cujObQqfayAVFA==} - engines: {node: '>=18.0.0'} - - '@smithy/smithy-client@4.12.13': - resolution: {integrity: sha512-y/Pcj1V9+qG98gyu1gvftHB7rDpdh+7kIBIggs55yGm3JdtBV8GT8IFF3a1qxZ79QnaJHX9GXzvBG6tAd+czJA==} - engines: {node: '>=18.0.0'} - - '@smithy/types@4.13.1': - resolution: {integrity: sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==} + '@smithy/signature-v4@5.5.2': + resolution: {integrity: sha512-7xHpmPY4rt0IOmeAA8EfjgEH8isT+587TCdy9H6a7d4OMi5CQ0oEHhWllunvPu4j4Cq0vTFwdxXN/kABWPjdyA==} engines: {node: '>=18.0.0'} '@smithy/types@4.14.1': resolution: {integrity: sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==} engines: {node: '>=18.0.0'} - '@smithy/url-parser@4.2.14': - resolution: {integrity: sha512-p06BiBigJ8bTA3MgnOfCtDUWnAMY0YfedO/GRpmc7p+wg3KW8vbXy1xwSu5ASy0wV7rRYtlfZOIKH4XqfhjSQQ==} - engines: {node: '>=18.0.0'} - - '@smithy/util-base64@4.3.2': - resolution: {integrity: sha512-XRH6b0H/5A3SgblmMa5ErXQ2XKhfbQB+Fm/oyLZ2O2kCUrwgg55bU0RekmzAhuwOjA9qdN5VU2BprOvGGUkOOQ==} - engines: {node: '>=18.0.0'} - - '@smithy/util-body-length-browser@4.2.2': - resolution: {integrity: sha512-JKCrLNOup3OOgmzeaKQwi4ZCTWlYR5H4Gm1r2uTMVBXoemo1UEghk5vtMi1xSu2ymgKVGW631e2fp9/R610ZjQ==} - engines: {node: '>=18.0.0'} - - '@smithy/util-body-length-node@4.2.3': - resolution: {integrity: sha512-ZkJGvqBzMHVHE7r/hcuCxlTY8pQr1kMtdsVPs7ex4mMU+EAbcXppfo5NmyxMYi2XU49eqaz56j2gsk4dHHPG/g==} + '@smithy/types@4.15.0': + resolution: {integrity: sha512-Z5TAOxygoFvybJV3igo5SloFflSokHx2hu1eFA+DxDTcn+FtKxUSui+rbTRG1pAafMA888Z3MVvCWUuvCrTXjg==} engines: {node: '>=18.0.0'} '@smithy/util-buffer-from@2.2.0': resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==} engines: {node: '>=14.0.0'} - '@smithy/util-buffer-from@4.2.2': - resolution: {integrity: sha512-FDXD7cvUoFWwN6vtQfEta540Y/YBe5JneK3SoZg9bThSoOAC/eGeYEua6RkBgKjGa/sz6Y+DuBZj3+YEY21y4Q==} - engines: {node: '>=18.0.0'} - - '@smithy/util-config-provider@4.2.2': - resolution: {integrity: sha512-dWU03V3XUprJwaUIFVv4iOnS1FC9HnMHDfUrlNDSh4315v0cWyaIErP8KiqGVbf5z+JupoVpNM7ZB3jFiTejvQ==} - engines: {node: '>=18.0.0'} - - '@smithy/util-defaults-mode-browser@4.3.49': - resolution: {integrity: sha512-a5bNrdiONYB/qE2BuKegvUMd/+ZDwdg4vsNuuSzYE8qs2EYAdK9CynL+Rzn29PbPiUqoz/cbpRbcLzD5lEevHw==} - engines: {node: '>=18.0.0'} - - '@smithy/util-defaults-mode-node@4.2.54': - resolution: {integrity: sha512-g1cvrJvOnzeJgEdf7AE4luI7gp6L8weE0y9a9wQUSGtjb8QRHDbCJYuE4Sy0SD9N8RrnNPFsPltAz/OSoBR9Zw==} - engines: {node: '>=18.0.0'} - - '@smithy/util-endpoints@3.4.2': - resolution: {integrity: sha512-a55Tr+3OKld4TTtnT+RhKOQHyPxm3j/xL4OR83WBUhLJaKDS9dnJ7arRMOp3t31dcLhApwG9bgvrRXBHlLdIkg==} - engines: {node: '>=18.0.0'} - - '@smithy/util-hex-encoding@4.2.2': - resolution: {integrity: sha512-Qcz3W5vuHK4sLQdyT93k/rfrUwdJ8/HZ+nMUOyGdpeGA1Wxt65zYwi3oEl9kOM+RswvYq90fzkNDahPS8K0OIg==} - engines: {node: '>=18.0.0'} - - '@smithy/util-middleware@4.2.14': - resolution: {integrity: sha512-1Su2vj9RYNDEv/V+2E+jXkkwGsgR7dc4sfHn9Z7ruzQHJIEni9zzw5CauvRXlFJfmgcqYP8fWa0dkh2Q2YaQyw==} - engines: {node: '>=18.0.0'} - - '@smithy/util-retry@4.3.8': - resolution: {integrity: sha512-LUIxbTBi+OpvXpg91poGA6BdyoleMDLnfXjVDqyi2RvZmTveY5loE/FgYUBCR5LU2BThW2SoZRh8dTIIy38IPw==} - engines: {node: '>=18.0.0'} - - '@smithy/util-stream@4.5.25': - resolution: {integrity: sha512-/PFpG4k8Ze8Ei+mMKj3oiPICYekthuzePZMgZbCqMiXIHHf4n2aZ4Ps0aSRShycFTGuj/J6XldmC0x0DwednIA==} - engines: {node: '>=18.0.0'} - - '@smithy/util-uri-escape@4.2.2': - resolution: {integrity: sha512-2kAStBlvq+lTXHyAZYfJRb/DfS3rsinLiwb+69SstC9Vb0s9vNWkRwpnj918Pfi85mzi42sOqdV72OLxWAISnw==} - engines: {node: '>=18.0.0'} - '@smithy/util-utf8@2.3.0': resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==} engines: {node: '>=14.0.0'} - '@smithy/util-utf8@4.2.2': - resolution: {integrity: sha512-75MeYpjdWRe8M5E3AW0O4Cx3UadweS+cwdXjwYGBW5h/gxxnbeZ877sLPX/ZJA9GVTlL/qG0dXP29JWFCD1Ayw==} - engines: {node: '>=18.0.0'} - - '@smithy/util-waiter@4.3.0': - resolution: {integrity: sha512-JyjYmLAfS+pdxF92o4yLgEoy0zhayKTw73FU1aofLWwLcJw7iSqIY2exGmMTrl/lmZugP5p/zxdFSippJDfKWA==} - engines: {node: '>=18.0.0'} - - '@smithy/uuid@1.1.2': - resolution: {integrity: sha512-O/IEdcCUKkubz60tFbGA7ceITTAJsty+lBjNoorP4Z6XRqaFb/OjQjZODophEcuq68nKm6/0r+6/lLQ+XVpk8g==} - engines: {node: '>=18.0.0'} - '@types/d3-color@3.1.3': resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==} @@ -810,14 +568,14 @@ packages: '@types/d3-time@3.0.4': resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==} - '@types/node@13.13.52': - resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==} - '@types/node@18.19.130': resolution: {integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==} - '@types/node@24.12.3': - resolution: {integrity: sha512-8oljBDGun9cIsZRJR6fkihn0TSXJI0UDOOhncYaERq6M0JMDoPLxyscwruJcb4GKS6dvK/d8xebYBg27h/duaQ==} + '@types/node@24.13.2': + resolution: {integrity: sha512-fRa09kZTgu8o71KFcDjUFuc7F+dEbZYZmkI0mg5YBTRs0yMKjYHsq/c0urDKeDb+D5qVgXOdFcuu+DZPKOITwA==} + + '@types/node@25.9.4': + resolution: {integrity: sha512-dszCsrKb5U7ZsVZBWiHFklTloVl0mSEnWH/iZXfZUlI4rzCUnsvGmgqfuVRHL54ugE7/wRuxEIXRa2iMZ+BG6g==} '@types/ssh2-sftp-client@9.0.6': resolution: {integrity: sha512-4+KvXO/V77y9VjI2op2T8+RCGI/GXQAwR0q5Qkj/EJ5YSeyKszqZP6F8i3H3txYoBqjc7sgorqyvBP3+w1EHyg==} @@ -848,21 +606,25 @@ packages: resolution: {integrity: sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==} engines: {node: '>=12.0'} - allure-js-commons@3.7.2: - resolution: {integrity: sha512-X83MUg7bDFHyQJm28vrPuXTk2ZkssJdugzpre4tHCv6IPDcILF+p8K1mPZLdb98PcMc+IycpcgIYdCzoz49p7Q==} + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + + allure-js-commons@3.10.1: + resolution: {integrity: sha512-GhItH/LUPUioQcr9igrQJyI0ha0w3XdF8b932YjI/x3LzbC5SM7tgpAfdC2TLEoGa2yeIYsMUqNMTBZYUgC/gw==} peerDependencies: - allure-playwright: 3.7.2 + allure-playwright: 3.10.1 peerDependenciesMeta: allure-playwright: optional: true - allure-playwright@3.7.2: - resolution: {integrity: sha512-rFfXctjycYunqcL899WgvFSP1k3+cY24rDl5FUPxTELzyl7BRFRO3kF3OXegCfdijwdGwOwrmAgGEX3u0qU5mQ==} + allure-playwright@3.10.1: + resolution: {integrity: sha512-Fz8Vta9G+mfXvqB3Sb6M8D2S6X3q5kCBC4L3vsRuo/ffQ2IXYO1rul1u7rsf2IKOKkj2HwXRmx6PyB+Q1pGBPg==} peerDependencies: '@playwright/test': '>=1.53.0' - allure@3.7.0: - resolution: {integrity: sha512-S2msBDLv85+ElXbPb94VwF/QL54OWa+zVAfkIi8xstXrv9asR0+3q0vglPENL3QqNR/ZWKY92ttSAlgcdzafCQ==} + allure@3.13.1: + resolution: {integrity: sha512-ct9M+O1Kuy3toyD+gLzePNYFKqRPyuLwEsilfaEV5SeqMUekIyKyFbJDqaeoXixGuMSWqQK3paSLwpj4Dfp1+g==} hasBin: true ansi-escapes@7.0.0: @@ -895,12 +657,12 @@ packages: resolution: {integrity: sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==} engines: {node: '>= 6.0.0'} - axios@1.14.0: - resolution: {integrity: sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==} - axios@1.16.0: resolution: {integrity: sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==} + axios@1.18.1: + resolution: {integrity: sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==} + balanced-match@4.0.4: resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==} engines: {node: 18 || 20 || >=22} @@ -947,9 +709,9 @@ packages: charenc@0.0.2: resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==} - chokidar@4.0.3: - resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} - engines: {node: '>= 14.16.0'} + chokidar@5.0.0: + resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==} + engines: {node: '>= 20.19.0'} cli-cursor@5.0.0: resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} @@ -997,10 +759,6 @@ packages: resolution: {integrity: sha512-IBWsY8xznyQrcHn8h4bC8/4ErNke5elzgG8GcqF4RFPw6aHkWWRc7Tgw6upjaTX/CT/yQgqYENkxYsTYN+hW2g==} engines: {node: '>=18'} - cross-spawn@7.0.6: - resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} - engines: {node: '>= 8'} - crypt@0.0.2: resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==} @@ -1146,6 +904,9 @@ packages: resolution: {integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==} engines: {node: '>=0.10'} + des.js@1.1.0: + resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} + dompurify@3.4.2: resolution: {integrity: sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==} @@ -1198,16 +959,9 @@ packages: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - fast-xml-builder@1.1.4: - resolution: {integrity: sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==} - fast-xml-builder@1.1.9: resolution: {integrity: sha512-jcyKVSEX13iseJqg7n/KWw+xnu/7fdrZ333Fac54KjHDIELVCfDDJXYIm6DTJ0Su4gSzrhqiK0DzY/wZbF40mw==} - fast-xml-parser@5.5.8: - resolution: {integrity: sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==} - hasBin: true - fast-xml-parser@5.7.2: resolution: {integrity: sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==} hasBin: true @@ -1216,15 +970,6 @@ packages: resolution: {integrity: sha512-JGG8pvDi2C+JxidYdIwQDyS/CgcrIdh18cvgxcBge3wSHRQOrooMD3GlFBcmMJAN9M42SAZjDp5zv1dglJjwww==} engines: {node: '>=20'} - follow-redirects@1.15.11: - resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - follow-redirects@1.16.0: resolution: {integrity: sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==} engines: {node: '>=4.0'} @@ -1234,10 +979,6 @@ packages: debug: optional: true - foreground-child@3.3.1: - resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} - engines: {node: '>=14'} - form-data@4.0.4: resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} engines: {node: '>= 6'} @@ -1261,10 +1002,6 @@ packages: generate-function@2.3.1: resolution: {integrity: sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==} - get-east-asian-width@1.4.0: - resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==} - engines: {node: '>=18'} - get-east-asian-width@1.5.0: resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==} engines: {node: '>=18'} @@ -1277,12 +1014,6 @@ packages: resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} engines: {node: '>= 0.4'} - glob@11.1.0: - resolution: {integrity: sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==} - engines: {node: 20 || >=22} - deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me - hasBin: true - glob@13.0.6: resolution: {integrity: sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==} engines: {node: 18 || 20 || >=22} @@ -1308,6 +1039,10 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + husky@9.1.7: resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} engines: {node: '>=18'} @@ -1346,14 +1081,14 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true - is-fullwidth-code-point@5.0.0: - resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==} - engines: {node: '>=18'} - is-fullwidth-code-point@5.1.0: resolution: {integrity: sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==} engines: {node: '>=18'} + is-in-ssh@1.0.0: + resolution: {integrity: sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==} + engines: {node: '>=20'} + is-inside-container@1.0.0: resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==} engines: {node: '>=14.16'} @@ -1370,26 +1105,18 @@ packages: resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} engines: {node: '>=16'} - isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - - isexe@4.0.0: - resolution: {integrity: sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==} - engines: {node: '>=20'} - - jackspeak@4.2.3: - resolution: {integrity: sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==} - engines: {node: 20 || >=22} + js-md4@0.3.2: + resolution: {integrity: sha512-/GDnfQYsltsjRswQhN9fhv3EMw2sCpUdrdxyWDOUK7eyD++r3gRhzgiQgc/x4MAv2i1iuQ4lxO5mvqM3vj4bwA==} kleur@3.0.3: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} - linkify-it@5.0.0: - resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + linkify-it@5.0.1: + resolution: {integrity: sha512-wVoTjP4Q6R0NW5hiZkVJaFZPWgtXfoGF+6LucL3/FtiNjmcHhYjEr5f1Kqjirc1nBW07J/ZuRFumqr2oqccEWg==} - lint-staged@17.0.2: - resolution: {integrity: sha512-Rbr6rdmbCn1fIDHBZpn0madg0hEkdlh+QwajnL3Qq0ZUq/icAJfLGj9BVBajAXi7657ZzKQ7kobGP9S5XOHYRw==} + lint-staged@17.0.8: + resolution: {integrity: sha512-B2P/d+jVW0UXOQ0MVMLrB/9ydA1P+zz6jYfdrbbEd9ur3S2rcbduFWKiUCC02Sm5hbC8nrm7y24WuYMG54HfxA==} engines: {node: '>=22.22.1'} hasBin: true @@ -1407,9 +1134,6 @@ packages: lodash.omit@4.18.0: resolution: {integrity: sha512-hZXIupXdHtocTnvIJ2aCd2vxKYtxex6gbiGuPvgBRnFQO9yu3AtmDAbVuCXcSsQx3INo/1g71OktlFFA/ES8Xg==} - lodash@4.17.23: - resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} - lodash@4.18.1: resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} @@ -1428,11 +1152,11 @@ packages: resolution: {integrity: sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==} engines: {bun: '>=1.0.0', deno: '>=1.30.0', node: '>=8.0.0'} - mailinator-client@1.1.0: - resolution: {integrity: sha512-8eApzpMsR9tLfyFJHfvvir/MP1dgG2LzcnybCXE1jaMafnykN/r8ZpfQn1grHp1xPOTexyZOJ1XsAiQXlk5DXA==} + mailinator-client@1.1.1: + resolution: {integrity: sha512-Iap6cs3mExZdSrLRHTs/AiUGmS/0NL70nCbuMwI8V0LRA/AN7DVQJLK8pB1/wKzHkW/fqc1LQ8XpPvVRbHnixg==} - markdown-it@14.1.1: - resolution: {integrity: sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==} + markdown-it@14.2.0: + resolution: {integrity: sha512-1TGiQiJVRQ3NPmZH6sx5Cfnmg6GQm9jvC1ch4TK511NjSJvjzKLzn5pPfZRNZkRPZP0HqCioSndqH8v2nRaWVQ==} hasBin: true math-intrinsics@1.1.0: @@ -1457,6 +1181,9 @@ packages: resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} engines: {node: '>=18'} + minimalistic-assert@1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + minimatch@10.2.4: resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} engines: {node: 18 || 20 || >=22} @@ -1468,11 +1195,14 @@ packages: resolution: {integrity: sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==} engines: {node: '>=16 || 14 >=14.17'} + minisearch@7.2.0: + resolution: {integrity: sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg==} + ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - mysql2@3.22.3: - resolution: {integrity: sha512-uWWxvZSRvRhtBdh2CdcuK83YcOfPdmEeEYB069bAmPnV93QApDGVPuvCQOLjlh7tYHEWdgQPrn6kosDxHBVLkA==} + mysql2@3.22.5: + resolution: {integrity: sha512-95uZ2TrPWAZdwpB3vvvDbmEMcNG8yIeNCyu6GUcr/QnWEE/wXm7+mhOCsdQfWQDTV7qYT/PDUZ4U4UPP4AsXqQ==} engines: {node: '>= 8.0'} peerDependencies: '@types/node': '>= 8' @@ -1508,9 +1238,9 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - open@10.2.0: - resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==} - engines: {node: '>=18'} + open@11.0.0: + resolution: {integrity: sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==} + engines: {node: '>=20'} p-limit@4.0.0: resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} @@ -1524,21 +1254,10 @@ packages: resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - package-json-from-dist@1.0.1: - resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - - path-expression-matcher@1.2.1: - resolution: {integrity: sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==} - engines: {node: '>=14.0.0'} - path-expression-matcher@1.5.0: resolution: {integrity: sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==} engines: {node: '>=14.0.0'} - path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} - path-scurry@2.0.2: resolution: {integrity: sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==} engines: {node: 18 || 20 || >=22} @@ -1547,16 +1266,20 @@ packages: resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} - playwright-core@1.59.1: - resolution: {integrity: sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==} + playwright-core@1.61.1: + resolution: {integrity: sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg==} engines: {node: '>=18'} hasBin: true - playwright@1.59.1: - resolution: {integrity: sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==} + playwright@1.61.1: + resolution: {integrity: sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ==} engines: {node: '>=18'} hasBin: true + powershell-utils@0.1.0: + resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==} + engines: {node: '>=20'} + preact@10.29.0: resolution: {integrity: sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==} @@ -1584,8 +1307,8 @@ packages: resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} engines: {node: '>=6'} - qs@6.15.0: - resolution: {integrity: sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==} + qs@6.15.1: + resolution: {integrity: sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==} engines: {node: '>=0.6'} react-virtualized-auto-sizer@1.0.26: @@ -1602,9 +1325,9 @@ packages: resolution: {integrity: sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - readdirp@4.1.2: - resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==} - engines: {node: '>= 14.18.0'} + readdirp@5.0.0: + resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==} + engines: {node: '>= 20.19.0'} restore-cursor@5.1.0: resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} @@ -1626,14 +1349,6 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} - - shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} - side-channel-list@1.0.0: resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} engines: {node: '>= 0.4'} @@ -1691,9 +1406,6 @@ packages: resolution: {integrity: sha512-r1X4KsBGedJqo7h8F5c4Ybpcr5RjyP+aWIG007uBPRjmdQWfEiVLzSK71Zji1B9sKxwaCvD8y8cwSkYrlLiRRg==} engines: {node: '>=10.16.0'} - stable-hash@0.0.6: - resolution: {integrity: sha512-0afH4mobqTybYZsXImQRLOjHV4gvOW+92HdUIax9t7a8d9v54KWykEuMVIcXhD9BCi+w3kS4x7O6fmZQ3JlG/g==} - string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} engines: {node: '>=0.6.19'} @@ -1713,8 +1425,8 @@ packages: resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} engines: {node: '>=12'} - stripe@22.1.1: - resolution: {integrity: sha512-cmodIYP27tBkJ8G7DuGgWw0PFuemlFZbuF3Wwr1TrjFjUa3T7NIgCe6TVwX8BO2ynu+xtTuDGfHafNDCPt9lXA==} + stripe@22.3.0: + resolution: {integrity: sha512-ypO6xjVrMWs9SmIMeHr8naCx3dAQ0clxMdUTxn7Ejd7hmY9meBGfE+N4pVHkf9sUNebAHp6uJo6mV3GxDIc2cA==} engines: {node: '>=18'} peerDependencies: '@types/node': '>=18' @@ -1722,14 +1434,11 @@ packages: '@types/node': optional: true - strnum@2.2.0: - resolution: {integrity: sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==} - strnum@2.2.3: resolution: {integrity: sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==} - tinyexec@1.1.2: - resolution: {integrity: sha512-dAqSqE/RabpBKI8+h26GfLq6Vb3JVXs30XYQjdMjaj/c2tS8IYYMbIzP599KtRj7c57/wYApb3QjgRgXmrCukA==} + tinyexec@1.2.4: + resolution: {integrity: sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==} engines: {node: '>=18'} tslib@2.8.1: @@ -1745,8 +1454,9 @@ packages: typanion@3.14.0: resolution: {integrity: sha512-ZW/lVMRabETuYCd9O9ZvMhAh8GslSqaUjxmK/JLPCh6l73CvLBiuXswj/+7LdnWOgYsQ130FqLzFz5aGT4I3Ug==} - typed-rest-client@1.8.11: - resolution: {integrity: sha512-5UvfMpd1oelmUPRbbaVnq+rHP7ng2cE4qoQkQeAqxRL6PklkxsM0g32/HL0yfvruK6ojQ5x8EE+HF4YV6DtuCA==} + typed-rest-client@3.0.0: + resolution: {integrity: sha512-J1KaEgK4jvnShMs+Y/oRbWYUKG5chdE5jgCinPWqlP+qXcznJqY2SiGcckKEHeQEiRZQAE4kAfepvCzx5ACQtw==} + engines: {node: '>= 16.0.0'} typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} @@ -1770,8 +1480,11 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@7.16.0: - resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + undici-types@7.18.2: + resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==} + + undici-types@7.24.6: + resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==} unicorn-magic@0.3.0: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} @@ -1786,16 +1499,6 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} - hasBin: true - - which@6.0.1: - resolution: {integrity: sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==} - engines: {node: ^20.17.0 || >=22.9.0} - hasBin: true - wmf@1.0.2: resolution: {integrity: sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==} engines: {node: '>=0.8'} @@ -1815,22 +1518,22 @@ packages: resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} engines: {node: '>=18'} - wsl-utils@0.1.0: - resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==} - engines: {node: '>=18'} + wsl-utils@0.3.1: + resolution: {integrity: sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==} + engines: {node: '>=20'} xlsx@0.18.5: resolution: {integrity: sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==} engines: {node: '>=0.8'} hasBin: true - yaml@2.8.2: - resolution: {integrity: sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==} + yaml@2.8.4: + resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} engines: {node: '>= 14.6'} hasBin: true - yaml@2.8.4: - resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==} + yaml@2.9.0: + resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} engines: {node: '>= 14.6'} hasBin: true @@ -1846,56 +1549,52 @@ packages: resolution: {integrity: sha512-g1TjcvzTXLWwDDyZSdC+w7tNdeNCq/qA8Amm8kxGBldyW2yxtSHHlYinxTRvlcaE4Tt3l1ZPsWSA+P9sn20MRw==} engines: {node: '>=18'} - zod@4.3.6: - resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} - zod@4.4.3: resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==} snapshots: - '@allurereport/aql@3.7.0': {} + '@allurereport/aql@3.13.1': {} - '@allurereport/charts-api@3.7.0': + '@allurereport/charts-api@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 d3-shape: 3.2.0 - '@allurereport/ci@3.7.0': + '@allurereport/ci@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 + '@allurereport/core-api': 3.13.1 - '@allurereport/core-api@3.7.0': + '@allurereport/core-api@3.13.1': dependencies: d3-shape: 3.2.0 - '@allurereport/core@3.7.0(preact@10.29.0)(typescript@6.0.3)': - dependencies: - '@allurereport/ci': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-agent': 3.7.0 - '@allurereport/plugin-allure2': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/plugin-awesome': 3.7.0(preact@10.29.0)(typescript@6.0.3) - '@allurereport/plugin-classic': 3.7.0(preact@10.29.0)(typescript@6.0.3) - '@allurereport/plugin-csv': 3.7.0 - '@allurereport/plugin-dashboard': 3.7.0(preact@10.29.0)(typescript@6.0.3) - '@allurereport/plugin-jira': 3.7.0 - '@allurereport/plugin-log': 3.7.0 - '@allurereport/plugin-progress': 3.7.0 - '@allurereport/plugin-slack': 3.7.0 - '@allurereport/plugin-testops': 3.7.0 - '@allurereport/plugin-testplan': 3.7.0 - '@allurereport/reader': 3.7.0 - '@allurereport/reader-api': 3.7.0 - '@allurereport/service': 3.7.0 - '@allurereport/summary': 3.7.0(typescript@6.0.3) + '@allurereport/core@3.13.1(preact@10.29.0)(typescript@6.0.3)': + dependencies: + '@allurereport/ci': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-agent': 3.13.1 + '@allurereport/plugin-allure2': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/plugin-awesome': 3.13.1(preact@10.29.0)(typescript@6.0.3) + '@allurereport/plugin-classic': 3.13.1(preact@10.29.0)(typescript@6.0.3) + '@allurereport/plugin-csv': 3.13.1 + '@allurereport/plugin-dashboard': 3.13.1(preact@10.29.0)(typescript@6.0.3) + '@allurereport/plugin-jira': 3.13.1 + '@allurereport/plugin-log': 3.13.1 + '@allurereport/plugin-progress': 3.13.1 + '@allurereport/plugin-slack': 3.13.1 + '@allurereport/plugin-testops': 3.13.1 + '@allurereport/plugin-testplan': 3.13.1 + '@allurereport/reader': 3.13.1 + '@allurereport/reader-api': 3.13.1 + '@allurereport/service': 3.13.1 + '@allurereport/summary': 3.13.1(typescript@6.0.3) glob: 13.0.6 handlebars: 4.7.9 node-stream-zip: 1.15.0 p-limit: 7.3.0 - progress: 2.0.3 yaml: 2.8.4 yoctocolors: 2.1.2 zip-stream: 7.0.2 @@ -1904,109 +1603,115 @@ snapshots: - preact - typescript - '@allurereport/directory-watcher@3.7.0': + '@allurereport/directory-watcher@3.13.1': + dependencies: + chokidar: 5.0.0 + + '@allurereport/git@3.13.1': dependencies: - chokidar: 4.0.3 + '@allurereport/core-api': 3.13.1 - '@allurereport/plugin-agent@3.7.0': + '@allurereport/plugin-agent@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - yaml: 2.8.2 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + yaml: 2.8.4 - '@allurereport/plugin-allure2@3.7.0': + '@allurereport/plugin-allure2@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 find-up: 8.0.0 handlebars: 4.7.9 - '@allurereport/plugin-api@3.7.0': + '@allurereport/plugin-api@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 + '@allurereport/core-api': 3.13.1 - '@allurereport/plugin-awesome@3.7.0(preact@10.29.0)(typescript@6.0.3)': + '@allurereport/plugin-awesome@3.13.1(preact@10.29.0)(typescript@6.0.3)': dependencies: - '@allurereport/charts-api': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/web-awesome': 3.7.0(typescript@6.0.3) - '@allurereport/web-commons': 3.7.0(preact@10.29.0) + '@allurereport/charts-api': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/web-awesome': 3.13.1(typescript@6.0.3) + '@allurereport/web-commons': 3.13.1(preact@10.29.0) d3-shape: 3.2.0 handlebars: 4.7.9 - markdown-it: 14.1.1 + markdown-it: 14.2.0 transitivePeerDependencies: - preact - typescript - '@allurereport/plugin-classic@3.7.0(preact@10.29.0)(typescript@6.0.3)': + '@allurereport/plugin-classic@3.13.1(preact@10.29.0)(typescript@6.0.3)': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/web-awesome': 3.7.0(typescript@6.0.3) - '@allurereport/web-classic': 3.7.0(typescript@6.0.3) - '@allurereport/web-commons': 3.7.0(preact@10.29.0) + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/web-awesome': 3.13.1(typescript@6.0.3) + '@allurereport/web-classic': 3.13.1(typescript@6.0.3) + '@allurereport/web-commons': 3.13.1(preact@10.29.0) d3-shape: 3.2.0 handlebars: 4.7.9 - markdown-it: 14.1.1 + markdown-it: 14.2.0 transitivePeerDependencies: - preact - typescript - '@allurereport/plugin-csv@3.7.0': + '@allurereport/plugin-csv@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 - '@allurereport/plugin-dashboard@3.7.0(preact@10.29.0)(typescript@6.0.3)': + '@allurereport/plugin-dashboard@3.13.1(preact@10.29.0)(typescript@6.0.3)': dependencies: - '@allurereport/charts-api': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/web-commons': 3.7.0(preact@10.29.0) - '@allurereport/web-dashboard': 3.7.0(typescript@6.0.3) + '@allurereport/charts-api': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/web-commons': 3.13.1(preact@10.29.0) + '@allurereport/web-dashboard': 3.13.1(typescript@6.0.3) d3-shape: 3.2.0 handlebars: 4.7.9 transitivePeerDependencies: - preact - typescript - '@allurereport/plugin-jira@3.7.0': + '@allurereport/plugin-jira@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 axios: 1.16.0 transitivePeerDependencies: - debug - '@allurereport/plugin-log@3.7.0': + '@allurereport/plugin-log@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 yoctocolors: 2.1.2 - '@allurereport/plugin-progress@3.7.0': + '@allurereport/plugin-progress@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 yoctocolors: 2.1.2 - '@allurereport/plugin-server-reload@3.7.0': + '@allurereport/plugin-server-reload@3.13.1': dependencies: - '@allurereport/plugin-api': 3.7.0 - '@allurereport/static-server': 3.7.0 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/static-server': 3.13.1 - '@allurereport/plugin-slack@3.7.0': + '@allurereport/plugin-slack@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 - '@allurereport/plugin-testops@3.7.0': + '@allurereport/plugin-testops@3.13.1': dependencies: - '@allurereport/ci': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/reader-api': 3.7.0 + '@allurereport/ci': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/git': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/reader-api': 3.13.1 + '@allurereport/service': 3.13.1 axios: 1.16.0 form-data: 4.0.5 lodash-es: 4.18.1 @@ -2016,70 +1721,71 @@ snapshots: transitivePeerDependencies: - debug - '@allurereport/plugin-testplan@3.7.0': + '@allurereport/plugin-testplan@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 - '@allurereport/reader-api@3.7.0': + '@allurereport/reader-api@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 mime-types: 2.1.35 - '@allurereport/reader@3.7.0': + '@allurereport/reader@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/reader-api': 3.7.0 - fast-xml-parser: 5.5.8 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/reader-api': 3.13.1 + fast-xml-parser: 5.7.2 - '@allurereport/service@3.7.0': + '@allurereport/service@3.13.1': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 axios: 1.16.0 - open: 10.2.0 + open: 11.0.0 transitivePeerDependencies: - debug - '@allurereport/static-server@3.7.0': + '@allurereport/static-server@3.13.1': dependencies: - '@allurereport/directory-watcher': 3.7.0 - open: 10.2.0 + '@allurereport/directory-watcher': 3.13.1 + open: 11.0.0 - '@allurereport/summary@3.7.0(typescript@6.0.3)': + '@allurereport/summary@3.13.1(typescript@6.0.3)': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/web-summary': 3.7.0(typescript@6.0.3) + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/web-summary': 3.13.1(typescript@6.0.3) handlebars: 4.7.9 transitivePeerDependencies: - typescript - '@allurereport/web-awesome@3.7.0(typescript@6.0.3)': + '@allurereport/web-awesome@3.13.1(typescript@6.0.3)': dependencies: - '@allurereport/charts-api': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/web-commons': 3.7.0(preact@10.29.0) - '@allurereport/web-components': 3.7.0 + '@allurereport/charts-api': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/web-commons': 3.13.1(preact@10.29.0) + '@allurereport/web-components': 3.13.1 '@preact/signals': 2.8.2(preact@10.29.0) clsx: 2.1.1 d3-shape: 3.2.0 i18next: 24.2.3(typescript@6.0.3) md5: 2.3.0 + minisearch: 7.2.0 preact: 10.29.0 prismjs: 1.30.0 transitivePeerDependencies: - typescript - '@allurereport/web-classic@3.7.0(typescript@6.0.3)': + '@allurereport/web-classic@3.13.1(typescript@6.0.3)': dependencies: - '@allurereport/charts-api': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/web-commons': 3.7.0(preact@10.29.0) - '@allurereport/web-components': 3.7.0 + '@allurereport/charts-api': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/web-commons': 3.13.1(preact@10.29.0) + '@allurereport/web-components': 3.13.1 '@preact/signals': 2.8.2(preact@10.29.0) clsx: 2.1.1 d3-shape: 3.2.0 @@ -2091,12 +1797,12 @@ snapshots: transitivePeerDependencies: - typescript - '@allurereport/web-commons@3.7.0(preact@10.29.0)': + '@allurereport/web-commons@3.13.1(preact@10.29.0)': dependencies: - '@allurereport/aql': 3.7.0 - '@allurereport/charts-api': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/plugin-api': 3.7.0 + '@allurereport/aql': 3.13.1 + '@allurereport/charts-api': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/plugin-api': 3.13.1 '@preact/signals': 2.8.2(preact@10.29.0) '@preact/signals-core': 1.14.0 ansi-to-html: 0.7.2 @@ -2108,10 +1814,11 @@ snapshots: transitivePeerDependencies: - preact - '@allurereport/web-components@3.7.0': + '@allurereport/web-components@3.13.1': dependencies: - '@allurereport/charts-api': 3.7.0 - '@allurereport/web-commons': 3.7.0(preact@10.29.0) + '@allurereport/charts-api': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/web-commons': 3.13.1(preact@10.29.0) '@floating-ui/dom': 1.7.6 '@nivo/bar': 0.99.0(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0)) '@nivo/core': 0.99.0(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0)) @@ -2139,6 +1846,7 @@ snapshots: d3-tip: 0.9.1 d3-transition: 3.0.1(d3-selection@3.0.0) lodash: 4.18.1 + markdown-it: 14.2.0 preact: 10.29.0 prismjs: 1.30.0 react: '@preact/compat@18.3.2(preact@10.29.0)' @@ -2146,12 +1854,12 @@ snapshots: sortablejs: 1.15.7 use-debounce: 10.1.0(@preact/compat@18.3.2(preact@10.29.0)) - '@allurereport/web-dashboard@3.7.0(typescript@6.0.3)': + '@allurereport/web-dashboard@3.13.1(typescript@6.0.3)': dependencies: - '@allurereport/charts-api': 3.7.0 - '@allurereport/core-api': 3.7.0 - '@allurereport/web-commons': 3.7.0(preact@10.29.0) - '@allurereport/web-components': 3.7.0 + '@allurereport/charts-api': 3.13.1 + '@allurereport/core-api': 3.13.1 + '@allurereport/web-commons': 3.13.1(preact@10.29.0) + '@allurereport/web-components': 3.13.1 '@preact/signals': 2.8.2(preact@10.29.0) clsx: 2.1.1 i18next: 24.2.3(typescript@6.0.3) @@ -2159,11 +1867,11 @@ snapshots: transitivePeerDependencies: - typescript - '@allurereport/web-summary@3.7.0(typescript@6.0.3)': + '@allurereport/web-summary@3.13.1(typescript@6.0.3)': dependencies: - '@allurereport/core-api': 3.7.0 - '@allurereport/web-commons': 3.7.0(preact@10.29.0) - '@allurereport/web-components': 3.7.0 + '@allurereport/core-api': 3.13.1 + '@allurereport/web-commons': 3.13.1(preact@10.29.0) + '@allurereport/web-components': 3.13.1 '@preact/signals': 2.8.2(preact@10.29.0) clsx: 2.1.1 i18next: 24.2.3(typescript@6.0.3) @@ -2174,20 +1882,20 @@ snapshots: '@aws-crypto/crc32@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.973.6 + '@aws-sdk/types': 3.973.8 tslib: 2.8.1 '@aws-crypto/crc32c@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.973.6 + '@aws-sdk/types': 3.973.8 tslib: 2.8.1 '@aws-crypto/sha1-browser@5.2.0': dependencies: '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.973.6 + '@aws-sdk/types': 3.973.8 '@aws-sdk/util-locate-window': 3.723.0 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 @@ -2197,7 +1905,7 @@ snapshots: '@aws-crypto/sha256-js': 5.2.0 '@aws-crypto/supports-web-crypto': 5.2.0 '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.973.6 + '@aws-sdk/types': 3.973.8 '@aws-sdk/util-locate-window': 3.723.0 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 @@ -2205,7 +1913,7 @@ snapshots: '@aws-crypto/sha256-js@5.2.0': dependencies: '@aws-crypto/util': 5.2.0 - '@aws-sdk/types': 3.973.6 + '@aws-sdk/types': 3.973.8 tslib: 2.8.1 '@aws-crypto/supports-web-crypto@5.2.0': @@ -2214,474 +1922,235 @@ snapshots: '@aws-crypto/util@5.2.0': dependencies: - '@aws-sdk/types': 3.973.6 + '@aws-sdk/types': 3.973.8 '@smithy/util-utf8': 2.3.0 tslib: 2.8.1 - '@aws-sdk/client-s3@3.1045.0': + '@aws-sdk/checksums@3.1000.8': + dependencies: + '@aws-crypto/crc32': 5.2.0 + '@aws-crypto/crc32c': 5.2.0 + '@aws-crypto/util': 5.2.0 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 + tslib: 2.8.1 + + '@aws-sdk/client-s3@3.1075.0': dependencies: '@aws-crypto/sha1-browser': 5.2.0 '@aws-crypto/sha256-browser': 5.2.0 '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.974.8 - '@aws-sdk/credential-provider-node': 3.972.39 - '@aws-sdk/middleware-bucket-endpoint': 3.972.10 - '@aws-sdk/middleware-expect-continue': 3.972.10 - '@aws-sdk/middleware-flexible-checksums': 3.974.16 - '@aws-sdk/middleware-host-header': 3.972.10 - '@aws-sdk/middleware-location-constraint': 3.972.10 - '@aws-sdk/middleware-logger': 3.972.10 - '@aws-sdk/middleware-recursion-detection': 3.972.11 - '@aws-sdk/middleware-sdk-s3': 3.972.37 - '@aws-sdk/middleware-ssec': 3.972.10 - '@aws-sdk/middleware-user-agent': 3.972.38 - '@aws-sdk/region-config-resolver': 3.972.13 - '@aws-sdk/signature-v4-multi-region': 3.996.25 - '@aws-sdk/types': 3.973.8 - '@aws-sdk/util-endpoints': 3.996.8 - '@aws-sdk/util-user-agent-browser': 3.972.10 - '@aws-sdk/util-user-agent-node': 3.973.24 - '@smithy/config-resolver': 4.4.17 - '@smithy/core': 3.23.17 - '@smithy/eventstream-serde-browser': 4.2.14 - '@smithy/eventstream-serde-config-resolver': 4.3.14 - '@smithy/eventstream-serde-node': 4.2.14 - '@smithy/fetch-http-handler': 5.3.17 - '@smithy/hash-blob-browser': 4.2.15 - '@smithy/hash-node': 4.2.14 - '@smithy/hash-stream-node': 4.2.14 - '@smithy/invalid-dependency': 4.2.14 - '@smithy/md5-js': 4.2.14 - '@smithy/middleware-content-length': 4.2.14 - '@smithy/middleware-endpoint': 4.4.32 - '@smithy/middleware-retry': 4.5.7 - '@smithy/middleware-serde': 4.2.20 - '@smithy/middleware-stack': 4.2.14 - '@smithy/node-config-provider': 4.3.14 - '@smithy/node-http-handler': 4.6.1 - '@smithy/protocol-http': 5.3.14 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - '@smithy/url-parser': 4.2.14 - '@smithy/util-base64': 4.3.2 - '@smithy/util-body-length-browser': 4.2.2 - '@smithy/util-body-length-node': 4.2.3 - '@smithy/util-defaults-mode-browser': 4.3.49 - '@smithy/util-defaults-mode-node': 4.2.54 - '@smithy/util-endpoints': 3.4.2 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-retry': 4.3.8 - '@smithy/util-stream': 4.5.25 - '@smithy/util-utf8': 4.2.2 - '@smithy/util-waiter': 4.3.0 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/credential-provider-node': 3.972.58 + '@aws-sdk/middleware-flexible-checksums': 3.974.33 + '@aws-sdk/middleware-sdk-s3': 3.972.54 + '@aws-sdk/signature-v4-multi-region': 3.996.35 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/fetch-http-handler': 5.5.2 + '@smithy/node-http-handler': 4.8.2 + '@smithy/types': 4.15.0 + tslib: 2.8.1 + + '@aws-sdk/core@3.974.23': + dependencies: + '@aws-sdk/types': 3.973.13 + '@aws-sdk/xml-builder': 3.972.31 + '@aws/lambda-invoke-store': 0.2.3 + '@smithy/core': 3.26.0 + '@smithy/signature-v4': 5.5.2 + '@smithy/types': 4.15.0 + bowser: 2.11.0 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/core@3.974.8': + '@aws-sdk/credential-provider-env@3.972.49': dependencies: - '@aws-sdk/types': 3.973.8 - '@aws-sdk/xml-builder': 3.972.22 - '@smithy/core': 3.23.17 - '@smithy/node-config-provider': 4.3.14 - '@smithy/property-provider': 4.2.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/signature-v4': 5.3.14 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - '@smithy/util-base64': 4.3.2 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-retry': 4.3.8 - '@smithy/util-utf8': 4.2.2 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/crc64-nvme@3.972.7': + '@aws-sdk/credential-provider-http@3.972.51': dependencies: - '@smithy/types': 4.14.1 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/fetch-http-handler': 5.5.2 + '@smithy/node-http-handler': 4.8.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-env@3.972.34': + '@aws-sdk/credential-provider-ini@3.972.56': dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/types': 3.973.8 - '@smithy/property-provider': 4.2.14 - '@smithy/types': 4.14.1 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/credential-provider-env': 3.972.49 + '@aws-sdk/credential-provider-http': 3.972.51 + '@aws-sdk/credential-provider-login': 3.972.55 + '@aws-sdk/credential-provider-process': 3.972.49 + '@aws-sdk/credential-provider-sso': 3.972.55 + '@aws-sdk/credential-provider-web-identity': 3.972.55 + '@aws-sdk/nested-clients': 3.997.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/credential-provider-imds': 4.4.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-http@3.972.36': + '@aws-sdk/credential-provider-login@3.972.55': dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/types': 3.973.8 - '@smithy/fetch-http-handler': 5.3.17 - '@smithy/node-http-handler': 4.6.1 - '@smithy/property-provider': 4.2.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - '@smithy/util-stream': 4.5.25 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/nested-clients': 3.997.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-ini@3.972.38': + '@aws-sdk/credential-provider-node@3.972.58': dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/credential-provider-env': 3.972.34 - '@aws-sdk/credential-provider-http': 3.972.36 - '@aws-sdk/credential-provider-login': 3.972.38 - '@aws-sdk/credential-provider-process': 3.972.34 - '@aws-sdk/credential-provider-sso': 3.972.38 - '@aws-sdk/credential-provider-web-identity': 3.972.38 - '@aws-sdk/nested-clients': 3.997.6 - '@aws-sdk/types': 3.973.8 - '@smithy/credential-provider-imds': 4.2.14 - '@smithy/property-provider': 4.2.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 + '@aws-sdk/credential-provider-env': 3.972.49 + '@aws-sdk/credential-provider-http': 3.972.51 + '@aws-sdk/credential-provider-ini': 3.972.56 + '@aws-sdk/credential-provider-process': 3.972.49 + '@aws-sdk/credential-provider-sso': 3.972.55 + '@aws-sdk/credential-provider-web-identity': 3.972.55 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/credential-provider-imds': 4.4.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/credential-provider-login@3.972.38': + '@aws-sdk/credential-provider-process@3.972.49': dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/nested-clients': 3.997.6 - '@aws-sdk/types': 3.973.8 - '@smithy/property-provider': 4.2.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/credential-provider-node@3.972.39': + '@aws-sdk/credential-provider-sso@3.972.55': dependencies: - '@aws-sdk/credential-provider-env': 3.972.34 - '@aws-sdk/credential-provider-http': 3.972.36 - '@aws-sdk/credential-provider-ini': 3.972.38 - '@aws-sdk/credential-provider-process': 3.972.34 - '@aws-sdk/credential-provider-sso': 3.972.38 - '@aws-sdk/credential-provider-web-identity': 3.972.38 - '@aws-sdk/types': 3.973.8 - '@smithy/credential-provider-imds': 4.2.14 - '@smithy/property-provider': 4.2.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/nested-clients': 3.997.23 + '@aws-sdk/token-providers': 3.1074.0 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/credential-provider-process@3.972.34': + '@aws-sdk/credential-provider-web-identity@3.972.55': dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/types': 3.973.8 - '@smithy/property-provider': 4.2.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/nested-clients': 3.997.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/credential-provider-sso@3.972.38': + '@aws-sdk/middleware-flexible-checksums@3.974.33': dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/nested-clients': 3.997.6 - '@aws-sdk/token-providers': 3.1041.0 - '@aws-sdk/types': 3.973.8 - '@smithy/property-provider': 4.2.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 + '@aws-sdk/checksums': 3.1000.8 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/credential-provider-web-identity@3.972.38': + '@aws-sdk/middleware-sdk-s3@3.972.54': dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/nested-clients': 3.997.6 - '@aws-sdk/types': 3.973.8 - '@smithy/property-provider': 4.2.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/signature-v4-multi-region': 3.996.35 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - '@aws-sdk/middleware-bucket-endpoint@3.972.10': + '@aws-sdk/nested-clients@3.997.23': dependencies: - '@aws-sdk/types': 3.973.8 - '@aws-sdk/util-arn-parser': 3.972.3 - '@smithy/node-config-provider': 4.3.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - '@smithy/util-config-provider': 4.2.2 + '@aws-crypto/sha256-browser': 5.2.0 + '@aws-crypto/sha256-js': 5.2.0 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/signature-v4-multi-region': 3.996.35 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/fetch-http-handler': 5.5.2 + '@smithy/node-http-handler': 4.8.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/middleware-expect-continue@3.972.10': + '@aws-sdk/signature-v4-multi-region@3.996.35': dependencies: - '@aws-sdk/types': 3.973.8 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 + '@aws-sdk/types': 3.973.13 + '@smithy/signature-v4': 5.5.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/middleware-flexible-checksums@3.974.16': + '@aws-sdk/token-providers@3.1074.0': dependencies: - '@aws-crypto/crc32': 5.2.0 - '@aws-crypto/crc32c': 5.2.0 - '@aws-crypto/util': 5.2.0 - '@aws-sdk/core': 3.974.8 - '@aws-sdk/crc64-nvme': 3.972.7 - '@aws-sdk/types': 3.973.8 - '@smithy/is-array-buffer': 4.2.2 - '@smithy/node-config-provider': 4.3.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-stream': 4.5.25 - '@smithy/util-utf8': 4.2.2 + '@aws-sdk/core': 3.974.23 + '@aws-sdk/nested-clients': 3.997.23 + '@aws-sdk/types': 3.973.13 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/middleware-host-header@3.972.10': + '@aws-sdk/types@3.973.13': dependencies: - '@aws-sdk/types': 3.973.8 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@aws-sdk/middleware-location-constraint@3.972.10': + '@aws-sdk/types@3.973.8': dependencies: - '@aws-sdk/types': 3.973.8 '@smithy/types': 4.14.1 tslib: 2.8.1 - '@aws-sdk/middleware-logger@3.972.10': + '@aws-sdk/util-locate-window@3.723.0': dependencies: - '@aws-sdk/types': 3.973.8 - '@smithy/types': 4.14.1 tslib: 2.8.1 - '@aws-sdk/middleware-recursion-detection@3.972.11': + '@aws-sdk/xml-builder@3.972.31': dependencies: - '@aws-sdk/types': 3.973.8 - '@aws/lambda-invoke-store': 0.2.3 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-sdk-s3@3.972.37': - dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/types': 3.973.8 - '@aws-sdk/util-arn-parser': 3.972.3 - '@smithy/core': 3.23.17 - '@smithy/node-config-provider': 4.3.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/signature-v4': 5.3.14 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - '@smithy/util-config-provider': 4.2.2 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-stream': 4.5.25 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - - '@aws-sdk/middleware-ssec@3.972.10': - dependencies: - '@aws-sdk/types': 3.973.8 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@aws-sdk/middleware-user-agent@3.972.38': - dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/types': 3.973.8 - '@aws-sdk/util-endpoints': 3.996.8 - '@smithy/core': 3.23.17 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - '@smithy/util-retry': 4.3.8 - tslib: 2.8.1 - - '@aws-sdk/nested-clients@3.997.6': - dependencies: - '@aws-crypto/sha256-browser': 5.2.0 - '@aws-crypto/sha256-js': 5.2.0 - '@aws-sdk/core': 3.974.8 - '@aws-sdk/middleware-host-header': 3.972.10 - '@aws-sdk/middleware-logger': 3.972.10 - '@aws-sdk/middleware-recursion-detection': 3.972.11 - '@aws-sdk/middleware-user-agent': 3.972.38 - '@aws-sdk/region-config-resolver': 3.972.13 - '@aws-sdk/signature-v4-multi-region': 3.996.25 - '@aws-sdk/types': 3.973.8 - '@aws-sdk/util-endpoints': 3.996.8 - '@aws-sdk/util-user-agent-browser': 3.972.10 - '@aws-sdk/util-user-agent-node': 3.973.24 - '@smithy/config-resolver': 4.4.17 - '@smithy/core': 3.23.17 - '@smithy/fetch-http-handler': 5.3.17 - '@smithy/hash-node': 4.2.14 - '@smithy/invalid-dependency': 4.2.14 - '@smithy/middleware-content-length': 4.2.14 - '@smithy/middleware-endpoint': 4.4.32 - '@smithy/middleware-retry': 4.5.7 - '@smithy/middleware-serde': 4.2.20 - '@smithy/middleware-stack': 4.2.14 - '@smithy/node-config-provider': 4.3.14 - '@smithy/node-http-handler': 4.6.1 - '@smithy/protocol-http': 5.3.14 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - '@smithy/url-parser': 4.2.14 - '@smithy/util-base64': 4.3.2 - '@smithy/util-body-length-browser': 4.2.2 - '@smithy/util-body-length-node': 4.2.3 - '@smithy/util-defaults-mode-browser': 4.3.49 - '@smithy/util-defaults-mode-node': 4.2.54 - '@smithy/util-endpoints': 3.4.2 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-retry': 4.3.8 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/region-config-resolver@3.972.13': - dependencies: - '@aws-sdk/types': 3.973.8 - '@smithy/config-resolver': 4.4.17 - '@smithy/node-config-provider': 4.3.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@aws-sdk/signature-v4-multi-region@3.996.25': - dependencies: - '@aws-sdk/middleware-sdk-s3': 3.972.37 - '@aws-sdk/types': 3.973.8 - '@smithy/protocol-http': 5.3.14 - '@smithy/signature-v4': 5.3.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@aws-sdk/token-providers@3.1041.0': - dependencies: - '@aws-sdk/core': 3.974.8 - '@aws-sdk/nested-clients': 3.997.6 - '@aws-sdk/types': 3.973.8 - '@smithy/property-provider': 4.2.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - transitivePeerDependencies: - - aws-crt - - '@aws-sdk/types@3.973.6': - dependencies: - '@smithy/types': 4.13.1 - tslib: 2.8.1 - - '@aws-sdk/types@3.973.8': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@aws-sdk/util-arn-parser@3.972.3': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-endpoints@3.996.8': - dependencies: - '@aws-sdk/types': 3.973.8 - '@smithy/types': 4.14.1 - '@smithy/url-parser': 4.2.14 - '@smithy/util-endpoints': 3.4.2 - tslib: 2.8.1 - - '@aws-sdk/util-locate-window@3.723.0': - dependencies: - tslib: 2.8.1 - - '@aws-sdk/util-user-agent-browser@3.972.10': - dependencies: - '@aws-sdk/types': 3.973.8 - '@smithy/types': 4.14.1 - bowser: 2.11.0 - tslib: 2.8.1 - - '@aws-sdk/util-user-agent-node@3.973.24': - dependencies: - '@aws-sdk/middleware-user-agent': 3.972.38 - '@aws-sdk/types': 3.973.8 - '@smithy/node-config-provider': 4.3.14 - '@smithy/types': 4.14.1 - '@smithy/util-config-provider': 4.2.2 - tslib: 2.8.1 - - '@aws-sdk/xml-builder@3.972.22': - dependencies: - '@nodable/entities': 2.1.0 - '@smithy/types': 4.14.1 - fast-xml-parser: 5.7.2 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@aws/lambda-invoke-store@0.2.3': {} '@babel/runtime@7.28.6': {} - '@biomejs/biome@2.4.14': + '@biomejs/biome@2.5.1': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.4.14 - '@biomejs/cli-darwin-x64': 2.4.14 - '@biomejs/cli-linux-arm64': 2.4.14 - '@biomejs/cli-linux-arm64-musl': 2.4.14 - '@biomejs/cli-linux-x64': 2.4.14 - '@biomejs/cli-linux-x64-musl': 2.4.14 - '@biomejs/cli-win32-arm64': 2.4.14 - '@biomejs/cli-win32-x64': 2.4.14 - - '@biomejs/cli-darwin-arm64@2.4.14': + '@biomejs/cli-darwin-arm64': 2.5.1 + '@biomejs/cli-darwin-x64': 2.5.1 + '@biomejs/cli-linux-arm64': 2.5.1 + '@biomejs/cli-linux-arm64-musl': 2.5.1 + '@biomejs/cli-linux-x64': 2.5.1 + '@biomejs/cli-linux-x64-musl': 2.5.1 + '@biomejs/cli-win32-arm64': 2.5.1 + '@biomejs/cli-win32-x64': 2.5.1 + + '@biomejs/cli-darwin-arm64@2.5.1': optional: true - '@biomejs/cli-darwin-x64@2.4.14': + '@biomejs/cli-darwin-x64@2.5.1': optional: true - '@biomejs/cli-linux-arm64-musl@2.4.14': + '@biomejs/cli-linux-arm64-musl@2.5.1': optional: true - '@biomejs/cli-linux-arm64@2.4.14': + '@biomejs/cli-linux-arm64@2.5.1': optional: true - '@biomejs/cli-linux-x64-musl@2.4.14': + '@biomejs/cli-linux-x64-musl@2.5.1': optional: true - '@biomejs/cli-linux-x64@2.4.14': + '@biomejs/cli-linux-x64@2.5.1': optional: true - '@biomejs/cli-win32-arm64@2.4.14': + '@biomejs/cli-win32-arm64@2.5.1': optional: true - '@biomejs/cli-win32-x64@2.4.14': + '@biomejs/cli-win32-x64@2.5.1': optional: true - '@flakiness/flakiness-report@0.31.0(zod@4.4.3)': - dependencies: - zod: 4.4.3 - - '@flakiness/playwright@1.8.0(zod@4.4.3)': - dependencies: - '@flakiness/flakiness-report': 0.31.0(zod@4.4.3) - '@flakiness/sdk': 3.1.0(@flakiness/flakiness-report@0.31.0(zod@4.4.3)) - transitivePeerDependencies: - - supports-color - - zod - - '@flakiness/sdk@3.1.0(@flakiness/flakiness-report@0.31.0(zod@4.4.3))': - dependencies: - '@flakiness/flakiness-report': 0.31.0(zod@4.4.3) - debug: 4.4.3 - open: 10.2.0 - stable-hash: 0.0.6 - which: 6.0.1 - zod: 4.3.6 - transitivePeerDependencies: - - supports-color + '@flakiness/playwright@1.16.0': {} '@floating-ui/core@1.7.5': dependencies: @@ -2694,15 +2163,13 @@ snapshots: '@floating-ui/utils@0.2.11': {} - '@isaacs/cliui@9.0.0': {} - '@nivo/annotations@0.99.0(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0))': dependencies: '@nivo/colors': 0.99.0(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0)) '@nivo/core': 0.99.0(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0)) '@nivo/theming': 0.99.0(@preact/compat@18.3.2(preact@10.29.0)) '@react-spring/web': 10.0.3(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0)) - lodash: 4.17.23 + lodash: 4.18.1 react: '@preact/compat@18.3.2(preact@10.29.0)' transitivePeerDependencies: - react-dom @@ -2753,7 +2220,7 @@ snapshots: '@types/d3-shape': 3.1.8 d3-scale: 4.0.2 d3-shape: 3.2.0 - lodash: 4.17.23 + lodash: 4.18.1 react: '@preact/compat@18.3.2(preact@10.29.0)' transitivePeerDependencies: - react-dom @@ -2770,7 +2237,7 @@ snapshots: d3-color: 3.1.0 d3-scale: 4.0.2 d3-scale-chromatic: 3.1.0 - lodash: 4.17.23 + lodash: 4.18.1 react: '@preact/compat@18.3.2(preact@10.29.0)' transitivePeerDependencies: - react-dom @@ -2788,7 +2255,7 @@ snapshots: d3-scale-chromatic: 3.1.0 d3-shape: 3.2.0 d3-time-format: 3.0.0 - lodash: 4.17.23 + lodash: 4.18.1 react: '@preact/compat@18.3.2(preact@10.29.0)' react-virtualized-auto-sizer: 1.0.26(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0)) use-debounce: 10.1.0(@preact/compat@18.3.2(preact@10.29.0)) @@ -2885,7 +2352,7 @@ snapshots: d3-scale: 4.0.2 d3-time: 1.1.0 d3-time-format: 3.0.0 - lodash: 4.17.23 + lodash: 4.18.1 '@nivo/text@0.99.0(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0))': dependencies: @@ -2898,7 +2365,7 @@ snapshots: '@nivo/theming@0.99.0(@preact/compat@18.3.2(preact@10.29.0))': dependencies: - lodash: 4.17.23 + lodash: 4.18.1 react: '@preact/compat@18.3.2(preact@10.29.0)' '@nivo/tooltip@0.99.0(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0))': @@ -2921,7 +2388,7 @@ snapshots: '@react-spring/web': 10.0.3(@preact/compat@18.3.2(preact@10.29.0))(@preact/compat@18.3.2(preact@10.29.0)) '@types/d3-hierarchy': 3.1.7 d3-hierarchy: 3.1.2 - lodash: 4.17.23 + lodash: 4.18.1 react: '@preact/compat@18.3.2(preact@10.29.0)' transitivePeerDependencies: - react-dom @@ -2941,9 +2408,9 @@ snapshots: '@nodable/entities@2.1.0': {} - '@playwright/test@1.59.1': + '@playwright/test@1.61.1': dependencies: - playwright: 1.59.1 + playwright: 1.61.1 '@preact/compat@18.3.2(preact@10.29.0)': dependencies: @@ -2988,254 +2455,45 @@ snapshots: react: '@preact/compat@18.3.2(preact@10.29.0)' react-dom: '@preact/compat@18.3.2(preact@10.29.0)' - '@smithy/chunked-blob-reader-native@4.2.3': - dependencies: - '@smithy/util-base64': 4.3.2 - tslib: 2.8.1 - - '@smithy/chunked-blob-reader@5.2.2': - dependencies: - tslib: 2.8.1 - - '@smithy/config-resolver@4.4.17': - dependencies: - '@smithy/node-config-provider': 4.3.14 - '@smithy/types': 4.14.1 - '@smithy/util-config-provider': 4.2.2 - '@smithy/util-endpoints': 3.4.2 - '@smithy/util-middleware': 4.2.14 - tslib: 2.8.1 - - '@smithy/core@3.23.17': - dependencies: - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - '@smithy/url-parser': 4.2.14 - '@smithy/util-base64': 4.3.2 - '@smithy/util-body-length-browser': 4.2.2 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-stream': 4.5.25 - '@smithy/util-utf8': 4.2.2 - '@smithy/uuid': 1.1.2 - tslib: 2.8.1 - - '@smithy/credential-provider-imds@4.2.14': - dependencies: - '@smithy/node-config-provider': 4.3.14 - '@smithy/property-provider': 4.2.14 - '@smithy/types': 4.14.1 - '@smithy/url-parser': 4.2.14 - tslib: 2.8.1 - - '@smithy/eventstream-codec@4.2.14': + '@smithy/core@3.26.0': dependencies: '@aws-crypto/crc32': 5.2.0 - '@smithy/types': 4.14.1 - '@smithy/util-hex-encoding': 4.2.2 - tslib: 2.8.1 - - '@smithy/eventstream-serde-browser@4.2.14': - dependencies: - '@smithy/eventstream-serde-universal': 4.2.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/eventstream-serde-config-resolver@4.3.14': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/eventstream-serde-node@4.2.14': - dependencies: - '@smithy/eventstream-serde-universal': 4.2.14 - '@smithy/types': 4.14.1 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/eventstream-serde-universal@4.2.14': + '@smithy/credential-provider-imds@4.4.2': dependencies: - '@smithy/eventstream-codec': 4.2.14 - '@smithy/types': 4.14.1 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/fetch-http-handler@5.3.17': + '@smithy/fetch-http-handler@5.5.2': dependencies: - '@smithy/protocol-http': 5.3.14 - '@smithy/querystring-builder': 4.2.14 - '@smithy/types': 4.14.1 - '@smithy/util-base64': 4.3.2 - tslib: 2.8.1 - - '@smithy/hash-blob-browser@4.2.15': - dependencies: - '@smithy/chunked-blob-reader': 5.2.2 - '@smithy/chunked-blob-reader-native': 4.2.3 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/hash-node@4.2.14': - dependencies: - '@smithy/types': 4.14.1 - '@smithy/util-buffer-from': 4.2.2 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - - '@smithy/hash-stream-node@4.2.14': - dependencies: - '@smithy/types': 4.14.1 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - - '@smithy/invalid-dependency@4.2.14': - dependencies: - '@smithy/types': 4.14.1 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@smithy/is-array-buffer@2.2.0': dependencies: tslib: 2.8.1 - '@smithy/is-array-buffer@4.2.2': - dependencies: - tslib: 2.8.1 - - '@smithy/md5-js@4.2.14': - dependencies: - '@smithy/types': 4.14.1 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - - '@smithy/middleware-content-length@4.2.14': - dependencies: - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/middleware-endpoint@4.4.32': - dependencies: - '@smithy/core': 3.23.17 - '@smithy/middleware-serde': 4.2.20 - '@smithy/node-config-provider': 4.3.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 - '@smithy/url-parser': 4.2.14 - '@smithy/util-middleware': 4.2.14 - tslib: 2.8.1 - - '@smithy/middleware-retry@4.5.7': - dependencies: - '@smithy/core': 3.23.17 - '@smithy/node-config-provider': 4.3.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/service-error-classification': 4.3.1 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-retry': 4.3.8 - '@smithy/uuid': 1.1.2 - tslib: 2.8.1 - - '@smithy/middleware-serde@4.2.20': - dependencies: - '@smithy/core': 3.23.17 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/middleware-stack@4.2.14': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/node-config-provider@4.3.14': - dependencies: - '@smithy/property-provider': 4.2.14 - '@smithy/shared-ini-file-loader': 4.4.9 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/node-http-handler@4.6.1': - dependencies: - '@smithy/protocol-http': 5.3.14 - '@smithy/querystring-builder': 4.2.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/property-provider@4.2.14': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/protocol-http@5.3.14': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/querystring-builder@4.2.14': + '@smithy/node-http-handler@4.8.2': dependencies: - '@smithy/types': 4.14.1 - '@smithy/util-uri-escape': 4.2.2 + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 - '@smithy/querystring-parser@4.2.14': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/service-error-classification@4.3.1': - dependencies: - '@smithy/types': 4.14.1 - - '@smithy/shared-ini-file-loader@4.4.9': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/signature-v4@5.3.14': - dependencies: - '@smithy/is-array-buffer': 4.2.2 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - '@smithy/util-hex-encoding': 4.2.2 - '@smithy/util-middleware': 4.2.14 - '@smithy/util-uri-escape': 4.2.2 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - - '@smithy/smithy-client@4.12.13': - dependencies: - '@smithy/core': 3.23.17 - '@smithy/middleware-endpoint': 4.4.32 - '@smithy/middleware-stack': 4.2.14 - '@smithy/protocol-http': 5.3.14 - '@smithy/types': 4.14.1 - '@smithy/util-stream': 4.5.25 - tslib: 2.8.1 - - '@smithy/types@4.13.1': + '@smithy/signature-v4@5.5.2': dependencies: + '@smithy/core': 3.26.0 + '@smithy/types': 4.15.0 tslib: 2.8.1 '@smithy/types@4.14.1': dependencies: tslib: 2.8.1 - '@smithy/url-parser@4.2.14': - dependencies: - '@smithy/querystring-parser': 4.2.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/util-base64@4.3.2': - dependencies: - '@smithy/util-buffer-from': 4.2.2 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - - '@smithy/util-body-length-browser@4.2.2': - dependencies: - tslib: 2.8.1 - - '@smithy/util-body-length-node@4.2.3': + '@smithy/types@4.15.0': dependencies: tslib: 2.8.1 @@ -3244,87 +2502,11 @@ snapshots: '@smithy/is-array-buffer': 2.2.0 tslib: 2.8.1 - '@smithy/util-buffer-from@4.2.2': - dependencies: - '@smithy/is-array-buffer': 4.2.2 - tslib: 2.8.1 - - '@smithy/util-config-provider@4.2.2': - dependencies: - tslib: 2.8.1 - - '@smithy/util-defaults-mode-browser@4.3.49': - dependencies: - '@smithy/property-provider': 4.2.14 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/util-defaults-mode-node@4.2.54': - dependencies: - '@smithy/config-resolver': 4.4.17 - '@smithy/credential-provider-imds': 4.2.14 - '@smithy/node-config-provider': 4.3.14 - '@smithy/property-provider': 4.2.14 - '@smithy/smithy-client': 4.12.13 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/util-endpoints@3.4.2': - dependencies: - '@smithy/node-config-provider': 4.3.14 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/util-hex-encoding@4.2.2': - dependencies: - tslib: 2.8.1 - - '@smithy/util-middleware@4.2.14': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/util-retry@4.3.8': - dependencies: - '@smithy/service-error-classification': 4.3.1 - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/util-stream@4.5.25': - dependencies: - '@smithy/fetch-http-handler': 5.3.17 - '@smithy/node-http-handler': 4.6.1 - '@smithy/types': 4.14.1 - '@smithy/util-base64': 4.3.2 - '@smithy/util-buffer-from': 4.2.2 - '@smithy/util-hex-encoding': 4.2.2 - '@smithy/util-utf8': 4.2.2 - tslib: 2.8.1 - - '@smithy/util-uri-escape@4.2.2': - dependencies: - tslib: 2.8.1 - '@smithy/util-utf8@2.3.0': dependencies: '@smithy/util-buffer-from': 2.2.0 tslib: 2.8.1 - '@smithy/util-utf8@4.2.2': - dependencies: - '@smithy/util-buffer-from': 4.2.2 - tslib: 2.8.1 - - '@smithy/util-waiter@4.3.0': - dependencies: - '@smithy/types': 4.14.1 - tslib: 2.8.1 - - '@smithy/uuid@1.1.2': - dependencies: - tslib: 2.8.1 - '@types/d3-color@3.1.3': {} '@types/d3-delaunay@6.0.4': {} @@ -3357,15 +2539,17 @@ snapshots: '@types/d3-time@3.0.4': {} - '@types/node@13.13.52': {} - '@types/node@18.19.130': dependencies: undici-types: 5.26.5 - '@types/node@24.12.3': + '@types/node@24.13.2': + dependencies: + undici-types: 7.18.2 + + '@types/node@25.9.4': dependencies: - undici-types: 7.16.0 + undici-types: 7.24.6 '@types/ssh2-sftp-client@9.0.6': dependencies: @@ -3383,13 +2567,15 @@ snapshots: '@visual-regression-tracker/sdk-js': 5.7.1 transitivePeerDependencies: - debug + - supports-color '@visual-regression-tracker/sdk-js@5.7.1': dependencies: - axios: 1.14.0 + axios: 1.18.1 form-data: 4.0.4 transitivePeerDependencies: - debug + - supports-color abort-controller@3.0.0: dependencies: @@ -3399,42 +2585,48 @@ snapshots: adm-zip@0.5.16: {} - allure-js-commons@3.7.2(allure-playwright@3.7.2(@playwright/test@1.59.1)): + agent-base@6.0.2: + dependencies: + debug: 4.4.3 + transitivePeerDependencies: + - supports-color + + allure-js-commons@3.10.1(allure-playwright@3.10.1(@playwright/test@1.61.1)): dependencies: md5: 2.3.0 optionalDependencies: - allure-playwright: 3.7.2(@playwright/test@1.59.1) - - allure-playwright@3.7.2(@playwright/test@1.59.1): - dependencies: - '@playwright/test': 1.59.1 - allure-js-commons: 3.7.2(allure-playwright@3.7.2(@playwright/test@1.59.1)) - - allure@3.7.0(preact@10.29.0)(typescript@6.0.3): - dependencies: - '@allurereport/charts-api': 3.7.0 - '@allurereport/ci': 3.7.0 - '@allurereport/core': 3.7.0(preact@10.29.0)(typescript@6.0.3) - '@allurereport/core-api': 3.7.0 - '@allurereport/directory-watcher': 3.7.0 - '@allurereport/plugin-agent': 3.7.0 - '@allurereport/plugin-allure2': 3.7.0 - '@allurereport/plugin-api': 3.7.0 - '@allurereport/plugin-awesome': 3.7.0(preact@10.29.0)(typescript@6.0.3) - '@allurereport/plugin-classic': 3.7.0(preact@10.29.0)(typescript@6.0.3) - '@allurereport/plugin-csv': 3.7.0 - '@allurereport/plugin-dashboard': 3.7.0(preact@10.29.0)(typescript@6.0.3) - '@allurereport/plugin-jira': 3.7.0 - '@allurereport/plugin-log': 3.7.0 - '@allurereport/plugin-progress': 3.7.0 - '@allurereport/plugin-server-reload': 3.7.0 - '@allurereport/plugin-slack': 3.7.0 - '@allurereport/reader-api': 3.7.0 - '@allurereport/service': 3.7.0 - '@allurereport/static-server': 3.7.0 + allure-playwright: 3.10.1(@playwright/test@1.61.1) + + allure-playwright@3.10.1(@playwright/test@1.61.1): + dependencies: + '@playwright/test': 1.61.1 + allure-js-commons: 3.10.1(allure-playwright@3.10.1(@playwright/test@1.61.1)) + + allure@3.13.1(preact@10.29.0)(typescript@6.0.3): + dependencies: + '@allurereport/charts-api': 3.13.1 + '@allurereport/ci': 3.13.1 + '@allurereport/core': 3.13.1(preact@10.29.0)(typescript@6.0.3) + '@allurereport/core-api': 3.13.1 + '@allurereport/directory-watcher': 3.13.1 + '@allurereport/plugin-agent': 3.13.1 + '@allurereport/plugin-allure2': 3.13.1 + '@allurereport/plugin-api': 3.13.1 + '@allurereport/plugin-awesome': 3.13.1(preact@10.29.0)(typescript@6.0.3) + '@allurereport/plugin-classic': 3.13.1(preact@10.29.0)(typescript@6.0.3) + '@allurereport/plugin-csv': 3.13.1 + '@allurereport/plugin-dashboard': 3.13.1(preact@10.29.0)(typescript@6.0.3) + '@allurereport/plugin-jira': 3.13.1 + '@allurereport/plugin-log': 3.13.1 + '@allurereport/plugin-progress': 3.13.1 + '@allurereport/plugin-server-reload': 3.13.1 + '@allurereport/plugin-slack': 3.13.1 + '@allurereport/reader-api': 3.13.1 + '@allurereport/service': 3.13.1 + '@allurereport/static-server': 3.13.1 adm-zip: 0.5.16 clipanion: 4.0.0-rc.4(typanion@3.14.0) - glob: 11.1.0 + glob: 13.0.6 lodash.omit: 4.18.0 prompts: 2.4.2 typanion: 3.14.0 @@ -3466,21 +2658,23 @@ snapshots: aws-ssl-profiles@1.1.2: {} - axios@1.14.0: + axios@1.16.0: dependencies: - follow-redirects: 1.15.11 + follow-redirects: 1.16.0 form-data: 4.0.5 proxy-from-env: 2.1.0 transitivePeerDependencies: - debug - axios@1.16.0: + axios@1.18.1: dependencies: follow-redirects: 1.16.0 form-data: 4.0.5 + https-proxy-agent: 5.0.1 proxy-from-env: 2.1.0 transitivePeerDependencies: - debug + - supports-color balanced-match@4.0.4: {} @@ -3527,9 +2721,9 @@ snapshots: charenc@0.0.2: {} - chokidar@4.0.3: + chokidar@5.0.0: dependencies: - readdirp: 4.1.2 + readdirp: 5.0.0 cli-cursor@5.0.0: dependencies: @@ -3580,12 +2774,6 @@ snapshots: crc-32: 1.2.2 readable-stream: 4.7.0 - cross-spawn@7.0.6: - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - crypt@0.0.2: {} d3-array@2.12.1: @@ -3713,6 +2901,11 @@ snapshots: denque@2.1.0: {} + des.js@1.1.0: + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dompurify@3.4.2: optionalDependencies: '@types/trusted-types': 2.0.7 @@ -3754,19 +2947,9 @@ snapshots: events@3.3.0: {} - fast-xml-builder@1.1.4: - dependencies: - path-expression-matcher: 1.2.1 - fast-xml-builder@1.1.9: dependencies: - path-expression-matcher: 1.2.1 - - fast-xml-parser@5.5.8: - dependencies: - fast-xml-builder: 1.1.4 - path-expression-matcher: 1.2.1 - strnum: 2.2.0 + path-expression-matcher: 1.5.0 fast-xml-parser@5.7.2: dependencies: @@ -3780,15 +2963,8 @@ snapshots: locate-path: 8.0.0 unicorn-magic: 0.3.0 - follow-redirects@1.15.11: {} - follow-redirects@1.16.0: {} - foreground-child@3.3.1: - dependencies: - cross-spawn: 7.0.6 - signal-exit: 4.1.0 - form-data@4.0.4: dependencies: asynckit: 0.4.0 @@ -3816,8 +2992,6 @@ snapshots: dependencies: is-property: 1.0.2 - get-east-asian-width@1.4.0: {} - get-east-asian-width@1.5.0: {} get-intrinsic@1.3.0: @@ -3838,15 +3012,6 @@ snapshots: dunder-proto: 1.0.1 es-object-atoms: 1.1.1 - glob@11.1.0: - dependencies: - foreground-child: 3.3.1 - jackspeak: 4.2.3 - minimatch: 10.2.4 - minipass: 7.1.3 - package-json-from-dist: 1.0.1 - path-scurry: 2.0.2 - glob@13.0.6: dependencies: minimatch: 10.2.4 @@ -3874,6 +3039,13 @@ snapshots: dependencies: function-bind: 1.1.2 + https-proxy-agent@5.0.1: + dependencies: + agent-base: 6.0.2 + debug: 4.4.3 + transitivePeerDependencies: + - supports-color + husky@9.1.7: {} i18next@24.2.3(typescript@6.0.3): @@ -3898,13 +3070,11 @@ snapshots: is-docker@3.0.0: {} - is-fullwidth-code-point@5.0.0: - dependencies: - get-east-asian-width: 1.4.0 - is-fullwidth-code-point@5.1.0: dependencies: - get-east-asian-width: 1.4.0 + get-east-asian-width: 1.5.0 + + is-in-ssh@1.0.0: {} is-inside-container@1.0.0: dependencies: @@ -3918,28 +3088,22 @@ snapshots: dependencies: is-inside-container: 1.0.0 - isexe@2.0.0: {} - - isexe@4.0.0: {} - - jackspeak@4.2.3: - dependencies: - '@isaacs/cliui': 9.0.0 + js-md4@0.3.2: {} kleur@3.0.3: {} - linkify-it@5.0.0: + linkify-it@5.0.1: dependencies: uc.micro: 2.1.0 - lint-staged@17.0.2: + lint-staged@17.0.8: dependencies: listr2: 10.2.1 picomatch: 4.0.4 string-argv: 0.3.2 - tinyexec: 1.1.2 + tinyexec: 1.2.4 optionalDependencies: - yaml: 2.8.4 + yaml: 2.9.0 listr2@10.2.1: dependencies: @@ -3957,8 +3121,6 @@ snapshots: lodash.omit@4.18.0: {} - lodash@4.17.23: {} - lodash@4.18.1: {} log-update@6.1.0: @@ -3975,16 +3137,16 @@ snapshots: lru.min@1.1.4: {} - mailinator-client@1.1.0: + mailinator-client@1.1.1: dependencies: - '@types/node': 13.13.52 - typed-rest-client: 1.8.11 + '@types/node': 25.9.4 + typed-rest-client: 3.0.0 - markdown-it@14.1.1: + markdown-it@14.2.0: dependencies: argparse: 2.0.1 entities: 4.5.0 - linkify-it: 5.0.0 + linkify-it: 5.0.1 mdurl: 2.0.0 punycode.js: 2.3.1 uc.micro: 2.1.0 @@ -4007,6 +3169,8 @@ snapshots: mimic-function@5.0.1: {} + minimalistic-assert@1.0.1: {} + minimatch@10.2.4: dependencies: brace-expansion: 5.0.4 @@ -4015,11 +3179,13 @@ snapshots: minipass@7.1.3: {} + minisearch@7.2.0: {} + ms@2.1.3: {} - mysql2@3.22.3(@types/node@24.12.3): + mysql2@3.22.5(@types/node@24.13.2): dependencies: - '@types/node': 24.12.3 + '@types/node': 24.13.2 aws-ssl-profiles: 1.1.2 denque: 2.1.0 generate-function: 2.3.1 @@ -4050,12 +3216,14 @@ snapshots: dependencies: mimic-function: 5.0.1 - open@10.2.0: + open@11.0.0: dependencies: default-browser: 5.5.0 define-lazy-prop: 3.0.0 + is-in-ssh: 1.0.0 is-inside-container: 1.0.0 - wsl-utils: 0.1.0 + powershell-utils: 0.1.0 + wsl-utils: 0.3.1 p-limit@4.0.0: dependencies: @@ -4069,14 +3237,8 @@ snapshots: dependencies: p-limit: 4.0.0 - package-json-from-dist@1.0.1: {} - - path-expression-matcher@1.2.1: {} - path-expression-matcher@1.5.0: {} - path-key@3.1.1: {} - path-scurry@2.0.2: dependencies: lru-cache: 11.2.7 @@ -4084,14 +3246,16 @@ snapshots: picomatch@4.0.4: {} - playwright-core@1.59.1: {} + playwright-core@1.61.1: {} - playwright@1.59.1: + playwright@1.61.1: dependencies: - playwright-core: 1.59.1 + playwright-core: 1.61.1 optionalDependencies: fsevents: 2.3.2 + powershell-utils@0.1.0: {} + preact@10.29.0: {} prismjs@1.30.0: {} @@ -4109,7 +3273,7 @@ snapshots: punycode.js@2.3.1: {} - qs@6.15.0: + qs@6.15.1: dependencies: side-channel: 1.1.0 @@ -4132,7 +3296,7 @@ snapshots: process: 0.11.10 string_decoder: 1.3.0 - readdirp@4.1.2: {} + readdirp@5.0.0: {} restore-cursor@5.1.0: dependencies: @@ -4149,12 +3313,6 @@ snapshots: safer-buffer@2.1.2: {} - shebang-command@2.0.0: - dependencies: - shebang-regex: 3.0.0 - - shebang-regex@3.0.0: {} - side-channel-list@1.0.0: dependencies: es-errors: 1.3.0 @@ -4190,7 +3348,7 @@ snapshots: slice-ansi@7.1.0: dependencies: ansi-styles: 6.2.3 - is-fullwidth-code-point: 5.0.0 + is-fullwidth-code-point: 5.1.0 slice-ansi@8.0.0: dependencies: @@ -4222,14 +3380,12 @@ snapshots: cpu-features: 0.0.10 nan: 2.22.2 - stable-hash@0.0.6: {} - string-argv@0.3.2: {} string-width@7.2.0: dependencies: emoji-regex: 10.3.0 - get-east-asian-width: 1.4.0 + get-east-asian-width: 1.5.0 strip-ansi: 7.1.2 string-width@8.2.1: @@ -4245,15 +3401,13 @@ snapshots: dependencies: ansi-regex: 6.2.2 - stripe@22.1.1(@types/node@24.12.3): + stripe@22.3.0(@types/node@24.13.2): optionalDependencies: - '@types/node': 24.12.3 - - strnum@2.2.0: {} + '@types/node': 24.13.2 strnum@2.2.3: {} - tinyexec@1.1.2: {} + tinyexec@1.2.4: {} tslib@2.8.1: {} @@ -4263,9 +3417,11 @@ snapshots: typanion@3.14.0: {} - typed-rest-client@1.8.11: + typed-rest-client@3.0.0: dependencies: - qs: 6.15.0 + des.js: 1.1.0 + js-md4: 0.3.2 + qs: 6.15.1 tunnel: 0.0.6 underscore: 1.13.8 @@ -4282,7 +3438,9 @@ snapshots: undici-types@5.26.5: {} - undici-types@7.16.0: {} + undici-types@7.18.2: {} + + undici-types@7.24.6: {} unicorn-magic@0.3.0: {} @@ -4292,14 +3450,6 @@ snapshots: util-deprecate@1.0.2: {} - which@2.0.2: - dependencies: - isexe: 2.0.0 - - which@6.0.1: - dependencies: - isexe: 4.0.0 - wmf@1.0.2: {} word@0.3.0: {} @@ -4318,9 +3468,10 @@ snapshots: string-width: 7.2.0 strip-ansi: 7.1.2 - wsl-utils@0.1.0: + wsl-utils@0.3.1: dependencies: is-wsl: 3.1.1 + powershell-utils: 0.1.0 xlsx@0.18.5: dependencies: @@ -4332,10 +3483,11 @@ snapshots: wmf: 1.0.2 word: 0.3.0 - yaml@2.8.2: {} - yaml@2.8.4: {} + yaml@2.9.0: + optional: true + yocto-queue@1.2.2: {} yoctocolors@2.1.2: {} @@ -4346,6 +3498,4 @@ snapshots: normalize-path: 3.0.0 readable-stream: 4.7.0 - zod@4.3.6: {} - zod@4.4.3: {}