From dfc436426b1845a47a30915e584a6701e3364d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:37:23 +0000 Subject: [PATCH] build(deps): bump hono Bumps the npm_and_yarn group with 1 update in the /mcp directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.12.22 to 4.12.25 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.22...v4.12.25) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- mcp/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mcp/package-lock.json b/mcp/package-lock.json index 67e1e319..1285c41b 100644 --- a/mcp/package-lock.json +++ b/mcp/package-lock.json @@ -1,12 +1,12 @@ { "name": "certmate-mcp-server", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "certmate-mcp-server", - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "node-fetch": "^2.7.0" @@ -572,9 +572,9 @@ } }, "node_modules/hono": { - "version": "4.12.22", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.22.tgz", - "integrity": "sha512-7fvVPbB92zNRsQke+uiRGwtTuef0tB2Dg4hWxYfFNvkQhIltWoyi0ONReM5LWA+jJWS3nfT5lTq+qbsIpX0IQw==", + "version": "4.12.25", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", + "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", "license": "MIT", "engines": { "node": ">=16.9.0"