From 4b11ba968524ec72624643af994d2bd600be9409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:33:33 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v28.9.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 873668838..65fc48343 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-functional": "4.4.1", - "eslint-plugin-jest": "28.8.3", + "eslint-plugin-jest": "28.9.0", "ethers": "6.13.4", "husky": "9.1.6", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index e9e5befff..0186a1948 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2576,10 +2576,10 @@ eslint-plugin-functional@4.4.1: escape-string-regexp "^4.0.0" semver "^7.3.7" -eslint-plugin-jest@28.8.3: - version "28.8.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.3.tgz#c5699bba0ad06090ad613535e4f1572f4c2567c0" - integrity sha512-HIQ3t9hASLKm2IhIOqnu+ifw7uLZkIlR7RYNv7fMcEi/p0CIiJmfriStQS2LDkgtY4nyLbIZAD+JL347Yc2ETQ== +eslint-plugin-jest@28.9.0: + version "28.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz#19168dfaed124339cd2252c4c4d1ac3688aeb243" + integrity sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"