From 8c02b8f5b36f42d2389cea521840f4c00ea62d24 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 10:29:59 +0000 Subject: [PATCH] Bump ytdl-core from 4.4.4 to 4.4.5 Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.4.4 to 4.4.5. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.4.4...v4.4.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 32e62e4..1d26632 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,6 @@ "sqlite3": "^5.0.1", "unique-random-array": "^2.0.0", "youtube.ts": "^0.1.9", - "ytdl-core": "^4.4.4" + "ytdl-core": "^4.4.5" } } diff --git a/yarn.lock b/yarn.lock index 9e52f61..a4d0436 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3117,10 +3117,10 @@ youtube.ts@^0.1.9: axios "^0.19.0" ytdl-core "^4.0.3" -ytdl-core@^4.0.3, ytdl-core@^4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.4.tgz#d7635dc4ea95965b52589bd3adc6b28368daae22" - integrity sha512-/IFJTM5RjN20q6RVaE/9rv9tKoBtx95lKZCI/pUPDiDzu9fXyuPbkVzEQJmsYEwzi0zdv4d6iJy0gHWz49o6mw== +ytdl-core@^4.0.3, ytdl-core@^4.4.5: + version "4.4.5" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.5.tgz#761a6792f83e0fd2f2605874ea4c3d51ab717aab" + integrity sha512-/ugilIF2PskxNfQgkYZ/esvkp+fiB/mOPdIExW/En+1QTbq5VeTVqgf2hETTen0Co2lHMM4eRxPaczDHTmkb7A== dependencies: m3u8stream "^0.8.3" miniget "^4.0.0"