From 1c45473942efda5d0e42f7b6b301ed5773ac8078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 12:08:19 -0700 Subject: [PATCH] Bump @videojs/http-streaming from 2.10.0 to 2.10.1 in /build/javascript (#1334) Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/videojs/http-streaming/releases) - [Changelog](https://github.com/videojs/http-streaming/blob/main/CHANGELOG.md) - [Commits](https://github.com/videojs/http-streaming/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: "@videojs/http-streaming" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/javascript/package-lock.json | 12 ++++++------ build/javascript/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 932b4eb3f..8d850b990 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -154,9 +154,9 @@ "integrity": "sha512-dW1B1WHTfrWmEzXb/tp8xsZqQHAyMB9JwLwbBqkIQVzmNUI02R7lJqxUpKFM114ygNZHKA1r74oPugCAiYHt1A==" }, "@videojs/http-streaming": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.0.tgz", - "integrity": "sha512-MoAp5BbexEqvCdyyazWH3thXpuOOUt82qjKB37VumXQiSZfNrIFgJRgdXOwHqsO4iEksWHSQRhJNxlTDMSP4dg==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.1.tgz", + "integrity": "sha512-7OCdKHHA1oK9X7G13EP84gqCxXHgYwTbJ/9VY6cM+b++//fJtamadHqPC5tf3K+l5FcWgLRiryd0s14Nbo7mfQ==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "3.0.3", @@ -169,9 +169,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.14.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", - "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz", + "integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/build/javascript/package.json b/build/javascript/package.json index 4d1e75316..5060cb13d 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "@joeattardi/emoji-button": "^4.6.0", - "@videojs/http-streaming": "2.10.0", + "@videojs/http-streaming": "2.10.1", "@videojs/themes": "^1.0.1", "htm": "^3.1.0", "mark.js": "^8.11.1",