diff --git a/package.json b/package.json index b898afe99..d778a7eee 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.8.1", + "eslint-plugin-jest": "28.8.2", "ethers": "6.13.2", "husky": "9.1.5", "jest": "29.7.0", diff --git a/yarn.lock b/yarn.lock index 597d432c6..ead3812cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2968,10 +2968,10 @@ eslint-plugin-functional@4.4.1: escape-string-regexp "^4.0.0" semver "^7.3.7" -eslint-plugin-jest@28.8.1: - version "28.8.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.1.tgz#3cf7d2752350bd711ca0de000b048a5464b52e0b" - integrity sha512-G46XMyYu6PtSNJUkQ0hsPjzXYpzq/O4vpCciMizTKRJG8kNsRreGoMRDG6H9FIB/xVgfFuclVnuX4XRvFUzrZQ== +eslint-plugin-jest@28.8.2: + version "28.8.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.8.2.tgz#7f8307179c5cf8d51101b3aa002be168daadecbc" + integrity sha512-mC3OyklHmS5i7wYU1rGId9EnxRI8TVlnFG56AE+8U9iRy6zwaNygZR+DsdZuCL0gRG0wVeyzq+uWcPt6yJrrMA== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"