Bump hls.js from 1.2.7 to 1.2.9

Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.2.7 to 1.2.9.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v1.2.7...v1.2.9)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-12 16:18:01 +00:00 committed by GitHub
parent 98a2372128
commit 28b9702876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.2.0",
"hls.js": "^1.2.7",
"hls.js": "^1.2.9",
"plyr": "^3.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -8244,8 +8244,9 @@
}
},
"node_modules/hls.js": {
"version": "1.2.7",
"license": "Apache-2.0"
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.2.9.tgz",
"integrity": "sha512-SPjm8ix0xe6cYzwDvdVGh2QvQPDkCYrGWpZu6bRaKNNVyEGWM9uF0pooh/Lqj/g8QBQgPFEx1vHzW8SyMY9rqg=="
},
"node_modules/hoist-non-react-statics": {
"version": "3.3.2",
@ -22191,7 +22192,9 @@
"version": "1.2.0"
},
"hls.js": {
"version": "1.2.7"
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.2.9.tgz",
"integrity": "sha512-SPjm8ix0xe6cYzwDvdVGh2QvQPDkCYrGWpZu6bRaKNNVyEGWM9uF0pooh/Lqj/g8QBQgPFEx1vHzW8SyMY9rqg=="
},
"hoist-non-react-statics": {
"version": "3.3.2",

View File

@ -8,7 +8,7 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.2.0",
"hls.js": "^1.2.7",
"hls.js": "^1.2.9",
"plyr": "^3.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",