From d610077609f2843688a58e32fd4627f874030d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:03:53 +0000 Subject: [PATCH] chore(deps-dev): bump mocha in the mocha group across 1 directory Bumps the mocha group with 1 update in the / directory: [mocha](https://github.com/mochajs/mocha). Updates `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 dependency-group: mocha ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c437e6c7e..3af2ed5c2 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "deepmerge": "^4.2.2", "fast-glob": "^3.3.1", "memfs": "^4.46.1", - "mocha": "11.7.4", + "mocha": "11.7.5", "npm-run-all2": "^8", "rimraf": "^6", "ts-loader": "9.5.4",