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

Commit 7dedc1a

Browse files
Update dependency retext-syntax-urls to v4
1 parent 77fa19f commit 7dedc1a

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
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": "5.2.0",
6666
"retext-spell": "5.3.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: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13841,18 +13841,17 @@ retext-syntax-mentions@4.0.0:
1384113841
unist-util-position "^5.0.0"
1384213842
unist-util-visit "^5.0.0"
1384313843

13844-
retext-syntax-urls@3.1.2:
13845-
version "3.1.2"
13846-
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-3.1.2.tgz#33185f39bf7d2a17ceb9340c95f803e589c5f726"
13847-
integrity sha512-CFuqX1x7GPFQRMPTA88bjrD0l8jTN7Y5Zp8QVr9ToWyJRChIMqUlPq4HfOJbKdDfcwhTVZvh/jRyxLc/K6Tc4g==
13844+
retext-syntax-urls@4.0.0:
13845+
version "4.0.0"
13846+
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-4.0.0.tgz#a14a0b770583cbfca095d589bf4b66dc92a26042"
13847+
integrity sha512-mACbwbFiV5L75EtR5C9BTTdGduHmlHee/Pw8GVoukQenue9aTItSAl7yE/OXESIi5UcKED7d/vZDCIefJMcUIQ==
1384813848
dependencies:
13849-
"@types/nlcst" "^1.0.0"
13850-
"@types/unist" "^2.0.0"
13849+
"@types/nlcst" "^2.0.0"
1385113850
ccount "^2.0.0"
13852-
nlcst-to-string "^3.0.0"
13853-
unified "^10.0.0"
13854-
unist-util-modify-children "^3.0.0"
13855-
unist-util-position "^4.0.0"
13851+
nlcst-to-string "^4.0.0"
13852+
unified "^11.0.0"
13853+
unist-util-modify-children "^4.0.0"
13854+
unist-util-position "^5.0.0"
1385613855

1385713856
retry@^0.13.1:
1385813857
version "0.13.1"
@@ -15436,7 +15435,7 @@ unified-message-control@^4.0.0:
1543615435
vfile-location "^4.0.0"
1543715436
vfile-message "^3.0.0"
1543815437

15439-
unified@11.0.3:
15438+
unified@11.0.3, unified@^11.0.0:
1544015439
version "11.0.3"
1544115440
resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.3.tgz#e141be0fe466a2d28b2160f62712bc9cbc08fdd4"
1544215441
integrity sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==
@@ -15586,6 +15585,14 @@ unist-util-modify-children@^3.0.0:
1558615585
"@types/unist" "^2.0.0"
1558715586
array-iterate "^2.0.0"
1558815587

15588+
unist-util-modify-children@^4.0.0:
15589+
version "4.0.0"
15590+
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9"
15591+
integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
15592+
dependencies:
15593+
"@types/unist" "^3.0.0"
15594+
array-iterate "^2.0.0"
15595+
1558915596
unist-util-position@^3.0.0:
1559015597
version "3.1.0"
1559115598
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"

0 commit comments

Comments
 (0)