From bbc7a3384b4150fc73317b40123d9bf89d67062c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 06:17:42 +0000 Subject: [PATCH] Bump babel-jest from 18.0.0 to 29.1.2 Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 18.0.0 to 29.1.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.1.2/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-type: direct:development update-type: version-update:semver-major ... 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..3bf308a 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": "^29.1.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",