From 21f597809d2722a05b60b2a85715c42566c6ace4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Jan 2022 22:33:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-2331914 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87970c514..0643e0bc9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "codemirror": "^5.37.0", "hjson": "^3.1.0", "jszip": "^2.5.0", - "markdown-it": "^8.4.0", + "markdown-it": "^12.3.2", "markdown-it-sub": "^1.0.0", "markdown-it-sup": "^1.0.0", "mime": "^2.3.1",