From 524676b17b268c523237a9fd1f4451e239bb209f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:13:20 +0000 Subject: [PATCH] Bump ytdl-core from 4.1.4 to 4.1.5 Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.4...v4.1.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 29ea87a..9606953 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.4" + "ytdl-core": "^4.1.5" } } diff --git a/yarn.lock b/yarn.lock index 0bc1c33..4436b2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3138,10 +3138,10 @@ youtube.ts@^0.1.9: axios "^0.19.0" ytdl-core "^4.0.3" -ytdl-core@^4.0.3, ytdl-core@^4.1.4: - version "4.1.4" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.4.tgz#214c56306b53b5c320ea2b9b2c62315a4da4e1ae" - integrity sha512-f9M2ctrQNH9/X+jOZ/4iA4h6DvNcyuJ+fDvacheeaxtV7sX13qaNmQgNAe7UeTlJWh7Dn3RHQ6imqJJh5beGQg== +ytdl-core@^4.0.3, ytdl-core@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.5.tgz#9defeabbb2a8f0250c989bf1a6999155dfc55a0c" + integrity sha512-3MSGIFg3jBWuYZthumSZh69pLwC8/0Wz4Ov+Q6StsGsGcbwBN0OGtz3XvtlYS5YWLrxLeIs/FRBMXrgeEOSA+w== dependencies: html-entities "^1.3.1" m3u8stream "^0.8.3"