From c920cacfa84d29e19d8328ce6fdd95a21e4bcb07 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 22:54:11 +0000 Subject: [PATCH] Bump jest from 25.5.4 to 26.5.3 Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.5.3. - [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.3) 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 ede937a..f868f34 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "lodash": "^4.17.11" }, "devDependencies": { - "jest": "^25.1.0", + "jest": "^26.5.3", "jest-matcher-css": "^1.0.3", "postcss": "^7.0.16", "tailwindcss": "^1.0.1"