[LON-CAPA-cvs] cvs: loncom /node.js/axe package.json
raeburn
raeburn at source.lon-capa.org
Wed Jul 15 21:18:07 EDT 2026
raeburn Thu Jul 16 01:18:07 2026 EDT
Modified files:
/loncom/node.js/axe package.json
Log:
- Allow installation of puppeteer with node.js 24 LTS (uses npm 11.16.0).
Index: loncom/node.js/axe/package.json
diff -u loncom/node.js/axe/package.json:1.2 loncom/node.js/axe/package.json:1.3
--- loncom/node.js/axe/package.json:1.2 Sat Jan 3 20:55:42 2026
+++ loncom/node.js/axe/package.json Thu Jul 16 01:18:07 2026
@@ -14,5 +14,8 @@
"dependencies": {
"@axe-core/puppeteer": "^4.11.0",
"puppeteer": "^24.34.0"
+ },
+ "allowScripts": {
+ "puppeteer": true
}
}
More information about the LON-CAPA-cvs
mailing list