From 5ba73d40c9f35b4d3eafa64597cb8285e1a57b75 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 21:07:54 +0000 Subject: [PATCH] chore(deps): bump jest from 25.5.4 to 26.4.0 Bumps [jest](https://github.com/facebook/jest) from 25.5.4 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/v25.5.4...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 a807b294..4bffd37e 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "glob": "^7.1.5", "husky": "^4.2.1", "is-ci": "^2.0.0", - "jest": "^25.1.0", + "jest": "^26.4.0", "jest-watch-typeahead": "^0.4.2", "lint-staged": "^10.0.7", "lodash.camelcase": "^4.3.0",