Bump ytdl-core

Closes https://github.com/codetheweb/muse/issues/782
This commit is contained in:
Max Isom 2022-08-26 21:04:54 -05:00
parent 7c643df7ad
commit 36517b083c
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
### Fixed
- Bumped ytdl-core
## [2.1.4] - 2022-08-19 ## [2.1.4] - 2022-08-19
### Fixed ### Fixed

View file

@ -112,7 +112,7 @@
"tsx": "3.8.2", "tsx": "3.8.2",
"xbytes": "^1.7.0", "xbytes": "^1.7.0",
"youtube.ts": "^0.2.9", "youtube.ts": "^0.2.9",
"ytdl-core": "^4.10.0", "ytdl-core": "^4.11.1",
"ytsr": "^3.8.0" "ytsr": "^3.8.0"
} }
} }

View file

@ -4382,7 +4382,7 @@ youtube.ts@^0.2.9:
axios "^0.19.0" axios "^0.19.0"
ytdl-core "^4.11.0" ytdl-core "^4.11.0"
ytdl-core@^4.10.0, ytdl-core@^4.11.0: ytdl-core@^4.11.0:
version "4.11.0" version "4.11.0"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.0.tgz#79a3ea94d9d662b4b3acecdb1372ed3f1a9ea9db" resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.0.tgz#79a3ea94d9d662b4b3acecdb1372ed3f1a9ea9db"
integrity sha512-Q3hCLiUA9AOGQXzPvno14GN+HgF9wsO1ZBHlj0COTcyxjIyFpWvMfii0UC4/cAbVaIjEdbWB71GdcGuc4J1Lmw== integrity sha512-Q3hCLiUA9AOGQXzPvno14GN+HgF9wsO1ZBHlj0COTcyxjIyFpWvMfii0UC4/cAbVaIjEdbWB71GdcGuc4J1Lmw==
@ -4391,6 +4391,15 @@ ytdl-core@^4.10.0, ytdl-core@^4.11.0:
miniget "^4.2.2" miniget "^4.2.2"
sax "^1.1.3" sax "^1.1.3"
ytdl-core@^4.11.1:
version "4.11.1"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.1.tgz#f29c688f1217957118790d49599569d1fc26d6db"
integrity sha512-0H2hl8kv9JA50qEUewPVpDCloyEVkXZfKJ6o2RNmkngfiY99pGVqE7jQbMT6Rs1QwZpF8GiMB50VWXqivpzlgQ==
dependencies:
m3u8stream "^0.8.6"
miniget "^4.2.2"
sax "^1.1.3"
ytsr@^3.8.0: ytsr@^3.8.0:
version "3.8.0" version "3.8.0"
resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-3.8.0.tgz#49a8e5dc413f41515fc3d79d93ee3e073d10e772" resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-3.8.0.tgz#49a8e5dc413f41515fc3d79d93ee3e073d10e772"