Merge pull request #556 from Androz2091/develop

chore(deps): bump ytdl-core
This commit is contained in:
SN0WF14K3 2021-06-26 12:03:30 +05:45 committed by GitHub
commit b4fedb06ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "discord-player", "name": "discord-player",
"version": "4.1.2", "version": "4.1.3",
"description": "Complete framework to facilitate music commands using discord.js", "description": "Complete framework to facilitate music commands using discord.js",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -54,7 +54,7 @@
"soundcloud-scraper": "^5.0.0", "soundcloud-scraper": "^5.0.0",
"spotify-url-info": "^2.2.3", "spotify-url-info": "^2.2.3",
"youtube-sr": "^4.1.5", "youtube-sr": "^4.1.5",
"ytdl-core": "^4.8.2" "ytdl-core": "^4.8.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.13.16", "@babel/cli": "^7.13.16",

View file

@ -4739,10 +4739,10 @@ youtube-sr@^4.1.5:
dependencies: dependencies:
node-fetch "^2.6.1" node-fetch "^2.6.1"
ytdl-core@^4.8.2: ytdl-core@^4.8.3:
version "4.8.2" version "4.8.3"
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.8.2.tgz#f034ad942c5d958f5987fc8ff0b0639664ae2fb7" resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.8.3.tgz#21570d1834db13dec7828cf87bbf4c83c0fe68d7"
integrity sha512-O3n++YcgZawaXJwbPmnRDgfN6b4kU0DpNdkI9Na5yM3JAdfJmoq5UHc8v9Xjgjr1RilQUUh7mhDnRRPDtKr0Kg== integrity sha512-cWCBeX4FCgjcKmuVK384MT582RIAakpUSeMF/NPVmhO8cWiG+LeQLnBordvLolb0iXYzfUvalgmycYAE5Sy6Xw==
dependencies: dependencies:
m3u8stream "^0.8.3" m3u8stream "^0.8.3"
miniget "^4.0.0" miniget "^4.0.0"