From 5f40615bb6dc0c351b66b7c42e1bce929554a814 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2019 08:28:33 +0000 Subject: [PATCH] Update marked requirement from ^0.6.1 to ^0.7.0 Updates the requirements on [marked](https://github.com/markedjs/marked) to permit the latest version. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.7.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85df9a..9d08c03 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "hexo-util": "^0.6.3", - "marked": "^0.6.2", + "marked": "^0.7.0", "strip-indent": "^3.0.0" }, "devDependencies": {