diff --git a/package-lock.json b/package-lock.json index 688796a..deced13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "abm-tg-git-updater", "dependencies": { - "hono": "^4.12.11" + "hono": "^4.12.12" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260405.1", @@ -1263,9 +1263,9 @@ } }, "node_modules/hono": { - "version": "4.12.11", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.11.tgz", - "integrity": "sha512-r4xbIa3mGGGoH9nN4A14DOg2wx7y2oQyJEb5O57C/xzETG/qx4c7CVDQ5WMeKHZ7ORk2W0hZ/sQKXTav3cmYBA==", + "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" diff --git a/package.json b/package.json index f4c9c38..a695412 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "cf-typegen": "wrangler types --env-interface CloudflareBindings" }, "dependencies": { - "hono": "^4.12.11" + "hono": "^4.12.12" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260405.1",