From bfa0c072eb08b025fe4afa468569989a6d876dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 21:59:29 +0100 Subject: [PATCH] fix: bump eslint-plugin-mocha from 10.0.1 to 10.0.3 (#119) Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.0.1 to 10.0.3. - [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.1...10.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: idaho <664101+idaho@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 567395c..2fce778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3124,9 +3124,9 @@ } }, "eslint-plugin-mocha": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.1.tgz", - "integrity": "sha512-XSsqkSE0ViKLjYWO5Z9AcNvPBupTXDlI60TEUsJMNYQFUKZmDzO0Gh3OsSmZ2j5iYl0qT8muJzxTKRwVC6M0wA==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.3.tgz", + "integrity": "sha512-9mM7PZGxfejpjey+MrG0Cu3Lc8MyA5E2s7eUCdHXgS4SY/H9zLuwa7wVAjnEaoDjbBilA+0bPEB+iMO7lBUPcg==", "requires": { "eslint-utils": "^3.0.0", "ramda": "^0.27.1" diff --git a/package.json b/package.json index d4deca4..214ce7b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-extended": "0.2.0", "eslint-plugin-jest": "25.3.0", "eslint-plugin-json": "3.1.0", - "eslint-plugin-mocha": "10.0.1", + "eslint-plugin-mocha": "10.0.3", "eslint-plugin-radar": "0.2.1", "eslint-plugin-react": "7.27.1", "eslint-plugin-unicorn": "39.0.0",