From 99fc960f208504b52c2c58f5a554b482eebce8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 12:24:39 +0000 Subject: [PATCH] build(deps-dev): 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:development 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 c5b37368..3f8177c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "expressive-code": "^0.44.0", "globals": "17.7.0", "jsdom": "^29.1.1", - "marked": "^18.0.5", + "marked": "^18.0.6", "openapi-types": "^12.1.3", "prettier": "3.9.4", "prettier-plugin-astro": "^0.14.1", @@ -12302,9 +12302,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==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 431840e3..16cbc960 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "expressive-code": "^0.44.0", "globals": "17.7.0", "jsdom": "^29.1.1", - "marked": "^18.0.5", + "marked": "^18.0.6", "openapi-types": "^12.1.3", "prettier": "3.9.4", "prettier-plugin-astro": "^0.14.1",