diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 134aa49a0..f50270d29 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -159,9 +159,9 @@ "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" }, "@videojs/http-streaming": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.7.1.tgz", - "integrity": "sha512-e7I5zHtTklNlBXhWnl2Nla+8hqjXzKXauAVK8cmcN0b6keqwW3WQDfAAnAzzAGf3CvxDUVudRcWGQqtNrXYjmQ==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.8.0.tgz", + "integrity": "sha512-OpKGSC9FSoRORLqjtsPA/owAwNheBSXFQZC0TxWeQLVcK2BQ8FOapIGjjOJc6xANe5NsG645tT+F+88sc1cjmw==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "^3.0.0", @@ -174,9 +174,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", - "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", + "version": "7.13.17", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", + "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/build/javascript/package.json b/build/javascript/package.json index 4a0a312fb..a9620848a 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.7.1", + "@videojs/http-streaming": "2.8.0", "@videojs/themes": "^1.0.1", "htm": "^3.0.4", "mark.js": "^8.11.1",