From 4241b88b2f121e50ed501a5b3c53ffc5222be3de Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sun, 7 Jul 2019 06:12:44 +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 08f721f..8b8fa5d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "jade": "^1.11.0", "less": "^2.5.1", "lynx": "0.0.11", - "marked": "^0.3.3", + "marked": "^0.4.0", "myth": "^1.4.0", "ps-tree": "~0.0.3", "rsvp": "~3.0.1",