|
560 | 560 | source-map "^0.6.1" |
561 | 561 | write-file-atomic "^3.0.0" |
562 | 562 |
|
563 | | -"@jest/types@^25.5.0": |
564 | | - version "25.5.0" |
565 | | - resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d" |
566 | | - integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw== |
567 | | - dependencies: |
568 | | - "@types/istanbul-lib-coverage" "^2.0.0" |
569 | | - "@types/istanbul-reports" "^1.1.1" |
570 | | - "@types/yargs" "^15.0.0" |
571 | | - chalk "^3.0.0" |
572 | | - |
573 | 563 | "@jest/types@^26.3.0": |
574 | 564 | version "26.3.0" |
575 | 565 | resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.3.0.tgz#97627bf4bdb72c55346eef98e3b3f7ddc4941f71" |
|
860 | 850 | dependencies: |
861 | 851 | "@types/istanbul-lib-coverage" "*" |
862 | 852 |
|
863 | | -"@types/istanbul-reports@^1.1.1": |
864 | | - version "1.1.1" |
865 | | - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a" |
866 | | - integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA== |
867 | | - dependencies: |
868 | | - "@types/istanbul-lib-coverage" "*" |
869 | | - "@types/istanbul-lib-report" "*" |
870 | | - |
871 | 853 | "@types/istanbul-reports@^3.0.0": |
872 | 854 | version "3.0.0" |
873 | 855 | resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821" |
|
876 | 858 | "@types/istanbul-lib-report" "*" |
877 | 859 |
|
878 | 860 | "@types/jest@26.x", "@types/jest@^26.0.0": |
879 | | - version "26.0.14" |
880 | | - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3" |
881 | | - integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== |
| 861 | + version "26.0.15" |
| 862 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe" |
| 863 | + integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog== |
882 | 864 | dependencies: |
883 | | - jest-diff "^25.2.1" |
884 | | - pretty-format "^25.2.1" |
| 865 | + jest-diff "^26.0.0" |
| 866 | + pretty-format "^26.0.0" |
885 | 867 |
|
886 | 868 | "@types/lru-cache@^5.1.0": |
887 | 869 | version "5.1.0" |
@@ -1742,14 +1724,6 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2: |
1742 | 1724 | escape-string-regexp "^1.0.5" |
1743 | 1725 | supports-color "^5.3.0" |
1744 | 1726 |
|
1745 | | -chalk@^3.0.0: |
1746 | | - version "3.0.0" |
1747 | | - resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" |
1748 | | - integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== |
1749 | | - dependencies: |
1750 | | - ansi-styles "^4.1.0" |
1751 | | - supports-color "^7.1.0" |
1752 | | - |
1753 | 1727 | chalk@^4.0.0, chalk@^4.1.0: |
1754 | 1728 | version "4.1.0" |
1755 | 1729 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
@@ -2475,11 +2449,6 @@ detect-newline@^3.0.0: |
2475 | 2449 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" |
2476 | 2450 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== |
2477 | 2451 |
|
2478 | | -diff-sequences@^25.2.6: |
2479 | | - version "25.2.6" |
2480 | | - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-25.2.6.tgz#5f467c00edd35352b7bca46d7927d60e687a76dd" |
2481 | | - integrity sha512-Hq8o7+6GaZeoFjtpgvRBUknSXNeJiCx7V9Fr94ZMljNiCr9n9L8H8aJqgWOQiDDGdyn29fRNcDdRVJ5fdyihfg== |
2482 | | - |
2483 | 2452 | diff-sequences@^26.5.0: |
2484 | 2453 | version "26.5.0" |
2485 | 2454 | resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.5.0.tgz#ef766cf09d43ed40406611f11c6d8d9dd8b2fefd" |
@@ -4019,17 +3988,7 @@ jest-config@^26.6.0: |
4019 | 3988 | micromatch "^4.0.2" |
4020 | 3989 | pretty-format "^26.6.0" |
4021 | 3990 |
|
4022 | | -jest-diff@^25.2.1: |
4023 | | - version "25.5.0" |
4024 | | - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-25.5.0.tgz#1dd26ed64f96667c068cef026b677dfa01afcfa9" |
4025 | | - integrity sha512-z1kygetuPiREYdNIumRpAHY6RXiGmp70YHptjdaxTWGmA085W3iCnXNx0DhflK3vwrKmrRWyY1wUpkPMVxMK7A== |
4026 | | - dependencies: |
4027 | | - chalk "^3.0.0" |
4028 | | - diff-sequences "^25.2.6" |
4029 | | - jest-get-type "^25.2.6" |
4030 | | - pretty-format "^25.5.0" |
4031 | | - |
4032 | | -jest-diff@^26.6.0: |
| 3991 | +jest-diff@^26.0.0, jest-diff@^26.6.0: |
4033 | 3992 | version "26.6.0" |
4034 | 3993 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.0.tgz#5e5bbbaf93ec5017fae2b3ef12fc895e29988379" |
4035 | 3994 | integrity sha512-IH09rKsdWY8YEY7ii2BHlSq59oXyF2pK3GoK+hOK9eD/x6009eNB5Jv1shLMKgxekodPzLlV7eZP1jPFQYds8w== |
@@ -4082,11 +4041,6 @@ jest-environment-node@^26.6.0: |
4082 | 4041 | jest-mock "^26.6.0" |
4083 | 4042 | jest-util "^26.6.0" |
4084 | 4043 |
|
4085 | | -jest-get-type@^25.2.6: |
4086 | | - version "25.2.6" |
4087 | | - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-25.2.6.tgz#0b0a32fab8908b44d508be81681487dbabb8d877" |
4088 | | - integrity sha512-DxjtyzOHjObRM+sM1knti6or+eOgcGU4xVSb2HNP1TqO4ahsT+rqZg+nyqHWJSvWgKC5cG3QjGFBqxLghiF/Ig== |
4089 | | - |
4090 | 4044 | jest-get-type@^26.3.0: |
4091 | 4045 | version "26.3.0" |
4092 | 4046 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" |
@@ -5780,17 +5734,7 @@ prettier@~1.14.0: |
5780 | 5734 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895" |
5781 | 5735 | integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg== |
5782 | 5736 |
|
5783 | | -pretty-format@^25.2.1, pretty-format@^25.5.0: |
5784 | | - version "25.5.0" |
5785 | | - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a" |
5786 | | - integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ== |
5787 | | - dependencies: |
5788 | | - "@jest/types" "^25.5.0" |
5789 | | - ansi-regex "^5.0.0" |
5790 | | - ansi-styles "^4.0.0" |
5791 | | - react-is "^16.12.0" |
5792 | | - |
5793 | | -pretty-format@^26.6.0: |
| 5737 | +pretty-format@^26.0.0, pretty-format@^26.6.0: |
5794 | 5738 | version "26.6.0" |
5795 | 5739 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.0.tgz#1e1030e3c70e3ac1c568a5fd15627671ea159391" |
5796 | 5740 | integrity sha512-Uumr9URVB7bm6SbaByXtx+zGlS+0loDkFMHP0kHahMjmfCtmFY03iqd++5v3Ld6iB5TocVXlBN/T+DXMn9d4BA== |
|
0 commit comments