From 299460ebaf29e2c5697e54a70ec7eab081e1ea33 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 11:24:46 +0000 Subject: [PATCH] Bump ytdl-core from 4.4.1 to 4.4.2 Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.4.1...v4.4.2) 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 f35ff33..65be774 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,6 @@ "sqlite3": "^5.0.0", "unique-random-array": "^2.0.0", "youtube.ts": "^0.1.9", - "ytdl-core": "^4.4.1" + "ytdl-core": "^4.4.2" } } diff --git a/yarn.lock b/yarn.lock index 486db1c..534dd6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3121,10 +3121,10 @@ youtube.ts@^0.1.9: axios "^0.19.0" ytdl-core "^4.0.3" -ytdl-core@^4.0.3, ytdl-core@^4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.1.tgz#7b7cc4ce6efb7ed6a1dfa2df0aab9136ed7b356c" - integrity sha512-VRqJ1pPEfIt7Lja2bKaTRqO47GfVbqhFfKqtmxU5Pp2BM0HUb0gVyf3wL9HlA+Vb4OblXs2MzSqWI8Fi1sSk4Q== +ytdl-core@^4.0.3, ytdl-core@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.2.tgz#8bfa80477797a2747ae5b09273548b5e0c6b115e" + integrity sha512-T6eXIhDoDPqmxFKPu4R2LG+X/uWYh1wy/cfAf+OwJNHx6+cAYXbdyZ8j2el9yy1G3nDP1Dd4YN5BGRATJdQlFg== dependencies: m3u8stream "^0.8.3" miniget "^4.0.0"