From ad0b7cb522c567f25c3f195a91288b5d4bd8b749 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:34:24 +0000 Subject: [PATCH] Deps: Update dependency textlint-rule-stop-words to v3 --- packages/textlint-rule-preset-lmc/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/textlint-rule-preset-lmc/package.json b/packages/textlint-rule-preset-lmc/package.json index bfab0c5..bc39319 100644 --- a/packages/textlint-rule-preset-lmc/package.json +++ b/packages/textlint-rule-preset-lmc/package.json @@ -28,7 +28,7 @@ "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^2.0.0", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-stop-words": "^2.0.2", + "textlint-rule-stop-words": "^3.0.0", "textlint-rule-terminology": "^2.0.1", "textlint-rule-title-case": "^3.0.0", "textlint-rule-write-good": "^2.0.0" diff --git a/yarn.lock b/yarn.lock index de114d5..848a2a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10309,10 +10309,10 @@ textlint-rule-helper@^2.1.1, textlint-rule-helper@^2.2.0: structured-source "^3.0.2" unist-util-visit "^2.0.3" -textlint-rule-stop-words@^2.0.2: - version "2.0.9" - resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-2.0.9.tgz#36209f289857055eb6a09cf9e6997fd779d74378" - integrity sha512-UW7nWrqBUHfz/sRLTFo40BNjwXOiXSHg00TJuYY4GVDQtsWRLyAsOnXSBqClP4i6wl7ejMBeYmB5mfllYAYMgA== +textlint-rule-stop-words@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/textlint-rule-stop-words/-/textlint-rule-stop-words-3.0.1.tgz#41d437239ea1bdd221eb7d52b3426f7965df1bd0" + integrity sha512-gO4N3OnPLvE6+fvJ1Y5m8MzDVrqMEWzW8pTGMXjL8VAXmQkD6YQ9eDMbsVN0/DzEe8tcsBqNgA/iIrQ64oECuQ== dependencies: lodash "^4.17.15" split-lines "^2.0.0"