From 1ea1432d779460d4f8c14f9791d7cb8fefacae51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:31:54 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.14 to 4.12.21 Bumps [hono](https://github.com/honojs/hono) from 4.12.14 to 4.12.21. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.14...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 3bdfd61..b4aa28a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@stacks/transactions": "^7.3.1", "axios": "^1.15.0", "chanfana": "^3.0.0", - "hono": "^4.12.14", + "hono": "^4.12.21", "x402-stacks": "^2.0.1" }, "devDependencies": { @@ -2087,9 +2087,9 @@ } }, "node_modules/hono": { - "version": "4.12.14", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz", - "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==", + "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 3f28918..ed64c85 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@stacks/transactions": "^7.3.1", "axios": "^1.15.0", "chanfana": "^3.0.0", - "hono": "^4.12.14", + "hono": "^4.12.21", "x402-stacks": "^2.0.1" } }