From bb9f88cdc06f286aff6cd1938d8b765b2b70fc08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:53:37 +0000 Subject: [PATCH] chore(deps): bump marked from 17.0.6 to 18.0.3 in /frontend Bumps [marked](https://github.com/markedjs/marked) from 17.0.6 to 18.0.3. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.6...v18.0.3) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 826015c..56f5775 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "clsx": "^2.1.1", "dompurify": "^3.4.1", "lucide-vue-next": "^0.562.0", - "marked": "^17.0.6", + "marked": "^18.0.3", "oidc-client-ts": "^3.5.0", "pinia": "^3.0.4", "qrcode": "^1.5.4",