From be262c671c5e52170bcaacd72c988ced1f008d4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Aug 2020 04:18:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESSFILEUPLOAD-595969 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5fae7293b..7fef05e843 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ejs-locals": "1.0.2", "errorhandler": "1.4.3", "express": "4.15.3", - "express-fileupload": "0.0.5", + "express-fileupload": "1.1.9", "humanize-ms": "1.2.1", "jquery": "^3.0.0", "marked": "0.3.6",