aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-01 10:28:40 +0000
committerGitHub <[email protected]>2021-01-01 10:28:40 +0000
commit784cb7174fb407fc445c8c9f4908131c47b1f7c0 (patch)
treeafcf8fc6b205976a54b01f9bd54bc3975521596a
parent381d80757af6de5fa5d9e364d08130b842b10a12 (diff)
downloadmuse-784cb7174fb407fc445c8c9f4908131c47b1f7c0.tar.xz
muse-784cb7174fb407fc445c8c9f4908131c47b1f7c0.zip
Bump ytdl-core from 4.2.1 to 4.3.0
Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.2.1...v4.3.0) 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 ce89e8a..2b17c0c 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.2.1"
+ "ytdl-core": "^4.3.0"
}
}
diff --git a/yarn.lock b/yarn.lock
index 70a26c4..0aa657e 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.2.1:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.2.1.tgz#afcc1577a2a35701a5e1369f2ad3b0d1a7d2419d"
- integrity sha512-7zAoJiWpaBGgiAUCQuvKBuWom7tmSCV0A70gRdrPxR96yQoJOrCZkW6Wg1CofvPtAeQVWTVWThC8bXRsE+SBeA==
+ytdl-core@^4.0.3, ytdl-core@^4.3.0:
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.3.0.tgz#64d2150d7549ae974dd61a7fa8e8856384d814b0"
+ integrity sha512-YemZZDQ1t8myFtwobCceVBvLDWhvxELZrPMUTflIhN+3qv6lilMK50GkG4DKQEAPverwdiD5UrTOB+urEs2d3Q==
dependencies:
m3u8stream "^0.8.3"
miniget "^4.0.0"