From a4e996ebf9f292b5105c4b858cf293923092bf6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 05:11:26 +0000 Subject: [PATCH] Bump hono from 4.12.9 to 4.12.12 in /cursor/mcp-case-study Bumps [hono](https://github.com/honojs/hono) from 4.12.9 to 4.12.12. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.9...v4.12.12) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- cursor/mcp-case-study/package-lock.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/cursor/mcp-case-study/package-lock.json b/cursor/mcp-case-study/package-lock.json index 18e9131..da5ed6d 100644 --- a/cursor/mcp-case-study/package-lock.json +++ b/cursor/mcp-case-study/package-lock.json @@ -7,10 +7,16 @@ "": { "name": "mcp-case-study", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.28.0", "zod": "4.3.6" + }, + "bin": { + "mcp-case-study": "src/index.js" + }, + "engines": { + "node": ">=18" } }, "node_modules/@hono/node-server": { @@ -570,9 +576,9 @@ } }, "node_modules/hono": { - "version": "4.12.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.9.tgz", - "integrity": "sha512-wy3T8Zm2bsEvxKZM5w21VdHDDcwVS1yUFFY6i8UobSsKfFceT7TOwhbhfKsDyx7tYQlmRM5FLpIuYvNFyjctiA==", + "version": "4.12.12", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz", + "integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==", "license": "MIT", "engines": { "node": ">=16.9.0"