From 47f32df6d388caf5089fd426fd3dfce468638df6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Nov 2021 23:09:47 +0000 Subject: [PATCH] fix(deps): update dependency eslint-plugin-jest to ~25.2.3 (#799) Co-authored-by: Renovate Bot --- packages/eslint-config-recommended/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 45bb809f..b83072ae 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -31,7 +31,7 @@ "dependencies": { "eslint-config-prettier": "~8.3.0", "eslint-plugin-import": "~2.25.2", - "eslint-plugin-jest": "~25.2.2", + "eslint-plugin-jest": "~25.2.3", "eslint-plugin-prettier": "~4.0.0", "eslint-plugin-simple-import-sort": "~7.0.0", "eslint-plugin-sort-keys-fix": "~1.1.2" diff --git a/yarn.lock b/yarn.lock index bc0ba3a8..c6f1c029 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3581,10 +3581,10 @@ eslint-plugin-import@~2.25.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jest@~25.2.2: - version "25.2.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.2.tgz#aada85113268e79d4e7423f8ad4e1b740f112e71" - integrity sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg== +eslint-plugin-jest@~25.2.3: + version "25.2.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.3.tgz#7a841eca91b4e21f31fe0a5403f55bc7779dd7b3" + integrity sha512-Yoa0at3euTjERDvPGPWiItY1uuqKYQ5Ov2SmkSLmKRq9OFiVdEehw0rWuK4PA538k7CNqnvmkztjAB9l+HJ7kQ== dependencies: "@typescript-eslint/experimental-utils" "^5.0.0"