From 7c9309f185ec2333aa52c44eed6d78c5e8094471 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 May 2019 01:04:26 +0000 Subject: [PATCH] chore(deps): update dependency textlint-rule-stop-words to v1.0.13 --- 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 8213c4df..5069cb9f 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -11264,9 +11264,9 @@ } }, "textlint-rule-stop-words": { - "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==", + "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==", "dev": true, "requires": { "lodash": "^4.17.10", diff --git a/docs/package.json b/docs/package.json index dc86dd31..cc71a9d4 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.12", + "textlint-rule-stop-words": "1.0.13", "textlint-rule-terminology": "1.1.30", "textlint-rule-write-good": "1.6.2" }, diff --git a/docs/yarn.lock b/docs/yarn.lock index 5cec0906..b340e081 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -8190,10 +8190,10 @@ textlint-rule-helper@^2.1.1: structured-source "^3.0.2" unist-util-visit "^1.1.0" -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== +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== dependencies: lodash "^4.17.10" split-lines "^2.0.0"