From bd52d511cf57133f67435c04f1480fc08a4c2dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:24:58 +0000 Subject: [PATCH] chore(deps): bump marked from 18.0.9 to 18.0.11 in /desktop Bumps [marked](https://github.com/markedjs/marked) from 18.0.9 to 18.0.11. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.9...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] --- desktop/package-lock.json | 8 ++++---- desktop/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 22b65e4..47a52b1 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -11,7 +11,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/three": "^0.185.4", "highlight.js": "^11.12.0", - "marked": "^18.0.9", + "marked": "^18.0.11", "marked-highlight": "^2.2.4", "react": "^19.2.7", "react-dom": "^19.2.7", @@ -3134,9 +3134,9 @@ } }, "node_modules/marked": { - "version": "18.0.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.9.tgz", - "integrity": "sha512-/Sa4qiiHZxf0/FQdBBowr9q4r10krCwMvpK48FUBdXdUXScDxiQGR9zCPrFgRVR5LU3iySOiIjy09ZQvADir1w==", + "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/desktop/package.json b/desktop/package.json index d8efb44..f712071 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -17,7 +17,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/three": "^0.185.4", "highlight.js": "^11.12.0", - "marked": "^18.0.9", + "marked": "^18.0.11", "marked-highlight": "^2.2.4", "react": "^19.2.7", "react-dom": "^19.2.7",