From 2d2fdc85b5b2ff97d4f8bffca478ff4a17836d9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:33:17 +0000 Subject: [PATCH] Update dependency textlint-rule-prh to v6 --- package.json | 2 +- yarn.lock | 35 ++++++++++++++++++++++++----------- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 1a59289..5b6117f 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "textlint": "14.0.0", "textlint-filter-rule-allowlist": "4.0.0", "textlint-rule-preset-jtf-style": "2.3.14", - "textlint-rule-prh": "5.3.0" + "textlint-rule-prh": "6.0.0" } } diff --git a/yarn.lock b/yarn.lock index 3ef5a36..d9e4c71 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,16 +24,21 @@ dependencies: "@azu/format-text" "^1.0.1" -"@babel/parser@^7.7.5": - version "7.9.2" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.2.tgz#4e767f424b479c514077544484d1f9bdba7f1158" - integrity sha512-2jyvKdoOS1aWAFL2rjJZmamyDDkPCx/AAz4/Wh1Dfxvw8qqnOvek/ZlHQ2noO/o8JpnXa/WiUUFOv48meBKkpA== +"@babel/parser@^7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" + integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== "@textlint/ast-node-types@^12.0.0": version "12.0.0" resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.0.0.tgz#23bd683f9fc04209ae28bff72954c8aa67c6b1ca" integrity sha512-qUjmlpz1vR3AStBA9RPDCVT0/pGtePvBJ5Vb/0PzTrnr04iFktG6P6B1VOmgTh8J9Kl/FonQFo3A9M1Q3UH+JA== +"@textlint/ast-node-types@^13.4.1": + version "13.4.1" + 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.0": version "14.0.0" resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.0.0.tgz#1ac36493fadd976574138cd6fd75715a321122d0" @@ -1516,6 +1521,15 @@ textlint-rule-helper@^2.2.1: structured-source "^3.0.2" unist-util-visit "^2.0.3" +textlint-rule-helper@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz#d2b82dbd46f25694fd315cbee46479bb545af87f" + integrity sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw== + dependencies: + "@textlint/ast-node-types" "^13.4.1" + structured-source "^4.0.0" + unist-util-visit "^2.0.3" + textlint-rule-preset-jtf-style@2.3.14: version "2.3.14" resolved "https://registry.yarnpkg.com/textlint-rule-preset-jtf-style/-/textlint-rule-preset-jtf-style-2.3.14.tgz#97bdf8806cd635cd278e21931bbded687b93a253" @@ -1530,15 +1544,14 @@ textlint-rule-preset-jtf-style@2.3.14: textlint-rule-helper "^2.2.1" textlint-rule-prh "^5.2.1" -textlint-rule-prh@5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-5.3.0.tgz#c3a002e3e1b59751eb6b93dff81810caeb764a9f" - integrity sha512-gdod+lL1SWUDyXs1ICEwvQawaSshT3mvPGufBIjF2R5WFPdKQDMsiuzsjkLm+aF+9d97dA6pFsiyC8gSW7mSgg== +textlint-rule-prh@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-6.0.0.tgz#2b917bcb80ed3f9c981abd0dc19e461951c55934" + integrity sha512-byU7eUyhabX2FKx3ShOktKkmKLG5dhR0ru+PGllKgafKKWXtzOIAhAaDlqMC5qU6b3Jaz5rKQcnroGVCEjcP1Q== dependencies: - "@babel/parser" "^7.7.5" + "@babel/parser" "^7.23.9" prh "^5.4.4" - textlint-rule-helper "^2.1.1" - untildify "^3.0.3" + textlint-rule-helper "^2.3.1" textlint-rule-prh@^5.2.1: version "5.2.1"