From 069a14b0b905daa99c76e72b1787762a6df1616c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:17:00 +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 825643a..d270dc6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "highlight.js": "^9.15.6", "html-pdf": "^2.2.0", "markdown-toc": "^1.2.0", - "marked": "^0.6.2", + "marked": "^1.1.1", "vue": "^2.5.16", "vue-electron": "^1.0.6", "vue-router": "^3.0.1",