diff --git a/package-lock.json b/package-lock.json index 77e3017b8ba..fd670b9fdd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "remark-lint-fenced-code-flag": "^3.1.1", "remark-lint-no-shell-dollars": "^3.1.1", "remark-stringify": "^10.0.2", - "textlint": "^12.3.1", + "textlint": "^12.4.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-terminology": "^3.0.4" @@ -304,9 +304,9 @@ "dev": true }, "node_modules/@textlint/fixer-formatter": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.3.1.tgz", - "integrity": "sha512-+xYI5oOlSoKXGpV7AGuWOleUfgzLNGaCN7PuTujxdZ5czAm2LxYplJ58+0oAOYE/N3QfLN2dO+itAsEZho6vhQ==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.4.0.tgz", + "integrity": "sha512-pCo/EuW8CUdF+AMPI/AhfCuDusQ19BORlKznLfCQoPBvTweSo3M2yDTDeHhi2PLNnKy812KpcJBBpZryALe2nA==", "dev": true, "dependencies": { "@textlint/module-interop": "^12.3.0", @@ -5334,16 +5334,16 @@ "dev": true }, "node_modules/textlint": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-12.3.1.tgz", - "integrity": "sha512-YrQmJBLhThUimP4eVWQAZfJBBXMdYvuuvNa4q0qmB7ibcYtTnwbysRAEI1FYx8qG/AoLtjqBcF6WO8oSGEnODg==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-12.4.0.tgz", + "integrity": "sha512-n8WAsOf+JtDXTj12A8DF+kuaV+YVawaf8DUzdEc00AFK/qMUsvUZ79X60SBO1sEYwkjExErQv1JRIFHwOp/XEw==", "dev": true, "dependencies": { "@textlint/ast-node-types": "^12.3.0", "@textlint/ast-traverse": "^12.3.0", "@textlint/config-loader": "^12.3.1", "@textlint/feature-flag": "^12.3.0", - "@textlint/fixer-formatter": "^12.3.1", + "@textlint/fixer-formatter": "^12.4.0", "@textlint/kernel": "^12.3.0", "@textlint/linter-formatter": "^12.3.1", "@textlint/module-interop": "^12.3.0", @@ -6494,9 +6494,9 @@ "dev": true }, "@textlint/fixer-formatter": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.3.1.tgz", - "integrity": "sha512-+xYI5oOlSoKXGpV7AGuWOleUfgzLNGaCN7PuTujxdZ5czAm2LxYplJ58+0oAOYE/N3QfLN2dO+itAsEZho6vhQ==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.4.0.tgz", + "integrity": "sha512-pCo/EuW8CUdF+AMPI/AhfCuDusQ19BORlKznLfCQoPBvTweSo3M2yDTDeHhi2PLNnKy812KpcJBBpZryALe2nA==", "dev": true, "requires": { "@textlint/module-interop": "^12.3.0", @@ -10074,16 +10074,16 @@ "dev": true }, "textlint": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/textlint/-/textlint-12.3.1.tgz", - "integrity": "sha512-YrQmJBLhThUimP4eVWQAZfJBBXMdYvuuvNa4q0qmB7ibcYtTnwbysRAEI1FYx8qG/AoLtjqBcF6WO8oSGEnODg==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/textlint/-/textlint-12.4.0.tgz", + "integrity": "sha512-n8WAsOf+JtDXTj12A8DF+kuaV+YVawaf8DUzdEc00AFK/qMUsvUZ79X60SBO1sEYwkjExErQv1JRIFHwOp/XEw==", "dev": true, "requires": { "@textlint/ast-node-types": "^12.3.0", "@textlint/ast-traverse": "^12.3.0", "@textlint/config-loader": "^12.3.1", "@textlint/feature-flag": "^12.3.0", - "@textlint/fixer-formatter": "^12.3.1", + "@textlint/fixer-formatter": "^12.4.0", "@textlint/kernel": "^12.3.0", "@textlint/linter-formatter": "^12.3.1", "@textlint/module-interop": "^12.3.0", diff --git a/package.json b/package.json index 0cacaaf797f..28ea2ed73be 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "remark-lint-fenced-code-flag": "^3.1.1", "remark-lint-no-shell-dollars": "^3.1.1", "remark-stringify": "^10.0.2", - "textlint": "^12.3.1", + "textlint": "^12.4.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-terminology": "^3.0.4"