From e9ecf07e24c76c5edd67d41c7c95517f634b1e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 01:25:12 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 10.5.0 to 11.1.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.5.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/10.5.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-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 ef44a12..dda8380 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "^8.18.0", "eslint-config-prettier": "^10.0.1", "eslint-config-standard": "^17.0.0", - "eslint-plugin-mocha": "^10.0.5", + "eslint-plugin-mocha": "^11.1.0", "express": "4 || 5", "express-http-proxy": "^2.0.0", "http-proxy-middleware": "^3.0.0",