From e24f2ce9b58e35ea471a056ba5dabc0d4212db0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:57:58 +0000 Subject: [PATCH] Bump hono from 4.12.9 to 4.12.12 Bumps [hono](https://github.com/honojs/hono) from 4.12.9 to 4.12.12. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.9...v4.12.12) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a41b817..614bab2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@sentry/cloudflare": "^10.46.0", "algoliasearch": "^5.50.0", - "hono": "^4.12.9", + "hono": "^4.12.12", "is-deflate": "^1.0.0", "is-gzip": "^2.0.0", "pako": "^2.1.0", @@ -3397,9 +3397,9 @@ } }, "node_modules/hono": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", - "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", + "version": "4.12.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "engines": { "node": ">=16.9.0" } @@ -7040,9 +7040,9 @@ "dev": true }, "hono": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", - "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==" + "version": "4.12.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==" }, "html-entities": { "version": "2.6.0", diff --git a/package.json b/package.json index ff51e85..52ba442 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@sentry/cloudflare": "^10.46.0", "algoliasearch": "^5.50.0", - "hono": "^4.12.9", + "hono": "^4.12.12", "is-deflate": "^1.0.0", "is-gzip": "^2.0.0", "pako": "^2.1.0",