Skip to content

Commit

Permalink
Merge pull request #901 from Pony-House/dependabot/npm_and_yarn/video…
Browse files Browse the repository at this point in the history
….js-8.21.0

Bump video.js from 8.19.1 to 8.21.0
  • Loading branch information
JasminDreasond authored Dec 11, 2024
2 parents 4123ceb + 9edea70 commit 8fd3597
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"slate-react": "0.110.3",
"tippy.js": "6.3.7",
"twemoji": "14.0.2",
"video.js": "8.19.1",
"video.js": "8.21.0",
"web3-providers-ws": "4.0.8",
"yjs": "13.6.20"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1667,18 +1667,18 @@
"@typescript-eslint/types" "8.17.0"
eslint-visitor-keys "^4.2.0"

"@videojs/http-streaming@^3.15.0":
version "3.15.0"
resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-3.15.0.tgz#e358131d12ef4e7898b1e53db31e22077b9a4cb6"
integrity sha512-6rjaqEa87gVFqDFsHaLKXGrDqL3NhNZRNi6wkMw+uyt1lrLD2OFY0SfRQRNl7Vmmx0pt5FRJoRJYlnKsowyElA==
"@videojs/http-streaming@^3.16.2":
version "3.16.2"
resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-3.16.2.tgz#764f3c18140331ac23478faa6b81acc54fc3d3a5"
integrity sha512-fvt4ko7FknxiT9FnjyNQt6q2px+awrkM+Orv7IB/4gldvj94u4fowGfmNHynnvNTPgPkdxHklGmFLGfclYw8HA==
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/vhs-utils" "^4.1.1"
aes-decrypter "^4.0.2"
global "^4.4.0"
m3u8-parser "^7.2.0"
mpd-parser "^1.3.1"
mux.js "7.0.3"
mux.js "7.1.0"
video.js "^7 || ^8"

"@videojs/vhs-utils@^4.0.0", "@videojs/vhs-utils@^4.1.1":
Expand Down Expand Up @@ -5918,10 +5918,10 @@ multihashes@^4.0.1, multihashes@^4.0.2:
uint8arrays "^3.0.0"
varint "^5.0.2"

mux.js@7.0.3, mux.js@^7.0.1:
version "7.0.3"
resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-7.0.3.tgz#18fbbc607faeeaa8c897e0410d2067be2bdc7e1e"
integrity sha512-gzlzJVEGFYPtl2vvEiJneSWAWD4nfYRHD5XgxmB2gWvXraMPOYk+sxfvexmNfjQUFpmk6hwLR5C6iSFmuwCHdQ==
mux.js@7.1.0, mux.js@^7.0.1:
version "7.1.0"
resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-7.1.0.tgz#aba5ed55a39cb790ef4b30b2c3ea0d2630b0264e"
integrity sha512-NTxawK/BBELJrYsZThEulyUMDVlLizKdxyAsMuzoCD1eFj97BVaA8D/CvKsKu6FOLYkFojN5CbM9h++ZTZtknA==
dependencies:
"@babel/runtime" "^7.11.2"
global "^4.4.0"
Expand Down Expand Up @@ -8207,13 +8207,13 @@ verror@^1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

video.js@8.19.1, "video.js@^7 || ^8":
version "8.19.1"
resolved "https://registry.yarnpkg.com/video.js/-/video.js-8.19.1.tgz#b8645953e93542998a9172e90467934ea24e6bc0"
integrity sha512-MVuayhXpzTBv5Jk3nYEU2akawPhuBBlizEbpQGx2i+6FiBmqxGjkrkLdDLOzG54ut7xapjp26IfWQLGSpeLmcQ==
video.js@8.21.0, "video.js@^7 || ^8":
version "8.21.0"
resolved "https://registry.yarnpkg.com/video.js/-/video.js-8.21.0.tgz#ce097aa2cd06dcbada5379215e3781d703d9d16b"
integrity sha512-zcwerRb257QAuWfi8NH9yEX7vrGKFthjfcONmOQ4lxFRpDAbAi+u5LAjCjMWqhJda6zEmxkgdDpOMW3Y21QpXA==
dependencies:
"@babel/runtime" "^7.12.5"
"@videojs/http-streaming" "^3.15.0"
"@videojs/http-streaming" "^3.16.2"
"@videojs/vhs-utils" "^4.1.1"
"@videojs/xhr" "2.7.0"
aes-decrypter "^4.0.2"
Expand Down

0 comments on commit 8fd3597

Please sign in to comment.