From 5140893defa5ee4c569829301ca97457d951e3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:53:50 +0000 Subject: [PATCH] Bump hono from 4.12.31 to 4.12.34 in /example Bumps [hono](https://github.com/honojs/hono) from 4.12.31 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.31...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 8d6bd72..3e95b5e 100644 --- a/example/package.json +++ b/example/package.json @@ -40,7 +40,7 @@ "aws-cdk-lib": "2.261.0", "aws-lambda-mcp-server": "workspace:*", "constructs": "10.7.1", - "hono": "4.12.31", + "hono": "4.12.34", "zod": "4.4.3" } }