build(deps-dev): bump shaka-player from 3.3.0 to 3.3.1

Bumps [shaka-player](https://github.com/google/shaka-player) from 3.3.0 to 3.3.1.
- [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.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-31 11:08:14 +00:00 committed by GitHub
parent 022df8fd4a
commit 7eacef6e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14298,9 +14298,9 @@
}
},
"shaka-player": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-3.3.0.tgz",
"integrity": "sha512-R73sL0X7KEgMSWbCsZXFeeq/kzv7z0Fjl2sYGbPQb0skR01v7Krw8H7XbihEKlKnGEvuIZvzkPrJZ3UXl+x4WQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-3.3.1.tgz",
"integrity": "sha512-aBO5Em/1vxAuEQ7Ye4gHIFyj1s77w/dHmUFjtjmV3J4YQw+P9A3R54Y9RRWpyhsHq2BX3r53RxdxtIwmh+SMtQ==",
"dev": true,
"requires": {
"eme-encryption-scheme-polyfill": "^2.0.3"

View File

@ -47,7 +47,7 @@
"mux.js": "^5.14.1",
"sass": "^1.49.0",
"sass-loader": "^10.1.1",
"shaka-player": "^3.3.0",
"shaka-player": "^3.3.1",
"socket.io-client": "^4.4.1",
"string-similarity": "^4.0.4",
"stylelint": "^13.13.1",