From a71983a8373578baa38ea70872ea6ea70e5f69a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:22:21 +0000 Subject: [PATCH] build(deps-dev): bump babel-jest from 26.6.3 to 27.0.2 Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.6.3 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 ddfdc2d..675756e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/jest": "^26.0.14", "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.3.0", - "babel-jest": "^26.3.0", + "babel-jest": "^27.0.2", "eslint": "^7.10.0", "eslint-config-standard": "^16.0.1", "eslint-config-standard-with-typescript": "19.0.0",