From ab785ad6bc9db527fccfe4d6bbce28f60cdaee6e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 5 Jun 2022 02:49:36 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v26.5.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b5576b..e09e04a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-config-prettier": "8.5.0", "eslint-import-resolver-typescript": "2.7.1", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.2.2", + "eslint-plugin-jest": "26.5.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-simple-import-sort": "7.0.0", "graphql": "16.5.0", diff --git a/yarn.lock b/yarn.lock index fbaac02..e46a7eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2834,10 +2834,10 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@26.2.2: - version "26.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.2.2.tgz#74e000544259f1ef0462a609a3fc9e5da3768f6c" - integrity sha512-etSFZ8VIFX470aA6kTqDPhIq7YWe0tjBcboFNV3WeiC18PJ/AVonGhuTwlmuz2fBkH8FJHA7JQ4k7GsQIj1Gew== +eslint-plugin-jest@26.5.1: + version "26.5.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.5.1.tgz#a6b4cbd6884c1b5dcbe6afc0f43dde9afba29229" + integrity sha512-IUEw6DCJ7qPGffK2pc6ly3L+1HBXdT673pY5nson8Mu4Vwgc/8d4Hf8NhsZwkuspPdi/QMj83ugXND7OLTu6Bg== dependencies: "@typescript-eslint/utils" "^5.10.0"