From ef676f56feaaf0800c79ac9651ca3fae81abf2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 03:20:15 +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 6c1071a..43103b7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^8.0.0" }, "dependencies": { - "@textlint/types": "^13.4.1", + "@textlint/types": "^14.1.0", "structured-source": "^4.0.0" } } diff --git a/yarn.lock b/yarn.lock index 7123e18..510cf7b 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.1.0": + version "14.1.0" + resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.1.0.tgz#32f432284cc076928d90aebd9f10fd9f6bd9198f" + integrity sha512-xN1YzHH59m0mruMaE6scTEj06ALvonofJ7anh5Badr3GZDkMbkTW+U/cFY+hVCIxRawwIUDtBWtWIYB15uPhqg== + "@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.1.0": + version "14.1.0" + resolved "https://registry.yarnpkg.com/@textlint/types/-/types-14.1.0.tgz#6a0ff8a8f3f9c9c021d22fccaaaf5bca57b55201" + integrity sha512-vAIduQ30GvrN1myk77x0QkA63Hty546Q8KLZgkYU9j1ETpS99lnTo41yUi9UwcrB9D9tNyEuEfy5nenRmqvPhA== + dependencies: + "@textlint/ast-node-types" "^14.1.0" + "@textlint/utils@^13.4.1": version "13.4.1" resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.4.1.tgz#721b6c4c83a152f23a70ef0bbbdc7d1c635b5014"