Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/web/dev/videojs-seek-buttons-3.0.1' into update_web

This commit is contained in:
Blake Blackshear 2022-11-08 07:00:42 -06:00
commit 8483f3982a
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.20.2",
@ -11859,16 +11859,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": {
@ -20708,12 +20710,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.20.2",