From 017042a2c8f021836a011674eb09c111a1b7288e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:52:55 +0000 Subject: [PATCH] build(deps): bump marked from 0.6.2 to 0.7.0 Bumps [marked](https://github.com/markedjs/marked) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.2...v0.7.0) 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 afd500a..22a61c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2285,9 +2285,9 @@ } }, "marked": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.6.2.tgz", - "integrity": "sha512-LqxwVH3P/rqKX4EKGz7+c2G9r98WeM/SW34ybhgNGhUQNKtf1GmmSkJ6cDGJ/t6tiyae49qRkpyTw2B9HOrgUA==" + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", + "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" }, "math-random": { "version": "1.0.1", diff --git a/package.json b/package.json index d468b9b..d4ee507 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "express-session": "^1.15.6", "http-errors": "^1.7.1", "markdown-toc": "^1.2.0", - "marked": "^0.6.2", + "marked": "^0.7.0", "morgan": "^1.9.1", "pug": "^2.0.3", "redis": "^2.8.0",