From 98a013b0536b85b3f74a7964c6440e986b2da9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:15:28 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.8 to 4.12.21 Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.21. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...v4.12.21) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.21 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 94ae46d..91e3e45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "agent-jam", "version": "0.1.0", "dependencies": { - "hono": "^4.7.0", + "hono": "^4.12.21", "immer": "^10.1.1", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -3112,9 +3112,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.21", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.21.tgz", + "integrity": "sha512-uV63apnb0kyPtAUwoWgaGh9HyIFcv8lgmzPZSiTBQAFOFGIzka5EZ1dZocmGnn0XdX0+XTqJ6Tqv7selMuGLRQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index e4c6f65..a1370cd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "vitest run" }, "dependencies": { - "hono": "^4.7.0", + "hono": "^4.12.21", "immer": "^10.1.1", "react": "^19.0.0", "react-dom": "^19.0.0",