From 0e2dd43dce38db76746363ffc91cbe782191f88f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 03:21:42 +0000 Subject: [PATCH] Bump jest from 23.6.0 to 26.2.2 Bumps [jest](https://github.com/facebook/jest) from 23.6.0 to 26.2.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/v23.6.0...v26.2.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 7fb48e3..17ddffa 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-jest": "^22.4.1", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.9.1", - "jest": "^23.6.0", + "jest": "^26.2.2", "jest-localstorage-mock": "^2.4.0", "nock": "^9.6.1", "webpack": "^4.12.0",