From 73b7a552c1f594186d4c9ae27dabeec67adcfc50 Mon Sep 17 00:00:00 2001 From: raka-gunarto <54971890+raka-gunarto@users.noreply.github.com> Date: Wed, 6 Jan 2021 01:59:30 +0700 Subject: [PATCH] Use updated multiparty dependency It uses the new os.tmpdir() instead of os.tmpDir() --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9da61fd..8121fb4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "supervisor": "^0.6.0" }, "dependencies": { - "multiparty": "~3.3.2" + "multiparty": "~4.2.2" }, "engines": { "node": ">=0.10.3 <0.12"