update electron to v43
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s

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

@ -1,7 +1,7 @@
{
"name": "isbinaryfile",
"description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
"version": "4.0.10",
"version": "5.0.7",
"keywords": [
"text",
"binary",
@ -19,17 +19,17 @@
],
"devDependencies": {
"@types/jest": "^23.3.14",
"@types/node": "^10.17.59",
"jest": "^26.5.5",
"@types/node": "^10.17.60",
"jest": "^29.7.0",
"prettier": "^1.19.1",
"release-it": "^14.13.1",
"ts-jest": "^26.5.5",
"release-it": "^19.0.4",
"ts-jest": "^29.1.4",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.9"
"typescript": "^4.9.4"
},
"engines": {
"node": ">= 8.0.0"
"node": ">= 18.0.0"
},
"files": [
"lib/**/*"