Merge pull request #77 from codetheweb/dependabot/npm_and_yarn/ytdl-core-4.4.1

This commit is contained in:
dependabot-preview[bot] 2021-01-07 10:54:17 +00:00 committed by GitHub
commit 64cec3e9f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -91,6 +91,6 @@
"sqlite3": "^5.0.0", "sqlite3": "^5.0.0",
"unique-random-array": "^2.0.0", "unique-random-array": "^2.0.0",
"youtube.ts": "^0.1.9", "youtube.ts": "^0.1.9",
"ytdl-core": "^4.4.0" "ytdl-core": "^4.4.1"
} }
} }

View file

@ -3133,10 +3133,10 @@ youtube.ts@^0.1.9:
axios "^0.19.0" axios "^0.19.0"
ytdl-core "^4.0.3" ytdl-core "^4.0.3"
ytdl-core@^4.0.3, ytdl-core@^4.4.0: ytdl-core@^4.0.3, ytdl-core@^4.4.1:
version "4.4.0" version "4.4.1"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.0.tgz#d6bf547ad52b82ff1fb946f83a679d7a2e2b1880" resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.1.tgz#7b7cc4ce6efb7ed6a1dfa2df0aab9136ed7b356c"
integrity sha512-9ceiEL5iM0OULciBySzoZA91YyxqnlHd3aeqf5r3S8rNgPGLDn11fJeEsKO1jQ1t/eYO1dK4zTkrIH7S497cyg== integrity sha512-VRqJ1pPEfIt7Lja2bKaTRqO47GfVbqhFfKqtmxU5Pp2BM0HUb0gVyf3wL9HlA+Vb4OblXs2MzSqWI8Fi1sSk4Q==
dependencies: dependencies:
m3u8stream "^0.8.3" m3u8stream "^0.8.3"
miniget "^4.0.0" miniget "^4.0.0"