Skip to content

Commit 946723b

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): remark-lint-no-dead-urls
1 parent 8127fb5 commit 946723b

File tree

2 files changed

+103
-78
lines changed

2 files changed

+103
-78
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"qunit-dom": "0.9.0",
6969
"remark-cli": "6.0.1",
7070
"remark-lint": "6.0.5",
71-
"remark-lint-no-dead-urls": "0.4.1",
71+
"remark-lint-no-dead-urls": "0.5.0",
7272
"remark-preset-lint-markdown-style-guide": "2.1.3",
7373
"remark-preset-lint-recommended": "3.0.3",
7474
"semantic-release": "15.13.18",

yarn.lock

Lines changed: 102 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@
16321632
resolved "https://registry.yarnpkg.com/@types/symlink-or-copy/-/symlink-or-copy-1.2.0.tgz#4151a81b4052c80bc2becbae09f3a9ec010a9c7a"
16331633
integrity sha512-Lja2xYuuf2B3knEsga8ShbOdsfNOtzT73GyJmZyY7eGl2+ajOqrs8yM5ze0fsSoYwvA6bw7/Qr7OZ7PEEmYwWg==
16341634

1635-
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
1635+
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
16361636
version "2.0.3"
16371637
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
16381638
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
@@ -1723,14 +1723,6 @@ agentkeepalive@^3.4.1:
17231723
dependencies:
17241724
humanize-ms "^1.2.1"
17251725

1726-
aggregate-error@^1.0.0:
1727-
version "1.0.0"
1728-
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-1.0.0.tgz#888344dad0220a72e3af50906117f48771925fac"
1729-
integrity sha1-iINE2tAiCnLjr1CQYRf0h3GSX6w=
1730-
dependencies:
1731-
clean-stack "^1.0.0"
1732-
indent-string "^3.0.0"
1733-
17341726
aggregate-error@^2.0.0:
17351727
version "2.2.0"
17361728
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-2.2.0.tgz#f54b464db18cc77c907ae084451f39134707134a"
@@ -3705,7 +3697,7 @@ charm@^1.0.0:
37053697
dependencies:
37063698
inherits "^2.0.1"
37073699

3708-
check-links@^1.1.4:
3700+
check-links@^1.1.7:
37093701
version "1.1.7"
37103702
resolved "https://registry.yarnpkg.com/check-links/-/check-links-1.1.7.tgz#35d1d39b6a11bfd23bad74848a507e143743f7f9"
37113703
integrity sha512-BlewZuP+EGGbEXhnNXPR2QSVzIL4p4w2jyeB/GGFFL/NWGSOVStrFMdq0fyP0t9wEeOxpoQO2HoIScOW+E8/xQ==
@@ -3788,11 +3780,6 @@ clean-css@^3.4.5:
37883780
commander "2.8.x"
37893781
source-map "0.4.x"
37903782

3791-
clean-stack@^1.0.0:
3792-
version "1.3.0"
3793-
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"
3794-
integrity sha1-noIVAa6XmYbEax1m0tQy2y/UrjE=
3795-
37963783
clean-stack@^2.0.0:
37973784
version "2.1.0"
37983785
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.1.0.tgz#9e7fec7f3f8340a2ab4f127c80273085e8fbbdd0"
@@ -4588,20 +4575,19 @@ dir-glob@^3.0.0, dir-glob@^3.0.1:
45884575
dependencies:
45894576
path-type "^4.0.0"
45904577

4591-
dns-packet@^1.1.0:
4592-
version "1.3.1"
4593-
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a"
4594-
integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==
4578+
dns-packet@^5.1.2:
4579+
version "5.2.1"
4580+
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.2.1.tgz#26cec0be92252a1b97ed106482921192a7e08f72"
4581+
integrity sha512-JHj2yJeKOqlxzeuYpN1d56GfhzivAxavNwHj9co3qptECel27B1rLY5PifJAvubsInX5pGLDjAHuCfCUc2Zv/w==
45954582
dependencies:
4596-
ip "^1.1.0"
4597-
safe-buffer "^5.0.1"
4583+
ip "^1.1.5"
45984584

4599-
dns-socket@^1.6.2:
4600-
version "1.6.3"
4601-
resolved "https://registry.yarnpkg.com/dns-socket/-/dns-socket-1.6.3.tgz#5268724fad4aa46ad9c5ca4ffcd16e1de5342aab"
4602-
integrity sha512-/mUy3VGqIP69dAZjh2xxHXcpK9wk2Len1Dxz8mWAdrIgFC8tnR/aQAyU4a+UTXzOcTvEvGBdp1zFiwnpWKaXng==
4585+
dns-socket@^4.2.0:
4586+
version "4.2.0"
4587+
resolved "https://registry.yarnpkg.com/dns-socket/-/dns-socket-4.2.0.tgz#92575505c4c18ac3ad241f4bb3ff4369761557e9"
4588+
integrity sha512-4XuD3z28jht3jvHbiom6fAipgG5LkjYeDLrX5OH8cbl0AtzTyUUAxGckcW8T7z0pLfBBV5qOiuC4wUEohk6FrQ==
46034589
dependencies:
4604-
dns-packet "^1.1.0"
4590+
dns-packet "^5.1.2"
46054591

46064592
doctrine@^3.0.0:
46074593
version "3.0.0"
@@ -6447,7 +6433,7 @@ got@^6.7.1:
64476433
unzip-response "^2.0.1"
64486434
url-parse-lax "^1.0.0"
64496435

6450-
got@^8.0.0, got@^8.0.1:
6436+
got@^8.0.1:
64516437
version "8.3.2"
64526438
resolved "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937"
64536439
integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==
@@ -7017,12 +7003,17 @@ invert-kv@^2.0.0:
70177003
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
70187004
integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==
70197005

7020-
ip-regex@^2.0.0, ip-regex@^2.1.0:
7006+
ip-regex@^2.1.0:
70217007
version "2.1.0"
70227008
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
70237009
integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
70247010

7025-
ip@^1.1.0, ip@^1.1.5:
7011+
ip-regex@^4.0.0:
7012+
version "4.1.0"
7013+
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.1.0.tgz#5ad62f685a14edb421abebc2fff8db94df67b455"
7014+
integrity sha512-pKnZpbgCTfH/1NLIlOduP/V+WRXzC2MOz3Qo8xmxk8C5GudJLgK5QyLVXOSWy3ParAH7Eemurl3xjv/WXYFvMA==
7015+
7016+
ip@^1.1.5:
70267017
version "1.1.5"
70277018
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
70287019
integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
@@ -7247,12 +7238,12 @@ is-installed-globally@^0.1.0:
72477238
global-dirs "^0.1.0"
72487239
is-path-inside "^1.0.0"
72497240

7250-
is-ip@^2.0.0:
7251-
version "2.0.0"
7252-
resolved "https://registry.yarnpkg.com/is-ip/-/is-ip-2.0.0.tgz#68eea07e8a0a0a94c2d080dd674c731ab2a461ab"
7253-
integrity sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=
7241+
is-ip@^3.0.0:
7242+
version "3.1.0"
7243+
resolved "https://registry.yarnpkg.com/is-ip/-/is-ip-3.1.0.tgz#2ae5ddfafaf05cb8008a62093cf29734f657c5d8"
7244+
integrity sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==
72547245
dependencies:
7255-
ip-regex "^2.0.0"
7246+
ip-regex "^4.0.0"
72567247

72577248
is-npm@^1.0.0:
72587249
version "1.0.0"
@@ -7281,15 +7272,15 @@ is-object@^1.0.1:
72817272
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470"
72827273
integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA=
72837274

7284-
is-online@^7.0.0:
7285-
version "7.0.0"
7286-
resolved "https://registry.yarnpkg.com/is-online/-/is-online-7.0.0.tgz#7e2408c0ae1e7e37ba8d50bdb237260d32bfd96e"
7287-
integrity sha1-fiQIwK4efje6jVC9sjcmDTK/2W4=
7275+
is-online@^8.2.0:
7276+
version "8.2.0"
7277+
resolved "https://registry.yarnpkg.com/is-online/-/is-online-8.2.0.tgz#24970d5604919a60195f57508fca5dc6a4ead6f4"
7278+
integrity sha512-dvTrzRlziHPdl+uazMK+9ypLlwOA3szkaGfAWqI/MKuUutgNxOFBl2gfu2BTkV8C7A2YcYHNlVcsxHzZik3wUQ==
72887279
dependencies:
7289-
got "^6.7.1"
7290-
p-any "^1.0.0"
7291-
p-timeout "^1.0.0"
7292-
public-ip "^2.3.0"
7280+
got "^9.6.0"
7281+
p-any "^2.0.0"
7282+
p-timeout "^3.0.0"
7283+
public-ip "^3.0.0"
72937284

72947285
is-path-inside@^1.0.0:
72957286
version "1.0.1"
@@ -9527,12 +9518,14 @@ osenv@^0.1.3, osenv@^0.1.4, osenv@^0.1.5:
95279518
os-homedir "^1.0.0"
95289519
os-tmpdir "^1.0.0"
95299520

9530-
p-any@^1.0.0:
9531-
version "1.1.0"
9532-
resolved "https://registry.yarnpkg.com/p-any/-/p-any-1.1.0.tgz#1d03835c7eed1e34b8e539c47b7b60d0d015d4e1"
9533-
integrity sha512-Ef0tVa4CZ5pTAmKn+Cg3w8ABBXh+hHO1aV8281dKOoUHfX+3tjG2EaFcC+aZyagg9b4EYGsHEjz21DnEE8Og2g==
9521+
p-any@^2.0.0:
9522+
version "2.1.0"
9523+
resolved "https://registry.yarnpkg.com/p-any/-/p-any-2.1.0.tgz#719489408e14f5f941a748f1e817f5c71cab35cb"
9524+
integrity sha512-JAERcaMBLYKMq+voYw36+x5Dgh47+/o7yuv2oQYuSSUml4YeqJEFznBrY2UeEkoSHqBua6hz518n/PsowTYLLg==
95349525
dependencies:
9535-
p-some "^2.0.0"
9526+
p-cancelable "^2.0.0"
9527+
p-some "^4.0.0"
9528+
type-fest "^0.3.0"
95369529

95379530
p-cancelable@^0.4.0:
95389531
version "0.4.1"
@@ -9544,6 +9537,11 @@ p-cancelable@^1.0.0:
95449537
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc"
95459538
integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==
95469539

9540+
p-cancelable@^2.0.0:
9541+
version "2.0.0"
9542+
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.0.0.tgz#4a3740f5bdaf5ed5d7c3e34882c6fb5d6b266a6e"
9543+
integrity sha512-wvPXDmbMmu2ksjkB4Z3nZWTSkJEb9lqVdMaCKpZUGJG9TMiNp9XcbG3fn9fPKjem04fJMJnXoyFPk2FmgiaiNg==
9544+
95479545
p-defer@^1.0.0:
95489546
version "1.0.0"
95499547
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
@@ -9644,19 +9642,13 @@ p-retry@^4.0.0:
96449642
"@types/retry" "^0.12.0"
96459643
retry "^0.12.0"
96469644

9647-
p-some@^2.0.0:
9648-
version "2.0.1"
9649-
resolved "https://registry.yarnpkg.com/p-some/-/p-some-2.0.1.tgz#65d87c8b154edbcf5221d167778b6d2e150f6f06"
9650-
integrity sha1-Zdh8ixVO289SIdFnd4ttLhUPbwY=
9651-
dependencies:
9652-
aggregate-error "^1.0.0"
9653-
9654-
p-timeout@^1.0.0:
9655-
version "1.2.1"
9656-
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386"
9657-
integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=
9645+
p-some@^4.0.0:
9646+
version "4.1.0"
9647+
resolved "https://registry.yarnpkg.com/p-some/-/p-some-4.1.0.tgz#28e73bc1e0d62db54c2ed513acd03acba30d5c04"
9648+
integrity sha512-MF/HIbq6GeBqTrTIl5OJubzkGU+qfFhAFi0gnTAK6rgEIJIknEiABHOTtQu4e6JiXjIwuMPMUFQzyHh5QjCl1g==
96589649
dependencies:
9659-
p-finally "^1.0.0"
9650+
aggregate-error "^3.0.0"
9651+
p-cancelable "^2.0.0"
96609652

96619653
p-timeout@^2.0.1:
96629654
version "2.0.1"
@@ -9665,6 +9657,13 @@ p-timeout@^2.0.1:
96659657
dependencies:
96669658
p-finally "^1.0.0"
96679659

9660+
p-timeout@^3.0.0:
9661+
version "3.1.0"
9662+
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.1.0.tgz#198c1f503bb973e9b9727177a276c80afd6851f3"
9663+
integrity sha512-C27DYI+tCroT8J8cTEyySGydl2B7FlxrGNF5/wmMbl1V+jeehUCzEE/BVgzRebdm2K3ZitKOKx8YbdFumDyYmw==
9664+
dependencies:
9665+
p-finally "^1.0.0"
9666+
96689667
p-try@^1.0.0:
96699668
version "1.0.0"
96709669
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
@@ -10091,15 +10090,14 @@ psl@^1.1.24:
1009110090
resolved "https://registry.yarnpkg.com/psl/-/psl-1.2.0.tgz#df12b5b1b3a30f51c329eacbdef98f3a6e136dc6"
1009210091
integrity sha512-GEn74ZffufCmkDDLNcl3uuyF/aSD6exEyh1v/ZSdAomB82t6G9hzJVRx0jBmLDW+VfZqks3aScmMw9DszwUalA==
1009310092

10094-
public-ip@^2.3.0:
10095-
version "2.5.0"
10096-
resolved "https://registry.yarnpkg.com/public-ip/-/public-ip-2.5.0.tgz#d3683413e2f36f33afadbf6a2a03a5c4463a7ec1"
10097-
integrity sha512-XQdvH0GwYlm/SRf+wSqKf8y/8cjykzQJauU4FqMguZpew/RjItiJX9l4+V6A/ezDmAuT8f1I/WkyWXiL819PhA==
10093+
public-ip@^3.0.0:
10094+
version "3.1.0"
10095+
resolved "https://registry.yarnpkg.com/public-ip/-/public-ip-3.1.0.tgz#41c7e336b6879d6092696e6c5beb69eb2e96ed0e"
10096+
integrity sha512-d7JsmLV7nbwUYqdYWD331eMql6R3xuFozJjLDwq6pzpYCdktCbikVqyfDeyOnG5sfVqgJlWUFELf3MwS322mxQ==
1009810097
dependencies:
10099-
dns-socket "^1.6.2"
10100-
got "^8.0.0"
10101-
is-ip "^2.0.0"
10102-
pify "^3.0.0"
10098+
dns-socket "^4.2.0"
10099+
got "^9.6.0"
10100+
is-ip "^3.0.0"
1010310101

1010410102
pump@^2.0.0:
1010510103
version "2.0.1"
@@ -10822,15 +10820,15 @@ remark-lint-no-consecutive-blank-lines@^1.0.0:
1082210820
unist-util-position "^3.0.0"
1082310821
unist-util-visit "^1.1.1"
1082410822

10825-
remark-lint-no-dead-urls@0.4.1:
10826-
version "0.4.1"
10827-
resolved "https://registry.yarnpkg.com/remark-lint-no-dead-urls/-/remark-lint-no-dead-urls-0.4.1.tgz#aa6f28ef751ed3b4daa1198cb607c4f20f7aae5a"
10828-
integrity sha512-R97MwHDqU84DVZ/8gAz4NCCR1Hij6BwkqmajL1rqVWTH7Tpj/nOwq2NvUpdC0holT1ysBnjpH/01lD/nqVvsZg==
10823+
remark-lint-no-dead-urls@0.5.0:
10824+
version "0.5.0"
10825+
resolved "https://registry.yarnpkg.com/remark-lint-no-dead-urls/-/remark-lint-no-dead-urls-0.5.0.tgz#c0637a6f05af1a9f07f36c2bfb5b3589170f83d4"
10826+
integrity sha512-wMr1+7Sh5rRGF9hmF9iyajRNQfA2BnADc9myYjpRxsYozRDj6p2ddVwBh76loUKwCZ64sLRKamyhMDwQ0NIdYA==
1082910827
dependencies:
10830-
check-links "^1.1.4"
10831-
is-online "^7.0.0"
10832-
unified-lint-rule "^1.0.1"
10833-
unist-util-visit "^1.1.3"
10828+
check-links "^1.1.7"
10829+
is-online "^8.2.0"
10830+
unified-lint-rule "^1.0.4"
10831+
unist-util-visit "^2.0.0"
1083410832

1083510833
remark-lint-no-duplicate-definitions@^1.0.0:
1083610834
version "1.0.5"
@@ -12661,6 +12659,11 @@ type-check@~0.3.2:
1266112659
dependencies:
1266212660
prelude-ls "~1.1.2"
1266312661

12662+
type-fest@^0.3.0:
12663+
version "0.3.1"
12664+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
12665+
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
12666+
1266412667
type-fest@^0.5.0:
1266512668
version "0.5.2"
1266612669
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
@@ -12817,7 +12820,7 @@ unified-engine@^6.0.0:
1281712820
x-is-string "^0.1.0"
1281812821
xtend "^4.0.1"
1281912822

12820-
unified-lint-rule@^1.0.0, unified-lint-rule@^1.0.1:
12823+
unified-lint-rule@^1.0.0, unified-lint-rule@^1.0.4:
1282112824
version "1.0.4"
1282212825
resolved "https://registry.yarnpkg.com/unified-lint-rule/-/unified-lint-rule-1.0.4.tgz#be432d316db7ad801166041727b023ba18963e24"
1282312826
integrity sha512-q9wY6S+d38xRAuWQVOMjBQYi7zGyKkY23ciNafB8JFVmDroyKjtytXHCg94JnhBCXrNqpfojo3+8D+gmF4zxJQ==
@@ -12895,6 +12898,11 @@ unist-util-is@^3.0.0:
1289512898
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
1289612899
integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==
1289712900

12901+
unist-util-is@^4.0.0:
12902+
version "4.0.0"
12903+
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.0.tgz#85672993f0d88a8bffb45137aba003ee8da11a38"
12904+
integrity sha512-E5JLUKRQlAYiJmN2PVBdSz01R3rUKRSM00X+0DB/yLqxdLu6wZZkRdTIsxDp9X+bkxh8Eq+O2YYRbZvLZtQT1A==
12905+
1289812906
unist-util-position@^3.0.0:
1289912907
version "3.0.3"
1290012908
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.0.3.tgz#fff942b879538b242096c148153826664b1ca373"
@@ -12926,13 +12934,30 @@ unist-util-visit-parents@^2.0.0:
1292612934
dependencies:
1292712935
unist-util-is "^3.0.0"
1292812936

12929-
unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.1.1, unist-util-visit@^1.1.3, unist-util-visit@^1.4.0:
12937+
unist-util-visit-parents@^3.0.0:
12938+
version "3.0.0"
12939+
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.0.0.tgz#dd4cdcd86d505ec7a81bdc01bc790f9def742bee"
12940+
integrity sha512-H3K8d81S4V3XVXVwLvrLGk+R5VILryfUotD06/R/rLsTsPLGjkn6gIP8qEEVITcuIySNYj0ocJLsePjm9F/Vcg==
12941+
dependencies:
12942+
"@types/unist" "^2.0.3"
12943+
unist-util-is "^4.0.0"
12944+
12945+
unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.1.1, unist-util-visit@^1.4.0:
1293012946
version "1.4.1"
1293112947
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
1293212948
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
1293312949
dependencies:
1293412950
unist-util-visit-parents "^2.0.0"
1293512951

12952+
unist-util-visit@^2.0.0:
12953+
version "2.0.0"
12954+
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.0.tgz#1fdae5ea88251651bfe49b7e84390d664fc227c5"
12955+
integrity sha512-kiTpWKsF54u/78L/UU/i7lxrnqGiEWBgqCpaIZBYP0gwUC+Akq0Ajm4U8JiNIoQNfAioBdsyarnOcTEAb9mLeQ==
12956+
dependencies:
12957+
"@types/unist" "^2.0.0"
12958+
unist-util-is "^4.0.0"
12959+
unist-util-visit-parents "^3.0.0"
12960+
1293612961
universal-user-agent@^3.0.0:
1293712962
version "3.0.0"
1293812963
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-3.0.0.tgz#4cc88d68097bffd7ac42e3b7c903e7481424b4b9"

0 commit comments

Comments
 (0)