From 8daa7c39a1a53ef0d5fe76067d2cd2912e0a18cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 22:23:53 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 23.8.2 to 23.19.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.8.2 to 23.19.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.19.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 4ca1d9e..c251dd1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "babel-preset-react-native": "^1.9.1", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", - "eslint-plugin-jest": "^23.8.2", + "eslint-plugin-jest": "^23.19.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.19.0", "gh-pages": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 732ba22..a437e11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2496,10 +2496,10 @@ eslint-config-prettier@^6.10.1: dependencies: get-stdin "^6.0.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" - integrity sha512-xwbnvOsotSV27MtAe7s8uGWOori0nUsrXh2f1EnpmXua8sDfY6VZhHAhHg2sqK7HBNycRQExF074XSZ7DvfoFg== +eslint-plugin-jest@^23.19.0: + version "23.19.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.19.0.tgz#da9c45a629bf3180269c7d5033afd7f8b910bde5" + integrity sha512-l5PLflALqnODl8Yy0H5hDs18aKJS1KTf66VZGXRpIhmbLbPLaTuMB2P+65fBpkdseSpnTVcIlBYvTvJSBi/itg== dependencies: "@typescript-eslint/experimental-utils" "^2.5.0"