1
0
Fork 0

chore(deps): update dependency textlint-rule-stop-words to v1.0.12

This commit is contained in:
Renovate Bot 2019-03-31 02:14:52 +00:00 committed by renovate[bot]
parent 5d4cbaef48
commit 224cce184f
3 changed files with 8 additions and 8 deletions

View file

@ -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",

View file

@ -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"
},

View file

@ -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"