From 32035919cc3094fc396a04da2ac5e9bbdc08ab1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:38:26 +0000 Subject: [PATCH] Bump @wdio/mocha-framework in /packages/databricks-vscode Bumps [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) from 8.40.6 to 9.2.2. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.2/packages/wdio-mocha-framework) --- updated-dependencies: - dependency-name: "@wdio/mocha-framework" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/databricks-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/databricks-vscode/package.json b/packages/databricks-vscode/package.json index 1d477170f..8c0ada43d 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -716,7 +716,7 @@ "@vscode/test-electron": "^2.3.8", "@wdio/cli": "^8.12.2", "@wdio/local-runner": "^8.12.1", - "@wdio/mocha-framework": "^8.12.1", + "@wdio/mocha-framework": "^9.2.2", "@wdio/spec-reporter": "^8.12.2", "@wdio/types": "^8.10.4", "chai": "^4.3.7",