From 864ab3b9cd690961ee50d1eb256dbdb2586b431e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:11:41 +0000 Subject: [PATCH] Bump marked from 0.6.3 to 1.1.1 in /frontend 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] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 9ff63e2..abcd656 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,7 @@ "jest-watch-typeahead": "0.3.0", "lodash": "^4.17.11", "lowdb": "^1.0.0", - "marked": "^0.6.2", + "marked": "^1.1.1", "mini-css-extract-plugin": "0.5.0", "nanobar": "^0.4.2", "node-sass": "^4.12.0",