From 30695b214b6f672328b8780a80560dbd0e6ba67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 03:16:56 +0000 Subject: [PATCH] Bump marked from 0.6.3 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v0.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++++--- package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e08d83c..3f66796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6965,6 +6965,13 @@ "requires": { "highlight.js": "^9.13.1", "marked": "^0.6.2" + }, + "dependencies": { + "marked": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz", + "integrity": "sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ==" + } } }, "for-in": { @@ -11022,9 +11029,9 @@ "integrity": "sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==" }, "marked": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.3.tgz", - "integrity": "sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ==" + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" }, "math-expression-evaluator": { "version": "1.2.22", diff --git a/package.json b/package.json index ccd5279..7a4af78 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "jest-resolve": "23.6.0", "jest-watch-typeahead": "^0.2.1", "last-call-webpack-plugin": "^3.0.0", - "marked": "^0.6.3", + "marked": "^0.7.0", "mini-css-extract-plugin": "^0.11.0", "mobx": "^5.15.1", "mobx-cookie": "^2.0.3",