From fb48273bdc7509fad65aa400b7e171619a8b529f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 03:32:36 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 23.20.0 to 24.0.2 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.0.2. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb9524f..0277708 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.1", - "eslint-plugin-jest": "^23.8.2", + "eslint-plugin-jest": "^24.0.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "i18next-parser": "^1.0.2",