Skip to content

Commit 29b1069

Browse files
build(deps): bump retext-syntax-urls from 2.0.0 to 3.1.2
Bumps [retext-syntax-urls](https://github.com/retextjs/retext-syntax-urls) from 2.0.0 to 3.1.2. - [Release notes](https://github.com/retextjs/retext-syntax-urls/releases) - [Commits](retextjs/retext-syntax-urls@2.0.0...3.1.2) --- updated-dependencies: - dependency-name: retext-syntax-urls dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0298ff5 commit 29b1069

File tree

2 files changed

+43
-10
lines changed

2 files changed

+43
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"retext-repeated-words": "^3.0.0",
173173
"retext-sentence-spacing": "^4.0.0",
174174
"retext-spell": "^4.0.1",
175-
"retext-syntax-urls": "^2.0.0",
175+
"retext-syntax-urls": "^3.1.2",
176176
"retext-usage": "^0.5.0",
177177
"tmp": "^0.2.1",
178178
"unified": "^9.2.1",

yarn.lock

Lines changed: 42 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,13 @@
301301
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
302302
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
303303

304+
"@types/nlcst@^1.0.0":
305+
version "1.0.0"
306+
resolved "https://registry.yarnpkg.com/@types/nlcst/-/nlcst-1.0.0.tgz#9dacd7e9a32bcf0451873be62bdc373aed735b46"
307+
integrity sha512-3TGCfOcy8R8mMQ4CNSNOe3PG66HttvjcLzCoOpvXvDtfWOTi+uT/rxeOKm/qEwbM4SNe1O/PjdiBK2YcTjU4OQ==
308+
dependencies:
309+
"@types/unist" "*"
310+
304311
"@types/node@*", "@types/node@^16.3.2":
305312
version "16.3.2"
306313
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.3.2.tgz#655432817f83b51ac869c2d51dd8305fb8342e16"
@@ -581,6 +588,11 @@ array-iterate@^1.0.0:
581588
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.3.tgz#b116bdb1e37f3c3fec13acdfb91ac829f122543c"
582589
integrity sha512-7MIv7HE9MuzfK6B2UnWv07oSHBLOaY1UUXAxZ07bIeRM+4IkPTlveMDs9MY//qvxPZPSvCn2XV4bmtQgSkVodg==
583590

591+
array-iterate@^2.0.0:
592+
version "2.0.1"
593+
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24"
594+
integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==
595+
584596
array-union@^1.0.1:
585597
version "1.0.2"
586598
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
@@ -1042,6 +1054,11 @@ ccount@^1.0.0:
10421054
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.4.tgz#9cf2de494ca84060a2a8d2854edd6dfb0445f386"
10431055
integrity sha512-fpZ81yYfzentuieinmGnphk0pLkOTMm6MZdVqwd77ROvhko6iujLNGrHH5E7utq3ygWklwfmwuG+A7P+NpqT6w==
10441056

1057+
ccount@^2.0.0:
1058+
version "2.0.1"
1059+
resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
1060+
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
1061+
10451062
[email protected], chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4.2:
10461063
version "2.4.2"
10471064
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -7409,15 +7426,18 @@ retext-stringify@^3.0.0:
74097426
nlcst-to-string "^3.0.0"
74107427
unified "^10.0.0"
74117428

7412-
retext-syntax-urls@^2.0.0:
7413-
version "2.0.0"
7414-
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-2.0.0.tgz#fe08161d08bf8d64c52ecdda55add5c31ff7e810"
7415-
integrity sha512-HHm32sKKXFwlqz5yNSpSwNQZJxCfekXwtCHAoLM8b6snn/S5pNotZMJSKCUO0XCvUOgq/x0wBUTTfYBwB0vGpg==
7429+
retext-syntax-urls@^3.1.2:
7430+
version "3.1.2"
7431+
resolved "https://registry.yarnpkg.com/retext-syntax-urls/-/retext-syntax-urls-3.1.2.tgz#33185f39bf7d2a17ceb9340c95f803e589c5f726"
7432+
integrity sha512-CFuqX1x7GPFQRMPTA88bjrD0l8jTN7Y5Zp8QVr9ToWyJRChIMqUlPq4HfOJbKdDfcwhTVZvh/jRyxLc/K6Tc4g==
74167433
dependencies:
7417-
nlcst-to-string "^2.0.0"
7418-
unist-util-is "^4.0.0"
7419-
unist-util-modify-children "^1.1.1"
7420-
unist-util-position "^3.0.0"
7434+
"@types/nlcst" "^1.0.0"
7435+
"@types/unist" "^2.0.0"
7436+
ccount "^2.0.0"
7437+
nlcst-to-string "^3.0.0"
7438+
unified "^10.0.0"
7439+
unist-util-modify-children "^3.0.0"
7440+
unist-util-position "^4.0.0"
74217441

74227442
retext-usage@^0.5.0:
74237443
version "0.5.0"
@@ -8782,7 +8802,7 @@ unist-util-map@^1.0.4:
87828802
dependencies:
87838803
object-assign "^4.0.1"
87848804

8785-
unist-util-modify-children@^1.0.0, unist-util-modify-children@^1.1.1:
8805+
unist-util-modify-children@^1.0.0:
87868806
version "1.1.4"
87878807
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-1.1.4.tgz#f9dd31e93884c3be06b43c9291d60324d5df5f68"
87888808
integrity sha512-8iey9wkoB62C7Vi/8zcRUmi4b1f5AYKTwMkyEgLduo2D8+OY65RoSvbn6k9tVNri6qumXxAwXDVlXWQi0sENTw==
@@ -8796,11 +8816,24 @@ unist-util-modify-children@^2.0.0:
87968816
dependencies:
87978817
array-iterate "^1.0.0"
87988818

8819+
unist-util-modify-children@^3.0.0:
8820+
version "3.0.0"
8821+
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-3.0.0.tgz#fe2cc1b26f841100b79bf1a9a04bcae6c78c4c42"
8822+
integrity sha512-cbDbx+4BeR4UzJXzvOgw6M/b69dKiaezt3gvN3ZbaJnGr0q719GKQCkMhdjPQiOBH6DnQ7TfHZs2aPY3vOkPyg==
8823+
dependencies:
8824+
"@types/unist" "^2.0.0"
8825+
array-iterate "^2.0.0"
8826+
87998827
unist-util-position@^3.0.0, unist-util-position@^3.0.3, unist-util-position@^3.1.0:
88008828
version "3.1.0"
88018829
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"
88028830
integrity sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==
88038831

8832+
unist-util-position@^4.0.0:
8833+
version "4.0.1"
8834+
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-4.0.1.tgz#f8484b2da19a897a0180556d160c28633070dbb9"
8835+
integrity sha512-mgy/zI9fQ2HlbOtTdr2w9lhVaiFUHWQnZrFF2EUoVOqtAUdzqMtNiD99qA5a1IcjWVR8O6aVYE9u7Z2z1v0SQA==
8836+
88048837
unist-util-remove-position@^1.0.0:
88058838
version "1.1.3"
88068839
resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-1.1.3.tgz#d91aa8b89b30cb38bad2924da11072faa64fd972"

0 commit comments

Comments
 (0)