From ef7b7ecf652f850e5349a218e2193c2a22db8bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:12:45 +0200 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v27.9.0 (#223) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a3aa969f..dfc363ee 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@vercel/ncc": "0.38.1", "eslint": "8.56.0", "eslint-plugin-github": "4.7.0", - "eslint-plugin-jest": "27.4.2", + "eslint-plugin-jest": "27.9.0", "eslint-plugin-prettier": "4.2.1", "jest": "29.7.0", "jest-circus": "29.7.0", diff --git a/yarn.lock b/yarn.lock index ee3ff59b..70399fa1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2005,10 +2005,10 @@ eslint-plugin-import@^2.25.2: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-jest@27.4.2: - version "27.4.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed" - integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg== +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"