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

@ -1,26 +0,0 @@
{
"permissions": {
"allow": [
"Bash(npm test:*)",
"Bash(npm run lint:*)",
"Bash(npm run build:*)",
"Bash(find:*)",
"Bash(wc:*)",
"Bash(git:*)",
"Bash(npm run:*)",
"Bash(npm install:*)",
"Bash(npm uninstall:*)",
"Bash(npx eslint:*)",
"Bash(gh issue:*)",
"Bash(npx vitest:*)",
"WebFetch(domain:www.openssh.com)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(npm pack:*)",
"Bash(npx tsc:*)",
"Bash(node:*)",
"Bash(npm info:*)",
"Bash(cp:*)"
]
}
}

View file

@ -1,14 +1,14 @@
{
"name": "socks",
"private": false,
"version": "2.8.8",
"version": "2.8.9",
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
"main": "build/index.js",
"typings": "typings/index.d.ts",
"homepage": "https://github.com/JoshGlazebrook/socks/",
"repository": {
"type": "git",
"url": "https://github.com/JoshGlazebrook/socks.git"
"url": "git+https://github.com/JoshGlazebrook/socks.git"
},
"bugs": {
"url": "https://github.com/JoshGlazebrook/socks/issues"