From e9dd2b7a17c7f5a202008d74c1301935ebe490f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 07:27:07 +0000 Subject: [PATCH] chore(deps-dev): bump @wdio/mocha-framework from 8.32.4 to 8.36.1 Bumps [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) from 8.32.4 to 8.36.1. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/wdio-mocha-framework) --- updated-dependencies: - dependency-name: "@wdio/mocha-framework" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 2cbf2e34..6b531b7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2239,7 +2239,7 @@ loglevel-plugin-prefix "^0.8.4" strip-ansi "^7.1.0" -"@wdio/mocha-framework@8.32.4", "@wdio/mocha-framework@^8.32.4": +"@wdio/mocha-framework@8.32.4": version "8.32.4" resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-8.32.4.tgz#c4f1a9ca5712f6bd8f03b37c605d39d3c4f50f60" integrity sha512-xyL6gYXHBoRGnLpSGK2Aj8gz4jsidv9sPQl+G6xwnEMOvYKgGIvmd3WDToyit5/ghTgHjPcE9Th4Ef+NFPWUDw== @@ -2251,6 +2251,18 @@ "@wdio/utils" "8.32.4" mocha "^10.0.0" +"@wdio/mocha-framework@^8.32.4": + version "8.36.1" + resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-8.36.1.tgz#c5c2381c58376b35fe0a346fb114239f3c2a1735" + integrity sha512-G0h5AeneMNtoh9CcVQ82OCKj0axxUOEotEcInDu8V6UJbUywNJVL/bdTMKdaq5i84Hnc+s1LUKmLvN95F+lHGA== + dependencies: + "@types/mocha" "^10.0.0" + "@types/node" "^20.1.0" + "@wdio/logger" "8.28.0" + "@wdio/types" "8.36.1" + "@wdio/utils" "8.36.1" + mocha "^10.0.0" + "@wdio/protocols@8.32.0": version "8.32.0" resolved "https://registry.yarnpkg.com/@wdio/protocols/-/protocols-8.32.0.tgz#edb22793fa0fe9b7544349944984d575c40835a7"