From 9a5984177cfc89666c33ba3cf89d846c3ca40dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 08:05:52 +0000 Subject: [PATCH] Bump babel-jest from 18.0.0 to 27.0.2 Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 18.0.0 to 27.0.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/v27.0.2/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..b374e27 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.2", "babel-plugin-transform-class-properties": "^6.18.0", "babel-plugin-transform-es2015-destructuring": "^6.18.0", "babel-plugin-transform-object-assign": "^6.8.0",