From 66df2b5b91e4fe01df590070ef6795854d3b4cf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 19:02:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-10666750 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04821480d..431114af7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "json-logic-js": "^2.0.5", "lettersanitizer": "^1.0.6", "libphonenumber-js": "^1.11.9", - "markdown-it": "^13.0.2", + "markdown-it": "^14.1.1", "markdown-it-link-attributes": "^4.0.1", "md5": "^2.3.0", "mitt": "^3.0.1",