From a195993aef0ce33c7ec5c8970a55d40099714c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:18:36 +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.45.0 to 9.17.0. - [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.17.0/packages/wdio-mocha-framework) --- updated-dependencies: - dependency-name: "@wdio/mocha-framework" dependency-version: 9.17.0 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 c0aa02f2b..4a4aa52a2 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1224,7 +1224,7 @@ "@vscode/test-electron": "^2.3.8", "@wdio/cli": "^8.35.1", "@wdio/local-runner": "^8.35.1", - "@wdio/mocha-framework": "^8.35.0", + "@wdio/mocha-framework": "^9.17.0", "@wdio/spec-reporter": "^8.32.4", "@wdio/types": "^8.32.4", "chai": "^4.3.10",