From 217766bea92d5a8900e286df889b21d674aa3dfa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 05:47:52 +0000 Subject: [PATCH] Bump jest from 25.3.0 to 25.4.0 Bumps [jest](https://github.com/facebook/jest) from 25.3.0 to 25.4.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v25.3.0...v25.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index c0504771..401e9def 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-prettier": "3.1.3", "eslint-plugin-simple-import-sort": "5.0.2", "glob": "7.1.6", - "jest": "25.3.0", + "jest": "25.4.0", "jest-cli": "25.4.0", "prettier": "2.0.4", "typescript": "3.8.3" diff --git a/yarn.lock b/yarn.lock index edb597d2..52e1a5b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -857,7 +857,7 @@ jest-util "^25.4.0" slash "^3.0.0" -"@jest/core@^25.3.0", "@jest/core@^25.4.0": +"@jest/core@^25.4.0": version "25.4.0" resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.4.0.tgz#cc1fe078df69b8f0fbb023bb0bcee23ef3b89411" integrity sha512-h1x9WSVV0+TKVtATGjyQIMJENs8aF6eUjnCoi4jyRemYZmekLr8EJOGQqTWEX8W6SbZ6Skesy9pGXrKeAolUJw== @@ -2856,7 +2856,7 @@ jest-changed-files@^25.4.0: execa "^3.2.0" throat "^5.0.0" -jest-cli@25.4.0, jest-cli@^25.3.0: +jest-cli@25.4.0, jest-cli@^25.4.0: version "25.4.0" resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.4.0.tgz#5dac8be0fece6ce39f0d671395a61d1357322bab" integrity sha512-usyrj1lzCJZMRN1r3QEdnn8e6E6yCx/QN7+B1sLoA68V7f3WlsxSSQfy0+BAwRiF4Hz2eHauf11GZG3PIfWTXQ== @@ -3202,14 +3202,14 @@ jest-worker@^25.4.0: merge-stream "^2.0.0" supports-color "^7.0.0" -jest@25.3.0: - version "25.3.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-25.3.0.tgz#7a5e59741d94b8662664c77a9f346246d6bf228b" - integrity sha512-iKd5ShQSHzFT5IL/6h5RZJhApgqXSoPxhp5HEi94v6OAw9QkF8T7X+liEU2eEHJ1eMFYTHmeWLrpBWulsDpaUg== +jest@25.4.0: + version "25.4.0" + resolved "https://registry.yarnpkg.com/jest/-/jest-25.4.0.tgz#fb96892c5c4e4a6b9bcb12068849cddf4c5f8cc7" + integrity sha512-XWipOheGB4wai5JfCYXd6vwsWNwM/dirjRoZgAa7H2wd8ODWbli2AiKjqG8AYhyx+8+5FBEdpO92VhGlBydzbw== dependencies: - "@jest/core" "^25.3.0" + "@jest/core" "^25.4.0" import-local "^3.0.2" - jest-cli "^25.3.0" + jest-cli "^25.4.0" "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0"