From 41c397946b4c6e168a82e3060608dbc96cfb9c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:36:30 +0000 Subject: [PATCH] deps: bump marked from 15.0.12 to 16.3.0 Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 16.3.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v16.3.0) --- updated-dependencies: - dependency-name: marked dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e1193fc8..bb3bab45d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "idb-keyval": "^6.2.1", "jsdom": "^26.0.0", "lucide-react": "^0.503.0", - "marked": "^15.0.11", + "marked": "^16.3.0", "motion": "^12.6.3", "next": "^15.4.0-canary.47", "next-themes": "^0.4.6", @@ -7346,15 +7346,15 @@ } }, "node_modules/marked": { - "version": "15.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", - "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz", + "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/math-intrinsics": { diff --git a/package.json b/package.json index 76cde6be4..4ae6fc9c0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "idb-keyval": "^6.2.1", "jsdom": "^26.0.0", "lucide-react": "^0.503.0", - "marked": "^15.0.11", + "marked": "^16.3.0", "motion": "^12.6.3", "next": "^15.4.0-canary.47", "next-themes": "^0.4.6",