From 911d28fce8f7b0a37044653f543d9cf12c71ab27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 10:19:15 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 7.0.1 to 10.0.5 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 7.0.1 to 10.0.5. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/7.0.1...10.0.5) --- updated-dependencies: - dependency-name: eslint-plugin-mocha 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 21563e1d..be691a92 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "^7.2.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", - "eslint-plugin-mocha": "^7.0.1", + "eslint-plugin-mocha": "^10.0.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1"