From 2aa77720d1fe1b710eb8950df92ea183a732488d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 18:21:57 +0000 Subject: [PATCH] Bump mocha from 2.5.3 to 11.4.0 Bumps [mocha](https://github.com/mochajs/mocha) from 2.5.3 to 11.4.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.4.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.4.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..7df2346 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.4.0" } }