fix(ytdl): Upgrade ytdl package (automated)

This commit is contained in:
AutoUpdater
2026-01-23 00:32:52 +00:00
parent 8162a2a21f
commit 08b83bf9de
2 changed files with 8 additions and 7 deletions
+7 -6
View File
@@ -20362,10 +20362,11 @@
}
},
"node_modules/ytdlp-nodejs": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/ytdlp-nodejs/-/ytdlp-nodejs-2.3.5.tgz",
"integrity": "sha512-7V08DRv8C1K0HxJFvRoaoLYFS/reJ9VJBlaMVhEvdi2IsYK/9Hae1Mah65Y+bhk3RAmx7G9eTfpOhkj3bp0Zbw==",
"version": "3.3.9",
"resolved": "https://registry.npmjs.org/ytdlp-nodejs/-/ytdlp-nodejs-3.3.9.tgz",
"integrity": "sha512-RCpjQv/rI49BvbNmQatPjU5lyer11sX+wNQyR6HEXgVdXpUOkkbj0yJHlBHqad0L/AvjWAbgJTlJTYORKBCJ9g==",
"hasInstallScript": true,
"license": "MIT",
"bin": {
"ytdlp-nodejs": "dist/cli.js"
},
@@ -20378,7 +20379,7 @@
"license": "MIT"
},
"src/backend": {
"version": "2.2.0",
"version": "2.3.0",
"license": "UNLICENSED",
"dependencies": {
"@nestjs/bullmq": "^10.2.3",
@@ -20402,7 +20403,7 @@
"spotify-url-info": "^3.2.18",
"sqlite3": "^5.1.7",
"yt-search": "^2.12.1",
"ytdlp-nodejs": "^2.3.5"
"ytdlp-nodejs": "^3.3.9"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
@@ -20837,7 +20838,7 @@
}
},
"src/frontend": {
"version": "2.2.0",
"version": "2.3.0",
"dependencies": {
"@angular/animations": "^19.0.6",
"@angular/common": "^19.0.6",
+1 -1
View File
@@ -42,7 +42,7 @@
"spotify-url-info": "^3.2.18",
"sqlite3": "^5.1.7",
"yt-search": "^2.12.1",
"ytdlp-nodejs": "^2.3.5"
"ytdlp-nodejs": "^3.3.9"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",