From b3e7f506f6149441efc8517fc61addc46d6ed70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:45:20 +0000 Subject: [PATCH] :arrow_up: deps:(deps): bump marked from 15.0.12 to 17.0.4 Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 17.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v17.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.4 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 b4312b6..9028979 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@github/copilot-sdk": "^0.1.19", "chalk": "^5.6.2", - "marked": "^15.0.0", + "marked": "^17.0.4", "marked-terminal": "^7.3.0", "ora": "^9.1.0" }, @@ -1025,15 +1025,15 @@ } }, "node_modules/marked": { - "version": "15.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", - "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz", + "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/marked-terminal": { diff --git a/package.json b/package.json index b49e22a..4bbd51f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@github/copilot-sdk": "^0.1.19", "chalk": "^5.6.2", - "marked": "^15.0.0", + "marked": "^17.0.4", "marked-terminal": "^7.3.0", "ora": "^9.1.0" },