From e37f339e3af685ca0028235683e2ec44ce636390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:00:49 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v24.4.2 (#11874) 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 2f2c9ffe06..19ab28ce48 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "eslint-config-prettier": "8.3.0", "eslint-formatter-gha": "1.2.0", "eslint-plugin-import": "2.24.2", - "eslint-plugin-jest": "24.4.0", + "eslint-plugin-jest": "24.4.2", "eslint-plugin-promise": "5.1.0", "glob": "7.1.7", "graphql": "15.5.3", diff --git a/yarn.lock b/yarn.lock index ac0df61b34..334f23f3ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3975,10 +3975,10 @@ eslint-plugin-import@2.24.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@24.4.0: - version "24.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz#fa4b614dbd46a98b652d830377971f097bda9262" - integrity sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg== +eslint-plugin-jest@24.4.2: + version "24.4.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.4.2.tgz#9e8cf05ee6a0e3025e6149df2f36950abfa8d5bf" + integrity sha512-jNMnqwX75z0RXRMXkxwb/+9ylKJYJLJ8nT8nBT0XFM5qx4IQGxP4edMawa0qGkSbHae0BDPBmi8I2QF0/F04XQ== dependencies: "@typescript-eslint/experimental-utils" "^4.0.1" -- GitLab