Bump ytdl-core from 4.0.6 to 4.1.0

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.0.6 to 4.1.0.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.0.6...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-25 10:53:00 +00:00 committed by GitHub
parent 073ce8ccbc
commit 48eeaf473e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 11 deletions

12
package-lock.json generated
View file

@ -2249,9 +2249,9 @@
"integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ=="
},
"miniget": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/miniget/-/miniget-4.0.0.tgz",
"integrity": "sha512-2ABQKSjxOqXcrHdD2yKM7G7VAlBkgMcgoFMlACJ4is6rAJtcB/LvvasJU43NqjoCnAGk72jFP/H6qCjWXwJwlA=="
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/miniget/-/miniget-4.1.0.tgz",
"integrity": "sha512-kzhrNv5L7LlomwGmPGQsLQ2PnT1LeJJWfB0wNFGyv426gEM1gsfziBQmfkr6XOBA8EusZg9nowlNT5CbuKTjZg=="
},
"minimatch": {
"version": "3.0.4",
@ -4007,9 +4007,9 @@
}
},
"ytdl-core": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.0.6.tgz",
"integrity": "sha512-QFFtwaY3D8FErr3kM71zpQlUzONabyzZrhNpO3b/Ies9Z+4hKI4zuM8AGPG5nOW0PKkyCXscKPW9K4CzPuhUkA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.0.tgz",
"integrity": "sha512-W/iiX3Wtd+qEnIfm9BRe66hvzuTX5kOss1jgTuuVGUjOBqtSJOvzkffCaDkSW0xwXCB+iGs2k7zsgisbYkpVNw==",
"requires": {
"html-entities": "^1.3.1",
"m3u8stream": "^0.8.2",