From ddd5f73e968cf5dde6cb00e04ffdb74d81d84fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:01:16 +0000 Subject: [PATCH] Bump mocha from 2.3.4 to 11.7.4 Bumps [mocha](https://github.com/mochajs/mocha) from 2.3.4 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/2.3.4...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 0eefa03..1635401 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "2.13.1", "eslint-config-onelint": "1.2.0", "istanbul": "0.4.2", - "mocha": "2.3.4", + "mocha": "11.7.4", "sinon": "1.17.2", "unexpected": "10.36.2", "unexpected-check": "1.11.0",