diff --git a/package-lock.json b/package-lock.json index d4b2f1d..b5a4262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -389,16 +389,16 @@ } }, "node_modules/allure-js-commons": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.9.0.tgz", - "integrity": "sha512-uVQcGE6MWIvGR/zW1XEUwHXUQa1EJKY0Cah+0TZK1qKuw6ptyhftDr34XE3wExTyCZirRrI98dbRtPeYYuyI+g==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.10.0.tgz", + "integrity": "sha512-Tf2nYiC7VDNgvM5t0Av9KfQ+cO7ScAzCG2Ikhy9BhzAZoXymjN0I1uyZfsf+iaMJhiuGv7Slf86dBQDHHS3nvw==", "dev": true, "license": "Apache-2.0", "dependencies": { "md5": "^2.3.0" }, "peerDependencies": { - "allure-playwright": "3.9.0" + "allure-playwright": "3.10.0" }, "peerDependenciesMeta": { "allure-playwright": { @@ -407,13 +407,13 @@ } }, "node_modules/allure-playwright": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.9.0.tgz", - "integrity": "sha512-bv8J4BaHhs7Cd7GaAz7xEuD6vthZuw235YtHpe/9y7FDPn3oB6n6KcxZOhU0lYvwVKO5cUVqnquHKqoLkSCrgA==", + "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==", "dev": true, "license": "Apache-2.0", "dependencies": { - "allure-js-commons": "3.9.0" + "allure-js-commons": "3.10.0" }, "peerDependencies": { "@playwright/test": ">=1.53.0"