|
446 | 446 | slash "^3.0.0" |
447 | 447 | strip-ansi "^6.0.0" |
448 | 448 |
|
| 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 | + |
449 | 454 | "@jest/environment@^26.6.0": |
450 | 455 | version "26.6.0" |
451 | 456 | resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.0.tgz#695ee24cbf110456272caa9debbbf7e01afb2f78" |
|
560 | 565 | source-map "^0.6.1" |
561 | 566 | write-file-atomic "^3.0.0" |
562 | 567 |
|
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 | | - |
574 | 568 | "@jest/types@^26.6.0": |
575 | 569 | version "26.6.0" |
576 | 570 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.0.tgz#2c045f231bfd79d52514cda3fbc93ef46157fa6a" |
@@ -4252,19 +4246,7 @@ jest-snapshot@^26.6.0: |
4252 | 4246 | pretty-format "^26.6.0" |
4253 | 4247 | semver "^7.3.2" |
4254 | 4248 |
|
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: |
4268 | 4250 | version "26.6.0" |
4269 | 4251 | resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.0.tgz#a81547f6d38738b505c5a594b37d911335dea60f" |
4270 | 4252 | integrity sha512-/cUGqcnKeZMjvTQLfJo65nBOEZ/k0RB/8usv2JpfYya05u0XvBmKkIH5o5c4nCh9DD61B1YQjMGGqh1Ha0aXdg== |
@@ -7217,10 +7199,11 @@ trim-right@^1.0.1: |
7217 | 7199 | integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= |
7218 | 7200 |
|
7219 | 7201 | 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== |
7223 | 7205 | dependencies: |
| 7206 | + "@jest/create-cache-key-function" "^26.5.0" |
7224 | 7207 | "@types/jest" "26.x" |
7225 | 7208 | bs-logger "0.x" |
7226 | 7209 | buffer-from "1.x" |
|
0 commit comments