1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-12 11:15:04 +02:00

chore(package): Update @videojs/http-streaming to 1.13.4 (#6839)

Fixes #6812
This commit is contained in:
Gary Katsevman 2020-09-09 15:16:58 -04:00 committed by GitHub
parent c4c8fc1caf
commit 7192be6257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 9 deletions

35
package-lock.json generated
View File

@ -1267,19 +1267,30 @@
} }
}, },
"@videojs/http-streaming": { "@videojs/http-streaming": {
"version": "1.13.3", "version": "1.13.4",
"resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.3.tgz", "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-1.13.4.tgz",
"integrity": "sha512-rOEShTytYchSxTKR5YvQ91mDN0b3BVOGoBSVzbgMbT8pOm2FEZ1G5dWuLtUpBnvFTPb0cxnTGmISwllPq3EWYg==", "integrity": "sha512-I/hWi0uiA8aRwB4tfK44FRaWEoOU3uyvjUJW4cNST3TsweuovGGoud7K09WUrlbN4U0EjQvDqNwwXNggNs3niw==",
"requires": { "requires": {
"aes-decrypter": "3.0.0", "aes-decrypter": "3.0.2",
"global": "^4.3.0", "global": "^4.3.0",
"m3u8-parser": "4.4.0", "m3u8-parser": "4.4.0",
"mpd-parser": "0.10.0", "mpd-parser": "0.10.0",
"mux.js": "^5.5.3", "mux.js": "5.6.1",
"url-toolkit": "^2.1.3", "url-toolkit": "^2.1.3",
"video.js": "^6.8.0 || ^7.0.0" "video.js": "^6.8.0 || ^7.0.0"
}, },
"dependencies": { "dependencies": {
"aes-decrypter": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/aes-decrypter/-/aes-decrypter-3.0.2.tgz",
"integrity": "sha512-SBAfPQpGTbHbAR6qSybPjMio+MYuZwdD/a/ltOq6hj53vK94dphAm88rR3FNaZyEa/x3SobYmdT5f46qUwroLQ==",
"requires": {
"@babel/runtime": "^7.5.5",
"@videojs/vhs-utils": "^1.0.0",
"global": "^4.3.2",
"pkcs7": "^1.0.4"
}
},
"mpd-parser": { "mpd-parser": {
"version": "0.10.0", "version": "0.10.0",
"resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.10.0.tgz", "resolved": "https://registry.npmjs.org/mpd-parser/-/mpd-parser-0.10.0.tgz",
@ -1290,6 +1301,14 @@
"global": "^4.3.2", "global": "^4.3.2",
"xmldom": "^0.1.27" "xmldom": "^0.1.27"
} }
},
"pkcs7": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/pkcs7/-/pkcs7-1.0.4.tgz",
"integrity": "sha512-afRERtHn54AlwaF2/+LFszyAANTCggGilmcmILUzEjvs3XgFZT+xE6+QWQcAGmu4xajy+Xtj7acLOPdx5/eXWQ==",
"requires": {
"@babel/runtime": "^7.5.5"
}
} }
} }
}, },
@ -9677,9 +9696,9 @@
"dev": true "dev": true
}, },
"mux.js": { "mux.js": {
"version": "5.5.4", "version": "5.6.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.5.4.tgz", "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.6.1.tgz",
"integrity": "sha512-0PQc0cGaESS9eN0LJHke2w7KHA2EpZNa5zd6cwcqx1Vl7PSXv1WRXQCiNXTBe05BRjnEmhMM1W3INvstaxx34Q==" "integrity": "sha512-iIE3EJURbrPZ9Y4i9ADKTIvxGUcAEBOFhwWUOZGCiKlpXDZrqDgcJLDrOa0PenLhw6WYkOyl18kHFEvwm9JSpg=="
}, },
"nan": { "nan": {
"version": "2.14.0", "version": "2.14.0",

View File

@ -82,7 +82,7 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.9.2", "@babel/runtime": "^7.9.2",
"@videojs/http-streaming": "1.13.3", "@videojs/http-streaming": "1.13.4",
"@videojs/xhr": "2.5.1", "@videojs/xhr": "2.5.1",
"global": "4.3.2", "global": "4.3.2",
"keycode": "^2.2.0", "keycode": "^2.2.0",