aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-07 10:52:31 +0000
committerGitHub <[email protected]>2021-01-07 10:52:31 +0000
commit9f6c190c0dffe091c19ea7893867ced8ce5cd595 (patch)
tree365b1f410593b7838eb88329fecb00cc6b419e98
parent5fadeaa5b9dfb3f11006a77a64961ba21e883a5c (diff)
downloadmuse-9f6c190c0dffe091c19ea7893867ced8ce5cd595.tar.xz
muse-9f6c190c0dffe091c19ea7893867ced8ce5cd595.zip
Bump ytdl-core from 4.4.0 to 4.4.1
Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.4.0...v4.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index f63742e..1747445 100644
--- a/package.json
+++ b/package.json
@@ -91,6 +91,6 @@
"sqlite3": "^5.0.0",
"unique-random-array": "^2.0.0",
"youtube.ts": "^0.1.9",
- "ytdl-core": "^4.4.0"
+ "ytdl-core": "^4.4.1"
}
}
diff --git a/yarn.lock b/yarn.lock
index 95efdfb..bc2fb62 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3133,10 +3133,10 @@ youtube.ts@^0.1.9:
axios "^0.19.0"
ytdl-core "^4.0.3"
-ytdl-core@^4.0.3, ytdl-core@^4.4.0:
- version "4.4.0"
- resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.0.tgz#d6bf547ad52b82ff1fb946f83a679d7a2e2b1880"
- integrity sha512-9ceiEL5iM0OULciBySzoZA91YyxqnlHd3aeqf5r3S8rNgPGLDn11fJeEsKO1jQ1t/eYO1dK4zTkrIH7S497cyg==
+ytdl-core@^4.0.3, ytdl-core@^4.4.1:
+ version "4.4.1"
+ resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.4.1.tgz#7b7cc4ce6efb7ed6a1dfa2df0aab9136ed7b356c"
+ integrity sha512-VRqJ1pPEfIt7Lja2bKaTRqO47GfVbqhFfKqtmxU5Pp2BM0HUb0gVyf3wL9HlA+Vb4OblXs2MzSqWI8Fi1sSk4Q==
dependencies:
m3u8stream "^0.8.3"
miniget "^4.0.0"