fix(electron): upgrade cacache for Node.js 22 compatibility

This commit is contained in:
plebeius
2026-01-03 17:57:42 +01:00
parent 96c5dff794
commit ec2fb14cad
2 changed files with 97 additions and 119 deletions
+2 -1
View File
@@ -142,7 +142,8 @@
"elliptic": "6.6.1",
"ws": "8.18.3",
"jose": "4.15.9",
"sharp": "0.33.5"
"sharp": "0.33.5",
"cacache": "19.0.1"
},
"main": "electron/main.js",
"build": {