Skip to content

Commit 5b650ed

Browse files
authored
Merge pull request #61 from hoobs-org/dependabot/npm_and_yarn/video.js-7.14.3
Bump video.js from 7.12.3 to 7.14.3
2 parents 9440071 + f5bd09b commit 5b650ed

File tree

2 files changed

+28
-23
lines changed

2 files changed

+28
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"node-arp": "^1.0.6",
4444
"showdown": "^1.9.1",
4545
"showdown-highlight": "^2.1.6",
46-
"video.js": "^7.12.3",
46+
"video.js": "^7.14.3",
4747
"vue": "^2.6.11",
4848
"vue-chartkick": "^0.6.1",
4949
"vue-class-component": "^7.2.3",

yarn.lock

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
"@babel/types" "^7.4.4"
871871
esutils "^2.0.2"
872872

873-
"@babel/runtime@^7.11.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
873+
"@babel/runtime@^7.11.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
874874
version "7.14.0"
875875
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
876876
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
@@ -1537,18 +1537,18 @@
15371537
"@typescript-eslint/types" "4.26.0"
15381538
eslint-visitor-keys "^2.0.0"
15391539

1540-
"@videojs/http-streaming@2.8.2":
1541-
version "2.8.2"
1542-
resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-2.8.2.tgz#0b152bcbc6dd0b49e921514577ad82e23acdd448"
1543-
integrity sha512-OU+KwB7I76j29NplHGg1Q1wtneOLA0nhjwUrdhoBJmo8dmqZO5TOMqPfhqfFZ4E8zJP9wXNLyRbhmesVqYMwmQ==
1540+
"@videojs/http-streaming@2.9.2":
1541+
version "2.9.2"
1542+
resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-2.9.2.tgz#47d33bb02bd9c1287200398b1e85d213dee814d0"
1543+
integrity sha512-2ZsxJn4/nZZ6k6jIhic2l9ynGmKwprtuI5b3+M6JgqOSLvQQ/ah+heVs/0g2Ze7qJxodqR+aSY948JwJIz1gCw==
15441544
dependencies:
15451545
"@babel/runtime" "^7.12.5"
15461546
"@videojs/vhs-utils" "^3.0.2"
15471547
aes-decrypter "3.1.2"
15481548
global "^4.4.0"
15491549
m3u8-parser "4.7.0"
1550-
mpd-parser "0.16.0"
1551-
mux.js "5.11.0"
1550+
mpd-parser "0.17.0"
1551+
mux.js "5.12.2"
15521552
video.js "^6 || ^7"
15531553

15541554
"@videojs/vhs-utils@^3.0.0", "@videojs/vhs-utils@^3.0.2":
@@ -7515,13 +7515,13 @@ move-concurrently@^1.0.1:
75157515
rimraf "^2.5.4"
75167516
run-queue "^1.0.3"
75177517

7518-
mpd-parser@0.16.0:
7519-
version "0.16.0"
7520-
resolved "https://registry.yarnpkg.com/mpd-parser/-/mpd-parser-0.16.0.tgz#e015e3a46e4dac2f931f909db4552141721f11b5"
7521-
integrity sha512-/pOFsDbOxXFAla47rYMdIypBZVtsQ9q3OHNuKtW2CJMaCGtNDtUcLS+B2TToYmB20rgi3XIgkyc2EsIvIAS4NA==
7518+
mpd-parser@0.17.0:
7519+
version "0.17.0"
7520+
resolved "https://registry.yarnpkg.com/mpd-parser/-/mpd-parser-0.17.0.tgz#d7f3002edcb706f98993ef75846a713d056d3332"
7521+
integrity sha512-oKS5G0jCcHHJ3sHYlcLeM9Xcbuixl08eAx7QW0Th7ChlZiI0YvLtGaHE/L0aKUBJFNvtkeksIr8XgJgSBBsS4g==
75227522
dependencies:
75237523
"@babel/runtime" "^7.12.5"
7524-
"@videojs/vhs-utils" "^3.0.0"
7524+
"@videojs/vhs-utils" "^3.0.2"
75257525
global "^4.4.0"
75267526
xmldom "^0.5.0"
75277527

@@ -7563,10 +7563,10 @@ mute-stream@0.0.8:
75637563
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
75647564
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
75657565

7566-
mux.js@5.11.0:
7567-
version "5.11.0"
7568-
resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-5.11.0.tgz#3c2c1fbd9d30720af2a1b12c1f2a2840c63100f6"
7569-
integrity sha512-Q/iLfohHh5Pp6lW7EFtcxNuaCNJ3Ruywfy46pWLsY+yIxR1kXXImYY1wOhg8jLdBMs1kRaZqsiB4Zncsiw0a2Q==
7566+
mux.js@5.12.2:
7567+
version "5.12.2"
7568+
resolved "https://registry.yarnpkg.com/mux.js/-/mux.js-5.12.2.tgz#cd823312f4bb69adb8b9c5f45635b4451066d6e6"
7569+
integrity sha512-9OY1lrFIo7FxMeIC6aLUftiNv97AztufDfi30N7qDll1Pcy7bCxlHztyHp1Ce0KQwy2XqchGeENPS4v1NJngHQ==
75707570
dependencies:
75717571
"@babel/runtime" "^7.11.2"
75727572

@@ -10932,16 +10932,21 @@ version-range@^1.0.0:
1093210932
dependencies:
1093310933
version-compare "^1.0.0"
1093410934

10935-
"video.js@^6 || ^7", video.js@^7.12.3:
10936-
version "7.12.3"
10937-
resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.12.3.tgz#089de94742b147caf0bda6014ba6f071a9755053"
10938-
integrity sha512-N/Cjj9hjlscD7S6dJZu0gZNZVOf1HyYtq6zK5UItGdJV16haBLjW+YABdgvZgcETqSmyqHBUUqQ2rNGSTr3z6w==
10935+
"video.js@^6 || ^7", video.js@^7.14.3:
10936+
version "7.14.3"
10937+
resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.14.3.tgz#0b612c09a0a81ef9bce65c710e73291cb06dc32c"
10938+
integrity sha512-6avCdSIfn5ss5NOgoQfY/xEfPNcz9DXSw+ZN80NwPguCdRd4VL4y40b/d7osYJwyCdF+YkvhqAW7dw4s0vBigg==
1093910939
dependencies:
10940-
"@babel/runtime" "^7.9.2"
10941-
"@videojs/http-streaming" "2.8.2"
10940+
"@babel/runtime" "^7.12.5"
10941+
"@videojs/http-streaming" "2.9.2"
10942+
"@videojs/vhs-utils" "^3.0.2"
1094210943
"@videojs/xhr" "2.5.1"
10944+
aes-decrypter "3.1.2"
1094310945
global "^4.4.0"
1094410946
keycode "^2.2.0"
10947+
m3u8-parser "4.7.0"
10948+
mpd-parser "0.17.0"
10949+
mux.js "5.12.2"
1094510950
safe-json-parse "4.0.0"
1094610951
videojs-font "3.2.0"
1094710952
videojs-vtt.js "^0.15.3"

0 commit comments

Comments
 (0)