From 99024afc017c68c8f63148376bde84ff17707c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:53:44 +0000 Subject: [PATCH] Bump mocha from 10.8.2 to 11.7.6 in /packages/databricks-vscode Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.7.6. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.6/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.8.2...v11.7.6) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.6 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 8446438ee..510086786 100644 --- a/packages/databricks-vscode/package.json +++ b/packages/databricks-vscode/package.json @@ -1593,7 +1593,7 @@ "extract-zip": "^2.0.1", "fs-extra": "^11.2.0", "glob": "^10.5.0", - "mocha": "^10.2.0", + "mocha": "^11.7.6", "mock-require": "^3.0.3", "nyc": "^15.1.0", "prettier": "^3.1.1",