From 7305574268fd237cc1b9a5f41174a4a481c17015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:59:50 +0000 Subject: [PATCH] chore(deps): bump hono in /plugins/plugin-test-harness Bumps [hono](https://github.com/honojs/hono) from 4.11.10 to 4.12.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.10...v4.12.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- plugins/plugin-test-harness/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/plugin-test-harness/package-lock.json b/plugins/plugin-test-harness/package-lock.json index 3ffda48..bda1b6a 100644 --- a/plugins/plugin-test-harness/package-lock.json +++ b/plugins/plugin-test-harness/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugin-test-harness", - "version": "0.7.0", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plugin-test-harness", - "version": "0.7.0", + "version": "0.7.2", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "execa": "^9.5.0", @@ -4260,9 +4260,9 @@ } }, "node_modules/hono": { - "version": "4.11.10", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.10.tgz", - "integrity": "sha512-kyWP5PAiMooEvGrA9jcD3IXF7ATu8+o7B3KCbPXid5se52NPqnOpM/r9qeW2heMnOekF4kqR1fXJqCYeCLKrZg==", + "version": "4.12.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.7.tgz", + "integrity": "sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==", "license": "MIT", "engines": { "node": ">=16.9.0"