From 64bc2f3e8560848a0dba1632956457999245c5f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 08:32:30 +0000 Subject: [PATCH] Bump eslint-plugin-jest from 23.20.0 to 24.2.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.2.0. - [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/v23.20.0...v24.2.0) 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 5b69212..3613813 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@tailify/prettier-config": "^2.0.2", "browserslist": "^4.11.1", "eslint": "^6.0.0", - "eslint-plugin-jest": "^23.8.2", + "eslint-plugin-jest": "^24.2.0", "jest": "^26.0.0", "prettier": "^2.0.5" },