diff options
| author | Max Isom <[email protected]> | 2022-09-19 21:47:34 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-09-19 21:47:34 -0700 |
| commit | 248a39e4eeae49e18ecaa3a8d1458d80ced20525 (patch) | |
| tree | 9ffdf7f9b456b6869c89481efdd5668e54ade55e | |
| parent | deca4a8bdd1a431873d486706b640af627b3e20a (diff) | |
| download | muse-248a39e4eeae49e18ecaa3a8d1458d80ced20525.tar.xz muse-248a39e4eeae49e18ecaa3a8d1458d80ced20525.zip | |
Bump ytdl-core
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c68d5ef..306efc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f38b28a..95c6ff4 100644 --- a/package.json +++ b/package.json @@ -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" |
