From 692153d5fc53d00f6c0488a602466c18a7cab129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 07:12:05 +0000 Subject: [PATCH] chore(deps-dev): bump mocha in /packages/databricks-vscode Bumps [mocha](https://github.com/mochajs/mocha) from 11.8.0 to 12.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.8.0...v12.0.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 12.0.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 982802ad4..8798c3d64 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1960,7 +1960,7 @@ "extract-zip": "^2.0.1", "fs-extra": "^11.2.0", "glob": "^13.0.6", - "mocha": "^11.7.6", + "mocha": "^12.0.0", "nyc": "^18.0.0", "prettier": "^3.1.1", "quicktype-core": "^26.0.0",