From fecb224c77e4379a5387fbbca56b653a25fca693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:03:34 +0000 Subject: [PATCH] build(deps): Bump marked from 18.0.6 to 18.0.7 Bumps [marked](https://github.com/markedjs/marked) from 18.0.6 to 18.0.7. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.6...v18.0.7) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.7 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 4a7e8be12..4fddd46c7 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.6", + "marked": "^18.0.7", "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3", @@ -7588,9 +7588,9 @@ } }, "node_modules/marked": { - "version": "18.0.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz", - "integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==", + "version": "18.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.7.tgz", + "integrity": "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 40ecda048..c058c51b2 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.6", + "marked": "^18.0.7", "marked-gfm-heading-id": "^4.1.4", "pinia": "^3.0.4", "qrcode": "^1.5.3",