From d6c6f138975cc49bb5228f46e65f37ca20b3127e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:05:37 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 24.7.0 to 27.2.1 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.7.0 to 27.2.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.7.0...v27.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e65aaa831d..645d2d9428 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "detox": "^18.6.2", "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", - "eslint-plugin-jest": "^24.1.3", + "eslint-plugin-jest": "^27.2.1", "eslint-plugin-react": "^7.0.0", "husky": "^7.0.1", "jest": "^27.0.4",