Browse Source

chore: Update mux.js 7.0.1 to 7.0.2 (#1450)

Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
pull/1452/head
Dzianis Dashkevich 2 years ago
committed by GitHub
parent
commit
b22f6f19eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -6938,9 +6938,9 @@
"dev": true
},
"mux.js": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/mux.js/-/mux.js-7.0.1.tgz",
"integrity": "sha512-Omz79uHqYpMP1V80JlvEdCiOW1hiw4mBvDh9gaZEpxvB+7WYb2soZSzfuSRrK2Kh9Pm6eugQNrIpY/Bnyhk4hw==",
"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==",
"requires": {
"@babel/runtime": "^7.11.2",
"global": "^4.4.0"

2
package.json

@ -63,7 +63,7 @@
"global": "^4.4.0",
"m3u8-parser": "^7.1.0",
"mpd-parser": "^1.2.2",
"mux.js": "7.0.1",
"mux.js": "7.0.2",
"video.js": "^7 || ^8"
},
"peerDependencies": {

Loading…
Cancel
Save