|
546 | 546 | slash "^3.0.0"
|
547 | 547 | strip-ansi "^6.0.0"
|
548 | 548 |
|
| 549 | +"@jest/create-cache-key-function@^26.5.0": |
| 550 | + version "26.5.0" |
| 551 | + resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-26.5.0.tgz#1d07947adc51ea17766d9f0ccf5a8d6ea94c47dc" |
| 552 | + integrity sha512-DJ+pEBUIqarrbv1W/C39f9YH0rJ4wsXZ/VC6JafJPlHW2HOucKceeaqTOQj9MEDQZjySxMLkOq5mfXZXNZcmWw== |
| 553 | + |
549 | 554 | "@jest/environment@^26.3.0":
|
550 | 555 | version "26.3.0"
|
551 | 556 | resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.3.0.tgz#e6953ab711ae3e44754a025f838bde1a7fd236a0"
|
|
681 | 686 | "@types/yargs" "^15.0.0"
|
682 | 687 | chalk "^4.0.0"
|
683 | 688 |
|
| 689 | +"@jest/types@^26.6.1": |
| 690 | + version "26.6.1" |
| 691 | + resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.1.tgz#2638890e8031c0bc8b4681e0357ed986e2f866c5" |
| 692 | + integrity sha512-ywHavIKNpAVrStiRY5wiyehvcktpijpItvGiK72RAn5ctqmzvPk8OvKnvHeBqa1XdQr959CTWAJMqxI8BTibyg== |
| 693 | + dependencies: |
| 694 | + "@types/istanbul-lib-coverage" "^2.0.0" |
| 695 | + "@types/istanbul-reports" "^3.0.0" |
| 696 | + "@types/node" "*" |
| 697 | + "@types/yargs" "^15.0.0" |
| 698 | + chalk "^4.0.0" |
| 699 | + |
684 | 700 |
|
685 | 701 | version "2.1.3"
|
686 | 702 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
|
@@ -4308,12 +4324,12 @@ jest-snapshot@^26.4.2:
|
4308 | 4324 | pretty-format "^26.4.2"
|
4309 | 4325 | semver "^7.3.2"
|
4310 | 4326 |
|
4311 |
| -jest-util@26.x, jest-util@^26.3.0: |
4312 |
| - version "26.3.0" |
4313 |
| - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.3.0.tgz#a8974b191df30e2bf523ebbfdbaeb8efca535b3e" |
4314 |
| - integrity sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw== |
| 4327 | +jest-util@^26.1.0, jest-util@^26.3.0: |
| 4328 | + version "26.6.1" |
| 4329 | + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.1.tgz#4cc0d09ec57f28d12d053887eec5dc976a352e9b" |
| 4330 | + integrity sha512-xCLZUqVoqhquyPLuDXmH7ogceGctbW8SMyQVjD9o+1+NPWI7t0vO08udcFLVPLgKWcvc+zotaUv/RuaR6l8HIA== |
4315 | 4331 | dependencies:
|
4316 |
| - "@jest/types" "^26.3.0" |
| 4332 | + "@jest/types" "^26.6.1" |
4317 | 4333 | "@types/node" "*"
|
4318 | 4334 | chalk "^4.0.0"
|
4319 | 4335 | graceful-fs "^4.2.4"
|
@@ -7554,21 +7570,22 @@ trim-off-newlines@^1.0.0:
|
7554 | 7570 | integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
|
7555 | 7571 |
|
7556 | 7572 | ts-jest@^26:
|
7557 |
| - version "26.3.0" |
7558 |
| - resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.3.0.tgz#6b2845045347dce394f069bb59358253bc1338a9" |
7559 |
| - integrity sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q== |
| 7573 | + version "26.4.3" |
| 7574 | + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.4.3.tgz#d153a616033e7ec8544b97ddbe2638cbe38d53db" |
| 7575 | + integrity sha512-pFDkOKFGY+nL9v5pkhm+BIFpoAuno96ff7GMnIYr/3L6slFOS365SI0fGEVYx2RKGji5M2elxhWjDMPVcOCdSw== |
7560 | 7576 | dependencies:
|
| 7577 | + "@jest/create-cache-key-function" "^26.5.0" |
7561 | 7578 | "@types/jest" "26.x"
|
7562 | 7579 | bs-logger "0.x"
|
7563 | 7580 | buffer-from "1.x"
|
7564 | 7581 | fast-json-stable-stringify "2.x"
|
7565 |
| - jest-util "26.x" |
| 7582 | + jest-util "^26.1.0" |
7566 | 7583 | json5 "2.x"
|
7567 | 7584 | lodash.memoize "4.x"
|
7568 | 7585 | make-error "1.x"
|
7569 | 7586 | mkdirp "1.x"
|
7570 | 7587 | semver "7.x"
|
7571 |
| - yargs-parser "18.x" |
| 7588 | + yargs-parser "20.x" |
7572 | 7589 |
|
7573 | 7590 | ts-node@^9:
|
7574 | 7591 | version "9.0.0"
|
@@ -8138,7 +8155,12 @@ yaml@^1.10.0, yaml@^1.7.2:
|
8138 | 8155 | resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
|
8139 | 8156 | integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
|
8140 | 8157 |
|
8141 |
| -[email protected], yargs-parser@^18.1.2, yargs-parser@^18.1.3: |
| 8158 | + |
| 8159 | + version "20.2.3" |
| 8160 | + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.3.tgz#92419ba867b858c868acf8bae9bf74af0dd0ce26" |
| 8161 | + integrity sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww== |
| 8162 | + |
| 8163 | +yargs-parser@^18.1.2, yargs-parser@^18.1.3: |
8142 | 8164 | version "18.1.3"
|
8143 | 8165 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
|
8144 | 8166 | integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
|
|
0 commit comments