From 74485c46afd9bb929312097a2b8f8899e12f34bb Mon Sep 17 00:00:00 2001 From: Nikunj Agarwal Date: Wed, 12 Feb 2020 17:37:44 +0400 Subject: [PATCH] Upgrade to marked@0.6.2 to fix audit issue As it is still using the older version of "Marked" module that is creating vulnerability. So updated to the stable version of the "marked" module. kindly verify and merge. Thanks, Nikunj Agarwal --- esdoc-publish-html-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esdoc-publish-html-plugin/package.json b/esdoc-publish-html-plugin/package.json index ee85ed8..0dfd80b 100644 --- a/esdoc-publish-html-plugin/package.json +++ b/esdoc-publish-html-plugin/package.json @@ -15,7 +15,7 @@ "escape-html": "1.0.3", "babel-generator": "6.11.4", "ice-cap": "0.0.4", - "marked": "0.3.19", + "marked": "0.7.0", "taffydb": "2.7.2" }, "devDependencies": {