From 9d863a38b79db9393fef9f7b96bcce84c7116742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:16:10 +0000 Subject: [PATCH] chore(deps): bump marked from 0.3.19 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.3.19...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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6be613fe..07a8b46a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "jsoneditor": "^10.4.2", "katex": "^0.16.27", "leaflet": "^1.9.4", - "marked": "^0.3.19", + "marked": "^4.0.10", "mathjs": "^15.1.0", "mf-parser": "^3.6.0", "mime-types": "^3.0.2", @@ -8061,15 +8061,15 @@ } }, "node_modules/marked": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.19.tgz", - "integrity": "sha512-ea2eGWOqNxPcXv8dyERdSr/6FmzvWwzjMxpfGB/sbMccXoct+xY+YukPD+QTUZwyvK7BZwcr4m21WBOW41pAkg==", + "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": ">=0.10.0" + "node": ">= 12" } }, "node_modules/math-intrinsics": { diff --git a/package.json b/package.json index e173d1f8d..1df598fd5 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "jsoneditor": "^10.4.2", "katex": "^0.16.27", "leaflet": "^1.9.4", - "marked": "^0.3.19", + "marked": "^4.0.10", "mathjs": "^15.1.0", "mf-parser": "^3.6.0", "mime-types": "^3.0.2",