Bump ytdl-core

This commit is contained in:
Max Isom 2022-09-19 21:47:34 -07:00
parent deca4a8bdd
commit 248a39e4ee
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
3 changed files with 7 additions and 5 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.6] - 2022-08-26 ## [2.1.6] - 2022-08-26
### Changed ### Changed

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.11.1", "ytdl-core": "^4.11.2",
"ytsr": "^3.8.0" "ytsr": "^3.8.0"
} }
} }

View file

@ -4391,10 +4391,10 @@ 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: ytdl-core@^4.11.2:
version "4.11.1" version "4.11.2"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.1.tgz#f29c688f1217957118790d49599569d1fc26d6db" resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.2.tgz#c2341916b9757171741a2fa118b6ffbb4ffd92f7"
integrity sha512-0H2hl8kv9JA50qEUewPVpDCloyEVkXZfKJ6o2RNmkngfiY99pGVqE7jQbMT6Rs1QwZpF8GiMB50VWXqivpzlgQ== integrity sha512-D939t9b4ZzP3v0zDvehR2q+KgG97UTgrTKju3pOPGQcXtl4W6W5z0EpznzcJFu+OOpl7S7Ge8hv8zU65QnxYug==
dependencies: dependencies:
m3u8stream "^0.8.6" m3u8stream "^0.8.6"
miniget "^4.2.2" miniget "^4.2.2"