From 9b47642e7b0ba77ccb00453ea80b7baa6f3609d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 10:53:14 +0000 Subject: [PATCH] chore(deps): bump mocha from 11.7.5 to 11.8.0 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.5 to 11.8.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.8.0/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.5...v11.8.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.8.0 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 6a7ee9763..d20b083e3 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "lodash.merge": "4.6.2", "lodash.shuffle": "4.2.0", "mkdirp": "3.0.1", - "mocha": "11.7.5", + "mocha": "11.8.0", "monocart-coverage-reports": "2.12.12", "ms": "2.1.3", "multer": "^2.0.2",