From dda70551658f167e46da2b540a51c180f944a338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:19:59 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 10.5.0 to 11.0.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.5.0 to 11.0.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.0.0 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 ed75dc2eb..72df21f4e 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "electron": "35.2.0", "eslint": "^9.24.0", "eslint-plugin-import": "2.31.0", - "eslint-plugin-mocha": "10.5.0", + "eslint-plugin-mocha": "11.0.0", "expect": "29.7.0", "express": "5.1.0", "globals": "16.0.0",