Skip to content

Commit 06a865f

Browse files
fix(deps): update dependency textlint-rule-helper to ^2.2.4
1 parent 1dbce0f commit 06a865f

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
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.2.1",
33+
"textlint-rule-helper": "^2.2.4",
3434
"write-good": "^1.0.8"
3535
},
3636
"lint-staged": {

yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,11 @@
11451145
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.1.1.tgz#189cdc932a50b9dd14b6829848408c22bb72f976"
11461146
integrity sha512-5/XK9S1177UYetOY6407o1RDuNVndaYfuzsZwhmo52V367s4ZuUD2064WhbmCd6TPyKD4dVr2zoWjfNDfzUZQg==
11471147

1148+
"@textlint/ast-node-types@^13.0.2":
1149+
version "13.3.1"
1150+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.3.1.tgz#469cab986e43f4ffb39aa5c31d148888a36d2286"
1151+
integrity sha512-/qeEjW3hIFpGwESsCkJRroja7mBOlo9wqyx8G4fwayq4FZRvJMm/9DhIo77jd/4wm/VSJcVVr+fs+rVa4jrY5A==
1152+
11481153
"@textlint/ast-tester@^12.1.1":
11491154
version "12.1.1"
11501155
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.1.1.tgz#6eef213a6c2b479446ed840c5bf7883f5db624ac"
@@ -1467,6 +1472,11 @@ boundary@^1.0.1:
14671472
resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812"
14681473
integrity sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI=
14691474

1475+
boundary@^2.0.0:
1476+
version "2.0.0"
1477+
resolved "https://registry.yarnpkg.com/boundary/-/boundary-2.0.0.tgz#169c8b1f0d44cf2c25938967a328f37e0a4e5efc"
1478+
integrity sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==
1479+
14701480
brace-expansion@^1.1.7:
14711481
version "1.1.11"
14721482
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -3922,6 +3932,13 @@ structured-source@^3.0.2:
39223932
dependencies:
39233933
boundary "^1.0.1"
39243934

3935+
structured-source@^4.0.0:
3936+
version "4.0.0"
3937+
resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-4.0.0.tgz#0c9e59ee43dedd8fc60a63731f60e358102a4948"
3938+
integrity sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==
3939+
dependencies:
3940+
boundary "^2.0.0"
3941+
39253942
supports-color@8.1.1:
39263943
version "8.1.1"
39273944
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@@ -3959,12 +3976,13 @@ text-table@^0.2.0:
39593976
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
39603977
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
39613978

3962-
textlint-rule-helper@^2.2.1:
3963-
version "2.2.1"
3964-
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.1.tgz#fe223d4a6c492b9aaf6e8a33fca5ad8a02e4e027"
3965-
integrity sha512-pdX3uNbFzQTgINamaBpEHRT/MgROHev5wCnQnUTXRLT5DaRjls0Rmpi5d1MPZG6HT5NKVL++Q2J0FUbh5shi3Q==
3979+
textlint-rule-helper@^2.2.4:
3980+
version "2.3.0"
3981+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d"
3982+
integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA==
39663983
dependencies:
3967-
structured-source "^3.0.2"
3984+
"@textlint/ast-node-types" "^13.0.2"
3985+
structured-source "^4.0.0"
39683986
unist-util-visit "^2.0.3"
39693987

39703988
textlint-scripts@^12.1.1:

0 commit comments

Comments
 (0)