From a6c7757a13d9d594653a784976009d8d8b49f314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 06:47:57 +0000 Subject: [PATCH] Bump hono from 4.12.14 to 4.12.18 Bumps [hono](https://github.com/honojs/hono) from 4.12.14 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.14...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 46d134f..a504e99 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@modelcontextprotocol/sdk": "^1.10.0", "axios": "^1.9.0", "fetch-to-node": "^2.1.0", - "hono": "^4.12.14", + "hono": "^4.12.18", "uuid": "^11.1.0", "zod": "^3.24.3" }, diff --git a/yarn.lock b/yarn.lock index d2c1471..ea561b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -827,10 +827,10 @@ hasown@^2.0.2: dependencies: function-bind "^1.1.2" -hono@^4.11.4, hono@^4.12.14: - version "4.12.14" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.14.tgz#4777c9512b7c84138e4f09e61e3d2fa305eb1414" - integrity sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w== +hono@^4.11.4, hono@^4.12.18: + version "4.12.18" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.18.tgz#f6d301938868c3a8bdb639495f4e326a19181505" + integrity sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ== http-errors@^2.0.0, http-errors@^2.0.1, http-errors@~2.0.1: version "2.0.1"