Bump videojs-seek-buttons from 2.2.1 to 3.0.1 in /web

Bumps [videojs-seek-buttons](https://github.com/mister-ben/videojs-seek-buttons) from 2.2.1 to 3.0.1.
- [Release notes](https://github.com/mister-ben/videojs-seek-buttons/releases)
- [Changelog](https://github.com/mister-ben/videojs-seek-buttons/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mister-ben/videojs-seek-buttons/commits)

---
updated-dependencies:
- dependency-name: videojs-seek-buttons
  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] 2022-11-07 12:11:39 +00:00 committed by GitHub
parent 573fdae37f
commit 53471dd01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 12 deletions

23
web/package-lock.json generated
View File

@ -19,7 +19,7 @@
"swr": "^1.2.2",
"video.js": "^7.20.2",
"videojs-playlist": "^5.0.0",
"videojs-seek-buttons": "^2.2.1"
"videojs-seek-buttons": "^3.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
@ -11823,16 +11823,18 @@
}
},
"node_modules/videojs-seek-buttons": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-2.2.1.tgz",
"integrity": "sha512-tXInD8ElUddyc1vxkGsVNhxlFtz8JC4VagPOSyL8mj7LI7oXjLGxni2pjx2wqzsV3PaIBMMH47MBtsNWf+wbtw==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-3.0.1.tgz",
"integrity": "sha512-scVWOqCMqHajlbwYZIzJ5nBYkDXTAhEpWjfcdCu8ykksA1barrKnEKdQvS84TtDWOx6UXDD/e/x0acYEZCDMEQ==",
"dependencies": {
"global": "^4.4.0",
"video.js": "^6 || ^7"
"global": "^4.4.0"
},
"engines": {
"node": ">=14",
"npm": ">=6"
},
"peerDependencies": {
"video.js": "^6 || ^7"
}
},
"node_modules/videojs-vtt.js": {
@ -20679,12 +20681,11 @@
}
},
"videojs-seek-buttons": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-2.2.1.tgz",
"integrity": "sha512-tXInD8ElUddyc1vxkGsVNhxlFtz8JC4VagPOSyL8mj7LI7oXjLGxni2pjx2wqzsV3PaIBMMH47MBtsNWf+wbtw==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-3.0.1.tgz",
"integrity": "sha512-scVWOqCMqHajlbwYZIzJ5nBYkDXTAhEpWjfcdCu8ykksA1barrKnEKdQvS84TtDWOx6UXDD/e/x0acYEZCDMEQ==",
"requires": {
"global": "^4.4.0",
"video.js": "^6 || ^7"
"global": "^4.4.0"
}
},
"videojs-vtt.js": {

View File

@ -21,7 +21,7 @@
"swr": "^1.2.2",
"video.js": "^7.20.2",
"videojs-playlist": "^5.0.0",
"videojs-seek-buttons": "^2.2.1"
"videojs-seek-buttons": "^3.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",