From c20adac2a4a4320791889e4f896a1a346a4c25d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:13:05 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.12 to 4.12.14 in /push-server 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] --- push-server/package-lock.json | 8 ++++---- push-server/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/push-server/package-lock.json b/push-server/package-lock.json index f35682b..9e2fb77 100644 --- a/push-server/package-lock.json +++ b/push-server/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@hono/node-server": "^1.13.0", "dotenv": "^16.4.7", - "hono": "^4.7.0", + "hono": "^4.12.14", "nostr-tools": "^2.23.3", "web-push": "^3.6.7" }, @@ -710,9 +710,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/push-server/package.json b/push-server/package.json index 70a4945..00245bc 100644 --- a/push-server/package.json +++ b/push-server/package.json @@ -11,7 +11,7 @@ "web-push": "^3.6.7", "nostr-tools": "^2.23.3", "dotenv": "^16.4.7", - "hono": "^4.7.0", + "hono": "^4.12.14", "@hono/node-server": "^1.13.0" }, "devDependencies": {