From 501fe224d0381776ddbfe1fd88704bf95ae66e73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:18:17 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v28.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 48aaa09d4..c5ab1b291 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-functional": "4.4.1", - "eslint-plugin-jest": "28.5.0", + "eslint-plugin-jest": "28.6.0", "ethers": "6.13.0", "husky": "9.0.11", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index d7a792724..2e224447e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2622,10 +2622,10 @@ eslint-plugin-functional@4.4.1: escape-string-regexp "^4.0.0" semver "^7.3.7" -eslint-plugin-jest@28.5.0: - version "28.5.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.5.0.tgz#b497b795de37f671eaccd38bd83030186ff5dc8d" - integrity sha512-6np6DGdmNq/eBbA7HOUNV8fkfL86PYwBfwyb8n23FXgJNTR8+ot3smRHjza9LGsBBZRypK3qyF79vMjohIL8eQ== +eslint-plugin-jest@28.6.0: + version "28.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.6.0.tgz#8410588d60bcafa68a91b6ec272e4a415502302a" + integrity sha512-YG28E1/MIKwnz+e2H7VwYPzHUYU4aMa19w0yGcwXnnmJH6EfgHahTJ2un3IyraUxNfnz/KUhJAFXNNwWPo12tg== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0"