From 07373f11ec25660fcf84948ae036a12dfb4bed9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 22:05:31 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v25.3.4 (#13436) 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 fac5fdd90a..e7aac2c322 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.3", + "eslint-plugin-jest": "25.3.4", "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 05497c6454..6ee602b69e 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.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== +eslint-plugin-jest@25.3.4: + version "25.3.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.3.4.tgz#2031dfe495be1463330f8b80096ddc91f8e6387f" + integrity sha512-CCnwG71wvabmwq/qkz0HWIqBHQxw6pXB1uqt24dxqJ9WB34pVg49bL1sjXphlJHgTMWGhBjN1PicdyxDxrfP5A== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0" -- GitLab