Skip to content

Commit 0a5a548

Browse files
Bump jest from 26.6.1 to 26.6.3
Bumps [jest](https://github.com/facebook/jest) from 26.6.1 to 26.6.3. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v26.6.1...v26.6.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 15b9175 commit 0a5a548

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==
@@ -3556,7 +3556,7 @@ jest-changed-files@^26.6.2:
35563556
execa "^4.0.0"
35573557
throat "^5.0.0"
35583558

3559-
[email protected], jest-cli@^26.6.1:
3559+
[email protected], jest-cli@^26.6.3:
35603560
version "26.6.3"
35613561
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a"
35623562
integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
@@ -3911,14 +3911,14 @@ jest-worker@^26.2.1, jest-worker@^26.6.2:
39113911
merge-stream "^2.0.0"
39123912
supports-color "^7.0.0"
39133913

3914-
3915-
version "26.6.1"
3916-
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.1.tgz#821e8280d2bdeeed40ac7bc43941dceff0f1b650"
3917-
integrity sha512-f+ahfqw3Ffy+9vA7sWFGpTmhtKEMsNAZiWBVXDkrpIO73zIz22iimjirnV78kh/eWlylmvLh/0WxHN6fZraZdA==
3914+
3915+
version "26.6.3"
3916+
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
3917+
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
39183918
dependencies:
3919-
"@jest/core" "^26.6.1"
3919+
"@jest/core" "^26.6.3"
39203920
import-local "^3.0.2"
3921-
jest-cli "^26.6.1"
3921+
jest-cli "^26.6.3"
39223922

39233923
js-tokens@^4.0.0:
39243924
version "4.0.0"

0 commit comments

Comments
 (0)