From c95445ca30e477c35e06c7d9449e82c48923f89b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:49:56 +0000 Subject: [PATCH] Update dependency allure-playwright to v3.12.1 --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0a20d4..eb0a3cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -389,16 +389,16 @@ } }, "node_modules/allure-js-commons": { - "version": "3.10.2", - "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.10.2.tgz", - "integrity": "sha512-5nAjUF1iNPSQMwKtEsadclSta8C3L705/k/pIzGb9M6P9krgfRaCyaEHt8pkLlCP9NFj5xk3grjtnAhiLeT+Kg==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.12.1.tgz", + "integrity": "sha512-w5G2CVNNwe/aEZxQwHGtRXnXXdvXr/tJCKY4kn3ZmVkpsp/6YCtJL6qV/PqLtNtyrS0WgWbxYdNvFitCB35mHw==", "dev": true, "license": "Apache-2.0", "dependencies": { "md5": "^2.3.0" }, "peerDependencies": { - "allure-playwright": "3.10.2" + "allure-playwright": "3.12.1" }, "peerDependenciesMeta": { "allure-playwright": { @@ -407,16 +407,16 @@ } }, "node_modules/allure-playwright": { - "version": "3.10.2", - "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.10.2.tgz", - "integrity": "sha512-CGyhxSvx2bIkojhBy0pbQZ12vkLbOE3FBh39WgzPs+katwnuGPUE0whJhryG8aD/dlDALxMehL9G0k8WYBx4tQ==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.12.1.tgz", + "integrity": "sha512-6s4795fiFVbF/HsNqY8r5660Nx2KwBcR7kHAXN+hQ0aqcLAKPE0qBs/YdiGhegOx0A2/Ic+KBaVILRSw+pSQOw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "allure-js-commons": "3.10.2" + "allure-js-commons": "3.12.1" }, "peerDependencies": { - "@playwright/test": ">=1.53.0" + "@playwright/test": ">=1.62.0" } }, "node_modules/asynckit": {