From 4e6ba8bdf06af05c9c457eab8c122237b35110a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 May 2022 11:22:40 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v26.2.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c7983066..01309359 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-babel": "5.3.1", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.2.0", + "eslint-plugin-jest": "26.2.1", "eslint-plugin-jsdoc": "39.2.9", "eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-promise": "6.0.0", diff --git a/yarn.lock b/yarn.lock index 3dbea50d..66703e82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3631,10 +3631,10 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@26.2.0: - version "26.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.2.0.tgz#13f676ded6e5ea663c28d1bfba3893fa88b3a4c1" - integrity sha512-XSOV5ybCdmakNm0YjGgvuJVQIEjUjCOzlIcOsWtEeWEJ7/wh4YGHgVaJvkHzky+ugzKG89r3Wy4A9z72tWSFmQ== +eslint-plugin-jest@26.2.1: + version "26.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.2.1.tgz#7ad729bb90ac5fde29291288fed44aad7849457f" + integrity sha512-4MffeAWEiC5z6rtPo8AFm59T32EIUwyLxpa46eNNrcewfpN6OfXChlnvaErjO2Kyhhi6BNo5ocsnpUg2mCRJPA== dependencies: "@typescript-eslint/utils" "^5.10.0"