From 7ab9680d81a0643567f39426b7d627ab169bd8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:31:03 +0000 Subject: [PATCH] chore(deps): bump hls.js from 0.14.17 to 1.2.9 Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.14.17 to 1.2.9. - [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.2.9) --- 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..69a07b91 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.2.9", "hlsjs-ipfs-loader": "^0.3.0", "ipfs-core": "^0.16.0" },