diff --git a/package-lock.json b/package-lock.json index 45b7f3b..5e6d7ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,11 +7,11 @@ "": { "name": "mygobot", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@cloudflare/workers-types": "^4.20250313.0", "grammy": "^1.35.0", - "hono": "^4.7.4", + "hono": "^4.12.12", "wrangler": "^4.0.0" } }, @@ -1205,9 +1205,9 @@ } }, "node_modules/hono": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.7.4.tgz", - "integrity": "sha512-Pst8FuGqz3L7tFF+u9Pu70eI0xa5S3LPUmrNd5Jm8nTHze9FxLTK9Kaj5g/k4UcwuJSXTP65SyHOPLrffpcAJg==", + "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 6b16a1f..49352c8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@cloudflare/workers-types": "^4.20250313.0", "grammy": "^1.35.0", - "hono": "^4.7.4", + "hono": "^4.12.12", "wrangler": "^4.0.0" } }