From e49c9cd842b85f502463a9bcccebd1fba6caee13 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Wed, 24 Jun 2026 09:22:46 -0300 Subject: [PATCH] add allowScripts configuration to package.json --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index ccbbe34..0d0eba6 100644 --- a/package.json +++ b/package.json @@ -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 } }