diff --git a/package-lock.json b/package-lock.json index b0a20d4..0198414 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.11.0", + "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.11.0.tgz", + "integrity": "sha512-dYThkDhru7u7sgwhxRoE9uaxffFXcwnL2+zE0CnmgGebvFmCP8yAZieCHc44MRathtXt44xym9UuVaKSaaJfzw==", "dev": true, "license": "Apache-2.0", "dependencies": { "md5": "^2.3.0" }, "peerDependencies": { - "allure-playwright": "3.10.2" + "allure-playwright": "3.11.0" }, "peerDependenciesMeta": { "allure-playwright": { @@ -407,13 +407,13 @@ } }, "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.11.0", + "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.11.0.tgz", + "integrity": "sha512-o+yWq1gJo7TNuMV6eun7SOuJh6nHG3YXmu+ZVhKf6vJQCbczf3jAik0ob8rBO8JOqU+C/oJZfIiQVdp5j/Dosg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "allure-js-commons": "3.10.2" + "allure-js-commons": "3.11.0" }, "peerDependencies": { "@playwright/test": ">=1.53.0"