From 37aa22d1783dda2a5494f71249baede5be677077 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Apr 2019 01:39:20 +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 5d5b6e0..da14ede 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "gulp-mocha": "^5.0.0", "jshint": "^2.8.0", "liquid.js": "^1.3.2", - "marked": "^0.3.5", + "marked": "^0.6.2", "mocha": "^5.0.3", "mock-spawn": "^0.2.6", "sinon": "^1.15.4",