From 7f99de97fd35781ed798fcbfa9c1b4470b86c2f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:44:44 +0000 Subject: [PATCH] Bump marked from 18.0.5 to 18.0.6 Bumps [marked](https://github.com/markedjs/marked) from 18.0.5 to 18.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.5...v18.0.6) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.6 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 f4f1ec7..3b57e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@phosphor-icons/web": "^2.1.2", "@tailwindcss/vite": "^4.3.1", "astro": "^6.4.6", - "marked": "^18.0.5", + "marked": "^18.0.6", "sanitize-html": "^2.17.5", "tailwindcss": "^4.3.1", "typescript": "^6.0.3" @@ -3884,9 +3884,9 @@ } }, "node_modules/marked": { - "version": "18.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz", - "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==", + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz", + "integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 620dcad..54eef78 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@phosphor-icons/web": "^2.1.2", "@tailwindcss/vite": "^4.3.1", "astro": "^6.4.6", - "marked": "^18.0.5", + "marked": "^18.0.6", "sanitize-html": "^2.17.5", "tailwindcss": "^4.3.1", "typescript": "^6.0.3"