diff options
| author | Max Isom <[email protected]> | 2022-03-09 21:48:36 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-03-09 21:48:36 -0500 |
| commit | 129dcda9511a538d82c1dd45a17056f9e5a22f1e (patch) | |
| tree | 285ac79aa80436551adf5b65528126fd0211c6dc /yarn.lock | |
| parent | 3dd1f219457c56a3b182fa1919cf182ab780426c (diff) | |
| download | muse-129dcda9511a538d82c1dd45a17056f9e5a22f1e.tar.xz muse-129dcda9511a538d82c1dd45a17056f9e5a22f1e.zip | |
Bump ytdl-core
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -3820,7 +3820,16 @@ youtube.ts@^0.2.5: axios "^0.19.0" ytdl-core "^4.9.1" -ytdl-core@^4.10.1, ytdl-core@^4.9.1: +ytdl-core@^4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.0.tgz#79a3ea94d9d662b4b3acecdb1372ed3f1a9ea9db" + integrity sha512-Q3hCLiUA9AOGQXzPvno14GN+HgF9wsO1ZBHlj0COTcyxjIyFpWvMfii0UC4/cAbVaIjEdbWB71GdcGuc4J1Lmw== + dependencies: + m3u8stream "^0.8.6" + miniget "^4.2.2" + sax "^1.1.3" + +ytdl-core@^4.9.1: version "4.10.1" resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.10.1.tgz#6648d65faca787919181b2cee1be470b2ef9fdcb" integrity sha512-idBhW+e7HCzs5fR5cqp7Ci+mJhEch41YAaWabYlneQFCL6IGf6Hycv99yVx01Zl1Ci0t/70faOelMSrXaQTE/A== |
