Use a more recent version of marked

Quoting from https://nodesecurity.io/advisories/marked_redos:

> Marked 0.3.3 and earlier is vulnerable to regular expression denial of
> service (ReDoS) when certain types of input are passed in to be parsed.
This commit is contained in:
Marc Jansen
2015-08-18 21:21:51 +02:00
parent 33da0e7b66
commit 296564a4ce

View File

@@ -33,7 +33,7 @@
"graceful-fs": "3.0.2", "graceful-fs": "3.0.2",
"handlebars": "3.0.1", "handlebars": "3.0.1",
"jsdoc": "3.3.2", "jsdoc": "3.3.2",
"marked": "0.3.3", "marked": "0.3.5",
"metalsmith": "1.6.0", "metalsmith": "1.6.0",
"metalsmith-templates": "0.7.0", "metalsmith-templates": "0.7.0",
"nomnom": "1.8.0", "nomnom": "1.8.0",