packages updated

This commit is contained in:
Indrajith K L
2021-05-26 01:54:21 +05:30
parent 717a38d6b7
commit 368bfdf04d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1216,9 +1216,9 @@
} }
}, },
"ytdl-core": { "ytdl-core": {
"version": "4.5.0", "version": "4.8.0",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.5.0.tgz", "resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.8.0.tgz",
"integrity": "sha512-e8r6skrakWNixsVlNPBMoRM1HrdW1swE97If9nenDUjF65uogYk4DvxIuqlmqRfBWKe+6aIZwqedNxUU9XLYJA==", "integrity": "sha512-LFhhwqFojReoaME17VpsFeiamygM0W/YNG8O02mrmS2O6Em5LjCPiJYdq7Af3CmJtBEOCdptSZ3Ql+3LGWDGvg==",
"requires": { "requires": {
"m3u8stream": "^0.8.3", "m3u8stream": "^0.8.3",
"miniget": "^4.0.0", "miniget": "^4.0.0",

View File

@@ -19,7 +19,7 @@
"ffmpeg-static": "^4.2.7", "ffmpeg-static": "^4.2.7",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"yt-search": "^2.7.3", "yt-search": "^2.7.3",
"ytdl-core": "^4.5.0" "ytdl-core": "^4.8.0"
}, },
"engines": { "engines": {
"node": "12.16.3" "node": "12.16.3"