Update dependencies

This commit is contained in:
aandrew-me 2025-02-02 10:04:13 +03:00
parent 6515ebf39b
commit 652d5cbb00
2 changed files with 1517 additions and 391 deletions

1902
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"dependencies": { "dependencies": {
"electron-updater": "^6.2.1", "electron-updater": "^6.3.9",
"yt-dlp-wrap-plus": "^2.3.20" "yt-dlp-wrap-plus": "^2.3.20"
}, },
"name": "ytdownloader", "name": "ytdownloader",
@ -33,8 +33,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": "^34.0.2",
"electron-builder": "^24.13.3", "electron-builder": "^25.1.8",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"build": { "build": {