From 1a3502a9f661f0925bbd51a840aff5c98673209b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 06:37:56 +0000 Subject: [PATCH] Bump babel-jest from 18.0.0 to 27.0.1 Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 18.0.0 to 27.0.1. - [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/v27.0.1/packages/babel-jest) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afa4fa6..a16b042 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-eslint": "^7.1.0", - "babel-jest": "^18.0.0", + "babel-jest": "^27.0.1", "babel-plugin-transform-class-properties": "^6.18.0", "babel-plugin-transform-es2015-destructuring": "^6.18.0", "babel-plugin-transform-object-assign": "^6.8.0",