From 352af520cb0a7ef5df7be8c22c87e1c8bc36561b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 00:59:37 +0000 Subject: [PATCH] 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-lock.json | 18 +++++++++++++++--- package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7cf423..c58ec21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -680,9 +680,9 @@ } }, "marked": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.9.tgz", - "integrity": "sha512-nW5u0dxpXxHfkHzzrveY45gCbi+R4PaO4WRZYqZNl+vB0hVGeqlFn0aOg1c8AKL63TrNFn9Bm2UP4AdiZ9TPLw==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "mdurl": { "version": "1.0.1", @@ -696,6 +696,13 @@ "requires": { "js-yaml": "3.5.5", "marked": "0.3.9" + }, + "dependencies": { + "marked": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.9.tgz", + "integrity": "sha512-nW5u0dxpXxHfkHzzrveY45gCbi+R4PaO4WRZYqZNl+vB0hVGeqlFn0aOg1c8AKL63TrNFn9Bm2UP4AdiZ9TPLw==" + } } }, "mime": { @@ -751,6 +758,11 @@ "underscore": "1.8.3" }, "dependencies": { + "marked": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.9.tgz", + "integrity": "sha512-nW5u0dxpXxHfkHzzrveY45gCbi+R4PaO4WRZYqZNl+vB0hVGeqlFn0aOg1c8AKL63TrNFn9Bm2UP4AdiZ9TPLw==" + }, "request": { "version": "2.83.0", "resolved": "https://registry.npmjs.org/request/-/request-2.83.0.tgz", diff --git a/package.json b/package.json index 9be6e55..438f72c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bluebird": "*", "fs-extra": "^5.0.0", "jstransformer-markdown-it": "^2.0.0", - "marked": "^0.3.9", + "marked": "^4.0.10", "meta-marked": "^0.4.2", "module-details": "^2.0.0", "pug": "^2.0.0-rc.4",