From c727850cad358964a46063516f72e0e2c5e5faf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 04:12:51 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.12 to 4.12.25 in /litellm-js/proxy Bumps [hono](https://github.com/honojs/hono) from 4.12.12 to 4.12.25. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.25) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- litellm-js/proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm-js/proxy/package.json b/litellm-js/proxy/package.json index 275fd8c20d3..86e8d735f16 100644 --- a/litellm-js/proxy/package.json +++ b/litellm-js/proxy/package.json @@ -4,7 +4,7 @@ "deploy": "wrangler deploy --minify src/index.ts" }, "dependencies": { - "hono": "4.12.12", + "hono": "4.12.25", "openai": "4.29.2" }, "devDependencies": {