From 9836b79cd6cd49d3113b6d29527489132410bdcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:00:48 +0000 Subject: [PATCH] Bump allure-playwright from 3.4.4 to 3.6.0 Bumps [allure-playwright](https://github.com/allure-framework/allure-js/tree/HEAD/packages/allure-playwright) from 3.4.4 to 3.6.0. - [Release notes](https://github.com/allure-framework/allure-js/releases) - [Commits](https://github.com/allure-framework/allure-js/commits/v3.6.0/packages/allure-playwright) --- updated-dependencies: - dependency-name: allure-playwright dependency-version: 3.6.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..9e1c06fe 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.6.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.6.0", + "resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.6.0.tgz", + "integrity": "sha512-RquIzMlh2l+ZLtq+Uxt+ZpOptxLzyPvLfPGbwU7dtgXo0QfUvhLFFkCljIR7Gjxo7jZ+WVqoto1yOPpXqU/i4g==", "dev": true, "license": "Apache-2.0", "dependencies": { "md5": "^2.3.0" }, "peerDependencies": { - "allure-playwright": "3.4.4" + "allure-playwright": "3.6.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.6.0", + "resolved": "https://registry.npmjs.org/allure-playwright/-/allure-playwright-3.6.0.tgz", + "integrity": "sha512-p/m41kdrgkKeJP0dgn/7yEQggxRBQEYdwRKUSfg2VEIfCP1va/6ph7dZNsYWKq+Hyj4Nd5DLs33DTS9VwEHe8w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "allure-js-commons": "3.4.4" + "allure-js-commons": "3.6.0" }, "peerDependencies": { "@playwright/test": ">=1.53.0" diff --git a/package.json b/package.json index fb3d1e04..96613ab4 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.6.0", "playwright-bdd": "^8.4.1" } }