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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-20 13:27:01 -07:00 committed by GitHub
parent 4715598d7e
commit 1b575d6fdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -154,9 +154,9 @@
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
}, },
"@videojs/http-streaming": { "@videojs/http-streaming": {
"version": "2.9.2", "version": "2.9.3",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.2.tgz", "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.9.3.tgz",
"integrity": "sha512-2ZsxJn4/nZZ6k6jIhic2l9ynGmKwprtuI5b3+M6JgqOSLvQQ/ah+heVs/0g2Ze7qJxodqR+aSY948JwJIz1gCw==", "integrity": "sha512-rhazaL1288Jrzn9RyeK7bI+Ja8U61HpUHhCV+8TbL9FndWe+RJKqpvXrKus1mVHF3WRUf+tkF6gDsx52LkTDOw==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.2", "@videojs/vhs-utils": "^3.0.2",

View file

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@joeattardi/emoji-button": "^4.6.0", "@joeattardi/emoji-button": "^4.6.0",
"@videojs/http-streaming": "2.9.2", "@videojs/http-streaming": "2.9.3",
"@videojs/themes": "^1.0.1", "@videojs/themes": "^1.0.1",
"htm": "^3.1.0", "htm": "^3.1.0",
"mark.js": "^8.11.1", "mark.js": "^8.11.1",