From 1b575d6fdf97365de80e88d5c6adc42963bdedea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 13:27:01 -0700 Subject: [PATCH] Bump @videojs/http-streaming from 2.9.2 to 2.9.3 in /build/javascript (#1227) Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.9.2 to 2.9.3. - [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.9.2...v2.9.3) --- updated-dependencies: - dependency-name: "@videojs/http-streaming" dependency-type: direct:production update-type: version-update:semver-patch ... 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 b90941c53..a495485eb 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -154,9 +154,9 @@ "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" }, "@videojs/http-streaming": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.2.tgz", - "integrity": "sha512-2ZsxJn4/nZZ6k6jIhic2l9ynGmKwprtuI5b3+M6JgqOSLvQQ/ah+heVs/0g2Ze7qJxodqR+aSY948JwJIz1gCw==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.3.tgz", + "integrity": "sha512-rhazaL1288Jrzn9RyeK7bI+Ja8U61HpUHhCV+8TbL9FndWe+RJKqpvXrKus1mVHF3WRUf+tkF6gDsx52LkTDOw==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.2", diff --git a/build/javascript/package.json b/build/javascript/package.json index 7d584f7a4..53c369525 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "@joeattardi/emoji-button": "^4.6.0", - "@videojs/http-streaming": "2.9.2", + "@videojs/http-streaming": "2.9.3", "@videojs/themes": "^1.0.1", "htm": "^3.1.0", "mark.js": "^8.11.1",