From 02e14f17b62e4a75d6bafd1f3270af47929111e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 17:02:57 +0000 Subject: [PATCH] Bump hls.js from 1.3.5 to 1.4.0 Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/video-dev/hls.js/releases) - [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md) - [Commits](https://github.com/video-dev/hls.js/compare/v1.3.5...v1.4.0) --- updated-dependencies: - dependency-name: hls.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 897c92f..efc9cd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "axios": "^1.2.2", - "hls.js": "^1.3.5", + "hls.js": "^1.4.0", "plyr": "^3.7.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -8238,9 +8238,9 @@ } }, "node_modules/hls.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.3.5.tgz", - "integrity": "sha512-uybAvKS6uDe0MnWNEPnO0krWVr+8m2R0hJ/viql8H3MVK+itq8gGQuIYoFHL3rECkIpNH98Lw8YuuWMKZxp3Ew==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.0.tgz", + "integrity": "sha512-VEjg7Rx5FlE9TB3MIn0HPgq3J+vR7EoQnjaqMCk/ISEaCOSZlAFh4g867f1QkSxZiq9kHeUZo+iH16X7VS3jKA==" }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", @@ -22188,9 +22188,9 @@ "version": "1.2.0" }, "hls.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.3.5.tgz", - "integrity": "sha512-uybAvKS6uDe0MnWNEPnO0krWVr+8m2R0hJ/viql8H3MVK+itq8gGQuIYoFHL3rECkIpNH98Lw8YuuWMKZxp3Ew==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.0.tgz", + "integrity": "sha512-VEjg7Rx5FlE9TB3MIn0HPgq3J+vR7EoQnjaqMCk/ISEaCOSZlAFh4g867f1QkSxZiq9kHeUZo+iH16X7VS3jKA==" }, "hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index 50bd7de..222edb5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "axios": "^1.2.2", - "hls.js": "^1.3.5", + "hls.js": "^1.4.0", "plyr": "^3.7.3", "react": "^18.2.0", "react-dom": "^18.2.0",