From 20029891fcee181a8b2268f9e1fc4ad795f35989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 10:22:55 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.12 to 4.12.15 Bumps [hono](https://github.com/honojs/hono) from 4.12.12 to 4.12.15. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.15) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74ec0c3..c273552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hono/swagger-ui": "^0.6.1", "@hono/zod-openapi": "^1.3.0", "@supabase/supabase-js": "^2.52.1", - "hono": "^4.10.4", + "hono": "^4.12.15", "zod": "^4.1.12" }, "devDependencies": { @@ -2558,9 +2558,9 @@ } }, "node_modules/hono": { - "version": "4.12.12", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", - "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", + "version": "4.12.15", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.15.tgz", + "integrity": "sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 7edde7e..41d3289 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@hono/swagger-ui": "^0.6.1", "@hono/zod-openapi": "^1.3.0", "@supabase/supabase-js": "^2.52.1", - "hono": "^4.10.4", + "hono": "^4.12.15", "zod": "^4.1.12" }, "devDependencies": {