From fd2212fb74ce192fde540ffdee92daddd1192d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 11:47:35 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 28.3.0 to 28.4.0 (#11057) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8663f2fbd144..c468dc73572c 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "eslint-gitignore": "^0.1.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jest": "^28.3.0", + "eslint-plugin-jest": "^28.4.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-n": "^17.4.0", "eslint-plugin-react": "^7.34.1", diff --git a/yarn.lock b/yarn.lock index 2488db4269df..2ca321126ed4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6619,10 +6619,10 @@ eslint-plugin-jest@^25.3.0: dependencies: "@typescript-eslint/experimental-utils" "^5.0.0" -eslint-plugin-jest@^28.3.0: - version "28.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.3.0.tgz#d52dea5e4f191fde061cbf1cea44c8a0a23e62ec" - integrity sha512-5LjCSSno8E+IUCOX4hJiIb/upPIgpkaDEcaN/40gOcw26t/5UTLHFc4JdxKjOOvGTh0XdCu+fNr0fpOVNvcxMA== +eslint-plugin-jest@^28.4.0: + version "28.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-28.4.0.tgz#213be88f799a35ca9d63ce1a30081bb32b8da765" + integrity sha512-ORVHiFPC8RQxHLyQJ37MxNilK9k+cPzjHz65T8gAbpYZunGutXvKqwfM3WXBCvFDF1QBeYJJu9LB/i5cuXBs+g== dependencies: "@typescript-eslint/utils" "^6.0.0"