|
430 | 430 | slash "^3.0.0"
|
431 | 431 | strip-ansi "^6.0.0"
|
432 | 432 |
|
| 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 | + |
433 | 438 | "@jest/environment@^26.5.2":
|
434 | 439 | version "26.5.2"
|
435 | 440 | resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.5.2.tgz#eba3cfc698f6e03739628f699c28e8a07f5e65fe"
|
|
554 | 559 | "@types/yargs" "^15.0.0"
|
555 | 560 | chalk "^3.0.0"
|
556 | 561 |
|
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 |
| - |
568 | 562 | "@jest/types@^26.5.2":
|
569 | 563 | version "26.5.2"
|
570 | 564 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.5.2.tgz#44c24f30c8ee6c7f492ead9ec3f3c62a5289756d"
|
@@ -3161,19 +3155,7 @@ jest-snapshot@^26.5.3:
|
3161 | 3155 | pretty-format "^26.5.2"
|
3162 | 3156 | semver "^7.3.2"
|
3163 | 3157 |
|
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: |
3177 | 3159 | version "26.5.2"
|
3178 | 3160 | resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.5.2.tgz#8403f75677902cc52a1b2140f568e91f8ed4f4d7"
|
3179 | 3161 | integrity sha512-WTL675bK+GSSAYgS8z9FWdCT2nccO1yTIplNLPlP0OD8tUk/H5IrWKMMRudIQQ0qp8bb4k+1Qa8CxGKq9qnYdg==
|
@@ -4714,10 +4696,11 @@ trim-right@^1.0.1:
|
4714 | 4696 | integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
|
4715 | 4697 |
|
4716 | 4698 | 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== |
4720 | 4702 | dependencies:
|
| 4703 | + "@jest/create-cache-key-function" "^26.5.0" |
4721 | 4704 | "@types/jest" "26.x"
|
4722 | 4705 | bs-logger "0.x"
|
4723 | 4706 | buffer-from "1.x"
|
|
0 commit comments