From 17198e1a2c7dc163cc010bc7993689fe0db6ec13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 12:41:11 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-mocha from 6.1.1 to 6.2.0 Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 6.1.1 to 6.2.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/6.1.1...6.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c2f81e4b4..306677c954 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "eslint": "^6.5.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", - "eslint-plugin-mocha": "^6.1.1", + "eslint-plugin-mocha": "^6.2.0", "fetch-mock": "^7.5.1", "generate-changelog": "^1.8.0", "listr": "^0.14.1", diff --git a/yarn.lock b/yarn.lock index 6d3a84272d..0859a2fc5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3457,10 +3457,10 @@ eslint-plugin-import@^2.18.2: read-pkg-up "^2.0.0" resolve "^1.11.0" -eslint-plugin-mocha@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-6.1.1.tgz#5a036f2f806e1a5fb7d19f7538ebeff3afb15377" - integrity sha512-p/otruG425jRYDa28HjbBYYXoFNzq3Qp++gn5dbE44Kz4NvmIsSUKSV1T+RLYUcZOcdJKKAftXbaqkHFqReKoA== +eslint-plugin-mocha@^6.2.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-6.2.0.tgz#16ff9ce4d5a6a35af522d5db0ce3c8946566e4c1" + integrity sha512-vE/+tHJVom2BkMOiwkOKcAM5YqGPk3C6gMvQ32DHihKkaXF6vmxtj3UEOg64wP3m8/Zk5V/UmQbFE5nqu1EXSg== dependencies: ramda "^0.26.1"