From 8ffa60fb69eb89317e4f22876b4a88cd6c0c16b1 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Tue, 18 Jul 2023 20:54:10 -0700 Subject: [PATCH] Bump ytdl-core --- CHANGELOG.md | 2 ++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e7687..fe1b590 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.3.0] - 2023-05-13 ### Added diff --git a/package.json b/package.json index acbe61c..397cf7b 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "sync-fetch": "^0.3.1", "tsx": "3.8.2", "xbytes": "^1.7.0", - "ytdl-core": "^4.11.4", + "ytdl-core": "^4.11.5", "ytsr": "^3.8.2" } } diff --git a/yarn.lock b/yarn.lock index 7af8579..15d9354 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4348,10 +4348,10 @@ yocto-queue@^1.0.0: resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251" integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== -ytdl-core@^4.11.4: - version "4.11.4" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.4.tgz#0ee2bd04d8effa7b8762a3ba0e3d038e37dc10f2" - integrity sha512-tsVvqt++B5LSTMnCKQb4H/PFBewKj7gGPJ6KIM5gOFGMKNZj4qglGAl4QGFG8cNPP6wY54P80FDID5eN2di0GQ== +ytdl-core@^4.11.5: + version "4.11.5" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.11.5.tgz#8cc3dc9e4884e24e8251250cfb56313a300811f0" + integrity sha512-27LwsW4n4nyNviRCO1hmr8Wr5J1wLLMawHCQvH8Fk0hiRqrxuIu028WzbJetiYH28K8XDbeinYW4/wcHQD1EXA== dependencies: m3u8stream "^0.8.6" miniget "^4.2.2"