From fc0247bb21634a901d160ae0d950e626a2750973 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Sun, 14 Jun 2026 22:10:36 +0200 Subject: [PATCH] chore(security): add allowScripts in trap-sandbox package.json --- tools/trap-sandbox/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/trap-sandbox/package.json b/tools/trap-sandbox/package.json index 2205818..e1e06ea 100644 --- a/tools/trap-sandbox/package.json +++ b/tools/trap-sandbox/package.json @@ -35,5 +35,9 @@ "tsx": "^4.16.2", "typescript": "^5.5.3", "typescript-eslint": "^8.61.0" + }, + "allowScripts": { + "esbuild@0.28.1": true, + "fsevents@2.3.3": true } }