From fca5edf998a2153f00c54c73ce94606321c58425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 02:34:32 +0000 Subject: [PATCH] chore(deps): bump marked from 16.4.2 to 17.0.0 Bumps [marked](https://github.com/markedjs/marked) from 16.4.2 to 17.0.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v16.4.2...v17.0.0) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.0 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 4856482..59ee3da 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "highlight.js": "^11.11.1", "highlight.svelte": "^0.1.3", "isomorphic-dompurify": "^2.33.0", - "marked": "^16.4.2", + "marked": "^17.0.1", "mime-types": "^3.0.2", "mode-watcher": "^1.1.0", "postgres": "^3.4.7",