From 040ee05e6eb52aabf25dcb3558f976bfc90de0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:01:30 +0000 Subject: [PATCH] Bump hono from 4.9.6 to 4.12.21 Bumps [hono](https://github.com/honojs/hono) from 4.9.6 to 4.12.21. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.6...v4.12.21) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.21 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 7ef1d71..01f11d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@stream-io/node-sdk": "^0.6.6", "@stream-io/openai-realtime-api": "^0.3.3", "dotenv": "^17.2.2", - "hono": "^4.9.6", + "hono": "^4.12.21", "open": "^10.2.0" }, "engines": { @@ -195,9 +195,9 @@ } }, "node_modules/hono": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.9.6.tgz", - "integrity": "sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==", + "version": "4.12.21", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.21.tgz", + "integrity": "sha512-uV63apnb0kyPtAUwoWgaGh9HyIFcv8lgmzPZSiTBQAFOFGIzka5EZ1dZocmGnn0XdX0+XTqJ6Tqv7selMuGLRQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 0041b8d..0ae006f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@stream-io/node-sdk": "^0.6.6", "@stream-io/openai-realtime-api": "^0.3.3", "dotenv": "^17.2.2", - "hono": "^4.9.6", + "hono": "^4.12.21", "open": "^10.2.0" }, "scripts": {