From 754bc4fe78933a62518f8875b6399d6867765c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 02:08:29 +0000 Subject: [PATCH] Bump marked from 0.4.0 to 1.1.1 Bumps [marked](https://github.com/markedjs/marked) from 0.4.0 to 1.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/0.4.0...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 9028d329..49c314af 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": "^1.1.1", "minimist": "1.2.0", "notifications-node-client": "^4.1.0", "nunjucks": "^3.1.3",