Skip to content

Commit d52f8a1

Browse files
fix(deps): update dependency textlint-rule-helper to ^2.2.4
1 parent bae7606 commit d52f8a1

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
@@ -36,6 +36,6 @@
3636
},
3737
"dependencies": {
3838
"alex": "^9.1.1",
39-
"textlint-rule-helper": "^2.2.1"
39+
"textlint-rule-helper": "^2.2.4"
4040
}
4141
}

yarn.lock

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

1160+
"@textlint/ast-node-types@^13.0.2":
1161+
version "13.3.1"
1162+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.3.1.tgz#469cab986e43f4ffb39aa5c31d148888a36d2286"
1163+
integrity sha512-/qeEjW3hIFpGwESsCkJRroja7mBOlo9wqyx8G4fwayq4FZRvJMm/9DhIo77jd/4wm/VSJcVVr+fs+rVa4jrY5A==
1164+
11601165
"@textlint/ast-tester@^12.1.1":
11611166
version "12.1.1"
11621167
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.1.1.tgz#6eef213a6c2b479446ed840c5bf7883f5db624ac"
@@ -1507,6 +1512,11 @@ boundary@^1.0.1:
15071512
resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812"
15081513
integrity sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI=
15091514

1515+
boundary@^2.0.0:
1516+
version "2.0.0"
1517+
resolved "https://registry.yarnpkg.com/boundary/-/boundary-2.0.0.tgz#169c8b1f0d44cf2c25938967a328f37e0a4e5efc"
1518+
integrity sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==
1519+
15101520
boxen@^4.2.0:
15111521
version "4.2.0"
15121522
resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64"
@@ -4488,6 +4498,13 @@ structured-source@^3.0.2:
44884498
dependencies:
44894499
boundary "^1.0.1"
44904500

4501+
structured-source@^4.0.0:
4502+
version "4.0.0"
4503+
resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-4.0.0.tgz#0c9e59ee43dedd8fc60a63731f60e358102a4948"
4504+
integrity sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==
4505+
dependencies:
4506+
boundary "^2.0.0"
4507+
44914508
44924509
version "8.1.1"
44934510
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@@ -4537,12 +4554,13 @@ text-table@^0.2.0:
45374554
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
45384555
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
45394556

4540-
textlint-rule-helper@^2.2.1:
4541-
version "2.2.1"
4542-
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.1.tgz#fe223d4a6c492b9aaf6e8a33fca5ad8a02e4e027"
4543-
integrity sha512-pdX3uNbFzQTgINamaBpEHRT/MgROHev5wCnQnUTXRLT5DaRjls0Rmpi5d1MPZG6HT5NKVL++Q2J0FUbh5shi3Q==
4557+
textlint-rule-helper@^2.2.4:
4558+
version "2.3.0"
4559+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d"
4560+
integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA==
45444561
dependencies:
4545-
structured-source "^3.0.2"
4562+
"@textlint/ast-node-types" "^13.0.2"
4563+
structured-source "^4.0.0"
45464564
unist-util-visit "^2.0.3"
45474565

45484566
textlint-scripts@^12.1.1:

0 commit comments

Comments
 (0)