From 2b12f77335a6d6536f9ba48a4bbbec33c1e37517 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 23:17:57 +0000 Subject: [PATCH] fix: droid-chat/repos/iannuttall-mcp-boilerplate/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MODELCONTEXTPROTOCOLSDK-15208843 - https://snyk.io/vuln/SNYK-JS-AGENTS-15209148 --- droid-chat/repos/iannuttall-mcp-boilerplate/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/droid-chat/repos/iannuttall-mcp-boilerplate/package.json b/droid-chat/repos/iannuttall-mcp-boilerplate/package.json index e4051d9..8db98e0 100644 --- a/droid-chat/repos/iannuttall-mcp-boilerplate/package.json +++ b/droid-chat/repos/iannuttall-mcp-boilerplate/package.json @@ -10,10 +10,10 @@ }, "devDependencies": { "@cloudflare/workers-oauth-provider": "^0.0.5", - "@modelcontextprotocol/sdk": "^1.11.3", + "@modelcontextprotocol/sdk": "^1.26.0", "@stripe/agent-toolkit": "latest", "@types/node": "^22.15.18", - "agents": "^0.0.84", + "agents": "^0.3.7", "hono": "^4.7.9", "octokit": "^4.1.3", "stripe": "^18.1.0",