mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
Bump @videojs/http-streaming from 2.10.0 to 2.10.1 in /build/javascript (#1334)
Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.10.0 to 2.10.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.10.0...v2.10.1) --- 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:
parent
b560d31aee
commit
1c45473942
2 changed files with 7 additions and 7 deletions
12
build/javascript/package-lock.json
generated
12
build/javascript/package-lock.json
generated
|
@ -154,9 +154,9 @@
|
|||
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
|
||||
},
|
||||
"@videojs/http-streaming": {
|
||||
"version": "2.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.0.tgz",
|
||||
"integrity": "sha512-MoAp5BbexEqvCdyyazWH3thXpuOOUt82qjKB37VumXQiSZfNrIFgJRgdXOwHqsO4iEksWHSQRhJNxlTDMSP4dg==",
|
||||
"version": "2.10.1",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.1.tgz",
|
||||
"integrity": "sha512-7OCdKHHA1oK9X7G13EP84gqCxXHgYwTbJ/9VY6cM+b++//fJtamadHqPC5tf3K+l5FcWgLRiryd0s14Nbo7mfQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@videojs/vhs-utils": "3.0.3",
|
||||
|
@ -169,9 +169,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.14.8",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz",
|
||||
"integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
|
||||
"version": "7.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz",
|
||||
"integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@joeattardi/emoji-button": "^4.6.0",
|
||||
"@videojs/http-streaming": "2.10.0",
|
||||
"@videojs/http-streaming": "2.10.1",
|
||||
"@videojs/themes": "^1.0.1",
|
||||
"htm": "^3.1.0",
|
||||
"mark.js": "^8.11.1",
|
||||
|
|
Loading…
Reference in a new issue