From de84049e1b35b13569a9743b3961b4fb667f46c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:02:14 +0000 Subject: [PATCH] chore(deps-dev): bump allure-js-commons from 3.4.1 to 3.4.2 Bumps [allure-js-commons](https://github.com/allure-framework/allure-js/tree/HEAD/packages/allure-js-commons) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/allure-framework/allure-js/releases) - [Commits](https://github.com/allure-framework/allure-js/commits/v3.4.2/packages/allure-js-commons) --- updated-dependencies: - dependency-name: allure-js-commons dependency-version: 3.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 6849a5ed44..5bf36066ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1878,13 +1878,20 @@ allure-jest@^3.2.1: dependencies: allure-js-commons "3.4.1" -allure-js-commons@3.4.1, allure-js-commons@^3.2.1: +allure-js-commons@3.4.1: version "3.4.1" resolved "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.4.1.tgz#2aaed0424c5385154a1aad1fefe779307856138f" integrity sha512-Lzs91+8fTPUucnLwQULuuLyEJWQCBCxsZl5tX6lMPFZcAVXgwu/Dti0XfzhH9R1Hw8e43k20XAlmyh/ZDqqpYA== dependencies: md5 "^2.3.0" +allure-js-commons@^3.2.1: + version "3.4.2" + resolved "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.4.2.tgz#91059468f1d3d0962f4484a6fa801f3262295bb6" + integrity sha512-bWzqduvU/LzSTI4wJKzWbHWe64xluF30pDxFfSP+jlloQx9F1Vytdqrit5oAgNj+czzdA+Nocv3Dh6d4COCTvA== + dependencies: + md5 "^2.3.0" + ansi-escapes@^4.2.1, ansi-escapes@^4.3.2: version "4.3.2" resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"