From 44469222c18ffd431cf1806fde40650f654c41d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:31:17 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.7.4 to 11.7.5 in /packages/doctor Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.4 to 11.7.5. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.4...v11.7.5) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/doctor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/doctor/package.json b/packages/doctor/package.json index c74798ccb6..6ef4bacadb 100644 --- a/packages/doctor/package.json +++ b/packages/doctor/package.json @@ -58,7 +58,7 @@ "grunt-ts": "6.0.0-beta.22", "grunt-tslint": "5.0.2", "istanbul": "0.4.5", - "mocha": "11.7.4", + "mocha": "11.7.5", "rimraf": "6.1.0", "tslint": "6.1.3", "tslint-microsoft-contrib": "6.2.0",