From 9881eb46877d284578851a74972b381b234fd4c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 18:42:38 +0000 Subject: [PATCH] Bump jest from 23.6.0 to 26.5.2 Bumps [jest](https://github.com/facebook/jest) from 23.6.0 to 26.5.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.5.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..0ee311f 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.5.2", "jest-localstorage-mock": "^2.4.0", "nock": "^9.6.1", "webpack": "^4.12.0",