From 13d4bca1ffa4e01fb0a3addf6d892d09aec5ffcb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2020 20:37:34 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jest from 23.19.0 to 23.20.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.19.0 to 23.20.0. - [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.19.0...v23.20.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 73b44ca384..ea17ceffa7 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "eslint-config-prettier": "~6.11.0", "eslint-import-resolver-typescript": "~2.2.0", "eslint-plugin-import": "~2.22.0", - "eslint-plugin-jest": "~23.19.0", + "eslint-plugin-jest": "~23.20.0", "eslint-plugin-jsx-a11y": "~6.3.0", "eslint-plugin-prettier": "~3.1.2", "eslint-plugin-react": "~7.20.0",