1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Bump screenfull from 5.1.0 to 6.0.0

Bumps [screenfull](https://github.com/sindresorhus/screenfull.js) from 5.1.0 to 6.0.0.
- [Release notes](https://github.com/sindresorhus/screenfull.js/releases)
- [Commits](https://github.com/sindresorhus/screenfull.js/compare/v5.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: screenfull
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-08 16:16:37 +00:00 committed by Bill Thornton
parent 38591e458e
commit bcdc15bcf0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -12056,9 +12056,9 @@
}
},
"screenfull": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/screenfull/-/screenfull-5.1.0.tgz",
"integrity": "sha512-dYaNuOdzr+kc6J6CFcBrzkLCfyGcMg+gWkJ8us93IQ7y1cevhQAugFsaCdMHb6lw8KV3xPzSxzH7zM1dQap9mA=="
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/screenfull/-/screenfull-6.0.0.tgz",
"integrity": "sha512-LGY0nhNQkC4FX4DT4pZdJ5cZH5EOz9Gfh9KcVMl779pS677k4IV1Wv7sY/CwC9VKFT21fYgCh7zkTVVefi5XKA=="
},
"select-hose": {
"version": "2.0.0",

View file

@ -90,7 +90,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^5.1.0",
"screenfull": "^6.0.0",
"sortablejs": "^1.14.0",
"swiper": "^6.8.4",
"webcomponents.js": "^0.7.24",