From 01a02c15711c992e4639b29314932f5c172c49ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:37:27 -0700 Subject: [PATCH] Bump @videojs/http-streaming from 2.6.3 to 2.6.4 in /build/javascript (#824) Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.6.3 to 2.6.4. - [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.6.3...v2.6.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/javascript/package-lock.json | 6 +++--- build/javascript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 6a359e7f5..4896831e8 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.6.3", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.6.3.tgz", - "integrity": "sha512-mEVNC6JwtnYXx61oDqXFjM894uosYjcIplNifh312xoPHXO/dk6LxqVNcaD1Rlv89uSlS3RUUGprQK+JW2BnRg==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.6.4.tgz", + "integrity": "sha512-sFVE0MVXhawAkET8EgiUSMvDDv6u3uGidtO0BvNXG0/qKWlze/zEzhvLsyPU4HmLFRnffKeHK5RE2XpO5vHY8Q==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.0", diff --git a/build/javascript/package.json b/build/javascript/package.json index 2f0cd0957..1d0f5d01f 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.6.3", + "@videojs/http-streaming": "2.6.4", "@videojs/themes": "^1.0.1", "htm": "^3.0.4", "mark.js": "^8.11.1",