From 3d9cc119181d528f415254b0a232ce7a47f7d61a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 21:54:52 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v27 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d97e6f5c7..ccd7c3bfe 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint": "8.19.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.5.3", + "eslint-plugin-jest": "27.0.1", "eslint-plugin-jsx-a11y": "6.6.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.30.1", diff --git a/yarn.lock b/yarn.lock index e751f88bb..0a45ad87f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5006,10 +5006,10 @@ eslint-plugin-import@2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@26.5.3: - version "26.5.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.5.3.tgz#a3ceeaf4a757878342b8b00eca92379b246e5505" - integrity sha512-sICclUqJQnR1bFRZGLN2jnSVsYOsmPYYnroGCIMVSvTS3y8XR3yjzy1EcTQmk6typ5pRgyIWzbjqxK6cZHEZuQ== +eslint-plugin-jest@27.0.1: + version "27.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.1.tgz#3e67ee2051411540988c62075e8788702a1064da" + integrity sha512-LosUsrkwVSs/8Z/I8Hqn5vWgTEsHrfIquDEKOsV8/cl+gbFR4tiRCE1AimEotsHjSC0Rx1tYm6vPhw8C3ktmmg== dependencies: "@typescript-eslint/utils" "^5.10.0"