diff --git a/apps/worker/package-lock.json b/apps/worker/package-lock.json index 3146c38..090d0dd 100644 --- a/apps/worker/package-lock.json +++ b/apps/worker/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.154", "@hono/node-server": "^1.19.11", - "hono": "^4.12.18" + "hono": "^4.12.23" }, "devDependencies": { "@types/node": "^20", @@ -1310,9 +1310,9 @@ } }, "node_modules/hono": { - "version": "4.12.19", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.19.tgz", - "integrity": "sha512-xa3eYXYXx68XTT4hZ7dRzsXBhaq85ToSrlUJNoR0gwz/1Ap/CNwX47wfvV7pc/xWhjKVVkLT7zBJy8chhNguqQ==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", + "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/apps/worker/package.json b/apps/worker/package.json index 6762f79..42d3db0 100644 --- a/apps/worker/package.json +++ b/apps/worker/package.json @@ -11,7 +11,7 @@ "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.154", "@hono/node-server": "^1.19.11", - "hono": "^4.12.18" + "hono": "^4.12.23" }, "devDependencies": { "@types/node": "^20",