diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index de5314e1a..f210c70c7 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -159,12 +159,12 @@ "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" }, "@videojs/http-streaming": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.8.1.tgz", - "integrity": "sha512-3hltnoDX2FtyBLQO+kIiBfIQQh7TE6vEiVCgm9YqbXaXoU7zv2DNy2YN0Sm7kMClE/qE8RhS7Ym0g6oStussJg==", + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.8.2.tgz", + "integrity": "sha512-OU+KwB7I76j29NplHGg1Q1wtneOLA0nhjwUrdhoBJmo8dmqZO5TOMqPfhqfFZ4E8zJP9wXNLyRbhmesVqYMwmQ==", "requires": { "@babel/runtime": "^7.12.5", - "@videojs/vhs-utils": "^3.0.1", + "@videojs/vhs-utils": "^3.0.2", "aes-decrypter": "3.1.2", "global": "^4.4.0", "m3u8-parser": "4.7.0", @@ -182,9 +182,9 @@ } }, "@videojs/vhs-utils": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.1.tgz", - "integrity": "sha512-kYHWcmzRyWfUXrrOZzRFzvt7XM+Sg+0vmsSbYONn2e/XeWD8+35K74+wZkW5/H9nYZDhYpZgeTKbLRUvxk+smA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@videojs/vhs-utils/-/vhs-utils-3.0.2.tgz", + "integrity": "sha512-r8Yas1/tNGsGRNoIaDJuiWiQgM0P2yaEnobgzw5JcBiEqxnS8EXoUm4QtKH7nJtnppZ1yqBx1agBZCvBMKXA2w==", "requires": { "@babel/runtime": "^7.12.5", "global": "^4.4.0", diff --git a/build/javascript/package.json b/build/javascript/package.json index faea830ad..0a3c0174c 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -6,7 +6,7 @@ "dependencies": { "@joeattardi/emoji-button": "^4.6.0", "@justinribeiro/lite-youtube": "^0.9.1", - "@videojs/http-streaming": "2.8.1", + "@videojs/http-streaming": "2.8.2", "@videojs/themes": "^1.0.1", "htm": "^3.0.4", "mark.js": "^8.11.1",