From 18fcadc6f1940d17088e7cf5c4c03af6c3a9bb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 19:58:24 +0000 Subject: [PATCH] Bump marked from 0.5.1 to 0.6.1 Bumps [marked](https://github.com/markedjs/marked) from 0.5.1 to 0.6.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.5.1...v0.6.1) 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 b20cad9..fd5ab40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2425,9 +2425,9 @@ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=" }, "marked": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.5.1.tgz", - "integrity": "sha512-iUkBZegCZou4AdwbKTwSW/lNDcz5OuRSl3qdcl31Ia0B2QPG0Jn+tKblh/9/eP9/6+4h27vpoh8wel/vQOV0vw==" + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.1.tgz", + "integrity": "sha512-+H0L3ibcWhAZE02SKMqmvYsErLo4EAVJxu5h3bHBBDvvjeWXtl92rGUSBYHL2++5Y+RSNgl8dYOAXcYe7lp1fA==" }, "maxmin": { "version": "2.1.0", diff --git a/package.json b/package.json index 579db9b..8357566 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "json-refs": "^3.0.12", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.11", - "marked": "^0.5.1", + "marked": "^0.6.1", "node-sass": "^4.9.4", "sync-request": "^6.0.0", "tmp": "0.0.33",