From f4717b35a3ed14c04d8bfb060b7b22767d46650c Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Sat, 8 Aug 2020 13:43:37 +1000 Subject: [PATCH] explicit version for express-fileupload, which should now be fixed --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fee886b1..2c583010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2546,8 +2546,8 @@ } }, "express-fileupload": { - "version": "git+https://gitgud.io/fatchan/express-fileupload.git#bc42b96620ffc8caeb513ca7a7815781a0b984c8", - "from": "git+https://gitgud.io/fatchan/express-fileupload.git", + "version": "git+https://gitgud.io/fatchan/express-fileupload.git#64cf8d7afc13428bb02a1d158fb2b522cb29f134", + "from": "git+https://gitgud.io/fatchan/express-fileupload.git#64cf8d7afc13428bb02a1d158fb2b522cb29f134", "requires": { "busboy": "^0.3.1" } diff --git a/package.json b/package.json index cff227f0..edde4d46 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "del": "^5.1.0", "dnsbl": "^3.2.0", "express": "^4.17.1", - "express-fileupload": "git+https://gitgud.io/fatchan/express-fileupload.git", + "express-fileupload": "git+https://gitgud.io/fatchan/express-fileupload.git#64cf8d7afc13428bb02a1d158fb2b522cb29f134", "express-session": "^1.17.0", "fluent-ffmpeg": "^2.1.2", "fs": "0.0.1-security",