From fc6e058bad68d6bff14e1ddcf0b541b6d6ae0f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:34:08 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v27 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index de8cb336..9f6c50a6 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "clean-webpack-plugin": "4.0.0", "copy-webpack-plugin": "11.0.0", "css-loader": "6.7.1", - "eslint-plugin-jest": "26.5.3", + "eslint-plugin-jest": "27.2.2", "eslint-plugin-react": "7.30.1", "gts": "3.1.0", "html-webpack-plugin": "5.5.0", diff --git a/yarn.lock b/yarn.lock index 58704b41..dff044e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2514,10 +2514,10 @@ eslint-plugin-es@^3.0.0: eslint-utils "^2.0.0" regexpp "^3.0.0" -eslint-plugin-jest@26.5.3: - version "26.5.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.5.3.tgz#a3ceeaf4a757878342b8b00eca92379b246e5505" - integrity sha512-sICclUqJQnR1bFRZGLN2jnSVsYOsmPYYnroGCIMVSvTS3y8XR3yjzy1EcTQmk6typ5pRgyIWzbjqxK6cZHEZuQ== +eslint-plugin-jest@27.2.2: + version "27.2.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.2.tgz#be4ded5f91905d9ec89aa8968d39c71f3b072c0c" + integrity sha512-euzbp06F934Z7UDl5ZUaRPLAc9MKjh0rMPERrHT7UhlCEwgb25kBj37TvMgWeHZVkR5I9CayswrpoaqZU1RImw== dependencies: "@typescript-eslint/utils" "^5.10.0"