Skip to content

Commit c427814

Browse files
committed
Update dependency textlint to v11.7.5
1 parent 53ac33d commit c427814

File tree

2 files changed

+94
-139
lines changed

2 files changed

+94
-139
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint-staged": "^7.3.0",
3030
"prettier": "2.0.2",
3131
"pretty-quick": "^2.0.1",
32-
"textlint": "11.6.2",
32+
"textlint": "11.7.5",
3333
"textlint-rule-ja-space-between-half-and-full-width": "2.0.1",
3434
"textlint-rule-no-todo": "2.0.1"
3535
}

yarn.lock

Lines changed: 93 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -59,39 +59,39 @@
5959
resolved "https://nexus.dev.casaba.tech/repository/npm/@textlint/ast-node-types/-/ast-node-types-4.2.3.tgz#2fc57a14600ac4dc5136dc7fb9793ac064bbd864"
6060
integrity sha1-L8V6FGAKxNxRNtx/uXk6wGS72GQ=
6161

62-
"@textlint/ast-node-types@^4.2.5":
63-
version "4.2.5"
64-
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.5.tgz#ae13981bc8711c98313a6ac1c361194d6bf2d39b"
65-
integrity sha512-+rEx4jLOeZpUcdvll7jEg/7hNbwYvHWFy4IGW/tk2JdbyB3SJVyIP6arAwzTH/sp/pO9jftfyZnRj4//sLbLvQ==
62+
"@textlint/ast-node-types@^4.3.3":
63+
version "4.3.3"
64+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.3.tgz#4f94d09158c3d717f796e5afdc19b8c617ddbf97"
65+
integrity sha512-I7Sr7+Qss6uH7ROfANTF3FplhSEbe7kiQfp1tP5AYbdMr3S24Cq12J3avjoFlXb5BQUPwhA+HRuO6J6nclEsAA==
6666

67-
"@textlint/ast-tester@^2.1.6":
68-
version "2.1.6"
69-
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.1.6.tgz#c7a0308c862426445f551ceb6cf602b35a0e4647"
70-
integrity sha512-i+UrSKZXs561g8LXsCBkgpNYkgBS3T3Pif2/+DraZmSKpQ2r2D1yCOdH82IGPWWpQ/GMSg6Z0qpLJpjnYz+bpg==
67+
"@textlint/ast-tester@^2.2.3":
68+
version "2.2.3"
69+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.2.3.tgz#171864420121fdd8baf470c197cde5fe9c20a506"
70+
integrity sha512-K0/0PWI4TkshQQS6UAb2mWBMEHKBtM1Uaku7OVAxlV+j322sQmYw7PgQ4ytRYbWNQXI09oIdTMK6izzQPO8Avw==
7171
dependencies:
72-
"@textlint/ast-node-types" "^4.2.5"
72+
"@textlint/ast-node-types" "^4.3.3"
7373

74-
"@textlint/ast-traverse@^2.1.6":
75-
version "2.1.6"
76-
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.6.tgz#ce68cdcdf12776fa6161161b0ada002e9bd6beab"
77-
integrity sha512-qSPTUptR/C4YwoeVXRLUij6TpxbXT7U0P9S0No+p9Q+EYJeNvl1NUTrcpQmzrRydo6vCR0RzVkHmj+gEckH2Ug==
74+
"@textlint/ast-traverse@^2.2.4":
75+
version "2.2.4"
76+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.2.4.tgz#b4dae8e04126b0d252bf20a531936d21a69ea865"
77+
integrity sha512-JQ+1EOKSFBfhVONnq/2tTv7hJZ0FenF1opUD5LM8RB7VJHjaGitL7fSgMbI5x7lcFR9HiwFLQKiM1MvrXpDB6Q==
7878
dependencies:
79-
"@textlint/ast-node-types" "^4.2.5"
79+
"@textlint/ast-node-types" "^4.3.3"
8080

81-
"@textlint/feature-flag@^3.1.6":
82-
version "3.1.6"
83-
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.1.6.tgz#f540fc5182af8d14ad9d580e1fad92d6c2f8def4"
84-
integrity sha512-R2s027/WG3zhCMHZG79OhRFmkSL2ghwvFYg/W+2VUva5aYC8i9yeuwRyWt7m83tP1qlI+bq7j3S04fyn6yNheg==
81+
"@textlint/feature-flag@^3.2.3":
82+
version "3.2.3"
83+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.2.3.tgz#9bed665d87e7e0127716bf7cd06e1b22e07f57e8"
84+
integrity sha512-3vMbsmtBDGPMTDUZODx9flNqbNcPQh9MgwUgwTmoUoB4W9NQRXidK6gI45QKFD7VTJZB09et3xD5o0yTkS20dQ==
8585
dependencies:
8686
map-like "^2.0.0"
8787

88-
"@textlint/fixer-formatter@^3.1.12":
89-
version "3.1.12"
90-
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.12.tgz#f260da07866eb9c956702bd605cc636156fd85c6"
91-
integrity sha512-MQcVkr6WT4m31gG32IYoOJ+vMw+YI/hpO1S2gwfuQo7z+qBWoqByydbEn4H6dtJzWCX9RBgi8D1lAL2HPvASYw==
88+
"@textlint/fixer-formatter@^3.2.4":
89+
version "3.2.4"
90+
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.2.4.tgz#88a615e3642846dd3b5566469dc7774964e9d6c6"
91+
integrity sha512-+RovKZtRrRFHD+8nRtSvPytKQm6DOKMN08yZfARrmw74/ArrXU4a4dfBtTD/nxY5PvDnermYWPLeUcBayFZauw==
9292
dependencies:
93-
"@textlint/module-interop" "^1.0.2"
94-
"@textlint/types" "^1.3.0"
93+
"@textlint/module-interop" "^1.1.3"
94+
"@textlint/types" "^1.4.4"
9595
chalk "^1.1.3"
9696
debug "^4.1.1"
9797
diff "^4.0.1"
@@ -101,33 +101,31 @@
101101
text-table "^0.2.0"
102102
try-resolve "^1.0.1"
103103

104-
"@textlint/kernel@^3.2.0":
105-
version "3.2.0"
106-
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.2.0.tgz#c16bc02f551fe4a16d3993d4acfd7d220bb0ac43"
107-
integrity sha512-1uir4V/fFSLl7vkbQUt4BYkXmwAwrT8En7RAv3o6t7EugCwyLlzCluFwCHrTLgVMTTZuS5NIqUQZREUMP7U/vg==
108-
dependencies:
109-
"@textlint/ast-node-types" "^4.2.5"
110-
"@textlint/ast-tester" "^2.1.6"
111-
"@textlint/ast-traverse" "^2.1.6"
112-
"@textlint/feature-flag" "^3.1.6"
113-
"@textlint/types" "^1.3.0"
114-
"@textlint/utils" "^1.0.3"
115-
"@types/bluebird" "^3.5.18"
116-
bluebird "^3.7.0"
104+
"@textlint/kernel@^3.3.5":
105+
version "3.3.5"
106+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.3.5.tgz#8da296b0067bc7f8ea809fe0bbb60c7ecc159370"
107+
integrity sha512-ENWztahqTH40HuEDWrPm6AvHFkseHq7bdkkUbfCm9sDjEz/4UQfmEp+vsN/dUC5Ei0p98H4Etu26jpjFZWYR1g==
108+
dependencies:
109+
"@textlint/ast-node-types" "^4.3.3"
110+
"@textlint/ast-tester" "^2.2.3"
111+
"@textlint/ast-traverse" "^2.2.4"
112+
"@textlint/feature-flag" "^3.2.3"
113+
"@textlint/types" "^1.4.4"
114+
"@textlint/utils" "^1.1.3"
117115
debug "^4.1.1"
118-
deep-equal "^1.1.0"
116+
deep-equal "^1.1.1"
119117
map-like "^2.0.0"
120118
structured-source "^3.0.2"
121119

122-
"@textlint/linter-formatter@^3.1.11":
123-
version "3.1.11"
124-
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.11.tgz#94e91ed64d299747bfd0b7a8cc58b44c4f5b0918"
125-
integrity sha512-tPFz8sGXWuDrhDRiHrLceasAN8AGM2ctt5uLvCxGVJ4Lmx6O7o+kDnHNGfIuF8rTRRQKWJ9jR/SCCH1SZulXmw==
120+
"@textlint/linter-formatter@^3.2.4":
121+
version "3.2.4"
122+
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.2.4.tgz#4dd7f11ed66a584fde0ced27e048ccd773eb7f4a"
123+
integrity sha512-0IMQicNwtm1I5ikjtfXwLLR7wA0O6XBF9AC370+e74MUsHvLTesNiDheCEb2v8wsfOSovRgq6JVL/pDvcHYRvg==
126124
dependencies:
127125
"@azu/format-text" "^1.0.1"
128126
"@azu/style-format" "^1.0.0"
129-
"@textlint/module-interop" "^1.0.2"
130-
"@textlint/types" "^1.3.0"
127+
"@textlint/module-interop" "^1.1.3"
128+
"@textlint/types" "^1.4.4"
131129
chalk "^1.0.0"
132130
concat-stream "^1.5.1"
133131
debug "^4.1.1"
@@ -136,51 +134,50 @@
136134
optionator "^0.8.1"
137135
pluralize "^2.0.0"
138136
string-width "^1.0.1"
139-
string.prototype.padstart "^3.0.0"
140137
strip-ansi "^6.0.0"
141138
table "^3.7.8"
142139
text-table "^0.2.0"
143140
try-resolve "^1.0.1"
144141
xml-escape "^1.0.0"
145142

146-
"@textlint/markdown-to-ast@^6.1.6":
147-
version "6.1.6"
148-
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.6.tgz#9d081a64d4a95a4958f5cebc75b1efdb7cdaf7ab"
149-
integrity sha512-xIaMn6gW1Ig+M+2Xcdbxt4cgOqWJSuB0pIO98KppQyqPzQ5k5deea7SBABqLZiKeNIxLl+2C1vfIfnBFFjxlmg==
143+
"@textlint/markdown-to-ast@^6.2.4":
144+
version "6.2.4"
145+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.2.4.tgz#fc1ce5c0690613d8c12e23cd847cbc19571f1e05"
146+
integrity sha512-tlvfqE+q1Hdvdigbfx8DAzK3qziBKzQ2KAHm7W3BHjPGb6eQNHgWeF7b8KZfg0Na7u0+wh8w7DStfUupcLhI9g==
150147
dependencies:
151-
"@textlint/ast-node-types" "^4.2.5"
148+
"@textlint/ast-node-types" "^4.3.3"
152149
debug "^4.1.1"
153150
remark-frontmatter "^1.2.0"
154151
remark-parse "^5.0.0"
155152
structured-source "^3.0.2"
156153
traverse "^0.6.6"
157154
unified "^6.1.6"
158155

159-
"@textlint/module-interop@^1.0.2":
160-
version "1.0.2"
161-
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.0.2.tgz#8342b1a10048e3e9ce624c0000e477a8870a1d4b"
162-
integrity sha512-qQ6dqlg4SYywCywimIbkveQZu1MG6ugf6fcJuWDi3D51FbdkSRsMrPusJ1YoW6Y3XBp0ww9fJjXWtlUStGeQsw==
156+
"@textlint/module-interop@^1.1.3":
157+
version "1.1.3"
158+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.1.3.tgz#f0108c912676ca389e5e32cb6bcc7329909d270e"
159+
integrity sha512-gbzQ1zYaxr6TwEDdq8brgtXWwxKgsCWnjbnH/qs6Qn+qlWv1N3YaDS0Len3WgEVDFCeM99skVzUdeipQPBfqcw==
163160

164-
"@textlint/text-to-ast@^3.1.7":
165-
version "3.1.7"
166-
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.1.7.tgz#c3a8542ece3e67ef25490595a67e5d929fb1e7b3"
167-
integrity sha512-CBAEQmiEa2G/wonlLr1HgUtXfTSas6OGGvYGRIRMJweNh5Ilhbz2nM2/9XQMfLQbdn5pGYrAAAQRB2+/9fZ31A==
161+
"@textlint/text-to-ast@^3.2.3":
162+
version "3.2.3"
163+
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.2.3.tgz#0b45b928f0e4e134a5f47d113c4bcaaddd01736e"
164+
integrity sha512-jxTabmniru+Of5R78cVjnwki49HzwjN4biCDYWqgparJafYCN8fpu+0J7U8UqKZ0DQvBtdadtlTpMgPcIHUWJA==
168165
dependencies:
169-
"@textlint/ast-node-types" "^4.2.5"
166+
"@textlint/ast-node-types" "^4.3.3"
170167

171-
"@textlint/textlint-plugin-markdown@^5.1.11":
172-
version "5.1.11"
173-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.11.tgz#24d4ec9d0803d5302dc8302256c4a2e7f97406f8"
174-
integrity sha512-DnCtNI10kejLPdEFu5pBHCDoBLJQTLnxwu76Mr/5iSEcYcytK2X72qiuvtg3c3s/8+at53TPQ6+5/AmpQKdvfg==
168+
"@textlint/textlint-plugin-markdown@^5.2.5":
169+
version "5.2.5"
170+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.2.5.tgz#9439dbcdd2c8d05e89781d4f035c90921704a22f"
171+
integrity sha512-/6ptK8YIzTHvFW9xwHvDx3jlJJsWoIGppnMkkKHE3qw32SVkLo7DL1lZHMl4sQK7ZFvP7KTNTdQCYp/h0NukLQ==
175172
dependencies:
176-
"@textlint/markdown-to-ast" "^6.1.6"
173+
"@textlint/markdown-to-ast" "^6.2.4"
177174

178-
"@textlint/textlint-plugin-text@^4.1.12":
179-
version "4.1.12"
180-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.12.tgz#1aa14e3391aa20b04423f1b687e6443dd2fa3428"
181-
integrity sha512-WhCzAURZBokAzZ+ismEiS857F4YCRXROtwSiqk3gbgiZWVq47xX6g5xhVDPet3RvCMFzCUkrHVRJ+udORE6sFw==
175+
"@textlint/textlint-plugin-text@^4.2.5":
176+
version "4.2.5"
177+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.2.5.tgz#f01e07422dd96e2c08f0c1103cdb7a58eb0584bb"
178+
integrity sha512-sDDZkxnlsnixIFxHE/CMq5TMwDlIK7TSsxVvGv8m0/PHob7hud+zlvJfCKHk9FjXY/fWhL/8Sji3kIstFVKvgQ==
182179
dependencies:
183-
"@textlint/text-to-ast" "^3.1.7"
180+
"@textlint/text-to-ast" "^3.2.3"
184181

185182
"@textlint/types@^1.1.2":
186183
version "1.1.5"
@@ -190,22 +187,17 @@
190187
"@textlint/ast-node-types" "^4.2.2"
191188
structured-source "^3.0.2"
192189

193-
"@textlint/types@^1.3.0":
194-
version "1.3.0"
195-
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.3.0.tgz#222692429d6c2ff5f427b2024e7c4901621ca828"
196-
integrity sha512-PJM3u0dnKyFCQJfhS+ft4OPse10P2PXz7bM2YJMyEs6kKOc2hDvZE7CH8F85GuSL9H5gToTqJ9/c3Yy4I3S+iA==
190+
"@textlint/types@^1.4.4":
191+
version "1.4.4"
192+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.4.4.tgz#b59a82fdfc05cc44d566d070969e886f18f7bc43"
193+
integrity sha512-/cRWUCHKVOabFKA+p+YJY5NqfYVnJp1xD+EQK0hhKRurh5n9h8nIV9DIYbddzAQidfLFxoDlsec+6sqfCGvsoA==
197194
dependencies:
198-
"@textlint/ast-node-types" "^4.2.5"
195+
"@textlint/ast-node-types" "^4.3.3"
199196

200-
"@textlint/utils@^1.0.3":
201-
version "1.0.3"
202-
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.0.3.tgz#65196f21a5c1884b2dc6088484063f9ad52dfb67"
203-
integrity sha512-6oGaBKXYpg5Ooph5p32OFdp1dXDUC1z5mpHg2gmQbx6QZjmP4QX+ygBQdNoCq15d1w88+We6koJl0n0WXjItYw==
204-
205-
"@types/bluebird@^3.5.18":
206-
version "3.5.27"
207-
resolved "https://nexus.dev.casaba.tech/repository/npm/@types/bluebird/-/bluebird-3.5.27.tgz#61eb4d75dc6bfbce51cf49ee9bbebe941b2cb5d0"
208-
integrity sha1-YetNddxr+85Rz0num76+lBsstdA=
197+
"@textlint/utils@^1.1.3":
198+
version "1.1.3"
199+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.1.3.tgz#508ecb787534dd881720117cbd6b2ec88f575a9f"
200+
integrity sha512-mlESJKRT2mQWFVhPlW8nl48p9aUgN2zwOZcM4Br30y8TDt60D37fjudxiFYGwqWWGEcTlhhlQZf5XY/3LutpDA==
209201

210202
"@types/color-name@^1.1.1":
211203
version "1.1.1"
@@ -355,11 +347,6 @@ base@^0.11.1:
355347
mixin-deep "^1.2.0"
356348
pascalcase "^0.1.1"
357349

358-
bluebird@^3.7.0:
359-
version "3.7.2"
360-
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
361-
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
362-
363350
boundary@^1.0.1:
364351
version "1.0.1"
365352
resolved "https://nexus.dev.casaba.tech/repository/npm/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812"
@@ -678,7 +665,7 @@ dedent@^0.7.0:
678665
resolved "https://nexus.dev.casaba.tech/repository/npm/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
679666
integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=
680667

681-
deep-equal@^1.1.0:
668+
deep-equal@^1.1.0, deep-equal@^1.1.1:
682669
version "1.1.1"
683670
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
684671
integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
@@ -765,27 +752,6 @@ es-abstract@^1.17.0-next.1:
765752
string.prototype.trimleft "^2.1.1"
766753
string.prototype.trimright "^2.1.1"
767754

768-
es-abstract@^1.4.3:
769-
version "1.13.0"
770-
resolved "https://nexus.dev.casaba.tech/repository/npm/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
771-
integrity sha1-rIYUX91QmdjdSVWMy6Lq+biOJOk=
772-
dependencies:
773-
es-to-primitive "^1.2.0"
774-
function-bind "^1.1.1"
775-
has "^1.0.3"
776-
is-callable "^1.1.4"
777-
is-regex "^1.0.4"
778-
object-keys "^1.0.12"
779-
780-
es-to-primitive@^1.2.0:
781-
version "1.2.0"
782-
resolved "https://nexus.dev.casaba.tech/repository/npm/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
783-
integrity sha1-7fckeAM0VujdqO8J4ArZZQcH83c=
784-
dependencies:
785-
is-callable "^1.1.4"
786-
is-date-object "^1.0.1"
787-
is-symbol "^1.0.2"
788-
789755
es-to-primitive@^1.2.1:
790756
version "1.2.1"
791757
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -987,7 +953,7 @@ fs.realpath@^1.0.0:
987953
resolved "https://nexus.dev.casaba.tech/repository/npm/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
988954
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
989955

990-
function-bind@^1.0.2, function-bind@^1.1.1:
956+
function-bind@^1.1.1:
991957
version "1.1.1"
992958
resolved "https://nexus.dev.casaba.tech/repository/npm/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
993959
integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=
@@ -2588,15 +2554,6 @@ string-width@^2.0.0, string-width@^2.1.1:
25882554
is-fullwidth-code-point "^2.0.0"
25892555
strip-ansi "^4.0.0"
25902556

2591-
string.prototype.padstart@^3.0.0:
2592-
version "3.0.0"
2593-
resolved "https://nexus.dev.casaba.tech/repository/npm/string.prototype.padstart/-/string.prototype.padstart-3.0.0.tgz#5bcfad39f4649bb2d031292e19bcf0b510d4b242"
2594-
integrity sha1-W8+tOfRkm7LQMSkuGbzwtRDUskI=
2595-
dependencies:
2596-
define-properties "^1.1.2"
2597-
es-abstract "^1.4.3"
2598-
function-bind "^1.0.2"
2599-
26002557
string.prototype.trimleft@^2.1.1:
26012558
version "2.1.1"
26022559
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
@@ -2745,24 +2702,22 @@ textlint-rule-no-todo@2.0.1:
27452702
dependencies:
27462703
textlint-rule-helper "^2.0.0"
27472704

2748-
textlint@11.6.2:
2749-
version "11.6.2"
2750-
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.6.2.tgz#28f01f7466b446a3cd3d7daf74987968f006e70c"
2751-
integrity sha512-jNW+e4pJ4MJAVciuK1UdG96tl8sAgLPJty+dRdOzDlNA5725xSohn4SQ0Iewv13EgnpXIRxy1SGaBNbv8nYT5Q==
2752-
dependencies:
2753-
"@textlint/ast-node-types" "^4.2.5"
2754-
"@textlint/ast-traverse" "^2.1.6"
2755-
"@textlint/feature-flag" "^3.1.6"
2756-
"@textlint/fixer-formatter" "^3.1.12"
2757-
"@textlint/kernel" "^3.2.0"
2758-
"@textlint/linter-formatter" "^3.1.11"
2759-
"@textlint/module-interop" "^1.0.2"
2760-
"@textlint/textlint-plugin-markdown" "^5.1.11"
2761-
"@textlint/textlint-plugin-text" "^4.1.12"
2762-
"@textlint/types" "^1.3.0"
2763-
"@textlint/utils" "^1.0.3"
2764-
"@types/bluebird" "^3.5.18"
2765-
bluebird "^3.7.0"
2705+
textlint@11.7.5:
2706+
version "11.7.5"
2707+
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.7.5.tgz#a7c0fbc864e664ea5e1c9cca3f85c9c8f2146f36"
2708+
integrity sha512-Ok++9pIQhDhc73cTx0C5WuWi5GJruoAGtCOTfIQTmEADIaWhCrnPenIDvioF4abjqGZztOXihRuKYSs0RdMKDQ==
2709+
dependencies:
2710+
"@textlint/ast-node-types" "^4.3.3"
2711+
"@textlint/ast-traverse" "^2.2.4"
2712+
"@textlint/feature-flag" "^3.2.3"
2713+
"@textlint/fixer-formatter" "^3.2.4"
2714+
"@textlint/kernel" "^3.3.5"
2715+
"@textlint/linter-formatter" "^3.2.4"
2716+
"@textlint/module-interop" "^1.1.3"
2717+
"@textlint/textlint-plugin-markdown" "^5.2.5"
2718+
"@textlint/textlint-plugin-text" "^4.2.5"
2719+
"@textlint/types" "^1.4.4"
2720+
"@textlint/utils" "^1.1.3"
27662721
debug "^4.1.1"
27672722
deep-equal "^1.1.0"
27682723
file-entry-cache "^5.0.1"

0 commit comments

Comments
 (0)