Bump plyr from 3.7.3 to 3.7.8

Bumps [plyr](https://github.com/sampotts/plyr) from 3.7.3 to 3.7.8.
- [Release notes](https://github.com/sampotts/plyr/releases)
- [Changelog](https://github.com/sampotts/plyr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sampotts/plyr/compare/v3.7.3...v3.7.8)

---
updated-dependencies:
- dependency-name: plyr
  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] 2023-04-21 17:01:46 +00:00 committed by GitHub
parent f3f566fe0c
commit cae9448442
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

@ -13,7 +13,7 @@
"@testing-library/user-event": "^14.4.3",
"axios": "^1.2.2",
"hls.js": "^1.4.0",
"plyr": "^3.7.3",
"plyr": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
@ -12326,8 +12326,9 @@
}
},
"node_modules/plyr": {
"version": "3.7.3",
"license": "MIT",
"version": "3.7.8",
"resolved": "https://registry.npmjs.org/plyr/-/plyr-3.7.8.tgz",
"integrity": "sha512-yG/EHDobwbB/uP+4Bm6eUpJ93f8xxHjjk2dYcD1Oqpe1EcuQl5tzzw9Oq+uVAzd2lkM11qZfydSiyIpiB8pgdA==",
"dependencies": {
"core-js": "^3.26.1",
"custom-event-polyfill": "^1.0.7",
@ -24906,7 +24907,9 @@
}
},
"plyr": {
"version": "3.7.3",
"version": "3.7.8",
"resolved": "https://registry.npmjs.org/plyr/-/plyr-3.7.8.tgz",
"integrity": "sha512-yG/EHDobwbB/uP+4Bm6eUpJ93f8xxHjjk2dYcD1Oqpe1EcuQl5tzzw9Oq+uVAzd2lkM11qZfydSiyIpiB8pgdA==",
"requires": {
"core-js": "^3.26.1",
"custom-event-polyfill": "^1.0.7",

View File

@ -9,7 +9,7 @@
"@testing-library/user-event": "^14.4.3",
"axios": "^1.2.2",
"hls.js": "^1.4.0",
"plyr": "^3.7.3",
"plyr": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",