From 4a99d69e77f9bf78fdf0d8c7dfc10b21525bd776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:30:15 +0000 Subject: [PATCH] chore(deps): bump hls.js from 0.14.17 to 1.3.3 Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.14.17 to 1.3.3. - [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/v0.14.17...v1.3.3) --- updated-dependencies: - dependency-name: hls.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-video-streaming/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-video-streaming/package.json b/examples/browser-video-streaming/package.json index 1742b0cf..6925838c 100644 --- a/examples/browser-video-streaming/package.json +++ b/examples/browser-video-streaming/package.json @@ -15,7 +15,7 @@ }, "browserslist": "last 1 Chrome version", "dependencies": { - "hls.js": "^0.14.17", + "hls.js": "^1.3.3", "hlsjs-ipfs-loader": "^0.3.0", "ipfs-core": "^0.16.0" },