From d2d7535e34c2f0d7ab3cae42052a665f804b1ca8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 04:52:54 +0000 Subject: [PATCH] [Security] Bump marked from 1.2.7 to 2.0.0 Bumps [marked](https://github.com/markedjs/marked) from 1.2.7 to 2.0.0. **This update includes a security fix.** - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.7...v2.0.0) Signed-off-by: dependabot-preview[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 d015a679..15025e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7681,9 +7681,9 @@ } }, "marked": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.7.tgz", - "integrity": "sha512-No11hFYcXr/zkBvL6qFmAp1z6BKY3zqLMHny/JN/ey+al7qwCM2+CMBL9BOgqMxZU36fz4cCWfn2poWIf7QRXA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz", + "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==" }, "marked-terminal": { "version": "4.1.1", diff --git a/package.json b/package.json index c95eda87..1cf77d4f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "highlight.js": "^10.5.0", "html-minifier": "^4.0.0", "live-server": "^1.2.1", - "marked": "^1.2.7", + "marked": "^2.0.0", "minimist": "^1.2.5", "node-cache": "^5.1.1", "recursive-readdir": "^2.2.2",