From e95a262081b6eacb8df793207b796d4027d89f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:44:51 +0000 Subject: [PATCH] Bump hls.js from 1.6.10 to 1.6.12 Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.6.10 to 1.6.12. - [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.6.10...v1.6.12) --- updated-dependencies: - dependency-name: hls.js dependency-version: 1.6.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20fa549b..dda61b9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "date-fns": "^4.1.0", "github-markdown-css": "^5.8.1", "highlight.js": "^11.11.1", - "hls.js": "^1.6.10", + "hls.js": "^1.6.12", "marked": "^16.2.1", "ng-apexcharts": "^1.11.0", "ngx-cookie-service": "^20.1.0", @@ -9382,9 +9382,9 @@ } }, "node_modules/hls.js": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.10.tgz", - "integrity": "sha512-16XHorwFNh+hYazYxDNXBLEm5aRoU+oxMX6qVnkbGH3hJil4xLav3/M6NH92VkD1qSOGKXeSm+5unuawPXK6OQ==", + "version": "1.6.12", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.12.tgz", + "integrity": "sha512-Pz+7IzvkbAht/zXvwLzA/stUHNqztqKvlLbfpq6ZYU68+gZ+CZMlsbQBPUviRap+3IQ41E39ke7Ia+yvhsehEQ==", "license": "Apache-2.0" }, "node_modules/hosted-git-info": { diff --git a/package.json b/package.json index ba7be9a4..52888485 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "date-fns": "^4.1.0", "github-markdown-css": "^5.8.1", "highlight.js": "^11.11.1", - "hls.js": "^1.6.10", + "hls.js": "^1.6.12", "marked": "^16.2.1", "ng-apexcharts": "^1.11.0", "ngx-cookie-service": "^20.1.0",