fix(ytdl): Upgrade ytdl package (automated)

This commit is contained in:
AutoUpdater
2026-01-30 00:37:55 +00:00
parent b675a598a3
commit cc552d1def
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -20362,9 +20362,9 @@
}
},
"node_modules/ytdlp-nodejs": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/ytdlp-nodejs/-/ytdlp-nodejs-3.4.1.tgz",
"integrity": "sha512-ON4PSuwAwzohrI5SUhkw4VbHlg+4xVp9mjFN2Bx6/DbkCaghlzeVWOYKcQArKjCoqJ1Mz+eblbzuMLeetVm4+Q==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/ytdlp-nodejs/-/ytdlp-nodejs-3.4.2.tgz",
"integrity": "sha512-Tv8UhnIC4kkSwZ0M6RwSacGWTttrZpI0BZP2FIkjQ/5HJDRfHakB+i2ah6Ici/XfeBunqq5rMsuoTn/vBPm45w==",
"hasInstallScript": true,
"license": "MIT",
"bin": {
@@ -20379,7 +20379,7 @@
"license": "MIT"
},
"src/backend": {
"version": "2.3.1",
"version": "2.3.2",
"license": "UNLICENSED",
"dependencies": {
"@nestjs/bullmq": "^10.2.3",
@@ -20403,7 +20403,7 @@
"spotify-url-info": "^3.2.18",
"sqlite3": "^5.1.7",
"yt-search": "^2.12.1",
"ytdlp-nodejs": "^3.4.1"
"ytdlp-nodejs": "^3.4.2"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
@@ -20838,7 +20838,7 @@
}
},
"src/frontend": {
"version": "2.3.1",
"version": "2.3.2",
"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": "^3.4.1"
"ytdlp-nodejs": "^3.4.2"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",