Bump video.js from 7.12.3 to 7.13.3 in /build/javascript (#1145)

* Bump video.js from 7.12.3 to 7.13.3 in /build/javascript

Bumps [video.js](https://github.com/videojs/video.js) from 7.12.3 to 7.13.3.
- [Release notes](https://github.com/videojs/video.js/releases)
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/videojs/video.js/compare/v7.12.3...v7.13.3)

---
updated-dependencies:
- dependency-name: video.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Copy library over

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
dependabot[bot] 2021-07-01 18:31:48 -07:00 committed by GitHub
parent edc777ae1b
commit 0858e2ed52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 30633 additions and 58 deletions

View file

@ -1296,9 +1296,9 @@
}
},
"mux.js": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.11.0.tgz",
"integrity": "sha512-Q/iLfohHh5Pp6lW7EFtcxNuaCNJ3Ruywfy46pWLsY+yIxR1kXXImYY1wOhg8jLdBMs1kRaZqsiB4Zncsiw0a2Q==",
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.11.1.tgz",
"integrity": "sha512-U/JKEU4GZfk2BpEQpPfmH81nF79UKK2a1QOb6PF9viPspJpexGt11YzR/nTKNWdfjWG0DGjcSU+zb2F52Z/q8w==",
"requires": {
"@babel/runtime": "^7.11.2"
}
@ -2580,64 +2580,31 @@
"dev": true
},
"video.js": {
"version": "7.12.3",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-7.12.3.tgz",
"integrity": "sha512-N/Cjj9hjlscD7S6dJZu0gZNZVOf1HyYtq6zK5UItGdJV16haBLjW+YABdgvZgcETqSmyqHBUUqQ2rNGSTr3z6w==",
"version": "7.13.3",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-7.13.3.tgz",
"integrity": "sha512-rIGPFRh3v0HqSdfj+/iByKRDBgLVqILK/4i/hW15DfjvgCGhwbw53bRBoJXy496hwh/XYeOAqckc87L2FN375g==",
"requires": {
"@babel/runtime": "^7.9.2",
"@videojs/http-streaming": "2.8.2",
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "2.9.1",
"@videojs/vhs-utils": "^3.0.2",
"@videojs/xhr": "2.5.1",
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"keycode": "^2.2.0",
"m3u8-parser": "4.7.0",
"mpd-parser": "0.17.0",
"mux.js": "5.11.1",
"safe-json-parse": "4.0.0",
"videojs-font": "3.2.0",
"videojs-vtt.js": "^0.15.3"
},
"dependencies": {
"@videojs/http-streaming": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.8.2.tgz",
"integrity": "sha512-OU+KwB7I76j29NplHGg1Q1wtneOLA0nhjwUrdhoBJmo8dmqZO5TOMqPfhqfFZ4E8zJP9wXNLyRbhmesVqYMwmQ==",
"@babel/runtime": {
"version": "7.14.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz",
"integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.2",
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"m3u8-parser": "4.7.0",
"mpd-parser": "0.16.0",
"mux.js": "5.11.0",
"video.js": "^6 || ^7"
},
"dependencies": {
"@babel/runtime": {
"version": "7.14.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.5.tgz",
"integrity": "sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"mpd-parser": {
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.16.0.tgz",
"integrity": "sha512-/pOFsDbOxXFAla47rYMdIypBZVtsQ9q3OHNuKtW2CJMaCGtNDtUcLS+B2TToYmB20rgi3XIgkyc2EsIvIAS4NA==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.0",
"global": "^4.4.0",
"xmldom": "^0.5.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.14.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.5.tgz",
"integrity": "sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
"regenerator-runtime": "^0.13.4"
}
}
}

View file

@ -12,7 +12,7 @@
"micromodal": "^0.4.6",
"preact": "10.5.10",
"tailwindcss": "^1.9.6",
"video.js": "7.12.3"
"video.js": "7.13.3"
},
"devDependencies": {
"cssnano": "^5.0.6",

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -1,2 +1,2 @@
export { c as default } from '../common/core-d20ff47c.js';
export { c as default } from '../common/core-2e4eb0d6.js';
import '../common/_commonjsHelpers-37fa8da4.js';

File diff suppressed because one or more lines are too long