mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Bump ytdl-core
This commit is contained in:
parent
deca4a8bdd
commit
248a39e4ee
|
@ -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).
|
||||
|
||||
## [Unreleased]
|
||||
### Fixed
|
||||
- Bumped ytdl-core
|
||||
|
||||
## [2.1.6] - 2022-08-26
|
||||
### Changed
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
"tsx": "3.8.2",
|
||||
"xbytes": "^1.7.0",
|
||||
"youtube.ts": "^0.2.9",
|
||||
"ytdl-core": "^4.11.1",
|
||||
"ytdl-core": "^4.11.2",
|
||||
"ytsr": "^3.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4391,10 +4391,10 @@ ytdl-core@^4.11.0:
|
|||
miniget "^4.2.2"
|
||||
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==
|
||||
ytdl-core@^4.11.2:
|
||||
version "4.11.2"
|
||||
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.2.tgz#c2341916b9757171741a2fa118b6ffbb4ffd92f7"
|
||||
integrity sha512-D939t9b4ZzP3v0zDvehR2q+KgG97UTgrTKju3pOPGQcXtl4W6W5z0EpznzcJFu+OOpl7S7Ge8hv8zU65QnxYug==
|
||||
dependencies:
|
||||
m3u8stream "^0.8.6"
|
||||
miniget "^4.2.2"
|
||||
|
|
Loading…
Reference in a new issue