should fix EPIPE

This commit is contained in:
MegaPixel 2021-04-16 18:43:01 +05:45 committed by GitHub
parent bc2f44520d
commit 27f142d84a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
"homepage": "https://github.com/Androz2091/discord-player#readme", "homepage": "https://github.com/Androz2091/discord-player#readme",
"dependencies": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"discord-ytdl-core": "^5.0.1", "discord-ytdl-core": "^5.0.2",
"jsdom": "^16.4.0", "jsdom": "^16.4.0",
"merge-options": "^3.0.4", "merge-options": "^3.0.4",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
@ -39,7 +39,7 @@
"reverbnation-scraper": "^2.0.0", "reverbnation-scraper": "^2.0.0",
"soundcloud-scraper": "^4.0.3", "soundcloud-scraper": "^4.0.3",
"spotify-url-info": "^2.2.0", "spotify-url-info": "^2.2.0",
"youtube-sr": "^4.0.2", "youtube-sr": "^4.0.4",
"ytdl-core": "^4.5.0" "ytdl-core": "^4.5.0"
}, },
"devDependencies": { "devDependencies": {