From a508a0853e0e337522796507051b5891c992bf6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Apr 2019 00:52:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-174116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3641bf1..806f74fe 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "glob": "~3.2.8", - "marked": "~0.3.1", + "marked": "~0.6.2", "handlebars": "~1.3.0", "mkdirp": "~0.3.5", "path": "~0.4.9",