From 6e833ddd6a020cc8f7b509f5294c7e14d2cdafba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 08:09:46 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 8.1.0 to 9.0.0 (#7665) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 8.1.0 to 9.0.0. - [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/8.1.0...9.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2742352c..c66d6b76 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.22.1", - "eslint-plugin-mocha": "8.1.0", + "eslint-plugin-mocha": "9.0.0", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-unicorn": "22.0.0", "esprima": "4.0.0",