From a419d8215d58b7bbcf5eac500e9a1e7060871ba8 Mon Sep 17 00:00:00 2001 From: LeonSGP43 Date: Fri, 19 Jun 2026 12:04:02 +0800 Subject: [PATCH] fix(update): approve npm install scripts used by update --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 9e9448497f68..925241cb2097 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,12 @@ "@streamdown/math": "^1.0.2", "agent-browser": "^0.26.0" }, + "allowScripts": { + "agent-browser@0.26.0": true, + "esbuild@0.28.1": true, + "fsevents@2.3.3": true, + "unicode-animations@1.0.3": true + }, "overrides": { "lodash": "4.18.1", "@assistant-ui/store": "0.2.13",