From 548e14a3ff593fee3dc8201d22b2cd6ba39014eb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 03:57:35 +0000 Subject: [PATCH] Bump jest from 15.1.1 to 26.5.3 Bumps [jest](https://github.com/facebook/jest) from 15.1.1 to 26.5.3. - [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.5.3) 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..44a80efc 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.5.3", "object-assign": "^4.0.1", "react": "^15.0.2", "react-addons-test-utils": "^15.0.1",