From 7d12c9ea850a8f54b2f243480514a01a1d05b2d3 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 24 Mar 2017 14:38:06 -0400 Subject: [PATCH] chore(package): update videojs-vtt.js to version 0.12.3 (#4221) --- package.json | 2 +- src/js/tech/tech.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0ff1ef6df..6f281aaa16 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "tsml": "1.0.1", "videojs-font": "2.0.0", "videojs-ie8": "1.1.2", - "videojs-vtt.js": "0.12.2", + "videojs-vtt.js": "0.12.3", "xhr": "2.4.0" }, "devDependencies": { diff --git a/src/js/tech/tech.js b/src/js/tech/tech.js index ef0edd5a30..eac41a69af 100644 --- a/src/js/tech/tech.js +++ b/src/js/tech/tech.js @@ -530,7 +530,7 @@ class Tech extends Component { // passed in const script = document.createElement('script'); - script.src = this.options_['vtt.js'] || 'https://cdn.rawgit.com/gkatsev/vtt.js/vjs-v0.12.1/dist/vtt.min.js'; + script.src = this.options_['vtt.js'] || 'https://vjs.zencdn.net/vttjs/0.12.3/vtt.min.js'; script.onload = () => { /** * Fired when vtt.js is loaded.