From c4cfa55ad144105d36a86890e111f71a352af77e Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Wed, 19 May 2021 13:41:40 -0400 Subject: [PATCH] fix: update to VHS 2.8.1 (#7238) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b1c15513..07e02e014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1445,15 +1445,15 @@ } }, "@videojs/http-streaming": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.7.1.tgz", - "integrity": "sha512-e7I5zHtTklNlBXhWnl2Nla+8hqjXzKXauAVK8cmcN0b6keqwW3WQDfAAnAzzAGf3CvxDUVudRcWGQqtNrXYjmQ==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.8.1.tgz", + "integrity": "sha512-3hltnoDX2FtyBLQO+kIiBfIQQh7TE6vEiVCgm9YqbXaXoU7zv2DNy2YN0Sm7kMClE/qE8RhS7Ym0g6oStussJg==", "requires": { "@babel/runtime": "^7.12.5", - "@videojs/vhs-utils": "^3.0.0", + "@videojs/vhs-utils": "^3.0.1", "aes-decrypter": "3.1.2", "global": "^4.4.0", - "m3u8-parser": "4.6.0", + "m3u8-parser": "4.7.0", "mpd-parser": "0.16.0", "mux.js": "5.11.0", "video.js": "^6 || ^7" @@ -9184,9 +9184,9 @@ } }, "m3u8-parser": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.6.0.tgz", - "integrity": "sha512-dKhhpMcPqDM/KzULVrNyDZ/z766peQjwUghDTcl6TE7DQKAt/vm74/IMUAxpO34f6LDpM+OH/dYGQwW1eM4yWw==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.7.0.tgz", + "integrity": "sha512-48l/OwRyjBm+QhNNigEEcRcgbRvnUjL7rxs597HmW9QSNbyNvt+RcZ9T/d9vxi9A9z7EZrB1POtZYhdRlwYQkQ==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.0", diff --git a/package.json b/package.json index 365fef84a..cdf415d89 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ }, "dependencies": { "@babel/runtime": "^7.9.2", - "@videojs/http-streaming": "2.7.1", + "@videojs/http-streaming": "2.8.1", "@videojs/xhr": "2.5.1", "global": "^4.4.0", "keycode": "^2.2.0",