From 72e7fd99012d29a669e1cc5a4093e02cdfa2a4a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 00:48:12 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to ~24.7.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 76b00ae..34f1c46 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "~7.26.0", "eslint-config-prettier": "~8.3.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "~24.3.5", + "eslint-plugin-jest": "~24.7.0", "faker": "^5.5.3", "google-protobuf": "^3.17.0", "husky": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index e2404b3..8802a3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1667,10 +1667,10 @@ eslint-plugin-import@^2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jest@~24.3.5: - version "24.3.6" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173" - integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg== +eslint-plugin-jest@~24.7.0: + version "24.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889" + integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA== dependencies: "@typescript-eslint/experimental-utils" "^4.0.1"