diff --git a/package-lock.json b/package-lock.json index 5ffb36d..928c02f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "frames.js": "^0.19.3", - "hls.js": "^1.5.13", + "hls.js": "^1.5.17", "lucide-react": "^0.452.0", "next": "14.2.3", "next13-progressbar": "^1.2.2", @@ -9362,10 +9362,9 @@ } }, "node_modules/hls.js": { - "version": "1.5.15", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.15.tgz", - "integrity": "sha512-6cD7xN6bycBHaXz2WyPIaHn/iXFizE5au2yvY5q9aC4wfihxAr16C9fUy4nxh2a3wOw0fEgLRa9dN6wsYjlpNg==", - "license": "Apache-2.0" + "version": "1.5.17", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.17.tgz", + "integrity": "sha512-wA66nnYFvQa1o4DO/BFgLNRKnBTVXpNeldGRBJ2Y0SvFtdwvFKCbqa9zhHoZLoxHhZ+jYsj3aIBkWQQCPNOhMw==" }, "node_modules/hmac-drbg": { "version": "1.0.1", diff --git a/package.json b/package.json index ed5795c..e6ec75a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "frames.js": "^0.19.3", - "hls.js": "^1.5.13", + "hls.js": "^1.5.17", "lucide-react": "^0.452.0", "next": "14.2.3", "next13-progressbar": "^1.2.2",