From bdfe585a9f80ff6ee5256d3976915de5f984a078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:35:29 +0000 Subject: [PATCH] build(deps): Bump hono in /thermodynamic-daemon/thermo-workflow Bumps [hono](https://github.com/honojs/hono) from 4.12.27 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../thermo-workflow/package-lock.json | 11 ++++++----- thermodynamic-daemon/thermo-workflow/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) 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"