Skip to content

Commit ed38175

Browse files
Merge pull request ferdikoomen#418 from ferdikoomen/dependabot/npm_and_yarn/jest-26.6.3
2 parents b677939 + 0a5a548 commit ed38175

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
@@ -92,7 +92,7 @@
9292
"express": "4.17.1",
9393
"form-data": "3.0.0",
9494
"glob": "7.1.6",
95-
"jest": "26.6.1",
95+
"jest": "26.6.3",
9696
"jest-cli": "26.6.3",
9797
"node-fetch": "2.6.1",
9898
"prettier": "2.1.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@
936936
jest-util "^26.6.2"
937937
slash "^3.0.0"
938938

939-
"@jest/core@^26.6.1", "@jest/core@^26.6.3":
939+
"@jest/core@^26.6.3":
940940
version "26.6.3"
941941
resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad"
942942
integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==
@@ -3548,7 +3548,7 @@ jest-changed-files@^26.6.2:
35483548
execa "^4.0.0"
35493549
throat "^5.0.0"
35503550

3551-
[email protected], jest-cli@^26.6.1:
3551+
[email protected], jest-cli@^26.6.3:
35523552
version "26.6.3"
35533553
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a"
35543554
integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
@@ -3903,14 +3903,14 @@ jest-worker@^26.2.1, jest-worker@^26.6.2:
39033903
merge-stream "^2.0.0"
39043904
supports-color "^7.0.0"
39053905

3906-
3907-
version "26.6.1"
3908-
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.1.tgz#821e8280d2bdeeed40ac7bc43941dceff0f1b650"
3909-
integrity sha512-f+ahfqw3Ffy+9vA7sWFGpTmhtKEMsNAZiWBVXDkrpIO73zIz22iimjirnV78kh/eWlylmvLh/0WxHN6fZraZdA==
3906+
3907+
version "26.6.3"
3908+
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
3909+
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
39103910
dependencies:
3911-
"@jest/core" "^26.6.1"
3911+
"@jest/core" "^26.6.3"
39123912
import-local "^3.0.2"
3913-
jest-cli "^26.6.1"
3913+
jest-cli "^26.6.3"
39143914

39153915
js-tokens@^4.0.0:
39163916
version "4.0.0"

0 commit comments

Comments
 (0)