From f1e84949a3c4ca28dc53390716869b898a3d693d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 23:56:32 -0700 Subject: [PATCH] Bump @videojs/http-streaming from 2.7.0 to 2.7.1 in /build/javascript (#919) Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/videojs/http-streaming/releases) - [Changelog](https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/http-streaming/compare/v2.7.0...v2.7.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/javascript/package-lock.json | 27 +++------------------------ build/javascript/package.json | 2 +- 2 files changed, 4 insertions(+), 25 deletions(-) diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 97d7ddeb3..5c611b1bb 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -159,9 +159,9 @@ "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" }, "@videojs/http-streaming": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.7.0.tgz", - "integrity": "sha512-wg/5vGeBS8LhXDjKbHbpewId5aZ/gyG2dJNCeu4+Ix6AympXSTlztHuRQWTS2Gyx/fQpce1/1gfqdJne9ZIJ8Q==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.7.1.tgz", + "integrity": "sha512-e7I5zHtTklNlBXhWnl2Nla+8hqjXzKXauAVK8cmcN0b6keqwW3WQDfAAnAzzAGf3CvxDUVudRcWGQqtNrXYjmQ==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.0", @@ -181,27 +181,6 @@ "regenerator-runtime": "^0.13.4" } }, - "@videojs/vhs-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.0.tgz", - "integrity": "sha512-HPgiaVB8/g7DooYFQ20uTinq4eNRHmIXGHHttK/Xwyvn19MfIpg9BfMNr9ywCvgHh0IUGrxt6P8AcmMO4xvxIA==", - "requires": { - "@babel/runtime": "^7.12.5", - "global": "^4.4.0", - "url-toolkit": "^2.2.1" - } - }, - "aes-decrypter": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.1.2.tgz", - "integrity": "sha512-42nRwfQuPRj9R1zqZBdoxnaAmnIFyDi0MNyTVhjdFOd8fifXKKRfwIHIZ6AMn1or4x5WONzjwRTbTWcsIQ0O4A==", - "requires": { - "@babel/runtime": "^7.12.5", - "@videojs/vhs-utils": "^3.0.0", - "global": "^4.4.0", - "pkcs7": "^1.0.4" - } - }, "m3u8-parser": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/m3u8-parser/-/m3u8-parser-4.6.0.tgz", diff --git a/build/javascript/package.json b/build/javascript/package.json index 236ca2288..3c5546fc9 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -6,7 +6,7 @@ "dependencies": { "@joeattardi/emoji-button": "^4.6.0", "@justinribeiro/lite-youtube": "^0.9.1", - "@videojs/http-streaming": "2.7.0", + "@videojs/http-streaming": "2.7.1", "@videojs/themes": "^1.0.1", "htm": "^3.0.4", "mark.js": "^8.11.1",