From cfb0414d53281f6a975544ff90081ebe7cb512db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:06:04 +0000 Subject: [PATCH] fix(deps): update dependency hono to v4 --- hono/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hono/package.json b/hono/package.json index 39ea2339..3304e5c3 100644 --- a/hono/package.json +++ b/hono/package.json @@ -2,7 +2,7 @@ "main": "index.js", "dependencies": { "graphql": "16.8.1", - "hono": "2.7.8", + "hono": "4.5.3", "@honojs/graphql-server": "0.1.2" }, "type": "module"