From 432af2d94b83b0c198cdb0411797d64299721950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 04:06:10 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.15 to 4.12.16 Bumps [hono](https://github.com/honojs/hono) from 4.12.15 to 4.12.16. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.15...v4.12.16) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 73616df..277fe29 100644 --- a/bun.lock +++ b/bun.lock @@ -7,7 +7,7 @@ "dependencies": { "cheerio": "^1.2.0", "drizzle-orm": "^0.45.2", - "hono": "^4.12.15", + "hono": "^4.12.16", }, "devDependencies": { "@eslint/eslintrc": "^3.3.5", @@ -362,7 +362,7 @@ "globals": ["globals@17.5.0", "", {}, "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g=="], - "hono": ["hono@4.12.15", "", {}, "sha512-qM0jDhFEaCBb4TxoW7f53Qrpv9RBiayUHo0S52JudprkhvpjIrGoU1mnnr29Fvd1U335ZFPZQY1wlkqgfGXyLg=="], + "hono": ["hono@4.12.16", "", {}, "sha512-jN0ZewiNAWSe5khM3EyCmBb250+b40wWbwNILNfEvq84VREWwOIkuUsFONk/3i3nqkz7Oe1PcpM2mwQEK2L9Kg=="], "htmlparser2": ["htmlparser2@10.1.0", "", { "dependencies": { "domelementtype": "^2.3.0", "domhandler": "^5.0.3", "domutils": "^3.2.2", "entities": "^7.0.1" } }, "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ=="], diff --git a/package.json b/package.json index 2a8b18f..606407c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "cheerio": "^1.2.0", "drizzle-orm": "^0.45.2", - "hono": "^4.12.15" + "hono": "^4.12.16" }, "devDependencies": { "@eslint/eslintrc": "^3.3.5",