From a1e193c561fc66a8bf1d9ec7a1a2b15317ffb104 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:53:33 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v27.6.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a75add30..f53796ea2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "8.56.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-github": "4.10.1", - "eslint-plugin-jest": "27.6.2", + "eslint-plugin-jest": "27.6.3", "eslint-plugin-prettier": "^5.0.0-alpha.2", "jest": "29.7.0", "prettier": "3.1.1", diff --git a/yarn.lock b/yarn.lock index f4f6808d0..6ee36a9a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1781,10 +1781,10 @@ eslint-plugin-import@^2.25.2: semver "^6.3.1" tsconfig-paths "^3.15.0" -eslint-plugin-jest@27.6.2: - version "27.6.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.2.tgz#8e69404fcd5dfeac03cac478f0ebb9bf2d8db56b" - integrity sha512-CI1AlKrsNhYFoP48VU8BVWOi7+qHTq4bRxyUlGjeU8SfFt8abjXhjOuDzUoMp68DoXIx17KpNpIkMrl4s4ZW0g== +eslint-plugin-jest@27.6.3: + version "27.6.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.6.3.tgz#8acb8b1e45597fe1f4d4cf25163d90119efc12be" + integrity sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA== dependencies: "@typescript-eslint/utils" "^5.10.0"