1
0
Fork 0

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

This commit is contained in:
Renovate Bot 2019-07-14 06:13:12 +00:00 committed by renovate[bot]
parent e66c6d0898
commit bd56bfaea1
3 changed files with 8 additions and 8 deletions

View file

@ -11822,9 +11822,9 @@
}
},
"textlint-rule-stop-words": {
"version": "1.0.13",
"resolved": "https://registry.npmjs.org/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.13.tgz",
"integrity": "sha512-LYCgL3OcaxFEDWwWo2I4hSg0CR/Ik3HOUjkSiSsVgx54Dnk3/78ajbcEgj+Q7spMmVw2jETqGObhZkMGbQBMYw==",
"version": "1.0.14",
"resolved": "https://registry.npmjs.org/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.14.tgz",
"integrity": "sha512-Erogu6UvuFHHzUrEG9Jq2oMWYVcJ5eYy9/CLw2yRbfmSvTwo1MqAE5Ua4NJsdm5vcMARHJsQCPyWzLIgVIVsRA==",
"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.2",
"textlint-rule-stop-words": "1.0.13",
"textlint-rule-stop-words": "1.0.14",
"textlint-rule-terminology": "1.1.30",
"textlint-rule-write-good": "1.6.2"
},

View file

@ -8369,10 +8369,10 @@ textlint-rule-helper@^2.1.1:
structured-source "^3.0.2"
unist-util-visit "^1.1.0"
textlint-rule-stop-words@1.0.13:
version "1.0.13"
resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.13.tgz#8ceafac80d55d480790a7b396d6c7f37e63276da"
integrity sha512-LYCgL3OcaxFEDWwWo2I4hSg0CR/Ik3HOUjkSiSsVgx54Dnk3/78ajbcEgj+Q7spMmVw2jETqGObhZkMGbQBMYw==
textlint-rule-stop-words@1.0.14:
version "1.0.14"
resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.14.tgz#004a7d1e9878636e76958528d196122f2e1cb69f"
integrity sha512-Erogu6UvuFHHzUrEG9Jq2oMWYVcJ5eYy9/CLw2yRbfmSvTwo1MqAE5Ua4NJsdm5vcMARHJsQCPyWzLIgVIVsRA==
dependencies:
lodash "^4.17.10"
split-lines "^2.0.0"