From 4455e5cfecaaab180f2c497236343b0730f48dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:06:39 +0000 Subject: [PATCH] chore(deps-dev): bump marked from 12.0.1 to 16.3.0 Bumps [marked](https://github.com/markedjs/marked) from 12.0.1 to 16.3.0. - [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/v12.0.1...v16.3.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47c3d917..37f0f73a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "live-server": "^1.2.2", "load-grunt-tasks": "^5.1.0", "lunr": "^2.3.9", - "marked": "^12.0.1", + "marked": "^16.3.0", "mocha": "^10.8.2", "postcss": "^8.4.32", "postcss-cli": "^11.0.0", @@ -12107,15 +12107,16 @@ } }, "node_modules/marked": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", - "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz", + "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==", "dev": true, + "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/maxmin": { diff --git a/package.json b/package.json index ddb2b629..e883db7f 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "live-server": "^1.2.2", "load-grunt-tasks": "^5.1.0", "lunr": "^2.3.9", - "marked": "^12.0.1", + "marked": "^16.3.0", "mocha": "^10.8.2", "postcss": "^8.4.32", "postcss-cli": "^11.0.0",