From e69222f5f8fc68f80c8c4c7ff329cc8feb836368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 22:35:48 +0000 Subject: [PATCH] chore(deps): bump marked from 9.1.6 to 18.0.6 Bumps [marked](https://github.com/markedjs/marked) from 9.1.6 to 18.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v9.1.6...v18.0.6) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33f025e..faf18c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "ink": "^7.1.0", "ink-scroll-view": "^0.3.7", "js-yaml": "^4.2.0", - "marked": "^9.1.6", + "marked": "^18.0.6", "marked-terminal": "^7.3.0", "pino": "^10.3.1", "posix": "^4.2.0", @@ -2931,15 +2931,15 @@ } }, "node_modules/marked": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.6.tgz", - "integrity": "sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==", + "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" }, "engines": { - "node": ">= 16" + "node": ">= 20" } }, "node_modules/marked-terminal": { diff --git a/package.json b/package.json index f808d21..0de012e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "ink": "^7.1.0", "ink-scroll-view": "^0.3.7", "js-yaml": "^4.2.0", - "marked": "^9.1.6", + "marked": "^18.0.6", "marked-terminal": "^7.3.0", "pino": "^10.3.1", "posix": "^4.2.0",