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

Commit 8dbc0fe

Browse files
Update dependency retext-syntax-urls to v4
1 parent 1644815 commit 8dbc0fe

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
@@ -14236,18 +14236,17 @@ [email protected]:
1423614236
unist-util-position "^5.0.0"
1423714237
unist-util-visit "^5.0.0"
1423814238

14239-
retext-syntax-urls@3.1.2:
14240-
version "3.1.2"
14241-
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-3.1.2.tgz#33185f39bf7d2a17ceb9340c95f803e589c5f726"
14242-
integrity sha512-CFuqX1x7GPFQRMPTA88bjrD0l8jTN7Y5Zp8QVr9ToWyJRChIMqUlPq4HfOJbKdDfcwhTVZvh/jRyxLc/K6Tc4g==
14239+
retext-syntax-urls@4.0.0:
14240+
version "4.0.0"
14241+
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-4.0.0.tgz#a14a0b770583cbfca095d589bf4b66dc92a26042"
14242+
integrity sha512-mACbwbFiV5L75EtR5C9BTTdGduHmlHee/Pw8GVoukQenue9aTItSAl7yE/OXESIi5UcKED7d/vZDCIefJMcUIQ==
1424314243
dependencies:
14244-
"@types/nlcst" "^1.0.0"
14245-
"@types/unist" "^2.0.0"
14244+
"@types/nlcst" "^2.0.0"
1424614245
ccount "^2.0.0"
14247-
nlcst-to-string "^3.0.0"
14248-
unified "^10.0.0"
14249-
unist-util-modify-children "^3.0.0"
14250-
unist-util-position "^4.0.0"
14246+
nlcst-to-string "^4.0.0"
14247+
unified "^11.0.0"
14248+
unist-util-modify-children "^4.0.0"
14249+
unist-util-position "^5.0.0"
1425114250

1425214251
retry@^0.13.1:
1425314252
version "0.13.1"
@@ -15985,6 +15984,14 @@ unist-util-modify-children@^3.0.0:
1598515984
"@types/unist" "^2.0.0"
1598615985
array-iterate "^2.0.0"
1598715986

15987+
unist-util-modify-children@^4.0.0:
15988+
version "4.0.0"
15989+
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9"
15990+
integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
15991+
dependencies:
15992+
"@types/unist" "^3.0.0"
15993+
array-iterate "^2.0.0"
15994+
1598815995
unist-util-position@^3.0.0:
1598915996
version "3.1.0"
1599015997
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"

0 commit comments

Comments
 (0)