From 638b022957d1ae40277521904a58a837498daeb4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Feb 2020 21:11:32 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v23.7.0 --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2ef30ef..32627f0 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint": "6.8.0", "eslint-config-airbnb-base": "14.0.0", "eslint-plugin-import": "2.20.1", - "eslint-plugin-jest": "23.6.0", + "eslint-plugin-jest": "23.7.0", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.18.3", "eslint-watch": "6.0.1", diff --git a/yarn.lock b/yarn.lock index 26275fe..1a50a1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6381,13 +6381,12 @@ eslint-plugin-import@^2.19.1: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-jest@23.6.0: - version "23.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.6.0.tgz#508b32f80d44058c8c01257c0ee718cfbd521e9d" - integrity sha512-GH8AhcFXspOLqak7fqnddLXEJsrFyvgO8Bm60SexvKSn1+3rWYESnCiWUOCUcBTprNSDSE4CtAZdM4EyV6gPPw== +eslint-plugin-jest@23.7.0: + version "23.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.7.0.tgz#84d5603b6e745b59898cb6750df6a44782a39b04" + integrity sha512-zkiyGlvJeHNjAEz8FaIxTXNblJJ/zj3waNbYbgflK7K6uy0cpE5zJBt/JpJtOBGM/UGkC6BqsQ4n0y7kQ2HA8w== dependencies: "@typescript-eslint/experimental-utils" "^2.5.0" - micromatch "^4.0.2" eslint-plugin-jsx-a11y@6.2.3, eslint-plugin-jsx-a11y@^6.2.3: version "6.2.3"