From de7a014b04a36f00d86d794ce0bb4ebab8f4bca0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 03:21:58 +0000 Subject: [PATCH] chore(deps-dev): bump babel-jest in /projects/mitch-datasource-test Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 24.9.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/commits/v26.5.2/packages/babel-jest) 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..e0c8c9c 100644 --- a/projects/mitch-datasource-test/package.json +++ b/projects/mitch-datasource-test/package.json @@ -15,7 +15,7 @@ "@babel/core": "^7.6.0", "@babel/preset-env": "^7.6.0", "babel-eslint": "^10.0.3", - "babel-jest": "^24.9.0", + "babel-jest": "^26.5.2", "eslint": "^6.6.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^23.0.3",