diff --git a/package-lock.json b/package-lock.json index fa9ed7c49..02006e30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1347,9 +1347,9 @@ } }, "@videojs/xhr": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.5.1.tgz", - "integrity": "sha512-wV9nGESHseSK+S9ePEru2+OJZ1jq/ZbbzniGQ4weAmTIepuBMSYPx5zrxxQA0E786T5ykpO8ts+LayV+3/oI2w==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.6.0.tgz", + "integrity": "sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==", "requires": { "@babel/runtime": "^7.5.5", "global": "~4.4.0", @@ -14529,6 +14529,16 @@ "video.js": "^6 || ^7" } }, + "@videojs/xhr": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.5.1.tgz", + "integrity": "sha512-wV9nGESHseSK+S9ePEru2+OJZ1jq/ZbbzniGQ4weAmTIepuBMSYPx5zrxxQA0E786T5ykpO8ts+LayV+3/oI2w==", + "requires": { + "@babel/runtime": "^7.5.5", + "global": "~4.4.0", + "is-function": "^1.0.1" + } + }, "mux.js": { "version": "5.11.1", "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.11.1.tgz", diff --git a/package.json b/package.json index c3c3f1064..ff77c7183 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@babel/runtime": "^7.12.5", "@videojs/http-streaming": "2.9.2", "@videojs/vhs-utils": "^3.0.2", - "@videojs/xhr": "2.5.1", + "@videojs/xhr": "2.6.0", "aes-decrypter": "3.1.2", "global": "^4.4.0", "keycode": "^2.2.0",