From 1ead99d8e7c00a50d82100a99209929423cfe2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:25:53 +0000 Subject: [PATCH] Bump marked from 0.3.5 to 16.4.1 Bumps [marked](https://github.com/markedjs/marked) from 0.3.5 to 16.4.1. - [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...v16.4.1) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a50369d..d5ce283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "handlebars": "4.0.14", "ip": "^1.1.8", "lodash": "4.17.11", - "marked": "^0.3.5", + "marked": "^16.4.1", "node-fetch": "^3.3.2", "pug": "^2.0.4", "serialize-javascript": "2.1.1", @@ -1119,11 +1119,15 @@ } }, "node_modules/marked": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.5.tgz", - "integrity": "sha512-C2ZEiUZxg7zxh9t8C3q6yW4WucWN+OYkiAV/M5GxvfwYrKxlDcuZ74dHmoRoI+R80Oa/FtHl1w8GT13epnbi+Q==", + "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" + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 20" } }, "node_modules/math-intrinsics": { diff --git a/package.json b/package.json index a666740..3ae0e6b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "handlebars": "4.0.14", "ip": "^1.1.8", "lodash": "4.17.11", - "marked": "^0.3.5", + "marked": "^16.4.1", "node-fetch": "^3.3.2", "pug": "^2.0.4", "serialize-javascript": "2.1.1",