From e964fd7c59436afc52a48d597fdd0efa3dce7a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:01:57 +0000 Subject: [PATCH] Bump mocha from 2.3.4 to 11.7.3 Bumps [mocha](https://github.com/mochajs/mocha) from 2.3.4 to 11.7.3. - [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.3) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.3 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..6bf2632 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.3", "sinon": "1.17.2", "unexpected": "10.36.2", "unexpected-check": "1.11.0",