From 24ca113f5f802b2a882d5f2a0e35ce663353a4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 06:10:38 +0000 Subject: [PATCH] build(deps): Bump marked from 18.0.3 to 18.0.4 Bumps [marked](https://github.com/markedjs/marked) from 18.0.3 to 18.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.3...v18.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 5ca43730b..51a933c35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "linkify-urls": "^5.2.0", "lodash": "^4.17.23", "luxon": "^3.7.2", - "marked": "^18.0.3", + "marked": "^18.0.4", "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3", @@ -9270,9 +9270,9 @@ } }, "node_modules/marked": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz", - "integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz", + "integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index cea00c61c..5aabe348b 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "linkify-urls": "^5.2.0", "lodash": "^4.17.23", "luxon": "^3.7.2", - "marked": "^18.0.3", + "marked": "^18.0.4", "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3",