From 882baab2e8776d8378da5cfcb47739208cfa8529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:10:51 +0000 Subject: [PATCH] Bump eslint-plugin-mocha from 9.0.0 to 10.0.2 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 9.0.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/9.0.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-lock.json | 12 +++--------- package.json | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 741cefe..ae4ac99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1184,9 +1184,9 @@ } }, "eslint-plugin-mocha": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-9.0.0.tgz", - "integrity": "sha512-d7knAcQj1jPCzZf3caeBIn3BnW6ikcvfz0kSqQpwPYcVGLoJV5sz0l0OJB2LR8I7dvTDbqq1oV6ylhSgzA10zg==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.2.tgz", + "integrity": "sha512-xVHV9TbFvtLeQtbBNSRRpcqOdD22f5BBxO4vuylM2OkKza/SEEX2hZz7vDYWznnkuDis/2kVzVsmrcCfvyVAJw==", "dev": true, "requires": { "eslint-utils": "^3.0.0", @@ -1201,12 +1201,6 @@ "requires": { "eslint-visitor-keys": "^2.0.0" } - }, - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true } } }, diff --git a/package.json b/package.json index 28172be..1759755 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@alpha-lambda/eslint-config": "^1.1.0", "chai": "^4.3.4", "eslint": "^7.31.0", - "eslint-plugin-mocha": "^9.0.0", + "eslint-plugin-mocha": "^10.0.2", "mocha": "^9.0.3", "nyc": "^15.1.0", "sinon": "^11.1.2"