diff --git a/package-lock.json b/package-lock.json index 7f307951ef9..a0aee083bce 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.1" + "textlint-rule-terminology": "^5.0.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6113,9 +6113,9 @@ } }, "node_modules/textlint-rule-terminology": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.1.tgz", - "integrity": "sha512-ggDK7XAXJRPIvF2FlD2Su4TFWqJ9k2S1XgVLToz/gsJ7wWkbYfWYlnHV0Kxpq52pTXYeoCbZhCCAMgtGvxMNDA==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.2.tgz", + "integrity": "sha512-NoIiYmjRjvStCrpDxMBUHpaBIDOkJRfD+oA6WmPpoqDuksT3LlNtMeBhtNKhEvFLsSORtobostVDy3nnShBUEw==", "dev": true, "dependencies": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index bd9fc6de510..cca0386b6ec 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.1" + "textlint-rule-terminology": "^5.0.2" }, "resolutions": { "minimist": ">=1.2.5"