From 005b0ca080da1552ba618e87403c05a50366f12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:37:01 +0200 Subject: [PATCH] Bump textlint-rule-terminology from 3.0.4 to 3.0.5 (#27918) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d74f0afad3..146c52833af 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 bdadae146ac..5cea5020328 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"