1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

chore: update VHS to v3.12.0 (#8637)

This commit is contained in:
Walter Seymour 2024-03-12 14:29:29 -05:00 committed by GitHub
parent 42fe1e61ba
commit 66b74ebd57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1765,9 +1765,9 @@
}
},
"@videojs/http-streaming": {
"version": "3.11.3",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.11.3.tgz",
"integrity": "sha512-RYiRwcNzp5l6HZXHBkE+kjtzQV6PKE6kKLLRlKFDOYw2WH9bw0fb1cCICI/rsNR8PNLmyturYV4p2Vl+JpZQoA==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-3.12.0.tgz",
"integrity": "sha512-V9utRounzaty+bk0u1Uu4CtCqNrE8YN8GzITEAxwwLgMD+KYPSlcD+LJN/YKpMsMTbGLRPm/brTZiaaK+XQiyQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "4.0.0",
@ -1775,7 +1775,7 @@
"global": "^4.4.0",
"m3u8-parser": "^7.1.0",
"mpd-parser": "^1.3.0",
"mux.js": "7.0.2",
"mux.js": "7.0.3",
"video.js": "^7 || ^8"
},
"dependencies": {
@ -1791,9 +1791,9 @@
}
},
"mux.js": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-7.0.2.tgz",
"integrity": "sha512-CM6+QuyDbc0qW1OfEjkd2+jVKzTXF+z5VOKH0eZxtZtnrG/ilkW/U7l7IXGtBNLASF9sKZMcK1u669cq50Qq0A==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-7.0.3.tgz",
"integrity": "sha512-gzlzJVEGFYPtl2vvEiJneSWAWD4nfYRHD5XgxmB2gWvXraMPOYk+sxfvexmNfjQUFpmk6hwLR5C6iSFmuwCHdQ==",
"requires": {
"@babel/runtime": "^7.11.2",
"global": "^4.4.0"

View File

@ -86,7 +86,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "3.11.3",
"@videojs/http-streaming": "3.12.0",
"@videojs/vhs-utils": "^4.0.0",
"@videojs/xhr": "2.6.0",
"aes-decrypter": "^4.0.1",