From d18f50ec279762babbaba5ddbec5e5dac6995c21 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 11:23:03 +0000 Subject: [PATCH] Bump jest from 15.1.1 to 26.4.0 Bumps [jest](https://github.com/facebook/jest) from 15.1.1 to 26.4.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/v15.1.1...v26.4.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 3817f849..6f2a0020 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gulp-rename": "^1.2.2", "gulp-util": "^3.0.6", "immutable": "^3.7.4", - "jest": "^15.1.1", + "jest": "^26.4.0", "object-assign": "^4.0.1", "react": "^15.0.2", "react-addons-test-utils": "^15.0.1",