From 0d5ce829498598dc1d844f6e5c4ab3185cc9342d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:07:51 +0000 Subject: [PATCH] chore(deps): Bump marked from 0.8.2 to 4.0.10 in /devwatch Bumps [marked](https://github.com/markedjs/marked) from 0.8.2 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.8.2...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-version: 4.0.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devwatch/package-lock.json | 12 ++++++------ devwatch/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devwatch/package-lock.json b/devwatch/package-lock.json index 2af09079..5e4b40fd 100644 --- a/devwatch/package-lock.json +++ b/devwatch/package-lock.json @@ -16,7 +16,7 @@ "express": "^5.2.1", "human-interval": "^2.0.1", "js-yaml": "^4.1.0", - "marked": "^0.8.2" + "marked": "^4.0.10" }, "devDependencies": { "@babel/parser": "^7.28.3", @@ -896,15 +896,15 @@ } }, "node_modules/marked": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.2.tgz", - "integrity": "sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "license": "MIT", "bin": { - "marked": "bin/marked" + "marked": "bin/marked.js" }, "engines": { - "node": ">= 8.16.2" + "node": ">= 12" } }, "node_modules/math-intrinsics": { diff --git a/devwatch/package.json b/devwatch/package.json index f9e7a7e2..c6cba669 100644 --- a/devwatch/package.json +++ b/devwatch/package.json @@ -24,6 +24,6 @@ "express": "^5.2.1", "human-interval": "^2.0.1", "js-yaml": "^4.1.0", - "marked": "^0.8.2" + "marked": "^4.0.10" } }