From 5f9f62443ab88c64eab1725148e39c7d238ce0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:50:51 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.8 to 4.12.18 Bumps [hono](https://github.com/honojs/hono) from 4.12.8 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.8...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 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..76b5994 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.18", "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.18", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz", + "integrity": "sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index e4c6f65..0435554 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "vitest run" }, "dependencies": { - "hono": "^4.7.0", + "hono": "^4.12.18", "immer": "^10.1.1", "react": "^19.0.0", "react-dom": "^19.0.0",