From 3243ef2e678dde40a473e483021ce6fce309dfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:40:17 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.18 to 4.13.0 Bumps [hono](https://github.com/honojs/hono) from 4.12.18 to 4.13.0. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.13.0) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 617b98d84..43ba7a9f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4878,9 +4878,9 @@ } }, "node_modules/hono": { - "version": "4.12.18", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", - "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", + "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 737cdc791..753598682 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "@anthropic-ai/sdk": "^0.91.1", "ip-address": "^10.2.0", "express-rate-limit": "^8.5.1", - "hono": "^4.12.18", + "hono": "^4.13.0", "fast-uri": "^3.1.2", "protobufjs": ">=8.2.0" },