From fd4086ae48c824015a86598f48228adb1831089a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:28:05 +0000 Subject: [PATCH] build(deps): bump marked from 18.0.10 to 18.0.11 Bumps [marked](https://github.com/markedjs/marked) from 18.0.10 to 18.0.11. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.10...v18.0.11) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.11 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 3e8f31ea..17a130dd 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.10" + "marked": "^18.0.11" }, "devDependencies": { "@fontsource-variable/inter": "^5.3.0", @@ -2293,9 +2293,9 @@ } }, "node_modules/marked": { - "version": "18.0.10", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.10.tgz", - "integrity": "sha512-FJeH4bRpYoXiggcgriCGItKCSv3xkngJc4QCZ/rkQCogU3VYaLxYJoZl8Nw/b4+x7iij/pd+09mZ6A1dXzpL0A==", + "version": "18.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz", + "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 630b5a8c..4964d3d7 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.10" + "marked": "^18.0.11" } }