From efe42db75362e11c982113cc113017767e9d84e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:03:06 +0000 Subject: [PATCH] build(deps): bump hono from 4.12.30 to 4.12.32 Bumps [hono](https://github.com/honojs/hono) from 4.12.30 to 4.12.32. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.30...v4.12.32) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.32 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/worker-selfhost/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a446dbc..1066446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3271,9 +3271,9 @@ } }, "node_modules/hono": { - "version": "4.12.30", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.30.tgz", - "integrity": "sha512-emn+JoJjrN9YTpRDS5it/UI2SO9BAE37T6I3d963RxcZ81G9A4pr2SZTEiiaiKbzx+NKRg5BZ89fCL7gCJCUog==", + "version": "4.12.32", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.32.tgz", + "integrity": "sha512-XcuyW9qE2kJn07PkecMOBd5Vq/hMy7mmGw+idz1yblbg9N17ijJODrvPkn7/dwL3Kulj8LcRJ69DLOWf91dRUg==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -4869,7 +4869,7 @@ "@erpipe/core": "file:../core", "@modelcontextprotocol/sdk": "^1.12.1", "agents": "0.17.4", - "hono": "^4.8.5", + "hono": "^4.12.32", "zod": "^4.0.0" }, "devDependencies": { diff --git a/packages/worker-selfhost/package.json b/packages/worker-selfhost/package.json index c4d5e63..90009e2 100644 --- a/packages/worker-selfhost/package.json +++ b/packages/worker-selfhost/package.json @@ -33,7 +33,7 @@ "@erpipe/core": "file:../core", "@modelcontextprotocol/sdk": "^1.12.1", "agents": "0.17.4", - "hono": "^4.8.5", + "hono": "^4.12.32", "zod": "^4.0.0" }, "devDependencies": {