From e6c3570b0467766b31304603de86261f6bf89b55 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 22:50:29 -0400 Subject: [PATCH] Bump eslint-plugin-jest from 23.8.2 to 23.9.0 (#274) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.8.2 to 23.9.0. - [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/v23.8.2...v23.9.0) 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 8dbaeb72..950e2c6d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/node": "13.13.4", "eslint": "6.8.0", "eslint-plugin-github": "3.4.1", - "eslint-plugin-jest": "23.8.2", + "eslint-plugin-jest": "23.9.0", "eslint-plugin-prettier": "^3.1.2", "jest": "25.5.3", "jest-circus": "25.5.4", diff --git a/yarn.lock b/yarn.lock index 33f6aa55..d7f4ae22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1520,9 +1520,9 @@ eslint-plugin-import@>=2.18.2: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-jest@23.8.2: - version "23.8.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.8.2.tgz#6f28b41c67ef635f803ebd9e168f6b73858eb8d4" +eslint-plugin-jest@23.9.0: + version "23.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.9.0.tgz#7f4932eceb7ca487d171898fb9d55c05e6b36701" dependencies: "@typescript-eslint/experimental-utils" "^2.5.0"