From 6d84cd9a1d107c792cbc90bec4b8feb9882f5294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:12:55 +0000 Subject: [PATCH] chore(deps): bump mocha from 11.6.0 to 11.7.2 Bumps [mocha](https://github.com/mochajs/mocha) from 11.6.0 to 11.7.2. - [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.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.2 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 e6f4090fc..f8d95c27e 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "lodash.merge": "4.6.2", "lodash.shuffle": "4.2.0", "mkdirp": "3.0.1", - "mocha": "11.6.0", + "mocha": "11.7.2", "monocart-coverage-reports": "2.12.9", "ms": "2.1.3", "multer": "^2.0.2",