From f30899accb85334eb61b9bced0466900e0243c77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:03:09 +0000 Subject: [PATCH] Update dependency eslint-plugin-jest to v28.10.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5eb7937..eeb6ea5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.30.0", - "eslint-plugin-jest": "28.8.3", + "eslint-plugin-jest": "28.10.0", "jest": "29.7.0", "prettier": "3.3.3", "snabbdom": "3.6.2", diff --git a/yarn.lock b/yarn.lock index 3f5a603..f3d6019 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1691,10 +1691,10 @@ eslint-plugin-import@2.30.0: semver "^6.3.1" tsconfig-paths "^3.15.0" -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.10.0: + version "28.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz#4b35b8abb0f7cfe699bff8d9060270a2ddd770ea" + integrity sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"