Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Commit 3013061

Browse files
Update dependency retext-syntax-urls to v4
1 parent 8045f27 commit 3013061

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"retext-sentence-spacing": "6.0.0",
6666
"retext-spell": "6.0.0",
6767
"retext-syntax-mentions": "4.0.0",
68-
"retext-syntax-urls": "3.1.2",
68+
"retext-syntax-urls": "4.0.0",
6969
"typescript": "5.2.2",
7070
"unified": "11.0.3"
7171
}

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15497,18 +15497,17 @@ retext-syntax-mentions@4.0.0:
1549715497
unist-util-position "^5.0.0"
1549815498
unist-util-visit "^5.0.0"
1549915499

15500-
retext-syntax-urls@3.1.2:
15501-
version "3.1.2"
15502-
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-3.1.2.tgz#33185f39bf7d2a17ceb9340c95f803e589c5f726"
15503-
integrity sha512-CFuqX1x7GPFQRMPTA88bjrD0l8jTN7Y5Zp8QVr9ToWyJRChIMqUlPq4HfOJbKdDfcwhTVZvh/jRyxLc/K6Tc4g==
15500+
retext-syntax-urls@4.0.0:
15501+
version "4.0.0"
15502+
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-4.0.0.tgz#a14a0b770583cbfca095d589bf4b66dc92a26042"
15503+
integrity sha512-mACbwbFiV5L75EtR5C9BTTdGduHmlHee/Pw8GVoukQenue9aTItSAl7yE/OXESIi5UcKED7d/vZDCIefJMcUIQ==
1550415504
dependencies:
15505-
"@types/nlcst" "^1.0.0"
15506-
"@types/unist" "^2.0.0"
15505+
"@types/nlcst" "^2.0.0"
1550715506
ccount "^2.0.0"
15508-
nlcst-to-string "^3.0.0"
15509-
unified "^10.0.0"
15510-
unist-util-modify-children "^3.0.0"
15511-
unist-util-position "^4.0.0"
15507+
nlcst-to-string "^4.0.0"
15508+
unified "^11.0.0"
15509+
unist-util-modify-children "^4.0.0"
15510+
unist-util-position "^5.0.0"
1551215511

1551315512
retry@^0.13.1:
1551415513
version "0.13.1"
@@ -17395,6 +17394,14 @@ unist-util-modify-children@^3.0.0:
1739517394
"@types/unist" "^2.0.0"
1739617395
array-iterate "^2.0.0"
1739717396

17397+
unist-util-modify-children@^4.0.0:
17398+
version "4.0.0"
17399+
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9"
17400+
integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
17401+
dependencies:
17402+
"@types/unist" "^3.0.0"
17403+
array-iterate "^2.0.0"
17404+
1739817405
unist-util-position@^3.0.0:
1739917406
version "3.1.0"
1740017407
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"

0 commit comments

Comments
 (0)