From e6fda71df0e89075362734c77e6dc79488050e4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:41:21 +0000 Subject: [PATCH] Update dependency textlint to v14.4.0 --- package-lock.json | 40 ++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5721dff..4919e378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "@proofdict/textlint-rule-proofdict": "3.1.2", "@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1", - "textlint": "14.3.0", + "textlint": "14.4.0", "textlint-filter-rule-comments": "1.2.2", "textlint-rule-abbr-within-parentheses": "1.0.2", "textlint-rule-footnote-order": "1.0.3", @@ -4915,25 +4915,25 @@ "license": "MIT" }, "node_modules/textlint": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-14.3.0.tgz", - "integrity": "sha512-oarGVGz7KwRd08QOvNDSffzjEyfS5mnGp7ZAxr799QC0HDBp0VM358WGyxdaboDXav1RlkQ3TWkvOvHBBMXCXw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@textlint/ast-node-types": "^14.3.0", - "@textlint/ast-traverse": "^14.3.0", - "@textlint/config-loader": "^14.3.0", - "@textlint/feature-flag": "^14.3.0", - "@textlint/fixer-formatter": "^14.3.0", - "@textlint/kernel": "^14.3.0", - "@textlint/linter-formatter": "^14.3.0", - "@textlint/module-interop": "^14.3.0", - "@textlint/resolver": "^14.3.0", - "@textlint/textlint-plugin-markdown": "^14.3.0", - "@textlint/textlint-plugin-text": "^14.3.0", - "@textlint/types": "^14.3.0", - "@textlint/utils": "^14.3.0", + "version": "14.4.0", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-14.4.0.tgz", + "integrity": "sha512-OutNGN573fI48bRdikgz+PAjCN/P4DRK9dLGxkNkqBlWmwbxLpvBxw1qspZEFVVLoNH94ra65NDfCwMvCosvdA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@textlint/ast-node-types": "^14.4.0", + "@textlint/ast-traverse": "^14.4.0", + "@textlint/config-loader": "^14.4.0", + "@textlint/feature-flag": "^14.4.0", + "@textlint/fixer-formatter": "^14.4.0", + "@textlint/kernel": "^14.4.0", + "@textlint/linter-formatter": "^14.4.0", + "@textlint/module-interop": "^14.4.0", + "@textlint/resolver": "^14.4.0", + "@textlint/textlint-plugin-markdown": "^14.4.0", + "@textlint/textlint-plugin-text": "^14.4.0", + "@textlint/types": "^14.4.0", + "@textlint/utils": "^14.4.0", "debug": "^4.3.4", "file-entry-cache": "^5.0.1", "get-stdin": "^5.0.1", diff --git a/package.json b/package.json index 0f20baf4..9ef8788a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "devDependencies": { "@proofdict/textlint-rule-proofdict": "3.1.2", "@textlint-ja/textlint-rule-no-insert-dropping-sa": "2.0.1", - "textlint": "14.3.0", + "textlint": "14.4.0", "textlint-filter-rule-comments": "1.2.2", "textlint-rule-abbr-within-parentheses": "1.0.2", "textlint-rule-footnote-order": "1.0.3",