diff --git a/package.json b/package.json index 4993264..9caf61f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "homepage": "https://github.com/textlint-rule/textlint-rule-write-good", "repository": "textlint-rule/textlint-rule-write-good", "dependencies": { - "textlint-rule-helper": "^2.3.0", + "textlint-rule-helper": "^2.3.1", "write-good": "^1.0.8" }, "lint-staged": { diff --git a/yarn.lock b/yarn.lock index 9c3adf2..0eb80e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1194,10 +1194,10 @@ resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.6.1.tgz#35ecefe74e701d7f632c083d4fda89cab1b89012" integrity sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA== -"@textlint/ast-node-types@^13.0.2": - version "13.3.1" - resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.3.1.tgz#469cab986e43f4ffb39aa5c31d148888a36d2286" - integrity sha512-/qeEjW3hIFpGwESsCkJRroja7mBOlo9wqyx8G4fwayq4FZRvJMm/9DhIo77jd/4wm/VSJcVVr+fs+rVa4jrY5A== +"@textlint/ast-node-types@^13.4.1": + version "13.4.1" + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2" + integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ== "@textlint/ast-tester@^12.6.1": version "12.6.1" @@ -3580,12 +3580,12 @@ supports-color@^7.1.0: dependencies: has-flag "^4.0.0" -textlint-rule-helper@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d" - integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA== +textlint-rule-helper@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz#d2b82dbd46f25694fd315cbee46479bb545af87f" + integrity sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw== dependencies: - "@textlint/ast-node-types" "^13.0.2" + "@textlint/ast-node-types" "^13.4.1" structured-source "^4.0.0" unist-util-visit "^2.0.3"