From 1dd924d130ca87d110212db7ccd6e2f7235d8d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:37:33 +0000 Subject: [PATCH] Bump mocha from 5.2.0 to 11.7.4 Bumps [mocha](https://github.com/mochajs/mocha) from 5.2.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/v5.2.0...v11.7.4) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.4 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 bc4f3bf..b88b4f9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "after": "~0.8.1", "chai": "^4.2.0", - "mocha": "^6.2.3", + "mocha": "^11.7.4", "nyc": "^17.1.0" } }