From 36244fc2b77ab7391a3de953bf507c3540e50def Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2019 08:26:20 +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 0c948eb..69efe40 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lowdb": "^0.13.1", "lowlight": "^1.4.0", "markdown": "^0.5.0", - "markdown-it": "^8.0.0", + "markdown-it": "^10.0.0", "markdown-it-attrs": "^0.7.1", "markdown-it-emoji": "^1.2.0", "markdown-it-expand-tabs": "^1.0.11",