mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix(deps): update dependency video.js to v8.19.1
This commit is contained in:
parent
85084e4b60
commit
da23ee8e3e
1 changed files with 5 additions and 5 deletions
10
web/package-lock.json
generated
10
web/package-lock.json
generated
|
@ -41381,19 +41381,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/video.js": {
|
||||
"version": "8.18.1",
|
||||
"resolved": "https://registry.npmjs.org/video.js/-/video.js-8.18.1.tgz",
|
||||
"integrity": "sha512-oQ4M/HD2fFgEPHfmVMWxGykRFIpOmVhK0XZ4PSsPTgN2jH6E6+92f/RI2mDXDb0yu+Fxv9fxMUm0M7Z2K3Zo9w==",
|
||||
"version": "8.19.1",
|
||||
"resolved": "https://registry.npmjs.org/video.js/-/video.js-8.19.1.tgz",
|
||||
"integrity": "sha512-MVuayhXpzTBv5Jk3nYEU2akawPhuBBlizEbpQGx2i+6FiBmqxGjkrkLdDLOzG54ut7xapjp26IfWQLGSpeLmcQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@videojs/http-streaming": "^3.14.2",
|
||||
"@videojs/http-streaming": "^3.15.0",
|
||||
"@videojs/vhs-utils": "^4.1.1",
|
||||
"@videojs/xhr": "2.7.0",
|
||||
"aes-decrypter": "^4.0.2",
|
||||
"global": "4.4.0",
|
||||
"m3u8-parser": "^7.2.0",
|
||||
"mpd-parser": "^1.2.2",
|
||||
"mpd-parser": "^1.3.1",
|
||||
"mux.js": "^7.0.1",
|
||||
"videojs-contrib-quality-levels": "4.1.0",
|
||||
"videojs-font": "4.2.0",
|
||||
|
|
Loading…
Reference in a new issue