update dependencies, add electron fix in package.json (#4175)

The electron install problem is still not fixed upstream so I added 

```json
	"overrides": {
		"yauzl": "^3.3.1"
	},
```

to `package.json`. This should be reverted when fixed upstream.
This commit is contained in:
Karsten Hassel
2026-06-03 08:14:07 +02:00
committed by GitHub
parent 58c2a5e675
commit 4492a83fe9
3 changed files with 885 additions and 649 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [22.x, 24.15.0, 26.0.0]
node-version: [22.x, 24.x, 26.x]
steps:
- name: Install electron dependencies and labwc
run: |