From c28145863f9cf397497a9c50535c9e558c04c551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:20:00 +0000 Subject: [PATCH] chore(deps): bump hls.js from 1.6.16 to 1.7.1 Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.6.16 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.6.16...v1.7.1) --- updated-dependencies: - dependency-name: hls.js dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76cf86a1..8874ae25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,16 +18,16 @@ "@tanstack/react-query": "^5.101.3", "@tanstack/react-query-devtools": "^5.101.3", "framer-motion": "^11.18.2", - "hls.js": "^1.6.16", + "hls.js": "^1.7.1", "jspdf": "^4.2.1", "lucide-react": "^0.479.0", - "next": "latest", + "next": "*", "next-intl": "^4.13.2", "next-pwa": "^5.6.0", "next-themes": "^0.4.6", "qrcode": "^1.5.4", - "react": "latest", - "react-dom": "latest", + "react": "*", + "react-dom": "*", "react-hook-form": "^7.82.0", "react-hot-toast": "^2.6.0", "recharts": "^3.9.2", @@ -55,7 +55,7 @@ "@vitest/coverage-v8": "^4.1.10", "autoprefixer": "^10", "eslint": "^9.39.5", - "eslint-config-next": "latest", + "eslint-config-next": "*", "jsdom": "^29.0.1", "postcss": "^8", "tailwindcss": "^4.2.2", @@ -10020,9 +10020,9 @@ } }, "node_modules/hls.js": { - "version": "1.6.16", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.16.tgz", - "integrity": "sha512-VSIRpLfRwlAAdGL4wiTucx2ScRipo0ed1FBatWkyt832jC4CReKstga6yIhYVwGu9LOBjuX9wzmRMeQdBJtzEA==", + "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/package.json b/package.json index d3121450..a31fe42e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@tanstack/react-query": "^5.101.3", "@tanstack/react-query-devtools": "^5.101.3", "framer-motion": "^11.18.2", - "hls.js": "^1.6.16", + "hls.js": "^1.7.1", "jspdf": "^4.2.1", "lucide-react": "^0.479.0", "next": "latest",