diff --git a/thermodynamic-daemon/thermo-workflow/package-lock.json b/thermodynamic-daemon/thermo-workflow/package-lock.json index 61cd4b0..c024ad4 100644 --- a/thermodynamic-daemon/thermo-workflow/package-lock.json +++ b/thermodynamic-daemon/thermo-workflow/package-lock.json @@ -8,10 +8,10 @@ "name": "thermo-workflow", "version": "1.0.0", "dependencies": { - "hono": "^4.7.0", + "hono": "^4.12.34", "nitro": "*", "rollup": "^4.0.0", - "workflow": "latest" + "workflow": "*" } }, "node_modules/@aws-sdk/core": { @@ -4856,9 +4856,10 @@ } }, "node_modules/hono": { - "version": "4.12.27", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz", - "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==", + "version": "4.12.34", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz", + "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==", + "license": "MIT", "engines": { "node": ">=16.9.0" } diff --git a/thermodynamic-daemon/thermo-workflow/package.json b/thermodynamic-daemon/thermo-workflow/package.json index 016f485..586a056 100644 --- a/thermodynamic-daemon/thermo-workflow/package.json +++ b/thermodynamic-daemon/thermo-workflow/package.json @@ -9,7 +9,7 @@ "epoch": "curl -s -X POST http://localhost:3010/api/thermo-epoch -H 'Content-Type: application/json' -d '{\"variant\":\"chr17:41234470:A>G\"}'" }, "dependencies": { - "hono": "^4.7.0", + "hono": "^4.12.34", "nitro": "latest", "rollup": "^4.0.0", "workflow": "latest"