From d7a9a04ae793f5508fd280afb162359e7984ee3f Mon Sep 17 00:00:00 2001 From: Dzianis Dashkevich Date: Thu, 6 Jun 2024 18:58:47 -0400 Subject: [PATCH] feat: update xhr --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7898debc93..3d44f878c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1812,9 +1812,9 @@ } }, "@videojs/xhr": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.6.0.tgz", - "integrity": "sha512-7J361GiN1tXpm+gd0xz2QWr3xNWBE+rytvo8J3KuggFaLg+U37gZQ2BuPLcnkfGffy2e+ozY70RHC8jt7zjA6Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@videojs/xhr/-/xhr-2.7.0.tgz", + "integrity": "sha512-giab+EVRanChIupZK7gXjHy90y3nncA2phIOyG3Ne5fvpiMJzvqYwiTOnEVW2S4CoYcuKJkomat7bMXA/UoUZQ==", "requires": { "@babel/runtime": "^7.5.5", "global": "~4.4.0", @@ -15231,6 +15231,16 @@ } } } + }, + "@videojs/xhr": { + "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", + "is-function": "^1.0.1" + } } } }, diff --git a/package.json b/package.json index 7457363ee3..9d2c0c6bb4 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@babel/runtime": "^7.12.5", "@videojs/http-streaming": "3.13.0", "@videojs/vhs-utils": "^4.0.0", - "@videojs/xhr": "2.6.0", + "@videojs/xhr": "2.7.0", "aes-decrypter": "^4.0.1", "global": "4.4.0", "m3u8-parser": "^7.1.0",