From 9ac9a77cb0bd423cc782386dd9f9c6b57822bd3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:37:39 +0000 Subject: [PATCH] chore(deps)(deps): bump hono from 4.12.8 to 4.12.14 Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: direct:production ... 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 933fe5a..8affd27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "diff": "^8.0.2", "embla-carousel-react": "^8.3.0", "fflate": "^0.8.2", - "hono": "^4.12.8", + "hono": "^4.12.14", "input-otp": "^1.2.4", "js-yaml": "^4.1.0", "jsonlint-mod": "^1.7.6", @@ -8047,9 +8047,9 @@ } }, "node_modules/hono": { - "version": "4.12.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.8.tgz", - "integrity": "sha512-VJCEvtrezO1IAR+kqEYnxUOoStaQPGrCmX3j4wDTNOcD1uRPFpGlwQUIW8niPuvHXaTUxeOUl5MMDGrl+tmO9A==", + "version": "4.12.14", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz", + "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index be343a6..0497ed9 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "diff": "^8.0.2", "embla-carousel-react": "^8.3.0", "fflate": "^0.8.2", - "hono": "^4.12.8", + "hono": "^4.12.14", "input-otp": "^1.2.4", "ajv": "^8.18.0", "ajv-formats": "^3.0.1",