From 1e10dfaf44243bca74500a1454266b0dd602459c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Mar 2020 05:36:29 +0000 Subject: [PATCH] fix: upgrade hls.js from 0.6.11 to 0.13.2 Snyk has created this PR to upgrade hls.js from 0.6.11 to 0.13.2. See this package in NPM: https://www.npmjs.com/package/hls.js See this project in Snyk: https://app.snyk.io/org/tjenkinson/project/2f1c9411-4f52-4a97-bf70-d2a0db1b2521?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8dd12c..79d9b1e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/flowplayer/flowplayer-hlsjs", "dependencies": { - "hls.js": "0.6.11" + "hls.js": "0.13.2" }, "peerDependencies": { "flowplayer": "^6.0.3"