mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Bump ytdl-core from 4.1.1 to 4.1.2
Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1519e7c6ef
commit
40389dd3d1
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -3969,9 +3969,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ytdl-core": {
|
"ytdl-core": {
|
||||||
"version": "4.1.1",
|
"version": "4.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.2.tgz",
|
||||||
"integrity": "sha512-T2VIS64sHKdLLqvuTV7S4WyoUCZLdR7HOP/9jX1CyXKYUjKLFP9UpVIFH0ZUvFSmK48eNFErWLOO5dGouwqztQ==",
|
"integrity": "sha512-eQMM6HF/Ddh2/n+6sheLyhWR4qvt3oYQyZqJ54X9vqUcIA2FzmN2YpP1ioSuJj0xrCPhk0fnXHu2EGrRvEf/Ig==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"html-entities": "^1.3.1",
|
"html-entities": "^1.3.1",
|
||||||
"m3u8stream": "^0.8.3",
|
"m3u8stream": "^0.8.3",
|
||||||
|
|
|
@ -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.1"
|
"ytdl-core": "^4.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3147,10 +3147,10 @@ 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.1:
|
ytdl-core@^4.0.3, ytdl-core@^4.1.2:
|
||||||
version "4.1.1"
|
version "4.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.1.tgz#191fabf472c44f969fe3eca15cb4d1c094e46282"
|
resolved "https://registry.yarnpkg.com/ytdl-core/-/ytdl-core-4.1.2.tgz#ae94258202f3aaf557ef9c542f3f5bbc6a62b972"
|
||||||
integrity sha512-T2VIS64sHKdLLqvuTV7S4WyoUCZLdR7HOP/9jX1CyXKYUjKLFP9UpVIFH0ZUvFSmK48eNFErWLOO5dGouwqztQ==
|
integrity sha512-eQMM6HF/Ddh2/n+6sheLyhWR4qvt3oYQyZqJ54X9vqUcIA2FzmN2YpP1ioSuJj0xrCPhk0fnXHu2EGrRvEf/Ig==
|
||||||
dependencies:
|
dependencies:
|
||||||
html-entities "^1.3.1"
|
html-entities "^1.3.1"
|
||||||
m3u8stream "^0.8.3"
|
m3u8stream "^0.8.3"
|
||||||
|
|
Loading…
Reference in a new issue