From d26c89509f73b55fa61a1685f83cfd57b563e7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:24:22 +0000 Subject: [PATCH] build(deps-dev): bump mocha from 8.2.1 to 11.7.5 Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.1 to 11.7.5. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v8.2.1...v11.7.5) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.5 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 0719b3b..b30cba6 100644 --- a/package.json +++ b/package.json @@ -293,7 +293,7 @@ "html-webpack-plugin": "^5.6.6", "ignore-styles": "~5.0.1", "jsdom": "~28.1.0", - "mocha": "~8.2.1", + "mocha": "~11.7.5", "moment": "~2.30.1", "nano-staged": "latest", "prettier": "~2.2.1",