From da73b21236a40cee414c0b981d2d7ea5c3bb8a3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 07:35:01 +0000 Subject: [PATCH] chore(deps-dev): bump jest in /projects/mitch-datasource-test Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.2.7. - [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.2.7) Signed-off-by: dependabot-preview[bot] --- projects/mitch-datasource-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mitch-datasource-test/package.json b/projects/mitch-datasource-test/package.json index 67f2ab4..4a046a7 100644 --- a/projects/mitch-datasource-test/package.json +++ b/projects/mitch-datasource-test/package.json @@ -19,7 +19,7 @@ "eslint": "^6.6.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^23.0.3", - "jest": "^24.9.0" + "jest": "^25.2.7" }, "dependencies": { "mitch-datasource": "file:../mitch-datasource",