From 0d138d6584b0d4334747a009722d31f51b3f7fd8 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Fri, 5 Jul 2019 16:17:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-451540 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1be7c42b..60adb82f 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "mailcomposer": "~0.2.12", "mailgun-js": "git+https://github.com/sinfo/mailgun-js.git", "markdown": "~0.5.0", - "marked": "^0.3.3", + "marked": "^0.4.0", "moment": "^2.8.4", "mongoose": "^3.9.7", "moonboots_hapi": "^3.0.2",