From 647e254a4d41b08c8e55fb094d7627f398b76922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 18:47:44 +0000 Subject: [PATCH] Bump mocha from 2.5.3 to 11.5.0 Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 11.5.0. - [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/v2.5.3...v11.5.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.5.0 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 2f0ac5c..9439115 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "chai": "^3.4.1", "coffee-script": "^1.10.0", "jsdom": "^11.6.0", - "mocha": "^2.3.4" + "mocha": "^11.5.0" } }