From 903a5e4f74b09568ff7a87ea3ab8bbc8f9050f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:52:35 +0000 Subject: [PATCH] chore(deps)(deps): bump hono from 4.12.8 to 4.12.12 Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.12. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 933fe5a..d5f20ca 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.12", "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.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index be343a6..17a4a34 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.12", "input-otp": "^1.2.4", "ajv": "^8.18.0", "ajv-formats": "^3.0.1",