Fixey Fixey

This commit is contained in:
bingus_violet 2025-01-17 18:02:40 -06:00
parent 3940e8847c
commit 25efafcaf0
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "4.0.0", "version": "4.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@distube/ytdl-core": "^4.15.1", "@distube/ytdl-core": "^4.15.6",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"express": "^4.18.2", "express": "^4.18.2",
"ffmpeg-static": "^5.2.0" "ffmpeg-static": "^5.2.0"
@ -31,9 +31,10 @@
} }
}, },
"node_modules/@distube/ytdl-core": { "node_modules/@distube/ytdl-core": {
"version": "4.15.8", "version": "4.15.6",
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.15.8.tgz", "resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.15.6.tgz",
"integrity": "sha512-yuQr8KDKuusXmaNNAw+stsRu6nmJUPy9hL6IgPm/8ei1zixfQFZpAIflXsqDrdXIaSp4hzTmQ1Z0KYhuqF2/JQ==", "integrity": "sha512-T5bwnJ14pxHX96rzWzNC5lSHLxPmjXAEExh+VmI8CR2KqplNCMc1a0S+uo0WcIBM/FMw8tFSq5SqErwrZEM+vw==",
"deprecated": "This version is deprecated, please upgrade to the latest version.",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"http-cookie-agent": "^6.0.8", "http-cookie-agent": "^6.0.8",

View file

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