From ce84000aae13d53c4bae9b5e8ff732fe0efaa43c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2019 04:41: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 540087b..5abb518 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@babel/runtime": "^7.3.1", "autolinker": "^3.0.0", "bcrypt": "^3.0.4", - "markdown-it": "^8.4.2", + "markdown-it": "^10.0.0", "meteor-node-stubs": "^0.4.1", "sanitize-html": "^1.20.0", "simpl-schema": "^1.5.5"