From edf2553d5bbcb065e6a0b8efe9ff5e309246dd91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 02:21:50 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jest to v26.7.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 588bd77cbe8ee4..1fbe45568510dd 100644 --- a/package.json +++ b/package.json @@ -273,7 +273,7 @@ "eslint-formatter-gha": "1.4.1", "eslint-import-resolver-typescript": "3.3.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-jest": "26.6.0", + "eslint-plugin-jest": "26.7.0", "eslint-plugin-jest-formatting": "3.1.0", "eslint-plugin-promise": "6.0.0", "eslint-plugin-typescript-enum": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 257e1ab112fea8..bce3f8e77dadd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4480,10 +4480,10 @@ eslint-plugin-jest-formatting@3.1.0: resolved "https://registry.yarnpkg.com/eslint-plugin-jest-formatting/-/eslint-plugin-jest-formatting-3.1.0.tgz#b26dd5a40f432b642dcc880021a771bb1c93dcd2" integrity sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A== -eslint-plugin-jest@26.6.0: - version "26.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.6.0.tgz#546804fa42da75d7d58d4d3b278d5186abd3f6c0" - integrity sha512-f8n46/97ZFdU4KqeQYqO8AEVGIhHWvkpgNBWHH3jrM28/y8llnbf3IjfIKv6p2pZIMinK1PCqbbROxs9Eud02Q== +eslint-plugin-jest@26.7.0: + version "26.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz#41d405ac9143e1284a3401282db47ed459436778" + integrity sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A== dependencies: "@typescript-eslint/utils" "^5.10.0"