From a7af74d370e5362e0fd24232cdeb37e2c004064f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:54:52 +0000 Subject: [PATCH] chore(deps-web): bump marked from 18.0.3 to 18.0.4 in /web Bumps [marked](https://github.com/markedjs/marked) from 18.0.3 to 18.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.3...v18.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 58519c8..7c4a15a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.15", "astro": "^6.3.7", "isomorphic-dompurify": "^3.14.0", - "marked": "^18.0.0", + "marked": "^18.0.4", "postcss": "^8.5.15", "react": "^19.2.0", "react-dom": "^19.2.0", @@ -4449,9 +4449,9 @@ } }, "node_modules/marked": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz", - "integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz", + "integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/web/package.json b/web/package.json index fc6c47a..df8e51a 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,7 @@ "@tailwindcss/typography": "^0.5.15", "astro": "^6.3.7", "isomorphic-dompurify": "^3.14.0", - "marked": "^18.0.0", + "marked": "^18.0.4", "postcss": "^8.5.15", "react": "^19.2.0", "react-dom": "^19.2.0",