From 6a8e786ad6be7de92876b46d5b94c76a61d571dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:18:34 +0000 Subject: [PATCH] build(deps): bump hono in the npm_security group across 1 directory Bumps the npm_security group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.12.12 to 4.12.14 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.12...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: indirect dependency-group: npm_security ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6e802e..311aa15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6054,9 +6054,9 @@ } }, "node_modules/hono": { - "version": "4.12.12", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", - "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", + "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 518b465..88502dd 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "vitest": "^4.1.4" }, "overrides": { - "hono": "^4.12.12", + "hono": "^4.12.14", "@hono/node-server": "^1.19.13", "lodash": "^4.17.23", "effect": "^3.21.0",