Bump @videojs/http-streaming from 2.6.1 to 2.6.3 in /build/javascript (#802)

* Bump @videojs/http-streaming from 2.6.1 to 2.6.3 in /build/javascript

Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.6.1 to 2.6.3.
- [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.6.1...v2.6.3)

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-03-10 16:41:40 -08:00 committed by GitHub
parent 7e0822b62d
commit 7dc070840d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 19 deletions

View File

@ -159,24 +159,24 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
},
"@videojs/http-streaming": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.6.1.tgz",
"integrity": "sha512-MVXwOZpKns2qBYFFYRdeq3iRupYWUFPw2sYZCMfu/3+d9NJ0qOyEdI5CRjh5/+J2J5+nD6kR4io6yLfty2w3OQ==",
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.6.3.tgz",
"integrity": "sha512-mEVNC6JwtnYXx61oDqXFjM894uosYjcIplNifh312xoPHXO/dk6LxqVNcaD1Rlv89uSlS3RUUGprQK+JW2BnRg==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.0",
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"m3u8-parser": "4.5.2",
"mpd-parser": "0.15.2",
"mux.js": "5.9.1",
"mpd-parser": "0.15.4",
"mux.js": "5.10.0",
"video.js": "^6 || ^7"
},
"dependencies": {
"@babel/runtime": {
"version": "7.12.18",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.18.tgz",
"integrity": "sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==",
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -213,9 +213,9 @@
}
},
"mpd-parser": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.15.2.tgz",
"integrity": "sha512-bhvyzMkJVpxEcF33cngKEBexB6zARhoB6IPC/lh8kDzwmbmvhWFZYj/VG14FThPLvuXMuqB++sE/XcH35dxafA==",
"version": "0.15.4",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.15.4.tgz",
"integrity": "sha512-YcOclxKc5gnT87UQYwRoPJpWOFvQORwN+bXYmTWCJ4U2pCSS7jjtPrIhoOLHFAyekj48CHTX4hjGBV/VSNsUsg==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.0",
@ -224,9 +224,9 @@
}
},
"mux.js": {
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.9.1.tgz",
"integrity": "sha512-EWDCIemLUoTriIQpEHEfKO8hldujpiBYIqC6ilsMaNbd+1hhGoh/w1MZIhP5wkq+tkS+HfnrnNtyfamyXWfnPg==",
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.10.0.tgz",
"integrity": "sha512-kLzvYsHYBwNa+ckkmpxWV3eImwntJbrwd1KbN4WR0hLe+dK/KB82aCuC0fQzAI2hkjYszdlSGsAWFgYdiFBUuA==",
"requires": {
"@babel/runtime": "^7.11.2"
}

View File

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