From c8da65b46eb455cba273cbece6f544dfadeb3f30 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 2 Aug 2026 22:28:01 -0400 Subject: [PATCH] readded allow scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43662499b..01a1e62c6 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "js-cookie": ">=3.0.6" }, "allowScripts": { - "esbuild@0.28.1": true, - "protobufjs@7.6.5": true + "protobufjs": true, + "esbuild": true } }