From 0bccd60a4815072b0a01200a7f789fb86017a7a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jul 2020 01:43:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-584281 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d5b6e0..87effc0 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": "^1.1.1", "mocha": "^5.0.3", "mock-spawn": "^0.2.6", "sinon": "^1.15.4",