From 0958e80d8e52cb6f2bb679ce9b866e88f41d9646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Dec 2025 13:30:01 +0800 Subject: [PATCH] Bump marked from 16.4.1 to 17.0.1 (#581) Bumps [marked](https://github.com/markedjs/marked) from 16.4.1 to 17.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v16.4.1...v17.0.1) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.1 dependency-type: direct:development update-type: version-update:semver-major ... 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 34bf03f..c771a70 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.27", - "marked": "^16.4.1", + "marked": "^17.0.1", "nodemon": "^3.1.11", "pdfobject": "^2.3.1", "tailwindcss": "^4.1.18", @@ -2082,9 +2082,9 @@ } }, "node_modules/marked": { - "version": "16.4.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", - "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz", + "integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 92839e9..dc3217f 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "highlight.js": "^11.11.1", "jdenticon": "^3.3.0", "katex": "^0.16.27", - "marked": "^16.4.1", + "marked": "^17.0.1", "nodemon": "^3.1.11", "pdfobject": "^2.3.1", "tailwindcss": "^4.1.18",