Skip to content

Commit 701fe9c

Browse files
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](jestjs/jest@v25.2.7...v25.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2ea3663 commit 701fe9c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-plugin-prettier": "3.1.3",
8888
"eslint-plugin-simple-import-sort": "5.0.2",
8989
"glob": "7.1.6",
90-
"jest": "25.2.7",
90+
"jest": "25.3.0",
9191
"jest-cli": "25.3.0",
9292
"prettier": "2.0.4",
9393
"typescript": "3.8.3"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@
856856
jest-util "^25.3.0"
857857
slash "^3.0.0"
858858

859-
"@jest/core@^25.2.7", "@jest/core@^25.3.0":
859+
"@jest/core@^25.3.0":
860860
version "25.3.0"
861861
resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.3.0.tgz#80f97a7a8b59dde741a24f30871cc26d0197d426"
862862
integrity sha512-+D5a/tFf6pA/Gqft2DLBp/yeSRgXhlJ+Wpst0X/ZkfTRP54qDR3C61VfHwaex+GzZBiTcE9vQeoZ2v5T10+Mqw==
@@ -2810,7 +2810,7 @@ jest-changed-files@^25.3.0:
28102810
execa "^3.2.0"
28112811
throat "^5.0.0"
28122812

2813-
[email protected], jest-cli@^25.2.7:
2813+
[email protected], jest-cli@^25.3.0:
28142814
version "25.3.0"
28152815
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.3.0.tgz#d9e11f5700cc5946583cf0d01a9bdebceed448d2"
28162816
integrity sha512-XpNQPlW1tzpP7RGG8dxpkRegYDuLjzSiENu92+CYM87nEbmEPb3b4+yo8xcsHOnj0AG7DUt9b3uG8LuHI3MDzw==
@@ -3154,14 +3154,14 @@ jest-worker@^25.2.6:
31543154
merge-stream "^2.0.0"
31553155
supports-color "^7.0.0"
31563156

3157-
jest@25.2.7:
3158-
version "25.2.7"
3159-
resolved "https://registry.yarnpkg.com/jest/-/jest-25.2.7.tgz#3929a5f35cdd496f7756876a206b99a94e1e09ae"
3160-
integrity sha512-XV1n/CE2McCikl4tfpCY950RytHYvxdo/wvtgmn/qwA8z1s16fuvgFL/KoPrrmkqJTaPMUlLVE58pwiaTX5TdA==
3157+
jest@25.3.0:
3158+
version "25.3.0"
3159+
resolved "https://registry.yarnpkg.com/jest/-/jest-25.3.0.tgz#7a5e59741d94b8662664c77a9f346246d6bf228b"
3160+
integrity sha512-iKd5ShQSHzFT5IL/6h5RZJhApgqXSoPxhp5HEi94v6OAw9QkF8T7X+liEU2eEHJ1eMFYTHmeWLrpBWulsDpaUg==
31613161
dependencies:
3162-
"@jest/core" "^25.2.7"
3162+
"@jest/core" "^25.3.0"
31633163
import-local "^3.0.2"
3164-
jest-cli "^25.2.7"
3164+
jest-cli "^25.3.0"
31653165

31663166
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
31673167
version "4.0.0"

0 commit comments

Comments
 (0)