From 529f0f1dc1cd3f6ab5a8e01088fd2453cf4c70e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 22:33:00 +0000 Subject: [PATCH] Bump mocha from 11.7.6 to 11.8.0 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.6 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.6...v11.8.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.8.0 dependency-type: direct:development 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 c51300b..6d99af5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "benny": "3.7.1", "chai": "6.2.2", "eslint-plugin-mocha": "11.3.0", - "mocha": "11.7.6", + "mocha": "11.8.0", "nyc": "18.0.0", "rewire": "9.0.1" },