From d3b93155a3afa3c3970e5b33664502db41eb4965 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:29:10 +0000 Subject: [PATCH] fix(deps): update dependency @textlint/types to v14 --- package.json | 2 +- yarn.lock | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 10361f8..ada1ba2 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.2", "structured-source": "^4.0.0" } } diff --git a/yarn.lock b/yarn.lock index 6416207..d52a907 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.2": + version "14.0.2" + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.0.2.tgz#2547ae3ee35000bc97d2435cff5be83a52fcfaaa" + integrity sha512-EYVyA4+G+KRNkNW5nytg61VvNtwy7JXSujGrsb4FB2pTA8Hwq/0n6TMXKVdL29n+EhyMIKmmqHFY1rjBwh3B/A== + "@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.2": + version "14.0.2" + resolved "https://registry.yarnpkg.com/@textlint/types/-/types-14.0.2.tgz#ae2ae6d158a3ec09a7f4bd3fb9d05178ea217b9f" + integrity sha512-0dXRXqjOeIxw0R7Gq3IVtq7Hr4jXkcpe5XMcouiGuSI9K8Jf+93ycaTzTg+QLiqmWMFz/ERcNPTVGf+6JBRt3g== + dependencies: + "@textlint/ast-node-types" "^14.0.2" + "@textlint/utils@^13.4.1": version "13.4.1" resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.4.1.tgz#721b6c4c83a152f23a70ef0bbbdc7d1c635b5014"