From 31f31f616a72531a60b96e4e2f5c75967aca7b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2020 18:20:43 +0000 Subject: [PATCH] Bump express-fileupload from 0.0.5 to 1.2.0 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 0.0.5 to 1.2.0. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/commits/1.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a07e54..3c231af 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4", - "express-fileupload": "0.0.5", + "express-fileupload": "1.2.0", "file-type": "^8.1.0", "humanize-ms": "1.0.1", "jquery": "^2.2.4",