From 7dc1cf2871afec75313e084fde2eac78d0aba1f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:18:08 +0000 Subject: [PATCH] Update dependency textlint-rule-stop-words to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 985b7df..c729f9d 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-diacritics": "^1.0.0", "textlint-rule-en-capitalization": "^2.0.3", - "textlint-rule-stop-words": "^2.0.7", + "textlint-rule-stop-words": "^5.0.0", "textlint-rule-terminology": "^2.1.4", "textlint-rule-write-good": "^1.6.2", "vue-toasted": "^1.1.28" diff --git a/yarn.lock b/yarn.lock index 6aadf7e..9cb00ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8570,10 +8570,10 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1: structured-source "^3.0.2" unist-util-visit "^1.1.0" -textlint-rule-stop-words@^2.0.7: - version "2.0.7" - resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-2.0.7.tgz#a9fe5451e36c1bf91f84fdbc0d8efaafc1a66669" - integrity sha512-wBG1K2HfmQaHEjxMddRB9canjBbX6xaztVB5d0cgOBVj9NTvPVWf4z9OuTfYUEmIt84wAvQ6XxsIA9YTJ+N5Fg== +textlint-rule-stop-words@^5.0.0: + version "5.0.7" + resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-5.0.7.tgz#a2dab88fd0f3611fe45c20e3c7ad7ec98fe804ab" + integrity sha512-cDUW2B9HwD1OW6Nm5UYg7CuqkqYPqkQQlo7lBq499NMfYThc3H4hRYUtNQ8fKSvi0yBnHB8N6vw/5FilwH05ag== dependencies: lodash "^4.17.15" split-lines "^2.0.0"