From b9dbce8edeebc170943501cc668a582e2cbdc5c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Aug 2020 21:52:31 +0000 Subject: [PATCH] Update dependency eslint-plugin-jest to v23.20.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e308b363..22ad2111 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "cross-env": "7.0.2", "eslint": "6.8.0", "eslint-config-prettier": "6.11.0", - "eslint-plugin-jest": "23.8.2", + "eslint-plugin-jest": "23.20.0", "eslint-plugin-prettier": "3.1.3", "eslint-plugin-react": "7.19.0", "husky": "4.2.5", diff --git a/yarn.lock b/yarn.lock index 46527408..86abfc3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3250,10 +3250,10 @@ eslint-config-prettier@6.11.0: 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.20.0: + version "23.20.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.20.0.tgz#e1d69c75f639e99d836642453c4e75ed22da4099" + integrity sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw== dependencies: "@typescript-eslint/experimental-utils" "^2.5.0"