From 416285c2c51385497a1ba66bf62d0ce0984e5047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:59:18 +0000 Subject: [PATCH] deps(npm): bump marked from 17.0.5 to 18.0.4 Bumps [marked](https://github.com/markedjs/marked) from 17.0.5 to 18.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.5...v18.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 a4eca74..ed0843c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@tauri-apps/plugin-updater": "^2.10.0", "@types/dompurify": "^3.2.0", "dompurify": "^3.3.3", - "marked": "^17.0.5" + "marked": "^18.0.4" }, "devDependencies": { "@playwright/test": "^1.59.1", @@ -1384,9 +1384,9 @@ } }, "node_modules/marked": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz", - "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==", + "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/package.json b/package.json index 29100f7..bb9971b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@tauri-apps/plugin-updater": "^2.10.0", "@types/dompurify": "^3.2.0", "dompurify": "^3.3.3", - "marked": "^17.0.5" + "marked": "^18.0.4" }, "overrides": { "cookie": ">=0.7.0"