From 9a624dcfb7f3a8a87e19cf0c0f23da50f58d1c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:15:21 +0000 Subject: [PATCH] build(deps): bump marked from 0.3.9 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.9 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/0.3.9...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... 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..730d28b 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": "4.0.10", "mongodb": "^2.1.18", "needle": "2.2.4", "node-esapi": "0.0.1", diff --git a/yarn.lock b/yarn.lock index 7c048db..dabe651 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@4.0.10: + version "4.0.10" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423" + integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw== math-random@^1.0.1: version "1.0.4"