1
0
mirror of https://github.com/videojs/video.js.git synced 2025-02-02 11:34:50 +02:00

fix(package): update to VHS 2.11.2 (#7484)

This commit is contained in:
Gary Katsevman 2021-10-28 11:10:27 -04:00 committed by GitHub
parent 4d1fb4ad9f
commit 6faad26869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

22
package-lock.json generated
View File

@ -1312,17 +1312,17 @@
}
},
"@videojs/http-streaming": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.11.0.tgz",
"integrity": "sha512-B1aOI7SH/mSIwUqSvhI3zKJ7+xYHoF0A2A/QLsL8J30uV7nEqsDqMTTAkPgdOfyyS0Hj39wMii3fJD7SkZMI3Q==",
"version": "2.11.2",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.11.2.tgz",
"integrity": "sha512-3tR8hhHhtptJmsybUN2PDERWP4THGuDlXaCyQ/56HpPIq7wBpXtvsSb52x+sioD5HLs+/mc7Oi9rPRbbFPvzSQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "3.0.4",
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"m3u8-parser": "4.7.0",
"mpd-parser": "0.19.1",
"mux.js": "5.14.0",
"mpd-parser": "0.19.2",
"mux.js": "5.14.1",
"video.js": "^6 || ^7"
},
"dependencies": {
@ -9632,9 +9632,9 @@
}
},
"mpd-parser": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.19.1.tgz",
"integrity": "sha512-8Cf4rZCDvT6NLHnXoKEsreV+WSoB131DtD0202jSho0HkK0brTSXb2H2q6hdu9OeKDQBrS2PIMclZR2tXGVVOg==",
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.19.2.tgz",
"integrity": "sha512-M5tAIdtBM2TN+OSTz/37T7V+h9ZLvhyNqq4TNIdtjAQ/Hg8UnMRf5nJQDjffcXag3POXi31yUJQEKOXdcAM/nw==",
"requires": {
"@babel/runtime": "^7.12.5",
"@videojs/vhs-utils": "^3.0.2",
@ -9655,9 +9655,9 @@
"dev": true
},
"mux.js": {
"version": "5.14.0",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.14.0.tgz",
"integrity": "sha512-zrOH4TYQrVWWDnLMYzi5LxDMAb8PootOEh4mc6EU0SyYRYLPdaI12Lg0ZLBjlvY7Fmtg3qX16Cu8zaokE1NaRg==",
"version": "5.14.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.14.1.tgz",
"integrity": "sha512-38kA/xjWRDzMbcpHQfhKbJAME8eTZVsb9U2Puk890oGvGqnyu8B/AkKdICKPHkigfqYX9MY20vje88TP14nhog==",
"requires": {
"@babel/runtime": "^7.11.2"
}

View File

@ -84,15 +84,15 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@videojs/http-streaming": "2.11.0",
"@videojs/http-streaming": "2.11.2",
"@videojs/vhs-utils": "^3.0.3",
"@videojs/xhr": "2.6.0",
"aes-decrypter": "3.1.2",
"global": "^4.4.0",
"keycode": "^2.2.0",
"m3u8-parser": "4.7.0",
"mpd-parser": "0.19.1",
"mux.js": "5.14.0",
"mpd-parser": "0.19.2",
"mux.js": "5.14.1",
"safe-json-parse": "4.0.0",
"videojs-font": "3.2.0",
"videojs-vtt.js": "^0.15.3"