Bump jest from 25.2.7 to 25.3.0

Bumps [jest](https://github.com/facebook/jest) from 25.2.7 to 25.3.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.2.7...v25.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-13 05:31:15 +00:00 committed by GitHub
parent 2ea3663732
commit 701fe9cc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -87,7 +87,7 @@
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-simple-import-sort": "5.0.2",
"glob": "7.1.6",
"jest": "25.2.7",
"jest": "25.3.0",
"jest-cli": "25.3.0",
"prettier": "2.0.4",
"typescript": "3.8.3"

View File

@ -856,7 +856,7 @@
jest-util "^25.3.0"
slash "^3.0.0"
"@jest/core@^25.2.7", "@jest/core@^25.3.0":
"@jest/core@^25.3.0":
version "25.3.0"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.3.0.tgz#80f97a7a8b59dde741a24f30871cc26d0197d426"
integrity sha512-+D5a/tFf6pA/Gqft2DLBp/yeSRgXhlJ+Wpst0X/ZkfTRP54qDR3C61VfHwaex+GzZBiTcE9vQeoZ2v5T10+Mqw==
@ -2810,7 +2810,7 @@ jest-changed-files@^25.3.0:
execa "^3.2.0"
throat "^5.0.0"
jest-cli@25.3.0, jest-cli@^25.2.7:
jest-cli@25.3.0, jest-cli@^25.3.0:
version "25.3.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.3.0.tgz#d9e11f5700cc5946583cf0d01a9bdebceed448d2"
integrity sha512-XpNQPlW1tzpP7RGG8dxpkRegYDuLjzSiENu92+CYM87nEbmEPb3b4+yo8xcsHOnj0AG7DUt9b3uG8LuHI3MDzw==
@ -3154,14 +3154,14 @@ jest-worker@^25.2.6:
merge-stream "^2.0.0"
supports-color "^7.0.0"
jest@25.2.7:
version "25.2.7"
resolved "https://registry.yarnpkg.com/jest/-/jest-25.2.7.tgz#3929a5f35cdd496f7756876a206b99a94e1e09ae"
integrity sha512-XV1n/CE2McCikl4tfpCY950RytHYvxdo/wvtgmn/qwA8z1s16fuvgFL/KoPrrmkqJTaPMUlLVE58pwiaTX5TdA==
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==
dependencies:
"@jest/core" "^25.2.7"
"@jest/core" "^25.3.0"
import-local "^3.0.2"
jest-cli "^25.2.7"
jest-cli "^25.3.0"
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"