From 6416227c07b9582a9a8b8432b228bbb1f27171bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:35:16 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 11.0.0 to 11.1.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 11.0.0 to 11.1.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/compare/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-version: 11.1.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 de62c17cc..86544ab1b 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "electron": "36.4.0", "eslint": "^9.24.0", "eslint-plugin-import": "2.32.0", - "eslint-plugin-mocha": "11.0.0", + "eslint-plugin-mocha": "11.1.0", "expect": "29.7.0", "express": "5.1.0", "globals": "16.0.0",