From d19c98a7e6b7e504aa98a30069ab1b8f610683ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:03:17 +0000 Subject: [PATCH] Bump marked from 4.0.10 to 15.0.4 Bumps [marked](https://github.com/markedjs/marked) from 4.0.10 to 15.0.4. - [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.10...v15.0.4) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7666ed4..ca45c506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "glob": "^11.0.0", "he": "^1.2.0", "lodash": "^4.17.20", - "marked": "^4.0.10", + "marked": "^16.4.1", "ms": "^2.1.2", "natural": "^8.0.1", "ora": "^5.1.0" @@ -3770,15 +3770,15 @@ } }, "node_modules/marked": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", + "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 12" + "node": ">= 20" } }, "node_modules/math-intrinsics": { diff --git a/package.json b/package.json index 22280653..39e35c95 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "glob": "^11.0.0", "he": "^1.2.0", "lodash": "^4.17.20", - "marked": "^4.0.10", + "marked": "^16.4.1", "ms": "^2.1.2", "natural": "^8.0.1", "ora": "^5.1.0"