From 3ddbf464cda6078687816cefb0a1ee3785ad58ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:12:31 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 10.7.3 to 11.7.3 Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 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/v10.7.3...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 5d3c0a7..10a568d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-replace": "2.0.2", "istanbul-lib-instrument": "6.0.3", "jsdom": "20.0.0", - "mocha": "10.7.3", + "mocha": "11.7.3", "nyc": "17.1.0", "selenium-webdriver": "4.25.0", "serve-static": "1.16.2",