From 91fa16f6834c3ad5429b9f145070eb0ffddf9562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 07:57:35 +0000 Subject: [PATCH] Bump marked from 2.1.3 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 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/v2.1.3...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, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d732f2573e..6e438ea7d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "hls.js": "^1.0.7", "https-browserify": "^1.0.0", "macy": "^2.5.1", - "marked": "^2.1.3", + "marked": "^4.0.10", "material-design-lite": "~1.3.0", "medium-editor": "^5.23.3", "moment": "^2.29.1", @@ -30931,14 +30931,14 @@ } }, "node_modules/marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">= 10" + "node": ">= 12" } }, "node_modules/matchdep": { @@ -68882,9 +68882,9 @@ "requires": {} }, "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "matchdep": { "version": "2.0.0", diff --git a/package.json b/package.json index fd3a57afbf..78cf12b25e 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "hls.js": "^1.0.7", "https-browserify": "^1.0.0", "macy": "^2.5.1", - "marked": "^2.1.3", + "marked": "^4.0.10", "material-design-lite": "~1.3.0", "medium-editor": "^5.23.3", "moment": "^2.29.1",