add allowScripts configuration to package.json

This commit is contained in:
ncoronel 2026-06-24 09:22:46 -03:00
parent 63aa18b5a5
commit e49c9cd842
1 changed files with 7 additions and 0 deletions

View File

@ -35,5 +35,12 @@
"prettier": "^3.8.1",
"typescript": "~6.0.2",
"vitest": "^4.0.8"
},
"allowScripts": {
"@parcel/watcher@2.5.6": true,
"esbuild@0.28.1": true,
"esbuild@0.27.7": true,
"lmdb@3.5.4": true,
"msgpackr-extract@3.0.4": true
}
}