From 01f61f1f36a382d73209e6ecdbf9b1ed3ea8fd69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:43:40 +0000 Subject: [PATCH] chore(deps): bump hono from 4.11.9 to 4.12.9 in /chainreview-api Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.9. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.9...v4.12.9) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chainreview-api/package-lock.json | 8 ++++---- chainreview-api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chainreview-api/package-lock.json b/chainreview-api/package-lock.json index e0a09bb..2926d17 100644 --- a/chainreview-api/package-lock.json +++ b/chainreview-api/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@supabase/supabase-js": "^2.49.0", - "hono": "^4.6.0" + "hono": "^4.12.9" }, "devDependencies": { "@cloudflare/workers-types": "^4.20241218.0", @@ -1318,9 +1318,9 @@ "license": "BSD-2-Clause" }, "node_modules/hono": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz", - "integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==", + "version": "4.12.9", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", + "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/chainreview-api/package.json b/chainreview-api/package.json index d7c9e32..8322290 100644 --- a/chainreview-api/package.json +++ b/chainreview-api/package.json @@ -11,7 +11,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "hono": "^4.6.0", + "hono": "^4.12.9", "@supabase/supabase-js": "^2.49.0" }, "devDependencies": {