From ac58833adfc46eee6885120e426361f12f144330 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 02:35:19 +0000 Subject: [PATCH] Bump marked from 0.3.19 to 0.8.0 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 0.8.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.3.19...v0.8.0) Signed-off-by: dependabot-preview[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 6a348819d..6e3e6040c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4895,9 +4895,9 @@ } }, "marked": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz", - "integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==" + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", + "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" }, "md5-hex": { "version": "2.0.0", diff --git a/package.json b/package.json index 6631e3321..4bf7a3c45 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "express": "^4.13.3", "jwt-simple": "^0.5.6", "lodash": "^4.17.15", - "marked": "^0.3.5", + "marked": "^0.8.0", "moment": "^2.24.0", "mongoose": "^5.7.5", "nconf": "^0.10.0",