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": {