From 3623a5ffd89ab9aaf76b452818b62b7a5daff1bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:56:35 +0000 Subject: [PATCH] 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 3d03f89..35ac699 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "axios": "^0.18.0", "github-markdown-css": "^3.0.1", - "marked": "^0.5.2", + "marked": "^1.1.1", "nodemailer": "^5.0.0", "sass": "^1.15.2", "scss": "^0.2.4",