update electron to v43

This commit is contained in:
olcxja 2026-07-09 22:38:33 +02:00
commit fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions

View file

@ -11,7 +11,7 @@
"bindings",
"gyp"
],
"version": "9.4.1",
"version": "12.4.0",
"installVersion": 11,
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
@ -24,28 +24,29 @@
"dependencies": {
"env-paths": "^2.2.0",
"exponential-backoff": "^3.1.1",
"glob": "^7.1.4",
"graceful-fs": "^4.2.6",
"make-fetch-happen": "^10.0.3",
"nopt": "^6.0.0",
"npmlog": "^6.0.0",
"rimraf": "^3.0.2",
"nopt": "^9.0.0",
"proc-log": "^6.0.0",
"semver": "^7.3.5",
"tar": "^6.1.2",
"which": "^2.0.2"
"tar": "^7.5.4",
"tinyglobby": "^0.2.12",
"undici": "^6.25.0",
"which": "^6.0.0"
},
"engines": {
"node": "^12.13 || ^14.13 || >=16"
"node": "^20.17.0 || >=22.9.0"
},
"devDependencies": {
"bindings": "^1.5.0",
"mocha": "^10.2.0",
"nan": "^2.14.2",
"require-inject": "^1.4.4",
"standard": "^14.3.4"
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"mocha": "^11.7.5",
"nan": "^2.23.1",
"neostandard": "^0.13.0",
"require-inject": "^1.4.4"
},
"scripts": {
"lint": "standard */*.js test/**/*.js",
"test": "npm run lint && mocha --reporter=test/reporter.js test/test-download.js test/test-*"
"lint": "eslint \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
"test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 30000 test/test-download.js test/test-*"
}
}