diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd2a6f..352fe53 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.4] - 2022-08-19 ### Fixed diff --git a/package.json b/package.json index 456e120..395851b 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.10.0", + "ytdl-core": "^4.11.1", "ytsr": "^3.8.0" } } diff --git a/yarn.lock b/yarn.lock index de753af..761e020 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4382,7 +4382,7 @@ youtube.ts@^0.2.9: axios "^0.19.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" resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.0.tgz#79a3ea94d9d662b4b3acecdb1372ed3f1a9ea9db" integrity sha512-Q3hCLiUA9AOGQXzPvno14GN+HgF9wsO1ZBHlj0COTcyxjIyFpWvMfii0UC4/cAbVaIjEdbWB71GdcGuc4J1Lmw== @@ -4391,6 +4391,15 @@ ytdl-core@^4.10.0, 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== + dependencies: + m3u8stream "^0.8.6" + miniget "^4.2.2" + sax "^1.1.3" + ytsr@^3.8.0: version "3.8.0" resolved "https://registry.yarnpkg.com/ytsr/-/ytsr-3.8.0.tgz#49a8e5dc413f41515fc3d79d93ee3e073d10e772"