From 172d48ff8fc09450dc57e16c64752629893bde39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:08:50 +0000 Subject: [PATCH] Bump marked from 17.0.6 to 18.0.10 Bumps [marked](https://github.com/markedjs/marked) from 17.0.6 to 18.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.6...v18.0.10) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.10 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..4014f51 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.10", "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.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.10.tgz", + "integrity": "sha512-FJeH4bRpYoXiggcgriCGItKCSv3xkngJc4QCZ/rkQCogU3VYaLxYJoZl8Nw/b4+x7iij/pd+09mZ6A1dXzpL0A==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 4cd72b8..00a1967 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.10", "node-polyfill-webpack-plugin": "^4.1.0", "prettier": "^3.9.4", "rollup": "^4.62.2",