diff --git a/package-lock.json b/package-lock.json index 76cf86a..8874ae2 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 d312145..a31fe42 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",