From 788522e6126dd5a4e35a31494a0248294b316c83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jul 2020 21:04:01 +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 e46fabbff4c..3d6cddcaddf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ejs-locals": "1.0.2", "errorhandler": "1.4.3", "express": "4.16.0", - "express-fileupload": "0.0.5", + "express-fileupload": "1.1.8", "humanize-ms": "1.2.1", "jquery": "^3.0.0", "marked": "0.3.17",