From c0462b9f1dbcd8b84d627ed225d77d32eeb6d025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 03:45:00 +0000 Subject: [PATCH] Bump gulp-markdown from 1.0.0 to 8.0.0 Bumps [gulp-markdown](https://github.com/sindresorhus/gulp-markdown) from 1.0.0 to 8.0.0. - [Release notes](https://github.com/sindresorhus/gulp-markdown/releases) - [Commits](https://github.com/sindresorhus/gulp-markdown/compare/v1.0.0...v8.0.0) --- updated-dependencies: - dependency-name: gulp-markdown dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6996321..45cb6a1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "gulp": "3.8.11", "gulp-jshint": "1.10.0", - "gulp-markdown": "1.0.0" + "gulp-markdown": "8.0.0" }, "scripts": { "main": "node index.js",