From b4a9d4674ae2591a2586d69c4f62a4d64a8db3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 07:04:35 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 8.2.0 to 10.0.2 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 8.2.0 to 10.0.2. - [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.2.0...10.0.2) --- 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 75711f1..c5faefd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-chai": "0.0.1", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-mocha": "^8.0.0", + "eslint-plugin-mocha": "^10.0.2", "grunt": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-exec": "^3.0.0",