From c7d20d86017b7a1ff99c53a5e007a041f92c9671 Mon Sep 17 00:00:00 2001 From: Zain Nadeem Date: Fri, 24 Jul 2026 19:47:02 +0500 Subject: [PATCH] Add npm allowScripts policy for npm v12 (#2682) --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index d9748d74..f8c2961e 100644 --- a/package.json +++ b/package.json @@ -193,6 +193,14 @@ "xregexp": "^5.1.2", "zlibjs": "^0.3.1" }, + "allowScripts": { + "@nightwatch/nightwatch-inspector@1.0.1": true, + "chromedriver@150.0.3": true, + "core-js": false, + "core-js-pure": false, + "fsevents": false, + "tesseract.js": false + }, "scripts": { "start": "npx grunt dev", "build": "npx grunt prod",