From 978d61af86bd09f7886b6f3dbe7fd6c271b71e73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 04:00:48 +0000 Subject: [PATCH] Bump jest from 24.9.0 to 26.2.1 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 26.2.1. - [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/v24.9.0...v26.2.1) 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 b0b7a52..6b68ffa 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@types/react-native": "^0.57.42", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.11.2", - "jest": "^24.5.0", + "jest": "^26.2.1", "pre-commit": "1.x", "rc-tools": "9.x", "react": "16.x",