From 7e5d644bd99fe1d7b7060d5e59be6c1f90448933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 12:31:31 +0100 Subject: [PATCH] fix: bump eslint-plugin-mocha from 8.0.0 to 8.1.0 (#14) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 8.0.0 to 8.1.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.0.0...8.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3f371c..70918f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1565,9 +1565,9 @@ } }, "eslint-plugin-mocha": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-8.0.0.tgz", - "integrity": "sha512-n67etbWDz6NQM+HnTwZHyBwz/bLlYPOxUbw7bPuCyFujv7ZpaT/Vn6KTAbT02gf7nRljtYIjWcTxK/n8a57rQQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-8.1.0.tgz", + "integrity": "sha512-1EgHvXKRl7W3mq3sntZAi5T24agRMyiTPL4bSXe+B4GksYOjAPEWYx+J3eJg4It1l2NMNZJtk0gQyQ6mfiPhQg==", "requires": { "eslint-utils": "^2.1.0", "ramda": "^0.27.1" diff --git a/package.json b/package.json index 440a264..044e02b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-extended": "0.2.0", "eslint-plugin-jest": "24.1.5", "eslint-plugin-json": "2.1.2", - "eslint-plugin-mocha": "8.0.0", + "eslint-plugin-mocha": "8.1.0", "eslint-plugin-radar": "0.2.1", "eslint-plugin-react": "7.22.0", "eslint-plugin-unicorn": "28.0.2"