From c7eab79cf0e8b6564d3e949c829b3db70395dd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:54:39 +0000 Subject: [PATCH] chore(deps): bump marked from 0.6.1 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c530388..7a29d89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3930,7 +3930,7 @@ }, "@types/q": { "version": "0.0.32", - "resolved": "http://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", + "resolved": "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", "integrity": "sha1-vShOV8hPEyXacCur/IKlMoGQwMU=", "dev": true }, @@ -11876,9 +11876,9 @@ "dev": true }, "marked": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.1.tgz", - "integrity": "sha512-+H0L3ibcWhAZE02SKMqmvYsErLo4EAVJxu5h3bHBBDvvjeWXtl92rGUSBYHL2++5Y+RSNgl8dYOAXcYe7lp1fA==" + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index f19ac00..8796438 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "hash.js": "^1.1.7", "highlight.js": "^9.15.6", "lodash": "^4.17.15", - "marked": "^0.6.1", + "marked": "^0.7.0", "rxjs": "~6.5.4", "tslib": "^1.10.0" },