Skip to content

Commit bd63828

Browse files
committed
Update dependency textlint to v11.7.4
1 parent 53ac33d commit bd63828

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.4",
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.2":
63+
version "4.3.2"
64+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.2.tgz#48eec16c9393f548d63a9bfa16565be391b64aa5"
65+
integrity sha512-IdrMWUjXLegVZT3WLaXWzrCPaFz8UcoDwEftVN38sZw+hoy87IjvUF/ld8Q0XRRoBVMcbJgZJQh2E+Ubcu90Gg==
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.2":
68+
version "2.2.2"
69+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.2.2.tgz#c571bb1ce5a2626cd9ee7dea97a11b122fc30eba"
70+
integrity sha512-M5WDKdGR+BuZ5b9dQya6SWfuiDEddKT2KrNtBedAyezY9JRCx5Mgu3edA1nsBda6r1E59i3jDhH4GByvr1/tqw==
7171
dependencies:
72-
"@textlint/ast-node-types" "^4.2.5"
72+
"@textlint/ast-node-types" "^4.3.2"
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.3":
75+
version "2.2.3"
76+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.2.3.tgz#b6fe58e068c2d3f1e062a15ea9ec15a8a4fad552"
77+
integrity sha512-hByB46r1YxsmyFgJdkfxY6oZfWS7ssiyIqAtVo/7s10PgMSzr/3z3fM5xWCPcNBAEsTMjdiqRC3LbNauFDemrA==
7878
dependencies:
79-
"@textlint/ast-node-types" "^4.2.5"
79+
"@textlint/ast-node-types" "^4.3.2"
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.2":
82+
version "3.2.2"
83+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.2.2.tgz#c8a1bd934f2d848c5d16e1a1334043884e23a72c"
84+
integrity sha512-eyKfJca9yghvw7NOoeyu+WAqhjGWGfxJTpsS3qBZ6bE9b2GJCm1GkbE3Dw+GYsa8t/2dxClZFYWZ8DN/vF8Tyw==
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.3":
89+
version "3.2.3"
90+
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.2.3.tgz#b48554216efb373279e94f1804c92fcd79045a59"
91+
integrity sha512-8ahbTPqIpt+nZWYdGxSCo6DMsJ6y4BzlTm41MhsIX6N7XJMJg1NE0yns8mt4jHGnSdDc/zRMeO5aE7PcskuELg==
9292
dependencies:
93-
"@textlint/module-interop" "^1.0.2"
94-
"@textlint/types" "^1.3.0"
93+
"@textlint/module-interop" "^1.1.2"
94+
"@textlint/types" "^1.4.3"
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.4":
105+
version "3.3.4"
106+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.3.4.tgz#d99957271a4c022c9e411c43823f0642ad6778a7"
107+
integrity sha512-/guW4YCQqfhCJRzj2YQh2BVyF3g8Cx83jtbqAZfJ6Tbx8jvlj+p8CCZ6h9MjfWiCTKVdg324ZCoEvBt8OlyO6Q==
108+
dependencies:
109+
"@textlint/ast-node-types" "^4.3.2"
110+
"@textlint/ast-tester" "^2.2.2"
111+
"@textlint/ast-traverse" "^2.2.3"
112+
"@textlint/feature-flag" "^3.2.2"
113+
"@textlint/types" "^1.4.3"
114+
"@textlint/utils" "^1.1.2"
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.3":
121+
version "3.2.3"
122+
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.2.3.tgz#96e7c6d347b2c0607e94b6d30028f440c72c7281"
123+
integrity sha512-HW5N6/E8ZFaq3RiM3y/2MPIvFfLzqXhUqTJXNzjBfu136Ao4XO/leWARcw1kxLBbA8WAHh9/k5bvuvUFpTMiBQ==
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.2"
128+
"@textlint/types" "^1.4.3"
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.3":
144+
version "6.2.3"
145+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.2.3.tgz#6e45f64b4b6f36ff99557717181c0916558463be"
146+
integrity sha512-jrVme4nX9nx+4cy4EoTo3SSTck0+w8EPGO6R/Itc13gbDvewubliS9/0G7SiOj6uoUkky6nnabtnYSCyl8IE0Q==
150147
dependencies:
151-
"@textlint/ast-node-types" "^4.2.5"
148+
"@textlint/ast-node-types" "^4.3.2"
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.2":
157+
version "1.1.2"
158+
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.1.2.tgz#5a1d8c74b997397c4da2c40aaf4b6c9853dae671"
159+
integrity sha512-IlWIOw2aZCvFxS51AQVlxWcVkMl3iTbV8u3mTCbL1o0Gjf03ei/UO5jXrS061e+tp4ja1ui2oClGr4O3U3ic5w==
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.2":
162+
version "3.2.2"
163+
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.2.2.tgz#a993e1074a21ddbbd672cf124b4ee9cb763b9cf0"
164+
integrity sha512-WjJc8jKzw3nsSGETz/21SAvxk4PSa8Fxgz/aVmRtl7iY6zHIe7g345bOJce8TTpIO6MBCufiRl0ThyY4GOMQEQ==
168165
dependencies:
169-
"@textlint/ast-node-types" "^4.2.5"
166+
"@textlint/ast-node-types" "^4.3.2"
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.4":
169+
version "5.2.4"
170+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.2.4.tgz#e2e9be75636ea3bde90ba0258f238689c7f1bb62"
171+
integrity sha512-5qg4E11IEEtr3EGlRPH6dFJZYGuy2sofL6lucegAzWCn2ANlzYP6awa1Ka99Z7ZlelWnViNhIolTlZGxcp12eg==
175172
dependencies:
176-
"@textlint/markdown-to-ast" "^6.1.6"
173+
"@textlint/markdown-to-ast" "^6.2.3"
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.4":
176+
version "4.2.4"
177+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.2.4.tgz#edfd0956b22c02f41aa4deba8c391d41b26d4f08"
178+
integrity sha512-KZTpSW4x5Hnm9tCRmZ3tcPF47VbyA5ami8lgpZBzVeDv6xxi4Fy9658A565QGUdeYeCDEgwoUZ9+34kGKouc6A==
182179
dependencies:
183-
"@textlint/text-to-ast" "^3.1.7"
180+
"@textlint/text-to-ast" "^3.2.2"
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.3":
191+
version "1.4.3"
192+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.4.3.tgz#bcb464c9370368e878f724b532b13871f2efc44b"
193+
integrity sha512-uiQPFWeOV7FxqYs+wBowwoVDA5jYMMgOGvYRkmADEA5ci+/JEFEPFme6nRiY9ABQs38vWxSR/FOd2wENVhDFlQ==
197194
dependencies:
198-
"@textlint/ast-node-types" "^4.2.5"
195+
"@textlint/ast-node-types" "^4.3.2"
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.2":
198+
version "1.1.2"
199+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.1.2.tgz#3d07c54e2da2af2b5c39ddf6dfd36ea962c3427a"
200+
integrity sha512-BDRfUabrOp3JfFfBmaCHm2R9cyOeC1qriVzPJpGg8eJNQzV4GF8mpgQdKjCOOINFo/lddRwOWL2545Azsf9j3w==
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.4:
2706+
version "11.7.4"
2707+
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.7.4.tgz#613cfbbb7050320eedd979c5b3162e710437afae"
2708+
integrity sha512-8ro552XsdhnJiIkEOJKfGWHFZChQ9C04wqhwij0hmeQ1+NPIsaj/0KYmGqIZHReBExvAUM31TsukvEywHrQbqw==
2709+
dependencies:
2710+
"@textlint/ast-node-types" "^4.3.2"
2711+
"@textlint/ast-traverse" "^2.2.3"
2712+
"@textlint/feature-flag" "^3.2.2"
2713+
"@textlint/fixer-formatter" "^3.2.3"
2714+
"@textlint/kernel" "^3.3.4"
2715+
"@textlint/linter-formatter" "^3.2.3"
2716+
"@textlint/module-interop" "^1.1.2"
2717+
"@textlint/textlint-plugin-markdown" "^5.2.4"
2718+
"@textlint/textlint-plugin-text" "^4.2.4"
2719+
"@textlint/types" "^1.4.3"
2720+
"@textlint/utils" "^1.1.2"
27662721
debug "^4.1.1"
27672722
deep-equal "^1.1.0"
27682723
file-entry-cache "^5.0.1"

0 commit comments

Comments
 (0)