Skip to content

Commit 15591e2

Browse files
committed
Merge branch 'master' of github.com:th-ch/youtube-music into snyk-upgrade-d3ff12c0e23681ac817994e603d37491
# By snyk-bot # Via GitHub (1) and snyk-bot (1) * 'master' of github.com:th-ch/youtube-music: fix: upgrade @ffmpeg/ffmpeg from 0.9.5 to 0.9.6
2 parents a8b8f10 + 715d59e commit 15591e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dependencies": {
5252
"@cliqz/adblocker-electron": "^1.18.8",
5353
"@ffmpeg/core": "^0.8.5",
54-
"@ffmpeg/ffmpeg": "^0.9.5",
54+
"@ffmpeg/ffmpeg": "^0.9.6",
5555
"YoutubeNonStop": "git://github.com/lawfx/YoutubeNonStop.git#v0.8.0",
5656
"downloads-folder": "^3.0.1",
5757
"electron-debug": "^3.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,10 @@
474474
resolved "https://registry.yarnpkg.com/@ffmpeg/core/-/core-0.8.5.tgz#2d0b7d4409a4348fa6a1888c247de706ffc0e63f"
475475
integrity sha512-hemVFmhVLbD/VZaCG2BvCzFglKytMIMJ5aJfc12eXN4O4cG0wXnGTMVzlK1KKW/6viHhJMPkc9h4UDnJW8Uivg==
476476

477-
"@ffmpeg/ffmpeg@^0.9.5":
478-
version "0.9.5"
479-
resolved "https://registry.yarnpkg.com/@ffmpeg/ffmpeg/-/ffmpeg-0.9.5.tgz#6624747dc331632bc7c581e8d4f2046abc933798"
480-
integrity sha512-Vtxgi5C89n36pJ3I1/l6xd2qSwn+s1tAtLvFJ98N9P2ZorBvxXCEwTkt2yL7GuOUX9wpdG/vLFqp7iLso8LDwg==
477+
"@ffmpeg/ffmpeg@^0.9.6":
478+
version "0.9.6"
479+
resolved "https://registry.yarnpkg.com/@ffmpeg/ffmpeg/-/ffmpeg-0.9.6.tgz#b44fa1ab34dd860785bb7c317dbfbe8b9ded7036"
480+
integrity sha512-ov5FAV3dHRJ/+ZxQH9V5GvY/iczwq5vrKWeu4tpytxZewTSAhZ1aKD/sFBzd79nQNF+CTktxUp3LWuGECXBNeA==
481481
dependencies:
482482
is-url "^1.2.4"
483483
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)