Update deps

release v3.19.2
aandrew-me 2 months ago
parent b211afa78d
commit 1f41136811

1648
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"electron-updater": "^6.3.9", "electron-updater": "^6.6.2",
"systeminformation": "^5.25.11", "systeminformation": "^5.25.11",
"yt-dlp-wrap-plus": "^2.3.20" "yt-dlp-wrap-plus": "^2.3.20"
}, },
@ -34,8 +34,8 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "Download videos and audios from YouTube and many other sites", "description": "Download videos and audios from YouTube and many other sites",
"devDependencies": { "devDependencies": {
"electron": "^30.5.1", "electron": "^30.0.0",
"electron-builder": "^25.1.8", "electron-builder": "^26.0.12",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"build": { "build": {
@ -52,6 +52,7 @@
"./assets/**/*", "./assets/**/*",
"./src/*.js", "./src/*.js",
"ffmpeg*", "ffmpeg*",
"!ffmpeg.patch",
"translations" "translations"
], ],
"electronLanguages": [ "electronLanguages": [

Loading…
Cancel
Save