From c791575b3156c7a806d0a34c6d951029f408c416 Mon Sep 17 00:00:00 2001 From: BeauTaapken Date: Thu, 16 May 2024 11:23:02 +0200 Subject: [PATCH] Update package.json Fixes the issue of upload in multiple cloud setups infinitely uploading even after a file is completely uploaded --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85af72f3f..05dd219d6 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "mime": "^2.4.1", "qs": "^6.5.2", "request": "^2.88.0", - "through2": "^3.0.1", + "through2": "^4.0.2", "url-join": "^4.0.0", "xml2js": "^0.4.19" },