Skip to content

Commit 6771379

Browse files
fix(deps): update dependency @textlint/types to ^12.5.2
1 parent 348f7f7 commit 6771379

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
@@ -46,7 +46,7 @@
4646
"eslint": "^8.0.0"
4747
},
4848
"dependencies": {
49-
"@textlint/types": "^12.5.0",
49+
"@textlint/types": "^12.5.2",
5050
"structured-source": "^4.0.0"
5151
}
5252
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,10 +1459,10 @@
14591459
"@nodelib/fs.scandir" "2.1.5"
14601460
fastq "^1.6.0"
14611461

1462-
"@textlint/ast-node-types@^12.3.0":
1463-
version "12.3.0"
1464-
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.3.0.tgz#3eb52ca2d7234ad8e015a1fc104ab15945a25e1f"
1465-
integrity sha512-ke5hlKy/xZ/vQt6j+h4k9GradJPDsV3FKsUqWpCpF/X8qWCU2zM4e1SMUAFjoUcLuF9in+eXIQ71Qm/AdjjkZQ==
1462+
"@textlint/ast-node-types@^12.6.1":
1463+
version "12.6.1"
1464+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.6.1.tgz#35ecefe74e701d7f632c083d4fda89cab1b89012"
1465+
integrity sha512-uzlJ+ZsCAyJm+lBi7j0UeBbj+Oy6w/VWoGJ3iHRHE5eZ8Z4iK66mq+PG/spupmbllLtz77OJbY89BYqgFyjXmA==
14661466

14671467
"@textlint/ast-node-types@^13.0.1":
14681468
version "13.0.1"
@@ -1549,12 +1549,12 @@
15491549
dependencies:
15501550
"@textlint/text-to-ast" "^13.0.1"
15511551

1552-
"@textlint/types@^12.5.0":
1553-
version "12.5.0"
1554-
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-12.5.0.tgz#b0a79f83ece81b7e8ffe2570a073ea77a4459734"
1555-
integrity sha512-Po5qOubilL/g3dx+ZUgaQzNXbROADBF4Z5xy7qqgV6pBQIEE/06INZDmmLE1Eesm2zoDpygoG/1f/0/Cy5Yupw==
1552+
"@textlint/types@^12.5.2":
1553+
version "12.6.1"
1554+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-12.6.1.tgz#d00c5d625287a113c2807587c2c0cdc1c7f182d8"
1555+
integrity sha512-t1SZYahu2olnF8MUhlP6qDIEDyl7WmyIaBYxQdE2qU6xUkZWXS2zIxoAT/pVgvFCzDw3KO5HhIYGVeWRp90dTg==
15561556
dependencies:
1557-
"@textlint/ast-node-types" "^12.3.0"
1557+
"@textlint/ast-node-types" "^12.6.1"
15581558

15591559
"@textlint/types@^13.0.1":
15601560
version "13.0.1"

0 commit comments

Comments
 (0)