From f29a6791eb8a1b49d4ceee6dd2e1f097e62b3acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 05:50:12 +0000 Subject: [PATCH] chore(deps): bump mocha from 11.6.0 to 11.7.4 Bumps [mocha](https://github.com/mochajs/mocha) from 11.6.0 to 11.7.4. - [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.6.0...v11.7.4) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ceedc4f43..12d63a907 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "lodash.merge": "4.6.2", "lodash.shuffle": "4.2.0", "mkdirp": "3.0.1", - "mocha": "11.7.2", + "mocha": "11.7.5", "monocart-coverage-reports": "2.12.9", "ms": "2.1.3", "multer": "^2.0.2",