From 76e852af8735c7202da6eb11a5ad9bf29e132b7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 01:18:48 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v26.1.2 (#14812) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce6c6d0ae2..f27cee361f 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "eslint-formatter-gha": "1.4.1", "eslint-import-resolver-typescript": "2.5.0", "eslint-plugin-import": "2.25.4", - "eslint-plugin-jest": "26.1.1", + "eslint-plugin-jest": "26.1.2", "eslint-plugin-promise": "6.0.0", "eslint-plugin-typescript-enum": "2.1.0", "expect-more-jest": "5.4.0", diff --git a/yarn.lock b/yarn.lock index 2058cfe58c..970840a9a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4386,10 +4386,10 @@ eslint-plugin-import@2.25.4: resolve "^1.20.0" tsconfig-paths "^3.12.0" -eslint-plugin-jest@26.1.1: - version "26.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.1.tgz#7176dd745ef8bca3070263f62cdf112f2dfc9aa1" - integrity sha512-HRKOuPi5ADhza4ZBK5ufyNXy28bXXkib87w+pQqdvBhSTsamndh6sIAKPAUl8y0/n9jSWBdTPslrwtKWqkp8dA== +eslint-plugin-jest@26.1.2: + version "26.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.1.2.tgz#0f1a15c62889fffc3f78a773749d672f1bedb15f" + integrity sha512-1bXCoRODPkGN06n9KAMls4Jm0eyS+0Q/LWcIxhqWR2ycV0Z7lnx2c10idk4dtFIJY5xStgiIr5snC6/rxcXpbw== dependencies: "@typescript-eslint/utils" "^5.10.0" -- GitLab