From ffb5f93a74d17f11329e0fc5cfe233f82b10f30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 22:20:53 +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 1f3c106a..39a4d650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "ink-scroll-view": "^0.3.7", "ink-spinner": "^5.0.0", "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", @@ -2966,15 +2966,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 0fc4d8f7..81d78b52 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "ink-scroll-view": "^0.3.7", "ink-spinner": "^5.0.0", "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",