From 23e69287813fa7757c4118a99c1dc6379a819e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 22:16:09 +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.13.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.13.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.5 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..5b54c15 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.13.5", "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.13.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.5.tgz", + "integrity": "sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw==", + "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..a51e3bf 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.13.5", "nitro": "latest", "rollup": "^4.0.0", "workflow": "latest"