From dc04957eccf64864869a884413c9055ade0f8ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:21:26 +0200 Subject: [PATCH] build(deps-dev): bump textlint-rule-terminology from 5.0.12 to 5.0.13 (#33295) --- 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 f4aa6781b24..34fd16851c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^5.0.12" + "textlint-rule-terminology": "^5.0.13" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6113,9 +6113,9 @@ } }, "node_modules/textlint-rule-terminology": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.12.tgz", - "integrity": "sha512-feTwAMadVRe9Rr0LsxKdahG6e/peCjwuhxGiuGRE/H5Ys6ECgKkfRP/HVufqKxJvlrqY1S1YnHDEkvq6xTpoAA==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-5.0.13.tgz", + "integrity": "sha512-1LONlbrn0fRhz/eCWPrnrxc5nz07NDjLLa4yiPm/hMtn/4Gi11R0lHbVgl+Ux6l8NC/a/NS5f6zQkJqqWy5bMw==", "dev": true, "dependencies": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 917ca212281..264b89cbafe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "textlint": "^14.0.4", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-common-misspellings": "^1.0.1", - "textlint-rule-terminology": "^5.0.12" + "textlint-rule-terminology": "^5.0.13" }, "resolutions": { "minimist": ">=1.2.5"