From 34015ad791cb33737fd6c2b498bd28f4773b0a9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 08:34:45 +0000 Subject: [PATCH] Bump textlint-rule-max-ten from 2.0.3 to 2.0.4 Bumps [textlint-rule-max-ten](https://github.com/textlint-ja/textlint-rule-max-ten) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/textlint-ja/textlint-rule-max-ten/releases) - [Commits](https://github.com/textlint-ja/textlint-rule-max-ten/compare/2.0.3...v2.0.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index df94589..7008f8b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "textlint": "^11.7.6", "textlint-filter-rule-whitelist": "^2.0.0", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-max-ten": "^2.0.3", + "textlint-rule-max-ten": "^2.0.4", "textlint-rule-no-dropping-the-ra": "^1.1.3", "textlint-rule-no-start-duplicated-conjunction": "^2.0.2", "textlint-rule-preset-japanese": "^5.0.0" diff --git a/yarn.lock b/yarn.lock index 7bf909a..bb11395 100644 --- a/yarn.lock +++ b/yarn.lock @@ -788,7 +788,7 @@ kuromoji@0.1.1: doublearray "0.0.2" zlibjs "^0.2.0" -kuromojin@^1.0.2, kuromojin@^1.1.0, kuromojin@^1.2.1, kuromojin@^1.4.0: +kuromojin@^1.1.0, kuromojin@^1.2.1, kuromojin@^1.4.0: version "1.5.1" resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-1.5.1.tgz#f5c4cc2d4a8b56343c7281f7def8d56309184078" integrity sha512-tzt3UUqWqzwHMsahchyrcs9kgbn6OM7xP4QRCd0w5vqE0lA/cjCH0OxjLaekz5cnxGmcy8RfN7La3xOxZOvJ1w== @@ -1467,12 +1467,12 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1: structured-source "^3.0.2" unist-util-visit "^1.1.0" -textlint-rule-max-ten@^2.0.2, textlint-rule-max-ten@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-2.0.3.tgz#dccbc0d0157ee86a7572ca00a47ab1fa577f0645" - integrity sha1-3MvA0BV+6Gp1csoApHqx+ld/BkU= +textlint-rule-max-ten@^2.0.2, textlint-rule-max-ten@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-2.0.4.tgz#498830ae4ba799641005a8e102abeb1f8c5876e4" + integrity sha512-jpAo7+afIhZiegsAcD8PB22px1bqdkN3VAkPHijZsZlB05+Z1rZS/SCoUtgT+5NveErk+Bbcmm4jOLo+owq6+Q== dependencies: - kuromojin "^1.0.2" + kuromojin "^2.0.0" sentence-splitter "^2.0.0" structured-source "^3.0.2" textlint-rule-helper "^2.0.0"