From 61d7d861336c915acd61fc93f22fdfd4be385d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 08:21:20 +0000 Subject: [PATCH] Bump mocha from 9.2.2 to 11.7.1 Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 11.7.1. - [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/v9.2.2...v11.7.1) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d62c6f574..077a1ba36 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jsonschema": "~1.4.0", "markdown-link-check": "~3.13.7", "markdownlint-cli": "~0.32.2", - "mocha": "~9.2.2", + "mocha": "~11.7.2", "mousse": "~0.3.1", "nyc": "~15.1.0", "path-exists-cli": "~2.0.0",