From 1ccb18c87b1b5ac27299809f4d5be7581e9a568e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:43:36 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.29 to 4.13.0 Bumps [hono](https://github.com/honojs/hono) from 4.12.29 to 4.13.0. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.29...v4.13.0) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.0 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 f441897..b15e253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@metaobjectsdev/sdk": "^0.20.3", "drizzle-orm": "^0.45.2", "drizzle-zod": "^0.5.1", - "hono": "^4.12.29", + "hono": "^4.13.0", "react": "^18.3.1", "react-dom": "^18.3.1", "yaml": "^2.9.0", @@ -3901,9 +3901,9 @@ } }, "node_modules/hono": { - "version": "4.12.29", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.29.tgz", - "integrity": "sha512-1hNiRjawYrLq/4m3DQQjPGFg0VZkk4RjQJDff/excI6Dm9BiL75qxGrd7/c6YOxPdq6AscP3LiXhQ6fKFC1Waw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.0.tgz", + "integrity": "sha512-jhunvfHWxd7J5EFfSgH4xsYJzSe/lfqbUCxiyyeaQasUsXeEHXtzVid+7EOGByc5JnFa23SSFL3Y2RV/z1T+eQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 6f2dbc1..445eb36 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@metaobjectsdev/sdk": "^0.20.3", "drizzle-orm": "^0.45.2", "drizzle-zod": "^0.5.1", - "hono": "^4.12.29", + "hono": "^4.13.0", "react": "^18.3.1", "react-dom": "^18.3.1", "yaml": "^2.9.0",