- {/* Video player using original Bunny.net iframe */}
+ {/* Video player with HLS.js */}
-
diff --git a/package-lock.json b/package-lock.json
index 6644db4..1a486aa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -67,7 +67,7 @@
"express-session": "^1.18.2",
"framer-motion": "^11.13.1",
"google-auth-library": "^10.2.1",
- "hls.js": "^1.6.7",
+ "hls.js": "^1.6.11",
"input-otp": "^1.4.2",
"lucide-react": "^0.453.0",
"memoizee": "^0.4.17",
@@ -7441,9 +7441,9 @@
}
},
"node_modules/hls.js": {
- "version": "1.6.7",
- "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.7.tgz",
- "integrity": "sha512-QW2fnwDGKGc9DwQUGLbmMOz8G48UZK7PVNJPcOUql1b8jubKx4/eMHNP5mGqr6tYlJNDG1g10Lx2U/qPzL6zwQ==",
+ "version": "1.6.11",
+ "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.11.tgz",
+ "integrity": "sha512-tdDwOAgPGXohSiNE4oxGr3CI9Hx9lsGLFe6TULUvRk2TfHS+w1tSAJntrvxsHaxvjtr6BXsDZM7NOqJFhU4mmg==",
"license": "Apache-2.0"
},
"node_modules/html-entities": {
diff --git a/package.json b/package.json
index 860b28d..af36c80 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"express-session": "^1.18.2",
"framer-motion": "^11.13.1",
"google-auth-library": "^10.2.1",
- "hls.js": "^1.6.7",
+ "hls.js": "^1.6.11",
"input-otp": "^1.4.2",
"lucide-react": "^0.453.0",
"memoizee": "^0.4.17",