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

Commit 7981267

Browse files
Update dependency retext-syntax-urls to v4
1 parent 7c5de02 commit 7981267

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
@@ -14377,18 +14377,17 @@ retext-syntax-mentions@4.0.0:
1437714377
unist-util-position "^5.0.0"
1437814378
unist-util-visit "^5.0.0"
1437914379

14380-
retext-syntax-urls@3.1.2:
14381-
version "3.1.2"
14382-
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-3.1.2.tgz#33185f39bf7d2a17ceb9340c95f803e589c5f726"
14383-
integrity sha512-CFuqX1x7GPFQRMPTA88bjrD0l8jTN7Y5Zp8QVr9ToWyJRChIMqUlPq4HfOJbKdDfcwhTVZvh/jRyxLc/K6Tc4g==
14380+
retext-syntax-urls@4.0.0:
14381+
version "4.0.0"
14382+
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-4.0.0.tgz#a14a0b770583cbfca095d589bf4b66dc92a26042"
14383+
integrity sha512-mACbwbFiV5L75EtR5C9BTTdGduHmlHee/Pw8GVoukQenue9aTItSAl7yE/OXESIi5UcKED7d/vZDCIefJMcUIQ==
1438414384
dependencies:
14385-
"@types/nlcst" "^1.0.0"
14386-
"@types/unist" "^2.0.0"
14385+
"@types/nlcst" "^2.0.0"
1438714386
ccount "^2.0.0"
14388-
nlcst-to-string "^3.0.0"
14389-
unified "^10.0.0"
14390-
unist-util-modify-children "^3.0.0"
14391-
unist-util-position "^4.0.0"
14387+
nlcst-to-string "^4.0.0"
14388+
unified "^11.0.0"
14389+
unist-util-modify-children "^4.0.0"
14390+
unist-util-position "^5.0.0"
1439214391

1439314392
retry@^0.13.1:
1439414393
version "0.13.1"
@@ -16131,6 +16130,14 @@ unist-util-modify-children@^3.0.0:
1613116130
"@types/unist" "^2.0.0"
1613216131
array-iterate "^2.0.0"
1613316132

16133+
unist-util-modify-children@^4.0.0:
16134+
version "4.0.0"
16135+
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9"
16136+
integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
16137+
dependencies:
16138+
"@types/unist" "^3.0.0"
16139+
array-iterate "^2.0.0"
16140+
1613416141
unist-util-position@^3.0.0:
1613516142
version "3.1.0"
1613616143
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"

0 commit comments

Comments
 (0)