From 529718084c309e57e92f483ec20fd941ccf95d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:51:46 +0000 Subject: [PATCH] build(deps): bump marked from 0.5.2 to 1.1.1 Bumps [marked](https://github.com/markedjs/marked) from 0.5.2 to 1.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.5.2...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 82d2852..2a68eea 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "html-loader": "^0.5.5", "lite-server": "^2.4.0", "lodash": "^4.17.10", - "marked": "^0.5.0", + "marked": "^1.1.1", "node-prismjs": "^0.1.2", "optimize-css-assets-webpack-plugin": "^5.0.0", "remark": "^9.0.0",