Skip to content

Commit dfa679b

Browse files
committed
fix(deps): update patch updates
1 parent f5bd3f7 commit dfa679b

File tree

4 files changed

+202
-9
lines changed

4 files changed

+202
-9
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@textlint/website-generator": "^0.11.2",
13-
"textlint": "^11.9.0",
13+
"textlint": "^11.9.1",
1414
"textlint-filter-rule-comments": "^1.2.2",
1515
"textlint-rule-preset-ja-technical-writing": "file:../"
1616
}

example/yarn.lock

Lines changed: 195 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -264,20 +264,39 @@
264264
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.2.tgz#d3fda5c9086baba04bc75440039ccf18415c8446"
265265
integrity sha512-m5brKbI7UY/Q8sbIZ7z1KB8ls04nRILshz5fPQ4EZ04jL19qrrUHJR8A6nK3vJ/GelkDWl4I0VDYSAjLEFQV8g==
266266

267+
"@textlint/ast-node-types@^4.4.3":
268+
version "4.4.3"
269+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
270+
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
271+
267272
"@textlint/ast-tester@^2.3.4":
268273
version "2.3.4"
269274
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.3.4.tgz#5134bd564f12d685201e61c8df476fa1321249c8"
270275
integrity sha512-2gIsnJ1Dmr5jjF+u/vusNRqk2bJi0WwwbjP9WV/op51DhDTi7BUNjVSiZtcP9NVxidvs51XNEg+EMTRoKP3Msg==
271276
dependencies:
272277
"@textlint/ast-node-types" "^4.4.2"
273278

279+
"@textlint/ast-tester@^2.3.5":
280+
version "2.3.5"
281+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.3.5.tgz#897c5b09d84e67934ed1a81b488cd847072abb82"
282+
integrity sha512-sbw0Edx22/Fa9fwObpus5KyhCnGKhyP1tU7flA7kwTi9EqQq2KFztz1c/QQWpgqymbdSPWg7HpAvGf4ru4FDZg==
283+
dependencies:
284+
"@textlint/ast-node-types" "^4.4.3"
285+
274286
"@textlint/ast-traverse@^2.3.4":
275287
version "2.3.4"
276288
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.3.4.tgz#b02f531ab3a02756eed35d26515e7450da31c713"
277289
integrity sha512-NcjPXCvP8r4D2/azeQhwjPvh2+099I9RRBUrg6IpMfTW4IUUJb4BwZOPgjW+XRIVc71Dhgm82VSIagDL90FYcg==
278290
dependencies:
279291
"@textlint/ast-node-types" "^4.4.2"
280292

293+
"@textlint/ast-traverse@^2.3.5":
294+
version "2.3.5"
295+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.3.5.tgz#b232b369b245a446abd511ddb0a64bcdc2f88949"
296+
integrity sha512-yo1gIoXDx2bNs1JjC9viRxJpErNsfPtzb585KcVwWxxWmu3tXlT2iz13iKdjj5FMYPJe/PORe7lYqymkSUZ7kg==
297+
dependencies:
298+
"@textlint/ast-node-types" "^4.4.3"
299+
281300
"@textlint/config-loader@^0.11.0":
282301
version "0.11.0"
283302
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-0.11.0.tgz#9667febee3b13e2a9e83ddb2c333a276c896c83c"
@@ -308,6 +327,13 @@
308327
dependencies:
309328
map-like "^2.0.0"
310329

330+
"@textlint/feature-flag@^3.3.5":
331+
version "3.3.5"
332+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.3.5.tgz#81d9c073d4f836377211c68d2194451a63730258"
333+
integrity sha512-S4JhbDQGu1Sutnvqs96nwxqwaErHrL49/QQDR8i/YNsINlurfKJbmktotb+w+qzeSibDibKzB8feOMVBXmO9Ww==
334+
dependencies:
335+
map-like "^2.0.0"
336+
311337
"@textlint/fixer-formatter@^3.3.4":
312338
version "3.3.4"
313339
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.3.4.tgz#f8784544a278704df6d7a9859fe846f1856e4a0b"
@@ -324,6 +350,22 @@
324350
text-table "^0.2.0"
325351
try-resolve "^1.0.1"
326352

353+
"@textlint/fixer-formatter@^3.3.5":
354+
version "3.3.5"
355+
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.3.5.tgz#b831d9ad0fff326865265924acf8fe724fcf8321"
356+
integrity sha512-FHfOQLvJV88vgAI9wwbAjtffo4ZtAW0bV8xkC3dY2DdVyo+7Tnhz0l2XPw2VFmyzpeHx9Slqw8nEv46YEs4JaQ==
357+
dependencies:
358+
"@textlint/module-interop" "^1.2.5"
359+
"@textlint/types" "^1.5.5"
360+
chalk "^1.1.3"
361+
debug "^4.3.1"
362+
diff "^4.0.2"
363+
is-file "^1.0.0"
364+
string-width "^1.0.2"
365+
strip-ansi "^6.0.0"
366+
text-table "^0.2.0"
367+
try-resolve "^1.0.1"
368+
327369
"@textlint/kernel@^3.0.0", "@textlint/kernel@^3.4.1", "@textlint/kernel@^3.4.4":
328370
version "3.4.4"
329371
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.4.4.tgz#2f321fdae5bad9f6626c76caa20fc960cbcd01fd"
@@ -341,6 +383,23 @@
341383
map-like "^2.0.0"
342384
structured-source "^3.0.2"
343385

386+
"@textlint/kernel@^3.4.5":
387+
version "3.4.5"
388+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.4.5.tgz#96b7db302e3fbb43e676fc8baae262388242922c"
389+
integrity sha512-KGeOq4mbjPe3okDtPw7mbnTX/wP66ndmRKAoOz8gOKDIDRlH8nOG/av6k6xbVhdMk9+ZnomqU8jSSYwTZHzAnA==
390+
dependencies:
391+
"@textlint/ast-node-types" "^4.4.3"
392+
"@textlint/ast-tester" "^2.3.5"
393+
"@textlint/ast-traverse" "^2.3.5"
394+
"@textlint/feature-flag" "^3.3.5"
395+
"@textlint/source-code-fixer" "^3.4.5"
396+
"@textlint/types" "^1.5.5"
397+
"@textlint/utils" "^1.2.5"
398+
debug "^4.3.1"
399+
deep-equal "^1.1.1"
400+
map-like "^2.0.0"
401+
structured-source "^3.0.2"
402+
344403
"@textlint/linter-formatter@^3.3.4":
345404
version "3.3.4"
346405
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.3.4.tgz#99f67fad75d38555a0f87c33529b64741a6f4a62"
@@ -364,6 +423,29 @@
364423
try-resolve "^1.0.1"
365424
xml-escape "^1.1.0"
366425

426+
"@textlint/linter-formatter@^3.3.5":
427+
version "3.3.5"
428+
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.3.5.tgz#51f9cc592acef8b776e182b034379d4dd33854a7"
429+
integrity sha512-ujQwgGGK4nVYRuNeW8zDyxax2Z8FTRips5f3VBhWpJaR7hlqdh1iNahul8iJ+1JbfXiHm+51a01myoqGGh1ENA==
430+
dependencies:
431+
"@azu/format-text" "^1.0.1"
432+
"@azu/style-format" "^1.0.0"
433+
"@textlint/module-interop" "^1.2.5"
434+
"@textlint/types" "^1.5.5"
435+
chalk "^1.1.3"
436+
concat-stream "^1.6.2"
437+
debug "^4.3.1"
438+
is-file "^1.0.0"
439+
js-yaml "^3.14.1"
440+
optionator "^0.9.1"
441+
pluralize "^2.0.0"
442+
string-width "^1.0.2"
443+
strip-ansi "^6.0.0"
444+
table "^3.8.3"
445+
text-table "^0.2.0"
446+
try-resolve "^1.0.1"
447+
xml-escape "^1.1.0"
448+
367449
"@textlint/markdown-to-ast@^6.3.4":
368450
version "6.3.4"
369451
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.3.4.tgz#392c14d1f8b0643ada220d99fc0ee9f1e375fa27"
@@ -377,11 +459,29 @@
377459
traverse "^0.6.6"
378460
unified "^6.2.0"
379461

462+
"@textlint/markdown-to-ast@^6.3.5":
463+
version "6.3.5"
464+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.3.5.tgz#13d7c80e02e20e3a59c4ebeb8a4da6c35981542b"
465+
integrity sha512-DjVEy61klC8OjQYP+iIukI95pjCM58jhpE046apqGWLo6JQSatfscJlcxmbRivfTQSVsa00RF2ciUFBmw3bobg==
466+
dependencies:
467+
"@textlint/ast-node-types" "^4.4.3"
468+
debug "^4.3.1"
469+
remark-frontmatter "^1.3.3"
470+
remark-parse "^5.0.0"
471+
structured-source "^3.0.2"
472+
traverse "^0.6.6"
473+
unified "^6.2.0"
474+
380475
"@textlint/module-interop@^1.2.1", "@textlint/module-interop@^1.2.4":
381476
version "1.2.4"
382477
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.4.tgz#176ecec3fd09c2860dd155c599fdc4087ff85f47"
383478
integrity sha512-/wUKvDbBEujrhpcuD7Et4Mcicm3SG2oAe/tyMruLxSJ86umGxd34dEcHRON8fJzou9qyt0gFoczcypd4k3hJow==
384479

480+
"@textlint/module-interop@^1.2.5":
481+
version "1.2.5"
482+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.5.tgz#f10582e66e0633ac1aea228f30c5b3f5d8463f45"
483+
integrity sha512-+yEluCSbj6oxk9ENFojVcSxURvXOg7AU3vBiVHPjPEShaqbzZZ6tcut6gbDcIYhEDUkegZGmGwyfOe+wNABhKw==
484+
385485
"@textlint/regexp-string-matcher@^1.0.2", "@textlint/regexp-string-matcher@^1.1.0":
386486
version "1.1.0"
387487
resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-1.1.0.tgz#e19975029ce228a214d50c6a7e9dbcbef29ad8cd"
@@ -440,39 +540,80 @@
440540
"@textlint/types" "^1.5.4"
441541
debug "^4.3.1"
442542

543+
"@textlint/source-code-fixer@^3.4.5":
544+
version "3.4.5"
545+
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-3.4.5.tgz#d6952b78fb541e475f6b3e22e24c6b7afefdfdce"
546+
integrity sha512-YUcBg6zs7H5ycLwWdfv5LHWlBx7iBAQL6vHY2uPw8AMPYgzU6/f91NGBU/QR7/FVw0e7v9zMngcRN1hMOxpFCw==
547+
dependencies:
548+
"@textlint/types" "^1.5.5"
549+
debug "^4.3.1"
550+
443551
"@textlint/text-to-ast@^3.3.4":
444552
version "3.3.4"
445553
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.3.4.tgz#b1156e8a1cc23e5642139a200fe5074fbeed9434"
446554
integrity sha512-oDwGNQCAo7ROnHqaksPEogf8fxXGU3Z61C6NEv0n9vEWEkUX9oUVX4c9kh5UieZL5nN/xIdzVc3TrXywkkOK3g==
447555
dependencies:
448556
"@textlint/ast-node-types" "^4.4.2"
449557

558+
"@textlint/text-to-ast@^3.3.5":
559+
version "3.3.5"
560+
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.3.5.tgz#86232c0adf4038fc87040daddcfbd614bca15bdc"
561+
integrity sha512-+1+Kj7wuQHgc43RowVN/KWz3/aevk2RHARX8/p9Y+pE25HRJ36KZo1PLSYYx82NnWpvZTXB3QONWiAukdv6jBg==
562+
dependencies:
563+
"@textlint/ast-node-types" "^4.4.3"
564+
450565
"@textlint/textlint-plugin-markdown@^5.3.4":
451566
version "5.3.4"
452567
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.3.4.tgz#b3248bcf69ca6b92c923fae4c4d57a6f6ba1f9d9"
453568
integrity sha512-g8KKuwhzzlRjvKrpq3SbGc+JJMAJoy5Xp0Ibvq7QKgNVxwN/f5WtmrJc8CdgFG7++jgtkDPlofz0c9xG63xKwQ==
454569
dependencies:
455570
"@textlint/markdown-to-ast" "^6.3.4"
456571

572+
"@textlint/textlint-plugin-markdown@^5.3.5":
573+
version "5.3.5"
574+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.3.5.tgz#dc54e5a07bb8a4600e22e84f162bd6afc1442e54"
575+
integrity sha512-x1/DJa+6wsR4LwkL+JA5OdEoZ/PhxtkKb20IqHTsLwQIeDL4aNWT6GrAk0HKTOomzsyNrUBuvzYiCy/f75LtBw==
576+
dependencies:
577+
"@textlint/markdown-to-ast" "^6.3.5"
578+
457579
"@textlint/textlint-plugin-text@^4.3.4":
458580
version "4.3.4"
459581
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.3.4.tgz#7e91f358318f945b7a0bd1b6d75edffff55aafcc"
460582
integrity sha512-ZtctKFR8V9mIZAMibS97xPWlt2lViizIRAy4oDaKCnxAwJ0uAjxm/OlHHdaFwNydGaEDtN60mcmarDqOOAZIiA==
461583
dependencies:
462584
"@textlint/text-to-ast" "^3.3.4"
463585

586+
"@textlint/textlint-plugin-text@^4.3.5":
587+
version "4.3.5"
588+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.3.5.tgz#092f53208c0db3d07077007b21af0812b9236170"
589+
integrity sha512-ygjzswWrzlCiNNCy1+WF0oI8tNCk+1fS/nJEtG7DHuTVvE0OTn4MdWJXOD8sd+ZffXr+uFmEqMisHo06+RpQCg==
590+
dependencies:
591+
"@textlint/text-to-ast" "^3.3.5"
592+
464593
"@textlint/types@^1.1.2", "@textlint/types@^1.5.1", "@textlint/types@^1.5.4":
465594
version "1.5.4"
466595
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.4.tgz#4ebd6b052bb329810949516412ad2b285b04dc02"
467596
integrity sha512-bhSrOjW8AFSa/xf6lYZ2akE0j+4O/WEAA2S/R8RrjNMkA5Az2j57mxPNpqMhEeyHDkpzN/coIlqUwgYvcJHv1A==
468597
dependencies:
469598
"@textlint/ast-node-types" "^4.4.2"
470599

600+
"@textlint/types@^1.5.5":
601+
version "1.5.5"
602+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304"
603+
integrity sha512-80P6fcqgsG9bP6JgR6W/E/oIx+71pplaicYCvvB4vMIeGk0OnWls4Q21kCpDYmq/C/ABtZ/Gy/Ov/8ExQPeQ7A==
604+
dependencies:
605+
"@textlint/ast-node-types" "^4.4.3"
606+
471607
"@textlint/utils@^1.2.1", "@textlint/utils@^1.2.4":
472608
version "1.2.4"
473609
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.4.tgz#208a052e55d0d717f6c55097866bf84f444c5b66"
474610
integrity sha512-FREWc8n6bJFsKehtUlHPtbqnXULWhdnlazqWiHMjiBtcxUfD+1kY3P7PNGbChdzeZGmwBkgFQyGkok8bAGnZOw==
475611

612+
"@textlint/utils@^1.2.5":
613+
version "1.2.5"
614+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.5.tgz#1406e179d44d130d8e60322f3f873a721c93ba75"
615+
integrity sha512-2vgz4x3tKK+R9N0OlOovJClRCHubxZi86ki218cvRVpoU9pPrHwkwZud+rjItDl2xFBj7Gujww7c0W1wyytWVQ==
616+
476617
"@textlint/website-generator@^0.11.2":
477618
version "0.11.2"
478619
resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.11.2.tgz#dab87beac30bb8d5e8d4314921ca53a033985ffe"
@@ -1679,6 +1820,18 @@ glob@^7.1.3, glob@^7.1.6:
16791820
once "^1.3.0"
16801821
path-is-absolute "^1.0.0"
16811822

1823+
glob@^7.1.7:
1824+
version "7.1.7"
1825+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
1826+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
1827+
dependencies:
1828+
fs.realpath "^1.0.0"
1829+
inflight "^1.0.4"
1830+
inherits "2"
1831+
minimatch "^3.0.4"
1832+
once "^1.3.0"
1833+
path-is-absolute "^1.0.0"
1834+
16821835
globals@^11.1.0:
16831836
version "11.12.0"
16841837
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -3641,7 +3794,7 @@ textlint-rule-no-nfd@^1.0.2:
36413794
dependencies:
36423795
"@textlint-rule/textlint-rule-no-invalid-control-character" "^1.2.0"
36433796
"@textlint-rule/textlint-rule-no-unmatched-pair" "^1.0.7"
3644-
"@textlint/module-interop" "^1.2.4"
3797+
"@textlint/module-interop" "^1.2.5"
36453798
textlint-rule-ja-no-abusage "^3.0.0"
36463799
textlint-rule-ja-no-mixed-period "^2.1.1"
36473800
textlint-rule-ja-no-redundant-expression "^4.0.0"
@@ -3660,13 +3813,13 @@ textlint-rule-no-nfd@^1.0.2:
36603813
textlint-rule-no-hankaku-kana "^1.0.2"
36613814
textlint-rule-no-mix-dearu-desumasu "^5.0.0"
36623815
textlint-rule-no-nfd "^1.0.2"
3663-
textlint-rule-preset-jtf-style "^2.3.8"
3816+
textlint-rule-preset-jtf-style "^2.3.9"
36643817
textlint-rule-sentence-length "^2.2.0"
36653818

3666-
textlint-rule-preset-jtf-style@^2.3.8:
3667-
version "2.3.8"
3668-
resolved "https://registry.yarnpkg.com/textlint-rule-preset-jtf-style/-/textlint-rule-preset-jtf-style-2.3.8.tgz#0fa50f0a41e347e04552b1ca5e588a5a06df02dd"
3669-
integrity sha512-zysw3LxrnPyaJz25H6Qs715E91RpKSQ/4hjXg23UNAtTPii1a+RMHlbWlcpuxzF17Km0/X6iVQFFTvzMBhAxkg==
3819+
textlint-rule-preset-jtf-style@^2.3.9:
3820+
version "2.3.9"
3821+
resolved "https://registry.yarnpkg.com/textlint-rule-preset-jtf-style/-/textlint-rule-preset-jtf-style-2.3.9.tgz#740b256dfe6cb737b2ae71ba34f89efd0decf333"
3822+
integrity sha512-GIUHwOK3ndhD+2MMkqcaDS4Xh0ZMuLY/UZgzKz8+KodRpQ3MM/+AbPACdJ219z2wF6hhIIdeUKBxuBr2uumeQQ==
36703823
dependencies:
36713824
analyze-desumasu-dearu "^2.1.2"
36723825
japanese-numerals-to-number "^1.0.2"
@@ -3718,7 +3871,7 @@ textlint-util-to-string@^3.0.0, textlint-util-to-string@^3.1.1:
37183871
structured-source "^3.0.2"
37193872
unified "^8.4.0"
37203873

3721-
textlint@^11.0.1, textlint@^11.9.0:
3874+
textlint@^11.0.1:
37223875
version "11.9.0"
37233876
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.9.0.tgz#508a8181a2ff8582613bcef5081424ecca5c822d"
37243877
integrity sha512-a9ZCfCOcOTNxEQsRbYBDFNu8m5cjJC+znnXCBommGSdP0W+9QmwZnkralwpxrVhRgWvLz+QyuDXtLBZcqfDmHg==
@@ -3753,6 +3906,41 @@ textlint@^11.0.1, textlint@^11.9.0:
37533906
try-resolve "^1.0.1"
37543907
unique-concat "^0.2.2"
37553908

3909+
textlint@^11.9.1:
3910+
version "11.9.1"
3911+
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.9.1.tgz#13f31aa50a5121eb76adced69dcadc1e007d7c9a"
3912+
integrity sha512-7eC76od8ILhLl3O10h1rd0QxlVaQkR1nqTD7PrszrlGGe8mXS2VNaOXEiAm8PPUMQBdjB5n8/cpeZ+AbDJdNTw==
3913+
dependencies:
3914+
"@textlint/ast-node-types" "^4.4.3"
3915+
"@textlint/ast-traverse" "^2.3.5"
3916+
"@textlint/feature-flag" "^3.3.5"
3917+
"@textlint/fixer-formatter" "^3.3.5"
3918+
"@textlint/kernel" "^3.4.5"
3919+
"@textlint/linter-formatter" "^3.3.5"
3920+
"@textlint/module-interop" "^1.2.5"
3921+
"@textlint/textlint-plugin-markdown" "^5.3.5"
3922+
"@textlint/textlint-plugin-text" "^4.3.5"
3923+
"@textlint/types" "^1.5.5"
3924+
"@textlint/utils" "^1.2.5"
3925+
debug "^4.3.1"
3926+
deep-equal "^1.1.1"
3927+
file-entry-cache "^5.0.1"
3928+
get-stdin "^5.0.1"
3929+
glob "^7.1.7"
3930+
is-file "^1.0.0"
3931+
log-symbols "^1.0.2"
3932+
map-like "^2.0.0"
3933+
md5 "^2.3.0"
3934+
mkdirp "^0.5.0"
3935+
optionator "^0.9.1"
3936+
path-to-glob-pattern "^1.0.2"
3937+
rc-config-loader "^3.0.0"
3938+
read-pkg "^1.1.0"
3939+
read-pkg-up "^3.0.0"
3940+
structured-source "^3.0.2"
3941+
try-resolve "^1.0.1"
3942+
unique-concat "^0.2.2"
3943+
37563944
timers-browserify@^2.0.12:
37573945
version "2.0.12"
37583946
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
3535
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
36-
"@textlint/module-interop": "^1.2.4",
36+
"@textlint/module-interop": "^1.2.5",
3737
"textlint-rule-ja-no-abusage": "^3.0.0",
3838
"textlint-rule-ja-no-mixed-period": "^2.1.1",
3939
"textlint-rule-ja-no-redundant-expression": "^4.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@
312312
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.4.tgz#176ecec3fd09c2860dd155c599fdc4087ff85f47"
313313
integrity sha512-/wUKvDbBEujrhpcuD7Et4Mcicm3SG2oAe/tyMruLxSJ86umGxd34dEcHRON8fJzou9qyt0gFoczcypd4k3hJow==
314314

315+
"@textlint/module-interop@^1.2.5":
316+
version "1.2.5"
317+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.5.tgz#f10582e66e0633ac1aea228f30c5b3f5d8463f45"
318+
integrity sha512-+yEluCSbj6oxk9ENFojVcSxURvXOg7AU3vBiVHPjPEShaqbzZZ6tcut6gbDcIYhEDUkegZGmGwyfOe+wNABhKw==
319+
315320
"@textlint/regexp-string-matcher@^1.0.2", "@textlint/regexp-string-matcher@^1.1.0":
316321
version "1.1.0"
317322
resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-1.1.0.tgz#e19975029ce228a214d50c6a7e9dbcbef29ad8cd"

0 commit comments

Comments
 (0)