Skip to content

Commit 9ab89c5

Browse files
Merge pull request #272 from nblagoev/dependabot/npm_and_yarn/ts-jest-26.4.3
Bump ts-jest from 26.4.1 to 26.4.3
2 parents add220e + 3cd3b25 commit 9ab89c5

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

yarn.lock

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@
430430
slash "^3.0.0"
431431
strip-ansi "^6.0.0"
432432

433+
"@jest/create-cache-key-function@^26.5.0":
434+
version "26.5.0"
435+
resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc"
436+
integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw==
437+
433438
"@jest/environment@^26.5.2":
434439
version "26.5.2"
435440
resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.5.2.tgz#eba3cfc698f6e03739628f699c28e8a07f5e65fe"
@@ -554,17 +559,6 @@
554559
"@types/yargs" "^15.0.0"
555560
chalk "^3.0.0"
556561

557-
"@jest/types@^26.3.0":
558-
version "26.3.0"
559-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71"
560-
integrity sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==
561-
dependencies:
562-
"@types/istanbul-lib-coverage" "^2.0.0"
563-
"@types/istanbul-reports" "^3.0.0"
564-
"@types/node" "*"
565-
"@types/yargs" "^15.0.0"
566-
chalk "^4.0.0"
567-
568562
"@jest/types@^26.5.2":
569563
version "26.5.2"
570564
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.5.2.tgz#44c24f30c8ee6c7f492ead9ec3f3c62a5289756d"
@@ -3161,19 +3155,7 @@ jest-snapshot@^26.5.3:
31613155
pretty-format "^26.5.2"
31623156
semver "^7.3.2"
31633157

3164-
jest-util@^26.1.0:
3165-
version "26.3.0"
3166-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e"
3167-
integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==
3168-
dependencies:
3169-
"@jest/types" "^26.3.0"
3170-
"@types/node" "*"
3171-
chalk "^4.0.0"
3172-
graceful-fs "^4.2.4"
3173-
is-ci "^2.0.0"
3174-
micromatch "^4.0.2"
3175-
3176-
jest-util@^26.5.2:
3158+
jest-util@^26.1.0, jest-util@^26.5.2:
31773159
version "26.5.2"
31783160
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.5.2.tgz#8403f75677902cc52a1b2140f568e91f8ed4f4d7"
31793161
integrity sha512-WTL675bK+GSSAYgS8z9FWdCT2nccO1yTIplNLPlP0OD8tUk/H5IrWKMMRudIQQ0qp8bb4k+1Qa8CxGKq9qnYdg==
@@ -4714,10 +4696,11 @@ trim-right@^1.0.1:
47144696
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
47154697

47164698
ts-jest@^26.1.0:
4717-
version "26.4.1"
4718-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.1.tgz#08ec0d3fc2c3a39e4a46eae5610b69fafa6babd0"
4719-
integrity sha512-F4aFq01aS6mnAAa0DljNmKr/Kk9y4HVZ1m6/rtJ0ED56cuxINGq3Q9eVAh+z5vcYKe5qnTMvv90vE8vUMFxomg==
4699+
version "26.4.3"
4700+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.3.tgz#d153a616033e7ec8544b97ddbe2638cbe38d53db"
4701+
integrity sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw==
47204702
dependencies:
4703+
"@jest/create-cache-key-function" "^26.5.0"
47214704
"@types/jest" "26.x"
47224705
bs-logger "0.x"
47234706
buffer-from "1.x"

0 commit comments

Comments
 (0)