From f185589581f5787da1845a81a239e404f482a3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:56:08 +0000 Subject: [PATCH] Bump mocha from 2.5.3 to 11.1.0 Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 11.1.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.1.0) --- updated-dependencies: - dependency-name: mocha 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..2ddd857 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.1.0" } }