mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-23 09:15:29 +01:00
Bump ytdl-core from 4.1.5 to 4.1.6
Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.5...v4.1.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
503dc48f03
commit
9432095eae
|
@ -91,6 +91,6 @@
|
||||||
"sqlite3": "^5.0.0",
|
"sqlite3": "^5.0.0",
|
||||||
"unique-random-array": "^2.0.0",
|
"unique-random-array": "^2.0.0",
|
||||||
"youtube.ts": "^0.1.9",
|
"youtube.ts": "^0.1.9",
|
||||||
"ytdl-core": "^4.1.5"
|
"ytdl-core": "^4.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -1437,11 +1437,6 @@ hasha@^5.2.2:
|
||||||
is-stream "^2.0.0"
|
is-stream "^2.0.0"
|
||||||
type-fest "^0.8.0"
|
type-fest "^0.8.0"
|
||||||
|
|
||||||
html-entities@^1.3.1:
|
|
||||||
version "1.3.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44"
|
|
||||||
integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==
|
|
||||||
|
|
||||||
http-cache-semantics@^4.0.0:
|
http-cache-semantics@^4.0.0:
|
||||||
version "4.1.0"
|
version "4.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
|
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
|
||||||
|
@ -3138,12 +3133,11 @@ youtube.ts@^0.1.9:
|
||||||
axios "^0.19.0"
|
axios "^0.19.0"
|
||||||
ytdl-core "^4.0.3"
|
ytdl-core "^4.0.3"
|
||||||
|
|
||||||
ytdl-core@^4.0.3, ytdl-core@^4.1.5:
|
ytdl-core@^4.0.3, ytdl-core@^4.1.6:
|
||||||
version "4.1.5"
|
version "4.1.6"
|
||||||
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.5.tgz#9defeabbb2a8f0250c989bf1a6999155dfc55a0c"
|
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.6.tgz#8b145a1b0c7d4c032798c2e3eec87c5fbcc1bd33"
|
||||||
integrity sha512-3MSGIFg3jBWuYZthumSZh69pLwC8/0Wz4Ov+Q6StsGsGcbwBN0OGtz3XvtlYS5YWLrxLeIs/FRBMXrgeEOSA+w==
|
integrity sha512-byQCynwQeqzn0VkzASFWs41sxnGSHgAXC4Dm6r7woK3e/WNtTr0sfOIgLkRKXaTw3ez5Pq5VhGwFQtbY6YbxRA==
|
||||||
dependencies:
|
dependencies:
|
||||||
html-entities "^1.3.1"
|
|
||||||
m3u8stream "^0.8.3"
|
m3u8stream "^0.8.3"
|
||||||
miniget "^4.0.0"
|
miniget "^4.0.0"
|
||||||
sax "^1.1.3"
|
sax "^1.1.3"
|
||||||
|
|
Loading…
Reference in a new issue