update ytdl version

This commit is contained in:
bingus_violet 2025-03-31 09:08:24 -05:00
parent 53f8c2f656
commit 85c46eae67
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "4.0.0",
"license": "MIT",
"dependencies": {
"@distube/ytdl-core": "^4.16.0",
"@distube/ytdl-core": "^4.16.6",
"child_process": "^1.0.2",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0"
@ -31,9 +31,9 @@
}
},
"node_modules/@distube/ytdl-core": {
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.16.0.tgz",
"integrity": "sha512-MuDpIs2OnvYX30mjjkNFoOhxf0nYe7D7RvEZiXGcvmnD95XGnNLBJeuXn0PS0Vad7y159c0Sclw+pYHnbjvZIw==",
"version": "4.16.6",
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.16.6.tgz",
"integrity": "sha512-+K88E2FRk/QPSC3l/U/qNq2LO0hPmFnDmK8CHK1Pzwh530aSacTLBhuZPgtoJAwNNncaTkmskP6lXoaw2eZjQw==",
"license": "MIT",
"dependencies": {
"http-cookie-agent": "^6.0.8",

View file

@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Violets-puragtory/YoutubeConverter#readme",
"dependencies": {
"@distube/ytdl-core": "^4.16.0",
"@distube/ytdl-core": "^4.16.6",
"child_process": "^1.0.2",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0"