diff --git a/package-lock.json b/package-lock.json index 75265ee6..42ea09e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3155,9 +3155,9 @@ } }, "textlint-rule-en-capitalization": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/textlint-rule-en-capitalization/-/textlint-rule-en-capitalization-2.0.2.tgz", - "integrity": "sha512-aW9efs5z5I1sLCM8TwfM2bVtI9MGwVr3ZO5d9LkJ8u88nkWcMfy2cmqGOQclthaJ7SMJj2B8FaubhD4PJgLZkw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/textlint-rule-en-capitalization/-/textlint-rule-en-capitalization-2.0.3.tgz", + "integrity": "sha512-tIx2gzm3okWfK5+0NNV1ap21LHk9PTc2/IXNqFhd7RDVSqv7YFaZnhwL+UrBZXTEfOh6VgnTQd81Os2Akzas5g==", "requires": { "en-pos": "^1.0.16", "sentence-splitter": "^3.0.11", diff --git a/package.json b/package.json index 6be19858..8e6f86ea 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "textlint-rule-apostrophe": "^2.0.0", "textlint-rule-common-misspellings": "^1.0.1", "textlint-rule-diacritics": "1.0.0", - "textlint-rule-en-capitalization": "^2.0.2", + "textlint-rule-en-capitalization": "^2.0.3", "textlint-rule-footnote-order": "^1.0.3", "textlint-rule-helper": "^2.1.1", "textlint-rule-no-dead-link": "^4.6.2",