From d76d754bcf1963e1caa7cdfce03a8b269f9e3eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:12:13 +0200 Subject: [PATCH] Bump textlint-rule-terminology from 3.0.2 to 3.0.3 (#23660) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d2628fe3db..f66dc1a71c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "textlint": "^12.2.1", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^3.0.2" + "textlint-rule-terminology": "^3.0.3" } }, "node_modules/@azu/format-text": { @@ -5384,9 +5384,9 @@ } }, "node_modules/textlint-rule-terminology": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.2.tgz", - "integrity": "sha512-PgHg7wkf0gWbihSL+GZF+rG8GJX01azQXIUtWZ4UniDs5GwcwXpb98Dts8jrFQ+c9UeLb1u2HtBgjTmlWkWlQw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.3.tgz", + "integrity": "sha512-c1AzZ7ztXZfLySI8j7CnUGj8leNsfTCs+OPwJQV0ZWpKIZ7FsuRULCof1wLxsOZM+9MpVkmJWGfi6/qR6kRGIg==", "dev": true, "dependencies": { "lodash": "^4.17.15", @@ -10077,9 +10077,9 @@ } }, "textlint-rule-terminology": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.2.tgz", - "integrity": "sha512-PgHg7wkf0gWbihSL+GZF+rG8GJX01azQXIUtWZ4UniDs5GwcwXpb98Dts8jrFQ+c9UeLb1u2HtBgjTmlWkWlQw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-3.0.3.tgz", + "integrity": "sha512-c1AzZ7ztXZfLySI8j7CnUGj8leNsfTCs+OPwJQV0ZWpKIZ7FsuRULCof1wLxsOZM+9MpVkmJWGfi6/qR6kRGIg==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 97a535e9e18..b163f9ba7cd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "textlint": "^12.2.1", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^3.0.2" + "textlint-rule-terminology": "^3.0.3" }, "resolutions": { "minimist": ">=1.2.5"