fix(ytdl): Upgrade ytdl package (automated)

This commit is contained in:
AutoUpdater
2025-06-14 00:28:31 +00:00
parent 0e09e6e49c
commit fe79302c2a
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -2551,9 +2551,9 @@
}
},
"node_modules/@distube/ytdl-core": {
"version": "4.16.11",
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.16.11.tgz",
"integrity": "sha512-yMQiicS5CuuTBsROb1iCRM09VZVL98EJ40LEtC7dMrgOWaHuJIwaL1w/ddC9DTNOUEV90T/1xYYLqM6Oc7q9kQ==",
"version": "4.16.12",
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.16.12.tgz",
"integrity": "sha512-/NR8Jur1Q4E2oD+DJta7uwWu7SkqdEkhwERt7f4iune70zg7ZlLLTOHs1+jgg3uD2jQjpdk7RGC16FqstG4RsA==",
"license": "MIT",
"dependencies": {
"http-cookie-agent": "^7.0.1",
@@ -20475,10 +20475,10 @@
"license": "MIT"
},
"src/backend": {
"version": "2.0.9",
"version": "2.0.10",
"license": "UNLICENSED",
"dependencies": {
"@distube/ytdl-core": "^4.16.11",
"@distube/ytdl-core": "^4.16.12",
"@nestjs/bullmq": "^10.2.3",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.2",
@@ -20933,7 +20933,7 @@
}
},
"src/frontend": {
"version": "2.0.9",
"version": "2.0.10",
"dependencies": {
"@angular/animations": "^19.0.6",
"@angular/common": "^19.0.6",
+1 -1
View File
@@ -21,7 +21,7 @@
"gen": "nest generate"
},
"dependencies": {
"@distube/ytdl-core": "^4.16.11",
"@distube/ytdl-core": "^4.16.12",
"@nestjs/bullmq": "^10.2.3",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.2.2",