From 6f091983e3c0c4b75cecc1822adfd2ba1b9c79ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 12:42:27 +0000 Subject: [PATCH] Bump jest from 20.0.4 to 26.4.2 Bumps [jest](https://github.com/facebook/jest) from 20.0.4 to 26.4.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v20.0.4...v26.4.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 ad35107..c848e2f 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "enzyme": "^2.6.0", "enzyme-to-json": "^1.4.5", "fastclick": "^1.0.6", - "jest": "^20.0.0", + "jest": "^26.4.2", "pre-commit": "1.x", "rc-tools": "6.x", "react": "^15.5.0",