From f5b5a6f4c9df29e89597c2969a31fe3917048d5d Mon Sep 17 00:00:00 2001 From: Nick Felker Date: Wed, 16 Jun 2021 18:50:48 -0400 Subject: [PATCH] Pin `marked` dependency to 2.0.x Allows installation to complete successfully on Node 10.8.0 Fixes #1601 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36b4ca2aa..839f5e311 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "handlebars": "^4.7.7", "lodash": "^4.17.21", "lunr": "^2.3.9", - "marked": "^2.0.3", + "marked": "~2.0.3", "minimatch": "^3.0.0", "progress": "^2.0.3", "shelljs": "^0.8.4",