|
1554 | 1554 | dependencies:
|
1555 | 1555 | "@types/istanbul-lib-report" "*"
|
1556 | 1556 |
|
1557 |
| -"@types/jest@^27.4.0": |
1558 |
| - version "27.4.0" |
1559 |
| - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed" |
1560 |
| - integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ== |
| 1557 | +"@types/jest@^27.4.1": |
| 1558 | + version "27.4.1" |
| 1559 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d" |
| 1560 | + integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw== |
1561 | 1561 | dependencies:
|
1562 |
| - jest-diff "^27.0.0" |
| 1562 | + jest-matcher-utils "^27.0.0" |
1563 | 1563 | pretty-format "^27.0.0"
|
1564 | 1564 |
|
1565 | 1565 | "@types/json-schema@^7.0.7":
|
@@ -2238,11 +2238,6 @@ detect-newline@^3.0.0:
|
2238 | 2238 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
|
2239 | 2239 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
|
2240 | 2240 |
|
2241 |
| -diff-sequences@^27.4.0: |
2242 |
| - version "27.4.0" |
2243 |
| - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.4.0.tgz#d783920ad8d06ec718a060d00196dfef25b132a5" |
2244 |
| - integrity sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww== |
2245 |
| - |
2246 | 2241 | diff-sequences@^27.5.1:
|
2247 | 2242 | version "27.5.1"
|
2248 | 2243 | resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"
|
@@ -3016,16 +3011,6 @@ jest-config@^27.5.1:
|
3016 | 3011 | slash "^3.0.0"
|
3017 | 3012 | strip-json-comments "^3.1.1"
|
3018 | 3013 |
|
3019 |
| -jest-diff@^27.0.0: |
3020 |
| - version "27.4.6" |
3021 |
| - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.4.6.tgz#93815774d2012a2cbb6cf23f84d48c7a2618f98d" |
3022 |
| - integrity sha512-zjaB0sh0Lb13VyPsd92V7HkqF6yKRH9vm33rwBt7rPYrpQvS1nCvlIy2pICbKta+ZjWngYLNn4cCK4nyZkjS/w== |
3023 |
| - dependencies: |
3024 |
| - chalk "^4.0.0" |
3025 |
| - diff-sequences "^27.4.0" |
3026 |
| - jest-get-type "^27.4.0" |
3027 |
| - pretty-format "^27.4.6" |
3028 |
| - |
3029 | 3014 | jest-diff@^27.5.1:
|
3030 | 3015 | version "27.5.1"
|
3031 | 3016 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
|
@@ -3079,11 +3064,6 @@ jest-environment-node@^27.5.1:
|
3079 | 3064 | jest-mock "^27.5.1"
|
3080 | 3065 | jest-util "^27.5.1"
|
3081 | 3066 |
|
3082 |
| -jest-get-type@^27.4.0: |
3083 |
| - version "27.4.0" |
3084 |
| - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.4.0.tgz#7503d2663fffa431638337b3998d39c5e928e9b5" |
3085 |
| - integrity sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ== |
3086 |
| - |
3087 | 3067 | jest-get-type@^27.5.1:
|
3088 | 3068 | version "27.5.1"
|
3089 | 3069 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
|
@@ -3140,7 +3120,7 @@ jest-leak-detector@^27.5.1:
|
3140 | 3120 | jest-get-type "^27.5.1"
|
3141 | 3121 | pretty-format "^27.5.1"
|
3142 | 3122 |
|
3143 |
| -jest-matcher-utils@^27.5.1: |
| 3123 | +jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: |
3144 | 3124 | version "27.5.1"
|
3145 | 3125 | resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
|
3146 | 3126 | integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
|
|
3894 | 3874 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
|
3895 | 3875 | integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
|
3896 | 3876 |
|
3897 |
| -pretty-format@^27.0.0, pretty-format@^27.4.6: |
3898 |
| - version "27.4.6" |
3899 |
| - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.4.6.tgz#1b784d2f53c68db31797b2348fa39b49e31846b7" |
3900 |
| - integrity sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g== |
3901 |
| - dependencies: |
3902 |
| - ansi-regex "^5.0.1" |
3903 |
| - ansi-styles "^5.0.0" |
3904 |
| - react-is "^17.0.1" |
3905 |
| - |
3906 |
| -pretty-format@^27.5.1: |
| 3877 | +pretty-format@^27.0.0, pretty-format@^27.5.1: |
3907 | 3878 | version "27.5.1"
|
3908 | 3879 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
|
3909 | 3880 | integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==
|
|
0 commit comments