From c83d67a9b95038107cdaf2f319244c74a6832254 Mon Sep 17 00:00:00 2001 From: orbisai0security Date: Wed, 7 Jan 2026 12:53:45 +0530 Subject: [PATCH] fix: resolve high vulnerability CVE-2025-66414 (#792) Automatically generated security fix Co-authored-by: orbisai0security --- base-action/test/mcp-test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-action/test/mcp-test/package.json b/base-action/test/mcp-test/package.json index 60101a3..21fb13f 100644 --- a/base-action/test/mcp-test/package.json +++ b/base-action/test/mcp-test/package.json @@ -2,6 +2,6 @@ "name": "mcp-test", "version": "1.0.0", "dependencies": { - "@modelcontextprotocol/sdk": "^1.11.0" + "@modelcontextprotocol/sdk": "^1.24.0" } }