mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
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:
parent
573fdae37f
commit
53471dd01a
23
web/package-lock.json
generated
23
web/package-lock.json
generated
@ -19,7 +19,7 @@
|
|||||||
"swr": "^1.2.2",
|
"swr": "^1.2.2",
|
||||||
"video.js": "^7.20.2",
|
"video.js": "^7.20.2",
|
||||||
"videojs-playlist": "^5.0.0",
|
"videojs-playlist": "^5.0.0",
|
||||||
"videojs-seek-buttons": "^2.2.1"
|
"videojs-seek-buttons": "^3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
@ -11823,16 +11823,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/videojs-seek-buttons": {
|
"node_modules/videojs-seek-buttons": {
|
||||||
"version": "2.2.1",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-2.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-3.0.1.tgz",
|
||||||
"integrity": "sha512-tXInD8ElUddyc1vxkGsVNhxlFtz8JC4VagPOSyL8mj7LI7oXjLGxni2pjx2wqzsV3PaIBMMH47MBtsNWf+wbtw==",
|
"integrity": "sha512-scVWOqCMqHajlbwYZIzJ5nBYkDXTAhEpWjfcdCu8ykksA1barrKnEKdQvS84TtDWOx6UXDD/e/x0acYEZCDMEQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"global": "^4.4.0",
|
"global": "^4.4.0"
|
||||||
"video.js": "^6 || ^7"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14",
|
"node": ">=14",
|
||||||
"npm": ">=6"
|
"npm": ">=6"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"video.js": "^6 || ^7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/videojs-vtt.js": {
|
"node_modules/videojs-vtt.js": {
|
||||||
@ -20679,12 +20681,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"videojs-seek-buttons": {
|
"videojs-seek-buttons": {
|
||||||
"version": "2.2.1",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-2.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/videojs-seek-buttons/-/videojs-seek-buttons-3.0.1.tgz",
|
||||||
"integrity": "sha512-tXInD8ElUddyc1vxkGsVNhxlFtz8JC4VagPOSyL8mj7LI7oXjLGxni2pjx2wqzsV3PaIBMMH47MBtsNWf+wbtw==",
|
"integrity": "sha512-scVWOqCMqHajlbwYZIzJ5nBYkDXTAhEpWjfcdCu8ykksA1barrKnEKdQvS84TtDWOx6UXDD/e/x0acYEZCDMEQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"global": "^4.4.0",
|
"global": "^4.4.0"
|
||||||
"video.js": "^6 || ^7"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"videojs-vtt.js": {
|
"videojs-vtt.js": {
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"swr": "^1.2.2",
|
"swr": "^1.2.2",
|
||||||
"video.js": "^7.20.2",
|
"video.js": "^7.20.2",
|
||||||
"videojs-playlist": "^5.0.0",
|
"videojs-playlist": "^5.0.0",
|
||||||
"videojs-seek-buttons": "^2.2.1"
|
"videojs-seek-buttons": "^3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user