From d3bc7f41fdf36af35961832047839a5464e9349a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:02:56 +0000 Subject: [PATCH] Bump honkit from 6.2.1 to 6.2.2 Bumps [honkit](https://github.com/honkit/honkit) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/honkit/honkit/releases) - [Changelog](https://github.com/honkit/honkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/honkit/honkit/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: honkit dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10e9d43..dc2632e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "description": "Dependency manifest for Dependabot — monitors gitbook-cli and honkit versions to trigger Docker image rebuilds", "dependencies": { "gitbook-cli": "2.3.2", - "honkit": "6.2.1" + "honkit": "6.2.2" } }