From 673e6003b061290abdfb4c39a710eafbde967ae7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2026 08:02:23 +0000 Subject: [PATCH] fix: droid-chat/repos/iannuttall-mcp-boilerplate/package.json & droid-chat/repos/iannuttall-mcp-boilerplate/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HONO-15419466 - https://snyk.io/vuln/SNYK-JS-HONO-15423717 - https://snyk.io/vuln/SNYK-JS-HONO-15418360 - https://snyk.io/vuln/SNYK-JS-HONO-15459469 --- .../repos/iannuttall-mcp-boilerplate/package-lock.json | 8 ++++---- droid-chat/repos/iannuttall-mcp-boilerplate/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/droid-chat/repos/iannuttall-mcp-boilerplate/package-lock.json b/droid-chat/repos/iannuttall-mcp-boilerplate/package-lock.json index 52926d5..e9f3e98 100644 --- a/droid-chat/repos/iannuttall-mcp-boilerplate/package-lock.json +++ b/droid-chat/repos/iannuttall-mcp-boilerplate/package-lock.json @@ -13,7 +13,7 @@ "@stripe/agent-toolkit": "latest", "@types/node": "^22.15.18", "agents": "^0.0.84", - "hono": "^4.7.9", + "hono": "^4.12.7", "octokit": "^4.1.3", "stripe": "^18.1.0", "typescript": "^5.8.3", @@ -3114,9 +3114,9 @@ } }, "node_modules/hono": { - "version": "4.7.10", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.7.10.tgz", - "integrity": "sha512-QkACju9MiN59CKSY5JsGZCYmPZkA6sIW6OFCUp7qDjZu6S6KHtJHhAc9Uy9mV9F8PJ1/HQ3ybZF2yjCa/73fvQ==", + "version": "4.12.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.7.tgz", + "integrity": "sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==", "dev": true, "license": "MIT", "engines": { diff --git a/droid-chat/repos/iannuttall-mcp-boilerplate/package.json b/droid-chat/repos/iannuttall-mcp-boilerplate/package.json index e4051d9..f2f131e 100644 --- a/droid-chat/repos/iannuttall-mcp-boilerplate/package.json +++ b/droid-chat/repos/iannuttall-mcp-boilerplate/package.json @@ -14,7 +14,7 @@ "@stripe/agent-toolkit": "latest", "@types/node": "^22.15.18", "agents": "^0.0.84", - "hono": "^4.7.9", + "hono": "^4.12.7", "octokit": "^4.1.3", "stripe": "^18.1.0", "typescript": "^5.8.3",