From 8ff15db44bf0b6e59ee0e2f8fd72d9e9790d9321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:20:10 +0100 Subject: [PATCH] chore(deps)(deps-dev): bump allure-commandline from 2.24.1 to 2.27.0 (#1896) Bumps [allure-commandline](https://github.com/allure-framework/allure-npm) from 2.24.1 to 2.27.0. - [Release notes](https://github.com/allure-framework/allure-npm/releases) - [Commits](https://github.com/allure-framework/allure-npm/compare/2.24.1...2.27.0) --- updated-dependencies: - dependency-name: allure-commandline dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/tests/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60535a2bcc..b584c38bfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6304,9 +6304,9 @@ } }, "node_modules/allure-commandline": { - "version": "2.24.1", - "resolved": "https://registry.npmjs.org/allure-commandline/-/allure-commandline-2.24.1.tgz", - "integrity": "sha512-eNto3ipBq+O2B/f8/OwiS3E8R7jYENs3qv8jT7wMZmziYLANsISC9tX/FfEqR3FDiQlEOjkP7iyTEZ3ph53FPg==", + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/allure-commandline/-/allure-commandline-2.27.0.tgz", + "integrity": "sha512-KuxKEZ2Joa0LCcM9w8AWgWJgmB5d3VqSgaJhPC6pEsdRwAObT/JE8NY0u4mJ61+c2mhAPGIetGV9jgP3gzxgIg==", "dev": true, "bin": { "allure": "bin/allure" @@ -28601,7 +28601,7 @@ "@waku/message-encryption": "*", "@waku/peer-exchange": "*", "@waku/sdk": "*", - "allure-commandline": "^2.24.1", + "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", "chai": "^4.3.10", "cspell": "^8.3.2", @@ -33042,7 +33042,7 @@ "@waku/peer-exchange": "*", "@waku/sdk": "*", "@waku/utils": "*", - "allure-commandline": "^2.24.1", + "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", "app-root-path": "^3.1.0", "chai": "^4.3.10", @@ -33667,9 +33667,9 @@ "requires": {} }, "allure-commandline": { - "version": "2.24.1", - "resolved": "https://registry.npmjs.org/allure-commandline/-/allure-commandline-2.24.1.tgz", - "integrity": "sha512-eNto3ipBq+O2B/f8/OwiS3E8R7jYENs3qv8jT7wMZmziYLANsISC9tX/FfEqR3FDiQlEOjkP7iyTEZ3ph53FPg==", + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/allure-commandline/-/allure-commandline-2.27.0.tgz", + "integrity": "sha512-KuxKEZ2Joa0LCcM9w8AWgWJgmB5d3VqSgaJhPC6pEsdRwAObT/JE8NY0u4mJ61+c2mhAPGIetGV9jgP3gzxgIg==", "dev": true }, "allure-js-commons": { diff --git a/packages/tests/package.json b/packages/tests/package.json index 9fbb1ab196..5d0ed9c669 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -78,7 +78,7 @@ "@waku/message-encryption": "*", "@waku/peer-exchange": "*", "@waku/sdk": "*", - "allure-commandline": "^2.24.1", + "allure-commandline": "^2.27.0", "allure-mocha": "^2.9.2", "chai": "^4.3.10", "cspell": "^8.3.2",