From a8a3a901825c508d60ceb72c9e32d3be227022c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 4 Aug 2019 01:19:32 +0000 Subject: [PATCH] chore(deps): update dependency textlint-rule-stop-words to v1.0.17 --- docs/package-lock.json | 6 +++--- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 2b67c763..a810deb0 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -11690,9 +11690,9 @@ } }, "textlint-rule-stop-words": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.16.tgz", - "integrity": "sha512-gteiC5eaOlb0jqewGVb5u85MudqCIPdoDn8Un8TgPJQR0w5BxfBNJEXxDgegeh4d+e2yeEJCgUzfLrdt1rHVMg==", + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.17.tgz", + "integrity": "sha512-7m1k3xMwsOw7WyGNINJQ5EX2+mnqAeg6VBfXY7BVUr/y6NOYhPbEj3A3MBJ9Jt9dfC1twL0aI6mKPo+5xLUsVA==", "dev": true, "requires": { "lodash": "^4.17.10", diff --git a/docs/package.json b/docs/package.json index 195563a4..c6198658 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.2", - "textlint-rule-stop-words": "1.0.16", + "textlint-rule-stop-words": "1.0.17", "textlint-rule-terminology": "1.1.30", "textlint-rule-write-good": "1.6.2" }, diff --git a/docs/yarn.lock b/docs/yarn.lock index 86cbabd7..1c7a329b 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -8254,10 +8254,10 @@ textlint-rule-helper@^2.1.1: structured-source "^3.0.2" unist-util-visit "^1.1.0" -textlint-rule-stop-words@1.0.16: - version "1.0.16" - resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.16.tgz#bdc4f39c4c7b85333a116c834eb9044b93c00933" - integrity sha512-gteiC5eaOlb0jqewGVb5u85MudqCIPdoDn8Un8TgPJQR0w5BxfBNJEXxDgegeh4d+e2yeEJCgUzfLrdt1rHVMg== +textlint-rule-stop-words@1.0.17: + version "1.0.17" + resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-1.0.17.tgz#1974f4236339fed36a55c3e6626bf167aeb46c5c" + integrity sha512-7m1k3xMwsOw7WyGNINJQ5EX2+mnqAeg6VBfXY7BVUr/y6NOYhPbEj3A3MBJ9Jt9dfC1twL0aI6mKPo+5xLUsVA== dependencies: lodash "^4.17.10" split-lines "^2.0.0"