From 30a6393001a46b229fea58905839cf64c6dce5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:46:41 +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 3433b53..aee2fd7 100644 --- a/package.json +++ b/package.json @@ -271,7 +271,7 @@ "jwt-decode": "^2.2.0", "keytar": "^5.4.0", "lodash": "^4.17.4", - "marked": "^0.6.2", + "marked": "^1.1.1", "memoizee": "^0.4.14", "mv": "^2.1.1", "node-emoji": "^1.8.1",