From d1f9e7becfebbb84a44eaf261754fb1b02f389bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 11:50:37 +0000 Subject: [PATCH] Bump marked from 0.5.1 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.5.1 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.5.1...v0.7.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7972e46..db47008 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "hedron": "^1.0.0-beta.12", "ignore-styles": "^5.0.1", "in-browser-download": "^1.0.0", - "marked": "^0.5.1", + "marked": "^0.7.0", "react": "^16.5.2", "react-ace": "^6.2.0", "react-dom": "^16.5.2", diff --git a/yarn.lock b/yarn.lock index 5974137..84e671b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5124,9 +5124,9 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.5.1.tgz#062f43b88b02ee80901e8e8d8e6a620ddb3aa752" +marked@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e" math-expression-evaluator@^1.2.14: version "1.2.17"