From 4b31098d99eca09f9fd2874bfdd7c09706892d7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:04:21 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v27.2.2 | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | npm | eslint-plugin-jest | 27.2.1 | 27.2.2 | --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 909ae8f..e8e3b86 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-config-prettier": "8.8.0", "eslint-formatter-gha": "1.4.2", "eslint-plugin-import": "2.27.5", - "eslint-plugin-jest": "27.2.1", + "eslint-plugin-jest": "27.2.2", "eslint-plugin-promise": "6.1.1", "husky": "8.0.3", "jest": "29.5.0", diff --git a/yarn.lock b/yarn.lock index 7a4d222..c938859 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2365,10 +2365,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.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"