From 29ec3c7591c32078d5d7f2258370f717c779326b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 11:51:31 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 24.9.0 to 25.5.4 Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.5.4. - [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...v25.5.4) 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 d48d1bb..b4d53d8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "enzyme-adapter-react-16": "^1.14.0", "eslint": "^6.2.2", "eslint-plugin-react": "^7.16.0", - "jest": "^24.8.0", + "jest": "^25.5.4", "make-dir-cli": "^2.0.0", "ncp": "^2.0.0", "nodemon": "^2.0.1",