From ea653daa3d130f6ef58cb53f400dd47df7d75f29 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 6 Jan 2022 21:32:52 +0000
Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v25.3.3
 (#13410)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 16bdfcad05..6d1c428f49 100644
--- a/package.json
+++ b/package.json
@@ -260,7 +260,7 @@
     "eslint-config-prettier": "8.3.0",
     "eslint-formatter-gha": "1.4.1",
     "eslint-plugin-import": "2.25.3",
-    "eslint-plugin-jest": "25.3.2",
+    "eslint-plugin-jest": "25.3.3",
     "eslint-plugin-promise": "6.0.0",
     "expect-more-jest": "5.4.0",
     "glob": "7.2.0",
diff --git a/yarn.lock b/yarn.lock
index dbcaf77966..3a5b5db693 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5137,10 +5137,10 @@ eslint-plugin-import@2.25.3:
     resolve "^1.20.0"
     tsconfig-paths "^3.11.0"
 
-eslint-plugin-jest@25.3.2:
-  version "25.3.2"
-  resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.2.tgz#702801e37c502546fe4c4986888720f6eed3b129"
-  integrity sha512-1aPC7RRJkMCNgklHMDECw8fnzag3JBH53LaxmFkDTR7+PfMCO5V6f8XFRHoT2I+Fr4pVO9cPdRGlf7/haB2O5Q==
+eslint-plugin-jest@25.3.3:
+  version "25.3.3"
+  resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.3.tgz#60bb52a08ff37933adf8b19ba9b216c13c22fdc7"
+  integrity sha512-qi7aduaU4/oWegWo0zH4kbJbx8+Be+ABTr72OnO68zTMcJeeSuyH1CduTGF4ATyNFgpE1zp0u10/gIhe+QDSfg==
   dependencies:
     "@typescript-eslint/experimental-utils" "^5.0.0"
 
-- 
GitLab