From 84a145b65f410ced90c9000cd6359ea845b9dc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 00:53:35 +0000 Subject: [PATCH] chore(deps): bump marked from 4.0.12 to 16.1.2 Bumps [marked](https://github.com/markedjs/marked) from 4.0.12 to 16.1.2. - [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/v4.0.12...v16.1.2) --- updated-dependencies: - dependency-name: marked dependency-version: 16.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae43174a88b..70f1e396c70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "jimp": "^0.16.1", "js-yaml": "^4.1.0", "linguist-js": "^2.2.0", - "marked": "^4.0.12", + "marked": "^16.1.2", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5", @@ -6672,14 +6672,14 @@ } }, "node_modules/marked": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", - "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==", + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.1.2.tgz", + "integrity": "sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 20" } }, "node_modules/matchmedia": { @@ -15128,9 +15128,9 @@ } }, "marked": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.12.tgz", - "integrity": "sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==" + "version": "16.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.1.2.tgz", + "integrity": "sha512-rNQt5EvRinalby7zJZu/mB+BvaAY2oz3wCuCjt1RDrWNpS1Pdf9xqMOeC9Hm5adBdcV/3XZPJpG58eT+WBc0XQ==" }, "matchmedia": { "version": "0.1.2", diff --git a/package.json b/package.json index 1907d982074..373cc63e990 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "jimp": "^0.16.1", "js-yaml": "^4.1.0", "linguist-js": "^2.2.0", - "marked": "^4.0.12", + "marked": "^16.1.2", "memory-cache": "^0.2.0", "minimatch": "^3.0.4", "node-chartist": "^1.0.5",