From f03b8e203bcd8913897b33587d64465d1324a180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:23:13 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to ~27.9.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2ceba3..f33ccef 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint": "~8.39.0", "eslint-config-prettier": "~8.8.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest": "~27.2.1", + "eslint-plugin-jest": "~27.9.0", "faker": "^6.6.6", "jest": "~29.5.0", "lint-staged": "^13.2.1", diff --git a/yarn.lock b/yarn.lock index 5ef579d..77036c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1590,10 +1590,10 @@ eslint-plugin-import@^2.27.5: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@~27.2.1: - version "27.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz#b85b4adf41c682ea29f1f01c8b11ccc39b5c672c" - integrity sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg== +eslint-plugin-jest@~27.9.0: + version "27.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.9.0.tgz#7c98a33605e1d8b8442ace092b60e9919730000b" + integrity sha512-QIT7FH7fNmd9n4se7FFKHbsLKGQiw885Ds6Y/sxKgCZ6natwCsXdgPOADnYVxN2QrRweF0FZWbJ6S7Rsn7llug== dependencies: "@typescript-eslint/utils" "^5.10.0"