diff --git a/package-lock.json b/package-lock.json index ce420040b1d..c3c648f0246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "textlint": "^13.3.3", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^3.0.5" + "textlint-rule-terminology": "^4.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4069,9 +4069,9 @@ } }, "node_modules/textlint-rule-terminology": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.5.tgz", - "integrity": "sha512-IZw8byc4GjyccNjGwSMfy5OSxvjwTGk3IK3qMw2rJ0fsgCYQVlx5JThEQrs4CbWNQN6k2hAinIlxTzxgR00Hmw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.0.tgz", + "integrity": "sha512-tbNpzDNLTVsqtDIMXEZNX2i1dvOqryME8Hknopq6Ze3TAjij5N0wBtG63frZLxJ9auE9fZse15sTi4Qe3arNZA==", "dev": true, "dependencies": { "lodash": "^4.17.15", @@ -4079,7 +4079,7 @@ "textlint-rule-helper": "^2.1.1" }, "engines": { - "node": ">=14" + "node": ">=18" } }, "node_modules/textlint-rule-terminology/node_modules/textlint-rule-helper": { diff --git a/package.json b/package.json index 11cc5df25d3..2cc22d0bbeb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "textlint": "^13.3.3", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^3.0.5" + "textlint-rule-terminology": "^4.0.0" }, "resolutions": { "minimist": ">=1.2.5"