From ad4dcc7e3e7f4b6f074c0db46656c276505d28c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 18:32:47 +0000 Subject: [PATCH] Update dependency allure-playwright to v3.12.2 --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0a20d4..68bbf92 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.2", + "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.12.2.tgz", + "integrity": "sha512-5gVM4Fedf5q19tQ6zussSIaNC5tooTbtvJMBZFu1c7Zm35qfiBAPayMgxxHm5rOTwkyRInj+XShQPAG8ixrGeg==", "dev": true, "license": "Apache-2.0", "dependencies": { "md5": "^2.3.0" }, "peerDependencies": { - "allure-playwright": "3.10.2" + "allure-playwright": "3.12.2" }, "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.2", + "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.12.2.tgz", + "integrity": "sha512-XTzCAOyAIdx8gZE/skh3FJgPWmU5LmPO5fF8iRXEEVGWU5iL4rRlFh+KD7T0jo7DuCj7W2MpL6mnNWA+Zo54QA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "allure-js-commons": "3.10.2" + "allure-js-commons": "3.12.2" }, "peerDependencies": { - "@playwright/test": ">=1.53.0" + "@playwright/test": ">=1.62.0" } }, "node_modules/asynckit": {