0

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

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

Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.4.1 to 2.4.2.
- [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.1...v2.4.2)

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] 2021-01-07 22:48:02 -08:00 committed by GitHub
parent 174c07ed4b
commit d34a682332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View File

@ -159,9 +159,9 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
},
"@videojs/http-streaming": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.4.1.tgz",
"integrity": "sha512-RnUgqGGNpS1JN8q3kah1jVwtfp71FuZcOSQEXnx336crSksx4yjkYneAk0MDOKf9usvBaKep27Yg+OGt08WvgQ==",
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.4.2.tgz",
"integrity": "sha512-yXT85ao2t9Sg/aQN2MV1AYikoRToxCaHD8rRR1+SuOWOv9+z8+M4X9ZvxIdFF3pFgZ67Widp/6xyRrDn2u2QWQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^2.3.0",
@ -169,7 +169,7 @@
"global": "^4.4.0",
"m3u8-parser": "4.5.0",
"mpd-parser": "0.15.0",
"mux.js": "5.7.0",
"mux.js": "5.8.0",
"video.js": "^6 || ^7"
},
"dependencies": {
@ -203,9 +203,9 @@
}
},
"mux.js": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.7.0.tgz",
"integrity": "sha512-SINb/qE0iN7YdpbGHtcj8JoHAJWXITUcN9ZCmakThZ8pVGvWukBMCDfJbEVmY2+GqmmrUkLkwUN9Ec2YLUSbuA=="
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.8.0.tgz",
"integrity": "sha512-v56I2YPyCq1bVbXW7vcuvQs8iHrDy7AeXsZyG1kxCxBUqUjZD0Xq/cU1wrd5dy9YTxRpvw37aTQ4ILwi40GXiw=="
}
}
},

View File

@ -6,7 +6,7 @@
"dependencies": {
"@joeattardi/emoji-button": "^4.6.0",
"@justinribeiro/lite-youtube": "^0.9.1",
"@videojs/http-streaming": "2.4.1",
"@videojs/http-streaming": "2.4.2",
"@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