diff --git a/package-lock.json b/package-lock.json index 2d39c2d..8ff96fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@playwright/test": "^1.61.1", "@types/node": "^25.9.3", "allure": "^3.13.2", - "allure-playwright": "^3.10.0", + "allure-playwright": "^3.10.2", "playwright": "^1.61.0" } }, @@ -1246,16 +1246,16 @@ } }, "node_modules/allure-js-commons": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.10.0.tgz", - "integrity": "sha512-Tf2nYiC7VDNgvM5t0Av9KfQ+cO7ScAzCG2Ikhy9BhzAZoXymjN0I1uyZfsf+iaMJhiuGv7Slf86dBQDHHS3nvw==", + "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==", "dev": true, "license": "Apache-2.0", "dependencies": { "md5": "^2.3.0" }, "peerDependencies": { - "allure-playwright": "3.10.0" + "allure-playwright": "3.10.2" }, "peerDependenciesMeta": { "allure-playwright": { @@ -1264,13 +1264,13 @@ } }, "node_modules/allure-playwright": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.10.0.tgz", - "integrity": "sha512-MFejAaHVuToRB/LGWlVC6Ai2y2vWZ+VqB786IINJY2c74wAwz18oaih/NVXQaDk+sDHkjKzcSuVM9cmaA/OBaw==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.10.2.tgz", + "integrity": "sha512-CGyhxSvx2bIkojhBy0pbQZ12vkLbOE3FBh39WgzPs+katwnuGPUE0whJhryG8aD/dlDALxMehL9G0k8WYBx4tQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "allure-js-commons": "3.10.0" + "allure-js-commons": "3.10.2" }, "peerDependencies": { "@playwright/test": ">=1.53.0" diff --git a/package.json b/package.json index d32239d..ecec6f8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@playwright/test": "^1.61.1", "@types/node": "^25.9.3", "allure": "^3.13.2", - "allure-playwright": "^3.10.0", + "allure-playwright": "^3.10.2", "playwright": "^1.61.0" }, "dependencies": {