Skip to content

Commit 1eb67b4

Browse files
fix(deps): update dependency video.js to v8.23.3 (#1931)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffd2e0a commit 1eb67b4

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"p-queue": "^8.0.1",
121121
"ramda": "^0.30.0",
122122
"rxjs": "^7.8.1",
123-
"video.js": "8.21.0",
123+
"video.js": "8.23.3",
124124
"yaml": "2.6.1"
125125
},
126126
"devDependencies": {

yarn.lock

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ __metadata:
885885
typedoc: "npm:^0.28.0"
886886
typescript: "npm:5.8.3"
887887
typescript-eslint: "npm:^8.8.0"
888-
video.js: "npm:8.21.0"
888+
video.js: "npm:8.23.3"
889889
vitest: "npm:^1.3.1"
890890
vue: "npm:3.5.16"
891891
vue-tsc: "npm:^2.0.0"
@@ -3465,6 +3465,24 @@ __metadata:
34653465
languageName: node
34663466
linkType: hard
34673467

3468+
"@videojs/http-streaming@npm:^3.17.0":
3469+
version: 3.17.0
3470+
resolution: "@videojs/http-streaming@npm:3.17.0"
3471+
dependencies:
3472+
"@babel/runtime": "npm:^7.12.5"
3473+
"@videojs/vhs-utils": "npm:^4.1.1"
3474+
aes-decrypter: "npm:^4.0.2"
3475+
global: "npm:^4.4.0"
3476+
m3u8-parser: "npm:^7.2.0"
3477+
mpd-parser: "npm:^1.3.1"
3478+
mux.js: "npm:7.1.0"
3479+
video.js: "npm:^7 || ^8"
3480+
peerDependencies:
3481+
video.js: ^8.19.0
3482+
checksum: 10c0/aa73f8816f701d68753bc5dc97ca787018e80c6d135b229e86cb3b1c327e5b25b6bad723fa3558ef181213a8d5dd5bdb216874d306815db6eae1f6242574d4de
3483+
languageName: node
3484+
linkType: hard
3485+
34683486
"@videojs/vhs-utils@npm:^4.0.0, @videojs/vhs-utils@npm:^4.1.1":
34693487
version: 4.1.1
34703488
resolution: "@videojs/vhs-utils@npm:4.1.1"
@@ -11605,12 +11623,12 @@ __metadata:
1160511623
languageName: node
1160611624
linkType: hard
1160711625

11608-
"video.js@npm:8.21.0":
11609-
version: 8.21.0
11610-
resolution: "video.js@npm:8.21.0"
11626+
"video.js@npm:8.23.3":
11627+
version: 8.23.3
11628+
resolution: "video.js@npm:8.23.3"
1161111629
dependencies:
1161211630
"@babel/runtime": "npm:^7.12.5"
11613-
"@videojs/http-streaming": "npm:^3.16.2"
11631+
"@videojs/http-streaming": "npm:^3.17.0"
1161411632
"@videojs/vhs-utils": "npm:^4.1.1"
1161511633
"@videojs/xhr": "npm:2.7.0"
1161611634
aes-decrypter: "npm:^4.0.2"
@@ -11621,7 +11639,7 @@ __metadata:
1162111639
videojs-contrib-quality-levels: "npm:4.1.0"
1162211640
videojs-font: "npm:4.2.0"
1162311641
videojs-vtt.js: "npm:0.15.5"
11624-
checksum: 10c0/25a3625548a97358ae75adab2f20a62a27ef6a789b1003ac70096ecc324b979339b1af61599a7a77e64602748e3fc4cfad8f8313db1f8bb4bd016533f50874de
11642+
checksum: 10c0/6633257a09b22da230d3285de93082522187465dc05ca12b12e265be8c53836b3963ea3472abd0ad33af14d9a14cf9fed7935d8318a4690141a19712baca7277
1162511643
languageName: node
1162611644
linkType: hard
1162711645

0 commit comments

Comments
 (0)