Skip to content

Commit 6596282

Browse files
Merge pull request ferdikoomen#205 from ferdikoomen/dependabot/npm_and_yarn/jest-25.4.0
2 parents 59dd6a6 + 217766b commit 6596282

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.3.0",
90+
"jest": "25.4.0",
9191
"jest-cli": "25.4.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
@@ -857,7 +857,7 @@
857857
jest-util "^25.4.0"
858858
slash "^3.0.0"
859859

860-
"@jest/core@^25.3.0", "@jest/core@^25.4.0":
860+
"@jest/core@^25.4.0":
861861
version "25.4.0"
862862
resolved "https://registry.yarnpkg.com/@jest/core/-/core-25.4.0.tgz#cc1fe078df69b8f0fbb023bb0bcee23ef3b89411"
863863
integrity sha512-h1x9WSVV0+TKVtATGjyQIMJENs8aF6eUjnCoi4jyRemYZmekLr8EJOGQqTWEX8W6SbZ6Skesy9pGXrKeAolUJw==
@@ -2856,7 +2856,7 @@ jest-changed-files@^25.4.0:
28562856
execa "^3.2.0"
28572857
throat "^5.0.0"
28582858

2859-
[email protected], jest-cli@^25.3.0:
2859+
[email protected], jest-cli@^25.4.0:
28602860
version "25.4.0"
28612861
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-25.4.0.tgz#5dac8be0fece6ce39f0d671395a61d1357322bab"
28622862
integrity sha512-usyrj1lzCJZMRN1r3QEdnn8e6E6yCx/QN7+B1sLoA68V7f3WlsxSSQfy0+BAwRiF4Hz2eHauf11GZG3PIfWTXQ==
@@ -3202,14 +3202,14 @@ jest-worker@^25.4.0:
32023202
merge-stream "^2.0.0"
32033203
supports-color "^7.0.0"
32043204

3205-
jest@25.3.0:
3206-
version "25.3.0"
3207-
resolved "https://registry.yarnpkg.com/jest/-/jest-25.3.0.tgz#7a5e59741d94b8662664c77a9f346246d6bf228b"
3208-
integrity sha512-iKd5ShQSHzFT5IL/6h5RZJhApgqXSoPxhp5HEi94v6OAw9QkF8T7X+liEU2eEHJ1eMFYTHmeWLrpBWulsDpaUg==
3205+
jest@25.4.0:
3206+
version "25.4.0"
3207+
resolved "https://registry.yarnpkg.com/jest/-/jest-25.4.0.tgz#fb96892c5c4e4a6b9bcb12068849cddf4c5f8cc7"
3208+
integrity sha512-XWipOheGB4wai5JfCYXd6vwsWNwM/dirjRoZgAa7H2wd8ODWbli2AiKjqG8AYhyx+8+5FBEdpO92VhGlBydzbw==
32093209
dependencies:
3210-
"@jest/core" "^25.3.0"
3210+
"@jest/core" "^25.4.0"
32113211
import-local "^3.0.2"
3212-
jest-cli "^25.3.0"
3212+
jest-cli "^25.4.0"
32133213

32143214
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
32153215
version "4.0.0"

0 commit comments

Comments
 (0)