diff --git a/webhook/package-lock.json b/webhook/package-lock.json index 7c31cde..5454c2a 100644 --- a/webhook/package-lock.json +++ b/webhook/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "ISC", "dependencies": { - "hono": "^4.5.8" + "hono": "^4.6.6" }, "devDependencies": { "@biomejs/biome": "1.8.3", @@ -1010,11 +1010,11 @@ } }, "node_modules/hono": { - "version": "4.5.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", - "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", + "version": "4.6.6", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.6.6.tgz", + "integrity": "sha512-euUj5qwvtkG+p38GFs0LYacwaoS2hYRAGn9ysAggiwT2QBcPnT1XYUCW3hatW4C1KzAXTYuQ08BlVDJtAGuhlg==", "engines": { - "node": ">=16.0.0" + "node": ">=16.9.0" } }, "node_modules/is-binary-path": { diff --git a/webhook/package.json b/webhook/package.json index 68d58ad..d25e24c 100644 --- a/webhook/package.json +++ b/webhook/package.json @@ -26,7 +26,7 @@ ], "license": "ISC", "dependencies": { - "hono": "^4.5.8" + "hono": "^4.6.6" }, "devDependencies": { "@biomejs/biome": "1.8.3",