From 97cc89ebae8198a69e78f45d686e6aa867699979 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 11:25:07 +0000 Subject: [PATCH] Bump jest from 15.1.1 to 27.0.1 Bumps [jest](https://github.com/facebook/jest) from 15.1.1 to 27.0.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/v15.1.1...v27.0.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 3817f849..7c0caad6 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": "^27.0.1", "object-assign": "^4.0.1", "react": "^15.0.2", "react-addons-test-utils": "^15.0.1",