mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
fix putio moch client
This commit is contained in:
33
addon/package-lock.json
generated
33
addon/package-lock.json
generated
@@ -9,7 +9,7 @@
|
||||
"version": "1.0.14",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@putdotio/api-client": "^8.32.0",
|
||||
"@putdotio/api-client": "^8.39.0",
|
||||
"all-debrid-api": "^1.1.0",
|
||||
"axios": "^1.4.0",
|
||||
"bottleneck": "^2.19.5",
|
||||
@@ -37,17 +37,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@putdotio/api-client": {
|
||||
"version": "8.32.0",
|
||||
"resolved": "https://registry.npmjs.org/@putdotio/api-client/-/api-client-8.32.0.tgz",
|
||||
"integrity": "sha512-eo4KiXIvDKpU76VK1pQitIJ6neDd81HUCoUGcH+lAtcfN+amQVp8e9cHfYeEvYMj16sr/8wONqG1GayJP2Fr4g==",
|
||||
"version": "8.39.0",
|
||||
"resolved": "https://registry.npmjs.org/@putdotio/api-client/-/api-client-8.39.0.tgz",
|
||||
"integrity": "sha512-xQJ+tuKmTo/gy+WFat86Avhqy8mlIZF2ZpbzBQc8173LTvRcrf9E7B8dKqz/P0pjLn+kM/IkiKwmudV9Q8NXdw==",
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"event-emitter": "^0.3.5",
|
||||
"form-data": "^3.0.0",
|
||||
"js-base64": "2.6.3",
|
||||
"qs": "^6.10.3",
|
||||
"urijs": "^1.19.7",
|
||||
"uuid": "^8.3.2"
|
||||
"urijs": "^1.19.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
@@ -61,27 +59,6 @@
|
||||
"follow-redirects": "^1.14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@putdotio/api-client/node_modules/form-data": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
|
||||
"integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
|
||||
"dependencies": {
|
||||
"asynckit": "^0.4.0",
|
||||
"combined-stream": "^1.0.8",
|
||||
"mime-types": "^2.1.12"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
}
|
||||
},
|
||||
"node_modules/@putdotio/api-client/node_modules/uuid": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/debug": {
|
||||
"version": "4.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz",
|
||||
|
||||
Reference in New Issue
Block a user