diff --git a/package.json b/package.json index 00d1b22..d9458ad 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^8.0.0" }, "dependencies": { - "@textlint/types": "^13.4.1", + "@textlint/types": "^14.0.4", "structured-source": "^4.0.0" } } diff --git a/yarn.lock b/yarn.lock index 34ccd79..6f9100d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1397,6 +1397,11 @@ resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2" integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ== +"@textlint/ast-node-types@^14.0.4": + version "14.0.4" + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.0.4.tgz#261de119ce332eedd6a03845115412158b183ce1" + integrity sha512-O7L1pgle030Co9ou1+6e2/6GgcIpKgqwEc0XiBabokc22Yl0QEkrf00K/usBDmSx+wo1ficWBux2mfBEF0jnDA== + "@textlint/ast-tester@^13.4.1": version "13.4.1" resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.4.1.tgz#74a704b582fe7cd3caf1d3ae1c65fa0d7f1f6fec" @@ -1484,6 +1489,13 @@ dependencies: "@textlint/ast-node-types" "^13.4.1" +"@textlint/types@^14.0.4": + version "14.0.4" + resolved "https://registry.yarnpkg.com/@textlint/types/-/types-14.0.4.tgz#0c163398a69bb53d0fc98f9717c8fe643b5c9cd7" + integrity sha512-SNdFG/GB6utYeHmNfoAMlI+K1NykPxK9TtilkEfhr/fF9TqmeeJ+6CMk5NLQzEvfKm6jUbv2pp5DPS27vo6GKg== + dependencies: + "@textlint/ast-node-types" "^14.0.4" + "@textlint/utils@^13.4.1": version "13.4.1" resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.4.1.tgz#721b6c4c83a152f23a70ef0bbbdc7d1c635b5014"