From 38f2aafc22607853e08ce3b3fee845894da78864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:11:29 +0000 Subject: [PATCH] Bump marked from 17.0.6 to 18.0.5 Bumps [marked](https://github.com/markedjs/marked) from 17.0.6 to 18.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.6...v18.0.5) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.5 dependency-type: direct:development 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 dd5dd3d..257660c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "esmify": "^2.1.1", "express": "^5.1.0", "lodash": "^4.17.21", - "marked": "^17.0.4", + "marked": "^18.0.5", "node-polyfill-webpack-plugin": "^4.1.0", "prettier": "3.8.1", "rollup": "^4.40.0", @@ -7422,9 +7422,9 @@ } }, "node_modules/marked": { - "version": "17.0.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.6.tgz", - "integrity": "sha512-gB0gkNafnonOw0obSTEGZTT86IuhILt2Wfx0mWH/1Au83kybTayroZ/V6nS25mN7u8ASy+5fMhgB3XPNrOZdmA==", + "version": "18.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz", + "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 738b8d6..2324394 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "esbuild": "^0.27.4", "esmify": "^2.1.1", "express": "^5.1.0", - "marked": "^17.0.4", + "marked": "^18.0.5", "node-polyfill-webpack-plugin": "^4.1.0", "prettier": "3.8.1", "rollup": "^4.40.0",