From 6ebdbaedb63baf8440951ba72513b6524089170a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 22:16:35 +0000 Subject: [PATCH] chore(deps): bump hls.js from 1.7.0 to 1.7.1 in /ui Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.7.0 to 1.7.1. - [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.7.0...v1.7.1) --- updated-dependencies: - dependency-name: hls.js dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 8f047913..ef389aa6 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -26,7 +26,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "driver.js": "1.8.0", - "hls.js": "^1.7.0", + "hls.js": "^1.7.1", "lucide-react": "^1.31.0", "react": "^19.2.7", "react-dom": "^19.2.7", @@ -3930,9 +3930,9 @@ } }, "node_modules/hls.js": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.7.0.tgz", - "integrity": "sha512-NnQpT6Z//+2IB2qovSUbKbrlXY1MOpi0JynZ9L2NNOuTJiNCyMSQj9k2laEj1v7CxU/Hb8oTWR98eT3mVpPQVQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.7.1.tgz", + "integrity": "sha512-DlzIkeBAS9IIQ432k3BUf3HlwbsR0+trB1i2lDdN2gUkNkrehFurh0/48M5c1/EjlDkdGng1gwZIpwyPxvdZ/g==", "license": "Apache-2.0" }, "node_modules/html-encoding-sniffer": { diff --git a/ui/package.json b/ui/package.json index a698761b..616bc65f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "driver.js": "1.8.0", - "hls.js": "^1.7.0", + "hls.js": "^1.7.1", "lucide-react": "^1.31.0", "react": "^19.2.7", "react-dom": "^19.2.7",