diff --git a/package-lock.json b/package-lock.json index 0cfc8f1c..82f4b6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@playwright/test": "^1.56.1", "@types/node": "^25.0.3", - "allure-playwright": "^3.4.4", + "allure-playwright": "^3.5.0", "playwright-bdd": "^8.4.1" } }, @@ -232,16 +232,16 @@ "dev": true }, "node_modules/allure-js-commons": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.4.4.tgz", - "integrity": "sha512-37BHoe/P27UpLu0/hR6yEYvrBg9aC/uoSyS9/lF9wYEbfIYSiw/UAl92qn/zO/buFdKK078FJux+9xPnNT7APQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.5.0.tgz", + "integrity": "sha512-iBVFNQkX5i48QGlb5U3iWm+NiNOl/ucxv6dvEJBNeJTPMI8t0Dn0CuXMQEiv4forSSAppD7FB9uGal2JwunH/A==", "dev": true, "license": "Apache-2.0", "dependencies": { "md5": "^2.3.0" }, "peerDependencies": { - "allure-playwright": "3.4.4" + "allure-playwright": "3.5.0" }, "peerDependenciesMeta": { "allure-playwright": { @@ -250,13 +250,13 @@ } }, "node_modules/allure-playwright": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.4.4.tgz", - "integrity": "sha512-ITJfPHJ2hwCdTLOK2Nx5R6pUUoonL9EdnjYkCWGMcaCGRatbC7gMf5a+ZFFFRlg1AXx/ZnmAUHmlE2BAd0yRTQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.5.0.tgz", + "integrity": "sha512-nB6Wj1z7oGz44r4qxN2lJ6lgDQ+FcpL2dyhUsH/syyNPY8x1JLandedc3FA+nqtxoer6qUagsWZfDZnsDO0RXA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "allure-js-commons": "3.4.4" + "allure-js-commons": "3.5.0" }, "peerDependencies": { "@playwright/test": ">=1.53.0" diff --git a/package.json b/package.json index fb3d1e04..9e3be20c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@playwright/test": "^1.56.1", "@types/node": "^25.0.3", - "allure-playwright": "^3.4.4", + "allure-playwright": "^3.5.0", "playwright-bdd": "^8.4.1" } }