build(deps-dev): bump shaka-player from 3.0.8 to 3.1.0
Bumps [shaka-player](https://github.com/google/shaka-player) from 3.0.8 to 3.1.0. - [Release notes](https://github.com/google/shaka-player/releases) - [Changelog](https://github.com/google/shaka-player/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/shaka-player/compare/v3.0.8...v3.1.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7ff9d21324
commit
192eddea85
|
@ -5980,9 +5980,9 @@
|
|||
}
|
||||
},
|
||||
"eme-encryption-scheme-polyfill": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/eme-encryption-scheme-polyfill/-/eme-encryption-scheme-polyfill-2.0.2.tgz",
|
||||
"integrity": "sha512-tZXuxVUCV1GmlQBGGVVNAt6lXBUxjDFqIAPAhz4F5Z/TvCi/coojxcZGEO5k+KMt/dWRFmXaK5pxKCMehue/oA==",
|
||||
"version": "2.0.3",
|
||||
"resolved": "https://registry.npmjs.org/eme-encryption-scheme-polyfill/-/eme-encryption-scheme-polyfill-2.0.3.tgz",
|
||||
"integrity": "sha512-44CNFMsqzHdKHrzWxlS7xZ8KUHn5XutBqpmCuWzNIynmAyFInHrrD3ozv/RvK9ZhgV6QY6Easx8EWAmxteNodg==",
|
||||
"dev": true
|
||||
},
|
||||
"emoji-regex": {
|
||||
|
@ -12723,12 +12723,12 @@
|
|||
}
|
||||
},
|
||||
"shaka-player": {
|
||||
"version": "3.0.8",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-3.0.8.tgz",
|
||||
"integrity": "sha512-4nROuGUhmtOTERWVO31pp/hvtdCy/kW/Ys6KQwqRhFeCsZsU1/8768dJUyXKqNnbYybKIvuv6LqO8egkXy6TjA==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-3.1.0.tgz",
|
||||
"integrity": "sha512-Dd/+Fk3LgPeLMJSwhjduR+KyyGQU9jhgj8NeoGhmL6NyOFgpYFjOaFfQeq1UF1pXMCw3XB9EyEXns0KUNDNWTg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eme-encryption-scheme-polyfill": "^2.0.1"
|
||||
"eme-encryption-scheme-polyfill": "^2.0.3"
|
||||
}
|
||||
},
|
||||
"shebang-command": {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"mux.js": "^5.10.0",
|
||||
"sass": "^1.32.8",
|
||||
"sass-loader": "^10.1.1",
|
||||
"shaka-player": "^3.0.8",
|
||||
"shaka-player": "^3.1.0",
|
||||
"socket.io-client": "^3.1.2",
|
||||
"string-similarity": "^4.0.4",
|
||||
"stylelint": "^13.12.0",
|
||||
|
|
Loading…
Reference in New Issue