From 5f9ef074300e7008bced9f1320f0125088dda1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 02:46:56 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.12 to 4.12.14 Bumps [hono](https://github.com/honojs/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: 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 ae33d45b..7769e382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "dockerode": "^4.0.9", "drizzle-orm": "^0.45.1", "eta": "^4.5.0", - "hono": "^4.12.12", + "hono": "^4.12.14", "jira.js": "^5.3.0", "js-yaml": "^4.1.1", "llmist": "^16.0.4", @@ -7520,9 +7520,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 f6bac3ec..238652a7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "dockerode": "^4.0.9", "drizzle-orm": "^0.45.1", "eta": "^4.5.0", - "hono": "^4.12.12", + "hono": "^4.12.14", "jira.js": "^5.3.0", "js-yaml": "^4.1.1", "llmist": "^16.0.4",