|
2156 | 2156 | dependencies: |
2157 | 2157 | "@types/istanbul-lib-report" "*" |
2158 | 2158 |
|
2159 | | -"@types/jest@27.4.0": |
2160 | | - version "27.4.0" |
2161 | | - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed" |
2162 | | - integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ== |
| 2159 | +"@types/jest@27.4.1": |
| 2160 | + version "27.4.1" |
| 2161 | + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d" |
| 2162 | + integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw== |
2163 | 2163 | dependencies: |
2164 | | - jest-diff "^27.0.0" |
| 2164 | + jest-matcher-utils "^27.0.0" |
2165 | 2165 | pretty-format "^27.0.0" |
2166 | 2166 |
|
2167 | 2167 | "@types/json-schema@^7.0.9": |
@@ -4417,11 +4417,6 @@ detect-newline@^3.0.0: |
4417 | 4417 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" |
4418 | 4418 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== |
4419 | 4419 |
|
4420 | | -diff-sequences@^27.4.0: |
4421 | | - version "27.4.0" |
4422 | | - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.4.0.tgz#d783920ad8d06ec718a060d00196dfef25b132a5" |
4423 | | - integrity sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww== |
4424 | | - |
4425 | 4420 | diff-sequences@^27.5.1: |
4426 | 4421 | version "27.5.1" |
4427 | 4422 | resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327" |
@@ -6744,16 +6739,6 @@ jest-config@^27.5.1: |
6744 | 6739 | slash "^3.0.0" |
6745 | 6740 | strip-json-comments "^3.1.1" |
6746 | 6741 |
|
6747 | | -jest-diff@^27.0.0: |
6748 | | - version "27.4.2" |
6749 | | - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.4.2.tgz#786b2a5211d854f848e2dcc1e324448e9481f36f" |
6750 | | - integrity sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q== |
6751 | | - dependencies: |
6752 | | - chalk "^4.0.0" |
6753 | | - diff-sequences "^27.4.0" |
6754 | | - jest-get-type "^27.4.0" |
6755 | | - pretty-format "^27.4.2" |
6756 | | - |
6757 | 6742 | jest-diff@^27.5.1: |
6758 | 6743 | version "27.5.1" |
6759 | 6744 | resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def" |
@@ -6807,11 +6792,6 @@ jest-environment-node@^27.5.1: |
6807 | 6792 | jest-mock "^27.5.1" |
6808 | 6793 | jest-util "^27.5.1" |
6809 | 6794 |
|
6810 | | -jest-get-type@^27.4.0: |
6811 | | - version "27.4.0" |
6812 | | - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.4.0.tgz#7503d2663fffa431638337b3998d39c5e928e9b5" |
6813 | | - integrity sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ== |
6814 | | - |
6815 | 6795 | jest-get-type@^27.5.1: |
6816 | 6796 | version "27.5.1" |
6817 | 6797 | resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1" |
@@ -6868,7 +6848,7 @@ jest-leak-detector@^27.5.1: |
6868 | 6848 | jest-get-type "^27.5.1" |
6869 | 6849 | pretty-format "^27.5.1" |
6870 | 6850 |
|
6871 | | -jest-matcher-utils@^27.5.1: |
| 6851 | +jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1: |
6872 | 6852 | version "27.5.1" |
6873 | 6853 | resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab" |
6874 | 6854 | integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw== |
@@ -8697,7 +8677,7 @@ prettier@2.5.1, prettier@^2.1.2: |
8697 | 8677 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a" |
8698 | 8678 | integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg== |
8699 | 8679 |
|
8700 | | -pretty-format@^27.0.0, pretty-format@^27.4.2: |
| 8680 | +pretty-format@^27.0.0: |
8701 | 8681 | version "27.4.2" |
8702 | 8682 | resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.4.2.tgz#e4ce92ad66c3888423d332b40477c87d1dac1fb8" |
8703 | 8683 | integrity sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw== |
|
0 commit comments