From e7b447abbdd4eed0407d48cf5662fac099c4b3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:03:43 +0000 Subject: [PATCH] chore(deps): bump marked in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [marked](https://github.com/markedjs/marked). Updates `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 dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 256c2f0..8802b96 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "husky": "^9.1.7", "jest": "^30.4.2", "markdown-it": "^14.3.0", - "marked": "^18.0.5", + "marked": "^18.0.6", "typescript": "^6.0.3" } } diff --git a/yarn.lock b/yarn.lock index 13236c3..fff26b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3182,10 +3182,10 @@ markdown-it@^14.3.0: punycode.js "^2.3.1" uc.micro "^2.1.0" -marked@^18.0.5: - version "18.0.5" - resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.5.tgz#c229c0ac6ad1e275ae8e5037c6168f76d2f42e61" - integrity sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w== +marked@^18.0.6: + version "18.0.6" + resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.6.tgz#7faf26fd580b9c8daa75984f18db25631fc4ad63" + integrity sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w== math-intrinsics@^1.1.0: version "1.1.0"