From 6499337434444d96b6b41ed1a527b34212898318 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:30:48 +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 cebbf17..a2f969f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "file-type": "^16.2.0", "form-data": "^3.0.0", "jquery": "^3.5.1", - "markdown-it": "^10.0.0", + "markdown-it": "^12.3.2", "meteor-node-stubs": "^1.0.0", "sanitize-html": "^1.20.0", "simpl-schema": "^1.5.5"