From 8d1733e70df5ed222da85945bfd80ef37142a10c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 15:52:47 +0000 Subject: [PATCH] fix(deps): update dependency hono to v3 --- hono/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hono/package.json b/hono/package.json index 09590676..5414b4fb 100644 --- a/hono/package.json +++ b/hono/package.json @@ -2,7 +2,7 @@ "main": "index.js", "dependencies": { "graphql": "16.6.0", - "hono": "2.7.8", + "hono": "3.8.3", "@honojs/graphql-server": "0.1.2" }, "type": "module"