From 2d363485133fa52929636f84aec2be72566f9bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 15:42:42 +0000 Subject: [PATCH] Bump express-fileupload from 0.4.0 to 1.1.9 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 0.4.0 to 1.1.9. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/0.4.0...1.1.9) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c4307f..282a0b0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "debug": "~2.2.0", "excel4node": "^1.2.0", "express": "~4.13.4", - "express-fileupload": "^0.4.0", + "express-fileupload": "^1.1.9", "express-session": "^1.13.0", "express-validator": "^2.19.1", "iconv-lite": "^0.4.13",