From 52a8fb74c681a0b45a14d1604d832a218904a3d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 20:24:10 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 11.7.6 to 11.8.0 Bumps [mocha](https://github.com/mochajs/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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c65660e..93d35e4 100644 --- a/package.json +++ b/package.json @@ -315,7 +315,7 @@ "html-webpack-plugin": "^5.6.6", "ignore-styles": "~5.0.1", "jsdom": "~30.0.0", - "mocha": "~11.7.5", + "mocha": "~11.8.0", "moment": "~2.30.1", "nano-staged": "latest", "prettier": "~2.8.8",