From 73fb2bcee4fd16607adbae9b1c0534acacda78e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:48:13 +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 b5e35e4..c86e53e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,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.9.4", "rollup": "^4.62.2", @@ -7298,9 +7298,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 c6b72a2..5499b15 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,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.9.4", "rollup": "^4.62.2",