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

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

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-03-15 11:37:27 -07:00 committed by GitHub
parent 102ba9df6e
commit 01a02c1571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -159,9 +159,9 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
},
"@videojs/http-streaming": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.6.3.tgz",
"integrity": "sha512-mEVNC6JwtnYXx61oDqXFjM894uosYjcIplNifh312xoPHXO/dk6LxqVNcaD1Rlv89uSlS3RUUGprQK+JW2BnRg==",
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.6.4.tgz",
"integrity": "sha512-sFVE0MVXhawAkET8EgiUSMvDDv6u3uGidtO0BvNXG0/qKWlze/zEzhvLsyPU4HmLFRnffKeHK5RE2XpO5vHY8Q==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.0",

View file

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