From 33f19dd890a8e35d4cf3abdd2b714bd7f5f1d313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 04:00:51 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 28.8.2 to 28.8.3 (#914) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d05f82..78b5b1a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "esbuild": "^0.23.1", "eslint": "^8.57.0", "eslint-plugin-github": "^4.7.0", - "eslint-plugin-jest": "^28.8.2", + "eslint-plugin-jest": "^28.8.3", "husky": "^8.0.3", "lint-staged": "^15.2.10", "npm-run-all": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 7f807e6..4835d36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1902,10 +1902,10 @@ eslint-plugin-import@^2.25.2: resolve "^1.22.0" tsconfig-paths "^3.14.1" -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== +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== dependencies: "@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"