From 9befa7edb408e64f32a669e3235c9d19540e180b Mon Sep 17 00:00:00 2001 From: Elvis Date: Mon, 27 Apr 2020 17:33:26 +0200 Subject: [PATCH] Update formidable to v1.2.2 Bumping formidable to version 1.2.2 fixes the error with the crash uploads: TypeError [ERR_INVALID_ARG_TYPE]: The "offset" argument must be of type number. Received type string --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d298a50..6b9a01c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dirty": "0.9.7", "express": "^4.14.1", "express-json": "^1.0.0", - "formidable": "~1.0.14", + "formidable": "~1.2.2", "fs-plus": "0.10.0", "github-releases": "0.1.x", "glob": "3.x",