diff --git a/package-lock.json b/package-lock.json index fdbca46..3673160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "fscreen": "^1.2.0", "get-video-id": "^3.6.5", "highlight.js": "^11.9.0", - "hls.js": "^1.4.12", + "hls.js": "^1.5.14", "immer": "^10.0.3", "just-debounce-it": "^3.2.0", "linkify-string": "^4.0.2", @@ -5962,9 +5962,10 @@ } }, "node_modules/hls.js": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.12.tgz", - "integrity": "sha512-1RBpx2VihibzE3WE9kGoVCtrhhDWTzydzElk/kyRbEOLnb1WIE+3ZabM/L8BqKFTCL3pUy4QzhXgD1Q6Igr1JA==" + "version": "1.5.14", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.14.tgz", + "integrity": "sha512-5wLiQ2kWJMui6oUslaq8PnPOv1vjuee5gTxjJD0DSsccY12OXtDT0h137UuqjczNeHzeEYR0ROZQibKNMr7Mzg==", + "license": "Apache-2.0" }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index b7c9469..693856d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "fscreen": "^1.2.0", "get-video-id": "^3.6.5", "highlight.js": "^11.9.0", - "hls.js": "^1.4.12", + "hls.js": "^1.5.14", "immer": "^10.0.3", "just-debounce-it": "^3.2.0", "linkify-string": "^4.0.2",