From 84d04317d2737cadef3844f55f89f16ee8e67b19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jun 2023 14:36:12 +0000 Subject: [PATCH] fix: upgrade m3u8 from 0.0.7 to 0.0.10 Snyk has created this PR to upgrade m3u8 from 0.0.7 to 0.0.10. See this package in npm: https://www.npmjs.com/package/m3u8 See this project in Snyk: https://app.snyk.io/org/tjenkinson/project/efddc3ea-dd4c-48d6-a8bf-6fd9ae543049?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60b0f05..4f5318d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "express": "^4.17.1", "fluent-ffmpeg": "^2.1.2", "js-logger": "^1.6.1", - "m3u8": "tjenkinson/node-m3u8#hls-live-thumbnails", + "m3u8": "^0.0.10", "request": "^2.73.0" }, "bin": { @@ -1045,8 +1045,9 @@ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" }, "node_modules/m3u8": { - "version": "0.0.7", - "resolved": "git+ssh://git@github.com/tjenkinson/node-m3u8.git#b11feac4381fd13171ff1bde09467d6e17d874ea", + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/m3u8/-/m3u8-0.0.10.tgz", + "integrity": "sha512-sQwg+uh1jDG28CiLN2KjzE2amFIxNtJonnxWygb43wFoXAyLxnP+7qkjJI+++N96IbjeKszT2vRnEbT6oLt8Ug==", "dependencies": { "chunked-stream": "~0.0.1" } @@ -2522,8 +2523,9 @@ "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" }, "m3u8": { - "version": "git+ssh://git@github.com/tjenkinson/node-m3u8.git#b11feac4381fd13171ff1bde09467d6e17d874ea", - "from": "m3u8@tjenkinson/node-m3u8#hls-live-thumbnails", + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/m3u8/-/m3u8-0.0.10.tgz", + "integrity": "sha512-sQwg+uh1jDG28CiLN2KjzE2amFIxNtJonnxWygb43wFoXAyLxnP+7qkjJI+++N96IbjeKszT2vRnEbT6oLt8Ug==", "requires": { "chunked-stream": "~0.0.1" } diff --git a/package.json b/package.json index 95cd01d..c7c7149 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "express": "^4.17.1", "fluent-ffmpeg": "^2.1.2", "js-logger": "^1.6.1", - "m3u8": "tjenkinson/node-m3u8#hls-live-thumbnails", + "m3u8": "0.0.10", "request": "^2.73.0" }, "devDependencies": {