From ca5479381c60a5f722b1969c65124ea74ff1cd19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:52:51 +0000 Subject: [PATCH] chore(deps-dev): bump mocha from 11.7.6 to 11.8.0 in the mocha group Bumps the mocha group with 1 update: [mocha](https://github.com/mochajs/mocha). Updates `mocha` from 11.7.6 to 11.8.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.8.0/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v11.7.6...v11.8.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: mocha ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52812b1..e5b3942 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint": "9.39.1", "eslint-plugin-chai-friendly": "1.1.0", "eslint-plugin-promise": "7.2.1", - "mocha": "11.7.6", + "mocha": "11.8.0", "mocha-junit-reporter": "2.2.1", "npm-run-all": "4.1.5", "rimraf": "6.1.3",