From 953598131d26a35435270cef905032dbd7e0a125 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 15:58:08 +0200 Subject: [PATCH] Bump ffmpeg-static from 3.0.0 to 4.1.1 (#13) Bumps [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static) from 3.0.0 to 4.1.1. - [Release notes](https://github.com/eugeneware/ffmpeg-static/releases) - [Commits](https://github.com/eugeneware/ffmpeg-static/compare/v3.0.0...v4.1.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8ac2f7..6a10fd5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Androz2091/discord-player#readme", "dependencies": { - "ffmpeg-static": "^3.0.0", + "ffmpeg-static": "^4.1.1", "merge-options": "^2.0.0", "simple-youtube-api": "^5.2.1", "ytdl-core": "^2.0.1"