From a67c80d148458fdef3dde4e203ae2e7c03399c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:26:40 +0800 Subject: [PATCH] Bump marked from 16.4.0 to 16.4.1 (#544) Bumps [marked](https://github.com/markedjs/marked) from 16.4.0 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/v16.4.0...v16.4.1) --- updated-dependencies: - dependency-name: marked dependency-version: 16.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 558f6a5..861fc79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "highlight.js": "^11.11.1", "jdenticon": "^3.3.0", "katex": "^0.16.23", - "marked": "^16.4.0", + "marked": "^16.4.1", "nodemon": "^3.1.10", "pdfobject": "^2.3.1", "tailwindcss": "^4.1.14", @@ -2068,9 +2068,9 @@ } }, "node_modules/marked": { - "version": "16.4.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.0.tgz", - "integrity": "sha512-CTPAcRBq57cn3R8n3hwc2REddc28hjR7RzDXQ+lXLmMJYqn20BaI2cGw6QjgZGIgVfp2Wdfw4aMzgNteQ6qJgQ==", + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", + "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index b7eaa58..f5d1180 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "highlight.js": "^11.11.1", "jdenticon": "^3.3.0", "katex": "^0.16.23", - "marked": "^16.4.0", + "marked": "^16.4.1", "nodemon": "^3.1.10", "pdfobject": "^2.3.1", "tailwindcss": "^4.1.14",