From 1151e7bfdaa36ebadb49c0e55c9f1a2e9fa277ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 00:20:25 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.34 to 4.13.5 in /benchmarks Bumps [hono](https://github.com/honojs/hono) from 4.12.34 to 4.13.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.34...v4.13.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/package-lock.json | 8 ++++---- benchmarks/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/package-lock.json b/benchmarks/package-lock.json index 252310a..8789988 100644 --- a/benchmarks/package-lock.json +++ b/benchmarks/package-lock.json @@ -16,7 +16,7 @@ "@vendia/serverless-express": "^4.12.6", "express": "^4.21.2", "fastify": "^5.8.5", - "hono": "^4.12.34", + "hono": "^4.13.5", "mitata": "^1.0.34" }, "engines": { @@ -819,9 +819,9 @@ } }, "node_modules/hono": { - "version": "4.12.34", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz", - "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==", + "version": "4.13.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.5.tgz", + "integrity": "sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/benchmarks/package.json b/benchmarks/package.json index ff9a947..309d89b 100644 --- a/benchmarks/package.json +++ b/benchmarks/package.json @@ -21,7 +21,7 @@ "@vendia/serverless-express": "^4.12.6", "express": "^4.21.2", "fastify": "^5.8.5", - "hono": "^4.12.34", + "hono": "^4.13.5", "mitata": "^1.0.34" } }