From 8cfbaa323ec9f958349737690697f0fa21ccf06a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2019 06:20:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-459438 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e61ea0554..41b8e072f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "katex": "^0.8.3", "lodash": "^4.11.1", "lodash-move": "^1.1.1", - "markdown-it": "^6.0.1", + "markdown-it": "^10.0.0", "markdown-it-checkbox": "^1.1.0", "markdown-it-emoji": "^1.1.1", "markdown-it-footnote": "^3.0.0",