Update video player

This commit is contained in:
Travis Shivers 2020-05-27 02:36:42 -05:00
parent 9c94d9dec3
commit 6ad9a47a07
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@ -73,9 +73,9 @@
}
},
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.0.tgz",
"integrity": "sha512-tgYb3zVApHbLHYOPWtVwg25sBqHhfBXRKeKoTIyoheIxln1nA7oBl7SfHfiTG2GhDPI8EUBkOD/0wJCP/3HN4Q==",
"requires": {
"regenerator-runtime": "^0.13.4"
},
@ -137,9 +137,9 @@
"dev": true
},
"@videojs/http-streaming": {
"version": "1.12.3",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.12.3.tgz",
"integrity": "sha512-VohBOKZXPXRFl6c3E3MXWfp7sFQ8H73K2XdShT5WnOLblyQjnvsqTa8+lgQXFyiy/oQcR1vVY1cwiT3m4bJYPQ==",
"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",
@ -10123,12 +10123,12 @@
}
},
"video.js": {
"version": "7.7.6",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-7.7.6.tgz",
"integrity": "sha512-1GRhDHab2PZYqeFXJAH3ypLeq91uKbjqXrxwfZXyz6phwwyI1i5j6VeUkoVLxilrT+2KZ1IxOa0wRijnITDzWQ==",
"version": "7.8.2",
"resolved": "https://registry.npmjs.org/video.js/-/video.js-7.8.2.tgz",
"integrity": "sha512-NIxRWCpq5N9QFnwPtemgdBf3IE3GAqLUR6R/12+qv6Flc/o2hRvPw3aFQwytRvBAqgc6Wg2whrHCh8ltQ3RiRA==",
"requires": {
"@babel/runtime": "^7.9.2",
"@videojs/http-streaming": "1.12.3",
"@videojs/http-streaming": "1.13.2",
"@videojs/xhr": "2.5.1",
"global": "4.3.2",
"keycode": "^2.2.0",
@ -10300,11 +10300,11 @@
"dev": true
},
"vue-videojs-player": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/vue-videojs-player/-/vue-videojs-player-1.1.1.tgz",
"integrity": "sha512-7P/YJyml8ya0mmemSzD9XEtVL8qOFHABUODSrqn7H3dcbo3Edjh55rooC2dG7NXgg1piupmRwEPFw38WHojs+Q==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vue-videojs-player/-/vue-videojs-player-1.1.2.tgz",
"integrity": "sha512-vRBx8BOSOgo3tbYbTGQKzPrdco0jX1kS+lz5iP8F5Fv7CQTJtAuaKYPgu+VsVbFhdTJ5xpi1h4XMlbaeju8CEg==",
"requires": {
"video.js": "^7.7.6"
"video.js": "^7.8.2"
}
},
"vuetify": {

View File

@ -27,7 +27,7 @@
"vue": "^2.6.11",
"vue-cookies": "^1.7.0",
"vue-router": "^2.3.1",
"vue-videojs-player": "^1.1.1",
"vue-videojs-player": "^1.1.2",
"vuetify": "^1.5.14",
"vuex": "^2.3.1",
"waterline": "^0.13.6",