From 169ffae1c4e24fda8858717b7e0d1cf9f420ec6a Mon Sep 17 00:00:00 2001 From: Gnuxie <50846879+Gnuxie@users.noreply.github.com> Date: Sat, 18 Jul 2026 12:53:21 +0100 Subject: [PATCH] Allow post-install scripts from our dependencies (#1164) https://github.blog/changelog/2026-06-09-upcoming-breaking-changes-for-npm-v12/ --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index a0eaa124..bd87a1b3 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,10 @@ }, "engines": { "node": ">=24.0.0" + }, + "allowScripts": { + "@matrix-org/matrix-sdk-crypto-nodejs": true, + "better-sqlite3": true, + "unrs-resolver": true } }