Skip to content

Commit d995e50

Browse files
fix(deps): update patch updates
1 parent 259a87d commit d995e50

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"textlint-rule-no-doubled-joshi": "^4.0.3",
4949
"textlint-rule-no-dropping-the-ra": "^3.0.0",
5050
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
51-
"textlint-rule-no-hankaku-kana": "^2.0.0",
51+
"textlint-rule-no-hankaku-kana": "^2.0.1",
5252
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
53-
"textlint-rule-no-nfd": "^2.0.1",
53+
"textlint-rule-no-nfd": "^2.0.2",
5454
"textlint-rule-no-zero-width-spaces": "^1.0.1",
5555
"textlint-rule-preset-jtf-style": "^2.3.13",
5656
"textlint-rule-sentence-length": "^4.0.2"

yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,10 +3335,10 @@ textlint-rule-no-exclamation-question-mark@^1.1.0:
33353335
match-index "^1.0.3"
33363336
textlint-rule-helper "^2.1.1"
33373337

3338-
textlint-rule-no-hankaku-kana@^2.0.0:
3339-
version "2.0.0"
3340-
resolved "https://registry.yarnpkg.com/textlint-rule-no-hankaku-kana/-/textlint-rule-no-hankaku-kana-2.0.0.tgz#f76137d6933b1c87513dc6d36a76f24c5bddf9e0"
3341-
integrity sha512-zqrP2iSEjCMU8mqSvK+ybIisLel/hwUltE36g0hqDiET4uQmtgLj9OVtX77pLOkMOJAiAfme2Ub8irQifYq2Sg==
3338+
textlint-rule-no-hankaku-kana@^2.0.1:
3339+
version "2.0.1"
3340+
resolved "https://registry.yarnpkg.com/textlint-rule-no-hankaku-kana/-/textlint-rule-no-hankaku-kana-2.0.1.tgz#aac00049bba008e45b79ce230fd406030fbe8dfd"
3341+
integrity sha512-39s94HK6V1xnII1haYiYQnWy1YQAKK7Zj0mcpUMFHHC4M5JdsRnhGs6DQPVEff0gQIFV0iuDNlofXt15kjMtEA==
33423342
dependencies:
33433343
textlint-rule-helper "^2.3.0"
33443344
textlint-tester "^13.3.1"
@@ -3352,14 +3352,13 @@ textlint-rule-no-mix-dearu-desumasu@^5.0.0:
33523352
textlint-rule-helper "^2.0.0"
33533353
unist-util-visit "^3.0.0"
33543354

3355-
textlint-rule-no-nfd@^2.0.1:
3356-
version "2.0.1"
3357-
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-2.0.1.tgz#f13c74796dcfe06b8bd6e8c0e2560d041b384ee7"
3358-
integrity sha512-d0SSK64qliPzan+xuRo7F2N4cfgDxBSwzZSwOMclwtPN+ag4Ir0M5SVfBEX1uOAgfPFnjssziDm6kp6WSwzJxg==
3355+
textlint-rule-no-nfd@^2.0.2:
3356+
version "2.0.2"
3357+
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-2.0.2.tgz#61bba87031773349c13dffbf77c1184eab1cbac9"
3358+
integrity sha512-lIUvcQ+wqtConpPQU2YwEJl2dRcRyyrxPYZ3V76UwnkVg++XPLIrE5mLDgyNE/UIQ34e/KitJfMLqKWvnkFbNQ==
33593359
dependencies:
33603360
match-index "^1.0.3"
33613361
textlint-rule-helper "^2.3.0"
3362-
unorm "^1.4.1"
33633362

33643363
textlint-rule-no-zero-width-spaces@^1.0.1:
33653364
version "1.0.1"
@@ -3642,11 +3641,6 @@ universalify@^0.1.0:
36423641
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
36433642
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
36443643

3645-
unorm@^1.4.1:
3646-
version "1.6.0"
3647-
resolved "https://registry.yarnpkg.com/unorm/-/unorm-1.6.0.tgz#029b289661fba714f1a9af439eb51d9b16c205af"
3648-
integrity sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA==
3649-
36503644
untildify@^3.0.3:
36513645
version "3.0.3"
36523646
resolved "https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz#1e7b42b140bcfd922b22e70ca1265bfe3634c7c9"

0 commit comments

Comments
 (0)