chore(security): add allowScripts in trap-sandbox package.json

This commit is contained in:
Guillaume ARM 2026-06-14 22:10:36 +02:00
parent 88e1f480b7
commit fc0247bb21

View File

@ -35,5 +35,9 @@
"tsx": "^4.16.2", "tsx": "^4.16.2",
"typescript": "^5.5.3", "typescript": "^5.5.3",
"typescript-eslint": "^8.61.0" "typescript-eslint": "^8.61.0"
},
"allowScripts": {
"esbuild@0.28.1": true,
"fsevents@2.3.3": true
} }
} }