From 633f85713386949c63f1180975f1d0cf4e0c6d13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 03:19:53 +0000 Subject: [PATCH] Bump jest from 20.0.4 to 26.3.0 Bumps [jest](https://github.com/facebook/jest) from 20.0.4 to 26.3.0. - [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.3.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 1667d83..65780cc 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "coveralls": "^2.13.1", "enzyme": "^2.9.1", "enzyme-to-json": "^1.5.1", - "jest": "^20.0.4", + "jest": "^26.3.0", "pre-commit": "1.x", "rc-tools": "6.x", "react": "16.x",