From 47c926a19e80c80066d98c37274745e70b4a01cc Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 20:55:41 +0000 Subject: [PATCH] fix: types/markdownlint-rule-helpers/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-10666750 --- types/markdownlint-rule-helpers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/markdownlint-rule-helpers/package.json b/types/markdownlint-rule-helpers/package.json index 1cc9f3d7051922..2dcadc05051045 100644 --- a/types/markdownlint-rule-helpers/package.json +++ b/types/markdownlint-rule-helpers/package.json @@ -8,7 +8,7 @@ "dependencies": { "@types/markdown-it": "*", "@types/node": "*", - "markdownlint": "^0.30.0" + "markdownlint": "^0.38.0" }, "devDependencies": { "@types/markdownlint-rule-helpers": "workspace:."