From 03b3b1f1cc6f8dd71c12e7cc283a7808f6412a1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 04:12:07 +0000 Subject: [PATCH] build(deps): bump jest from 25.5.4 to 26.5.2 Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.5.2. - [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/v25.5.4...v26.5.2) 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 3d3775e..45bc573 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "babel-jest": "^25.1.0", - "jest": "^25.1.0", + "jest": "^26.5.2", "prop-types": "^15.7.2", "react": "^16.13.0", "uuid": "^7.0.1"