diff --git a/package-lock.json b/package-lock.json index bc0699d8d9d..b8a10fbde36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^5.0.10" + "textlint-rule-terminology": "^5.0.12" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6113,9 +6113,9 @@ } }, "node_modules/textlint-rule-terminology": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.10.tgz", - "integrity": "sha512-+dWPNfS5F6iriG62mtfZk2zjJ85fWRemDZa8O/NM6CtdO72xpWhTYEzPCJKUVsTPE7HK57HxczmFxSRmtBkMeg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.12.tgz", + "integrity": "sha512-feTwAMadVRe9Rr0LsxKdahG6e/peCjwuhxGiuGRE/H5Ys6ECgKkfRP/HVufqKxJvlrqY1S1YnHDEkvq6xTpoAA==", "dev": true, "dependencies": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 87656ee1415..e14d8319a03 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^5.0.10" + "textlint-rule-terminology": "^5.0.12" }, "resolutions": { "minimist": ">=1.2.5"