From ea5806887b81b9800b941656b139e0333062f8fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:36:40 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v27.0.2 (#17810) 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 83dafc1805..4325ad9c56 100644 --- a/package.json +++ b/package.json @@ -280,7 +280,7 @@ "eslint-formatter-gha": "1.4.1", "eslint-import-resolver-typescript": "3.5.1", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "27.0.1", + "eslint-plugin-jest": "27.0.2", "eslint-plugin-jest-formatting": "3.1.0", "eslint-plugin-promise": "6.0.1", "eslint-plugin-typescript-enum": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 09975a46c5..b0dddaec90 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4528,10 +4528,10 @@ eslint-plugin-jest-formatting@3.1.0: resolved "https://registry.yarnpkg.com/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-3.1.0.tgz#b26dd5a40f432b642dcc880021a771bb1c93dcd2" integrity sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A== -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== +eslint-plugin-jest@27.0.2: + version "27.0.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.2.tgz#c57e13793fe0e06727a7818ba390844a0abe48c9" + integrity sha512-VEZaj19IMxqg/URcHNT4PhfoJJ1EsFurgq0SjMEYprDCq+et9fKkE4jIHnAsFh3mHLPBgAq04YQqkeW3slXs+Q== dependencies: "@typescript-eslint/utils" "^5.10.0" -- GitLab