From f0c4bd213a9cef9e6364752f2210b4905b2b0e25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 07:09:40 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v28.11.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f8bf1700..33e1f513e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "8.57.1", "eslint-config-prettier": "10.0.1", "eslint-plugin-functional": "4.4.1", - "eslint-plugin-jest": "28.10.0", + "eslint-plugin-jest": "28.11.0", "ethers": "6.13.5", "husky": "9.1.7", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index c7563ce47..2f9199c4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2590,10 +2590,10 @@ eslint-plugin-functional@4.4.1: escape-string-regexp "^4.0.0" semver "^7.3.7" -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== +eslint-plugin-jest@28.11.0: + version "28.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.11.0.tgz#2641ecb4411941bbddb3d7cf8a8ff1163fbb510e" + integrity sha512-QAfipLcNCWLVocVbZW8GimKn5p5iiMcgGbRzz8z/P5q7xw+cNEpYqyzFMtIF/ZgF2HLOyy+dYBut+DoYolvqig== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"