diff --git a/package-lock.json b/package-lock.json index 6060815..774041a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "textlint": "14.3.0", + "textlint": "14.4.0", "textlint-rule-preset-ja-technical-writing": "10.0.1", "textlint-rule-prh": "6.0.0", "textlint-rule-spellcheck-tech-word": "5.0.0" @@ -3736,24 +3736,24 @@ "license": "MIT" }, "node_modules/textlint": { - "version": "14.3.0", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-14.3.0.tgz", - "integrity": "sha512-oarGVGz7KwRd08QOvNDSffzjEyfS5mnGp7ZAxr799QC0HDBp0VM358WGyxdaboDXav1RlkQ3TWkvOvHBBMXCXw==", - "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==", + "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 8ff81a4..2b497f9 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/tsuyoshicho/action-textlint#readme", "devDependencies": {}, "dependencies": { - "textlint": "14.3.0", + "textlint": "14.4.0", "textlint-rule-preset-ja-technical-writing": "10.0.1", "textlint-rule-prh": "6.0.0", "textlint-rule-spellcheck-tech-word": "5.0.0"