From 0e8d4291f71b2a3ff423a73b2082ee18fb97ccaa Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 16 Jun 2021 19:38:58 -0400 Subject: [PATCH] fix: Pin `marked` dependency to 2.0.x (#1602) 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",