Bump @videojs/http-streaming from 2.8.1 to 2.8.2 in /build/javascript (#1034)

Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.8.1 to 2.8.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.8.1...v2.8.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-21 14:40:05 -07:00 committed by GitHub
parent befd5b9dc5
commit a77af81684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -159,12 +159,12 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
},
"@videojs/http-streaming": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.8.1.tgz",
"integrity": "sha512-3hltnoDX2FtyBLQO+kIiBfIQQh7TE6vEiVCgm9YqbXaXoU7zv2DNy2YN0Sm7kMClE/qE8RhS7Ym0g6oStussJg==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.8.2.tgz",
"integrity": "sha512-OU+KwB7I76j29NplHGg1Q1wtneOLA0nhjwUrdhoBJmo8dmqZO5TOMqPfhqfFZ4E8zJP9wXNLyRbhmesVqYMwmQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.1",
"@videojs/vhs-utils": "^3.0.2",
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"m3u8-parser": "4.7.0",
@ -182,9 +182,9 @@
}
},
"@videojs/vhs-utils": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.1.tgz",
"integrity": "sha512-kYHWcmzRyWfUXrrOZzRFzvt7XM+Sg+0vmsSbYONn2e/XeWD8+35K74+wZkW5/H9nYZDhYpZgeTKbLRUvxk+smA==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.2.tgz",
"integrity": "sha512-r8Yas1/tNGsGRNoIaDJuiWiQgM0P2yaEnobgzw5JcBiEqxnS8EXoUm4QtKH7nJtnppZ1yqBx1agBZCvBMKXA2w==",
"requires": {
"@babel/runtime": "^7.12.5",
"global": "^4.4.0",

View File

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