From 668ad5e694c83f631f182c89553eefdb3f377e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:27:01 +0000 Subject: [PATCH] Bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 3.12.12 to 4.2.7 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v3.12.12...v4.2.7) --- updated-dependencies: - dependency-name: hono dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 428ace8..6717fd7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "deploy:prod": "wrangler deploy --minify src/index.ts" }, "dependencies": { - "hono": "^3.12.8", + "hono": "^4.2.7", "llamaindex": "^0.1.9", "openai": "^4.26.1" },