From f528be74d27effb78dbdeea7cfed7d2ba3d09e6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 10:29:20 +0000 Subject: [PATCH] Bump ytdl-core from 4.1.2 to 4.1.3 Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.2...v4.1.3) 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 9f5104a..c87375c 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.1.2" + "ytdl-core": "^4.1.3" } } diff --git a/yarn.lock b/yarn.lock index d5e27bd..3bfd26a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3153,10 +3153,10 @@ youtube.ts@^0.1.9: axios "^0.19.0" ytdl-core "^4.0.3" -ytdl-core@^4.0.3, ytdl-core@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.2.tgz#ae94258202f3aaf557ef9c542f3f5bbc6a62b972" - integrity sha512-eQMM6HF/Ddh2/n+6sheLyhWR4qvt3oYQyZqJ54X9vqUcIA2FzmN2YpP1ioSuJj0xrCPhk0fnXHu2EGrRvEf/Ig== +ytdl-core@^4.0.3, ytdl-core@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.3.tgz#d528ccd48c2b46b557e57151906703aaf918cc7b" + integrity sha512-bhQ40qZX6ak0YsS6nS1wfOO7zs5+jxIG4c7aLJkw9j5mlxBQppHe1qxJuRdHFQWPKxC4K10S6kfLuqIwzp15eg== dependencies: html-entities "^1.3.1" m3u8stream "^0.8.3"