From 06f2473134c1d400b09320c40c4b30dd4cba9e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 21:10:00 +0000 Subject: [PATCH] Bump textlint-rule-aws-service-name from 1.4.0 to 1.5.0 Bumps [textlint-rule-aws-service-name](https://github.com/bun913/textlint-rule-aws-service-name) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/bun913/textlint-rule-aws-service-name/releases) - [Changelog](https://github.com/bun913/textlint-rule-aws-service-name/blob/main/CHANGELOG.md) - [Commits](https://github.com/bun913/textlint-rule-aws-service-name/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: textlint-rule-aws-service-name dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- devto/package.json | 2 +- qiita/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devto/package.json b/devto/package.json index 50bfbf3..f9873d4 100644 --- a/devto/package.json +++ b/devto/package.json @@ -22,7 +22,7 @@ "textlint": "^13.3.3", "textlint-filter-rule-comments": "^1.2.2", "textlint-formatter-codecov": "^1.0.2", - "textlint-rule-aws-service-name": "^1.4.0", + "textlint-rule-aws-service-name": "^1.5.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 614ccc7..ce2a463 100644 --- a/qiita/package.json +++ b/qiita/package.json @@ -34,7 +34,7 @@ "textlint": "^13.3.3", "textlint-filter-rule-comments": "^1.2.2", "textlint-formatter-codecov": "^1.0.2", - "textlint-rule-aws-service-name": "^1.4.0", + "textlint-rule-aws-service-name": "^1.5.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 1df1a67..b4bc77d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5255,10 +5255,10 @@ textlint-formatter-codecov@^1.0.2: lodash.groupby "^3.1.1" lodash.range "^3.0.1" -textlint-rule-aws-service-name@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/textlint-rule-aws-service-name/-/textlint-rule-aws-service-name-1.4.0.tgz#a9a44c73ca4af7976969713344245ed9f89d6d46" - integrity sha512-qbCuMi4dCuY+OjQGXJ3ll1FpHVi1MqfcKnUhuLVJLsWafdCUHBjqccONInKOVOUoPMh6XtHeV6LA5nn3YSM3XQ== +textlint-rule-aws-service-name@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/textlint-rule-aws-service-name/-/textlint-rule-aws-service-name-1.5.0.tgz#2f9c7d11e8b7d77cf1a080a2ec583bdad15e6a4b" + integrity sha512-n/vv/FqMCXV2Ymuyj0UQ5+bRsKb0Z9bNcTxbJim/V/V5rjLOsxJLVjDixzhVlFK2sbcCAgov8RMSDDI+RZaB8Q== dependencies: textlint-rule-prh "^5.3.0" textlint-scripts "^13.3.0"