mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Bump @videojs/http-streaming from 2.10.2 to 2.10.3 in /build/javascript (#1386)
Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.10.2 to 2.10.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.10.2...v2.10.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:
parent
d90b02e50b
commit
aa19d8a2c1
2 changed files with 10 additions and 10 deletions
18
build/javascript/package-lock.json
generated
18
build/javascript/package-lock.json
generated
|
@ -154,9 +154,9 @@
|
|||
"integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A=="
|
||||
},
|
||||
"@videojs/http-streaming": {
|
||||
"version": "2.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.2.tgz",
|
||||
"integrity": "sha512-JTAlAUHzj0sTsge2WBh4DWKM2I5BDFEZYOvzxmsK/ySILmI0GRyjAHx9uid68ZECQ2qbEAIRmZW5lWp0R5PeNA==",
|
||||
"version": "2.10.3",
|
||||
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.3.tgz",
|
||||
"integrity": "sha512-YuZWa2LwnA+/hhZHbtHR4udezyN4jz6PobbL9OHJPIXII1Oib49pIgIqgLbwY7vF5qN0jqG5/kSHtBFzBG6N+w==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@videojs/vhs-utils": "3.0.3",
|
||||
|
@ -169,9 +169,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz",
|
||||
"integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==",
|
||||
"version": "7.15.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
|
||||
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
|
@ -246,9 +246,9 @@
|
|||
}
|
||||
},
|
||||
"@xmldom/xmldom": {
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.2.tgz",
|
||||
"integrity": "sha512-t/Zqo0ewes3iq6zGqEqJNUWI27Acr3jkmSUNp6E3nl0Z2XbtqAG5XYqPNLdYonILmhcxANsIidh69tHzjXtuRg=="
|
||||
"version": "0.7.4",
|
||||
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.4.tgz",
|
||||
"integrity": "sha512-wdxC79cvO7PjSM34jATd/RYZuYWQ8y/R7MidZl1NYYlbpFn1+spfjkiR3ZsJfcaTs2IyslBN7VwBBJwrYKM+zw=="
|
||||
},
|
||||
"acorn": {
|
||||
"version": "7.4.1",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@joeattardi/emoji-button": "^4.6.0",
|
||||
"@videojs/http-streaming": "2.10.2",
|
||||
"@videojs/http-streaming": "2.10.3",
|
||||
"@videojs/themes": "^1.0.1",
|
||||
"htm": "^3.1.0",
|
||||
"mark.js": "^8.11.1",
|
||||
|
|
Loading…
Reference in a new issue