|
1145 | 1145 | resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.1.1.tgz#189cdc932a50b9dd14b6829848408c22bb72f976" |
1146 | 1146 | integrity sha512-5/XK9S1177UYetOY6407o1RDuNVndaYfuzsZwhmo52V367s4ZuUD2064WhbmCd6TPyKD4dVr2zoWjfNDfzUZQg== |
1147 | 1147 |
|
| 1148 | +"@textlint/ast-node-types@^13.0.2": |
| 1149 | + version "13.3.1" |
| 1150 | + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.3.1.tgz#469cab986e43f4ffb39aa5c31d148888a36d2286" |
| 1151 | + integrity sha512-/qeEjW3hIFpGwESsCkJRroja7mBOlo9wqyx8G4fwayq4FZRvJMm/9DhIo77jd/4wm/VSJcVVr+fs+rVa4jrY5A== |
| 1152 | + |
1148 | 1153 | "@textlint/ast-tester@^12.1.1": |
1149 | 1154 | version "12.1.1" |
1150 | 1155 | resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.1.1.tgz#6eef213a6c2b479446ed840c5bf7883f5db624ac" |
@@ -1467,6 +1472,11 @@ boundary@^1.0.1: |
1467 | 1472 | resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812" |
1468 | 1473 | integrity sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI= |
1469 | 1474 |
|
| 1475 | +boundary@^2.0.0: |
| 1476 | + version "2.0.0" |
| 1477 | + resolved "https://registry.yarnpkg.com/boundary/-/boundary-2.0.0.tgz#169c8b1f0d44cf2c25938967a328f37e0a4e5efc" |
| 1478 | + integrity sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA== |
| 1479 | + |
1470 | 1480 | brace-expansion@^1.1.7: |
1471 | 1481 | version "1.1.11" |
1472 | 1482 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" |
@@ -3922,6 +3932,13 @@ structured-source@^3.0.2: |
3922 | 3932 | dependencies: |
3923 | 3933 | boundary "^1.0.1" |
3924 | 3934 |
|
| 3935 | +structured-source@^4.0.0: |
| 3936 | + version "4.0.0" |
| 3937 | + resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-4.0.0.tgz#0c9e59ee43dedd8fc60a63731f60e358102a4948" |
| 3938 | + integrity sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA== |
| 3939 | + dependencies: |
| 3940 | + boundary "^2.0.0" |
| 3941 | + |
3925 | 3942 | supports-color@8.1.1: |
3926 | 3943 | version "8.1.1" |
3927 | 3944 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" |
@@ -3959,12 +3976,13 @@ text-table@^0.2.0: |
3959 | 3976 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
3960 | 3977 | integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= |
3961 | 3978 |
|
3962 | | -textlint-rule-helper@^2.2.1: |
3963 | | - version "2.2.1" |
3964 | | - resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.1.tgz#fe223d4a6c492b9aaf6e8a33fca5ad8a02e4e027" |
3965 | | - integrity sha512-pdX3uNbFzQTgINamaBpEHRT/MgROHev5wCnQnUTXRLT5DaRjls0Rmpi5d1MPZG6HT5NKVL++Q2J0FUbh5shi3Q== |
| 3979 | +textlint-rule-helper@^2.2.4: |
| 3980 | + version "2.3.0" |
| 3981 | + resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d" |
| 3982 | + integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA== |
3966 | 3983 | dependencies: |
3967 | | - structured-source "^3.0.2" |
| 3984 | + "@textlint/ast-node-types" "^13.0.2" |
| 3985 | + structured-source "^4.0.0" |
3968 | 3986 | unist-util-visit "^2.0.3" |
3969 | 3987 |
|
3970 | 3988 | textlint-scripts@^12.1.1: |
|
0 commit comments