From bc960c516eb6614e4309b5b3d2f36ca7d31468ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 16:18:04 +0000 Subject: [PATCH] build(deps): bump marked from 0.3.9 to 0.3.18 Bumps [marked](https://github.com/markedjs/marked) from 0.3.9 to 0.3.18. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/0.3.9...v0.3.18) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fae4063..140d5ec 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "express-session": "^1.13.0", "forever": "^0.15.1", "helmet": "^2.0.0", - "marked": "0.3.9", + "marked": "0.3.18", "mongodb": "^2.1.18", "needle": "2.2.4", "node-esapi": "0.0.1", diff --git a/yarn.lock b/yarn.lock index 7c048db..6dc896c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3960,10 +3960,10 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" -marked@0.3.9: - version "0.3.9" - resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.9.tgz#54ce6a57e720c3ac6098374ec625fcbcc97ff290" - integrity sha512-nW5u0dxpXxHfkHzzrveY45gCbi+R4PaO4WRZYqZNl+vB0hVGeqlFn0aOg1c8AKL63TrNFn9Bm2UP4AdiZ9TPLw== +marked@0.3.18: + version "0.3.18" + resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.18.tgz#3ef058cd926101849b92a7a7c15db18c7fc76b2f" + integrity sha512-49i2QYhfULqaXzNZpxC808PisuCTGT2fgG0zrzdCI9N3rIfAWfW0nggvbXr6zvpynZdOG5+9xNxdzP0kwZnERw== math-random@^1.0.1: version "1.0.4"