Add npm allowScripts policy for npm v12 (#2682)

This commit is contained in:
Zain Nadeem 2026-07-24 19:47:02 +05:00 committed by GitHub
parent 536ee84034
commit c7d20d8601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,6 +193,14 @@
"xregexp": "^5.1.2", "xregexp": "^5.1.2",
"zlibjs": "^0.3.1" "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": { "scripts": {
"start": "npx grunt dev", "start": "npx grunt dev",
"build": "npx grunt prod", "build": "npx grunt prod",