Skip to content

Commit ea5f92a

Browse files
build(deps-dev): bump ts-jest from 26.4.1 to 26.4.2 (#2476)
1 parent 118502a commit ea5f92a

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

yarn.lock

+10-27
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,11 @@
446446
slash "^3.0.0"
447447
strip-ansi "^6.0.0"
448448

449+
"@jest/create-cache-key-function@^26.5.0":
450+
version "26.5.0"
451+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
452+
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
453+
449454
"@jest/environment@^26.6.0":
450455
version "26.6.0"
451456
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.0.tgz#695ee24cbf110456272caa9debbbf7e01afb2f78"
@@ -560,17 +565,6 @@
560565
source-map "^0.6.1"
561566
write-file-atomic "^3.0.0"
562567

563-
"@jest/types@^26.3.0":
564-
version "26.3.0"
565-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
566-
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
567-
dependencies:
568-
"@types/istanbul-lib-coverage" "^2.0.0"
569-
"@types/istanbul-reports" "^3.0.0"
570-
"@types/node" "*"
571-
"@types/yargs" "^15.0.0"
572-
chalk "^4.0.0"
573-
574568
"@jest/types@^26.6.0":
575569
version "26.6.0"
576570
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.0.tgz#2c045f231bfd79d52514cda3fbc93ef46157fa6a"
@@ -4252,19 +4246,7 @@ jest-snapshot@^26.6.0:
42524246
pretty-format "^26.6.0"
42534247
semver "^7.3.2"
42544248

4255-
jest-util@^26.1.0:
4256-
version "26.3.0"
4257-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
4258-
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
4259-
dependencies:
4260-
"@jest/types" "^26.3.0"
4261-
"@types/node" "*"
4262-
chalk "^4.0.0"
4263-
graceful-fs "^4.2.4"
4264-
is-ci "^2.0.0"
4265-
micromatch "^4.0.2"
4266-
4267-
jest-util@^26.6.0:
4249+
jest-util@^26.1.0, jest-util@^26.6.0:
42684250
version "26.6.0"
42694251
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.0.tgz#a81547f6d38738b505c5a594b37d911335dea60f"
42704252
integrity sha512-/cUGqcnKeZMjvTQLfJo65nBOEZ/k0RB/8usv2JpfYya05u0XvBmKkIH5o5c4nCh9DD61B1YQjMGGqh1Ha0aXdg==
@@ -7217,10 +7199,11 @@ trim-right@^1.0.1:
72177199
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
72187200

72197201
ts-jest@^26.2.0:
7220-
version "26.4.1"
7221-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
7222-
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
7202+
version "26.4.2"
7203+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.2.tgz#00b6c970bee202ceef7c6e6e9805c4837b22dab8"
7204+
integrity sha512-0+MynTTzzbuy5rGjzsCKjxHJk5gY906c/FSaqQ3081+G7dp2Yygfa9hVlbrtNNcztffh1mC6Rs9jb/yHpcjsoQ==
72237205
dependencies:
7206+
"@jest/create-cache-key-function" "^26.5.0"
72247207
"@types/jest" "26.x"
72257208
bs-logger "0.x"
72267209
buffer-from "1.x"

0 commit comments

Comments
 (0)