Skip to content

Commit 7948ac9

Browse files
fix(deps): update dependency textlint-rule-helper to ^2.5.0
1 parent fe7da85 commit 7948ac9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/textlint-rule/textlint-rule-write-good",
3131
"repository": "textlint-rule/textlint-rule-write-good",
3232
"dependencies": {
33-
"textlint-rule-helper": "^2.3.1",
33+
"textlint-rule-helper": "^2.5.0",
3434
"write-good": "^1.0.8"
3535
},
3636
"lint-staged": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,10 +1194,10 @@
11941194
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.6.1.tgz#35ecefe74e701d7f632c083d4fda89cab1b89012"
11951195
integrity sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA==
11961196

1197-
"@textlint/ast-node-types@^13.4.1":
1198-
version "13.4.1"
1199-
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2"
1200-
integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==
1197+
"@textlint/ast-node-types@^15.2.1":
1198+
version "15.2.2"
1199+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-15.2.2.tgz#450632e54d08fc6776a620671a0ae29bb6cec08b"
1200+
integrity sha512-9ByYNzWV8tpz6BFaRzeRzIov8dkbSZu9q7IWqEIfmRuLWb2qbI/5gTvKcoWT1HYs4XM7IZ8TKSXcuPvMb6eorA==
12011201

12021202
"@textlint/ast-tester@^12.6.1":
12031203
version "12.6.1"
@@ -3353,12 +3353,12 @@ supports-color@^7.1.0:
33533353
dependencies:
33543354
has-flag "^4.0.0"
33553355

3356-
textlint-rule-helper@^2.3.1:
3357-
version "2.3.1"
3358-
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz#d2b82dbd46f25694fd315cbee46479bb545af87f"
3359-
integrity sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw==
3356+
textlint-rule-helper@^2.5.0:
3357+
version "2.5.0"
3358+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.5.0.tgz#d31ff25a6de66ccb9d1a473a114f5d411f305b90"
3359+
integrity sha512-QIbFPtyqLy0g5BJn8mryk9iHzGYicNaFIpLFPiEnb4RXxrEGeQ2W2aARQ9yEXLIAqo+OwK4ndWBAWkbgJEPzTQ==
33603360
dependencies:
3361-
"@textlint/ast-node-types" "^13.4.1"
3361+
"@textlint/ast-node-types" "^15.2.1"
33623362
structured-source "^4.0.0"
33633363
unist-util-visit "^2.0.3"
33643364

0 commit comments

Comments
 (0)