From 12522fc42146248fef663c9b56d6b275bc1c64cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2020 03:26:53 +0000 Subject: [PATCH] Bump jest from 25.5.4 to 26.3.0 Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.3.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.3.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 603a51d..0486624 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "i18next-parser": "^1.0.2", - "jest": "^25.1.0", + "jest": "^26.3.0", "rimraf": "^3.0.2", "webpack": "^4.42.0", "webpack-cli": "^3.3.11",