HLS-Version Bump

This commit is contained in:
Izuco 2021-09-19 20:50:19 +02:00
parent a93a861727
commit c69cbd3be2
No known key found for this signature in database
GPG key ID: 318460063D70949F
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "funimation-downloader-nx",
"version": "4.12.2",
"version": "4.12.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1325,9 +1325,9 @@
"dev": true
},
"hls-download": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/hls-download/-/hls-download-2.6.2.tgz",
"integrity": "sha512-5D+nSLar6xl8SSXqciCH8iaWcdGgOb5W8dp33ti23Bh/n6BFGTHb41NyIXA0JqmlKyAs/1+E/2Wg6+BTrdkU7A==",
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/hls-download/-/hls-download-2.6.3.tgz",
"integrity": "sha512-rmUIjwS7r1S0r2WdcWOHpzgyJlByKO06RihUlvWx2dZwlBjFIrBXvbtVjlk2UvktgTACZtPrVIrwAk74hmf8dw==",
"requires": {
"got": "^11.7.0",
"proxy-agent": "^5.0.0",

View file

@ -1,7 +1,7 @@
{
"name": "funimation-downloader-nx",
"short_name": "funi",
"version": "4.12.2",
"version": "4.12.3",
"description": "Download videos from Funimation via cli.",
"keywords": [
"download",
@ -27,7 +27,7 @@
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"got": "^11.7.0",
"hls-download": "^2.6.2",
"hls-download": "^2.6.3",
"iso-639": "^0.2.2",
"lookpath": "^1.1.0",
"m3u8-parsed": "^1.3.0",