From 1944502d141ae3340d283858579acaae594f71c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 00:52:39 +0800 Subject: [PATCH] Bump marked from 17.0.3 to 17.0.4 (#652) Bumps [marked](https://github.com/markedjs/marked) from 17.0.3 to 17.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.3...v17.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.4 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 a0a5d94..63b0515 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.38", - "marked": "^17.0.3", + "marked": "^17.0.4", "nodemon": "^3.1.11", "pdfobject": "^2.3.1", "tailwindcss": "^4.2.1", @@ -2066,9 +2066,9 @@ } }, "node_modules/marked": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.3.tgz", - "integrity": "sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz", + "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 3853b64..6a3286b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "highlight.js": "^11.11.1", "jdenticon": "^3.3.0", "katex": "^0.16.38", - "marked": "^17.0.3", + "marked": "^17.0.4", "nodemon": "^3.1.11", "pdfobject": "^2.3.1", "tailwindcss": "^4.2.1",