diff --git a/docs/package-lock.json b/docs/package-lock.json index 6332eead..fb48b67d 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -11076,9 +11076,9 @@ } }, "textlint-rule-stop-words": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.8.tgz", - "integrity": "sha512-KANjzeAs/Ja9Oh7ULcNVJ4kqI5len1mzHvDR8mkaumIQEE7IwadtpH18FifWmo8Ok/ozfRjuTh9YgvN+XIp+pA==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.12.tgz", + "integrity": "sha512-Aw6VfygCwwgsUN/YHtBxD8/cFu2BJZSyGAvYyVe/ngKTmdtflX+O7rmKpL6NW73YyBx3t/Y1GZUyK3OqDPYjkQ==", "dev": true, "requires": { "lodash": "^4.17.10", diff --git a/docs/package.json b/docs/package.json index 31b12929..4f61f139 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.8", + "textlint-rule-stop-words": "1.0.12", "textlint-rule-terminology": "1.1.30", "textlint-rule-write-good": "1.6.2" }, diff --git a/docs/yarn.lock b/docs/yarn.lock index a1c7f570..c7492500 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -8060,10 +8060,10 @@ textlint-rule-helper@^2.0.0: dependencies: unist-util-visit "^1.1.0" -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== +textlint-rule-stop-words@1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.12.tgz#0c273b65520068fd99ce8da27da1e0361fd3d39b" + integrity sha512-Aw6VfygCwwgsUN/YHtBxD8/cFu2BJZSyGAvYyVe/ngKTmdtflX+O7rmKpL6NW73YyBx3t/Y1GZUyK3OqDPYjkQ== dependencies: lodash "^4.17.10" split-lines "^2.0.0"