diff --git a/package-lock.json b/package-lock.json index 3d74f0afad3f..146c52833aff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "textlint": "^13.3.2", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^3.0.4" + "textlint-rule-terminology": "^3.0.5" } }, "node_modules/@azu/format-text": { @@ -3928,9 +3928,9 @@ } }, "node_modules/textlint-rule-terminology": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.4.tgz", - "integrity": "sha512-obQ3y0hqX6OWCrM8K5K6WSJGE4BOyNfGF6hUGPet56taTm/xzkRu8XA6vpn2GFr4zom/oMa0sBJ3OtDWCgrS/g==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.5.tgz", + "integrity": "sha512-IZw8byc4GjyccNjGwSMfy5OSxvjwTGk3IK3qMw2rJ0fsgCYQVlx5JThEQrs4CbWNQN6k2hAinIlxTzxgR00Hmw==", "dev": true, "dependencies": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index bdadae146ac5..5cea50203286 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "textlint": "^13.3.2", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^3.0.4" + "textlint-rule-terminology": "^3.0.5" }, "resolutions": { "minimist": ">=1.2.5"