From d192259b01e942b96648846110463aca15413a3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Aug 2025 04:59:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-12143043 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09026f80792c..58b016048ded 100644 --- a/package.json +++ b/package.json @@ -327,7 +327,7 @@ "json-schema-merge-allof": "^0.8.1", "kill-port": "2.0.1", "lint-staged": "^15.2.2", - "markdownlint": "^0.34.0", + "markdownlint": "^0.38.0", "markdownlint-rule-helpers": "^0.19.0", "markdownlint-rule-search-replace": "^1.2.0", "mdast-util-gfm-table": "^2.0.0",