From 5948a564317e88315683a8b248773ca3b2b1e74e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 15:43:56 +0000 Subject: [PATCH] Bump marked from 0.2.10 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.2.10 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.2.10...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 b10d776..a48aceb 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "dependencies": { - "marked": "0.2.x" + "marked": "0.7.x" }, "devDependencies": { "mocha": "*",