Skip to content

Commit bc2b0b5

Browse files
committed
fix(deps): update patch updates
1 parent 54f6a77 commit bc2b0b5

File tree

2 files changed

+57
-167
lines changed

2 files changed

+57
-167
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"textlint-scripts": "^12.0.2"
3636
},
3737
"dependencies": {
38-
"alex": "^9.1.0",
39-
"textlint-rule-helper": "^2.2.0"
38+
"alex": "^9.1.1",
39+
"textlint-rule-helper": "^2.2.1"
4040
}
4141
}

yarn.lock

Lines changed: 55 additions & 165 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,11 +1118,6 @@
11181118
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.0.0.tgz#23bd683f9fc04209ae28bff72954c8aa67c6b1ca"
11191119
integrity sha512-qUjmlpz1vR3AStBA9RPDCVT0/pGtePvBJ5Vb/0PzTrnr04iFktG6P6B1VOmgTh8J9Kl/FonQFo3A9M1Q3UH+JA==
11201120

1121-
"@textlint/ast-node-types@^4.4.3":
1122-
version "4.4.3"
1123-
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
1124-
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
1125-
11261121
"@textlint/ast-tester@^12.0.2":
11271122
version "12.0.2"
11281123
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.0.2.tgz#037f2c6eea6f5505290c69be2e8954ca828f3087"
@@ -1245,13 +1240,6 @@
12451240
dependencies:
12461241
"@textlint/text-to-ast" "^12.0.2"
12471242

1248-
"@textlint/types@^1.5.5":
1249-
version "1.5.5"
1250-
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304"
1251-
integrity sha512-80P6fcqgsG9bP6JgR6W/E/oIx+71pplaicYCvvB4vMIeGk0OnWls4Q21kCpDYmq/C/ABtZ/Gy/Ov/8ExQPeQ7A==
1252-
dependencies:
1253-
"@textlint/ast-node-types" "^4.4.3"
1254-
12551243
"@textlint/types@^12.0.2":
12561244
version "12.0.2"
12571245
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-12.0.2.tgz#991a0e500e4577eddd8f1c7a2f3dd7016525e48f"
@@ -1303,16 +1291,6 @@
13031291
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
13041292
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
13051293

1306-
acorn-jsx@^5.0.0:
1307-
version "5.3.1"
1308-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
1309-
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
1310-
1311-
acorn@^8.0.0:
1312-
version "8.3.0"
1313-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.3.0.tgz#1193f9b96c4e8232f00b11a9edff81b2c8b98b88"
1314-
integrity sha512-tqPKHZ5CaBJw0Xmy0ZZvLs1qTV+BNFSyvn77ASXkpBNfIRk8ev26fKrD9iLGwGA9zedPao52GSHzq8lyZG0NUw==
1315-
13161294
ajv@^8.0.1:
13171295
version "8.6.1"
13181296
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.1.tgz#ae65764bf1edde8cd861281cda5057852364a295"
@@ -1323,16 +1301,16 @@ ajv@^8.0.1:
13231301
require-from-string "^2.0.2"
13241302
uri-js "^4.2.2"
13251303

1326-
alex@^9.1.0:
1327-
version "9.1.0"
1328-
resolved "https://registry.yarnpkg.com/alex/-/alex-9.1.0.tgz#bc54b305c3e05d87085cca3af4376314be0dbeee"
1329-
integrity sha512-mlNQ0CBGinzZj1pjiXaSLsihjZ4Kzq0U0EjR+DrZ3IQQfM4pf4OtxHI1agBIiEwv0tQUzimjgTk+5t9iHeT7Vw==
1304+
alex@^9.1.1:
1305+
version "9.1.1"
1306+
resolved "https://registry.yarnpkg.com/alex/-/alex-9.1.1.tgz#063819cb01b8f81a25588af89523ca289dadaa07"
1307+
integrity sha512-2mYyFfQnzWzDd6lSACRePBj8YP6fzzvclPkfGfYrY6vPNFDoQKrCAAdF0XCKROGJGnbSWX1K5PrxixVTaV5ODw==
13301308
dependencies:
13311309
meow "^7.0.0"
13321310
rehype-parse "^7.0.0"
13331311
rehype-retext "^2.0.1"
13341312
remark-frontmatter "^2.0.0"
1335-
remark-mdx "^2.0.0-next.7"
1313+
remark-mdx "2.0.0-next.7"
13361314
remark-message-control "^6.0.0"
13371315
remark-parse "^8.0.0"
13381316
remark-retext "^4.0.0"
@@ -2194,11 +2172,6 @@ esprima@^4.0.0:
21942172
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
21952173
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
21962174

2197-
estree-util-is-identifier-name@^1.0.0:
2198-
version "1.1.0"
2199-
resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-1.1.0.tgz#2e3488ea06d9ea2face116058864f6370b37456d"
2200-
integrity sha512-OVJZ3fGGt9By77Ix9NhaRbzfbDV/2rx9EP7YIDJTmsZSEc5kYn2vWcNccYyahJL2uAQZK2a5Or2i0wtIKTPoRQ==
2201-
22022175
esutils@^2.0.2:
22032176
version "2.0.3"
22042177
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -2807,6 +2780,11 @@ is-alphabetical@^1.0.0:
28072780
resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d"
28082781
integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==
28092782

2783+
is-alphanumeric@^1.0.0:
2784+
version "1.0.0"
2785+
resolved "https://registry.yarnpkg.com/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4"
2786+
integrity sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=
2787+
28102788
is-alphanumerical@^1.0.0:
28112789
version "1.0.4"
28122790
resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf"
@@ -3305,7 +3283,7 @@ log-symbols@^1.0.2:
33053283
dependencies:
33063284
chalk "^1.0.0"
33073285

3308-
longest-streak@^2.0.0:
3286+
longest-streak@^2.0.0, longest-streak@^2.0.1:
33093287
version "2.0.4"
33103288
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
33113289
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
@@ -3396,6 +3374,13 @@ mdast-comment-marker@^1.0.0:
33963374
resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-1.1.2.tgz#5ad2e42cfcc41b92a10c1421a98c288d7b447a6d"
33973375
integrity sha512-vTFXtmbbF3rgnTh3Zl3irso4LtvwUq/jaDvT2D1JqTGAwaipcS7RpTxzi6KjoRqI9n2yuAhzLDAC8xVTF3XYVQ==
33983376

3377+
mdast-util-compact@^2.0.0:
3378+
version "2.0.1"
3379+
resolved "https://registry.yarnpkg.com/mdast-util-compact/-/mdast-util-compact-2.0.1.tgz#cabc69a2f43103628326f35b1acf735d55c99490"
3380+
integrity sha512-7GlnT24gEwDrdAwEHrU4Vv5lLWrEer4KOkAiKT9nYstsTad7Oc1TwqT2zIMKRdZF7cTuaf+GA1E4Kv7jJh8mPA==
3381+
dependencies:
3382+
unist-util-visit "^2.0.0"
3383+
33993384
mdast-util-find-and-replace@^1.1.0:
34003385
version "1.1.1"
34013386
resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-1.1.1.tgz#b7db1e873f96f66588c321f1363069abf607d1b5"
@@ -3473,40 +3458,6 @@ mdast-util-gfm@^0.1.0:
34733458
mdast-util-gfm-task-list-item "^0.1.0"
34743459
mdast-util-to-markdown "^0.6.1"
34753460

3476-
mdast-util-mdx-expression@~0.1.0:
3477-
version "0.1.1"
3478-
resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-0.1.1.tgz#fa1a04a5ea6777b0e8db6c120adf03088595df95"
3479-
integrity sha512-SoO8y1B9NjMOYlNdwXMchuTVvqSTlUmXm1P5QvZNPv7OH7aa8qJV+3aA+vl1DHK9Vk1uZAlgwokjvDQhS6bINA==
3480-
dependencies:
3481-
strip-indent "^3.0.0"
3482-
3483-
mdast-util-mdx-jsx@~0.1.0:
3484-
version "0.1.4"
3485-
resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-0.1.4.tgz#868371b90b17337b4f072a07021f7ce19612cf34"
3486-
integrity sha512-67KOAvCmypBSpr+AJEAVQg1Obig5Wnguo4ETTxASe5WVP4TLt57bZjDX/9EW5sWYQsO4gPqLxkUOlypVn5rkhg==
3487-
dependencies:
3488-
mdast-util-to-markdown "^0.6.0"
3489-
parse-entities "^2.0.0"
3490-
stringify-entities "^3.1.0"
3491-
unist-util-remove-position "^3.0.0"
3492-
unist-util-stringify-position "^2.0.0"
3493-
vfile-message "^2.0.0"
3494-
3495-
mdast-util-mdx@^0.1.1:
3496-
version "0.1.1"
3497-
resolved "https://registry.yarnpkg.com/mdast-util-mdx/-/mdast-util-mdx-0.1.1.tgz#16acbc6cabe33f4cebeb63fa9cf8be5da1d56fbf"
3498-
integrity sha512-9nncdnHNYSb4HNxY3AwE6gU632jhbXsDGXe9PkkJoEawYWJ8tTwmEOHGlGa2TCRidtkd6FF5I8ogDU9pTDlQyA==
3499-
dependencies:
3500-
mdast-util-mdx-expression "~0.1.0"
3501-
mdast-util-mdx-jsx "~0.1.0"
3502-
mdast-util-mdxjs-esm "~0.1.0"
3503-
mdast-util-to-markdown "^0.6.1"
3504-
3505-
mdast-util-mdxjs-esm@~0.1.0:
3506-
version "0.1.1"
3507-
resolved "https://registry.yarnpkg.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-0.1.1.tgz#69134a0dad71a59a9e0e9cfdc0633dde31dff69a"
3508-
integrity sha512-kBiYeashz+nuhfv+712nc4THQhzXIH2gBFUDbuLxuDCqU/fZeg+9FAcdRBx9E13dkpk1p2Xwufzs3wsGJ+mISQ==
3509-
35103461
mdast-util-to-markdown@^0.6.0, mdast-util-to-markdown@^0.6.1, mdast-util-to-markdown@~0.6.0:
35113462
version "0.6.5"
35123463
resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz#b33f67ca820d69e6cc527a93d4039249b504bebe"
@@ -3626,61 +3577,6 @@ micromark-extension-gfm@^0.3.0:
36263577
micromark-extension-gfm-tagfilter "~0.3.0"
36273578
micromark-extension-gfm-task-list-item "~0.3.0"
36283579

3629-
micromark-extension-mdx-expression@^0.3.0, micromark-extension-mdx-expression@^0.3.2, micromark-extension-mdx-expression@~0.3.0:
3630-
version "0.3.2"
3631-
resolved "https://registry.yarnpkg.com/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-0.3.2.tgz#827592af50116110dc9ee27201a73c037e61aa27"
3632-
integrity sha512-Sh8YHLSAlbm/7TZkVKEC4wDcJE8XhVpZ9hUXBue1TcAicrrzs/oXu7PHH3NcyMemjGyMkiVS34Y0AHC5KG3y4A==
3633-
dependencies:
3634-
micromark "~2.11.0"
3635-
vfile-message "^2.0.0"
3636-
3637-
micromark-extension-mdx-jsx@~0.3.0:
3638-
version "0.3.3"
3639-
resolved "https://registry.yarnpkg.com/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-0.3.3.tgz#68e8e700f2860e32e96ff48e44afb7465d462e21"
3640-
integrity sha512-kG3VwaJlzAPdtIVDznfDfBfNGMTIzsHqKpTmMlew/iPnUCDRNkX+48ElpaOzXAtK5axtpFKE3Hu3VBriZDnRTQ==
3641-
dependencies:
3642-
estree-util-is-identifier-name "^1.0.0"
3643-
micromark "~2.11.0"
3644-
micromark-extension-mdx-expression "^0.3.2"
3645-
vfile-message "^2.0.0"
3646-
3647-
micromark-extension-mdx-md@~0.1.0:
3648-
version "0.1.1"
3649-
resolved "https://registry.yarnpkg.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-0.1.1.tgz#277b4e82ada37bfdf222f6c3530e20563d73e064"
3650-
integrity sha512-emlFQEyfx/2aPhwyEqeNDfKE6jPH1cvLTb5ANRo4qZBjaUObnzjLRdzK8RJ4Xc8+/dOmKN8TTRxFnOYF5/EAwQ==
3651-
3652-
micromark-extension-mdx@^0.2.0:
3653-
version "0.2.1"
3654-
resolved "https://registry.yarnpkg.com/micromark-extension-mdx/-/micromark-extension-mdx-0.2.1.tgz#074b85013909481d23f382f17dced7b4cd173c0a"
3655-
integrity sha512-J+nZegf1ExPz1Ft6shxu8M9WfRom1gwRIx6gpJK1SEEqKzY5LjOR1d/WHRtjwV4KoMXrL53+PoN7T1Rw1euJew==
3656-
dependencies:
3657-
micromark "~2.11.0"
3658-
micromark-extension-mdx-expression "~0.3.0"
3659-
micromark-extension-mdx-jsx "~0.3.0"
3660-
micromark-extension-mdx-md "~0.1.0"
3661-
3662-
micromark-extension-mdxjs-esm@~0.3.0:
3663-
version "0.3.1"
3664-
resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-0.3.1.tgz#40a710fe145b381e39a2930db2813f3efaa014ac"
3665-
integrity sha512-tuLgcELrgY1a5tPxjk+MrI3BdYtwW67UaHZdzKiDYD8loNbxwIscfdagI6A2BKuAkrfeyHF6FW3B8KuDK3ZMXw==
3666-
dependencies:
3667-
micromark "~2.11.0"
3668-
micromark-extension-mdx-expression "^0.3.0"
3669-
vfile-message "^2.0.0"
3670-
3671-
micromark-extension-mdxjs@^0.3.0:
3672-
version "0.3.0"
3673-
resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs/-/micromark-extension-mdxjs-0.3.0.tgz#35ecebaf14b8377b6046b659780fd3111196eccd"
3674-
integrity sha512-NQuiYA0lw+eFDtSG4+c7ao3RG9dM4P0Kx/sn8OLyPhxtIc6k+9n14k5VfLxRKfAxYRTo8c5PLZPaRNmslGWxJw==
3675-
dependencies:
3676-
acorn "^8.0.0"
3677-
acorn-jsx "^5.0.0"
3678-
micromark "~2.11.0"
3679-
micromark-extension-mdx-expression "~0.3.0"
3680-
micromark-extension-mdx-jsx "~0.3.0"
3681-
micromark-extension-mdx-md "~0.1.0"
3682-
micromark-extension-mdxjs-esm "~0.3.0"
3683-
36843580
micromark@^2.11.3, micromark@~2.11.0, micromark@~2.11.3:
36853581
version "2.11.4"
36863582
resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.11.4.tgz#d13436138eea826383e822449c9a5c50ee44665a"
@@ -4599,14 +4495,16 @@ remark-gfm@^1.0.0:
45994495
mdast-util-gfm "^0.1.0"
46004496
micromark-extension-gfm "^0.3.0"
46014497

4602-
remark-mdx@^2.0.0-next.7:
4603-
version "2.0.0-next.9"
4604-
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.0.0-next.9.tgz#3e2088550ddd4264ce48bca15fb297569d369e65"
4605-
integrity sha512-I5dCKP5VE18SMd5ycIeeEk8Hl6oaldUY6PIvjrfm65l7d0QRnLqknb62O2g3QEmOxCswcHTtwITtz6rfUIVs+A==
4498+
4499+
version "2.0.0-next.7"
4500+
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-2.0.0-next.7.tgz#e8d4e4fe2c2a98bb34e10304c6e6f2823ba56dfb"
4501+
integrity sha512-JHYCfxJzvjTw8h5y10f+mCvbfIt5klAkWlULqPu1nM/r6ghF3tzJl0AFQFj5b/m/7U553+yYb/y4n0julMERYA==
46064502
dependencies:
4607-
mdast-util-mdx "^0.1.1"
4608-
micromark-extension-mdx "^0.2.0"
4609-
micromark-extension-mdxjs "^0.3.0"
4503+
parse-entities "^2.0.0"
4504+
remark-stringify "^8.1.0"
4505+
stringify-entities "^3.0.1"
4506+
strip-indent "^3.0.0"
4507+
unist-util-stringify-position "^2.0.3"
46104508

46114509
remark-message-control@^6.0.0:
46124510
version "6.0.0"
@@ -4652,6 +4550,26 @@ remark-retext@^4.0.0:
46524550
dependencies:
46534551
mdast-util-to-nlcst "^4.0.0"
46544552

4553+
remark-stringify@^8.1.0:
4554+
version "8.1.1"
4555+
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-8.1.1.tgz#e2a9dc7a7bf44e46a155ec78996db896780d8ce5"
4556+
integrity sha512-q4EyPZT3PcA3Eq7vPpT6bIdokXzFGp9i85igjmhRyXWmPs0Y6/d2FYwUNotKAWyLch7g0ASZJn/KHHcHZQ163A==
4557+
dependencies:
4558+
ccount "^1.0.0"
4559+
is-alphanumeric "^1.0.0"
4560+
is-decimal "^1.0.0"
4561+
is-whitespace-character "^1.0.0"
4562+
longest-streak "^2.0.1"
4563+
markdown-escapes "^1.0.0"
4564+
markdown-table "^2.0.0"
4565+
mdast-util-compact "^2.0.0"
4566+
parse-entities "^2.0.0"
4567+
repeat-string "^1.5.4"
4568+
state-toggle "^1.0.0"
4569+
stringify-entities "^3.0.0"
4570+
unherit "^1.0.4"
4571+
xtend "^4.0.1"
4572+
46554573
remove-trailing-separator@^1.0.1:
46564574
version "1.1.0"
46574575
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
@@ -5064,7 +4982,7 @@ string_decoder@~1.1.1:
50644982
dependencies:
50654983
safe-buffer "~5.1.0"
50664984

5067-
stringify-entities@^3.1.0:
4985+
stringify-entities@^3.0.0, stringify-entities@^3.0.1:
50684986
version "3.1.0"
50694987
resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-3.1.0.tgz#b8d3feac256d9ffcc9fa1fefdcf3ca70576ee903"
50704988
integrity sha512-3FP+jGMmMV/ffZs86MoghGqAoqXAdxLrJP4GUdrDN1aIScYih5tuIO3eF4To5AJZ79KDZ8Fpdy7QJnK8SsL1Vg==
@@ -5199,15 +5117,13 @@ text-table@^0.2.0:
51995117
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
52005118
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
52015119

5202-
textlint-rule-helper@^2.2.0:
5203-
version "2.2.0"
5204-
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.0.tgz#30522ba904a03849d57ea3e5ebd5920027cd8da3"
5205-
integrity sha512-9S5CsgQuQwPjM2wvr4JGdpkLf+pR9gOjedSQFa/Dkrbh+D9MXt1LIR4Jvx1RujKtt2nq42prmEX2q3xOxyUcIQ==
5120+
textlint-rule-helper@^2.2.1:
5121+
version "2.2.1"
5122+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.1.tgz#fe223d4a6c492b9aaf6e8a33fca5ad8a02e4e027"
5123+
integrity sha512-pdX3uNbFzQTgINamaBpEHRT/MgROHev5wCnQnUTXRLT5DaRjls0Rmpi5d1MPZG6HT5NKVL++Q2J0FUbh5shi3Q==
52065124
dependencies:
5207-
"@textlint/ast-node-types" "^4.4.3"
5208-
"@textlint/types" "^1.5.5"
52095125
structured-source "^3.0.2"
5210-
unist-util-visit "^1.1.0"
5126+
unist-util-visit "^2.0.3"
52115127

52125128
textlint-scripts@^12.0.2:
52135129
version "12.0.2"
@@ -5520,11 +5436,6 @@ unist-util-inspect@^5.0.0:
55205436
dependencies:
55215437
is-empty "^1.0.0"
55225438

5523-
unist-util-is@^3.0.0:
5524-
version "3.0.0"
5525-
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
5526-
integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==
5527-
55285439
unist-util-is@^4.0.0:
55295440
version "4.1.0"
55305441
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
@@ -5549,14 +5460,7 @@ unist-util-remove-position@^2.0.0:
55495460
dependencies:
55505461
unist-util-visit "^2.0.0"
55515462

5552-
unist-util-remove-position@^3.0.0:
5553-
version "3.0.0"
5554-
resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-3.0.0.tgz#4cd19e82c8e665f462b6acfcfd0a8353235a88e9"
5555-
integrity sha512-17kIOuolVuK16LMb9KyMJlqdfCtlfQY5FjY3Sdo9iC7F5wqdXhNjMq0PBvMpkVNNnAmHxXssUW+rZ9T2zbP0Rg==
5556-
dependencies:
5557-
unist-util-visit "^2.0.0"
5558-
5559-
unist-util-stringify-position@^2.0.0:
5463+
unist-util-stringify-position@^2.0.0, unist-util-stringify-position@^2.0.3:
55605464
version "2.0.3"
55615465
resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"
55625466
integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==
@@ -5568,13 +5472,6 @@ unist-util-visit-children@^1.0.0:
55685472
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-1.1.4.tgz#e8a087e58a33a2815f76ea1901c15dec2cb4b432"
55695473
integrity sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==
55705474

5571-
unist-util-visit-parents@^2.0.0:
5572-
version "2.1.2"
5573-
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9"
5574-
integrity sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==
5575-
dependencies:
5576-
unist-util-is "^3.0.0"
5577-
55785475
unist-util-visit-parents@^3.0.0:
55795476
version "3.1.1"
55805477
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
@@ -5583,14 +5480,7 @@ unist-util-visit-parents@^3.0.0:
55835480
"@types/unist" "^2.0.0"
55845481
unist-util-is "^4.0.0"
55855482

5586-
unist-util-visit@^1.1.0:
5587-
version "1.4.1"
5588-
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
5589-
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
5590-
dependencies:
5591-
unist-util-visit-parents "^2.0.0"
5592-
5593-
unist-util-visit@^2.0.0:
5483+
unist-util-visit@^2.0.0, unist-util-visit@^2.0.3:
55945484
version "2.0.3"
55955485
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
55965486
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==

0 commit comments

Comments
 (0)