From 42783e16ad4903d0a07173b7b70f45cb690837ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Dec 2017 23:23:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:marked:20170815 - https://snyk.io/vuln/npm:marked:20170815-1 - https://snyk.io/vuln/npm:marked:20170907 Latest report for polonel/trudesk: https://snyk.io/test/github/polonel/trudesk --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e13f7994..349bc49f4 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "js-string-escape": "1.0.1", "lodash": "4.17.4", "mailparser": "2.0.5", - "marked": "0.3.7", + "marked": "0.3.9", "matchdep": "1.0.1", "moment": "2.19.3", "mongoose": "4.13.1",