From 74a1fbde1e1450950bdfebf96453c979410d94e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Feb 2021 08:07:51 +0000 Subject: [PATCH] fix: upgrade marked from 0.4.0 to 0.8.2 Snyk has created this PR to upgrade marked from 0.4.0 to 0.8.2. See this package in npm: https://www.npmjs.com/package/marked See this project in Snyk: https://app.snyk.io/org/hmcts/project/2092368e-e7fb-4c68-af34-3cfaaea7b439?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9028d329..33aaf277 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gulp-sourcemaps": "^2.6.0", "gulp-util": "^3.0.7", "keypather": "^3.0.0", - "marked": "^0.4.0", + "marked": "^0.8.2", "minimist": "1.2.0", "notifications-node-client": "^4.1.0", "nunjucks": "^3.1.3",