diff --git a/docs/package.json b/docs/package.json index 9a411330..5325585f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -70,7 +70,7 @@ "textlint-rule-alex": "1.3.1", "textlint-rule-common-misspellings": "1.0.1", "textlint-rule-en-capitalization": "2.0.1", - "textlint-rule-stop-words": "1.0.7", + "textlint-rule-stop-words": "1.0.8", "textlint-rule-terminology": "1.1.30", "textlint-rule-write-good": "1.6.2" }, diff --git a/docs/yarn.lock b/docs/yarn.lock index 326ea513..d94a19b1 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -7962,10 +7962,10 @@ textlint-rule-helper@^2.0.0: dependencies: unist-util-visit "^1.1.0" -textlint-rule-stop-words@1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.7.tgz#7d2fa0991a5434f21292cefa0e50c10bb3a01536" - integrity sha512-QHf1JaUuQzgOFNjLYg3wM98aWC7alpR0vuxNgX1VfcNPhwoof633gRsnKzvW7dI4/O9bkFH9MrA78Zexzq9eXw== +textlint-rule-stop-words@1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.8.tgz#52581ce90e60307295ecba9e719d75cffd724658" + integrity sha512-KANjzeAs/Ja9Oh7ULcNVJ4kqI5len1mzHvDR8mkaumIQEE7IwadtpH18FifWmo8Ok/ozfRjuTh9YgvN+XIp+pA== dependencies: lodash "^4.17.10" split-lines "^2.0.0"