From 64fee6ce5bf76bd7b6a5b0945f827cd9c4cf28d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 20:32:08 +0000 Subject: [PATCH] chore(deps-dev): bump jest from 24.9.0 to 25.4.0 in /api Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.4.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.9.0...v25.4.0) Signed-off-by: dependabot-preview[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 097bd83..688b3f6 100644 --- a/api/package.json +++ b/api/package.json @@ -16,7 +16,7 @@ "@types/jest": "^24.9.0", "@types/node": "^13.9.5", "@types/node-fetch": "^2.5.5", - "jest": "24.9.0", + "jest": "25.4.0", "nock": "^12.0.3", "ts-jest": "^25.3.0" },