Update all-debrid-api to v1.2.0 for new IP requirement (#212)

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2024-11-16 01:29:53 +13:00
committed by GitHub
parent 9344531b34
commit 19cb42af77
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"@redis/client": "^1.5.14", "@redis/client": "^1.5.14",
"@redis/json": "^1.0.6", "@redis/json": "^1.0.6",
"@redis/search": "^1.1.6", "@redis/search": "^1.1.6",
"all-debrid-api": "^1.1.0", "all-debrid-api": "^1.2.0",
"axios": "^1.6.1", "axios": "^1.6.1",
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",
"cache-manager": "^3.4.4", "cache-manager": "^3.4.4",

View File

@@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@putdotio/api-client": "^8.42.0", "@putdotio/api-client": "^8.42.0",
"all-debrid-api": "^1.1.0", "all-debrid-api": "^1.2.0",
"axios": "^1.6.1", "axios": "^1.6.1",
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",
"cache-manager": "^3.4.4", "cache-manager": "^3.4.4",