|
506 | 506 | dependencies: |
507 | 507 | "@types/unist" "^2" |
508 | 508 |
|
| 509 | +"@types/nlcst@^2.0.0": |
| 510 | + version "2.0.3" |
| 511 | + resolved "https://registry.yarnpkg.com/@types/nlcst/-/nlcst-2.0.3.tgz#31cad346eaab48a9a8a58465d3d05e2530dda762" |
| 512 | + integrity sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA== |
| 513 | + dependencies: |
| 514 | + "@types/unist" "*" |
| 515 | + |
509 | 516 | "@types/node@*": |
510 | 517 | version "24.5.2" |
511 | 518 | resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446" |
@@ -6192,6 +6199,13 @@ nlcst-to-string@^3.0.0: |
6192 | 6199 | dependencies: |
6193 | 6200 | "@types/nlcst" "^1.0.0" |
6194 | 6201 |
|
| 6202 | +nlcst-to-string@^4.0.0: |
| 6203 | + version "4.0.0" |
| 6204 | + resolved "https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz#05511e8461ebfb415952eb0b7e9a1a7d40471bd4" |
| 6205 | + integrity sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA== |
| 6206 | + dependencies: |
| 6207 | + "@types/nlcst" "^2.0.0" |
| 6208 | + |
6195 | 6209 | no-cliches@^0.3.0: |
6196 | 6210 | version "0.3.6" |
6197 | 6211 | resolved "https://registry.yarnpkg.com/no-cliches/-/no-cliches-0.3.6.tgz#50d952c295fae74e3323bde51a045a8107583cad" |
@@ -9210,18 +9224,17 @@ retext-stringify@^3.0.0: |
9210 | 9224 | nlcst-to-string "^3.0.0" |
9211 | 9225 | unified "^10.0.0" |
9212 | 9226 |
|
9213 | | -retext-syntax-urls@3.1.2: |
9214 | | - version "3.1.2" |
9215 | | - resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-3.1.2.tgz#33185f39bf7d2a17ceb9340c95f803e589c5f726" |
9216 | | - integrity sha512-CFuqX1x7GPFQRMPTA88bjrD0l8jTN7Y5Zp8QVr9ToWyJRChIMqUlPq4HfOJbKdDfcwhTVZvh/jRyxLc/K6Tc4g== |
| 9227 | +retext-syntax-urls@4.0.0: |
| 9228 | + version "4.0.0" |
| 9229 | + resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-4.0.0.tgz#a14a0b770583cbfca095d589bf4b66dc92a26042" |
| 9230 | + integrity sha512-mACbwbFiV5L75EtR5C9BTTdGduHmlHee/Pw8GVoukQenue9aTItSAl7yE/OXESIi5UcKED7d/vZDCIefJMcUIQ== |
9217 | 9231 | dependencies: |
9218 | | - "@types/nlcst" "^1.0.0" |
9219 | | - "@types/unist" "^2.0.0" |
| 9232 | + "@types/nlcst" "^2.0.0" |
9220 | 9233 | ccount "^2.0.0" |
9221 | | - nlcst-to-string "^3.0.0" |
9222 | | - unified "^10.0.0" |
9223 | | - unist-util-modify-children "^3.0.0" |
9224 | | - unist-util-position "^4.0.0" |
| 9234 | + nlcst-to-string "^4.0.0" |
| 9235 | + unified "^11.0.0" |
| 9236 | + unist-util-modify-children "^4.0.0" |
| 9237 | + unist-util-position "^5.0.0" |
9225 | 9238 |
|
9226 | 9239 | |
9227 | 9240 | version "0.5.0" |
@@ -10808,6 +10821,14 @@ unist-util-modify-children@^3.0.0: |
10808 | 10821 | "@types/unist" "^2.0.0" |
10809 | 10822 | array-iterate "^2.0.0" |
10810 | 10823 |
|
| 10824 | +unist-util-modify-children@^4.0.0: |
| 10825 | + version "4.0.0" |
| 10826 | + resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9" |
| 10827 | + integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw== |
| 10828 | + dependencies: |
| 10829 | + "@types/unist" "^3.0.0" |
| 10830 | + array-iterate "^2.0.0" |
| 10831 | + |
10811 | 10832 | unist-util-parents@^3.0.0: |
10812 | 10833 | version "3.0.0" |
10813 | 10834 | resolved "https://registry.yarnpkg.com/unist-util-parents/-/unist-util-parents-3.0.0.tgz#d1c746031168627ea17ae666f5dcbb5d66d3ec2d" |
|
0 commit comments