From 4d4ea7a09bf00fb18d04c935f510b562839bec84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:57:41 +0000 Subject: [PATCH] Build(deps): Bump marked from 14.1.4 to 18.0.3 Bumps [marked](https://github.com/markedjs/marked) from 14.1.4 to 18.0.3. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v14.1.4...v18.0.3) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index d6668d6..60571a3 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "chalk": "^5.6.2", "fast-glob": "^3.3.3", "gray-matter": "^4.0.3", - "marked": "14", + "marked": "18", "marked-terminal": "7", "remark": "^15.0.1", "remark-frontmatter": "^5.0.0", @@ -154,7 +154,7 @@ "longest-streak": ["longest-streak@3.1.0", "", {}, "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="], - "marked": ["marked@14.1.4", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-vkVZ8ONmUdPnjCKc5uTRvmkRbx4EAi2OkTOXmfTDhZz3OFqMNBM1oTTWwTr4HY4uAEojhzPf+Fy8F1DWa3Sndg=="], + "marked": ["marked@18.0.3", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA=="], "marked-terminal": ["marked-terminal@7.3.0", "", { "dependencies": { "ansi-escapes": "^7.0.0", "ansi-regex": "^6.1.0", "chalk": "^5.4.1", "cli-highlight": "^2.1.11", "cli-table3": "^0.6.5", "node-emoji": "^2.2.0", "supports-hyperlinks": "^3.1.0" }, "peerDependencies": { "marked": ">=1 <16" } }, "sha512-t4rBvPsHc57uE/2nJOLmMbZCQ4tgAccAED3ngXQqW6g+TxA488JzJ+FK3lQkzBQOI1mRV/r/Kq+1ZlJ4D0owQw=="], diff --git a/package.json b/package.json index f44393b..d75a85d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "chalk": "^5.6.2", "fast-glob": "^3.3.3", "gray-matter": "^4.0.3", - "marked": "14", + "marked": "18", "marked-terminal": "7", "remark": "^15.0.1", "remark-frontmatter": "^5.0.0",