|
1157 | 1157 | resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.1.1.tgz#189cdc932a50b9dd14b6829848408c22bb72f976" |
1158 | 1158 | integrity sha512-5/XK9S1177UYetOY6407o1RDuNVndaYfuzsZwhmo52V367s4ZuUD2064WhbmCd6TPyKD4dVr2zoWjfNDfzUZQg== |
1159 | 1159 |
|
| 1160 | +"@textlint/ast-node-types@^13.0.2": |
| 1161 | + version "13.3.1" |
| 1162 | + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.3.1.tgz#469cab986e43f4ffb39aa5c31d148888a36d2286" |
| 1163 | + integrity sha512-/qeEjW3hIFpGwESsCkJRroja7mBOlo9wqyx8G4fwayq4FZRvJMm/9DhIo77jd/4wm/VSJcVVr+fs+rVa4jrY5A== |
| 1164 | + |
1160 | 1165 | "@textlint/ast-tester@^12.1.1": |
1161 | 1166 | version "12.1.1" |
1162 | 1167 | resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.1.1.tgz#6eef213a6c2b479446ed840c5bf7883f5db624ac" |
@@ -1507,6 +1512,11 @@ boundary@^1.0.1: |
1507 | 1512 | resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812" |
1508 | 1513 | integrity sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI= |
1509 | 1514 |
|
| 1515 | +boundary@^2.0.0: |
| 1516 | + version "2.0.0" |
| 1517 | + resolved "https://registry.yarnpkg.com/boundary/-/boundary-2.0.0.tgz#169c8b1f0d44cf2c25938967a328f37e0a4e5efc" |
| 1518 | + integrity sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA== |
| 1519 | + |
1510 | 1520 | boxen@^4.2.0: |
1511 | 1521 | version "4.2.0" |
1512 | 1522 | resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64" |
@@ -4488,6 +4498,13 @@ structured-source@^3.0.2: |
4488 | 4498 | dependencies: |
4489 | 4499 | boundary "^1.0.1" |
4490 | 4500 |
|
| 4501 | +structured-source@^4.0.0: |
| 4502 | + version "4.0.0" |
| 4503 | + resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-4.0.0.tgz#0c9e59ee43dedd8fc60a63731f60e358102a4948" |
| 4504 | + integrity sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA== |
| 4505 | + dependencies: |
| 4506 | + boundary "^2.0.0" |
| 4507 | + |
4491 | 4508 | |
4492 | 4509 | version "8.1.1" |
4493 | 4510 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" |
@@ -4537,12 +4554,13 @@ text-table@^0.2.0: |
4537 | 4554 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
4538 | 4555 | integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= |
4539 | 4556 |
|
4540 | | -textlint-rule-helper@^2.2.1: |
4541 | | - version "2.2.1" |
4542 | | - resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.1.tgz#fe223d4a6c492b9aaf6e8a33fca5ad8a02e4e027" |
4543 | | - integrity sha512-pdX3uNbFzQTgINamaBpEHRT/MgROHev5wCnQnUTXRLT5DaRjls0Rmpi5d1MPZG6HT5NKVL++Q2J0FUbh5shi3Q== |
| 4557 | +textlint-rule-helper@^2.2.4: |
| 4558 | + version "2.3.0" |
| 4559 | + resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d" |
| 4560 | + integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA== |
4544 | 4561 | dependencies: |
4545 | | - structured-source "^3.0.2" |
| 4562 | + "@textlint/ast-node-types" "^13.0.2" |
| 4563 | + structured-source "^4.0.0" |
4546 | 4564 | unist-util-visit "^2.0.3" |
4547 | 4565 |
|
4548 | 4566 | textlint-scripts@^12.1.1: |
|
0 commit comments