Skip to content

Commit 741a372

Browse files
committed
fix(deps): update dependency textlint-rule-helper to ^2.2.0
1 parent 7f0fbef commit 741a372

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
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.0",
39-
"textlint-rule-helper": "^2.1.1"
39+
"textlint-rule-helper": "^2.2.0"
4040
}
4141
}

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -908,11 +908,16 @@
908908
dependencies:
909909
defer-to-connect "^1.0.1"
910910

911-
"@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.3.5":
911+
"@textlint/ast-node-types@^4.3.5":
912912
version "4.3.5"
913913
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.3.5.tgz#4fb2f81450c9135191b464c3955ebd3a3a95b4a6"
914914
integrity sha512-syl8VE34DQDTV7+IADP1jYtGsxTC9MmCKLmpJX90G6nNv9CzgAZIukd7WMiJFZpFgcDAlibEaCKlJRxjfEmmPA==
915915

916+
"@textlint/ast-node-types@^4.4.3":
917+
version "4.4.3"
918+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
919+
integrity sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==
920+
916921
"@textlint/ast-tester@^2.2.5":
917922
version "2.2.5"
918923
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-2.2.5.tgz#91f37187310a5c2f064bb2ae2c6897193d6ada7d"
@@ -1028,13 +1033,20 @@
10281033
dependencies:
10291034
"@textlint/text-to-ast" "^3.2.5"
10301035

1031-
"@textlint/types@^1.1.2", "@textlint/types@^1.4.6":
1036+
"@textlint/types@^1.4.6":
10321037
version "1.4.6"
10331038
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.4.6.tgz#64dd33187bdc1bd90ea741496fbe58046227b167"
10341039
integrity sha512-hoKPvIzNf+vI0goRk90HfsVUbXkAp4BfpvRxh51TGqVG27dlYrQJZkYheuUNUAwyj0Id09qzVwXno/xQPMYPcg==
10351040
dependencies:
10361041
"@textlint/ast-node-types" "^4.3.5"
10371042

1043+
"@textlint/types@^1.5.5":
1044+
version "1.5.5"
1045+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304"
1046+
integrity sha512-80P6fcqgsG9bP6JgR6W/E/oIx+71pplaicYCvvB4vMIeGk0OnWls4Q21kCpDYmq/C/ABtZ/Gy/Ov/8ExQPeQ7A==
1047+
dependencies:
1048+
"@textlint/ast-node-types" "^4.4.3"
1049+
10381050
"@textlint/utils@^1.1.5":
10391051
version "1.1.5"
10401052
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.1.5.tgz#4d2460c784452531a87d2603d232a63d58e79e37"
@@ -4778,13 +4790,13 @@ text-table@^0.2.0:
47784790
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
47794791
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
47804792

4781-
textlint-rule-helper@^2.1.1:
4782-
version "2.1.1"
4783-
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.1.1.tgz#d572588685359134bc779939b217e61f087dab0f"
4784-
integrity sha512-6fxgHzoJVkjl3LaC1b2Egi+5wbhG4i0pU0knJmQujVhxIJ3D3AcQQZPs457xKAi5xKz1WayYeTeJ5jrD/hnO7g==
4793+
textlint-rule-helper@^2.2.0:
4794+
version "2.2.0"
4795+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.2.0.tgz#30522ba904a03849d57ea3e5ebd5920027cd8da3"
4796+
integrity sha512-9S5CsgQuQwPjM2wvr4JGdpkLf+pR9gOjedSQFa/Dkrbh+D9MXt1LIR4Jvx1RujKtt2nq42prmEX2q3xOxyUcIQ==
47854797
dependencies:
4786-
"@textlint/ast-node-types" "^4.2.1"
4787-
"@textlint/types" "^1.1.2"
4798+
"@textlint/ast-node-types" "^4.4.3"
4799+
"@textlint/types" "^1.5.5"
47884800
structured-source "^3.0.2"
47894801
unist-util-visit "^1.1.0"
47904802

0 commit comments

Comments
 (0)