From a848d432f8bb06a97b73e178a8bee2a70cf9e22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:03:39 +0000 Subject: [PATCH] Bump playwright-qase-reporter from 2.0.12 to 2.0.13 in /tests Bumps [playwright-qase-reporter](https://github.com/qase-tms/qase-javascript) from 2.0.12 to 2.0.13. - [Release notes](https://github.com/qase-tms/qase-javascript/releases) - [Commits](https://github.com/qase-tms/qase-javascript/compare/qase-playwright-v2.0.12...qase-playwright-v2.0.13) --- updated-dependencies: - dependency-name: playwright-qase-reporter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/package.json | 2 +- tests/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/package.json b/tests/package.json index debe74fd..239336a2 100644 --- a/tests/package.json +++ b/tests/package.json @@ -10,7 +10,7 @@ "@types/semver": "^7.5.8", "js-yaml": "^4.1.0", "lodash": "^4.17.21", - "playwright-qase-reporter": "^2.0.12", + "playwright-qase-reporter": "^2.0.13", "semver": "^7.6.3" }, "engines": { diff --git a/tests/yarn.lock b/tests/yarn.lock index 3c3f6e4a..7a3ca638 100644 --- a/tests/yarn.lock +++ b/tests/yarn.lock @@ -348,10 +348,10 @@ playwright-core@1.47.1: resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.1.tgz#bb45bdfb0d48412c535501aa3805867282857df8" integrity sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ== -playwright-qase-reporter@^2.0.12: - version "2.0.12" - resolved "https://registry.yarnpkg.com/playwright-qase-reporter/-/playwright-qase-reporter-2.0.12.tgz#9ac052dcc7657893bbcf50194750806defedb304" - integrity sha512-VTDRnPbF152H4pP73cv1N4RGwCJ6YcR6ZILMUPbVQns/PTrRVGOG/oZRoR8l+2TzT7rth1RDVGJ/bS1fUKaZrQ== +playwright-qase-reporter@^2.0.13: + version "2.0.13" + resolved "https://registry.yarnpkg.com/playwright-qase-reporter/-/playwright-qase-reporter-2.0.13.tgz#3f1e13010744c5b0785cbcefba8e177e36b9a728" + integrity sha512-zki+ua3jipGmPJI7+jEdyMldvTQIAgXBWM9hAQ+IdxRWn/lOalv5ZSzsaeNoToQwjFNexNUUzSq2ZFSweP2xuQ== dependencies: chalk "^4.1.2" qase-javascript-commons "~2.2.0"