From 24266b85df448af1baa2c7b4258e6745623afb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 06:22:33 +0000 Subject: [PATCH] build(deps): bump marked from 18.0.11 to 18.0.12 Bumps [marked](https://github.com/markedjs/marked) from 18.0.11 to 18.0.12. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.11...v18.0.12) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 632d344f..82957923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "chart.js": "^4.5.1", "chartjs-adapter-date-fns": "^3.0.0", "date-fns": "^4.4.0", - "marked": "^18.0.11" + "marked": "^18.0.12" }, "devDependencies": { "@fontsource-variable/inter": "^5.3.0", @@ -2293,9 +2293,9 @@ } }, "node_modules/marked": { - "version": "18.0.11", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz", - "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==", + "version": "18.0.12", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.12.tgz", + "integrity": "sha512-LEm4ga2YeI2T3GVHj9b0BaDPPk93LLTHMFeMyQbNIzPxc8vCI0y/scy0ZA6z6lXKyT9j9Nhl/OC6ZYKYGuFScA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 612748d8..bde46f0c 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "chart.js": "^4.5.1", "chartjs-adapter-date-fns": "^3.0.0", "date-fns": "^4.4.0", - "marked": "^18.0.11" + "marked": "^18.0.12" } }