From b0dbda83a5b080061b4e06a67ad53c5b042bdd0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:13:26 +0000 Subject: [PATCH] build(deps): bump hono from 4.12.25 to 4.12.34 Bumps [hono](https://github.com/honojs/hono) from 4.12.25 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.25...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a669133..58db8fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@cloudflare/workers-oauth-provider": "0.10.2", "@modelcontextprotocol/server": "2.0.0", - "hono": "^4.12.25", + "hono": "^4.12.34", "zod": "^4.3.5" }, "devDependencies": { @@ -2927,9 +2927,9 @@ } }, "node_modules/hono": { - "version": "4.12.25", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", - "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", + "version": "4.12.34", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz", + "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 0657463..14f7e37 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@cloudflare/workers-oauth-provider": "0.10.2", "@modelcontextprotocol/server": "2.0.0", - "hono": "^4.12.25", + "hono": "^4.12.34", "zod": "^4.3.5" }, "devDependencies": {