From e9d2b16b62e1472e4fe445fd643d4f65deb16c04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 20:34:55 -0400 Subject: [PATCH] Bump eslint-plugin-jest from 24.0.1 to 24.0.2 (#432) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.1 to 24.0.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.1...v24.0.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index abb322c0..c128c739 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/node": "14.11.2", "eslint": "7.9.0", "eslint-plugin-github": "3.4.1", - "eslint-plugin-jest": "24.0.1", + "eslint-plugin-jest": "24.0.2", "eslint-plugin-prettier": "^3.1.2", "jest": "25.5.4", "jest-circus": "26.4.2", diff --git a/yarn.lock b/yarn.lock index 3895e261..c03c6fbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1865,9 +1865,9 @@ eslint-plugin-import@>=2.18.2: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-jest@24.0.1: - version "24.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.0.1.tgz#ad5e091d47cf895e15dc115e18f98471135a334f" +eslint-plugin-jest@24.0.2: + version "24.0.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.0.2.tgz#4bf0fcdc86289d702a7dacb430b4363482af773b" dependencies: "@typescript-eslint/experimental-utils" "^4.0.1"