From 897deced494119d3631cd1ac62a969c67e985d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 03:02:35 +0000 Subject: [PATCH] build(deps): bump hono in /examples/mcp.proxy/url-elicit Bumps [hono](https://github.com/honojs/hono) from 4.12.26 to 4.13.1. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.26...v4.13.1) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/mcp.proxy/url-elicit/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/mcp.proxy/url-elicit/package-lock.json b/examples/mcp.proxy/url-elicit/package-lock.json index a0e351ac604..406f3cc96be 100644 --- a/examples/mcp.proxy/url-elicit/package-lock.json +++ b/examples/mcp.proxy/url-elicit/package-lock.json @@ -583,9 +583,9 @@ } }, "node_modules/hono": { - "version": "4.12.26", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.26.tgz", - "integrity": "sha512-uyZtpnYxM9CmQ7QsQknM4zN8EftNqhON1qYeIKM0Se67CCEe2c44xyGURwB0axX2fBDu1dqHrHAc1hmNT8ITkw==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.13.1.tgz", + "integrity": "sha512-kdJoFVv2xmayw6cY09H7AbMJMt8Jn5jdlEdXsP7AGBdF2DIptVlKlOLKXP41yPip4/a3yQPv9gVcJYI8YY04dw==", "license": "MIT", "engines": { "node": ">=16.9.0"