From 133470fcfe29735425a0b0c910be8df128b206de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 23:16:27 +0000 Subject: [PATCH] Update jest requirement from ^19.0.2 to ^24.9.0 Updates the requirements on [jest](https://github.com/facebook/jest) to permit the latest version. - [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/v19.0.2...v24.9.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 2e63e67..c8f45f6 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-jest": "^19.0.0", "eslint": "^3.17.1", "eslint-watch": "^3.0.1", - "jest": "^19.0.2", + "jest": "^24.9.0", "nodemon": "^1.11.0", "supertest": "^3.0.0" },