diff --git a/package-lock.json b/package-lock.json index 6e4b28c9c..bff30eca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "cheerio": "1.0.0-rc.12", "domhandler": "5.0.3", "node-fetch": "2.6.12", - "textlint": "14.0.3", + "textlint": "14.0.4", "textlint-filter-rule-comments": "1.2.2", "textlint-rule-abbr-within-parentheses": "1.0.2", "textlint-rule-footnote-order": "1.0.3", @@ -3755,23 +3755,23 @@ "dev": true }, "node_modules/textlint": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-14.0.3.tgz", - "integrity": "sha512-AqEG9OcGBSw4KHss55ZrBv75uWeruqTHfix3koQHwqnazRw3eAkFQwQ+NLpzMut+rIBWUUikUzuBN/SOG+obEw==", - "dev": true, - "dependencies": { - "@textlint/ast-node-types": "^14.0.3", - "@textlint/ast-traverse": "^14.0.3", - "@textlint/config-loader": "^14.0.3", - "@textlint/feature-flag": "^14.0.3", - "@textlint/fixer-formatter": "^14.0.3", - "@textlint/kernel": "^14.0.3", - "@textlint/linter-formatter": "^14.0.3", - "@textlint/module-interop": "^14.0.3", - "@textlint/textlint-plugin-markdown": "^14.0.3", - "@textlint/textlint-plugin-text": "^14.0.3", - "@textlint/types": "^14.0.3", - "@textlint/utils": "^14.0.3", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-14.0.4.tgz", + "integrity": "sha512-xPQkC/BftPjizjs31wci/791EjwfN11iRLrNKiPVBogYd1r+6TnSxbCERZhgXCGcD9tEHss0kOYc0+vPEEG8jg==", + "dev": true, + "dependencies": { + "@textlint/ast-node-types": "^14.0.4", + "@textlint/ast-traverse": "^14.0.4", + "@textlint/config-loader": "^14.0.4", + "@textlint/feature-flag": "^14.0.4", + "@textlint/fixer-formatter": "^14.0.4", + "@textlint/kernel": "^14.0.4", + "@textlint/linter-formatter": "^14.0.4", + "@textlint/module-interop": "^14.0.4", + "@textlint/textlint-plugin-markdown": "^14.0.4", + "@textlint/textlint-plugin-text": "^14.0.4", + "@textlint/types": "^14.0.4", + "@textlint/utils": "^14.0.4", "debug": "^4.3.4", "file-entry-cache": "^5.0.1", "get-stdin": "^5.0.1", diff --git a/package.json b/package.json index d19131749..2970979a2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "cheerio": "1.0.0-rc.12", "domhandler": "5.0.3", "node-fetch": "2.6.12", - "textlint": "14.0.3", + "textlint": "14.0.4", "textlint-filter-rule-comments": "1.2.2", "textlint-rule-abbr-within-parentheses": "1.0.2", "textlint-rule-footnote-order": "1.0.3",