From 2c72c890c5f81f4a76d6163ad6ed9c3618fdb53a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 21:19:43 +0000 Subject: [PATCH] build(deps-dev): bump jest from 21.2.1 to 27.0.1 Bumps [jest](https://github.com/facebook/jest) from 21.2.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/v21.2.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 a0e2224..a2a9c7a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.0.2", "enzyme-to-json": "^3.1.4", - "jest": "^21.2.1", + "jest": "^27.0.1", "pre-commit": "1.x", "rc-tools": "8.x", "react": "^16.1.1",