|
908 | 908 | dependencies: |
909 | 909 | defer-to-connect "^1.0.1" |
910 | 910 |
|
911 | | -"@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.3.5": |
| 911 | +"@textlint/ast-node-types@^4.3.5": |
912 | 912 | version "4.3.5" |
913 | 913 | resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.5.tgz#4fb2f81450c9135191b464c3955ebd3a3a95b4a6" |
914 | 914 | integrity sha512-syl8VE34DQDTV7+IADP1jYtGsxTC9MmCKLmpJX90G6nNv9CzgAZIukd7WMiJFZpFgcDAlibEaCKlJRxjfEmmPA== |
915 | 915 |
|
| 916 | +"@textlint/ast-node-types@^4.4.3": |
| 917 | + version "4.4.3" |
| 918 | + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c" |
| 919 | + integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A== |
| 920 | + |
916 | 921 | "@textlint/ast-tester@^2.2.5": |
917 | 922 | version "2.2.5" |
918 | 923 | resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.2.5.tgz#91f37187310a5c2f064bb2ae2c6897193d6ada7d" |
|
1028 | 1033 | dependencies: |
1029 | 1034 | "@textlint/text-to-ast" "^3.2.5" |
1030 | 1035 |
|
1031 | | -"@textlint/types@^1.1.2", "@textlint/types@^1.4.6": |
| 1036 | +"@textlint/types@^1.4.6": |
1032 | 1037 | version "1.4.6" |
1033 | 1038 | resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.4.6.tgz#64dd33187bdc1bd90ea741496fbe58046227b167" |
1034 | 1039 | integrity sha512-hoKPvIzNf+vI0goRk90HfsVUbXkAp4BfpvRxh51TGqVG27dlYrQJZkYheuUNUAwyj0Id09qzVwXno/xQPMYPcg== |
1035 | 1040 | dependencies: |
1036 | 1041 | "@textlint/ast-node-types" "^4.3.5" |
1037 | 1042 |
|
| 1043 | +"@textlint/types@^1.5.5": |
| 1044 | + version "1.5.5" |
| 1045 | + resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304" |
| 1046 | + integrity sha512-80P6fcqgsG9bP6JgR6W/E/oIx+71pplaicYCvvB4vMIeGk0OnWls4Q21kCpDYmq/C/ABtZ/Gy/Ov/8ExQPeQ7A== |
| 1047 | + dependencies: |
| 1048 | + "@textlint/ast-node-types" "^4.4.3" |
| 1049 | + |
1038 | 1050 | "@textlint/utils@^1.1.5": |
1039 | 1051 | version "1.1.5" |
1040 | 1052 | resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.1.5.tgz#4d2460c784452531a87d2603d232a63d58e79e37" |
@@ -4778,13 +4790,13 @@ text-table@^0.2.0: |
4778 | 4790 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
4779 | 4791 | integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= |
4780 | 4792 |
|
4781 | | -textlint-rule-helper@^2.1.1: |
4782 | | - version "2.1.1" |
4783 | | - resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.1.1.tgz#d572588685359134bc779939b217e61f087dab0f" |
4784 | | - integrity sha512-6fxgHzoJVkjl3LaC1b2Egi+5wbhG4i0pU0knJmQujVhxIJ3D3AcQQZPs457xKAi5xKz1WayYeTeJ5jrD/hnO7g== |
| 4793 | +textlint-rule-helper@^2.2.0: |
| 4794 | + version "2.2.0" |
| 4795 | + resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.0.tgz#30522ba904a03849d57ea3e5ebd5920027cd8da3" |
| 4796 | + integrity sha512-9S5CsgQuQwPjM2wvr4JGdpkLf+pR9gOjedSQFa/Dkrbh+D9MXt1LIR4Jvx1RujKtt2nq42prmEX2q3xOxyUcIQ== |
4785 | 4797 | dependencies: |
4786 | | - "@textlint/ast-node-types" "^4.2.1" |
4787 | | - "@textlint/types" "^1.1.2" |
| 4798 | + "@textlint/ast-node-types" "^4.4.3" |
| 4799 | + "@textlint/types" "^1.5.5" |
4788 | 4800 | structured-source "^3.0.2" |
4789 | 4801 | unist-util-visit "^1.1.0" |
4790 | 4802 |
|
|
0 commit comments