From 13220e94ac1cd2c7865d752659e73abca1c0a019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:58:32 +0000 Subject: [PATCH] Bump marked from 0.6.3 to 1.1.1 Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 1.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v1.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5c6d6a..69ba408 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "klaw": "~3.0.0", "markdown-it": "~8.4.2", "markdown-it-anchor": "~5.0.2", - "marked": "~0.6.0", + "marked": "~1.1.1", "mkdirp": "~0.5.1", "newman": "4.4.1", "requizzle": "~0.2.1",