From c73bdfaef45df9e1b04b4b68c8b8ff64f5b81652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 07:43:39 +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) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v0.5.1...v0.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56c04e65d..b89f37897 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21723,9 +21723,9 @@ "dev": true }, "marked": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.5.1.tgz", - "integrity": "sha512-iUkBZegCZou4AdwbKTwSW/lNDcz5OuRSl3qdcl31Ia0B2QPG0Jn+tKblh/9/eP9/6+4h27vpoh8wel/vQOV0vw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==", "dev": true }, "material-ui": { diff --git a/package.json b/package.json index 9df321088..511b0f5fe 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "jsdom": "9.11.0", "json-loader": "0.5.7", "markdown-loader": "2.0.1", - "marked": "0.5.1", + "marked": "0.7.0", "mocha": "6.1.3", "mock-local-storage": "1.1.8", "mock-socket": "8.0.5",