From fcc7d445fd2777da32cae7d1e2caaed39451d1e9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 10:25:43 +0000 Subject: [PATCH] build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.3 to 25.2.4. - [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/v25.2.4/packages/babel-jest) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fcc3de932..8a7efcf64f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3798,9 +3798,9 @@ } }, "@jest/transform": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-25.2.3.tgz", - "integrity": "sha512-w1nfAuYP4OAiEDprFkE/2iwU86jL/hK3j1ylMcYOA3my5VOHqX0oeBcBxS2fUKWse2V4izuO2jqes0yNTDMlzw==", + "version": "25.2.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-25.2.4.tgz", + "integrity": "sha512-6eRigvb+G6bs4kW5j1/y8wu4nCrmVuIe0epPBbiWaYlwawJ8yi1EIyK3d/btDqmBpN5GpN4YhR6iPPnDmkYdTA==", "dev": true, "requires": { "@babel/core": "^7.1.0", @@ -5708,12 +5708,12 @@ } }, "babel-jest": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.2.3.tgz", - "integrity": "sha512-03JjvEwuDrEz/A45K8oggAv+Vqay0xcOdNTJxYFxiuZvB5vlHKo1iZg9Pi5vQTHhNCKpGLb7L/jvUUafyh9j7g==", + "version": "25.2.4", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.2.4.tgz", + "integrity": "sha512-+yDzlyJVWrqih9i2Cvjpt7COaN8vUwCsKGtxJLzg6I0xhxD54K8mvDUCliPKLufyzHh/c5C4MRj4Vk7VMjOjIg==", "dev": true, "requires": { - "@jest/transform": "^25.2.3", + "@jest/transform": "^25.2.4", "@jest/types": "^25.2.3", "@types/babel__core": "^7.1.0", "babel-plugin-istanbul": "^6.0.0", diff --git a/package.json b/package.json index aac0ad5552..a07e18de4d 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@babel/preset-typescript": "^7.9.0", "@types/jest": "^25.1.4", "@types/react-test-renderer": "^16.9.2", - "babel-jest": "^25.2.3", + "babel-jest": "^25.2.4", "babel-preset-gatsby": "^0.3.1", "codecov": "^3.6.5", "identity-obj-proxy": "^3.0.0",