Bump video.js from 7.8.3 to 7.10.2 in /build/javascript (#326)
* Bump video.js from 7.8.3 to 7.10.2 in /build/javascript Bumps [video.js](https://github.com/videojs/video.js) from 7.8.3 to 7.10.2. - [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.8.3...v7.10.2) 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:
parent
2f91c45cd8
commit
cf6609496c
71
build/javascript/package-lock.json
generated
71
build/javascript/package-lock.json
generated
@ -2911,12 +2911,12 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"video.js": {
|
"video.js": {
|
||||||
"version": "7.8.3",
|
"version": "7.10.2",
|
||||||
"resolved": "https://registry.npmjs.org/video.js/-/video.js-7.8.3.tgz",
|
"resolved": "https://registry.npmjs.org/video.js/-/video.js-7.10.2.tgz",
|
||||||
"integrity": "sha512-u8/1qEZdBeOm7TgBhJg8ab28vd3x62UMaaSnZ79yOMaxCqACP9CzWJT9c3Isfv2jY9BNLBIIft+BqNLTWudtLw==",
|
"integrity": "sha512-kJTTrqcQn2MhPzWR8zQs6W3HPJWpowO/ZGZcKt2dcJeJdJT0dEDLYtiFdjV37SylCmu66V0flRnV8cipbthveQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.9.2",
|
"@babel/runtime": "^7.9.2",
|
||||||
"@videojs/http-streaming": "1.13.2",
|
"@videojs/http-streaming": "2.2.4",
|
||||||
"@videojs/xhr": "2.5.1",
|
"@videojs/xhr": "2.5.1",
|
||||||
"global": "4.3.2",
|
"global": "4.3.2",
|
||||||
"keycode": "^2.2.0",
|
"keycode": "^2.2.0",
|
||||||
@ -2925,45 +2925,6 @@
|
|||||||
"videojs-vtt.js": "^0.15.2"
|
"videojs-vtt.js": "^0.15.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@videojs/http-streaming": {
|
|
||||||
"version": "1.13.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.2.tgz",
|
|
||||||
"integrity": "sha512-U4Xhh+HxGpRBx9Gm0LlEadq85k9BwckzFgZmyhacauhK/27Mz0goKKFAt+BpxBNp2oHVdAdk8NHfneinsqni3Q==",
|
|
||||||
"requires": {
|
|
||||||
"aes-decrypter": "3.0.0",
|
|
||||||
"global": "^4.3.0",
|
|
||||||
"m3u8-parser": "4.4.0",
|
|
||||||
"mpd-parser": "0.10.0",
|
|
||||||
"mux.js": "5.5.1",
|
|
||||||
"url-toolkit": "^2.1.3",
|
|
||||||
"video.js": "^6.8.0 || ^7.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@videojs/vhs-utils": {
|
|
||||||
"version": "1.3.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-1.3.0.tgz",
|
|
||||||
"integrity": "sha512-oiqXDtHQqDPun7JseWkirUHGrgdYdeF12goUut5z7vwAj4DmUufEPFJ4xK5hYGXGFDyDhk2rSFOR122Ze6qXyQ==",
|
|
||||||
"requires": {
|
|
||||||
"@babel/runtime": "^7.5.5",
|
|
||||||
"global": "^4.3.2",
|
|
||||||
"url-toolkit": "^2.1.6"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"aes-decrypter": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.0.0.tgz",
|
|
||||||
"integrity": "sha1-eEihwUW5/b9Xrj4rWxvHzwZEqPs=",
|
|
||||||
"requires": {
|
|
||||||
"commander": "^2.9.0",
|
|
||||||
"global": "^4.3.2",
|
|
||||||
"pkcs7": "^1.0.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"commander": {
|
|
||||||
"version": "2.20.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
||||||
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
|
|
||||||
},
|
|
||||||
"global": {
|
"global": {
|
||||||
"version": "4.3.2",
|
"version": "4.3.2",
|
||||||
"resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
|
||||||
@ -2973,30 +2934,6 @@
|
|||||||
"process": "~0.5.1"
|
"process": "~0.5.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"m3u8-parser": {
|
|
||||||
"version": "4.4.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.4.0.tgz",
|
|
||||||
"integrity": "sha512-iH2AygTFILtato+XAgnoPYzLHM4R3DjATj7Ozbk7EHdB2XoLF2oyOUguM7Kc4UVHbQHHL/QPaw98r7PbWzG0gg==",
|
|
||||||
"requires": {
|
|
||||||
"global": "^4.3.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"mpd-parser": {
|
|
||||||
"version": "0.10.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.10.0.tgz",
|
|
||||||
"integrity": "sha512-eIqkH/2osPr7tIIjhRmDWqm2wdJ7Q8oPfWvdjealzsLV2D2oNe0a0ae2gyYYs1sw5e5hdssDA2V6Sz8MW+Uvvw==",
|
|
||||||
"requires": {
|
|
||||||
"@babel/runtime": "^7.5.5",
|
|
||||||
"@videojs/vhs-utils": "^1.1.0",
|
|
||||||
"global": "^4.3.2",
|
|
||||||
"xmldom": "^0.1.27"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"mux.js": {
|
|
||||||
"version": "5.5.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.5.1.tgz",
|
|
||||||
"integrity": "sha512-5VmmjADBqS4++8pTI6poSRJ+chHdaoI4XErcQPM5w4QfwaDl+FQlSI0iOgWbYDn6CBCbDRKaSCcEiN2K5aHNGQ=="
|
|
||||||
},
|
|
||||||
"process": {
|
"process": {
|
||||||
"version": "0.5.2",
|
"version": "0.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz",
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"htm": "^3.0.4",
|
"htm": "^3.0.4",
|
||||||
"preact": "^10.5.5",
|
"preact": "^10.5.5",
|
||||||
"tailwindcss": "^1.9.6",
|
"tailwindcss": "^1.9.6",
|
||||||
"video.js": "7.8.3",
|
"video.js": "7.10.2",
|
||||||
"@videojs/http-streaming": "2.2.4"
|
"@videojs/http-streaming": "2.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { c as createCommonjsModule, g as getDefaultExportFromCjs, d as document_1, w as window_1, a as core, b as commonjsGlobal } from '../../../common/core-02e93804.js';
|
import { c as createCommonjsModule, g as getDefaultExportFromCjs, d as document_1, w as window_1, a as core, b as commonjsGlobal } from '../../../common/core-b8f2ee39.js';
|
||||||
|
|
||||||
//[4] NameStartChar ::= ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
|
//[4] NameStartChar ::= ":" | [A-Z] | "_" | [a-z] | [#xC0-#xD6] | [#xD8-#xF6] | [#xF8-#x2FF] | [#x370-#x37D] | [#x37F-#x1FFF] | [#x200C-#x200D] | [#x2070-#x218F] | [#x2C00-#x2FEF] | [#x3001-#xD7FF] | [#xF900-#xFDCF] | [#xFDF0-#xFFFD] | [#x10000-#xEFFFF]
|
||||||
//[4a] NameChar ::= NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
|
//[4a] NameChar ::= NameStartChar | "-" | "." | [0-9] | #xB7 | [#x0300-#x036F] | [#x203F-#x2040]
|
||||||
|
29641
webroot/js/web_modules/common/core-b8f2ee39.js
Normal file
29641
webroot/js/web_modules/common/core-b8f2ee39.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
export { a as default } from '../common/core-02e93804.js';
|
export { a as default } from '../common/core-b8f2ee39.js';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user