From cc0268c49edf7ec4b28257c2b37b06d9c0861f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:09:03 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 11.1.0 to 11.2.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 11.1.0 to 11.2.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/commits) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-version: 11.2.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 42bb3b0a0..b5280d319 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "electron": "40.0.0", "eslint": "^9.36.0", "eslint-plugin-import": "2.32.0", - "eslint-plugin-mocha": "11.1.0", + "eslint-plugin-mocha": "11.2.0", "expect": "30.2.0", "express": "^5.1.0", "globals": "17.0.0",