Browse Source

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

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

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

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>
pull/518/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
c78371fc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      build/javascript/package-lock.json
  2. 2
      build/javascript/package.json
  3. 10
      webroot/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js

18
build/javascript/package-lock.json generated

@ -159,20 +159,28 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
}, },
"@videojs/http-streaming": { "@videojs/http-streaming": {
"version": "2.4.0", "version": "2.4.1",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.4.0.tgz", "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.4.1.tgz",
"integrity": "sha512-cVhq3/ZFSJxbb7iwxJ6XFtTC25xy9HCvHaJ4lPA/16ZjgiXb55lkK4b13DZLi6I6z4xIaNo/bf+ia7wie5pDeA==", "integrity": "sha512-RnUgqGGNpS1JN8q3kah1jVwtfp71FuZcOSQEXnx336crSksx4yjkYneAk0MDOKf9usvBaKep27Yg+OGt08WvgQ==",
"requires": { "requires": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^2.3.0", "@videojs/vhs-utils": "^2.3.0",
"aes-decrypter": "3.1.0", "aes-decrypter": "3.1.0",
"global": "^4.3.2", "global": "^4.4.0",
"m3u8-parser": "4.5.0", "m3u8-parser": "4.5.0",
"mpd-parser": "0.15.0", "mpd-parser": "0.15.0",
"mux.js": "5.7.0", "mux.js": "5.7.0",
"video.js": "^6 || ^7" "video.js": "^6 || ^7"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@videojs/vhs-utils": { "@videojs/vhs-utils": {
"version": "2.3.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-2.3.0.tgz", "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-2.3.0.tgz",

2
build/javascript/package.json

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

10
webroot/js/web_modules/@videojs/http-streaming/dist/videojs-http-streaming.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save