From 1e8afb0d2c8776efdeb52497d89c27208b8087cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 13:04:47 -0400 Subject: [PATCH] build(deps): bump marked from 17.0.5 to 18.0.0 (#4957) Bumps [marked](https://github.com/markedjs/marked) from 17.0.5 to 18.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.5...v18.0.0) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcfa67520..cd25dc5cc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bootstrap": "5.3.8", "date-fns": "4.1.0", "lucide-vue-next": "1.0.0", - "marked": "17.0.5", + "marked": "18.0.0", "vue": "3.5.32", "vue-i18n": "11.3.0", "vue3-simple-icons": "16.10.0"