From 2d898ab2deb24a445e97bb3ffe93d4d903e270c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Angner?= Date: Thu, 12 Mar 2026 19:26:19 +0100 Subject: [PATCH] Bump markdownlint-cli2 to fix moderate security vulnerabilities markdown-it ReDoS vulnerability (GHSA-38c4-r59v-3vqw) resolved by upgrading markdownlint-cli2 from 0.19 to 0.21. Dev-only dependency, no user impact. Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb1988773..4e5858ad7 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "ignore": "^7.0.5", "jest": "^30.0.4", "lint-staged": "^16.1.1", - "markdownlint-cli2": "^0.19.1", + "markdownlint-cli2": "^0.21.0", "prettier": "^3.7.4", "prettier-plugin-packagejson": "^2.5.19", "semver": "^7.6.3",