From aa19d8a2c1f29bd6390b1ceac8899df2d0b3c028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 12:35:31 -0700 Subject: [PATCH] Bump @videojs/http-streaming from 2.10.2 to 2.10.3 in /build/javascript (#1386) Bumps [@videojs/http-streaming](https://github.com/videojs/http-streaming) from 2.10.2 to 2.10.3. - [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.2...v2.10.3) --- 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 | 18 +++++++++--------- build/javascript/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 947c50417..82cae282f 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.2", - "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.2.tgz", - "integrity": "sha512-JTAlAUHzj0sTsge2WBh4DWKM2I5BDFEZYOvzxmsK/ySILmI0GRyjAHx9uid68ZECQ2qbEAIRmZW5lWp0R5PeNA==", + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@videojs/http-streaming/-/http-streaming-2.10.3.tgz", + "integrity": "sha512-YuZWa2LwnA+/hhZHbtHR4udezyN4jz6PobbL9OHJPIXII1Oib49pIgIqgLbwY7vF5qN0jqG5/kSHtBFzBG6N+w==", "requires": { "@babel/runtime": "^7.12.5", "@videojs/vhs-utils": "3.0.3", @@ -169,9 +169,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.15.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz", - "integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==", + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -246,9 +246,9 @@ } }, "@xmldom/xmldom": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.2.tgz", - "integrity": "sha512-t/Zqo0ewes3iq6zGqEqJNUWI27Acr3jkmSUNp6E3nl0Z2XbtqAG5XYqPNLdYonILmhcxANsIidh69tHzjXtuRg==" + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.4.tgz", + "integrity": "sha512-wdxC79cvO7PjSM34jATd/RYZuYWQ8y/R7MidZl1NYYlbpFn1+spfjkiR3ZsJfcaTs2IyslBN7VwBBJwrYKM+zw==" }, "acorn": { "version": "7.4.1", diff --git a/build/javascript/package.json b/build/javascript/package.json index adc6d743c..1740792c0 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.2", + "@videojs/http-streaming": "2.10.3", "@videojs/themes": "^1.0.1", "htm": "^3.1.0", "mark.js": "^8.11.1",