From 377b9619310df22e0d332d1120addd955df285bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:10:07 +0000 Subject: [PATCH] Bump marked from 17.0.6 to 18.0.6 Bumps [marked](https://github.com/markedjs/marked) from 17.0.6 to 18.0.6. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.6...v18.0.6) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.6 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 0e67b9b..fd91eab 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.6", "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.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.6.tgz", + "integrity": "sha512-MrV5puXBfuiy6wl6DLaq3BtIJQAJToAd5zt/ZKhRfGRAuFPALE7/4Y7jnxRQoEgK/pBgurGqLyAuRgZ2xOjr6w==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 4cd72b8..b329809 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.6", "node-polyfill-webpack-plugin": "^4.1.0", "prettier": "^3.9.4", "rollup": "^4.62.2",