Skip to content

Commit 36661d6

Browse files
fix(deps): update dependency textlint to ^13.3.3
1 parent 25d9388 commit 36661d6

File tree

3 files changed

+95
-80
lines changed

3 files changed

+95
-80
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"retext-english": "^4.1.0",
5959
"retext-spell": "^5.3.0",
6060
"sass": "^1.61.0",
61-
"textlint": "^13.3.2",
61+
"textlint": "^13.3.3",
6262
"textlint-rule-max-comma": "^3.0.1",
6363
"textlint-rule-no-zero-width-spaces": "^1.0.1",
6464
"textlint-rule-spellchecker": "^2.2.1",

packages/text/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-utils": "^0.3.2",
4343
"retext-stringify": "^3.1.0",
4444
"synckit": "^0.8.5",
45-
"textlint": "^13.3.2",
45+
"textlint": "^13.3.3",
4646
"tslib": "^2.5.0",
4747
"unified": "^10.1.2",
4848
"vfile": "^5.3.7",

yarn.lock

+93-78
Original file line numberDiff line numberDiff line change
@@ -3159,12 +3159,12 @@
31593159
"@textlint/ast-node-types" "^12.6.1"
31603160
debug "^4.3.4"
31613161

3162-
"@textlint/ast-tester@^13.3.2":
3163-
version "13.3.2"
3164-
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.3.2.tgz#1f190250fe9610db980fd8d1e6bb4d7125732f51"
3165-
integrity sha512-qbpmJS7mEZcTrcKuppPQ8o2VJFUvHJ4+/l5iNEc2JRtMqpoNP6JAIKwIuDcEsMxedClExVTPmNctUlteglpD2A==
3162+
"@textlint/ast-tester@^13.3.2", "@textlint/ast-tester@^13.3.3":
3163+
version "13.3.3"
3164+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.3.3.tgz#a844f9ff687096d5f6ba3c7c2b6bdb413406214c"
3165+
integrity sha512-vIIEJ0vDJb3Pr4kseOH9yzUCxx1EbX6PQDg/DgQj9sMAnwVG2sZvy2Uiga4+hj8SphdzaKia9Z+156UZzs+mzA==
31663166
dependencies:
3167-
"@textlint/ast-node-types" "^13.3.2"
3167+
"@textlint/ast-node-types" "^13.3.3"
31683168
debug "^4.3.4"
31693169

31703170
"@textlint/ast-traverse@^12.6.1":
@@ -3174,12 +3174,12 @@
31743174
dependencies:
31753175
"@textlint/ast-node-types" "^12.6.1"
31763176

3177-
"@textlint/ast-traverse@^13.3.2":
3178-
version "13.3.2"
3179-
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-13.3.2.tgz#79211b876929aabaa0799f09726fa34f41611baa"
3180-
integrity sha512-c+SI7SAWH1S+q5iok0Q/jrprG1BctstTF4A8msi/1bioKtn/PrD01w/MDsPkDT+K15RrWYUSjG8FLuGPnEN78Q==
3177+
"@textlint/ast-traverse@^13.3.2", "@textlint/ast-traverse@^13.3.3":
3178+
version "13.3.3"
3179+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-13.3.3.tgz#bf2ed0e8ca3dc0c9f963e81b0e7657d2abb27b33"
3180+
integrity sha512-tZ25emmWf3mJ4+vM8CO6D7F8l00WXD6MJgnnlY9BHI/HbOlngBfmKhTVizQEwrWfYF80sQO5R9a+N4UEk67Wcg==
31813181
dependencies:
3182-
"@textlint/ast-node-types" "^13.3.2"
3182+
"@textlint/ast-node-types" "^13.3.3"
31833183

31843184
"@textlint/config-loader@^12.6.1":
31853185
version "12.6.1"
@@ -3194,28 +3194,28 @@
31943194
rc-config-loader "^4.1.2"
31953195
try-resolve "^1.0.1"
31963196

3197-
"@textlint/config-loader@^13.3.2":
3198-
version "13.3.2"
3199-
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-13.3.2.tgz#da0fb7a4feaa53b63dd8625d3aa9bbdbbc5efa55"
3200-
integrity sha512-P8DESsBh3JBRMujbyV3WjVlhbDVaGBIRtEL0AveNSSe6+X0ef7OtesxGJhD8p/DIyA9X+69bqpg7mcV7DTuO9w==
3197+
"@textlint/config-loader@^13.3.3":
3198+
version "13.3.3"
3199+
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-13.3.3.tgz#dd72f6fa72e1faa0fdd12402a6e633bd2b1ef585"
3200+
integrity sha512-DQA/7dYu3VDHP9Idd0Sn7HzwiFuNdKUXfA79pUGmJzNQUYaW0qADzyQCwfh7LlvhCcBmnLgX+8wb13o6OaHX5g==
32013201
dependencies:
3202-
"@textlint/kernel" "^13.3.2"
3203-
"@textlint/module-interop" "^13.3.2"
3204-
"@textlint/types" "^13.3.2"
3205-
"@textlint/utils" "^13.3.2"
3202+
"@textlint/kernel" "^13.3.3"
3203+
"@textlint/module-interop" "^13.3.3"
3204+
"@textlint/types" "^13.3.3"
3205+
"@textlint/utils" "^13.3.3"
32063206
debug "^4.3.4"
3207-
rc-config-loader "^4.1.2"
3207+
rc-config-loader "^4.1.3"
32083208
try-resolve "^1.0.1"
32093209

32103210
"@textlint/feature-flag@^12.6.1":
32113211
version "12.6.1"
32123212
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-12.6.1.tgz#20f8a3cf86be939186adc33744ef66084b06067a"
32133213
integrity sha512-cY/AraTLdzbwDyAhdpaXB7n1Lw6zA+k+7UaT8mmxMmjs0uYGzdMQa499I0rQatctJ6izrdZXYW0NdUQfG2ugiA==
32143214

3215-
"@textlint/feature-flag@^13.3.2":
3216-
version "13.3.2"
3217-
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-13.3.2.tgz#df516e17ee4980fe9f459f9d0fcde568b083e49a"
3218-
integrity sha512-ewW8dlhcFf19QuqlycQHqySQB/VhKQ7opYjvsJvUr2GP7/nY1Wq4vMWEhCtCOVg7Khumw1JtoS7+DaQGiFzuaQ==
3215+
"@textlint/feature-flag@^13.3.2", "@textlint/feature-flag@^13.3.3":
3216+
version "13.3.3"
3217+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-13.3.3.tgz#a76aa2e790a653e56913e27f836629ef6e8c5b74"
3218+
integrity sha512-ltdwKQTvs9f/TgQ3asBx2EXmsSSsvxa7ySnTXSTZBkbVxqmrGY4zehDRiDCmuFZGVGCvCddY1QzCXy16ybk9Fg==
32193219

32203220
"@textlint/fixer-formatter@^12.6.1":
32213221
version "12.6.1"
@@ -3233,13 +3233,13 @@
32333233
text-table "^0.2.0"
32343234
try-resolve "^1.0.1"
32353235

3236-
"@textlint/fixer-formatter@^13.3.2":
3237-
version "13.3.2"
3238-
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-13.3.2.tgz#bcd8fd1879c5142426e3068b5278e6139e1678bc"
3239-
integrity sha512-Szvb6OGx/+PkiqDUMVyXD5WDaraoU64VNWZhUm96wEjGxt7seMecRgYiKc7LkQllcStJ2lP8Dgju1phGaD5hbQ==
3236+
"@textlint/fixer-formatter@^13.3.3":
3237+
version "13.3.3"
3238+
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-13.3.3.tgz#e6fc51e5e59158e526cc22be22cb0c3855436b65"
3239+
integrity sha512-iCMFS8GrmUetXMIT4/jFxoL5v1QN5ODj1190Lb6D+EdTxsrAWssHOb6m7MOEhfOGYEArAkb3PjSxu7DPLrb50g==
32403240
dependencies:
3241-
"@textlint/module-interop" "^13.3.2"
3242-
"@textlint/types" "^13.3.2"
3241+
"@textlint/module-interop" "^13.3.3"
3242+
"@textlint/types" "^13.3.3"
32433243
chalk "^4.1.2"
32443244
debug "^4.3.4"
32453245
diff "^4.0.2"
@@ -3249,7 +3249,7 @@
32493249
text-table "^0.2.0"
32503250
try-resolve "^1.0.1"
32513251

3252-
"@textlint/[email protected]", "@textlint/kernel@^13.3.2":
3252+
"@textlint/[email protected]":
32533253
version "13.3.2"
32543254
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-13.3.2.tgz#bff4d03cdf6cbcac07fdff9a95aef6cef1fd5d5f"
32553255
integrity sha512-KZX87i4xVqLXdb8Cl4y0Y56jIHQIwg+YPrLz/kBz2TQDl8vYeGLII4QHwT1l0BjZ2JHawm1pmyQZml3hCnieOQ==
@@ -3281,6 +3281,22 @@
32813281
deep-equal "^1.1.1"
32823282
structured-source "^4.0.0"
32833283

3284+
"@textlint/kernel@^13.3.3":
3285+
version "13.3.3"
3286+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-13.3.3.tgz#09b3a49c483739b87d068f86255088a0e334d7e6"
3287+
integrity sha512-HewzuuX2c2nlR+e8dREWrAYrOiyWb78eeObuW95miMjX/F6TjWmha4qrnrMCWbYbKDwC4en8dNGS4mm0vSdi4A==
3288+
dependencies:
3289+
"@textlint/ast-node-types" "^13.3.3"
3290+
"@textlint/ast-tester" "^13.3.3"
3291+
"@textlint/ast-traverse" "^13.3.3"
3292+
"@textlint/feature-flag" "^13.3.3"
3293+
"@textlint/source-code-fixer" "^13.3.3"
3294+
"@textlint/types" "^13.3.3"
3295+
"@textlint/utils" "^13.3.3"
3296+
debug "^4.3.4"
3297+
fast-equals "^4.0.3"
3298+
structured-source "^4.0.0"
3299+
32843300
"@textlint/linter-formatter@^12.6.1":
32853301
version "12.6.1"
32863302
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-12.6.1.tgz#90314ddaa036197c36ccb75cc8fa3fb318895350"
@@ -3303,21 +3319,20 @@
33033319
text-table "^0.2.0"
33043320
try-resolve "^1.0.1"
33053321

3306-
"@textlint/linter-formatter@^13.3.2":
3307-
version "13.3.2"
3308-
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-13.3.2.tgz#95a743d7a0ec624984189d5faefc4311ed24c200"
3309-
integrity sha512-QpHI7bzDMaetmrnMhA2+z1ExneFCdJVZHUFyzdfSv5JC4VNXmW9UDb7F7vsP+M+1jzIvF75mwvRLvmA82MJvBA==
3322+
"@textlint/linter-formatter@^13.3.3":
3323+
version "13.3.3"
3324+
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-13.3.3.tgz#96cd6c71362527fb53f99e552986d63cb82798af"
3325+
integrity sha512-z8xsk1bo9r8v6Ph76WLTBrfj+0+eyEfRlbTGBs+ie6YAGItBqkLYmDrD26DDfVjIZcXWdCXVX1Et6MOWomb//g==
33103326
dependencies:
33113327
"@azu/format-text" "^1.0.2"
33123328
"@azu/style-format" "^1.0.1"
3313-
"@textlint/module-interop" "^13.3.2"
3314-
"@textlint/types" "^13.3.2"
3329+
"@textlint/module-interop" "^13.3.3"
3330+
"@textlint/types" "^13.3.3"
33153331
chalk "^4.1.2"
33163332
debug "^4.3.4"
33173333
is-file "^1.0.0"
33183334
js-yaml "^3.14.1"
33193335
lodash "^4.17.21"
3320-
optionator "^0.9.1"
33213336
pluralize "^2.0.0"
33223337
string-width "^4.2.3"
33233338
strip-ansi "^6.0.1"
@@ -3360,10 +3375,10 @@
33603375
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.6.1.tgz#82adf942281a8880e1ad70b305d8caba87356830"
33613376
integrity sha512-COyRctLVh2ktAObmht3aNtqUvP0quoellKu1c2RrXny1po+Mf7PkvEKIxphtArE4JXMAmu01cDxfH6X88+eYIg==
33623377

3363-
"@textlint/module-interop@^13.3.2":
3364-
version "13.3.2"
3365-
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-13.3.2.tgz#6ff62c9bc7f1ee614148d5cc43b8c6d4c97a8384"
3366-
integrity sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==
3378+
"@textlint/module-interop@^13.3.3":
3379+
version "13.3.3"
3380+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-13.3.3.tgz#645b47b9e951030b2d656e2c9266b5587de2a17b"
3381+
integrity sha512-CwfVpRGAxbkhGY9vLLU06Q/dy/RMNnyzbmt6IS2WIyxqxvGaF7QZtFYpKEEm63aemVyUvzQ7WM3yVOoUg6P92w==
33673382

33683383
"@textlint/source-code-fixer@^12.6.1":
33693384
version "12.6.1"
@@ -3373,12 +3388,12 @@
33733388
"@textlint/types" "^12.6.1"
33743389
debug "^4.3.4"
33753390

3376-
"@textlint/source-code-fixer@^13.3.2":
3377-
version "13.3.2"
3378-
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-13.3.2.tgz#191a17da56fceac15f5d2f10d4d1afd052c76413"
3379-
integrity sha512-7b+7zDUnEILcaYvJDLz+6Uu8YHn85xm6Lof/0Azn1/5zcDsz5qDjgJ21u+kuS+1kQBSpWV8dmCT3sTZoS0uExg==
3391+
"@textlint/source-code-fixer@^13.3.2", "@textlint/source-code-fixer@^13.3.3":
3392+
version "13.3.3"
3393+
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-13.3.3.tgz#be7edd7e7e78f3d07ad7793064c766f52987f71d"
3394+
integrity sha512-h4jxWSetmcVuGwl71ai72784aneBQ0MkE5Mc3avl8PKIOIOyz0A1D7i9VQENWWIiqU8zyzmHwKGNSGyqWaqE2Q==
33803395
dependencies:
3381-
"@textlint/types" "^13.3.2"
3396+
"@textlint/types" "^13.3.3"
33823397
debug "^4.3.4"
33833398

33843399
"@textlint/text-to-ast@^12.6.1":
@@ -3402,7 +3417,7 @@
34023417
dependencies:
34033418
"@textlint/markdown-to-ast" "^12.6.1"
34043419

3405-
"@textlint/textlint-plugin-markdown@^13.3.2", "@textlint/textlint-plugin-markdown@^13.3.3":
3420+
"@textlint/textlint-plugin-markdown@^13.3.3":
34063421
version "13.3.3"
34073422
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.3.3.tgz#59da2422690afd8dbe087f22e1edf1192dbd0476"
34083423
integrity sha512-EhBZ/Q6ZXMVRPDeQbFdFbtc0wE7SC0DWy9lkjKXfcbLKW0ZPTvtjH3JqJtCPBZAYcexB8wKOiHImfwVfQJhJhg==
@@ -3416,7 +3431,7 @@
34163431
dependencies:
34173432
"@textlint/text-to-ast" "^12.6.1"
34183433

3419-
"@textlint/textlint-plugin-text@^13.3.2", "@textlint/textlint-plugin-text@^13.3.3":
3434+
"@textlint/textlint-plugin-text@^13.3.3":
34203435
version "13.3.3"
34213436
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.3.3.tgz#2ed39da2d7a89380e3590122ebe0c4699ad3dff8"
34223437
integrity sha512-MN/JMGLanqj8CJGuit8DDiyrO0yf1vxFMLWTDeMIXwSoe8VToHCt2j20zg8XNHGNrUbKj+wuhzhrkrKEI7uWxg==
@@ -3430,22 +3445,22 @@
34303445
dependencies:
34313446
"@textlint/ast-node-types" "^12.6.1"
34323447

3433-
"@textlint/types@^13.3.2":
3434-
version "13.3.2"
3435-
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-13.3.2.tgz#81cc4bb99d187598b2cf3307d53b68f39e8498fa"
3436-
integrity sha512-N1Xb4kltBwBwAF3wAwKi3sJA0hWVjraWqIpjuHOplul/O8Qu78domGedktQJ4n2aVN1ucBuFjpZNsQfkfxJI+Q==
3448+
"@textlint/types@^13.3.2", "@textlint/types@^13.3.3":
3449+
version "13.3.3"
3450+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-13.3.3.tgz#97a38ee47390d8486fa36b6d9f573b9c6ba3a382"
3451+
integrity sha512-i2B7uRh+Iv8ZBKPJ3n4I6uSrTUQq5LdEkhFYNUwnDYxmhudz1o79xm906kri2eM8lxThX/UYYgVuJWpEwS0b+g==
34373452
dependencies:
3438-
"@textlint/ast-node-types" "^13.3.2"
3453+
"@textlint/ast-node-types" "^13.3.3"
34393454

34403455
"@textlint/utils@^12.6.1":
34413456
version "12.6.1"
34423457
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-12.6.1.tgz#95d00b4b57197987b97bc8342e127d652a7454e1"
34433458
integrity sha512-HJkqYXT2FAAHDM5XLFpQLF/CEdm8c2ltMeKmPBSSty1VfPXQMi8tGPT1b58b8KWh6dVmi7w0YYB7NrquuzXOKA==
34443459

3445-
"@textlint/utils@^13.3.2":
3446-
version "13.3.2"
3447-
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.3.2.tgz#4854e22c9434bd5d69d8151c2aacf88ddc09cff5"
3448-
integrity sha512-eEi4j5vyQ0WRkfkBS+Sa2q1YQVo0B6cFXde2+TVpoDp7f8yPAb4wMv9jgQ23N+DpiafJVOhRQLyJdrITFwnmFw==
3460+
"@textlint/utils@^13.3.2", "@textlint/utils@^13.3.3":
3461+
version "13.3.3"
3462+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.3.3.tgz#27f5d4f71e586140c496d6b6b84ff220fb97bd39"
3463+
integrity sha512-roN+K3a36RxGc0tV+8HXVXpoPomEr3LCjNI8+hFmVjOu3RsUdLTyraNBqqaghaE0KgwCPODF0seuG1hteNI8LQ==
34493464

34503465
"@tokenizer/token@^0.3.0":
34513466
version "0.3.0"
@@ -11964,10 +11979,10 @@ rc-config-loader@^3.0.0:
1196411979
json5 "^2.1.1"
1196511980
require-from-string "^2.0.2"
1196611981

11967-
rc-config-loader@^4.1.2:
11968-
version "4.1.2"
11969-
resolved "https://registry.yarnpkg.com/rc-config-loader/-/rc-config-loader-4.1.2.tgz#e57fc874bde9b1e48d8a8564f2f824f91eafd920"
11970-
integrity sha512-qKTnVWFl9OQYKATPzdfaZIbTxcHziQl92zYSxYC6umhOqyAsoj8H8Gq/+aFjAso68sBdjTz3A7omqeAkkF1MWg==
11982+
rc-config-loader@^4.1.2, rc-config-loader@^4.1.3:
11983+
version "4.1.3"
11984+
resolved "https://registry.yarnpkg.com/rc-config-loader/-/rc-config-loader-4.1.3.tgz#1352986b8a2d8d96d6fd054a5bb19a60c576876a"
11985+
integrity sha512-kD7FqML7l800i6pS6pvLyIE2ncbk9Du8Q0gp/4hMPhJU6ZxApkoLcGD8ZeqgiAlfwZ6BlETq6qqe+12DUL207w==
1197111986
dependencies:
1197211987
debug "^4.3.4"
1197311988
js-yaml "^4.1.0"
@@ -14416,23 +14431,23 @@ textlint@12:
1441614431
try-resolve "^1.0.1"
1441714432
unique-concat "^0.2.2"
1441814433

14419-
textlint@^13.3.2:
14420-
version "13.3.2"
14421-
resolved "https://registry.yarnpkg.com/textlint/-/textlint-13.3.2.tgz#b873980812863f7fbb61287f8f995bfa7a036d3d"
14422-
integrity sha512-i14ug8jyC1iNko16dpzp/blSLbvXTONiZbvkNT30N3VzDPCtNn2yV4qSZhiRWFi1hHfgOdG3n/u0DZvllZCHXQ==
14434+
textlint@^13.3.3:
14435+
version "13.3.3"
14436+
resolved "https://registry.yarnpkg.com/textlint/-/textlint-13.3.3.tgz#d67646f08d2511f0a10b00e2f3ff75566fc504ce"
14437+
integrity sha512-1LhJTNBFVNYtl4C6IJXt1XwAJANvquyDuP4NrhcG+1DwT3S7kiUR9vLo5yo046X83VT7ownzS97Q/yC6A7bZXg==
1442314438
dependencies:
14424-
"@textlint/ast-node-types" "^13.3.2"
14425-
"@textlint/ast-traverse" "^13.3.2"
14426-
"@textlint/config-loader" "^13.3.2"
14427-
"@textlint/feature-flag" "^13.3.2"
14428-
"@textlint/fixer-formatter" "^13.3.2"
14429-
"@textlint/kernel" "^13.3.2"
14430-
"@textlint/linter-formatter" "^13.3.2"
14431-
"@textlint/module-interop" "^13.3.2"
14432-
"@textlint/textlint-plugin-markdown" "^13.3.2"
14433-
"@textlint/textlint-plugin-text" "^13.3.2"
14434-
"@textlint/types" "^13.3.2"
14435-
"@textlint/utils" "^13.3.2"
14439+
"@textlint/ast-node-types" "^13.3.3"
14440+
"@textlint/ast-traverse" "^13.3.3"
14441+
"@textlint/config-loader" "^13.3.3"
14442+
"@textlint/feature-flag" "^13.3.3"
14443+
"@textlint/fixer-formatter" "^13.3.3"
14444+
"@textlint/kernel" "^13.3.3"
14445+
"@textlint/linter-formatter" "^13.3.3"
14446+
"@textlint/module-interop" "^13.3.3"
14447+
"@textlint/textlint-plugin-markdown" "^13.3.3"
14448+
"@textlint/textlint-plugin-text" "^13.3.3"
14449+
"@textlint/types" "^13.3.3"
14450+
"@textlint/utils" "^13.3.3"
1443614451
debug "^4.3.4"
1443714452
file-entry-cache "^5.0.1"
1443814453
get-stdin "^5.0.1"
@@ -14442,7 +14457,7 @@ textlint@^13.3.2:
1444214457
mkdirp "^0.5.6"
1444314458
optionator "^0.9.1"
1444414459
path-to-glob-pattern "^1.0.2"
14445-
rc-config-loader "^4.1.2"
14460+
rc-config-loader "^4.1.3"
1444614461
read-pkg "^1.1.0"
1444714462
read-pkg-up "^3.0.0"
1444814463
structured-source "^4.0.0"

0 commit comments

Comments
 (0)