diff --git a/package.json b/package.json index c150e7f..6c2fdd4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,9 @@ "light-my-request": "^4.0.1", "multiparty": "^4.2.1", "standard": "^14.3.3", - "tap": "^12.7.0" + "tap": "^14.10.8" }, - "dependencies": {} + "dependencies": { + "form-data": "^2.5.1" + } }