From 51c16c328cf828c7bdb39c6ca6eeeadc5dbfa66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:58:47 +0000 Subject: [PATCH] chore(deps): bump marked from 15.0.12 to 17.0.3 Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 17.0.3. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v17.0.3) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dcd9ee0..aa4c2ec 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "ajv": "^8.17.1", "commander": "^13.1.0", - "marked": "^15.0.11", + "marked": "^17.0.3", "pdf-lib": "^1.17.1", "pino": "^10.3.1", "pino-pretty": "^13.1.3",