0

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

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

Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.3.1 to 2.4.0.
- [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.3.1...v2.4.0)

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-14 15:46:38 -08:00 committed by GitHub
parent 9171299569
commit 1de72ce336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 12 deletions

View File

@ -159,18 +159,46 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
},
"@videojs/http-streaming": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.3.1.tgz",
"integrity": "sha512-T2zgSGzkchjG7CrTK0u5CFtv031hfmHzePmUz+SgMq4URXKVe1kB/hJ6LuVeNWfNYo5RtElq08drhM6p12625g==",
"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==",
"requires": {
"@babel/runtime": "^7.5.5",
"@videojs/vhs-utils": "^2.2.1",
"@videojs/vhs-utils": "^2.3.0",
"aes-decrypter": "3.1.0",
"global": "^4.3.2",
"m3u8-parser": "4.5.0",
"mpd-parser": "0.14.0",
"mux.js": "5.6.7",
"mpd-parser": "0.15.0",
"mux.js": "5.7.0",
"video.js": "^6 || ^7"
},
"dependencies": {
"@videojs/vhs-utils": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-2.3.0.tgz",
"integrity": "sha512-ThSmm91S7tuIJ757ON50K4y7S/bvKN4+B0tu303gCOxaG57PoP1UvPfMQZ90XGhxwNgngexVojOqbBHhTvXVHQ==",
"requires": {
"@babel/runtime": "^7.5.5",
"global": "^4.3.2",
"url-toolkit": "^2.1.6"
}
},
"mpd-parser": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.15.0.tgz",
"integrity": "sha512-GfspJVaEnVbWKZQASvh9nsJkvxWh3M/c5Kb2RPnN5ZXPZ7jWWfarWkNKTEuqvoaAKIT8IB/r6PFTWA1GY4fzGg==",
"requires": {
"@babel/runtime": "^7.5.5",
"@videojs/vhs-utils": "^2.2.1",
"global": "^4.3.2",
"xmldom": "^0.1.27"
}
},
"mux.js": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.7.0.tgz",
"integrity": "sha512-SINb/qE0iN7YdpbGHtcj8JoHAJWXITUcN9ZCmakThZ8pVGvWukBMCDfJbEVmY2+GqmmrUkLkwUN9Ec2YLUSbuA=="
}
}
},
"@videojs/themes": {

View File

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