From 9f590e3017ab91fa387e219ce486bc87dd1612ca Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Tue, 21 Jul 2026 13:31:33 +0200 Subject: [PATCH 1/2] chore: add allowscripts to work with npm 12 --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 86b30d3e7de..3354a0c9c89 100644 --- a/package.json +++ b/package.json @@ -94,5 +94,11 @@ }, "engines": { "node": ">=20.9.0" + }, + "allowScripts": { + "@parcel/watcher@2.5.6": true, + "@swc/core@1.15.43": true, + "esbuild@0.28.1": true, + "unrs-resolver@1.11.1": true } } From 4933ea5ad99e48f2d7a1e2b3742a53c949cc7032 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Thu, 23 Jul 2026 22:47:29 +0200 Subject: [PATCH 2/2] chore: approve scripts for unpinned dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3354a0c9c89..4eeda8d9271 100644 --- a/package.json +++ b/package.json @@ -96,9 +96,9 @@ "node": ">=20.9.0" }, "allowScripts": { - "@parcel/watcher@2.5.6": true, - "@swc/core@1.15.43": true, - "esbuild@0.28.1": true, - "unrs-resolver@1.11.1": true + "@parcel/watcher": true, + "esbuild": true, + "@swc/core": true, + "unrs-resolver": true } }