diff --git a/devto/package.json b/devto/package.json index 86fe91f..df189a4 100644 --- a/devto/package.json +++ b/devto/package.json @@ -22,7 +22,7 @@ "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2", "textlint-formatter-codecov": "^1.0.2", - "textlint-rule-aws-service-name": "^1.10.1", + "textlint-rule-aws-service-name": "^1.11.0", "textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1", "textlint-rule-no-todo": "^2.0.1", "textlint-rule-period-in-list-item": "^1.0.1" diff --git a/qiita/package.json b/qiita/package.json index e41949e..5ca5063 100644 --- a/qiita/package.json +++ b/qiita/package.json @@ -34,7 +34,7 @@ "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2", "textlint-formatter-codecov": "^1.0.2", - "textlint-rule-aws-service-name": "^1.10.1", + "textlint-rule-aws-service-name": "^1.11.0", "textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1", "textlint-rule-no-todo": "^2.0.1", "textlint-rule-period-in-list-item": "^1.0.1" diff --git a/yarn.lock b/yarn.lock index 3deb6a3..b7293a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5426,10 +5426,10 @@ textlint-formatter-codecov@^1.0.2: lodash.groupby "^3.1.1" lodash.range "^3.0.1" -textlint-rule-aws-service-name@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/textlint-rule-aws-service-name/-/textlint-rule-aws-service-name-1.10.1.tgz#fb4449f52ed67e577ef4597496321360b68e9524" - integrity sha512-IrBbLgmwrObC/fzMgePdLKZbqKm1096qMKud9yAtPoHRF9grx7uq7uIBAkKXL17FMHjLFaWIALcBViHjuHa9YQ== +textlint-rule-aws-service-name@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/textlint-rule-aws-service-name/-/textlint-rule-aws-service-name-1.11.0.tgz#4d37feb8cce47498f512e31ee8533c784d832c95" + integrity sha512-QJEgJIGaHvw9/L07APsjYA1lV//yzRy8uJBozOZSuiVaVZrJRijWzMA//nGva2vRDvlw8hFhnwg8LxPiBE0mVg== dependencies: textlint-rule-prh "^5.3.0" textlint-scripts "^13.3.0"