From 930188406ea2e770566893c9215218734a9fcc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 08:54:40 +0000 Subject: [PATCH] Bump allure-playwright from 3.4.4 to 3.5.0 Bumps [allure-playwright](https://github.com/allure-framework/allure-js/tree/HEAD/packages/allure-playwright) from 3.4.4 to 3.5.0. - [Release notes](https://github.com/allure-framework/allure-js/releases) - [Commits](https://github.com/allure-framework/allure-js/commits/v3.5.0/packages/allure-playwright) --- updated-dependencies: - dependency-name: allure-playwright dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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" } }