From eb27b54c31a9fca4f741cf6fadf2e43c34664fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:19:49 +0000 Subject: [PATCH] Bump mocha from 11.7.5 to 11.7.6 in the build group across 1 directory Bumps the build group with 1 update in the / directory: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 11.7.5 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/v11.7.5...v11.7.6) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a162e68..0065180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vscode/vsce": "^3.9.2", "esbuild": "^0.28.0", "eslint": "^10.4.0", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "typescript": "^5.9.3" }, "engines": { @@ -4955,9 +4955,9 @@ "optional": true }, "node_modules/mocha": { - "version": "11.7.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", - "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", + "version": "11.7.6", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", + "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 92c7151..35a08cc 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "@vscode/vsce": "^3.9.2", "esbuild": "^0.28.0", "eslint": "^10.4.0", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "typescript": "^5.9.3" }, "dependencies": {