diff --git a/package.json b/package.json index 7ca86f7..d001f36 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.6" + "ytdl-core": "^4.1.7" } } diff --git a/yarn.lock b/yarn.lock index a018f38..919aa39 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3133,10 +3133,10 @@ youtube.ts@^0.1.9: axios "^0.19.0" ytdl-core "^4.0.3" -ytdl-core@^4.0.3, ytdl-core@^4.1.6: - version "4.1.6" - resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.6.tgz#8b145a1b0c7d4c032798c2e3eec87c5fbcc1bd33" - integrity sha512-byQCynwQeqzn0VkzASFWs41sxnGSHgAXC4Dm6r7woK3e/WNtTr0sfOIgLkRKXaTw3ez5Pq5VhGwFQtbY6YbxRA== +ytdl-core@^4.0.3, ytdl-core@^4.1.7: + version "4.1.7" + resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.7.tgz#25ef424331682fbe7c3f71d81bbe2989ece53104" + integrity sha512-y0n0yejRIHljs8xM4v5SLB1WZeEhx4ZGJMEGHJurimu0ISqP91au+kFH8w9t31dWBca6hkhhnpFcFIz2xu2g4Q== dependencies: m3u8stream "^0.8.3" miniget "^4.0.0"