From bea36351c20a6f81edd431ef46544f555344fe6d Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Wed, 10 Jun 2026 21:01:52 +0200 Subject: [PATCH] chore: add allowScripts in package.json --- tools/mcp-bridge/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/mcp-bridge/package.json b/tools/mcp-bridge/package.json index 8563928..8e540f7 100644 --- a/tools/mcp-bridge/package.json +++ b/tools/mcp-bridge/package.json @@ -17,5 +17,9 @@ "@types/ws": "^8.5.10", "tsx": "^4.16.2", "typescript": "^5.5.3" + }, + "allowScripts": { + "esbuild@0.28.0": true, + "fsevents@2.3.3": true } }