From 8255004ff5f911492fccf7d7ee9f7682932d015e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Feb 2026 18:34:07 +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-AGENTS-15279200 - https://snyk.io/vuln/SNYK-JS-AGENTS-15282793 --- droid-chat/repos/iannuttall-mcp-boilerplate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/droid-chat/repos/iannuttall-mcp-boilerplate/package.json b/droid-chat/repos/iannuttall-mcp-boilerplate/package.json index e4051d9..a43437a 100644 --- a/droid-chat/repos/iannuttall-mcp-boilerplate/package.json +++ b/droid-chat/repos/iannuttall-mcp-boilerplate/package.json @@ -13,7 +13,7 @@ "@modelcontextprotocol/sdk": "^1.11.3", "@stripe/agent-toolkit": "latest", "@types/node": "^22.15.18", - "agents": "^0.0.84", + "agents": "^0.3.10", "hono": "^4.7.9", "octokit": "^4.1.3", "stripe": "^18.1.0",