From d7713a39e9a3edb570eecc070d32198c956bd8f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 09:50:01 +0100 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v25.3.0 (#12893) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ec7681afa016a..96363f58889d15 100644 --- a/package.json +++ b/package.json @@ -257,7 +257,7 @@ "eslint-config-prettier": "8.3.0", "eslint-formatter-gha": "1.3.0", "eslint-plugin-import": "2.25.3", - "eslint-plugin-jest": "25.2.4", + "eslint-plugin-jest": "25.3.0", "eslint-plugin-promise": "5.1.1", "expect-more-jest": "5.4.0", "glob": "7.2.0", diff --git a/yarn.lock b/yarn.lock index a76eded1a727c1..408bc955862d12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5161,10 +5161,10 @@ eslint-plugin-import@2.25.3: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@25.2.4: - version "25.2.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.4.tgz#bb9f6a0bd1fd524ffb0b8b7a159cd70a58a1a793" - integrity sha512-HRyinpgmEdkVr7pNPaYPHCoGqEzpgk79X8pg/xCeoAdurbyQjntJQ4pTzHl7BiVEBlam/F1Qsn+Dk0HtJO7Aaw== +eslint-plugin-jest@25.3.0: + version "25.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.0.tgz#6c04bbf13624a75684a05391a825b58e2e291950" + integrity sha512-79WQtuBsTN1S8Y9+7euBYwxIOia/k7ykkl9OCBHL3xuww5ecursHy/D8GCIlvzHVWv85gOkS5Kv6Sh7RxOgK1Q== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0"