From 7b03d6adce53ded63770288832a118e550b902ef Mon Sep 17 00:00:00 2001 From: "zainnadeem(RedOpsCell)" Date: Thu, 23 Jul 2026 17:17:48 +0500 Subject: [PATCH] Add npm allowScripts policy for npm v12 --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 8512412b..d61da094 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",