diff --git a/web/package-lock.json b/web/package-lock.json index 79e792ca6..0525229c7 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -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": { diff --git a/web/package.json b/web/package.json index 66555dd8c..13ea36100 100644 --- a/web/package.json +++ b/web/package.json @@ -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",