From 8f9c79c4e3fc0471c8afacd9c42d28112fcdc820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:07:23 +0000 Subject: [PATCH] chore(deps-dev): bump hono from 4.12.9 to 4.12.12 in /packages/stats Bumps [hono](https://github.com/honojs/hono) from 4.12.9 to 4.12.12. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.9...v4.12.12) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/stats/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/stats/package-lock.json b/packages/stats/package-lock.json index 6dbac933c..83c88c9ae 100644 --- a/packages/stats/package-lock.json +++ b/packages/stats/package-lock.json @@ -15,7 +15,7 @@ "@types/node": "^20.19.1", "drizzle-kit": "^0.31.8", "drizzle-orm": "^0.45.2", - "hono": "^4.12.9", + "hono": "^4.12.12", "typescript": "^5.8.3", "wrangler": "^4.78.0" }, @@ -2255,9 +2255,9 @@ } }, "node_modules/hono": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", - "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", + "version": "4.12.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "license": "MIT", "engines": { "node": ">=16.9.0"