From e24a462f226d2202cf8eabe8bbb49b980b6e7424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 00:20:15 +0000 Subject: [PATCH] chore(deps): bump marked from 0.5.2 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.5.2 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.5.2...v0.7.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1941d13..eb547d9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "lodash": "^4.17.11", "lodash.debounce": "^4.0.8", "manba": "^1.2.8", - "marked": "^0.5.2", + "marked": "^0.7.0", "modelman": "^0.1.4", "moment": "^2.24.0", "plupload-es6": "^2.1.11",