From b5cbbba116df1a8233006a2b8a273465aae60482 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 15:32:59 +0000 Subject: [PATCH] feat: upgrade textlint-rule-terminology from 3.0.5 to 5.2.9 Snyk has created this PR to upgrade textlint-rule-terminology from 3.0.5 to 5.2.9. See this package in npm: textlint-rule-terminology See this project in Snyk: https://app.snyk.io/org/ekmixon/project/c598cc85-edfc-4f87-b32d-cc8bcf2f1afa?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e2e9407a4..c49c0f3deb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "textlint": "^12.0.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-filter-rule-whitelist": "^2.0.0", - "textlint-rule-terminology": "^3.0.0" + "textlint-rule-terminology": "^5.2.9" }, "scripts": { "test": "npm run lint-markdown && npm run lint-terminology",