From 55fc8134ec1ba0181d23c382b4535b31ee609536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:54:45 +0000 Subject: [PATCH] chore(deps): 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 d7f1352..ae6d018 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ispro": "^0.1.5", "jquery": "^3.4.1", "lodash": "^4.17.11", - "marked": "^0.6.3", + "marked": "^1.1.1", "modelman": "^0.1.4", "moment": "^2.24.0", "nodemailer": "^6.2.1",