From c493f8b03b55e2f44c17351105127d012d63f9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:07:02 +0000 Subject: [PATCH] Bump marked in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [marked](https://github.com/markedjs/marked). Updates `marked` from 0.3.19 to 18.0.0 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.3.19...v18.0.0) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce3e68e..4d5c28a 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ }, "homepage": "https://github.com/cwdoh/devart", "dependencies": { - "marked": "~0.3.1" + "marked": "~18.0.0" } }