From 152d5b235961bc23724f2e5953000707cfe0050d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 08:44:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ce2adc..9493b28 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "node": ">=8.6" }, "devDependencies": { - "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7", + "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.8", "@types/markdown-it": "^0.0.8", "@vuepress/plugin-back-to-top": "^1.0.0-rc.1", "@vuepress/plugin-nprogress": "^1.0.0-rc.1", @@ -25,7 +25,7 @@ "remark-preset-lint-consistent": "^2.0.3", "remark-preset-lint-recommended": "^3.0.3", "sass-loader": "^8.0.0", - "textlint": "^11.3.1", + "textlint": "^14.4.1", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^1.0.0", "textlint-rule-common-misspellings": "^1.0.1",