Bump ytdl-core from 4.1.0 to 4.1.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-30 10:28:37 +00:00 committed by GitHub
parent 24b882df53
commit 2498270c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 17 deletions

14
package-lock.json generated
View file

@ -2175,9 +2175,9 @@
"integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA=="
},
"m3u8stream": {
"version": "0.8.2",
"resolved": "https://registry.npmjs.org/m3u8stream/-/m3u8stream-0.8.2.tgz",
"integrity": "sha512-UxOH/35QF12fnqdP8pQ3CJ2SLpjSl32DSSnC0kLdqUBkVgwvWfMIY1X816KC4Ulyzf/tZy8OYijqvdTQMiKurg==",
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/m3u8stream/-/m3u8stream-0.8.3.tgz",
"integrity": "sha512-0nAcdrF8YJKUkb6PzWdvGftTPyCVWgoiot1AkNVbPKTeIGsWs6DrOjifrJ0Zi8WQfQmD2SuVCjkYIOip12igng==",
"requires": {
"miniget": "^4.0.0",
"sax": "^1.2.4"
@ -4013,12 +4013,12 @@
}
},
"ytdl-core": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.0.tgz",
"integrity": "sha512-W/iiX3Wtd+qEnIfm9BRe66hvzuTX5kOss1jgTuuVGUjOBqtSJOvzkffCaDkSW0xwXCB+iGs2k7zsgisbYkpVNw==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-4.1.1.tgz",
"integrity": "sha512-T2VIS64sHKdLLqvuTV7S4WyoUCZLdR7HOP/9jX1CyXKYUjKLFP9UpVIFH0ZUvFSmK48eNFErWLOO5dGouwqztQ==",
"requires": {
"html-entities": "^1.3.1",
"m3u8stream": "^0.8.2",
"m3u8stream": "^0.8.3",
"miniget": "^4.0.0",
"sax": "^1.1.3"
}