From 88b5c048f1d7e97c1c708aef4aceb7d8de4e000b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:10:32 +0000 Subject: [PATCH] Bump jest from 24.7.1 to 24.9.0 Bumps [jest](https://github.com/facebook/jest) from 24.7.1 to 24.9.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/v24.7.1...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 eb1c78e..cc2e1bd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/jest": "24.0.11", "@types/node": "11.13.4", "@types/supertest": "2.0.7", - "jest": "24.7.1", + "jest": "24.9.0", "prettier": "1.17.0", "supertest": "4.0.2", "ts-jest": "24.0.2",