From de56eae08f4b2cbf0cf02a63f74f75c040bbd54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 01:29:41 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 0.3.16 to 0.3.18 Bumps [marked](https://github.com/markedjs/marked) from 0.3.16 to 0.3.18. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/commits/v0.3.18) 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 cf88b79..32b6b20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1471,9 +1471,9 @@ } }, "marked": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.16.tgz", - "integrity": "sha512-diLiAxHidES67uJ1P5unXBUB4CyOFwodKrctuK0U4Ogw865N9Aw4dLmY0BK0tGKOy3xvkdMGgUXPD6W9z1Ne0Q==", + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.18.tgz", + "integrity": "sha512-49i2QYhfULqaXzNZpxC808PisuCTGT2fgG0zrzdCI9N3rIfAWfW0nggvbXr6zvpynZdOG5+9xNxdzP0kwZnERw==", "dev": true }, "math-random": { diff --git a/package.json b/package.json index a6d8d89..2568d59 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "chokidar-cli": "^2.1.0", "hot-server": "0.0.23", - "marked": "^0.3.16", + "marked": "^0.3.18", "serve": "^11.3.2" } }