diff --git a/package-lock.json b/package-lock.json index 0064895..7b96f4c 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.0.0", + "textlint": "14.0.1", "textlint-rule-preset-ja-technical-writing": "10.0.1", "textlint-rule-prh": "5.3.0", "textlint-rule-spellcheck-tech-word": "5.0.0" @@ -2344,22 +2344,22 @@ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" }, "node_modules/textlint": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-14.0.0.tgz", - "integrity": "sha512-pbXffPzeWAsYr6MzL8FmSJdGh3DmJDH/S+XUttBZSksgi3jh0NIpXgh/oV7gkA/bXD9HEsTpI3/Z1cCTtFxlZg==", - "dependencies": { - "@textlint/ast-node-types": "^14.0.0", - "@textlint/ast-traverse": "^14.0.0", - "@textlint/config-loader": "^14.0.0", - "@textlint/feature-flag": "^14.0.0", - "@textlint/fixer-formatter": "^14.0.0", - "@textlint/kernel": "^14.0.0", - "@textlint/linter-formatter": "^14.0.0", - "@textlint/module-interop": "^14.0.0", - "@textlint/textlint-plugin-markdown": "^14.0.0", - "@textlint/textlint-plugin-text": "^14.0.0", - "@textlint/types": "^14.0.0", - "@textlint/utils": "^14.0.0", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-14.0.1.tgz", + "integrity": "sha512-WZhLn33VFP5apfGbSqPDmpZdZWZvutnSiJG+o1R11ZKi37dWhDfWGn4gqGtNZoM9W7WfgGAoPi+/9ulNtTX8Yg==", + "dependencies": { + "@textlint/ast-node-types": "^14.0.1", + "@textlint/ast-traverse": "^14.0.1", + "@textlint/config-loader": "^14.0.1", + "@textlint/feature-flag": "^14.0.1", + "@textlint/fixer-formatter": "^14.0.1", + "@textlint/kernel": "^14.0.1", + "@textlint/linter-formatter": "^14.0.1", + "@textlint/module-interop": "^14.0.1", + "@textlint/textlint-plugin-markdown": "^14.0.1", + "@textlint/textlint-plugin-text": "^14.0.1", + "@textlint/types": "^14.0.1", + "@textlint/utils": "^14.0.1", "debug": "^4.3.4", "file-entry-cache": "^5.0.1", "get-stdin": "^5.0.1", diff --git a/package.json b/package.json index 56e3a38..1693fb4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/tsuyoshicho/action-textlint#readme", "devDependencies": {}, "dependencies": { - "textlint": "14.0.0", + "textlint": "14.0.1", "textlint-rule-preset-ja-technical-writing": "10.0.1", "textlint-rule-prh": "5.3.0", "textlint-rule-spellcheck-tech-word": "5.0.0"