0

Bump @videojs/http-streaming from 2.4.0 to 2.4.1 in /build/javascript (#506)

* Bump @videojs/http-streaming from 2.4.0 to 2.4.1 in /build/javascript

Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/videojs/http-streaming/releases)
- [Changelog](https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/http-streaming/compare/v2.4.0...v2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Commit updated Javascript packages

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>
This commit is contained in:
dependabot[bot] 2020-12-22 22:36:46 -08:00 committed by GitHub
parent 75d800bf70
commit c78371fc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 11 deletions

View File

@ -159,20 +159,28 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
},
"@videojs/http-streaming": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.4.0.tgz",
"integrity": "sha512-cVhq3/ZFSJxbb7iwxJ6XFtTC25xy9HCvHaJ4lPA/16ZjgiXb55lkK4b13DZLi6I6z4xIaNo/bf+ia7wie5pDeA==",
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.4.1.tgz",
"integrity": "sha512-RnUgqGGNpS1JN8q3kah1jVwtfp71FuZcOSQEXnx336crSksx4yjkYneAk0MDOKf9usvBaKep27Yg+OGt08WvgQ==",
"requires": {
"@babel/runtime": "^7.5.5",
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^2.3.0",
"aes-decrypter": "3.1.0",
"global": "^4.3.2",
"global": "^4.4.0",
"m3u8-parser": "4.5.0",
"mpd-parser": "0.15.0",
"mux.js": "5.7.0",
"video.js": "^6 || ^7"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@videojs/vhs-utils": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-2.3.0.tgz",

View File

@ -6,7 +6,7 @@
"dependencies": {
"@joeattardi/emoji-button": "^4.6.0",
"@justinribeiro/lite-youtube": "^0.9.1",
"@videojs/http-streaming": "2.4.0",
"@videojs/http-streaming": "2.4.1",
"@videojs/themes": "^1.0.1",
"htm": "^3.0.4",
"mark.js": "^8.11.1",

File diff suppressed because one or more lines are too long