From ff7eb7147ffe9c055cc1e889c1d664614c9478d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 05:55:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 10.0.3 to 10.0.4 (#8256) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.3 to 10.0.4. - [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/10.0.3...10.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:development update-type: version-update:semver-patch ... 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 64d82c26..ecf5f79a 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint": "8.13.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-mocha": "10.0.3", + "eslint-plugin-mocha": "10.0.4", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-unicorn": "42.0.0", "esprima": "4.0.1",