From 1ae9bd0799fca6e5247f8596430358a4ef3bb4d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:04:24 +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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4c0468..1b6beea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11432,9 +11432,9 @@ } }, "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==", "dev": true }, "math-random": { diff --git a/package.json b/package.json index 095bdbc..c652e2c 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "less-loader": "4.1.0", "load-grunt-config": "0.19.2", "lodash": "^4.17.11", - "marked": "^0.6.2", + "marked": "^0.7.0", "mini-css-extract-plugin": "^0.4.4", "ng-cache-loader": "0.0.26", "ng-packagr": "^4.0.0",