From 804acf880cb541e0496d051c2ce51b73d7bd7840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 15:05:46 +0000 Subject: [PATCH] build(deps): bump marked from 0.3.5 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.5 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/v0.3.5...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-version: 4.0.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++++---------- package.json | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fef2be20353..4af585cf3cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,12 +26,12 @@ "humanize-ms": "1.0.1", "jquery": "^2.2.4", "lodash": "4.17.4", - "marked": "0.3.5", - "method-override": "latest", + "marked": "4.0.10", + "method-override": "*", "moment": "2.15.1", "mongodb": "^3.5.9", "mongoose": "4.2.4", - "morgan": "latest", + "morgan": "*", "ms": "^0.7.1", "mysql": "^2.18.1", "npmconf": "0.0.24", @@ -4288,11 +4288,15 @@ } }, "node_modules/marked": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", - "integrity": "sha1-QROhWsXXvKFYpargciRYe5+hW5Q=", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", + "license": "MIT", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 12" } }, "node_modules/md5.js": { @@ -16188,9 +16192,9 @@ } }, "marked": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", - "integrity": "sha1-QROhWsXXvKFYpargciRYe5+hW5Q=" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "md5.js": { "version": "1.3.5", diff --git a/package.json b/package.json index d5f9362a36d..0452814e0ac 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "humanize-ms": "1.0.1", "jquery": "^2.2.4", "lodash": "4.17.4", - "marked": "0.3.5", + "marked": "4.0.10", "method-override": "latest", "moment": "2.15.1", "mongodb": "^3.5.9",