From d4d032d341021a8177a36a79291bade1213fc3e5 Mon Sep 17 00:00:00 2001 From: tinkerbell07 Date: Sun, 15 Apr 2018 03:04:57 +0100 Subject: [PATCH] Lock marked version due to bug https://github.com/markedjs/marked/issues/1218 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f67d5c8..618d378 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "cookie-parser": "^1.4.3", "express": "^4.16.3", "express-session": "^1.15.6", - "marked": "^0.3.9", + "marked": "0.3.12", "mocha": "^3.5.3", "multer": "^1.3.0", "should": "^11.2.0",